.talk-page {
    max-width: 1040px;
}

.talk-card {
    padding: 34px;
}

.is-hidden {
    display: none !important;
}

.talk-start {
    text-align: center;
}

.talk-hero-icon {
    width: 88px;
    height: 88px;
    margin: 0 auto 16px;
    border-radius: 34px;
    background: linear-gradient(135deg, #fff7ed, #fef9c3);
    border: 1px solid #fde68a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
}

.talk-chip,
.talk-result-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.talk-start h2 {
    margin: 16px 0 0;
    font-size: 30px;
    font-weight: 850;
    color: #111827;
    letter-spacing: -0.04em;
}

.talk-start p {
    max-width: 680px;
    margin: 14px auto 0;
    font-size: 15px;
    line-height: 1.8;
    color: #6b7280;
}

.talk-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 30px 0;
}

.talk-info-grid div {
    padding: 18px 16px;
    border-radius: 22px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.talk-info-grid strong {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    color: #6b7280;
}

.talk-info-grid span {
    font-size: 18px;
    font-weight: 850;
    color: #111827;
}

.talk-main-btn {
    min-width: 170px;
}

.talk-progress-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 12px;
}

.talk-progress-head span {
    display: block;
    margin-bottom: 4px;
    color: #9ca3af;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.12em;
}

.talk-progress-head strong,
.talk-progress-head em {
    color: #111827;
    font-size: 15px;
    font-weight: 850;
    font-style: normal;
}

.talk-progress {
    height: 11px;
    margin-bottom: 26px;
    border-radius: 999px;
    background: #eef2f7;
    overflow: hidden;
}

.talk-progress div {
    width: 0;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #111827, #facc15, #f97316);
    transition: width 0.25s ease;
}

.talk-question-box {
    padding: 30px 26px;
    border-radius: 28px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    text-align: center;
}

.talk-question-box span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 13px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    color: #6b7280;
    font-size: 12px;
    font-weight: 850;
}

.talk-question-box h2 {
    margin: 0;
    color: #111827;
    font-size: 25px;
    line-height: 1.45;
    font-weight: 850;
    letter-spacing: -0.03em;
}

.talk-answer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.talk-answer-btn {
    min-height: 78px;
    padding: 16px;
    border: 1px solid #d1d5db;
    border-radius: 20px;
    background: #ffffff;
    color: #374151;
    text-align: left;
    cursor: pointer;
    transition: 0.18s ease;
}

.talk-answer-btn strong {
    display: block;
    margin-bottom: 5px;
    color: #111827;
    font-size: 15px;
    font-weight: 850;
}

.talk-answer-btn span {
    color: #6b7280;
    font-size: 13px;
}

.talk-answer-btn:hover {
    transform: translateY(-2px);
    border-color: #111827;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.1);
}

.talk-nav-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 22px;
}

.talk-result {
    text-align: center;
}

.talk-result-card {
    padding: 32px;
    border-radius: 32px;
    background:
        radial-gradient(circle at top left, rgba(250, 204, 21, 0.18), transparent 34%),
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.13), transparent 36%),
        #ffffff;
    border: 1px solid #e5e7eb;
}

.talk-percent-wrap {
    margin: 22px auto 10px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #111827;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.talk-percent-wrap strong {
    font-size: 48px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.05em;
}

.talk-percent-wrap span {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 800;
}

.talk-result-emoji {
    width: 78px;
    height: 78px;
    margin: 18px auto 12px;
    border-radius: 28px;
    background: #fef9c3;
    border: 1px solid #fde68a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
}

.talk-result h2 {
    margin: 0;
    color: #111827;
    font-size: 42px;
    font-weight: 950;
    line-height: 1.15;
    letter-spacing: -0.05em;
}

#resultTitle {
    margin: 12px 0 0;
    color: #374151;
    font-size: 20px;
    font-weight: 850;
}

.talk-bubble-preview {
    max-width: 420px;
    margin: 24px auto 0;
    padding: 18px;
    border-radius: 28px;
    background: #bacee0;
    border: 1px solid rgba(17, 24, 39, 0.08);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.talk-bubble {
    max-width: 78%;
    padding: 10px 13px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    text-align: left;
    word-break: keep-all;
}

.talk-bubble.me {
    align-self: flex-end;
    background: #fee500;
    color: #111827;
    border-bottom-right-radius: 5px;
}

.talk-bubble.you {
    align-self: flex-start;
    background: #ffffff;
    color: #111827;
    border-bottom-left-radius: 5px;
}

.talk-result-box {
    margin-top: 26px;
    padding: 26px;
    border-radius: 28px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    text-align: left;
}

.talk-result-box > p {
    margin: 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.8;
}

.talk-result-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}

.talk-result-columns div {
    padding: 20px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
}

.talk-result-columns h3 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 18px;
    font-weight: 850;
}

.talk-result-columns ul {
    margin: 0;
    padding-left: 20px;
    color: #4b5563;
    line-height: 1.8;
}

.talk-result-actions {
    justify-content: center;
    margin-top: 24px;
}

.talk-message {
    min-height: 22px;
    margin: 14px 0 0;
    color: #2563eb;
    font-size: 13px;
    font-weight: 800;
}

.help-panel {
    margin-top: 32px;
}

.help-panel h2 {
    margin: 0 0 18px;
    color: #111827;
    font-size: 24px;
    font-weight: 850;
}

.help-panel .help-box + .help-box {
    margin-top: 18px;
}

.help-box p,
.help-box li {
    color: #4b5563;
    line-height: 1.8;
}

.help-box ol {
    margin: 0;
    padding-left: 20px;
}

@media (max-width: 820px) {
    .talk-card {
        padding: 24px;
    }

    .talk-info-grid,
    .talk-result-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .talk-answer-grid {
        grid-template-columns: 1fr;
    }

    .talk-question-box h2 {
        font-size: 21px;
    }

    .talk-result h2 {
        font-size: 34px;
    }
}

@media (max-width: 560px) {
    .talk-card {
        padding: 20px;
    }

    .talk-start h2 {
        font-size: 24px;
    }

    .talk-info-grid,
    .talk-result-columns {
        grid-template-columns: 1fr;
    }

    .talk-nav-row,
    .talk-result-actions {
        flex-direction: column;
    }

    .talk-nav-row .utility-btn,
    .talk-result-actions .utility-btn {
        width: 100%;
    }

    .talk-result-card {
        padding: 22px;
    }

    .talk-percent-wrap {
        width: 132px;
        height: 132px;
    }

    .talk-percent-wrap strong {
        font-size: 40px;
    }

    .talk-bubble-preview {
        padding: 14px;
    }

    .talk-bubble {
        max-width: 86%;
        font-size: 13px;
    }
}