@charset "UTF-8";

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

.sns-card {
    padding: 34px;
}

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

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

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

.sns-chip,
.sns-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;
}

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

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

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

.sns-info-grid div {
    padding: 18px 16px;
    border-radius: 22px;
    background: #faf5ff;
    border: 1px solid #e9d5ff;
}

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

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

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

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

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

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

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

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

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

.sns-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;
}

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

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

.sns-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;
}

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

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

.sns-answer-btn:hover {
    transform: translateY(-2px);
    border-color: #c026d3;
    box-shadow: 0 12px 26px rgba(192, 38, 211, 0.12);
}

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

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

.sns-result-card {
    padding: 32px;
    border-radius: 32px;
    background:
        radial-gradient(circle at top left, rgba(192, 38, 211, 0.16), transparent 34%),
        radial-gradient(circle at top right, rgba(124, 58, 237, 0.14), transparent 36%),
        #ffffff;
    border: 1px solid #e5e7eb;
}

.sns-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;
}

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

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

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

.sns-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;
}

.sns-phone-preview {
    max-width: 420px;
    margin: 24px auto 0;
    padding: 18px;
    border-radius: 30px;
    background: #111827;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.sns-phone-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sns-phone-top span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
}

.sns-phone-top strong {
    color: #f472b6;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.sns-feed-item {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
}

.sns-feed-item + .sns-feed-item {
    margin-top: 10px;
}

.sns-feed-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: linear-gradient(135deg, #f472b6, #8b5cf6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.sns-feed-item span {
    display: block;
    color: #cbd5e1;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
}

.sns-feed-item strong {
    color: #ffffff;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.5;
}

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

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

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

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

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

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

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

.sns-message {
    min-height: 22px;
    margin: 14px 0 0;
    color: #a21caf;
    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) {
    .sns-card {
        padding: 24px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .sns-phone-preview {
        padding: 14px;
    }

    .sns-feed-item {
        padding: 12px;
    }

    .sns-feed-icon {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .sns-feed-item strong {
        font-size: 13px;
    }
}