@import url('https://fonts.googleapis.com/css2?family=Pretendard:wght@400;600;800&display=swap');

body {
    font-family: 'Pretendard', sans-serif;
    background-color: #0a0a0a;
    color: #eeeeee;
    touch-action: manipulation;
    overflow-y: auto;
    overflow-x: hidden;
}

.menu-hero {
    gap: clamp(1rem, 3.2vw, 1.8rem);
    justify-content: flex-start;
    width: min(100%, 30rem);
    margin: 0 auto 2rem;
}

.menu-brand-lockup {
    display: flex;
    align-items: flex-start;
    text-align: left;
    flex: 1 1 auto;
    justify-content: flex-start;
}

.menu-brand-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.58rem;
    align-items: flex-start;
    text-align: left;
}

.menu-brand-title {
    font-size: clamp(3.6rem, 11vw, 5.25rem);
    line-height: 0.9;
    letter-spacing: -0.08em;
    font-style: normal;
    text-shadow: 0 0 28px rgba(99, 102, 241, 0.16);
}

.menu-brand-title-primary {
    color: #f8fafc;
}

.menu-brand-title-accent {
    display: inline-block;
    color: transparent;
    background-image:
        radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.34) 0 12%, transparent 30%),
        conic-gradient(
            from 210deg,
            #ff6b6b 0deg,
            #ffb347 52deg,
            #ffe66d 94deg,
            #4ade80 146deg,
            #22d3ee 210deg,
            #60a5fa 266deg,
            #8b5cf6 316deg,
            #ff6b6b 360deg
        );
    -webkit-background-clip: text;
    background-clip: text;
    filter: saturate(1.08) brightness(1.04);
    text-shadow: 0 0 20px rgba(129, 140, 248, 0.16);
}

.menu-brand-subtitle {
    margin-top: 0.15rem;
    margin-left: 0.3rem;
    font-size: clamp(0.95rem, 3vw, 1.35rem);
    font-weight: 800;
    font-style: italic;
    line-height: 1;
    letter-spacing: -0.01em;
    display: inline-block;
    white-space: nowrap;
    color: #818cf8; /* Changed to solid purple/indigo as requested */
    text-shadow: 0 0 24px rgba(129, 140, 248, 0.4);
    text-align: left;
    align-self: flex-start;
}

.menu-brand-subtitle-line {
    display: block;
    white-space: nowrap;
}

.menu-brand-subtitle-line-top {
    font-size: clamp(1.08rem, 3.15vw, 1.36rem);
    letter-spacing: 0.11em;
    text-transform: lowercase;
}

.menu-brand-subtitle-line-bottom {
    font-size: clamp(1.38rem, 4vw, 1.74rem);
    letter-spacing: 0.06em;
    color: #818cf8;
}


.menu-hero-mascot {
    margin-left: 0.25rem;
    flex: 0 0 auto;
}

@media (max-width: 640px) {
    .menu-hero {
        gap: 0.85rem;
        width: min(100%, 22rem);
    }

    .menu-brand-lockup {
        align-items: flex-start;
    }

    .menu-brand-copy {
        gap: 0.44rem;
    }

    .menu-hero-mascot {
        width: 6.6rem;
        margin-left: 0;
    }
}

#logo-lab-screen {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.logo-lab-header {
    margin: 0 auto 1.5rem;
    max-width: 42rem;
    text-align: left;
}

.logo-lab-kicker {
    margin: 0;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #818cf8;
}

.logo-lab-title {
    margin: 0.45rem 0 0;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
    color: #f8fafc;
}

.logo-lab-copy {
    margin: 0.8rem 0 0;
    max-width: 34rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #a1a1aa;
}

.logo-lab-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem;
}

.logo-card {
    position: relative;
    min-height: 270px;
    padding: 1.1rem 1.1rem 1.2rem;
    border-radius: 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(129, 140, 248, 0.18), transparent 36%),
        linear-gradient(180deg, rgba(18, 18, 24, 0.98), rgba(9, 9, 14, 0.98));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.logo-card::after {
    content: '';
    position: absolute;
    inset: auto 1.1rem 1.1rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.16), transparent);
}

.logo-card-label {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding: 0.36rem 0.6rem;
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.12);
    color: #c7d2fe;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.logo-card-wordmark {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 180px;
    margin-top: 0.8rem;
}

.logo-card-acronym {
    margin: 0;
    font-size: clamp(3rem, 7vw, 4.35rem);
    line-height: 0.88;
    letter-spacing: -0.08em;
    text-shadow: 0 0 32px rgba(129, 140, 248, 0.14);
}

.logo-card-plain {
    color: #f8fafc;
}

.logo-card-spectrum {
    display: inline-block;
    color: transparent;
    background-image:
        radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.34) 0 12%, transparent 30%),
        conic-gradient(
            from 210deg,
            #ff6b6b 0deg,
            #ffb347 52deg,
            #ffe66d 94deg,
            #4ade80 146deg,
            #22d3ee 210deg,
            #60a5fa 266deg,
            #8b5cf6 316deg,
            #ff6b6b 360deg
        );
    -webkit-background-clip: text;
    background-clip: text;
}

.logo-card-subtitle {
    margin: 0.7rem 0 0;
    font-size: 0.92rem;
    line-height: 1.12;
    letter-spacing: 0.12em;
    text-transform: lowercase;
    color: #dbe4ff;
    font-weight: 800;
}

.logo-card-note {
    position: relative;
    z-index: 1;
    margin: 0.95rem 0 0;
    max-width: 17rem;
    font-size: 0.82rem;
    line-height: 1.55;
    color: #a1a1aa;
}

.logo-card-monolith .logo-card-wordmark::after {
    content: '';
    width: 4.5rem;
    height: 0.28rem;
    margin-top: 0.9rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #8b5cf6, rgba(129, 140, 248, 0.16));
}

.logo-card-sidebar .logo-card-wordmark {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.logo-card-stackline {
    width: 0.38rem;
    align-self: stretch;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(96, 165, 250, 0.22));
    box-shadow: 0 0 24px rgba(96, 165, 250, 0.16);
}

.logo-card-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-card-dossier .logo-card-wordmark {
    gap: 1rem;
}

.logo-card-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0.36rem 0.72rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e5e7eb;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.logo-card-runway .logo-card-wordmark {
    min-height: 196px;
}

.logo-card-overline {
    margin: 0 0 0.4rem;
    color: #c7d2fe;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.logo-card-runway .logo-card-subtitle {
    margin-top: 0.55rem;
    font-size: 1rem;
    letter-spacing: 0.08em;
}

.logo-card-column .logo-card-copy {
    gap: 0.8rem;
}

.logo-card-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent);
}

.logo-card-monolith {
    background:
        radial-gradient(circle at top right, rgba(129, 140, 248, 0.18), transparent 36%),
        linear-gradient(180deg, rgba(18, 18, 24, 0.98), rgba(9, 9, 14, 0.98));
}

.logo-card-sidebar {
    background:
        radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.06), transparent 28%),
        linear-gradient(180deg, rgba(16, 16, 22, 0.98), rgba(7, 9, 13, 0.98));
}

.logo-card-dossier {
    background:
        radial-gradient(circle at top left, rgba(129, 140, 248, 0.2), transparent 30%),
        linear-gradient(180deg, rgba(14, 16, 22, 0.98), rgba(8, 8, 12, 0.98));
}

.logo-card-runway {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 36%),
        linear-gradient(180deg, rgba(19, 17, 19, 0.98), rgba(10, 10, 12, 0.98));
}

.logo-card-runway .logo-card-acronym {
    font-size: clamp(3.25rem, 8vw, 4.8rem);
    letter-spacing: -0.12em;
}

.logo-card-column {
    background:
        radial-gradient(circle at center, rgba(129, 140, 248, 0.12), transparent 55%),
        linear-gradient(180deg, rgba(9, 13, 18, 0.98), rgba(5, 6, 10, 0.98));
}

.logo-card-column::before {
    content: '';
    position: absolute;
    inset: 1rem;
    border-radius: 1.25rem;
    border: 1px dashed rgba(148, 163, 184, 0.16);
}

/* Test Area Layout */
.test-wrapper {
    position: relative;
    width: min(85vw, 400px);
    height: min(85vw, 400px);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Donut Color Wheel - Background will be injected via JS using CIELAB */
.color-wheel {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    cursor: crosshair;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 10;
}

.color-wheel-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    height: 65%;
    background: #0a0a0a;
    border-radius: 50%;
    z-index: 11;
}

/* Fixation Cross */
.fixation {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-weight: 300;
    color: #444;
    z-index: 15;
    pointer-events: none;
}

/* 다중 타겟 및 마스크용 패턴 */
.pattern-mask {
    background-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3BaseFilter id='n'%3BfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    filter: contrast(180%) brightness(110%);
}

.disabled-wheel {
    opacity: 0.1;
    pointer-events: none;
    transform: scale(0.95);
}

/* Feedback Markers */
.marker {
    position: absolute;
    width: 4px;
    height: 24px;
    z-index: 40;
    pointer-events: none;
    border-radius: 2px;
}

.marker-target {
    background: white;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.marker-target-secondary {
    background: #818cf8;
    box-shadow: 0 0 10px rgba(129, 140, 248, 0.45);
}

.marker-selected {
    background: rgba(255, 255, 255, 0.4);
    height: 16px;
    width: 2px;
}

.marker-selected-secondary {
    background: rgba(129, 140, 248, 0.55);
}

/* SVG Arc Layer */
#error-svg {
    position: absolute;
    inset: 0;
    z-index: 30;
    pointer-events: none;
}

#floating-emoji-container {
    bottom: calc(100% + 0.85rem);
}

.fade-in {
    animation: fadeIn 0.4s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.98);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.result-card {
    background: #111;
    border: 1px solid #222;
    padding: 1rem;
    border-radius: 1rem;
}

.result-report-shell {
    position: relative;
    border: 1px solid #202028;
    border-radius: 1.75rem;
    background: #0a0a10;
    overflow: hidden;
    padding-top: 0.9rem;
    padding-bottom: 2.8rem;
}

.result-report-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0 1rem 0.95rem;
}

.result-report-pill-group {
    display: inline-flex;
    gap: 0.35rem;
    padding: 0.25rem;
    border-radius: 999px;
    border: 1px solid #23232a;
    background: #141419;
    min-height: 3rem;
    align-items: center;
}

.result-report-pill,
.result-save-pill,
.result-report-dot {
    appearance: none;
    border: 0;
    cursor: pointer;
}

.result-report-pill {
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: transparent;
    color: #71717a;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    transition: background-color 180ms ease, color 180ms ease;
}

.result-report-pill.is-active {
    background: rgba(99, 102, 241, 0.2);
    color: #eef2ff;
}

.result-save-pill {
    min-height: 3rem;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    background: #17171d;
    border: 1px solid #2a2a33;
    color: #d4d4d8;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    white-space: nowrap;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.result-save-pill:hover {
    background: #1f1f27;
    border-color: #383846;
    color: #ffffff;
}

.result-report-viewport {
    overflow: hidden;
    border-top: 1px solid #17171d;
    border-bottom: 1px solid #17171d;
}

.result-report-track {
    display: flex;
    transition: transform 260ms ease;
    will-change: transform;
}

.result-report-slide {
    flex: 0 0 100%;
    width: 100%;
    padding: 1.25rem 1rem 1.3rem;
}

.result-summary-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.result-card-span-2 {
    grid-column: auto;
}

.result-report-dots {
    position: absolute;
    left: 50%;
    bottom: 1.25rem;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0;
}

.result-report-dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: #30303a;
    transition: transform 180ms ease, background-color 180ms ease;
}

.result-report-dot.is-active {
    background: #818cf8;
    transform: scale(1.15);
}

#result-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 1.2rem;
    text-align: center;
}

.result-title-kicker {
    display: block;
    font-size: 1.85rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #c7d2fe;
    line-height: 0.96;
}

.result-title-main {
    display: block;
    font-size: 1.85rem;
    font-weight: 900;
    line-height: 0.96;
    letter-spacing: 0.12em;
    color: #f8fafc;
    white-space: nowrap;
}

#grade-container {
    margin: 0.25rem 0 1rem;
}

#grade-image {
    width: 9.75rem;
    height: 9.75rem;
}

#grade-name-short {
    font-size: 2.75rem;
    line-height: 1;
}

#grade-name-long {
    font-size: 1.55rem;
    line-height: 1.1;
}

#grade-desc {
    max-width: 18rem;
    margin: 0.55rem auto 0;
    font-size: 0.9rem;
    line-height: 1.65;
    color: #a1a1aa;
}

#total-score {
    margin: 2.5rem 0 0.85rem;
    background: linear-gradient(135deg, #f8fafc 0%, #c4b5fd 38%, #818cf8 68%, #67e8f9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 24px rgba(129, 140, 248, 0.18);
    filter: drop-shadow(0 10px 28px rgba(99, 102, 241, 0.16));
}

#percentile-text {
    margin-bottom: 2.75rem;
}

.result-summary-grid .result-card {
    padding: 1.15rem 1.15rem 1.25rem;
    border-radius: 1.35rem;
}

.result-summary-body {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 1.1rem;
    margin-top: 0.45rem;
}

.result-summary-copy {
    flex: 1 1 auto;
    min-width: 0;
}

.result-summary-score-panel {
    flex: 0 0 7.25rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding-left: 1rem;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.result-summary-score-kicker {
    display: block;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #71717a;
}

.result-summary-value {
    display: block;
    font-size: 3.2rem;
    line-height: 0.88;
    letter-spacing: -0.08em;
    white-space: nowrap;
    text-align: right;
}

.result-summary-desc {
    display: block;
    margin-top: 0.65rem;
    font-size: 0.78rem;
    line-height: 1.65;
    color: #9ca3af;
}

@keyframes float-up-fade {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.5);
    }

    15% {
        opacity: 1;
        transform: translateY(0px) scale(1.2);
    }

    30% {
        transform: translateY(-15px) scale(1);
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(-70px) scale(0.9);
    }
}

.animate-float {
    display: flex !important;
    animation: float-up-fade 1.5s ease-out forwards !important;
}

.feedback-compare-grid {
    display: inline-grid;
    grid-auto-flow: column;
    align-items: end;
    justify-content: center;
    gap: clamp(2.75rem, 14vw, 5rem);
}

.feedback-compare-grid--value {
    gap: clamp(3.25rem, 15vw, 5.75rem);
}

.feedback-compare-item {
    min-width: 7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
}

.feedback-compare-label {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #e5e7eb;
}

.feedback-compare-copy {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.feedback-compare-value {
    font-size: 1.875rem;
    font-weight: 900;
    line-height: 1;
}

.feedback-emoji-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.28rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(10, 10, 10, 0.92);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
    white-space: nowrap;
}

.feedback-emoji-chip-label {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #cbd5e1;
}

.feedback-emoji-chip-icon {
    font-size: 1.45rem;
    line-height: 1;
}

.result-profile-panel {
    padding: 0;
}

.result-profile-radar-card {
    background: radial-gradient(circle at top, rgba(99, 102, 241, 0.13), transparent 45%), linear-gradient(180deg, #0d0d13 0%, #12121a 100%);
    border: 1px solid #1f2030;
    border-radius: 1.5rem;
    padding: 1rem 0.9rem 1.1rem;
}

.result-profile-radar-stage {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
}

.result-profile-radar-stage svg {
    display: block;
    width: 100%;
    height: auto;
}

.result-profile-fan-card {
    margin-top: 0.75rem;
    background: linear-gradient(180deg, rgba(12, 15, 24, 0.98), rgba(10, 12, 18, 0.98));
    border: 1px solid #1f2030;
    border-radius: 1.5rem;
    padding: 1rem 0.9rem 1rem;
}

.result-profile-fan-stage {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.result-profile-fan-stage svg {
    display: block;
    width: 100%;
    height: auto;
}

.result-profile-fan-legend {
    display: grid;
    gap: 0.7rem;
    margin-top: 0.6rem;
}

.profile-fan-item {
    display: grid;
    grid-template-columns: 5.6rem 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1rem 1.15rem;
    border-radius: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
}

.profile-fan-swatch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    margin-right: 6px;
    vertical-align: middle;
    transform: translateY(-1px);
}

.profile-fan-copy {
    text-align: left;
}

.profile-fan-copy strong {
    display: block;
    font-size: 0.92rem;
    color: #f4f4f5;
}

.profile-fan-copy span {
    display: block;
    margin-top: 0.22rem;
    font-size: 0.74rem;
    line-height: 1.45;
    color: #a1a1aa;
}

.profile-fan-metric {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 5.6rem;
    text-align: center;
}

.profile-fan-metric.is-value-only {
    align-self: center;
    justify-content: center;
}

.profile-fan-rank {
    margin-top: 0.12rem;
    font-size: 0.7rem;
    line-height: 1.15;
    font-weight: 800;
    color: #d4d4d8;
    white-space: nowrap;
    text-align: center;
}

.profile-fan-value {
    font-size: 2.15rem;
    font-weight: 900;
    letter-spacing: -0.05em;
    white-space: nowrap;
    line-height: 1;
    text-align: center;
}

.result-profile-interpret-grid {
    display: grid;
    gap: 0.75rem;
    margin-top: 0.9rem;
}

.profile-interpret-item {
    background: #111;
    border: 1px solid #222;
    border-radius: 1.25rem;
    padding: 1rem;
    text-align: left;
}

.profile-interpret-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.55rem;
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.14);
    color: #c7d2fe;
    font-size: 0.68rem;
    font-weight: 800;
    text-align: left;
}

.profile-interpret-copy {
    margin: 0.7rem 0 0;
    font-size: 0.82rem;
    line-height: 1.72;
    color: #d4d4d8;
    text-align: left;
}

@media (max-width: 380px) {
    .menu-brand-subtitle {
        letter-spacing: 0.2em;
    }

    .logo-card {
        min-height: 240px;
    }

    .logo-card-sidebar .logo-card-wordmark {
        flex-direction: column;
        align-items: flex-start;
    }

    .logo-card-stackline {
        width: 100%;
        height: 0.34rem;
    }

    .result-report-tabs {
        flex-direction: column;
        align-items: stretch;
    }

    .result-report-pill-group {
        width: 100%;
        justify-content: space-between;
    }

    .result-report-pill {
        flex: 1 1 0;
    }

    .result-save-pill {
        width: 100%;
    }

    #grade-image {
        width: 8.8rem;
        height: 8.8rem;
    }

    .result-title-main {
        font-size: 1.78rem;
        letter-spacing: 0.08em;
    }

    .result-summary-body {
        gap: 0.8rem;
    }

    .result-summary-score-panel {
        flex-basis: 6.6rem;
        padding-left: 0.8rem;
    }

    .result-summary-value {
        font-size: 2.7rem;
    }

    #grade-name-short {
        font-size: 2.35rem;
    }

    #grade-name-long {
        font-size: 1.32rem;
    }

    .result-summary-grid {
        grid-template-columns: 1fr;
    }

    .profile-fan-item {
        grid-template-columns: auto 1fr;
        gap: 0.9rem;
        padding: 0.9rem 1rem;
    }

    .profile-fan-value {
        font-size: 1.85rem;
        min-width: 3.8rem;
    }
}
