.love-calculator-body {
    --love-rose: #ff6f91;
    --love-coral: #ff8a5b;
    --love-gold: #ffd166;
    --love-ink: #17111f;
    --love-panel: rgba(18, 14, 25, 0.86);
    --love-border: rgba(255, 255, 255, 0.1);
    --love-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
}

.love-calculator-body .mesh-gradient::before {
    background:
        radial-gradient(circle at 18% 22%, rgba(255, 111, 145, 0.24) 0%, transparent 42%),
        radial-gradient(circle at 80% 18%, rgba(255, 209, 102, 0.18) 0%, transparent 38%),
        radial-gradient(circle at 50% 72%, rgba(236, 72, 153, 0.14) 0%, transparent 42%);
}

.love-calculator-body .grid-pattern {
    opacity: 0.02;
}

.lovecalc-page {
    position: relative;
    padding: 4rem 1.5rem 4.5rem;
    font-kerning: normal;
    text-rendering: optimizeLegibility;
}

.lovecalc-page::before,
.lovecalc-page::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    filter: blur(80px);
    opacity: 0.45;
    pointer-events: none;
}

.lovecalc-page::before {
    top: 6rem;
    left: 8%;
    width: 16rem;
    height: 16rem;
    background: rgba(236, 72, 153, 0.18);
}

.lovecalc-page::after {
    right: 5%;
    bottom: 10rem;
    width: 18rem;
    height: 18rem;
    background: rgba(6, 182, 212, 0.12);
}

.lovecalc-shell {
    position: relative;
    z-index: 1;
    max-width: 1380px;
    margin: 0 auto;
    display: grid;
    gap: 1.5rem;
}

.lovecalc-page .container {
    max-width: none;
    padding: 0;
}

.love-hero,
.love-result-section,
.love-story-section,
.love-guide-section,
.love-band-section,
.love-planning-section,
.love-faq-section {
    padding: 0;
}

.love-hero > .container,
.love-result-section > .container,
.love-story-section > .container,
.love-guide-section > .container,
.love-band-section > .container,
.love-planning-section > .container,
.love-faq-section > .container {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
        rgba(10, 10, 15, 0.64);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    box-shadow: 0 24px 90px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(14px);
    padding: 1.6rem;
}

.lovecalc-overview {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.lovecalc-stat-card {
    min-height: 120px;
    display: grid;
    align-content: start;
    gap: 0.3rem;
    padding: 1.1rem 1.25rem;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
        rgba(15, 23, 42, 0.56);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.lovecalc-stat-label {
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.78rem;
}

.lovecalc-stat-value {
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.08;
}

.lovecalc-stat-note {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.92rem;
    line-height: 1.65;
}

.love-hero-grid,
.guide-grid,
.planning-grid {
    display: grid;
    gap: 1.5rem;
}

.love-hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.92fr);
    align-items: start;
}

.love-copy,
    position: relative;
    display: grid;
    gap: 1.15rem;
    align-content: start;
}

.love-copy::before {
    content: '';
    position: absolute;
    inset: -1rem auto auto -1.5rem;
    width: 14rem;
    height: 14rem;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.2), transparent 66%);
    pointer-events: none;
}

.love-lab,
.feature-card,
.guide-copy,
.band-card,
.planning-panel,
.faq-item {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
        rgba(15, 23, 42, 0.64);
    border-radius: 24px;
}

.love-lab,
.guide-copy,
.planning-panel {
    padding: 1.4rem;
}

.guide-copy {
    display: block;
}

.guide-copy .section-kicker {
    margin-bottom: 0.95rem;
}

.love-lab::after,
.feature-card::after,
.band-card::after,
.planning-panel::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 55%);
    pointer-events: none;
}

.hero-badges,
.hero-actions,
.hero-glance,
.score-actions,
.tag-cloud,
.history-list,
.example-row,
.vibe-options,
.mini-insight-grid,
.feature-grid,
.band-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.hero-badges {
    flex-wrap: nowrap;
    gap: 0.65rem;
    width: max-content;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.15rem;
    scrollbar-width: none;
}

.hero-badges::-webkit-scrollbar {
    display: none;
}

.hero-badge,
.feature-eyebrow,
.section-kicker,
.form-kicker,
.score-band,
.band-range {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    padding: 0.45rem 0.9rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hero-badge,
.feature-eyebrow,
.section-kicker,
.form-kicker {
    color: #dbeafe;
    background: rgba(15, 23, 42, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-badge {
    flex: 0 0 auto;
}

.love-copy h1,
.section-heading h2,
.guide-copy h2,
.planning-copy h2 {
    line-height: 1.06;
    letter-spacing: -0.02em;
}

.love-copy h1 {
    font-size: clamp(2.5rem, 5vw, 4.75rem);
    margin: 1rem 0 1.15rem;
    max-width: 13ch;
}

.section-heading h2,
.guide-copy h2,
.planning-copy h2 {
    font-size: clamp(1.45rem, 2.4vw, 2.25rem);
}

.guide-copy h2 {
    margin: 0 0 1rem;
}

.hero-description,
.section-heading p,
.guide-copy p,
.planning-copy p,
.feature-card p,
.band-card p,
.faq-item p,
.result-score-card p,
.mini-insight-card p,
.date-vibe-card p,
.prompt-card li {
    color: rgba(255, 255, 255, 0.76);
}

.hero-description,
.section-heading p,
.guide-copy p,
.planning-copy p {
    font-size: 1.02rem;
    line-height: 1.72;
}

.guide-copy p,
.planning-copy p {
    margin: 0;
}

.guide-copy p + p,
.planning-copy p + p {
    margin-top: 1.15rem;
}

.hero-glance {
    margin: 1.8rem 0 2rem;
}

.hero-glance-card {
    flex: 1 1 180px;
    padding: 1rem 1.1rem;
    border-radius: 22px;
    background: rgba(17, 24, 39, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.glance-label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.78rem;
    color: var(--accent-cyan);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hero-glance-card strong,
.feature-card h3,
.band-card h3,
.planning-panel h3,
.result-insight-card h3,
.date-vibe-card h3,
.prompt-card h3 {
    font-size: 1.08rem;
    line-height: 1.4;
}

.hero-actions {
    align-items: center;
}

.love-primary-btn,
.love-secondary-btn,
.love-submit-btn,
.result-action-btn,
.history-chip,
.example-pill,
.vibe-option {
    appearance: none;
    border: 0;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.love-primary-btn,
.love-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    border-radius: 18px;
    padding: 1rem 1.35rem;
    font-weight: 700;
    color: #1a1020;
    background: linear-gradient(135deg, var(--love-gold) 0%, #ffb88c 45%, var(--love-rose) 100%);
    box-shadow: 0 16px 40px rgba(255, 111, 145, 0.24);
}

.love-secondary-btn,
.result-action-btn,
.history-chip,
.example-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 16px;
    padding: 0.95rem 1.15rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.09);
}

.love-primary-btn:hover,
.love-secondary-btn:hover,
.love-submit-btn:hover,
.result-action-btn:hover,
.history-chip:hover,
.example-pill:hover,
.vibe-option:hover {
    transform: translateY(-2px);
}

.wide-btn {
    width: 100%;
}

.hero-note {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.62);
}

.love-lab {
    background:
        radial-gradient(circle at top right, rgba(236, 72, 153, 0.22), transparent 35%),
        radial-gradient(circle at bottom left, rgba(6, 182, 212, 0.16), transparent 38%),
        rgba(15, 23, 42, 0.78);
}

.lab-aura {
    position: absolute;
    border-radius: 999px;
    filter: blur(24px);
    pointer-events: none;
}

.aura-one {
    top: 5%;
    right: -10%;
    width: 180px;
    height: 180px;
    background: rgba(255, 111, 145, 0.24);
}

.aura-two {
    bottom: 4%;
    left: -7%;
    width: 160px;
    height: 160px;
    background: rgba(255, 209, 102, 0.2);
}

.love-form,
.history-panel,
.result-score-card,
.result-insight-card,
.date-vibe-card,
.prompt-card {
    position: relative;
    z-index: 1;
}

.love-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-heading h2 {
    margin-top: 0.9rem;
    font-size: 1.65rem;
    line-height: 1.15;
}

.love-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.field-shell {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.field-shell-wide {
    grid-column: 1 / -1;
}

.field-shell span,
.vibe-header span,
.history-header span {
    font-size: 0.92rem;
    font-weight: 700;
    color: #fff6f0;
}

.field-shell input,
.field-shell select {
    width: 100%;
    min-height: 54px;
    padding: 0.95rem 1rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(12, 10, 18, 0.72);
    color: #fff;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.field-shell input::placeholder {
    color: rgba(255, 255, 255, 0.36);
}

.field-shell input:focus,
.field-shell select:focus {
    border-color: rgba(255, 209, 102, 0.55);
    box-shadow: 0 0 0 4px rgba(255, 209, 102, 0.12);
}

.vibe-selector {
    padding: 1rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.vibe-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.95rem;
}

.vibe-header small,
.history-header small,
.result-block-head small {
    color: rgba(255, 255, 255, 0.52);
}

.vibe-option {
    flex: 1 1 140px;
    padding: 0.9rem 1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid transparent;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 700;
}

.vibe-option.is-active {
    color: #1a1020;
    background: linear-gradient(135deg, #fff0d5 0%, #ffd7bc 48%, #ff92a9 100%);
    box-shadow: 0 14px 30px rgba(255, 111, 145, 0.16);
}

.example-row {
    align-items: center;
}

.example-row span {
    font-size: 0.92rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.68);
}

.example-pill {
    padding: 0.7rem 0.95rem;
    font-size: 0.92rem;
}

.love-form-message {
    display: none;
    border-radius: 16px;
    padding: 0.9rem 1rem;
    background: rgba(239, 68, 68, 0.14);
    border: 1px solid rgba(239, 68, 68, 0.28);
    color: #ffd8d8;
}

.love-form-message.is-visible {
    display: block;
}

.love-submit-btn svg {
    width: 20px;
    height: 20px;
}

.history-panel {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.history-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.9rem;
}

.history-chip {
    padding: 0.8rem 0.95rem;
    text-align: left;
    font-size: 0.9rem;
}

.history-chip strong,
.history-chip span {
    display: block;
}

.history-chip span {
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.8rem;
    margin-top: 0.15rem;
}

.love-result-shell {
    padding: 0;
}

.love-result-main {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 1.25rem;
}

.result-score-card,
.result-insight-card,
.date-vibe-card,
.prompt-card {
    border-radius: 24px;
    padding: 1.5rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
        rgba(15, 23, 42, 0.64);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.date-vibe-card,
.prompt-card {
    display: grid;
    align-content: start;
    gap: 0.95rem;
}

.score-ring {
    --score-angle: 0deg;
    position: relative;
    display: grid;
    place-items: center;
    width: min(280px, 100%);
    aspect-ratio: 1;
    margin: 0 auto 1.25rem;
    padding: 18px;
    border-radius: 50%;
    overflow: hidden;
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.12) 0 57%, transparent 57% 100%),
        conic-gradient(from 180deg, var(--love-rose) 0deg, var(--love-coral) 120deg, var(--love-gold) 240deg, rgba(255, 255, 255, 0.08) 240deg 360deg);
    box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.06), 0 22px 50px rgba(0, 0, 0, 0.28);
}

.score-ring::before {
    content: '';
    position: absolute;
    inset: 18px;
    border-radius: 50%;
    background: rgba(12, 9, 18, 0.88);
}

.score-ring::after {
    content: '';
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.score-core {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.25rem;
    font-weight: 800;
}

.score-core span {
    font-size: clamp(3rem, 5vw, 4.5rem);
    line-height: 1;
}

.score-core small {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.75);
}

.score-band {
    margin-bottom: 1rem;
    color: #22110f;
    background: linear-gradient(135deg, #fff1d8 0%, #ffd9bc 55%, #ffb0c1 100%);
}

.result-persona-line {
    margin: -0.2rem 0 0.8rem;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.88rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.result-score-card h2 {
    font-size: clamp(1.5rem, 2vw, 2.15rem);
    line-height: 1.14;
    margin-bottom: 0.9rem;
}

.score-actions {
    margin: 1.35rem 0 1rem;
}

.score-disclaimer {
    font-size: 0.92rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
}

.result-block {
    margin-bottom: 1.25rem;
}

.result-block-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.result-block-head span {
    font-size: 1rem;
    font-weight: 700;
}

.date-vibe-card .result-block-head,
.prompt-card .result-block-head {
    display: grid;
    justify-content: start;
    gap: 0.28rem;
    margin-bottom: 0;
}

.date-vibe-card .result-block-head small,
.prompt-card .result-block-head small {
    text-align: left;
}

.date-vibe-card h3,
.date-vibe-card p,
.prompt-card ul {
    margin: 0;
}

.date-vibe-card .tag-cloud {
    gap: 0.75rem;
}

.date-vibe-card .wide-btn {
    margin-top: 0.1rem;
}

.dimension-stack {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.dimension-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.35rem;
}

.dimension-meta span {
    color: rgba(255, 255, 255, 0.74);
}

.dimension-meta strong {
    font-size: 0.95rem;
}

.dimension-track {
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.dimension-fill {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--love-gold), var(--love-coral), var(--love-rose));
    transition: width 0.5s ease;
}

.result-story-card {
    margin-bottom: 1rem;
    padding: 1rem 1.05rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.result-story-card span {
    display: inline-block;
    margin-bottom: 0.45rem;
    color: var(--love-gold);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.result-story-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
}

.mini-insight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.95rem;
}

.mini-insight-card {
    padding: 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.mini-insight-card span {
    display: inline-block;
    margin-bottom: 0.45rem;
    color: var(--love-gold);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.mini-insight-card p {
    margin: 0;
    line-height: 1.7;
}

.love-result-support {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-top: 1.25rem;
}

.tag-cloud-item {
    display: inline-flex;
    align-items: center;
    padding: 0.6rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.88rem;
}

.prompt-list {
    display: grid;
    gap: 0.8rem;
    padding-left: 1.25rem;
}

.prompt-list li {
    line-height: 1.7;
}

.section-heading {
    max-width: 850px;
    margin: 0 auto 1.8rem;
    text-align: center;
}

.section-heading h2 {
    margin: 1rem 0;
}

.feature-grid,
.band-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.band-card {
    border-radius: 28px;
    padding: 1.6rem;
}

.feature-card h3,
.band-card h3 {
    margin: 0.9rem 0 0.7rem;
    font-size: 1.28rem;
}

.guide-grid,
.planning-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.planning-list {
    display: grid;
    gap: 0.9rem;
    padding-left: 1.15rem;
    color: rgba(255, 255, 255, 0.78);
}

.planning-list li {
    line-height: 1.7;
}

.planning-copy a {
    color: #ffe2b6;
    text-decoration: underline;
    text-decoration-color: rgba(255, 209, 102, 0.45);
    text-underline-offset: 0.15em;
}

.faq-list {
    display: grid;
    gap: 1rem;
}

.faq-item {
    border-radius: 24px;
    padding: 1.25rem 1.35rem;
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    font-size: 1.02rem;
    font-weight: 700;
    color: #fff4ee;
    padding-right: 2rem;
    position: relative;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: '+';
    position: absolute;
    top: -0.1rem;
    right: 0;
    font-size: 1.5rem;
    color: var(--love-gold);
}

.faq-item[open] summary::after {
    content: '-';
}

.faq-item p {
    margin-top: 0.9rem;
    line-height: 1.8;
}

.love-result-shell.is-ready .score-ring {
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.12) 0 57%, transparent 57% 100%),
        conic-gradient(from 180deg, var(--love-rose) 0deg, var(--love-coral) 120deg, var(--love-gold) var(--score-angle), rgba(255, 255, 255, 0.08) var(--score-angle) 360deg);
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1100px) {
    .lovecalc-overview,
    .love-hero-grid,
    .love-result-main,
    .love-result-support,
    .feature-grid,
    .guide-grid,
    .planning-grid,
    .band-grid {
        grid-template-columns: 1fr;
    }

    .love-copy h1,
    .section-heading h2,
    .guide-copy h2,
    .planning-copy h2 {
        max-width: none;
    }
}

@media (max-width: 760px) {
    .lovecalc-page {
        padding: 2rem 1rem 4rem;
    }

    .love-hero > .container,
    .love-result-section > .container,
    .love-story-section > .container,
    .love-guide-section > .container,
    .love-band-section > .container,
    .love-planning-section > .container,
    .love-faq-section > .container,
    .love-lab,
    .guide-copy,
    .planning-panel,
    .result-score-card,
    .result-insight-card,
    .date-vibe-card,
    .prompt-card,
    .feature-card,
    .band-card,
    .faq-item {
        border-radius: 28px;
        padding: 1.3rem;
    }

    .lovecalc-stat-card {
        min-height: auto;
    }

    .love-form-grid,
    .mini-insight-grid {
        grid-template-columns: 1fr;
    }

    .hero-actions,
    .score-actions {
        flex-direction: column;
    }

    .love-primary-btn,
    .love-secondary-btn,
    .love-submit-btn,
    .result-action-btn,
    .vibe-option {
        width: 100%;
    }

    .hero-badges {
        gap: 0.4rem;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .hero-badge {
        padding: 0.34rem 0.52rem;
        font-size: 0.62rem;
        letter-spacing: 0.01em;
    }

    .vibe-selector {
        padding: 0.9rem;
    }

    .vibe-header {
        align-items: start;
        gap: 0.45rem;
        margin-bottom: 0.75rem;
    }

    .vibe-options {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.7rem;
    }

    .vibe-option {
        flex: initial;
        width: 100%;
        min-height: 52px;
        height: auto;
        padding: 0.7rem 0.8rem;
        border-radius: 16px;
        font-size: 0.92rem;
        line-height: 1.25;
    }

    .score-ring {
        width: 220px;
    }
}
