/* gx-public.css — auto-generated by generate-css-bundles.js
 * Source: sb-shared.css (do NOT edit this file directly).
 * Edit sb-shared.css and re-run: node generate-css-bundles.js
 * Generated: 2026-04-28T00:24:03.519Z
 */
.city-pill.intent-pill { color: var(--sb-violet); border-color: var(--sb-violet); background: rgba(99,102,241,0.06); flex: 1; max-width: 280px; text-align: center; }
.city-pill.intent-pill:hover { background: rgba(99,102,241,0.15); border-color: var(--sb-violet); color: #fff; }
.price-grid, .pay-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: var(--sb-space-md); margin-bottom: 48px; }
.price-card, .pay-card {
    background: linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box;
    border: 1px solid transparent; border-radius: var(--sb-radius-lg); padding: 20px; text-align: center;
}
.price-card .event-type, .pay-card .venue-type { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--sb-ice); margin-bottom: 8px; }
.price-card .price-range, .pay-card .pay-range { font-size: 1.6rem; font-weight: 800; margin-bottom: 6px; }
.price-card .price-note, .pay-card .pay-note { font-size: 0.78rem; color: var(--sb-text-muted); }

@media (max-width: 768px)  {
.price-grid, .pay-grid { grid-template-columns: 1fr 1fr; }

}

@media (max-width: 480px)  {
.price-grid, .pay-grid { grid-template-columns: 1fr; }

}
.tips-list { list-style: none; padding: 0; margin: 0 0 48px; }
.tips-list li {
    padding: 16px 20px; border-left: 3px solid var(--sb-ice); margin-bottom: 12px;
    background: rgba(var(--sb-ice-rgb), 0.03); border-radius: 0 var(--sb-radius-sm) var(--sb-radius-sm) 0;
}
.tips-list li strong { color: var(--sb-text); display: block; margin-bottom: 4px; font-size: 0.9rem; }
.tips-list li span { color: var(--sb-text-secondary); font-size: 0.84rem; line-height: 1.7; }
.help-hero {
    min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center;
    padding: calc(var(--sb-topbar-height) + var(--sb-space-2xl)) var(--sb-space-lg) var(--sb-space-2xl);
    position: relative; overflow: hidden;
}
.help-hero h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 900; line-height: 1.1; margin-bottom: var(--sb-space-md); position: relative; }
.category-card {
    background: linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box;
    border: 1px solid transparent; border-radius: var(--sb-radius); padding: var(--sb-space-md); cursor: pointer;
    transition: all 0.3s ease; display: flex; flex-direction: column; align-items: center; gap: var(--sb-space-sm);
    animation: sb-card-breathe 4s ease-in-out infinite;
}
.category-card:hover {
    animation: none; transform: translateY(-3px);
    background: linear-gradient(rgba(var(--sb-ice-rgb),0.06), rgba(var(--sb-violet-rgb),0.04)), linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box;
    box-shadow: 0 0 12px rgba(var(--sb-ice-rgb),0.18), 0 0 20px rgba(var(--sb-violet-rgb),0.08);
}
.category-icon { font-size: 24px; flex-shrink: 0; margin-top: 2px; color: var(--sb-text); transition: color 0.25s ease; }
.category-card:hover .category-icon { color: var(--sb-ice); }
.category-card h3 { font-size: var(--sb-text-base); margin-bottom: 2px; }
.category-card .category-count { font-size: var(--sb-text-sm); color: var(--sb-text-muted); }
.resources-section { padding: var(--sb-space-3xl) var(--sb-space-lg); background: var(--sb-bg-surface); }
.resources-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sb-space-lg); max-width: var(--sb-max-width); margin: 0 auto; }
.resource-card {
    background: linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box;
    border: 1px solid transparent; border-radius: var(--sb-radius); padding: var(--sb-space-xl); text-align: center;
    animation: sb-card-breathe 4s ease-in-out infinite; text-decoration: none; color: inherit; display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.resource-card:hover {
    animation: none; transform: translateY(-3px);
    background: linear-gradient(rgba(var(--sb-ice-rgb),0.06), rgba(var(--sb-violet-rgb),0.04)), linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box;
    box-shadow: 0 0 12px rgba(var(--sb-ice-rgb),0.18), 0 0 20px rgba(var(--sb-violet-rgb),0.08);
}
.resource-icon { font-size: 36px; margin-bottom: var(--sb-space-md); }
.resource-card h3 { font-size: var(--sb-text-lg); margin-bottom: var(--sb-space-xs); }
.resource-card p { font-size: var(--sb-text-sm); color: var(--sb-text-secondary); line-height: 1.5; }
.cta-buttons { display: flex; gap: var(--sb-space-md); justify-content: center; flex-wrap: wrap; }

@media (max-width: 768px)  {
.resources-grid { grid-template-columns: 1fr; }
.resources-section, .help-cta { padding: var(--sb-space-2xl) var(--sb-space-md); }
.cta-buttons { flex-direction: column; align-items: center; }

}
.guides-hero {
    min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center;
    padding: var(--sb-space-3xl) var(--sb-space-lg); position: relative; overflow: hidden;
}
.guides-hero h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 900; line-height: 1.1; margin-bottom: var(--sb-space-lg); }
.guides-container { max-width: var(--sb-max-width); margin: 0 auto; }
.step-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--sb-space-lg); }
.step-card {
    padding: var(--sb-space-lg); border-radius: var(--sb-radius-lg);
    background: linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box;
    border: 1px solid transparent; animation: sb-card-breathe 4s ease-in-out infinite; text-align: center;
    opacity: 0; transform: translateY(16px);
    transition: opacity 0.4s ease, transform 0.4s ease, background 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}
.step-header { display: flex; flex-direction: column; align-items: center; text-align: center; gap: var(--sb-space-sm); margin-bottom: var(--sb-space-sm); }
.step-header .sb-icon { color: var(--sb-text); width: 48px; height: 48px; flex-shrink: 0; transition: color 0.25s ease; margin-bottom: var(--sb-space-xs); }
.step-card:hover .step-header .sb-icon { color: var(--sb-ice); }
.step-title { font-size: var(--sb-text-lg); font-weight: 700; }
.step-body { color: var(--sb-text-secondary); line-height: 1.7; font-size: var(--sb-text-sm); text-align: left; display: inline-block; }
.step-body ul { list-style: none; padding: 0; margin: var(--sb-space-sm) 0 0; }
.step-body li { padding-left: 22px; position: relative; margin-bottom: 4px; }
.step-body li::before {
    content: ''; position: absolute; left: 0; top: 5px; width: 14px; height: 14px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%2338BDF8' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center/contain;
}
.geo-section { max-width: var(--sb-max-width); margin: 0 auto; }
.geo-section h2 { font-size: var(--sb-text-2xl); font-weight: 800; margin-bottom: var(--sb-space-md); }
.geo-section h3 { font-size: var(--sb-text-lg); font-weight: 700; margin-bottom: var(--sb-space-sm); color: var(--sb-ice); }
.geo-section p, .geo-section li { color: var(--sb-text-secondary); line-height: 1.7; font-size: var(--sb-text-sm); }
.geo-section p { margin-bottom: var(--sb-space-md); }
.geo-section ul { list-style: none; padding: 0; margin: 0 0 var(--sb-space-md); }
.geo-section li { padding-left: 22px; position: relative; margin-bottom: 6px; }
.geo-section li::before {
    content: ''; position: absolute; left: 0; top: 5px; width: 14px; height: 14px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%2338BDF8' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center/contain;
}
.geo-role-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--sb-space-lg); margin-bottom: var(--sb-space-md); }
.geo-role-item { padding: var(--sb-space-lg); border-radius: var(--sb-radius-lg); background: linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box; border: 1px solid transparent; }
.geo-role-item h3 { margin-bottom: var(--sb-space-xs); }
.geo-workflow-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: var(--sb-space-md); margin-bottom: var(--sb-space-md); }
.geo-workflow-step { text-align: center; padding: var(--sb-space-md); border-radius: var(--sb-radius-lg); background: linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box; border: 1px solid transparent; }
.geo-workflow-step .geo-step-num { display: block; font-family: 'Rajdhani', var(--sb-font); font-size: 2.5rem; font-weight: 700; line-height: 1; background: var(--sb-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: var(--sb-space-xs); }
.geo-workflow-step h3 { font-size: var(--sb-text-sm); color: var(--sb-text); margin-bottom: 4px; }
.geo-workflow-step p { font-size: var(--sb-text-xs); margin-bottom: 0; }
.geo-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sb-space-lg); margin-bottom: var(--sb-space-md); }
.geo-feature-card { padding: var(--sb-space-lg); border-radius: var(--sb-radius-lg); background: linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box; border: 1px solid transparent; }
.geo-feature-card h3 { margin-bottom: var(--sb-space-xs); }
.geo-faq-item { padding: var(--sb-space-lg); border-radius: var(--sb-radius-lg); background: linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box; border: 1px solid transparent; margin-bottom: var(--sb-space-md); }
.geo-faq-item h3 { color: var(--sb-text); margin-bottom: var(--sb-space-xs); }
.geo-faq-item p { margin-bottom: 0; }
.geo-glossary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sb-space-md); }
.geo-glossary-item { padding: var(--sb-space-md) var(--sb-space-lg); border-radius: var(--sb-radius-lg); background: linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box; border: 1px solid transparent; }
.geo-glossary-item dt { font-weight: 700; font-size: var(--sb-text-base); margin-bottom: 4px; }
.geo-glossary-item dd { color: var(--sb-text-secondary); font-size: var(--sb-text-sm); line-height: 1.6; margin: 0; }
.geo-role-item, .geo-workflow-step, .geo-feature-card, .geo-faq-item, .geo-glossary-item { transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; }
.geo-role-item:hover, .geo-workflow-step:hover, .geo-feature-card:hover, .geo-faq-item:hover, .geo-glossary-item:hover {
    transform: translateY(-3px);
    background: linear-gradient(rgba(56,189,248,0.06), rgba(99,102,241,0.04)), linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box;
    box-shadow: 0 0 12px rgba(56,189,248,0.18), 0 0 20px rgba(99,102,241,0.08);
}

@media (max-width: 768px)  {
.step-grid { grid-template-columns: 1fr; }
.geo-role-grid { grid-template-columns: 1fr; }
.geo-workflow-steps { grid-template-columns: repeat(2, 1fr); }
.geo-feature-grid { grid-template-columns: 1fr; }
.geo-glossary-grid { grid-template-columns: 1fr; }

}

@media (max-width: 480px)  {
.step-card { padding: var(--sb-space-md); }
.geo-workflow-steps { grid-template-columns: 1fr; }

}
.contact-hero {
    min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center;
    padding: calc(var(--sb-topbar-height) + var(--sb-space-3xl)) var(--sb-space-lg) var(--sb-space-3xl);
    position: relative; overflow: hidden;
}
.contact-hero .hero-content { max-width: 860px; width: 100%; }
.contact-hero h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 900; line-height: 1.1; margin-bottom: var(--sb-space-md); position: relative; }
.contact-pill { display: inline-block; padding: 6px 18px; border-radius: var(--sb-radius); font-size: var(--sb-text-sm); font-weight: 600; background: transparent; color: var(--sb-ice); border: 1px solid var(--sb-ice); cursor: pointer; transition: all 0.2s ease; text-decoration: none; }
.contact-pill:hover { color: #fff; background: rgba(var(--sb-ice-rgb), 0.1); }
.contact-page .form-card .card-subtitle { color: var(--sb-text-secondary); font-size: var(--sb-text-sm); line-height: 1.6; }
.contact-page .form-card .card-subtitle a { color: var(--sb-ice); }
.contact-page .form-group-grow { flex: 1; display: flex; flex-direction: column; }
.contact-page .form-group-grow textarea { flex: 1; }
.contact-page .form-privacy-note { font-size: 0.78rem; color: var(--sb-text-muted); margin-top: var(--sb-space-lg); line-height: 1.45; }
.contact-page .form-privacy-note a { color: var(--sb-ice); text-decoration: underline; }

@media (max-width: 768px)  {
.contact-hero { min-height: 100vh; padding-top: calc(var(--sb-topbar-height) + var(--sb-space-3xl)); padding-bottom: var(--sb-space-3xl); }

}
.fan-header-actions {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    gap: var(--sb-space-sm);
    flex-wrap: wrap;
}

@media (max-width: 640px)  {
.fan-header-actions { display: none; }

}
.roster-header-actions { position: absolute; top: 0; right: 0; display: flex; gap: var(--sb-space-xs); }

@media (max-width: 768px)  {
.roster-header-actions { display: none; }

}
.text-xl { font-size: var(--sb-text-xl); }
.sb-panel-overlay {
    position: fixed;
    inset: 0;
    background: rgba(4, 6, 14, 0.40);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1500;
    opacity: 0;
    visibility: hidden;
    transition: all var(--sb-transition);
}
.sb-panel {
    position: fixed;
    top: 0;
    right: -500px;
    width: 480px;
    max-width: 90vw;
    height: 100vh;
    background: rgba(12, 17, 32, 0.50);
    border-left: none;
    z-index: 1501;
    overflow-y: auto;
    transition: right var(--sb-transition-slow);
    padding: var(--sb-space-xl);
}
.sb-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, var(--sb-ice), var(--sb-sky), var(--sb-violet));
    pointer-events: none;
}

@media (max-width: 768px)  {
.sb-panel {
        width: 100vw;
        max-width: 100vw;
    }

}
.gigs-hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: calc(var(--sb-space-3xl) + 13px) var(--sb-space-lg) var(--sb-space-3xl);
    position: relative;
    overflow: hidden;
}
.gigs-hero-photo { position: absolute; inset: 0; background: url('assets/hero-concert.jpg') center/cover no-repeat; z-index: 0; }
.gigs-hero-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(8,12,20,0.70), rgba(8,12,20,0.85)); }
.gigs-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    width: 100%;
}
.gigs-hero-tag {
    display: inline-block;
    padding: 6px 16px;
    font-size: var(--sb-text-xs);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--sb-ice);
    border: 1px solid var(--sb-ice);
    border-radius: var(--sb-radius-sm);
    margin-bottom: var(--sb-space-lg);
}
.gigs-hero h1 {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: var(--sb-space-md);
}
.gigs-hero-subtitle {
    color: var(--sb-text-secondary);
    font-size: var(--sb-text-xl);
    max-width: 600px;
    margin: 0 auto var(--sb-space-xl);
    line-height: 1.6;
}
.date-calendar {
    display: none;
    position: fixed;
    background: rgba(8, 12, 20, 0.70);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid var(--sb-ice);
    border-radius: var(--sb-radius);
    z-index: 9999;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
    padding: var(--sb-space-md);
    width: 280px;
}
.results-summary { margin-bottom: var(--sb-space-md); font-size: var(--sb-text-sm); color: var(--sb-text-secondary); }
.gigs-city-guide-wrapper { max-width: 1200px; margin: 0 auto; padding: 0 var(--sb-space-lg); }
.gigs-explore-content { padding: 0; }
.about-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: calc(var(--sb-topbar-height) + 48px) var(--sb-space-lg) 48px;
    position: relative;
    overflow: hidden;
}
.about-hero::before {
    content: '';
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 600px;
    background: radial-gradient(ellipse at center, rgba(var(--sb-ice-rgb),0.12) 0%, rgba(var(--sb-violet-rgb),0.08) 40%, transparent 70%);
    pointer-events: none;
    z-index: 0;
    animation: hero-glow-pulse 6s ease-in-out infinite;
}
.about-hero h1 {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: var(--sb-space-md);
    letter-spacing: -0.02em;
}
.founder-card {
    max-width: 700px;
    margin: 0 auto;
    background: linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box;
    border: 1px solid transparent;
    border-radius: var(--sb-radius);
    padding: var(--sb-space-2xl);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    animation: founder-card-breathe 4s ease-in-out infinite;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.founder-card:hover {
    animation: none;
    transform: translateY(-3px);
    background: linear-gradient(rgba(var(--sb-ice-rgb),0.06), rgba(var(--sb-violet-rgb),0.04)), linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box;
    box-shadow: 0 0 12px rgba(var(--sb-ice-rgb),0.18), 0 0 20px rgba(var(--sb-violet-rgb),0.08);
}
.founder-card::before {
    content: '\201C';
    position: absolute;
    top: -20px;
    right: 24px;
    font-size: 180px;
    font-weight: 800;
    line-height: 1;
    background: var(--sb-gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.08;
    pointer-events: none;
}
.founder-left { display: flex; flex-direction: column; align-items: center; gap: var(--sb-space-md); text-align: center; }
.founder-name { font-weight: 700; font-size: var(--sb-text-base); }
.founder-role { font-size: var(--sb-text-xs); color: var(--sb-text-muted); }
.founder-right { position: relative; }
.founder-right h2 { font-size: var(--sb-text-xl); margin-bottom: var(--sb-space-lg); }
.founder-right p { color: var(--sb-text-secondary); line-height: 1.8; font-size: var(--sb-text-sm); margin-bottom: var(--sb-space-md); }
.founder-right p:last-of-type { margin-bottom: 0; }
.founder-right em { color: var(--sb-text); font-style: normal; font-weight: 500; }
.founder-highlight {
    display: inline-block;
    margin-top: var(--sb-space-md);
    padding: 8px 16px;
    border-left: 3px solid var(--sb-ice);
    background: rgba(var(--sb-ice-rgb),0.05);
    border-radius: 0 var(--sb-radius-sm) var(--sb-radius-sm) 0;
    color: var(--sb-ice);
    font-weight: 600;
    font-size: var(--sb-text-sm);
}
.founder-highlight a { color: var(--sb-ice); text-decoration: none; }
.founder-journey {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: var(--sb-space-md);
    padding-top: var(--sb-space-md);
    padding-bottom: 55px;
    border-top: 1px solid rgba(148,163,184,0.1);
}
.roles-section { padding: var(--sb-space-3xl) var(--sb-space-lg); background: var(--sb-bg-surface); position: relative; overflow: hidden; }
.about-section-inner { position: relative; z-index: 1; }
.roles-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sb-space-xl); max-width: var(--sb-max-width); margin: 0 auto; }
.why-section { padding: var(--sb-space-3xl) var(--sb-space-lg); position: relative; overflow: hidden; }
.why-section-alt { background: var(--sb-bg-surface); }
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--sb-space-lg); max-width: var(--sb-max-width); margin: 0 auto; }
.why-card {
    background: linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box;
    padding: var(--sb-space-xl); border: 1px solid transparent; border-radius: var(--sb-radius);
    display: flex; flex-direction: column; align-items: center; text-align: center; gap: var(--sb-space-md);
    animation: sb-card-breathe 4s ease-in-out infinite;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.why-icon { font-size: 28px; flex-shrink: 0; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; transition: color 0.25s ease; }
.why-card:hover .why-icon { color: var(--sb-ice); }
.why-card h3, .why-card h4 { font-size: var(--sb-text-base); margin-bottom: var(--sb-space-xs); }
.why-card p { font-size: var(--sb-text-sm); color: var(--sb-text-secondary); line-height: 1.5; }
.uk-section { padding: var(--sb-space-2xl) var(--sb-space-lg) var(--sb-space-3xl); text-align: center; background: var(--sb-bg-surface); }
.uk-section.uk-section-plain { background: transparent; }
.uk-section h2 { font-size: var(--sb-text-3xl); margin-bottom: var(--sb-space-sm); }
.uk-section p { color: var(--sb-text-secondary); font-size: var(--sb-text-lg); max-width: 880px; margin: 0 auto var(--sb-space-lg); line-height: 1.7; }
.uk-section a { color: var(--sb-ice); }

@media (max-width: 768px)  {
.about-hero { min-height: auto; padding-top: calc(var(--sb-topbar-height) + var(--sb-space-xl)); padding-bottom: var(--sb-space-xl); }
.roles-grid { grid-template-columns: 1fr; }
.why-grid { grid-template-columns: 1fr; }
.founder-card { grid-template-columns: 1fr; padding: var(--sb-space-lg) var(--sb-space-md); text-align: center; }
.founder-right { text-align: center; }
.founder-right h2 { font-size: var(--sb-text-lg); }
.why-card { flex-direction: column; text-align: center; }
.why-icon { margin: 0 auto; }
.roles-section, .why-section, .uk-section { padding: var(--sb-space-2xl) var(--sb-space-md); }
.uk-section h2 { font-size: var(--sb-text-2xl); }

}
.how-card, .feature-card, .type-card { animation: sb-card-breathe 4s ease-in-out infinite; }
.trust-badges {
    display: flex; justify-content: center; gap: 16px;
    margin-top: calc(var(--sb-space-2xl) - 28px); flex-wrap: wrap;
}
.trust-badge {
    display: flex; align-items: center; gap: 8px;
    padding: 8px 16px; border-radius: var(--sb-radius);
    background: rgba(12,17,32,0.6);
    border: 1px solid rgba(var(--sb-ice-rgb),0.08);
    font-size: 12px; font-weight: 500; color: var(--sb-text-secondary);
}
.trust-badge svg { width: 18px; height: 18px; flex-shrink: 0; }
.trust-badge .badge-label { font-weight: 600; color: var(--sb-text); }
.coverage-strip { margin-top: var(--sb-space-xl); font-size: var(--sb-text-xs); color: var(--sb-ice); font-weight: 600; letter-spacing: 0.03em; }
.coverage-strip .coverage-cities { display: flex; flex-wrap: wrap; justify-content: center; gap: 0; margin-top: 6px; }
.coverage-strip .coverage-city { color: var(--sb-text-secondary); white-space: nowrap; text-decoration: none; transition: color 0.2s; }
.coverage-strip .coverage-city:hover { color: var(--sb-ice); }
.coverage-strip .coverage-sep { color: var(--sb-ice); opacity: 0.4; margin: 0 8px; }
.coverage-strip .coverage-more { color: var(--sb-text-muted); font-weight: 400; text-decoration: none; transition: color 0.2s; }
.coverage-strip .coverage-more:hover { color: var(--sb-ice); }
.coverage-strip .coverage-break { flex-basis: 100%; height: 0; }
.founder-beacon { position: fixed; bottom: 32px; right: 32px; z-index: 50; opacity: 0; animation: beacon-fade-in 0.6s ease forwards 1s; }
.founder-beacon-avatar {
    width: 72px; height: 72px; border-radius: 50%; object-fit: cover;
    border: 2px solid rgba(var(--sb-ice-rgb),0.4); cursor: pointer;
    transition: all 0.3s ease; animation: beacon-pulse 3s ease-in-out infinite;
    box-shadow: 0 0 16px rgba(var(--sb-ice-rgb),0.2);
}
.founder-beacon:hover .founder-beacon-avatar { border-color: var(--sb-ice); box-shadow: 0 0 24px rgba(var(--sb-ice-rgb),0.4); transform: scale(1.05); }
.founder-beacon-card {
    position: absolute; bottom: 80px; right: 0; width: 320px; padding: 20px;
    background: rgba(0,0,0,0.7);
    -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
    border: none;
    border-radius: var(--sb-radius-lg);
    visibility: hidden; transform: translateY(8px) scale(0.96);
    transition: all 0.3s ease; pointer-events: none;
}
.founder-beacon-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--sb-radius-lg);
    padding: 1px;
    background: var(--sb-gradient);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
}
.founder-beacon:hover .founder-beacon-card { opacity: 1; visibility: visible; transform: translateY(0) scale(1); pointer-events: auto; }
.founder-beacon-name { font-size: 0.8rem; font-weight: 700; color: var(--sb-text); margin-bottom: 2px; }
.founder-beacon-role { font-size: 0.65rem; color: var(--sb-text-muted); margin-bottom: 12px; }
.founder-beacon-msg { font-size: 0.78rem; line-height: 1.5; color: var(--sb-text-secondary); margin-bottom: 12px; }
.founder-beacon-link { font-size: 0.72rem; font-weight: 600; color: var(--sb-ice); text-decoration: none; transition: color 0.2s; }
.founder-beacon-link:hover { color: #fff; }
.demo-video { width: 100%; display: block; }
.how-section { padding: var(--sb-space-3xl) var(--sb-space-lg); background: var(--sb-bg-surface); }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sb-space-xl); max-width: var(--sb-max-width); margin: 0 auto; }
.how-card {
    text-align: center; padding: var(--sb-space-xl);
    background: linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box;
    border: 1px solid transparent; border-radius: var(--sb-radius);
}
.how-icon {
    width: 72px; height: 72px; margin: 0 auto var(--sb-space-md);
    display: flex; align-items: center; justify-content: center; font-size: 32px;
    background: linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box;
    border: 1px solid transparent; border-radius: var(--sb-radius);
}
.how-step { font-size: var(--sb-text-xs); font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--sb-ice); margin-bottom: var(--sb-space-sm); }
.how-card h3 { font-size: var(--sb-text-lg); margin-bottom: var(--sb-space-sm); }
.how-card p { color: var(--sb-text-secondary); font-size: var(--sb-text-sm); line-height: 1.6; }
.features-section { padding: var(--sb-space-3xl) var(--sb-space-lg); }
.features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--sb-space-lg); max-width: var(--sb-max-width); margin: 0 auto; }
.feature-card {
    background: linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box;
    padding: var(--sb-space-xl); border: 1px solid transparent; border-radius: var(--sb-radius);
    display: flex; flex-direction: column; align-items: center; text-align: center; gap: var(--sb-space-md);
}
.feature-icon { font-size: 28px; flex-shrink: 0; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; transition: color 0.25s ease; }
.feature-card:hover .feature-icon { color: var(--sb-ice); }
.how-card:hover .how-icon { color: var(--sb-ice); }
.type-card:hover .type-icon { color: var(--sb-ice); }
.feature-card h4 { font-size: var(--sb-text-base); margin-bottom: var(--sb-space-xs); }
.feature-card p { font-size: var(--sb-text-sm); color: var(--sb-text-secondary); line-height: 1.5; }
.types-section { padding: var(--sb-space-3xl) var(--sb-space-lg); background: var(--sb-bg-surface); }
.types-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sb-space-xl); max-width: var(--sb-max-width); margin: 0 auto; }
.type-card {
    background: linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box;
    border: 1px solid transparent; border-radius: var(--sb-radius); padding: var(--sb-space-xl);
    text-align: center; display: flex; flex-direction: column;
}
.type-card .type-list { flex: 1; }
.type-icon { font-size: 48px; margin-bottom: var(--sb-space-md); }
.type-card h3 { font-size: var(--sb-text-xl); margin-bottom: var(--sb-space-sm); }
.type-card p { font-size: var(--sb-text-sm); color: var(--sb-text-secondary); margin-bottom: var(--sb-space-lg); line-height: 1.6; min-height: 8em; }
.type-list { text-align: left; font-size: var(--sb-text-sm); color: var(--sb-text-secondary); }
.type-list li { padding: 6px 0; display: flex; flex-wrap: wrap; align-items: center; gap: var(--sb-space-sm); }
.type-list li::before { content: '\2713'; color: var(--sb-success); font-weight: 700; }
.testimonials-section { padding: var(--sb-space-3xl) var(--sb-space-lg); background: var(--sb-bg-surface); }
.testimonials-grid { max-width: 720px; margin: 0 auto; }
.testimonial-card {
    background: linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box;
    border: 1px solid transparent; border-radius: var(--sb-radius);
    padding: var(--sb-space-2xl) var(--sb-space-xl); animation: sb-card-breathe 4s ease-in-out infinite; text-align: center;
}
.testimonial-honest-heading { font-size: 1.1rem; font-weight: 600; color: var(--sb-ice); margin-bottom: var(--sb-space-md); }
.testimonial-text { color: var(--sb-text-secondary); line-height: 1.8; font-size: var(--sb-text-sm); margin-bottom: var(--sb-space-lg); }
.testimonial-text em { color: var(--sb-text); font-style: normal; font-weight: 500; }
.testimonial-cta { display: inline-flex; align-items: center; gap: var(--sb-space-xs); color: var(--sb-ice); font-weight: 600; font-size: var(--sb-text-sm); }
.testimonial-author {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: var(--sb-space-sm); margin-top: var(--sb-space-xl); padding-top: var(--sb-space-lg);
    border-top: 1px solid rgba(var(--sb-ice-rgb),0.1);
}
.testimonial-initial {
    width: 108px; height: 108px; border-radius: var(--sb-radius-full);
    background: var(--sb-gradient); padding: 1px; flex-shrink: 0;
    box-shadow: 0 0 16px rgba(var(--sb-ice-rgb),0.3), 0 0 40px rgba(var(--sb-violet-rgb),0.15);
    animation: founder-glow 3s ease-in-out infinite;
}
.testimonial-initial img { width: 100%; height: 100%; border-radius: var(--sb-radius-full); object-fit: cover; object-position: center 15%; display: block; }
.testimonial-name { font-weight: 600; font-size: var(--sb-text-sm); text-align: center; }
.testimonial-role { font-size: var(--sb-text-xs); color: var(--sb-text-muted); text-align: center; }
.newartists-section { padding: var(--sb-space-3xl) var(--sb-space-lg); }
.newartists-track { display: flex; gap: var(--sb-space-lg); transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
.newartists-track > .newartist-card { flex: 0 0 calc((100% - 2 * var(--sb-space-lg)) / 3); }
a.newartist-card { text-decoration: none; color: inherit; display: block; }
.newartist-card {
    background: linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box;
    border: 1px solid transparent; border-radius: var(--sb-radius); overflow: hidden;
    text-align: center; animation: sb-card-breathe 4s ease-in-out infinite;
    transition: box-shadow 0.3s ease, transform 0.3s ease; cursor: pointer;
}
.newartist-card:hover {
    animation: none; transform: translateY(-3px);
    background: linear-gradient(rgba(var(--sb-ice-rgb),0.06), rgba(var(--sb-violet-rgb),0.04)), linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box;
    box-shadow: 0 0 12px rgba(var(--sb-ice-rgb),0.18), 0 0 20px rgba(var(--sb-violet-rgb),0.08);
}
.newartist-img-wrap { width: 100%; height: 180px; overflow: hidden; position: relative; }
.newartist-img-wrap::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 50%; background: linear-gradient(to top, var(--sb-card-fill), transparent); pointer-events: none; }
.newartist-avatar { width: 100%; height: 100%; object-fit: cover; display: block; }
.newartist-body { padding: var(--sb-space-md) var(--sb-space-lg) var(--sb-space-lg); }
.newartist-name { font-size: var(--sb-text-base); font-weight: 700; margin-bottom: 2px; }
.newartist-location { font-size: var(--sb-text-xs); color: var(--sb-text-muted); margin-bottom: var(--sb-space-sm); }
.newartist-genres { display: flex; flex-wrap: wrap; gap: 4px; justify-content: center; margin-bottom: var(--sb-space-sm); }
.newartist-genre { font-size: 0.65rem; padding: 2px 8px; border-radius: var(--sb-radius-sm); background: rgba(var(--sb-ice-rgb), 0.1); color: var(--sb-ice); font-weight: 600; }
.newartist-verified { display: inline-flex; align-items: center; gap: 3px; font-size: 0.65rem; color: var(--sb-ice); font-weight: 600; }
.newartists-cta { text-align: center; margin-top: var(--sb-space-xl); }
.newartists-dots { display: flex; justify-content: center; gap: 10px; margin-top: var(--sb-space-lg); }
.how-section, .features-section, .types-section, .newartists-section, .testimonials-section { position: relative; overflow: hidden; }
.how-card, .feature-card, .type-card, .testimonial-card { transition: box-shadow 0.3s ease, transform 0.3s ease; }
.how-card.reveal:hover, .feature-card.reveal:hover, .type-card.reveal:hover, .testimonial-card.reveal:hover {
    animation: none; transform: translateY(-3px);
    background: linear-gradient(rgba(var(--sb-ice-rgb),0.06), rgba(var(--sb-violet-rgb),0.04)), linear-gradient(var(--sb-card-fill), var(--sb-card-fill)) padding-box, var(--sb-gradient) border-box;
    box-shadow: 0 0 12px rgba(var(--sb-ice-rgb),0.18), 0 0 20px rgba(var(--sb-violet-rgb),0.08);
}

@media (max-width: 768px)  {
.founder-beacon { display: none; }
.how-grid, .types-grid { grid-template-columns: 1fr; }
.testimonials-grid { grid-template-columns: 1fr; }
.features-grid { grid-template-columns: 1fr; }
.testimonials-section { padding: var(--sb-space-2xl) var(--sb-space-md); }
.trust-badges { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: var(--sb-space-lg); }
.trust-badge { justify-content: center; padding: 8px 10px; font-size: 11px; }
.how-section, .features-section, .types-section { padding: var(--sb-space-2xl) var(--sb-space-md); }
.feature-card { flex-direction: column; text-align: center; }
.feature-icon { margin: 0 auto; }
.type-card h3 { font-size: var(--sb-text-lg); }
.type-list { padding-left: 20%; }
.newartists-track > .newartist-card { flex: 0 0 calc((100% - var(--sb-space-md)) / 2); }
.newartists-track { gap: var(--sb-space-md); }
.newartists-section { padding: var(--sb-space-2xl) var(--sb-space-md); }

}

@media (max-width: 480px)  {
.newartists-track > .newartist-card { flex: 0 0 100%; }

}
.reveal-stagger > .reveal:nth-child(2) { transition-delay: 0.1s; }
.reveal-stagger > .reveal:nth-child(3) { transition-delay: 0.2s; }
.reveal-stagger > .reveal:nth-child(4) { transition-delay: 0.25s; }
.reveal-stagger > .reveal:nth-child(5) { transition-delay: 0.3s; }
.reveal-stagger > .reveal:nth-child(6) { transition-delay: 0.35s; }
.ticket-past-banner {
    display: flex;
    align-items: center;
    gap: var(--sb-space-sm);
    padding: 10px 14px;
    margin-bottom: var(--sb-space-md);
    background: rgba(var(--sb-fuchsia-rgb), 0.08);
    border: 1px solid rgba(var(--sb-fuchsia-rgb), 0.35);
    border-radius: var(--sb-radius-sm);
    flex-wrap: wrap;
}
.ticket-past-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: var(--sb-radius-sm);
    background: transparent;
    color: var(--sb-fuchsia);
    border: 1px solid rgba(var(--sb-fuchsia-rgb), 0.4);
    font-family: 'Rajdhani', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    flex-shrink: 0;
}
.ticket-past-msg {
    color: var(--sb-text-secondary);
    font-size: var(--sb-text-sm);
}
.gc-modal {
    width: 100%; max-width: 420px;
    background: rgba(12, 17, 32, 0.80);
    border: none;
    border-radius: var(--sb-radius-lg);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
    overflow: visible;
    position: relative;
    animation: sb-modal-breathe 3s ease-in-out infinite;
}
.gc-modal::before {
    content: '';
    position: absolute; inset: 0;
    border-radius: var(--sb-radius-lg);
    padding: 1px;
    background: var(--sb-gradient);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
}
.gc-header {
    padding: var(--sb-space-lg) var(--sb-space-xl) var(--sb-space-md);
    border-bottom: 1px solid rgba(56,189,248,0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.gc-logo {
    font-family: 'Rajdhani', var(--sb-font);
    font-size: 1.45rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--sb-text);
    line-height: 1;
    margin-bottom: var(--sb-space-sm);
}
.gc-logo-x {
    background: var(--sb-gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.gc-title {
    font-size: var(--sb-text-lg);
    font-weight: 700;
    background: var(--sb-gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.gc-close {
    position: absolute;
    top: var(--sb-space-md);
    right: var(--sb-space-md);
    background: transparent;
    border: 1px solid var(--sb-border-light);
    color: var(--sb-text-muted);
    font-size: 1.35rem;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--sb-radius-sm);
    transition: color var(--sb-transition), box-shadow var(--sb-transition), border-color var(--sb-transition);
    z-index: 2;
    padding: 0; line-height: 1;
}
.gc-close:hover {
    color: var(--sb-ice-light);
    border-color: var(--sb-ice);
    box-shadow: 0 0 8px rgba(56,189,248,0.2), 0 0 16px rgba(14,165,233,0.1);
}
.gc-steps {
    display: flex; gap: var(--sb-space-xs); justify-content: center;
    margin-bottom: var(--sb-space-sm);
}
.gc-body { padding: var(--sb-space-lg) var(--sb-space-xl) var(--sb-space-xs); }
.gc-signin-hint {
    font-size: var(--sb-text-sm);
    color: var(--sb-text-secondary);
    background: rgba(56, 189, 248, 0.06);
    border: 1px solid rgba(56, 189, 248, 0.18);
    border-radius: var(--sb-radius);
    padding: var(--sb-space-sm) var(--sb-space-md);
    margin-bottom: var(--sb-space-md);
    text-align: center;
}
.gc-signin-hint a {
    color: var(--sb-ice-light);
    font-weight: 600;
    text-decoration: none;
}
.gc-signin-hint a:hover { text-decoration: underline; }
.gc-amount {
    text-align: center; padding: var(--sb-space-md) 0 var(--sb-space-sm);
    font-size: var(--sb-text-xl); font-weight: 700; color: var(--sb-ice);
}
.gc-stripe-mount {
    min-height: 80px; padding: var(--sb-space-md);
    background: var(--sb-bg-body); border: 1px solid var(--sb-border);
    border-radius: var(--sb-radius);
}
.gc-stripe-errors {
    font-size: var(--sb-text-xs); color: var(--sb-fuchsia);
    min-height: 20px; padding-top: var(--sb-space-xs);
}
.gc-refund-notice {
    margin-top: var(--sb-space-sm);
    line-height: 1.5;
}
.gc-success {
    text-align: center; padding: var(--sb-space-xl) var(--sb-space-lg);
}
.gc-success-icon {
    width: 64px; height: 64px; margin: 0 auto var(--sb-space-md);
    background: rgba(var(--sb-ice-rgb), 0.1);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    color: var(--sb-ice);
}
.gc-success h3 {
    font-size: var(--sb-text-lg); font-weight: 700; color: var(--sb-text);
    margin-bottom: var(--sb-space-xs);
}
.gc-success p {
    font-size: var(--sb-text-sm); color: var(--sb-text-secondary); line-height: 1.5;
}

@media (max-width: 480px)  {
.gc-modal { max-width: 100%; }
.gc-header, .gc-body, .gc-footer { padding-left: var(--sb-space-lg); padding-right: var(--sb-space-lg); }

}
#profile-reviews-content { position: relative; z-index: 1; }
.scan-page {
    min-height: 100vh;
    padding: var(--sb-space-lg);
    display: flex;
    justify-content: center;
    background: var(--sb-bg);
}
.scan-container {
    width: 100%;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    gap: var(--sb-space-md);
}
.scan-toolbar {
    display: flex;
    align-items: center;
    gap: var(--sb-space-sm);
    padding-bottom: var(--sb-space-sm);
    border-bottom: 1px solid var(--sb-border);
    margin-bottom: var(--sb-space-xs);
}
.scan-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}
.scan-back svg { width: 14px; height: 14px; }
.scan-header { text-align: center; margin-bottom: var(--sb-space-xs); }
.scan-header-label {
    font-family: 'Rajdhani', sans-serif;
    font-size: 11px; font-weight: 700; letter-spacing: 0.18em;
    color: var(--sb-text-muted); text-transform: uppercase;
    margin-bottom: 4px;
}
.scan-header h1 {
    font-family: 'Rajdhani', sans-serif;
    font-size: var(--sb-text-2xl);
    font-weight: 700;
    letter-spacing: 0.02em;
    margin: 0;
    color: var(--sb-text);
}
.scan-stats {
    margin-top: 6px;
    font-family: 'Rajdhani', sans-serif;
    font-size: var(--sb-text-sm);
    font-weight: 500;
    letter-spacing: 0.04em;
    color: var(--sb-text-muted);
}
.scan-crosshair {
    position: absolute; inset: 18%;
    pointer-events: none;
    z-index: 2;
}
.scan-corner {
    position: absolute;
    width: 28px; height: 28px;
    border: 3px solid var(--sb-ice);
    box-shadow: 0 0 10px rgba(var(--sb-ice-rgb), 0.35);
    border-radius: 4px;
}
.scan-corner-tl { top: 0; left: 0; border-right: none; border-bottom: none; }
.scan-corner-tr { top: 0; right: 0; border-left: none; border-bottom: none; }
.scan-corner-bl { bottom: 0; left: 0; border-right: none; border-top: none; }
.scan-corner-br { bottom: 0; right: 0; border-left: none; border-top: none; }
.scan-status {
    text-align: center;
    font-size: var(--sb-text-sm);
    color: var(--sb-text-muted);
    min-height: 1.2em;
}

@media (max-width: 520px)  {
.scan-page { padding: var(--sb-space-md); }
.scan-container { gap: var(--sb-space-sm); }
.scan-header h1 { font-size: var(--sb-text-lg); }

}
.key-stats-card { max-width: 920px; margin: 1.25rem auto var(--sb-space-lg); }
.key-stats {
    margin: 0; padding-left: 1.25rem;
    color: var(--sb-text-muted); font-size: 0.9rem; line-height: 1.65;
    list-style: disc;
}
.key-stats li { margin-bottom: 0.35rem; }
.key-stats li:last-child { margin-bottom: 0; }
.key-stats li::marker { color: var(--sb-ice); }
.key-stats strong { color: var(--sb-text); font-weight: 600; }
