.gts-cl-wrap {
    position: relative;
    border: none;
    box-shadow: none;
    background: transparent;
}

.gts-cl-wrap button,
.gts-cl-wrap .gts-cl-btn,
.gts-cl-wrap .gts-cl-play,
.gts-cl-wrap .gts-cl-speak,
.gts-cl-wrap .gts-cl-play-icon,
.gts-cl-wrap .gts-cl-feedback-btn {
    writing-mode: horizontal-tb !important;
    -webkit-writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    word-break: keep-all;
}

.gts-cl-play-label {
    display: inline !important;
    writing-mode: horizontal-tb !important;
    -webkit-writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
}

.gts-cl-root {
    max-width: 720px;
    margin: 0 auto;
    color: #0f172a;
    line-height: 1.6;
    border: none;
    box-shadow: none;
    background: transparent;
}

.gts-cl-screen {
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 4px 0 12px;
}

.gts-cl-unavailable {
    text-align: center;
    color: #475569;
    padding: 24px;
}

.gts-cl-page-title {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 0 0 16px;
    padding: 0 16px;
    background: #0ea5e9;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    transition: background 0.2s;
    font-size: 24px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    white-space: nowrap;
    overflow: hidden;
}

.gts-cl-page-title:hover {
    background: #0284c7;
}

.gts-cl-scenario-title {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 0 0 16px;
    padding: 0 16px;
    background: #f5976c;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 24px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    white-space: nowrap;
    overflow: hidden;
}

.gts-cl-cat-banner {
    margin: 0 0 18px;
    padding: 16px 18px;
    text-align: center;
    color: #0f172a;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #3b6cf6;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    background: #fef08aba;
}

.gts-cl-cat-banner-name {
    display: block;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.45;
}

.gts-cl-section-head {
    margin: 0 0 14px;
}

.gts-cl-heading {
    margin: 0 0 8px;
    font-size: 1.15rem;
    font-weight: 700;
}

.gts-cl-subheading,
.gts-cl-section-title {
    margin: 0 0 12px;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    padding-left: 10px;
    border-left: 4px solid #0ea5e9;
}

.gts-cl-desc {
    color: #64748b;
    font-size: 0.9rem;
    margin: 0 0 12px;
}

.gts-cl-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gts-cl-list li {
    margin: 0;
}

.gts-cl-btn {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: left;
    border: 1px solid #e2e8f0;
    background: #fff;
    border-radius: 12px;
    padding: 12px 14px;
    cursor: pointer;
    font-size: 1rem;
    color: #0f172a;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    white-space: nowrap;
}

.gts-cl-btn:hover {
    border-color: #7dd3fc;
    background: #f0f9ff;
}

.gts-cl-pick,
.gts-cl-pick-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    border: none;
    background: #fff;
    border-radius: 16px;
    padding: 16px 18px;
    color: #0f172a;
    writing-mode: horizontal-tb;
    white-space: normal;
    box-shadow: 0 4px 8px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gts-cl-pick:hover,
.gts-cl-pick-card:hover {
    background: #fff;
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(15, 23, 42, 0.08);
}

.gts-cl-pick-scenario {
    position: relative;
    padding-right: 72px;
}

.gts-cl-pick-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #e0f2fe;
    color: #0284c7;
}

.gts-cl-pick-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1;
    min-width: 0;
}

.gts-cl-pick-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

.gts-cl-pick-title {
    display: block;
    font-size: 1.08rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
}

.gts-cl-pick-desc {
    display: block;
    margin: 0;
    font-size: 0.88rem;
    font-weight: 400;
    color: #64748b;
    line-height: 1.5;
}

.gts-cl-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.gts-cl-btn-primary {
    background: #0ea5e9;
    border: none;
    color: #fff;
    width: auto;
    min-width: 160px;
    border-radius: 12px;
    padding: 0 18px;
    font-weight: 700;
    font-size: 16px;
    height: 40px;
    transition: background 0.2s, box-shadow 0.2s;
}

.gts-cl-btn-primary:hover {
    background: #0284c7;
    border: none;
    color: #fff;
}

.gts-cl-btn-start {
    min-width: 260px;
    height: 48px;
    font-size: 17px;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(14, 165, 233, 0.28);
}

.gts-cl-start-wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.gts-cl-btn-ghost {
    width: auto;
    background: transparent;
    border: none;
    margin-bottom: 12px;
    padding: 6px 4px;
    color: #0369a1;
    font-weight: 600;
    justify-content: flex-start;
}

.gts-cl-btn-ghost:hover {
    background: transparent;
    border: none;
    color: #0c4a6e;
}

.gts-cl-level {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    font-size: 0.72rem;
    font-weight: 700;
    color: #0369a1;
    background: #e0f2fe;
    border-radius: 999px;
    padding: 4px 10px;
}

.gts-cl-attr-card,
.gts-cl-complete-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(15, 23, 42, 0.08);
    padding: 20px 18px 22px;
}

.gts-cl-attr-icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 4px;
}

.gts-cl-attr-icon-slot {
    display: flex;
    justify-content: center;
}

.gts-cl-attr-icon-slot .gts-cl-icons {
    margin: 0;
    justify-content: center;
}

.gts-cl-attrs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 16px 0 0;
}

.gts-cl-page-title.is-long {
    height: auto;
    min-height: 64px;
    line-height: 1.35;
    white-space: normal;
    padding: 12px 16px;
}

.gts-cl-attr-heading {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    color: #334155;
    text-align: center;
    font-size: 1rem;
}

.gts-cl-attr-toggles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.gts-cl-attr-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 64px;
    padding: 16px 10px;
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    background: #f8fafc;
    color: #0f172a;
    cursor: pointer;
    writing-mode: horizontal-tb !important;
    white-space: normal;
    text-align: center;
}

.gts-cl-attr-toggle-text {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.3;
}

.gts-cl-attr-toggle.is-selected {
    background: #e0f2fe;
    border-color: #0ea5e9;
    color: #0369a1;
    box-shadow: 0 4px 8px rgba(15, 23, 42, 0.08);
}

.gts-cl-attr-toggle:hover {
    border-color: #7dd3fc;
}

.gts-cl-icons {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.gts-cl-learn-learner-icon {
    display: flex;
    justify-content: flex-end;
    margin: 12px 0 8px;
}

.gts-cl-learn-learner-icon .gts-cl-icons {
    margin: 0;
    justify-content: flex-end;
}

.gts-cl-icons img {
    width: 128px;
    height: 128px;
    object-fit: cover;
    border-radius: 50%;
    background: #e2e8f0;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
}

.gts-cl-toggles {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 0.9rem;
}

.gts-cl-toggles label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border-radius: 999px;
    padding: 6px 12px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.gts-cl-npc {
    background: #f1f5f9;
    border: none;
    border-radius: 20px;
    padding: 20px 22px;
    margin-bottom: 16px;
}

.gts-cl-npc-row {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 16px;
}

.gts-cl-npc-row .gts-cl-icons {
    flex: 0 0 auto;
    margin-bottom: 0;
    justify-content: flex-start;
}

.gts-cl-npc-row .gts-cl-npc {
    flex: 1;
    min-width: 0;
    margin-bottom: 0;
}

.gts-cl-npc-row .gts-cl-play-icon {
    margin-top: 0;
    flex: 0 0 44px;
    align-self: center;
}

.gts-cl-npc-text {
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.55;
}

.gts-cl-lang-lines {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
    writing-mode: horizontal-tb !important;
    -webkit-writing-mode: horizontal-tb !important;
}

.gts-cl-lang-lines > * {
    writing-mode: horizontal-tb !important;
    -webkit-writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
}

.gts-cl-th,
.gts-cl-speech-heard {
    font-family: "Noto Sans Thai", "Leelawadee UI", "Thonburi", "Tahoma", sans-serif;
}

.gts-cl-th,
.gts-cl-npc-text,
.gts-cl-npc-text .gts-cl-th {
    font-size: 1.45rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.55;
}

.gts-cl-choice .gts-cl-th {
    font-size: 1.08rem;
    font-weight: 600;
}

.gts-cl-npc {
    overflow: visible;
}

.gts-cl-npc-row {
    overflow: visible;
}

.gts-cl-tokens {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: flex-end;
    justify-content: flex-start;
    overflow: visible;
}

.gts-cl-token {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    overflow: visible;
}

.gts-cl-choice .gts-cl-token {
    pointer-events: none;
}

.gts-cl-token.is-clickable {
    cursor: pointer;
}

.gts-cl-token.is-npc .gts-cl-token-text {
    padding: 1px 4px;
    border-radius: 10px;
}

.gts-cl-token.is-npc:hover .gts-cl-token-text {
    color: #2563eb;
}

.gts-cl-token.is-active .gts-cl-token-text,
.gts-cl-token.is-npc.is-active:hover .gts-cl-token-text {
    background: #000;
    color: #fff;
}

.gts-cl-token-kana {
    font-size: 0.78rem;
    margin-top: 2px;
}

.gts-cl-token-pop {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    min-width: 7.5em;
    padding: 8px 16px 7px;
    background: #fff;
    border: 1px solid #333333;
    border-radius: 8px;
    color: #0f172a;
    line-height: 1.35;
    z-index: 8;
    white-space: nowrap;
    text-align: center;
}

.gts-cl-token-pop-src {
    font-weight: 700;
    font-size: 1.05rem;
}

.gts-cl-token-pop-jp {
    font-weight: 400;
    font-size: 0.9rem;
}

.gts-cl-token-pop::before,
.gts-cl-token-pop::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    pointer-events: none;
}

.gts-cl-token-pop::before {
    margin-left: -7px;
    border-width: 7px 7px 0;
    border-color: #333333 transparent transparent transparent;
}

.gts-cl-token-pop::after {
    top: calc(100% - 1px);
    margin-left: -6px;
    border-width: 6px 6px 0;
    border-color: #fff transparent transparent transparent;
}

.gts-cl-kana,
.gts-cl-jp {
    color: #475569;
    margin-top: 0;
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 1.45;
    writing-mode: horizontal-tb !important;
    -webkit-writing-mode: horizontal-tb !important;
}

.gts-cl-skip {
    background: #fff7ed;
    border: none;
    border-radius: 16px;
    padding: 14px 16px;
    color: #9a3412;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.gts-cl-meaning {
    background: #ecfeff;
    border: none;
    border-radius: 14px;
    padding: 10px 12px;
    color: #0f766e;
    font-weight: 600;
    margin-top: 8px;
}

.gts-cl-choices button {
    position: relative;
}

.gts-cl-choice-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: stretch;
}

.gts-cl-choice-row .gts-cl-choice {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    white-space: normal !important;
    text-align: left;
    border-radius: 16px;
    padding: 14px 16px;
    background: #fff;
    border: none;
    box-shadow: 0 4px 8px rgba(15, 23, 42, 0.08);
    writing-mode: horizontal-tb !important;
}

.gts-cl-choice-row .gts-cl-choice:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(15, 23, 42, 0.08);
}

.gts-cl-play-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    margin-top: 12px;
    border: none;
    border-radius: 999px;
    background: #0ea5e9;
    color: #fff;
    box-shadow: 0 6px 14px rgba(14, 165, 233, 0.3);
    transition: background 0.2s, transform 0.2s;
}

.gts-cl-play-icon:hover {
    background: #0284c7;
    color: #fff;
    transform: scale(1.05);
}

.gts-cl-choice-row .gts-cl-play-icon {
    margin-top: 0;
    flex: 0 0 44px;
    align-self: center;
}

.gts-cl-feedback {
    position: fixed;
    inset: 0;
    z-index: 100000;
    pointer-events: auto;
    background: rgba(15, 23, 42, 0.62);
}

.gts-cl-feedback-panel {
    position: fixed;
    z-index: 100001;
    box-sizing: border-box;
    max-width: calc(100vw - 24px);
    background: #fff;
    border-radius: 24px;
    padding: 24px 22px 20px;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.28);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    writing-mode: horizontal-tb !important;
}

.gts-cl-feedback-result {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 4px 12px;
    border-radius: 999px;
}

.gts-cl-new-scenario-msg {
    margin: 8px 0 4px;
    text-align: center;
    font-size: 1.08rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.5;
}

.gts-cl-feedback.is-ok .gts-cl-feedback-result {
    color: #15803d;
    background: #dcfce7;
}

.gts-cl-feedback.is-ng .gts-cl-feedback-result {
    color: #b91c1c;
    background: #fee2e2;
}

.gts-cl-feedback-mark {
    font-size: min(22vw, 72px);
    font-weight: 700;
    line-height: 1;
    user-select: none;
}

.gts-cl-feedback.is-ok .gts-cl-feedback-mark {
    color: rgba(74, 222, 128, 0.5);
}

.gts-cl-feedback.is-ng .gts-cl-feedback-mark {
    color: rgba(248, 113, 113, 0.5);
}

.gts-cl-feedback-chats {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gts-cl-fb-chat {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.gts-cl-fb-iconcol {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 0 0 56px;
}

.gts-cl-fb-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    background: #e2e8f0;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.1);
}

.gts-cl-fb-avatar.is-empty {
    display: block;
}

.gts-cl-fb-iconcol .gts-cl-play-icon {
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
    flex: 0 0 36px;
    margin-top: 0;
}

.gts-cl-fb-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
}

.gts-cl-fb-bubble {
    background: #e0f2fe;
    border-radius: 16px;
    padding: 10px 14px;
}

.gts-cl-fb-bubble .gts-cl-th {
    font-size: 1.15rem;
    word-break: break-word;
    white-space: normal;
}

.gts-cl-fb-secrets {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.gts-cl-fb-chat.is-learner .gts-cl-fb-body {
    align-items: flex-end;
}

.gts-cl-fb-chat.is-learner .gts-cl-fb-bubble,
.gts-cl-fb-chat.is-learner .gts-cl-fb-secrets {
    width: 100%;
}

.gts-cl-feedback-play-row {
    display: flex;
    justify-content: flex-end;
}

.gts-cl-feedback-play-row .gts-cl-play-icon {
    margin-top: 0;
}

.gts-cl-secret-row {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
}

.gts-cl-secret-text {
    flex: 1;
    color: #475569;
    font-size: 0.98rem;
    line-height: 1.45;
    word-break: break-word;
    white-space: normal;
    writing-mode: horizontal-tb !important;
}

.gts-cl-eye {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
    padding: 0 !important;
    border: none;
    border-radius: 999px;
    background: #e0f2fe;
    color: #0369a1;
    cursor: pointer;
    flex: 0 0 36px;
}

.gts-cl-eye:hover,
.gts-cl-eye:active {
    background: #bae6fd;
}

.gts-cl-feedback-actions {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 8px;
}

.gts-cl-feedback-btn {
    width: auto !important;
    min-width: 200px;
    height: 48px !important;
    position: relative;
    z-index: 1;
    pointer-events: auto;
    writing-mode: horizontal-tb !important;
    flex-direction: row !important;
    white-space: nowrap !important;
    border-radius: 14px;
    font-size: 17px;
    box-shadow: 0 8px 20px rgba(14, 165, 233, 0.28);
}

.gts-cl-mark {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 8px 0;
    min-height: 1.6rem;
}

.gts-cl-mark.is-wrong {
    color: #fca5a5;
}

.gts-cl-mark.is-speech-ok {
    color: #2563eb;
}

.gts-cl-speech {
    margin: 0 0 16px;
    padding: 18px 16px;
    border: none;
    border-radius: 20px;
    background: #f1f5f9;
    text-align: center;
}

.gts-cl-speech-lead {
    margin: 0 0 8px;
    font-weight: 700;
    color: #334155;
}

.gts-cl-speech-heard {
    min-height: 1.6em;
    margin: 4px 0 12px;
    color: #0f172a;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    word-break: break-word;
    writing-mode: horizontal-tb !important;
}

.gts-cl-mic-meter {
    display: none;
    margin: 0 0 14px;
}

.gts-cl-speech.is-listening .gts-cl-mic-meter {
    display: block;
}

.gts-cl-speech:not(.is-meter-on) .gts-cl-mic-bars {
    display: none;
}

.gts-cl-mic-bars {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 3px;
    height: 56px;
    margin-bottom: 8px;
}

.gts-cl-mic-bar {
    display: inline-block;
    width: 6px;
    height: 10%;
    border-radius: 3px;
    background: #cbd5e1;
}

.gts-cl-mic-time {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0369a1;
    margin-bottom: 6px;
}

.gts-cl-mic-time-track {
    height: 8px;
    border-radius: 999px;
    background: #e2e8f0;
    overflow: hidden;
}

.gts-cl-mic-time-fill {
    height: 100%;
    width: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #38bdf8, #0ea5e9);
}

.gts-cl-mic-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.gts-cl-mic-btn {
    width: auto;
    min-width: 160px;
    height: 48px;
    border-radius: 14px;
    gap: 8px;
    margin: 0;
    box-shadow: 0 8px 20px rgba(14, 165, 233, 0.28);
}

.gts-cl-mic-stop {
    width: auto;
    min-width: 140px;
    height: 48px;
    border: none;
    border-radius: 14px;
    background: #64748b;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.gts-cl-mic-stop:hover {
    background: #475569;
    color: #fff;
    border: none;
}

.gts-cl-progress {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    margin-bottom: 16px;
    background: #fff;
    border: none;
    border-radius: 16px;
    padding: 12px 14px;
    box-shadow: 0 4px 8px rgba(15, 23, 42, 0.08);
    box-sizing: border-box;
}

.gts-cl-progress-label {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0369a1;
}

.gts-cl-progress-track {
    height: 8px;
    border-radius: 999px;
    background: #e2e8f0;
    overflow: hidden;
}

.gts-cl-progress-fill {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #38bdf8, #0ea5e9);
    transition: width 0.25s ease;
}

.gts-cl-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 16px;
    justify-content: center;
    align-items: stretch;
}

.gts-cl-btn-prev:disabled {
    background: #64748b;
    border: none;
    color: #fff;
}

.gts-cl-btn-prev:disabled:hover {
    background: #64748b;
    color: #fff;
}

.gts-cl-complete-lead {
    color: #475569;
    margin: 0 0 8px;
    text-align: center;
}

@media (max-width: 640px) {
    .gts-cl-attrs {
        grid-template-columns: 1fr;
    }
}

.gts-cl-log-card {
    margin-top: 20px;
    padding: 12px;
    background: #1e293b;
    color: #38bdf8;
    font-size: 12px;
    border-radius: 8px;
}

.gts-cl-log-title {
    color: #f8fafc;
    display: block;
    margin-bottom: 3px;
}

#gts-cl-debug-log {
    max-height: 240px;
    overflow: auto;
}
