/* ============================================================
   EMPRENZONA — DESIGN TOKENS v2
   Paleta: Índigo (#5B5CEB) · Verde (#16A34A) · Ámbar (#F59E0B)
   ============================================================ */
:root {
    /* Primary — Índigo */
    --ez-primary-50:  #f0f0fe;
    --ez-primary-100: #e0e1fc;
    --ez-primary-200: #c7c8f9;
    --ez-primary-400: #7c7df3;
    --ez-primary-500: #5b5ceb;
    --ez-primary-600: #4b4cd6;

    /* Secondary — Verde */
    --ez-secondary-50:  #f0fdf4;
    --ez-secondary-100: #bbf7d0;
    --ez-secondary-500: #16a34a;
    --ez-secondary-600: #15803d;

    /* Accent — Ámbar */
    --ez-accent-50:  #fffbeb;
    --ez-accent-100: #fef3c7;
    --ez-accent-500: #f59e0b;
    --ez-accent-600: #d97706;

    /* Danger */
    --ez-danger-50:  #fef2f2;
    --ez-danger-500: #dc2626;
    --ez-danger-600: #b91c1c;

    /* Neutrals */
    --ez-neutral-0:   #ffffff;
    --ez-neutral-50:  #f8fafc;
    --ez-neutral-100: #f1f5f9;
    --ez-neutral-200: #e2e8f0;
    --ez-neutral-300: #cbd5e1;
    --ez-neutral-500: #64748b;
    --ez-neutral-700: #334155;
    --ez-neutral-900: #0f172a;

    /* Semantic text */
    --ez-text:      #0f172a;
    --ez-text-soft: #64748b;

    /* Surfaces & background */
    --ez-bg:            linear-gradient(180deg, #f8fafc 0%, #f1f5f9 35%, #f8fafc 100%);
    --ez-surface:       rgba(255, 255, 255, 0.96);
    --ez-surface-soft:  #f8fafc;
    --ez-surface-muted: #f1f5f9;

    /* Borders */
    --ez-border:        rgba(203, 213, 225, 0.7);
    --ez-border-strong: rgba(148, 163, 184, 0.5);

    /* Shadows */
    --ez-shadow-xs: 0 2px 8px  rgba(15, 23, 42, 0.06);
    --ez-shadow-sm: 0 10px 30px rgba(15, 23, 42, 0.08);
    --ez-shadow-md: 0 22px 52px rgba(15, 23, 42, 0.10);
    --ez-shadow-lg: 0 28px 72px rgba(15, 23, 42, 0.14);

    /* Radii */
    --ez-radius-sm: 10px;
    --ez-radius-md: 16px;
    --ez-radius-lg: 24px;
    --ez-radius-xl: 32px;

    /* Focus ring */
    --ez-focus: 0 0 0 4px rgba(91, 92, 235, 0.18);

    /* Gradients */
    --ez-gradient-primary:  linear-gradient(135deg, #7c7df3 0%, #5b5ceb 50%, #4040c8 100%);
    --ez-gradient-secondary: linear-gradient(135deg, #4ade80 0%, #16a34a 100%);
    --ez-gradient-accent:    linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    --ez-gradient-hero:
        radial-gradient(circle at 12% 18%, rgba(91, 92, 235, 0.14), transparent 32%),
        radial-gradient(circle at 88% 14%, rgba(22, 163, 74, 0.12), transparent 36%),
        linear-gradient(135deg, #f8fafc 0%, #f0f4ff 42%, #f0fdf4 100%);
    --ez-gradient-surface:   linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,250,252,0.98) 100%);
    --ez-gradient-dark:      linear-gradient(180deg, #0f172a 0%, #090d18 100%);

    /* Semantic aliases (for new components in design-system.css) */
    --color-primary:        var(--ez-primary-500);
    --color-primary-hover:  var(--ez-primary-600);
    --color-secondary:      var(--ez-secondary-500);
    --color-accent:         var(--ez-accent-500);
    --color-danger:         var(--ez-danger-500);
    --color-text:           var(--ez-text);
    --color-text-muted:     var(--ez-text-soft);
    --color-border:         var(--ez-border);
    --color-surface:        var(--ez-surface);
    --shadow-sm:            var(--ez-shadow-sm);
    --shadow-md:            var(--ez-shadow-md);
    --radius-sm:            var(--ez-radius-sm);
    --radius-md:            var(--ez-radius-md);
    --radius-lg:            var(--ez-radius-lg);
}
.hero {
    background: var(--ez-gradient-primary);
    color: white;
    padding: 100px 20px;
    text-align: center;
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.hero p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto 30px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

/* FEATURES */
.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    padding: 60px 20px;
}

.feature-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform .2s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card .icon {
    font-size: 40px;
    margin-bottom: 15px;
}

/* CTA */
.cta {
    background: #f5f7fa;
    padding: 80px 20px;
    text-align: center;
}

.btn-large {
    padding: 14px 32px;
    font-size: 18px;
}

.cta {
    background: var(--ez-gradient-primary);
    color: white;
    padding: 80px 20px;
    text-align: center;
}

.cta .container {
    max-width: 900px;
    margin: 0 auto;
}

.cta h2 {
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.cta p {
    margin-bottom: 30px; /* 👈 clave para que no se solape */
    font-size: 1.1rem;
    opacity: 0.95;
}

.cta .btn-large {
    display: inline-block; /* 👈 evita solapamientos */
    padding: 14px 32px;
    font-size: 1.1rem;
    border-radius: 10px;
}


/* HERO */

.pricing-hero {
    padding: 80px 20px 40px;
    text-align: center;
    background: var(--ez-gradient-primary);
    color: white;
}

.pricing-hero h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

/* GRID */

.pricing {
    padding: 60px 20px 90px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

/* CARD */

.price-card {
    background: white;
    border-radius: 18px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    position: relative;
    transition: 0.25s;
}

.price-card:hover {
    transform: translateY(-6px);
}

.price-card.featured {
    border: 2px solid var(--ez-primary-500);
    transform: scale(1.05);
}

/* BADGE */

.badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--ez-accent-500);
    color: white;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: bold;
}

/* PRICE */

.price {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 20px 0;
    color: #222;
}

.price span {
    font-size: 0.9rem;
    color: #777;
}

/* LIST */

.price-card ul {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.price-card li {
    margin: 10px 0;
    color: #444;
}

/* BUTTONS */

.btn-outline {
    border: 2px solid var(--ez-primary-500);
    color: var(--ez-primary-600);
    padding: 12px 24px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
}

.btn-outline:hover {
    background: var(--ez-primary-500);
    color: white;
}

/* MOBILE */

@media (max-width: 768px) {
    .price-card.featured {
        transform: none;
    }
}

.site-logo-bg {
    width: 220px;
    height: 55px;
    border-radius: 10px;
    display: block;
    background-image: url('/img/logo.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.logo {
    display: flex;
    align-items: center;
}

.logo a {
    display: inline-block;
}

@media (max-width: 640px) {
    .site-logo-bg {
        width: 176px;
        height: 44px;
    }
}

/* AUTH */

.auth-section {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    background: #f5f7fb;
}

.auth-container {
    width: 100%;
    max-width: 420px;
}

.auth-card {
    background: white;
    padding: 40px 30px;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.auth-card h1 {
    text-align: center;
    margin-bottom: 8px;
}

.auth-subtitle {
    text-align: center;
    color: #777;
    margin-bottom: 25px;
}

.form-row {
    margin-bottom: 18px;
}

.btn-block {
    width: 100%;
}

.auth-footer {
    text-align: center;
    margin-top: 20px;
    font-size: 0.95rem;
}

/* ===== FORM MODERNO ===== */

.auth-form .input,
.auth-form .form-group {
    margin-bottom: 20px;
}

/* Label */

.auth-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #243143;
    font-size: 0.92rem;
}

/* Input base */

.auth-form input:not([type="checkbox"]):not([type="radio"]),
.auth-form select,
.auth-form textarea {
    width: 100%;
    padding: 13px 14px;
    border-radius: 12px;
    border: 1.5px solid #dbe3ef;
    background: #fafbff;
    font-size: 0.97rem;
    transition: all 0.2s ease;
    outline: none;
}

/* Focus bonito */

.auth-form input:not([type="checkbox"]):not([type="radio"]):focus,
.auth-form select:focus,
.auth-form textarea:focus {
    border-color: #0f4c81;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(15, 76, 129, 0.12);
}

/* Hover suave */

.auth-form input:not([type="checkbox"]):not([type="radio"]):hover,
.auth-form select:hover {
    border-color: #c3d3e7;
}

.auth-form input[type="checkbox"],
.auth-form input[type="radio"] {
    width: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    outline: none;
    margin: 0;
}

.auth-form textarea {
    min-height: 120px;
    resize: vertical;
}

.auth-form .help,
.auth-form small,
.form-help {
    display: block;
    margin-top: 6px;
    color: #64748b;
    font-size: 0.88rem;
}

.stand-row {
    border: 1px dashed #d7d9ef;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.stand-mode-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 6px 0 12px;
}

.stand-mode-tab {
    border-color: var(--ez-border);
    color: var(--ez-neutral-700);
}

.stand-mode-tab.is-active {
    background: var(--ez-primary-600);
    border-color: var(--ez-primary-600);
    color: #fff;
}

.stand-mode-panel[hidden] {
    display: none !important;
}

.stand-map-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.stand-card {
    border: 1px solid #dbe5f1;
    border-radius: 18px;
    padding: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.06);
}

.stand-card__head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.stand-card.is-food {
    border-color: #fed7aa;
}

.stand-card.is-regular {
    border-color: #cfe0ff;
}

.stand-card h4 {
    margin: 10px 0 6px;
    font-size: 1.12rem;
}

.stand-card__type {
    margin: 0;
    color: var(--ez-primary-600);
    font-weight: 700;
}

.stand-card__description {
    margin: 10px 0 0;
    color: #475569;
    line-height: 1.58;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.stand-card__link {
    margin-top: 14px;
    display: inline-flex;
}

/* Error */

.auth-form .error-message {
    color: #ff4d4f;
    font-size: 0.84rem;
    margin-top: 6px;
    font-weight: 600;
}

/* Placeholder */

.auth-form ::placeholder {
    color: #aaa;
}

/* Required asterisco */

.auth-form label .required {
    color: #ff4d4f;
}

/* ===== MARKETPLACE SCREENS ===== */

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

@supports (overflow: clip) {
    html,
    body {
        overflow-x: clip;
    }
}

body {
    position: relative;
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
    color: var(--ez-text);
    background: var(--ez-bg);
    font-size: 16px;
}

img,
svg,
video,
canvas,
iframe {
    max-width: 100%;
    height: auto;
}

.container {
    width: min(1160px, 92%);
    margin: 0 auto;
}

p,
li,
label,
input,
select,
textarea,
small {
    line-height: 1.55;
}

h1,
h2,
h3,
h4 {
    text-wrap: balance;
}

p {
    color: var(--ez-text-soft);
}

a {
    color: inherit;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

input,
select,
textarea,
button {
    font: inherit;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 100%;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
}

.hero-market {
    text-align: left;
    padding: 84px 0 96px;
    background:
        radial-gradient(circle at 15% 20%, rgba(91, 92, 235, 0.2), transparent 38%),
        radial-gradient(circle at 86% 20%, rgba(22, 163, 74, 0.18), transparent 34%),
        linear-gradient(128deg, #1a1a5c 0%, #3b3cb8 48%, #134e2c 100%);
}

.hero-values {
    padding: 56px 0 74px;
    text-align: center;
    background:
        radial-gradient(circle at 12% 22%, rgba(245, 158, 11, 0.14), transparent 42%),
        radial-gradient(circle at 84% 16%, rgba(22, 163, 74, 0.16), transparent 36%),
        linear-gradient(132deg, #1a1a5c 0%, #3b3cb8 44%, #134e2c 100%);
    position: relative;
    overflow: hidden;
}

.hero-home {
    padding: 58px 0 82px;
    text-align: left;
}

.hero-home .container {
    position: relative;
    z-index: 1;
}

@keyframes orbFloat {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-18px) scale(1.06); }
}

@keyframes orbFloatSoft {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(14px) scale(0.94); }
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
    pointer-events: none;
    filter: blur(4px);
}

.hero-orb-1 {
    width: 320px;
    height: 320px;
    top: -90px;
    right: -40px;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.9), transparent 68%);
    animation: orbFloat 8s ease-in-out infinite;
}

.hero-orb-2 {
    width: 220px;
    height: 220px;
    bottom: -36px;
    left: 24px;
    background: radial-gradient(circle, rgba(52, 211, 153, 0.72), transparent 70%);
    animation: orbFloatSoft 6.5s ease-in-out infinite;
}

.hero-orb-3 {
    width: 170px;
    height: 170px;
    top: 44%;
    left: 46%;
    background: radial-gradient(circle, rgba(129, 140, 248, 0.72), transparent 72%);
    animation: orbFloat 10.5s ease-in-out infinite 1.4s;
}

.hero-values-head {
    margin-bottom: 18px;
}

.hero-home-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    gap: 28px;
    align-items: center;
}

.hero-home-copy {
    max-width: 720px;
}

.hero-home-copy h1 {
    font-size: clamp(2.15rem, 4.1vw, 3.45rem);
    line-height: 1.03;
    margin-bottom: 16px;
    text-wrap: balance;
}

.hero-home-copy p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(1rem, 1.35vw, 1.14rem);
}

.hero-home-actions {
    justify-content: flex-start;
    margin-top: 24px;
}

.hero-home-trust {
    margin-top: 14px;
    font-size: 0.96rem;
}

.hero-home-panel {
    display: flex;
    justify-content: flex-end;
}

/* ── Hero Carousel ─────────────────────────────────────── */
.hero-carousel {
    width: min(100%, 390px);
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.22);
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 40px rgba(5,19,43,.25);
}

.hero-carousel-track { position: relative; }

.hero-carousel-slide {
    display: none;
    flex-direction: column;
}
.hero-carousel-slide.is-active {
    display: flex;
    animation: hcFadeIn .45s ease;
}
@keyframes hcFadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

.hero-carousel-media {
    position: relative;
    height: 190px;
    overflow: hidden;
}
.hero-carousel-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.hero-carousel-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.55) 0%, transparent 65%);
}
.hero-carousel-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 999px;
    backdrop-filter: blur(6px);
    z-index: 1;
}

.hero-carousel-body {
    padding: 14px 16px 12px;
}
.hero-carousel-title {
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 4px;
    line-height: 1.25;
    letter-spacing: -.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hero-carousel-meta {
    font-size: .8rem;
    color: rgba(255,255,255,.55);
    margin: 0 0 10px;
}
.hero-carousel-cta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: .8rem;
    font-weight: 800;
    color: #fff;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.25);
    padding: 6px 14px;
    border-radius: 999px;
    text-decoration: none;
    transition: background .15s;
}
.hero-carousel-cta:hover { background: rgba(255,255,255,.25); color: #fff; }

.hero-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 10px 16px 14px;
}
.hero-carousel-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,.25);
    cursor: pointer;
    padding: 0;
    transition: background .15s, transform .15s;
}
.hero-carousel-dot.is-active {
    background: #fff;
    transform: scale(1.3);
}

/* ── Legacy hero-home-card (fallback when no data) ─────── */
.hero-home-card {
    width: min(100%, 390px);
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 22px;
    padding: 22px;
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 36px rgba(5, 19, 43, 0.2);
    transition: transform .28s ease, box-shadow .28s ease, background-color .28s ease;
}

.hero-home-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 44px rgba(5, 19, 43, 0.24);
}

.hero-home-card-kicker {
    color: #d9f8ff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.78rem;
    margin-bottom: 8px;
}

.hero-home-card h2 {
    color: #fff;
    margin-bottom: 14px;
    font-size: 1.45rem;
    line-height: 1.15;
}

.hero-home-points {
    display: grid;
    gap: 10px;
}

.hero-home-point {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.96);
}

.hero-home-point i {
    margin-top: 3px;
    color: #b8ffed;
}

.hero-home-mini-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.hero-home-mini-stats div {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 12px 10px;
    text-align: center;
}

.hero-home-mini-stats strong,
.hero-home-mini-stats span {
    display: block;
}

.hero-home-mini-stats strong {
    color: #fff;
    font-size: 1.28rem;
}

.hero-home-mini-stats span {
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.82rem;
}

.hero-rotator {
    margin: 4px 0 18px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 14px;
    padding: 14px 14px 12px;
    backdrop-filter: blur(2px);
}

.hero-rotator h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: clamp(1.35rem, 2.4vw, 2.15rem);
    line-height: 1.18;
}

.hero-rotator p {
    margin: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.95);
    font-size: clamp(0.98rem, 1.35vw, 1.12rem);
}

.hero-rotator h3,
.hero-rotator p {
    transition: opacity .24s ease, transform .24s ease;
}

.hero-rotator .is-changing {
    opacity: 0.08;
    transform: translateY(4px);
}

.hero-market h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.1;
    max-width: 740px;
}

.hero-market p {
    margin: 18px 0 30px;
    max-width: 620px;
}

.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 999px;
    padding: 7px 14px;
    margin-bottom: 14px;
    font-size: 0.9rem;
    letter-spacing: 0.01em;
}

.search-hub {
    margin-top: -54px;
    margin-bottom: 34px;
}

.search-hub--home {
    margin-top: 18px;
}

.home-benefits,
.home-zone-pulse,
.home-zones,
.home-faq,
.home-audiences,
.home-community-message,
.home-publish,
.home-upcoming,
.home-vendors {
    margin-bottom: 38px;
}

.search-box {
    background: var(--ez-surface);
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 12px 36px rgba(4, 21, 52, 0.12);
    border: 1px solid var(--ez-border);
}

.search-box h2 {
    margin-bottom: 14px;
}

.hub-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr auto;
    gap: 12px;
    align-items: end;
}

.hub-grid label {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 6px;
}

.hub-grid input,
.hub-grid select,
.filters-grid input,
.filters-grid select {
    width: 100%;
    border: 1px solid var(--ez-border);
    border-radius: var(--ez-radius-sm);
    min-height: 46px;
    padding: 0 14px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.hub-grid input:focus,
.hub-grid select:focus,
.filters-grid input:focus,
.filters-grid select:focus,
.filters-grid textarea:focus {
    outline: none;
    border-color: rgba(91, 92, 235, 0.38);
    box-shadow: var(--ez-focus);
    background: #fff;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 11px 18px;
    border-radius: 999px;
    font-weight: 700;
    line-height: 1.15;
    border: 1px solid transparent;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-block {
    width: 100%;
}

.section-list {
    margin-bottom: 28px;
}

.section-head-centered {
    justify-content: center;
    text-align: center;
}

.section-head-centered p {
    max-width: 680px;
    margin: 6px auto 0;
}

.home-section-kicker {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--ez-primary-600);
    font-weight: 800;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.home-section-panel {
    border-radius: 28px;
    padding: 30px;
}

.home-section-panel--soft {
    background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(248,250,252,0.98) 100%);
    border: 1px solid var(--ez-border);
    box-shadow: var(--ez-shadow-sm);
}

.home-section-panel--community {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.5), transparent 28%),
        linear-gradient(180deg, #f6f3ff 0%, #f8fcff 100%);
    border: 1px solid rgba(91, 92, 235, 0.14);
    box-shadow: var(--ez-shadow-sm);
}

.search-box--home {
    box-shadow: 0 18px 40px rgba(4, 21, 52, 0.14);
    transition: transform .28s ease, box-shadow .28s ease;
}

.search-box--home:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 48px rgba(4, 21, 52, 0.16);
}

.benefits-grid,
.steps-grid,
.trust-grid,
.quick-access-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefits-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.benefit-card,
.quick-access-card,
.step-card,
.trust-card {
    height: 100%;
}

.benefit-card {
    background: transparent;
    border-radius: 18px;
    padding: 20px;
    border: 1px solid var(--ez-border);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(245, 243, 255, 0.92) 100%);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
    border-color: rgba(91, 92, 235, 0.18);
}

.benefit-icon,
.trust-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--ez-primary-50), var(--ez-secondary-50));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ez-primary-600);
    font-size: 1.25rem;
    margin-bottom: 14px;
}

.step-number {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: var(--ez-gradient-primary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 14px;
}

.trust-card {
    background: linear-gradient(180deg, #ffffff 0%, #f7f4ff 100%);
}

.trust-value {
    font-size: 2rem;
    line-height: 1;
    font-weight: 800;
    color: var(--ez-primary-600);
    margin-bottom: 8px;
}

.zone-pulse-grid,
.audience-grid,
.quick-access-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.zone-pulse-card,
.audience-card,
.quick-access-card {
    background: #fff;
    border-radius: 22px;
    padding: 24px;
    border: 1px solid #dbe5f1;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.zone-pulse-card:hover,
.audience-card:hover,
.quick-access-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 36px rgba(15, 23, 42, 0.12);
}

.zone-pulse-card h3,
.audience-card h3,
.quick-access-card h3 {
    margin: 2px 0 10px;
}

.zone-pulse-card p,
.audience-card p,
.quick-access-card p {
    margin-bottom: 18px;
}

.audience-card .btn,
.quick-access-card .btn {
    margin-top: auto;
}

.audience-card--entrepreneur {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.audience-card--featured {
    border-color: var(--ez-primary-400);
    box-shadow: 0 0 0 2px var(--ez-primary-100), 0 8px 24px rgba(91, 92, 235, 0.12);
    position: relative;
}

.audience-featured-badge {
    display: inline-block;
    background: var(--ez-primary-500);
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.audience-card--organizer {
    background: linear-gradient(180deg, #ffffff 0%, #f8fffc 100%);
}

.audience-card--visitor,
.quick-access-card--newsletter {
    background: linear-gradient(180deg, #f4fbff 0%, #eef7ff 100%);
    border-color: #cfe0f7;
}

.quick-access-card--vendors,
.market-card--fair-featured {
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.quick-access-card--events {
    background: linear-gradient(180deg, #ffffff 0%, #f9fffb 100%);
}

.cards-grid--featured {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
}

.market-card--fair-featured {
    padding: 18px;
    border-radius: 20px;
}

.card-links-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.section-list--secondary {
    margin-top: 12px;
}

.card-empty--warm {
    background: linear-gradient(180deg, #fffdfa 0%, #ffffff 100%);
}

.home-community-banner {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 32%),
        linear-gradient(135deg, #1a1a5c 0%, #3b3cb8 52%, #134e2c 100%);
    border-radius: 28px;
    padding: 32px;
    box-shadow: 0 18px 36px rgba(91, 92, 235, 0.18);
    transition: transform .3s ease, box-shadow .3s ease;
}

.home-community-banner:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 44px rgba(91, 92, 235, 0.22);
}

.home-community-banner h2,
.home-community-banner p,
.home-community-banner .home-section-kicker {
    color: #fff;
}

.home-community-banner p {
    max-width: 760px;
}

.home-publish-panel {
    background: linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
    border: 1px solid #dbe8f8;
    border-radius: 26px;
    padding: 30px;
    box-shadow: var(--ez-shadow-sm);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    transition: transform .28s ease, box-shadow .28s ease;
}

.home-publish-panel:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
}

.home-publish-panel p {
    max-width: 680px;
}

.home-publish-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.social-values-section {
    margin: 18px auto 4px;
}

.social-values-carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 320px);
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
}

.social-value-card {
    scroll-snap-align: start;
    background: linear-gradient(160deg, #ffffff, #f6fbff);
    border: 1px solid #d8e7fb;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 8px 22px rgba(20, 27, 45, 0.07);
}

.social-value-card h3 {
    margin: 6px 0 8px;
    color: #0f4c81;
    font-size: 1.02rem;
}

.social-value-card p {
    margin: 0;
    color: #455468;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    gap: 12px;
    flex-wrap: wrap;
}

.section-head h2,
.listing-head h1 {
    color: var(--ez-neutral-900);
    letter-spacing: -0.03em;
}

.section-link {
    color: var(--ez-primary-600);
    font-weight: 700;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
}

.section-head-actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 18px;
}

.market-card,
.card-empty {
    background: var(--ez-gradient-surface);
    border-radius: var(--ez-radius-md);
    padding: 22px;
    box-shadow: var(--ez-shadow-sm);
    border: 1px solid var(--ez-border);
    backdrop-filter: blur(10px);
}

.market-card {
    position: relative;
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.market-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--ez-shadow-md);
    border-color: rgba(91, 92, 235, 0.18);
}

.market-card.is-current-plan {
    border: 2px solid var(--ez-secondary-500);
}

.market-card h3 {
    margin: 6px 0 10px;
    font-size: 1.14rem;
    line-height: 1.25;
}

.market-card p {
    margin-bottom: 8px;
    color: var(--ez-text-soft);
}

.card-thumb {
    width: 100%;
    border-radius: var(--ez-radius-sm);
    overflow: hidden;
    margin-bottom: 14px;
    aspect-ratio: 16 / 9;
    background:
        radial-gradient(circle at top left, rgba(91, 92, 235, 0.16), transparent 35%),
        linear-gradient(180deg, #ede9fe 0%, #f8fafc 100%);
}

.card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-kicker {
    display: inline-block;
    color: var(--ez-primary-600);
    background: var(--ez-primary-50);
    border: 1px solid rgba(91, 92, 235, 0.12);
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 0.8rem;
    font-weight: 700;
}

.card-meta {
    font-size: 0.9rem;
    color: var(--ez-neutral-500);
}

.card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    font-weight: 700;
    color: var(--ez-secondary-600);
    min-height: 40px;
}

.card-link:hover {
    color: var(--ez-primary-600);
}

.listing-page {
    padding-top: 46px;
}

.listing-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 18px;
    margin-bottom: 22px;
}

.listing-head h1 {
    margin-bottom: 4px;
}

.filters-card {
    background: rgba(255, 255, 255, 0.92);
    border-radius: var(--ez-radius-md);
    box-shadow: var(--ez-shadow-sm);
    padding: 18px;
    margin-bottom: 24px;
    border: 1px solid var(--ez-border);
    backdrop-filter: blur(10px);
}

.filters-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr auto;
    gap: 10px;
    align-items: center;
}

.filters-actions {
    display: inline-flex;
    gap: 8px;
    justify-content: flex-end;
}

.results-meta {
    margin-bottom: 12px;
    color: var(--ez-neutral-500);
    font-size: 0.95rem;
}

.btn-soft {
    background: var(--ez-primary-50);
    color: var(--ez-primary-600);
    border: 1px solid rgba(91, 92, 235, 0.12);
    border-radius: 999px;
    padding: 10px 14px;
    font-weight: 700;
}

.btn-soft:hover {
    background: var(--ez-primary-100);
}

.card-empty {
    border: 1px dashed rgba(91, 92, 235, 0.2);
}

.card-empty h3 {
    margin: 0 0 10px;
}

.card-empty--action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
}

.empty-state-icon {
    margin: 0 0 8px;
    font-size: 1.35rem;
    color: var(--ez-primary-500);
}

.empty-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.btn-light {
    border-color: rgba(255, 255, 255, 0.42);
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.btn-light:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.suggestion-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.suggestion-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 0.83rem;
    font-weight: 700;
    color: var(--ez-primary-600);
    background: var(--ez-primary-50);
    border: 1px solid rgba(91, 92, 235, 0.12);
}

.suggestion-chip:hover {
    background: var(--ez-primary-100);
    border-color: rgba(91, 92, 235, 0.2);
    color: var(--ez-primary-600);
}

.btn-primary {
    background: var(--ez-gradient-primary);
    color: #fff;
    box-shadow: 0 14px 28px rgba(91, 92, 235, 0.22);
}

.btn-primary:hover {
    color: #fff;
    box-shadow: 0 18px 34px rgba(91, 92, 235, 0.28);
}

.btn-outline {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(91, 92, 235, 0.2);
    color: var(--ez-primary-600);
    box-shadow: var(--ez-shadow-xs);
}

.btn-outline:hover {
    background: var(--ez-primary-50);
    border-color: rgba(91, 92, 235, 0.3);
    color: var(--ez-primary-600);
}

.btn-danger {
    background: #fff1f2;
    color: #be123c;
    border-color: rgba(225, 29, 72, 0.18);
}

.btn-danger:hover {
    background: #ffe4e6;
    color: #9f1239;
}

.badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--ez-primary-50);
    color: var(--ez-primary-600);
    border: 1px solid rgba(91, 92, 235, 0.12);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.01em;
}

.badge-pill.badge-active {
    background: var(--ez-secondary-50);
    color: var(--ez-secondary-600);
    border-color: rgba(16, 185, 129, 0.16);
}

.badge-pill.badge-inactive {
    background: #fef2f2;
    color: #dc2626;
    border-color: rgba(220, 38, 38, 0.14);
}

.badge-pill.badge-accent {
    background: var(--ez-accent-50);
    color: var(--ez-accent-600);
    border-color: rgba(249, 115, 22, 0.16);
}

.ez-inline-action-form {
    display: inline-flex;
    margin: 0;
}

.ez-inline-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease, opacity .2s ease;
}

.ez-inline-action-btn:hover {
    transform: translateY(-1px);
}

.ez-inline-action-btn.is-active {
    background: rgba(124, 58, 237, 0.12);
    border-color: rgba(124, 58, 237, 0.25);
    color: var(--ez-primary-700);
}

.ez-inline-action-btn.is-loading {
    opacity: 0.72;
    pointer-events: none;
}

.ez-inline-action-btn--soft {
    background: rgba(255, 255, 255, 0.9);
}

.ez-inline-action-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.65rem;
    min-height: 1.65rem;
    padding: 0 6px;
    border-radius: 999px;
    background: rgba(124, 58, 237, 0.12);
    color: var(--ez-primary-700);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
}

.ez-inline-action-count.is-empty {
    display: none;
}

.listing-grid {
    margin-bottom: 22px;
}

.suggested-carousel-wrap {
    margin: 8px 0 24px;
}

.suggested-carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 320px);
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
}

.suggested-carousel::-webkit-scrollbar {
    height: 8px;
}

.suggested-carousel::-webkit-scrollbar-thumb {
    background: #c9d5eb;
    border-radius: 999px;
}

.suggested-card {
    scroll-snap-align: start;
    min-height: 100%;
}

.suggested-status {
    display: inline-block;
    margin: 8px 0 2px;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 999px;
    color: #0f4c81;
    background: #e6f0ff;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible,
button:focus-visible,
a:focus-visible {
    outline: none;
    box-shadow: var(--ez-focus);
}

.home-mobile-only {
    display: none;
}

@media (max-width: 1100px) {
    .hero-home-grid,
    .newsletter-home {
        grid-template-columns: 1fr;
    }

    .hero-home-panel {
        justify-content: flex-start;
    }

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

    .home-publish-panel {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-publish-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 920px) {
    .hub-grid,
    .filters-grid {
        grid-template-columns: 1fr 1fr;
    }

    .filters-actions {
        justify-content: stretch;
    }
}

@media (max-width: 640px) {
    .hero-market {
        text-align: center;
        padding: 70px 0 92px;
    }

    .hero-market h1,
    .hero-market p {
        max-width: none;
    }

    .hero-values {
        padding: 44px 0 78px;
        text-align: center;
    }

    .hero-home {
        padding: 44px 0 72px;
    }

    .hero-orb-1 {
        width: 220px;
        height: 220px;
        right: -70px;
        top: -60px;
    }

    .hero-orb-2 {
        width: 150px;
        height: 150px;
        left: -16px;
    }

    .hero-orb-3 {
        display: none;
    }

    .hero-home-grid {
        gap: 18px;
    }

    .hero-home-copy,
    .hero-home-panel {
        text-align: center;
    }

    .hero-home-panel {
        max-width: 620px;
        margin-inline: auto;
        justify-content: center;
    }

    .hero-home-card {
        margin-inline: auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .search-hub {
        margin-top: -44px;
    }

    .search-hub--home {
        margin-top: 14px;
    }

    .search-box {
        padding: 18px;
    }

    .hub-grid,
    .filters-grid {
        grid-template-columns: 1fr;
    }

    .filters-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .listing-head,
    .section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .search-box--home .section-head,
    .home-upcoming .section-head,
    .home-vendors .section-head {
        text-align: center;
        align-items: center;
    }

    .suggested-carousel {
        grid-auto-columns: minmax(240px, 84vw);
    }

    .social-values-carousel {
        grid-auto-columns: minmax(230px, 82vw);
    }

    .container {
        width: min(1120px, 94%);
    }

    body {
        line-height: 1.58;
    }

    .cards-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .cards-grid--mobile-carousel {
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: minmax(248px, 84vw);
        overflow-x: auto;
        padding: 2px 2px 10px;
        margin-inline: -2px;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        /* Fade hint on the right edge to signal scrollability */
        -webkit-mask-image: linear-gradient(to right, black calc(100% - 40px), transparent 100%);
        mask-image: linear-gradient(to right, black calc(100% - 40px), transparent 100%);
    }

    /* Remove mask when fully scrolled to end */
    .cards-grid--mobile-carousel.is-scroll-end {
        -webkit-mask-image: none;
        mask-image: none;
    }

    .cards-grid--mobile-carousel > * {
        scroll-snap-align: start;
        min-height: 100%;
    }

    .cards-grid--mobile-carousel > .card-empty:only-child {
        min-width: 100%;
    }

    .cards-grid--mobile-carousel::-webkit-scrollbar {
        height: 7px;
    }

    .cards-grid--mobile-carousel::-webkit-scrollbar-thumb {
        background: #c9d5eb;
        border-radius: 999px;
    }

    .market-card,
    .card-empty {
        padding: 16px;
    }

    .search-box,
    .filters-card {
        padding: 14px;
    }

    .section-list {
        margin-bottom: 22px;
    }

    .benefits-grid,
    .steps-grid,
    .trust-grid,
    .quick-access-grid,
    .zone-pulse-grid,
    .audience-grid {
        grid-template-columns: 1fr;
    }

    .newsletter-home,
    .home-help-cta {
        padding: 20px;
    }

    .home-section-panel,
    .home-community-banner,
    .home-publish-panel {
        padding: 22px;
    }

    .home-help-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .results-meta {
        font-size: 0.9rem;
    }

    .table-responsive table {
        min-width: 560px;
        width: max-content;
    }

    .paginator .pagination {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .btn,
    .btn-primary,
    .btn-outline {
        min-height: 44px;
    }
}

@media (max-width: 780px) {
    .home-desktop-only {
        display: none !important;
    }

    .home-mobile-only {
        display: block;
    }

    .newsletter-mobile-shell {
        display: block;
        border-radius: 22px;
        padding: 20px;
        background: linear-gradient(180deg, #ffffff 0%, #edf6ff 100%);
        border: 1px solid #dbe8f8;
        box-shadow: var(--ez-shadow-sm);
        width: 100%;
        max-width: none;
    }

    .newsletter-mobile-head {
        margin-bottom: 14px;
    }

    .newsletter-mobile-head h2 {
        margin: 0;
    }

    .newsletter-mobile-form {
        padding: 16px;
        background: rgba(255, 255, 255, 0.86);
        border: 1px solid #e1ebf8;
        border-radius: 18px;
        width: 100%;
        max-width: none;
    }

    .newsletter-mobile-form .newsletter-form {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 430px) {
    .container {
        width: min(1120px, 95%);
    }

    .hero-market {
        padding: 58px 0 84px;
    }

    .hero-values {
        padding: 40px 0 72px;
    }

    .hero-market h1 {
        font-size: 1.8rem;
    }

    .hero-values-head h1 {
        font-size: 1.8rem;
    }

    .hero-market p {
        font-size: 0.97rem;
        margin: 14px 0 22px;
    }

    .hero-values-head p {
        font-size: 0.97rem;
        margin: 12px 0 18px;
    }

    .hero-buttons {
        gap: 8px;
    }

    .hero-buttons .btn {
        width: 100%;
    }

    .hero-home-mini-stats {
        grid-template-columns: 1fr;
    }

    .market-card h3,
    .section-head h2,
    .listing-head h1 {
        line-height: 1.15;
    }

    .search-hub {
        margin-top: -40px;
    }

    .search-hub--home {
        margin-top: 10px;
    }

    .table-responsive table {
        min-width: 500px;
    }

    .search-box {
        border-radius: 14px;
    }

    .empty-actions,
    .home-help-actions,
    .home-publish-actions {
        width: 100%;
    }

    .empty-actions .btn,
    .home-help-actions .btn,
    .home-publish-actions .btn {
        width: 100%;
    }
}

@media (max-width: 390px) {
    .site-logo-bg {
        width: 156px;
        height: 40px;
    }

    .card-thumb {
        aspect-ratio: 4 / 3;
    }

    .market-card h3 {
        font-size: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .hero-orb,
    .ez-animate.ez-visible {
        animation: none !important;
    }

    .ez-animate {
        opacity: 1;
        transform: none;
    }

    .market-card,
    .benefit-card,
    .zone-pulse-card,
    .audience-card,
    .quick-access-card,
    .search-box--home,
    .hero-home-card,
    .home-community-banner,
    .home-publish-panel,
    .newsletter-home,
    .btn {
        transition: none !important;
        transform: none !important;
    }
}

/* ===== DASHBOARD / PROFILE / FORMS ===== */

.form-shell,
.profile-card,
.admin-users-card {
    background: var(--ez-surface);
    border-radius: 18px;
    box-shadow: var(--ez-shadow-md);
    padding: 24px;
    border: 1px solid var(--ez-border);
}

.fair-form-page,
.profile-page,
.admin-page {
    padding-top: 30px;
}

.fair-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.fair-wizard-shell {
    display: grid;
    gap: 14px;
}

.fair-wizard-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.fair-step {
    border: 1px solid var(--ez-border);
    background: var(--ez-primary-50);
    color: var(--ez-neutral-700);
    border-radius: 12px;
    font-weight: 700;
    padding: 10px;
    cursor: pointer;
}

.fair-step.is-active {
    background: var(--ez-primary-600);
    color: #fff;
    border-color: var(--ez-primary-600);
}

.fair-wizard-panel {
    display: none;
}

.fair-wizard-panel.is-active {
    display: block;
}

.fair-wizard-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.fair-map-preview {
    border: 1px solid #d7dfef;
    border-radius: 14px;
    overflow: hidden;
    min-height: 260px;
    background: #f8fbff;
}

.fair-map-preview iframe {
    width: 100%;
    min-height: 260px;
    border: 0;
}

.profile-header {
    margin-bottom: 14px;
}

.profile-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.profile-tab {
    border: 1px solid #d7dfef;
    background: #f8faff;
    color: #334155;
    border-radius: 999px;
    min-height: 42px;
    padding: 8px 14px;
    font-weight: 700;
    cursor: pointer;
}

.profile-tab.is-active {
    background: #0f4c81;
    color: #fff;
    border-color: #0f4c81;
}

.profile-tab-content {
    display: none;
}

.profile-tab-content.is-active {
    display: block;
}

.profile-actions {
    margin-top: 16px;
}

.profile-ajax-message {
    margin-bottom: 14px;
    padding: 10px 12px;
    border-radius: 12px;
    font-weight: 600;
    border: 1px solid #d7dfef;
    background: #f8faff;
    color: #334155;
}

.profile-ajax-message.is-success {
    background: #ecfdf3;
    border-color: #a7f3d0;
    color: #166534;
}

.profile-ajax-message.is-error {
    background: #fef2f2;
    border-color: #fecaca;
    color: #b91c1c;
}

.profile-ajax-message.is-info {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1d4ed8;
}

.profile-fairs {
    margin-top: 16px;
}

.profile-meta {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
}

.badge-role {
    background: #eef5ff;
    color: #0f4c81;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 5px 10px;
}

.admin-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.admin-stat {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(20, 27, 45, 0.08);
    padding: 16px;
}

.admin-stat strong {
    display: block;
    font-size: 1.65rem;
    color: var(--ez-primary-600);
}

.admin-stat span {
    color: #4b5563;
}

.admin-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.admin-dashboard {
    padding-top: 28px;
}

.admin-hero {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-end;
    margin-bottom: 16px;
    padding: 20px;
    border-radius: 16px;
    background: linear-gradient(135deg, #1a1a5c 0%, #3b3cb8 54%, #134e2c 100%);
    color: #fff;
    box-shadow: 0 16px 34px rgba(2, 6, 23, 0.22);
}

.admin-hero h1,
.admin-hero p {
    color: #fff;
    margin: 0;
}

.admin-hero p {
    margin-top: 6px;
    opacity: 0.95;
}

.admin-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}

@media (max-width: 920px) {
    .fair-form-grid {
        grid-template-columns: 1fr;
    }

    .fair-wizard-steps {
        grid-template-columns: 1fr;
    }

    .admin-stats {
        grid-template-columns: 1fr 1fr;
    }

    .admin-grid {
        grid-template-columns: 1fr;
    }

    .admin-hero {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .admin-stats {
        grid-template-columns: 1fr;
    }

    .profile-meta {
        flex-direction: column;
    }
}

/* ===== TABLES / ADMIN NAV ===== */

.table-responsive table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
}

.table-responsive thead th {
    background: #f1f5fb;
    color: #1f2937;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-bottom: 1px solid #dfe5ef;
}

.table-responsive th,
.table-responsive td {
    padding: 13px 14px;
    text-align: left;
    border-bottom: 1px solid #eef1f7;
    vertical-align: top;
}

.table-responsive tbody tr:hover {
    background: #f9fbff;
}

.table-responsive tbody tr:nth-child(even) {
    background: #fcfdff;
}

.actions a {
    margin-right: 10px;
    font-weight: 600;
}

.actions form {
    display: inline;
}

.admin-table {
    border-radius: 12px;
    overflow: hidden;
}

.table-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 3px 9px;
    font-size: 0.78rem;
    font-weight: 700;
    background: #eaf0fb;
    color: #334155;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.table-badge.role-admin {
    background: #fee2e2;
    color: #991b1b;
}

.table-badge.role-organizer {
    background: #dbeafe;
    color: #1e3a8a;
}

.table-badge.role-user {
    background: #ecfeff;
    color: #115e59;
}

.table-badge.role-entrepreneur {
    background: var(--ez-primary-100);
    color: var(--ez-primary-600);
}

.table-badge.is-active {
    background: #dcfce7;
    color: #166534;
}

.table-badge.is-inactive {
    background: #fef2f2;
    color: #991b1b;
}

.admin-page .listing-head {
    align-items: center;
}

.admin-page .admin-actions .btn-outline {
    border-color: #c6d2ea;
    color: #16416d;
}

/* ===== FLASH TOASTS ===== */

.flash-stack {
    position: fixed;
    bottom: 84px;
    right: 16px;
    z-index: 2400;
    display: grid;
    gap: 10px;
    width: min(400px, calc(100% - 24px));
    pointer-events: none;
}

.flash-toast {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    padding: 12px 13px;
    border: 1px solid #dbe4f0aa;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(3px);
    color: #0f172a;
    box-shadow: 0 16px 34px rgba(2, 6, 23, 0.22);
    pointer-events: auto;
    animation: toastIn .22s ease;
}

.flash-toast-icon {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-size: .95rem;
}

.flash-toast-body {
    font-weight: 600;
    line-height: 1.45;
    font-size: 0.95rem;
}

.flash-toast-close {
    border: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: transparent;
    color: #6b7280;
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
}

.flash-toast-close:hover {
    background: rgba(15, 23, 42, 0.08);
    color: #111827;
}

.flash-toast.is-success {
    border-color: #16a34a4f;
    background: #f0fdf4f0;
}

.flash-toast.is-success .flash-toast-icon {
    background: #dcfce7;
    color: #15803d;
}

.flash-toast.is-error {
    border-color: #dc26264a;
    background: #fef2f2f0;
}

.flash-toast.is-error .flash-toast-icon {
    background: #fee2e2;
    color: #b91c1c;
}

.flash-toast.is-warning {
    border-color: #d9770650;
    background: #fffbebf0;
}

.flash-toast.is-warning .flash-toast-icon {
    background: #fef3c7;
    color: #b45309;
}

.flash-toast.is-info {
    border-color: #2563eb4a;
    background: #eff6fff2;
}

.flash-toast.is-info .flash-toast-icon {
    background: #dbeafe;
    color: #1d4ed8;
}

.flash-toast.is-leaving {
    opacity: 0;
    transform: translateX(14px);
    transition: opacity .22s ease, transform .22s ease;
}

@keyframes toastIn {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 520px) {
    .flash-stack {
        bottom: 70px;
        right: 10px;
        left: auto;
        width: min(360px, calc(100% - 20px));
    }
}

/* ===== NEWSLETTER POPUP ===== */

.newsletter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(7, 12, 31, 0.54);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    z-index: 2100;
    padding: 14px;
}

.newsletter-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.newsletter-modal {
    width: min(480px, 100%);
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(7, 12, 31, 0.35);
    padding: 24px 22px 20px;
    position: relative;
}

.newsletter-close {
    position: absolute;
    right: 10px;
    top: 8px;
    border: 0;
    background: transparent;
    font-size: 1.8rem;
    line-height: 1;
    color: #61708a;
    cursor: pointer;
}

.newsletter-kicker {
    color: var(--ez-primary-600);
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 0.82rem;
    text-transform: uppercase;
}

.newsletter-modal h3 {
    margin-bottom: 8px;
}

.newsletter-text {
    color: #4b5563;
    margin-bottom: 12px;
}

.newsletter-success {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: var(--ez-secondary-50);
    border: 1px solid var(--ez-secondary-100);
    border-radius: 12px;
    padding: 16px 18px;
    margin-top: 12px;
}

.newsletter-success i {
    color: var(--ez-secondary-500);
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.newsletter-success-msg {
    color: var(--ez-secondary-600);
    font-size: .9rem;
    font-weight: 500;
    margin: 0;
}

/* ===== TESTIMONIALS ===== */
.testimonials-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.testimonial-card {
    background: #ffffff;
    border: 1px solid var(--ez-neutral-200);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
}

.testimonial-quote {
    font-size: .95rem;
    line-height: 1.7;
    color: #374151;
    flex: 1;
}

.testimonial-quote::before {
    content: '\201C';
    font-size: 1.4rem;
    color: var(--ez-primary-400);
    line-height: 0;
    vertical-align: -0.3em;
    margin-right: 2px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid var(--ez-neutral-100);
    padding-top: 14px;
}

.testimonial-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--ez-primary-100);
    color: var(--ez-primary-500);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    flex-shrink: 0;
}

.testimonial-author strong {
    display: block;
    font-size: .88rem;
    color: #111827;
}

.testimonial-author span {
    font-size: .78rem;
    color: var(--ez-text-soft);
}

.newsletter-home {
    background: linear-gradient(135deg, #ffffff 0%, #f7f4ff 46%, #f6fffb 100%);
    border: 1px solid var(--ez-border);
    border-radius: 24px;
    padding: 28px;
    box-shadow: var(--ez-shadow-sm);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 24px;
    align-items: start;
    transition: transform .28s ease, box-shadow .28s ease;
}

.newsletter-home.home-mobile-only {
    display: none;
}

.newsletter-home:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
}

@keyframes ezFadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ez-animate {
    opacity: 0;
    transform: translateY(24px);
}

.ez-animate.ez-visible {
    animation: ezFadeUp .6s ease both;
    animation-delay: var(--ez-delay, 0s);
}

.newsletter-home-copy h2 {
    margin-bottom: 10px;
}

.newsletter-home-points {
    display: grid;
    gap: 10px;
    margin-top: 18px;
    color: #334155;
    font-weight: 600;
}

.newsletter-home-points i {
    color: var(--ez-secondary-600);
    margin-right: 8px;
}

.newsletter-home-form {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--ez-border);
    border-radius: 20px;
    padding: 18px;
}

.newsletter-form label {
    display: block;
    font-weight: 700;
    color: #24324a;
    margin-bottom: 6px;
}

.newsletter-form input[type="text"],
.newsletter-form input[type="email"],
.newsletter-form select {
    width: 100%;
    border: 1.5px solid #d3deef;
    background: #f8fbff;
    border-radius: 12px;
    padding: 11px 12px;
    font-size: 0.95rem;
    color: #1f2937;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.newsletter-form input[type="text"]:focus,
.newsletter-form input[type="email"]:focus,
.newsletter-form select:focus {
    outline: none;
    border-color: var(--ez-primary-500);
    background: #fff;
    box-shadow: var(--ez-focus);
}

.newsletter-optout {
    margin: 8px 0 12px;
}

.newsletter-optout label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #4b5563;
    margin: 0;
}

.newsletter-optout input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.newsletter-form input[id$="Website"] {
    position: absolute;
    left: -9999px;
}

.newsletter-trust {
    font-size: 0.86rem;
    color: #64748b;
    margin-top: 10px;
    margin-bottom: 0;
}

.home-help-cta {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.22), transparent 28%),
        linear-gradient(135deg, #1a1a5c 0%, #3b3cb8 55%, #134e2c 100%);
    border-radius: 24px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    box-shadow: 0 18px 36px rgba(91, 92, 235, 0.18);
}

.home-help-cta h2,
.home-help-cta p,
.home-help-cta .newsletter-kicker {
    color: #fff;
}

.home-help-cta p {
    margin-top: 8px;
    max-width: 640px;
}

.home-help-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* ===== LEGAL / FOOTER ===== */

.legal-check label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.92rem;
    color: #374151;
}

.legal-check input[type="checkbox"] {
    margin-top: 3px;
}

.legal-mini {
    margin-top: 2px;
}

.legal-mini label {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    font-size: 0.82rem;
    color: #6b7280;
    line-height: 1.35;
}

.legal-mini input[type="checkbox"] {
    margin-top: 2px;
    transform: scale(0.95);
}

.legal-mini a {
    color: #0f4c81;
    text-decoration: underline;
}

.legal-page {
    padding: 34px 0 50px;
    max-width: 840px;
}

.legal-page h1 {
    margin-bottom: 10px;
}

.legal-page h3 {
    margin: 18px 0 6px;
}

.legal-page p {
    color: #4b5563;
}

.legal-content-wrap {
    padding-top: 34px;
}

.legal-content {
    max-width: 860px;
    margin: 0 auto;
    display: grid;
    gap: 14px;
}

.legal-item {
    background: #ffffff;
    border: 1px solid #e6ecf5;
    border-radius: 14px;
    padding: 16px 16px 14px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.legal-item h3 {
    margin: 0 0 7px;
    font-size: 1.04rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.legal-item p {
    margin: 0;
    color: #4b5563;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 20px;
    text-align: left;
    line-height: 1.7;
}

.footer-title {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 8px;
}

.footer a {
    color: #d1d5db;
}

.footer a:hover {
    color: #ffffff;
}

.footer-copy {
    margin-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 16px;
}

@media (max-width: 820px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== PAGINATION ===== */

.paginator {
    margin-top: 12px;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.pagination li {
    list-style: none;
}

.pagination a,
.pagination .current,
.pagination .disabled {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 0 12px;
    border-radius: 12px;
    border: 1px solid #d7e1ee;
    background: #fff;
    color: #1f2937;
    font-weight: 600;
}

.pagination .current {
    background: var(--ez-primary-600);
    color: #fff;
    border-color: var(--ez-primary-600);
}

.pagination .disabled {
    opacity: 0.45;
}

.pagination a:hover {
    background: var(--ez-primary-50);
}

.nav-link i,
.btn-primary i,
.btn-outline i,
.card-link i {
    margin-right: 6px;
}

/* ===== DETAIL PAGES ===== */

.detail-page {
    padding-top: 34px;
    overflow-x: hidden;
}

.detail-shell {
    background: var(--ez-surface);
    border-radius: 18px;
    box-shadow: var(--ez-shadow-md);
    padding: 24px;
    min-width: 0;
    border: 1px solid var(--ez-border);
}

.detail-head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: flex-start;
}

.detail-head h1 {
    margin: 2px 0 6px;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
}

.detail-subtitle {
    color: #4b5563;
}

.detail-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.image-current-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 180px));
    gap: 12px;
    margin: 10px 0 14px;
}

.image-current-card {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    padding: 10px;
}

.image-current-preview {
    border-radius: 10px;
    background: #f8fafc;
    overflow: hidden;
    height: 110px;
    margin-bottom: 8px;
}

.image-current-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.admin-thumb {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid #dbe3ee;
    background: #f8fafc;
}

.btn-icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.btn-danger {
    border-color: #ef4444;
    color: #991b1b;
}

.detail-cover {
    margin-top: 14px;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 16 / 6;
    background: #eef2f9;
}

.detail-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.profile-hero {
    position: relative;
    margin-top: 14px;
    padding-bottom: 44px;
}

.profile-hero-cover {
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 16 / 6;
    background: #eef2f9;
}

.profile-hero-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.profile-hero-logo {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 86px;
    height: 86px;
    border-radius: 999px;
    overflow: hidden;
    border: 4px solid #fff;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.profile-hero-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.detail-grid {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 14px;
}

.detail-card {
    border: 1px solid var(--ez-border);
    border-radius: 16px;
    padding: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.detail-card h3 {
    margin-bottom: 10px;
    color: #1f2937;
}

.vendor-detail-tabs {
    display: grid;
    gap: 10px;
}

.organizer-tabs {
    margin: 16px 0 10px;
}

.organizer-calendar-card {
    margin-top: 8px;
}

.organizer-calendar-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.organizer-calendar-nav {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.organizer-calendar-nav strong {
    min-width: 160px;
    text-align: center;
}

.organizer-calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 6px;
    color: #64748b;
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.organizer-calendar-weekdays span {
    text-align: center;
}

.organizer-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
}

.organizer-cal-day {
    border: 1px solid #dbe5f1;
    border-radius: 10px;
    background: #fff;
    min-height: 68px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 7px 4px 6px;
    cursor: pointer;
}

.organizer-cal-day.is-outside {
    background: #f8fafc;
    color: #94a3b8;
}

.organizer-cal-day.has-events {
    border-color: #93c5fd;
    background: #eff6ff;
}

.organizer-cal-day.has-range-start {
    background: #dbeafe;
    border-color: #60a5fa;
}

.organizer-cal-day.has-range-middle {
    background: #eef2ff;
    border-color: #a5b4fc;
}

.organizer-cal-day.has-range-end {
    background: #e0e7ff;
    border-color: #818cf8;
}

.organizer-cal-day.has-single {
    background: #e0f2fe;
    border-color: #38bdf8;
}

.organizer-cal-day.is-selected {
    border-color: var(--ez-primary-600);
    box-shadow: inset 0 0 0 1px var(--ez-primary-600);
}

.organizer-cal-number {
    font-size: .9rem;
    font-weight: 700;
}

.organizer-cal-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    border-radius: 999px;
    background: var(--ez-primary-600);
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
}

.organizer-calendar-events {
    margin-top: 14px;
}

.organizer-calendar-events h4 {
    margin: 0 0 10px;
}

.organizer-calendar-event {
    margin-bottom: 10px;
}

.detail-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.detail-list li {
    padding: 8px 0;
    border-bottom: 1px dashed #e4eaf3;
    color: #374151;
}

.detail-list li:last-child {
    border-bottom: 0;
}

.detail-description p {
    color: #4b5563;
    margin-bottom: 10px;
}

.countdown-pill {
    display: inline-block;
    margin: 8px 0 2px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #e5f9f0;
    color: #0f766e;
    font-weight: 700;
    font-size: 0.82rem;
}

.countdown-pill.is-ended {
    background: #f3f4f6;
    color: #4b5563;
}

.admin-users-shell,
.admin-user-detail-shell {
    display: grid;
    gap: 22px;
}

.admin-users-head {
    margin-bottom: 0;
}

.admin-users-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.admin-users-stat,
.admin-user-detail-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #dbe8f8;
    border-radius: 18px;
    padding: 18px;
    box-shadow: var(--ez-shadow-sm);
}

.admin-users-stat span,
.admin-user-membership-facts span {
    display: block;
    color: #5b6b80;
    font-size: 0.84rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.admin-users-stat strong,
.admin-user-membership-facts strong {
    display: block;
    margin-top: 6px;
    color: #143760;
    font-size: 1.5rem;
    line-height: 1.1;
}

.admin-users-stat small {
    display: block;
    margin-top: 6px;
    color: #64748b;
}

.admin-users-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.admin-users-list {
    display: grid;
    gap: 14px;
}

.admin-user-row {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.7fr) auto;
    gap: 16px;
    align-items: center;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #dbe8f8;
    border-radius: 20px;
    padding: 18px;
    box-shadow: var(--ez-shadow-sm);
}

.admin-user-main,
.admin-user-detail-top {
    display: flex;
    gap: 14px;
    align-items: center;
}

.admin-user-avatar {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    border-radius: 18px;
    overflow: hidden;
    background: #e8f0fb;
    box-shadow: inset 0 0 0 1px #d5e1f0;
}

.admin-user-avatar--large {
    width: 86px;
    height: 86px;
    flex-basis: 86px;
}

.admin-user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.admin-user-copy h2,
.admin-user-detail-top h2 {
    margin: 0 0 6px;
    font-size: 1.08rem;
    line-height: 1.2;
    word-break: break-word;
}

.admin-user-topline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.admin-user-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
    color: #5b6b80;
    font-size: 0.93rem;
}

.admin-user-membership {
    display: grid;
    gap: 4px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid #d8e6f5;
    background: #f8fbff;
}

.admin-user-membership strong {
    color: #143760;
}

.admin-user-membership span,
.admin-user-membership small {
    color: #5b6b80;
}

.admin-user-membership--active {
    background: #ecfdf5;
    border-color: #cfeadb;
}

.admin-user-membership--trial {
    background: #eff6ff;
    border-color: #cddff8;
}

.admin-user-membership--ended {
    background: #fff7ed;
    border-color: #f5dcc0;
}

.admin-user-membership--muted {
    background: #f8fafc;
    border-color: #dce5ef;
}

.admin-user-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.admin-row-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.admin-action-icon {
    width: 38px;
    min-width: 38px;
    height: 38px;
    padding: 0 !important;
    border-radius: 14px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.admin-action-icon i {
    font-size: 1.05rem;
    line-height: 1;
}

.admin-actions-menu {
    min-width: 220px;
}

.admin-actions-menu li > a,
.admin-actions-menu li > form > button {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 14px;
    border: 0;
    background: transparent;
    text-align: left;
    color: #1f2937;
}

.admin-actions-menu li > form {
    margin: 0;
}

.admin-actions-menu li > a:hover,
.admin-actions-menu li > form > button:hover {
    background: #f8fbff;
}

.admin-users-pagination {
    border-top: 1px solid #e4ecf5;
    padding-top: 10px;
}

.admin-user-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    gap: 18px;
}

.admin-user-membership-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.admin-user-detail-card--form p {
    margin-bottom: 12px;
}

.admin-zone-shell {
    display: grid;
    gap: 22px;
}

.admin-zone-detail-grid,
.admin-zone-related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

@media (max-width: 980px) {
    .admin-users-stats,
    .admin-user-detail-grid,
    .admin-user-row,
    .admin-zone-detail-grid,
    .admin-zone-related-grid {
        grid-template-columns: 1fr;
    }

    .admin-user-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .admin-users-stats,
    .admin-user-membership-facts {
        grid-template-columns: 1fr;
    }

    .admin-user-main,
    .admin-user-detail-top {
        align-items: flex-start;
    }
}

.event-stand-map {
    display: grid;
    gap: 6px;
    border: 1px solid #dbe5f1;
    border-radius: 18px;
    padding: 14px;
    background:
        radial-gradient(circle at top left, rgba(59, 130, 246, 0.08), transparent 34%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.event-stand-map-wrap {
    margin-top: 12px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.event-stand-map-wrap .event-stand-map {
    margin-top: 0;
}

.stand-cell {
    min-height: 38px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.stand-cell:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.stand-cell.is-food {
    background: #fff7ed;
    border-color: #fb923c;
    color: #92400e;
}

.stand-cell.is-regular {
    background: #eff6ff;
    border-color: #60a5fa;
    color: #1e3a8a;
}

.stand-cell.is-empty {
    background: #eef2f7;
    border-style: dashed;
    cursor: default;
}

.event-stand-legend {
    margin-top: 14px;
    min-height: 112px;
    font-size: 0.95rem;
    color: #334155;
}

.event-stand-legend__card,
.event-stand-legend__empty {
    border: 1px solid #dbe5f1;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    padding: 16px 18px;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

.event-stand-legend__empty {
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 10px;
}

.event-stand-legend__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.event-stand-legend__top strong {
    font-size: 1.04rem;
    color: #0f172a;
}

.event-stand-legend__card p {
    margin: 10px 0 0;
    color: #475569;
    font-weight: 600;
}

.event-stand-legend__actions {
    margin-top: 12px;
}

.map-profile-link {
    margin-left: 0;
    font-weight: 700;
}

.map-kind-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 8px 0 4px;
}

.kind-pill {
    display: inline-flex;
    align-items: center;
    font-size: 0.78rem;
    font-weight: 700;
    border-radius: 999px;
    padding: 4px 10px;
}

.kind-pill i {
    margin-right: 6px;
}

.kind-food {
    background: #fff7ed;
    color: #92400e;
}

.kind-normal {
    background: #eff6ff;
    color: #1e3a8a;
}

.event-stands-section {
    margin-top: 28px;
}

.event-stands-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-end;
    margin-bottom: 16px;
}

.event-stands-head h2 {
    margin: 4px 0 8px;
    font-size: clamp(1.5rem, 3vw, 2rem);
}

.event-stands-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    min-width: min(360px, 100%);
}

.event-stands-stat {
    border: 1px solid #dbe5f1;
    border-radius: 16px;
    padding: 12px 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
}

.event-stands-stat span {
    display: block;
    color: #64748b;
    font-size: .74rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.event-stands-stat strong {
    display: block;
    margin-top: 6px;
    font-size: 1.4rem;
    color: #0f172a;
}

.event-stands-card {
    padding: 20px;
}

.event-stands-filters {
    margin-bottom: 16px;
}

.event-stands-layout {
    display: grid;
    grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
    gap: 18px;
    align-items: start;
}

.event-stands-map-panel,
.event-stands-list-panel {
    border: 1px solid #e4eaf3;
    border-radius: 18px;
    padding: 18px;
    background: #fff;
}

.event-stands-panel-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
}

.event-stands-panel-head h3 {
    margin: 0 0 6px;
}

.event-stands-empty {
    margin: 0;
    padding: 18px;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    color: #64748b;
    background: #f8fafc;
}

@media (max-width: 960px) {
    .event-stands-head,
    .event-stands-panel-head {
        flex-direction: column;
        align-items: stretch;
    }

    .event-stands-stats,
    .event-stands-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .event-stands-card,
    .event-stands-map-panel,
    .event-stands-list-panel {
        padding: 14px;
    }

    .event-stands-stats {
        gap: 8px;
    }

    .stand-map-grid {
        grid-template-columns: 1fr;
    }

    .stand-card {
        padding: 16px;
    }

    .event-stand-legend {
        min-height: 0;
    }
}

/* ===== FAIR LIVE EXPERIENCE ===== */
.live-page {
    background: #0b1120;
    color: #f1f5f9;
    min-height: 100vh;
    overflow-x: hidden;
}

.live-hero {
    padding: 16px 14px 22px;
    background-size: cover;
    background-position: center;
}

.live-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.live-icon-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .16);
    color: #fff;
}

.live-badge {
    font-size: .72rem;
    padding: 5px 10px;
    border-radius: 999px;
    font-weight: 700;
}

.live-badge i {
    font-size: .55rem;
    margin-right: 4px;
}

.live-badge.is-on {
    background: rgba(34, 197, 94, .18);
    color: #86efac;
}

.live-badge.is-off {
    background: rgba(148, 163, 184, .24);
    color: #cbd5e1;
}

.live-headline h1 {
    margin: 8px 0 2px;
    font-size: 1.3rem;
    color: #fff;
}

.live-headline p,
.live-headline small {
    margin: 0;
    color: #dbeafe;
}

.live-controls {
    padding: 10px 12px;
    display: flex;
    gap: 8px;
    overflow-x: auto;
}

.chip {
    border: 1px solid #334155;
    background: #121a2f;
    color: #cbd5e1;
    border-radius: 999px;
    padding: 8px 11px;
    font-size: .83rem;
    white-space: nowrap;
}

.chip strong {
    margin-left: 6px;
    color: inherit;
    font-size: .78rem;
}

.chip.active {
    background: #1d4ed8;
    border-color: #1d4ed8;
    color: #fff;
}

.live-mode-summary {
    padding: 0 12px 10px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.live-mode-summary__pill {
    border: 1px solid #1e293b;
    border-radius: 14px;
    background: rgba(15, 23, 42, .88);
    padding: 10px 12px;
}

.live-mode-summary__pill span {
    display: block;
    color: #94a3b8;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.live-mode-summary__pill strong {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    color: #f8fafc;
    font-size: .95rem;
}

.live-mode-summary__pill.is-primary {
    background: linear-gradient(135deg, rgba(29, 78, 216, .24), rgba(14, 165, 233, .16));
    border-color: rgba(96, 165, 250, .5);
}

.live-grid-wrap {
    padding: 10px 12px 0;
    min-width: 0;
    overflow-x: hidden;
}

.live-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(300px, .9fr);
    gap: 14px;
    align-items: start;
    padding: 0 12px 14px;
}

.live-floor-shell {
    position: relative;
    border: 1px solid #1e293b;
    border-radius: 16px;
    background:
        radial-gradient(circle at 20% 15%, rgba(59, 130, 246, .14), transparent 48%),
        radial-gradient(circle at 85% 80%, rgba(249, 115, 22, .14), transparent 42%),
        linear-gradient(140deg, #0f172a 0%, #111b33 55%, #0f172a 100%);
    overflow: hidden;
    min-height: 390px;
}

.live-floor-canvas {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 390px;
}

.live-floor-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(148, 163, 184, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, .08) 1px, transparent 1px);
    background-size: 32px 32px;
    opacity: .32;
    pointer-events: none;
}

.live-floor-map {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.live-route-svg {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.live-route-path {
    fill: none;
    stroke: rgba(250, 204, 21, .92);
    stroke-width: 6;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 11 12;
    filter: drop-shadow(0 0 10px rgba(250, 204, 21, .5));
}

.live-stand-node {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 66px;
    min-height: 44px;
    border-radius: 14px;
    border: 1px solid #334155;
    color: #e2e8f0;
    font-weight: 800;
    font-size: .75rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 6px 8px;
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    flex-direction: column;
    gap: 2px;
}

.live-stand-node:hover {
    transform: translate(-50%, -50%) scale(1.07);
}

.live-stand-node i {
    font-size: .72rem;
    opacity: .95;
}

.live-stand-node span {
    font-size: .66rem;
    letter-spacing: .01em;
}

.live-stand-node.is-food {
    background: linear-gradient(170deg, #482102, #2e1302);
    border-color: #fb923c;
    box-shadow: 0 0 0 1px rgba(251, 146, 60, .18);
}

.live-stand-node.is-normal {
    background: linear-gradient(170deg, #15264a, #0f1a34);
    border-color: #60a5fa;
}

.live-stand-node.is-highlight {
    border-color: #f43f5e;
    box-shadow: 0 0 0 3px rgba(244, 63, 94, .24);
}

.live-stand-node.is-visited {
    border-color: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, .28);
}

.live-stand-node.is-visited::after {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: -8px;
    right: -8px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #16a34a;
    color: #fff;
    font-size: .66rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.live-legend-row {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    font-size: .83rem;
    color: #cbd5e1;
}

.live-floor-help {
    margin: 8px 2px 0;
    font-size: .82rem;
    color: #94a3b8;
}

.live-map-pager {
    margin-top: 8px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.live-page-chip {
    border: 1px solid #334155;
    background: #0f172a;
    color: #cbd5e1;
    border-radius: 999px;
    font-size: .78rem;
    padding: 6px 10px;
}

.live-page-chip.is-active {
    background: #1d4ed8;
    border-color: #1d4ed8;
    color: #fff;
}

.live-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
}

.live-dot.is-entrepreneur {
    background: #60a5fa;
}

.live-dot.is-food {
    background: #fb923c;
}

.live-dot.is-visited {
    background: #22c55e;
}

.live-dot.is-highlighted {
    background: #f43f5e;
}

.live-sheet {
    padding: 0;
    position: sticky;
    top: 82px;
}

.live-hint {
    color: #94a3b8;
    font-size: .9rem;
}

.live-card,
.live-route {
    margin-top: 8px;
    border: 1px solid #1e293b;
    border-radius: 12px;
    background: #0f172a;
    padding: 12px;
}

.live-card h3,
.live-route h4 {
    margin: 0 0 8px;
    color: #fff;
}

.live-card p,
.live-route li,
.live-route small {
    color: #cbd5e1;
}

.live-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 700;
    padding: 2px 8px;
}

.live-tag.is-food {
    background: #422006;
    color: #fcd34d;
}

.live-tag.is-normal {
    background: #1e3a8a;
    color: #bfdbfe;
}

.live-likes {
    margin-left: 6px;
    font-size: .8rem;
}

.live-profile-link {
    color: #93c5fd;
    font-weight: 700;
}

.live-visit-toggle {
    margin: 6px 0 10px;
    width: 100%;
}

@keyframes livePulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.25); }
    50% { box-shadow: 0 0 0 6px rgba(245, 158, 11, 0); }
}

@media (max-width: 1024px) {
    .live-layout {
        grid-template-columns: 1fr;
    }

    .live-sheet {
        position: static;
    }
}

@media (max-width: 640px) {
    .live-controls {
        padding-top: 8px;
        padding-bottom: 8px;
        scroll-snap-type: x proximity;
    }

    .chip {
        scroll-snap-align: start;
    }

    .live-mode-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .live-mode-summary__pill.is-primary {
        grid-column: 1 / -1;
    }

    .live-floor-shell {
        min-height: 520px;
        overflow: hidden;
    }

    .live-floor-canvas {
        min-width: 100%;
        min-height: 520px;
    }

    .live-stand-node {
        width: 62px;
        min-height: 40px;
        font-size: .7rem;
        border-radius: 12px;
        gap: 1px;
    }

    .live-stand-node i {
        font-size: .66rem;
    }

    .live-stand-node span {
        font-size: .61rem;
    }

    .live-hero {
        padding: 14px 12px 18px;
    }

    .live-headline h1 {
        font-size: 1.12rem;
    }

    .live-map-pager {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .live-page-chip {
        width: 100%;
        text-align: center;
        padding: 9px 10px;
    }
}

@media (max-width: 860px) {
    .detail-head {
        flex-direction: column;
    }

    .detail-actions {
        width: 100%;
    }

    .detail-actions .btn {
        flex: 1 1 auto;
    }

    .detail-actions .btn.btn-icon {
        flex: 0 0 auto;
    }
}

.live-react-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at top, rgba(217, 119, 6, .14), transparent 36%),
        linear-gradient(180deg, #f7f1e7 0%, #fffaf3 100%);
}

.live-stage-page {
    min-height: 100vh;
    color-scheme: light dark;
    background:
        radial-gradient(circle at top, rgba(14, 165, 233, .12), transparent 34%),
        linear-gradient(180deg, #eef6ff 0%, #f8fbff 100%);
}

.live-stage-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 18px 16px 32px;
    display: grid;
    gap: 14px;
}

.live-stage-hero {
    min-height: 200px;
    border-radius: 30px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .12);
}

.live-stage-hero__overlay {
    min-height: inherit;
    padding: 18px;
    display: grid;
    align-content: space-between;
    gap: 12px;
    background: linear-gradient(180deg, rgba(15, 23, 42, .12), rgba(15, 23, 42, .82));
    color: #f8fafc;
}

.live-stage-topbar,
.live-stage-topbar__meta,
.live-stage-controls,
.live-stage-detail__actions,
.live-stage-stats,
.live-stage-visited-pills {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.live-stage-topbar {
    justify-content: space-between;
}

.live-stage-icon-btn,
.live-stage-heart-btn,
.live-stage-back-btn {
    min-height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(15, 23, 42, .26);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px;
}

.live-stage-icon-btn {
    width: 42px;
    padding: 0;
}

.live-stage-heart-btn.is-active {
    background: rgba(190, 24, 93, .24);
}

.live-stage-pill,
.live-stage-chip,
.live-stage-panel__head span,
.live-stage-detail__stand,
.live-stage-visited-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    min-height: 38px;
    padding: 0 14px;
    font-weight: 700;
}

.live-stage-pill {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
}

.live-stage-kicker,
.live-stage-meta,
.live-stage-eyebrow {
    margin: 0;
}

.live-stage-kicker,
.live-stage-eyebrow {
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .74rem;
}

.live-stage-hero h1 {
    margin: 0;
    font-size: clamp(1.55rem, 4.2vw, 2.6rem);
    line-height: .96;
    max-width: 12ch;
}

.live-stage-meta {
    color: rgba(248, 250, 252, .86);
}

.live-stage-chip {
    border: 0;
    background: #dbeafe;
    color: #1d4ed8;
}

.live-stage-chip.is-active {
    background: #0f172a;
    color: #fff;
}

.live-stage-viewer {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #dbeafe;
    box-shadow: 0 20px 42px rgba(148, 163, 184, .14);
    overflow: hidden;
    min-height: 72vh;
}

.live-stage-track {
    width: 200%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    transform: translateX(0);
    transition: transform .35s ease;
}

.live-stage-viewer.is-detail-open .live-stage-track {
    transform: translateX(-50%);
}

.live-stage-panel {
    min-width: 0;
    min-height: 72vh;
    padding: 18px;
    display: grid;
    align-content: start;
    gap: 16px;
}

.live-stage-panel--map {
    background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
}

.live-stage-panel--detail {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}

.live-stage-panel__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.live-stage-panel__head h2 {
    margin: 0;
    color: #0f172a;
}

.live-stage-panel__head span,
.live-stage-detail__stand,
.live-stage-visited-pill {
    background: #eff6ff;
    color: #1d4ed8;
}

.live-stage-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.live-stage-node {
    min-height: 104px;
    border: 0;
    border-radius: 22px;
    padding: 12px 10px;
    color: #fff;
    text-align: left;
    display: grid;
    align-content: space-between;
    position: relative;
    overflow: hidden;
    animation: live-stage-pop .4s ease backwards;
    transition: transform .2s ease, box-shadow .2s ease;
}

.live-stage-node::after {
    content: "";
    position: absolute;
    right: -18px;
    bottom: -32px;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
}

.live-stage-node.is-entrepreneur {
    background: linear-gradient(145deg, #2563eb, #1d4ed8);
}

.live-stage-node.is-food {
    background: linear-gradient(145deg, var(--ez-accent-500), var(--ez-accent-600));
}

.live-stage-node.is-visited {
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .46);
}

.live-stage-node:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 28px rgba(37, 99, 235, .18);
}

.live-stage-node__stand,
.live-stage-node strong,
.live-stage-node small {
    position: relative;
    z-index: 1;
}

.live-stage-node__stand {
    font-size: .78rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .9;
}

.live-stage-node strong {
    font-size: .96rem;
    line-height: 1.05;
}

.live-stage-node small {
    opacity: .88;
}

.live-stage-visited-bar {
    margin-top: auto;
    display: grid;
    gap: 10px;
}

.live-stage-visited-bar > span {
    color: #334155;
    font-weight: 700;
}

.live-stage-visited-pills small {
    color: #64748b;
}

.live-stage-detail {
    display: grid;
    gap: 16px;
    min-height: 100%;
}

.live-stage-detail__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.live-stage-back-btn {
    width: 42px;
    min-width: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(15, 23, 42, .34);
    backdrop-filter: blur(10px);
}

.live-stage-detail__hero-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.live-stage-detail__badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.live-stage-detail__tag,
.live-stage-detail__stand {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 700;
}

.live-stage-detail__tag {
    background: rgba(255, 255, 255, .16);
    color: rgba(255, 255, 255, .92);
}

.live-stage-detail__stand {
    background: rgba(15, 23, 42, .22);
    color: #fff;
}

.live-stage-detail__media {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.live-stage-detail__image {
    width: 96px;
    height: 96px;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 14px 28px rgba(15, 23, 42, .18);
}

.live-stage-detail__image--fallback {
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.live-stage-detail__copy {
    display: grid;
    gap: 8px;
}

.live-stage-detail__copy h3 {
    font-size: 1.6rem;
    line-height: 1;
}

.live-stage-detail__copy p {
    color: rgba(255, 255, 255, .88);
    max-width: 40ch;
}

.live-stage-detail__hero {
    border-radius: 28px;
    padding: 20px;
    color: #fff;
    display: grid;
    gap: 10px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}

.live-stage-detail__hero.is-entrepreneur {
    background: linear-gradient(160deg, #1d4ed8, #1e3a8a);
}

.live-stage-detail__hero.is-food {
    background: linear-gradient(160deg, var(--ez-accent-500), #78350f);
}

.live-stage-detail__hero h3,
.live-stage-detail__hero p,
.live-stage-offerings__head h4 {
    margin: 0;
}

.live-stage-detail__actions {
    flex: 1;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: nowrap;
}

.live-stage-action {
    min-height: 44px;
    border-radius: 14px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .22);
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.live-stage-action span {
    display: inline;
}

.live-stage-action.is-active {
    background: rgba(255, 255, 255, .24);
    border-color: rgba(255, 255, 255, .34);
    color: #fff;
}

.live-stage-stats span {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    color: rgba(255, 255, 255, .9);
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
}

.live-stage-offerings-card {
    display: grid;
    gap: 12px;
    padding: 18px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #dbeafe;
    box-shadow: 0 12px 28px rgba(148, 163, 184, .12);
}

.live-stage-offerings {
    display: grid;
    gap: 12px;
    min-height: 0;
}

.live-stage-offerings__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.live-stage-offerings__head span {
    min-width: 34px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #dbeafe;
    color: #1d4ed8;
    font-weight: 700;
}

.live-stage-offerings__list {
    display: grid;
    gap: 10px;
    max-height: 34vh;
    overflow: auto;
    padding-right: 4px;
}

.live-stage-offering {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 16px;
    border-radius: 20px;
    background: #f8fbff;
    border: 1px solid #dbeafe;
}

.live-stage-offering.is-featured {
    background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
    border-color: #60a5fa;
}

.live-stage-offering strong,
.live-stage-offering p,
.live-stage-offering span {
    display: block;
}

.live-stage-offering p {
    margin: 6px 0 0;
    color: #64748b;
}

.live-stage-offering span {
    color: #1d4ed8;
    font-weight: 800;
    white-space: nowrap;
}

.live-stage-empty,
.live-stage-empty-copy {
    color: #64748b;
}

.live-stage-empty {
    min-height: 100%;
    display: grid;
    place-items: center;
    text-align: center;
    gap: 10px;
}

.live-stage-empty i {
    font-size: 1.5rem;
    color: #2563eb;
}

.live-stage-toast {
    position: fixed;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    border-radius: 999px;
    padding: 12px 16px;
    max-width: min(90vw, 420px);
    background: rgba(15, 23, 42, .94);
    color: #fff;
    z-index: 40;
    box-shadow: 0 18px 34px rgba(15, 23, 42, .24);
}

@media (prefers-color-scheme: dark) {
    .live-stage-page {
        background:
            radial-gradient(circle at top, rgba(59, 130, 246, .16), transparent 34%),
            linear-gradient(180deg, #07111f 0%, #0b1324 100%);
    }

    .live-stage-viewer {
        background: #0f172a;
        border-color: rgba(59, 130, 246, .22);
        box-shadow: 0 20px 42px rgba(2, 6, 23, .34);
    }

    .live-stage-panel--map {
        background: linear-gradient(180deg, #0f172a 0%, #111c32 100%);
    }

    .live-stage-panel--detail {
        background: linear-gradient(180deg, #111827 0%, #0f172a 100%);
    }

    .live-stage-chip {
        background: rgba(30, 41, 59, .88);
        color: #cbd5e1;
    }

    .live-stage-chip.is-active {
        background: #dbeafe;
        color: #0f172a;
    }

    .live-stage-visited-bar > span,
    .live-stage-visited-pills small,
    .live-stage-empty,
    .live-stage-empty-copy,
    .live-stage-offerings__head h4,
    .live-stage-offering strong,
    .live-stage-offering p,
    .live-stage-offering span {
        color: #e5eefb;
    }

    .live-stage-visited-pill {
        background: rgba(30, 41, 59, .9);
        color: #bfdbfe;
    }

    .live-stage-offerings-card,
    .live-stage-offering {
        background: rgba(15, 23, 42, .92);
        border-color: rgba(59, 130, 246, .22);
        box-shadow: none;
    }

    .live-stage-offering.is-featured {
        background: linear-gradient(180deg, rgba(30, 64, 175, .58) 0%, rgba(30, 41, 59, .92) 100%);
        border-color: rgba(96, 165, 250, .32);
    }

    .live-stage-action {
        background: rgba(15, 23, 42, .56);
        color: #e5eefb;
        border-color: rgba(148, 163, 184, .22);
    }

    .live-stage-action.is-active {
        background: rgba(37, 99, 235, .2);
        color: #bfdbfe;
        border-color: rgba(96, 165, 250, .38);
    }
}

@keyframes live-stage-pop {
    from {
        opacity: 0;
        transform: translateY(10px) scale(.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 760px) {
    .live-stage-shell {
        padding: 12px 12px 28px;
    }

    .live-stage-hero,
    .live-stage-viewer {
        border-radius: 24px;
    }

    .live-stage-hero__overlay,
    .live-stage-panel {
        padding: 14px;
    }

    .live-stage-viewer,
    .live-stage-panel {
        min-height: 76vh;
    }

    .live-stage-grid {
        gap: 8px;
    }

    .live-stage-node {
        min-height: 92px;
        border-radius: 18px;
        padding: 10px 8px;
    }

    .live-stage-node strong {
        font-size: .84rem;
    }

    .live-stage-detail__head,
    .live-stage-detail__hero-top {
        flex-direction: column;
        align-items: stretch;
    }

    .live-stage-detail__media {
        grid-template-columns: 1fr;
    }

    .live-stage-detail__copy h3 {
        font-size: 1.35rem;
    }

    .live-stage-detail__image {
        width: 88px;
        height: 88px;
    }

    .live-stage-detail__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        width: 100%;
    }

    .live-stage-action {
        width: 100%;
        min-width: 0;
        padding: 0 10px;
        justify-content: center;
    }

    .live-stage-back-btn {
        width: 42px;
    }
}

.live-react-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 18px 16px 40px;
    display: grid;
    gap: 16px;
}

.live-react-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
    background-size: cover;
    background-position: center;
    color: #fffdf7;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .16);
}

.live-react-header__main {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
}

.live-react-header__copy {
    min-width: 0;
}

.live-react-topbar__meta {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.live-react-icon-btn,
.live-react-heart-btn {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .24);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, .26);
    color: #fff;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.live-react-heart-btn {
    width: auto;
    padding: 0 14px;
    gap: 8px;
}

.live-react-heart-btn.is-active {
    background: rgba(190, 24, 93, .24);
    border-color: rgba(251, 113, 133, .4);
}

.live-react-live-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    text-transform: uppercase;
    font-size: .74rem;
    letter-spacing: .14em;
    font-weight: 800;
    background: rgba(15, 23, 42, .26);
    border: 1px solid rgba(255, 255, 255, .2);
}

.live-react-live-pill.is-live {
    color: #fef3c7;
}

.live-react-live-pill.is-offline {
    color: #e5e7eb;
}

.live-react-kicker,
.live-react-header__meta {
    margin: 0;
}

.live-react-kicker {
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .72rem;
    color: rgba(255, 247, 237, .86);
}

.live-react-header h1 {
    margin: 0;
    font-size: clamp(1.1rem, 3.4vw, 1.55rem);
    line-height: 1.05;
    color: #fffdf7;
}

.live-react-header__meta {
    color: rgba(255, 247, 237, .86);
    font-size: .92rem;
}

.live-react-summary-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .16);
    color: #fff7ed;
    font-size: .88rem;
    font-weight: 700;
}

.live-react-chips {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.live-react-chip {
    border: 0;
    border-radius: 999px;
    padding: 12px 18px;
    background: #efe4d2;
    color: #6b4e2e;
    font-weight: 700;
    white-space: nowrap;
    transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.live-react-chip.is-active {
    background: #111827;
    color: #fff;
    box-shadow: 0 12px 24px rgba(17, 24, 39, .16);
}

.live-react-stage,
.live-react-card {
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(241, 228, 203, .9);
    border-radius: 28px;
    box-shadow: 0 18px 42px rgba(120, 89, 42, .08);
}

.live-react-stage {
    padding: 18px;
}

.live-react-stage__head,
.live-react-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.live-react-stage__eyebrow,
.live-react-card__eyebrow {
    margin: 0 0 4px;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .72rem;
    color: #b45309;
}

.live-react-stage__head h2,
.live-react-card__head h2 {
    margin: 0;
    font-size: 1.35rem;
    color: #1f2937;
}

.live-react-stage__count,
.live-react-badge,
.live-react-clear-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    min-height: 38px;
    padding: 0 14px;
    background: #fff7ed;
    color: #92400e;
    border: 1px solid #fed7aa;
    font-weight: 700;
}

.live-react-clear-btn {
    border: 0;
}

.live-react-grid {
    display: grid;
    gap: 10px;
}

.live-react-cell {
    min-height: 92px;
    border: 0;
    border-radius: 20px;
    padding: 12px 10px;
    display: grid;
    align-content: space-between;
    justify-items: start;
    text-align: left;
    color: #fff;
    position: relative;
    overflow: hidden;
    animation: live-react-pop .45s ease backwards;
    transition: transform .22s ease, box-shadow .22s ease, opacity .22s ease;
}

.live-react-cell::after {
    content: "";
    position: absolute;
    inset: auto -12% -52% auto;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
}

.live-react-cell.is-entrepreneur {
    background: linear-gradient(135deg, #d97706, #b45309);
}

.live-react-cell.is-food {
    background: linear-gradient(135deg, #059669, #047857);
}

.live-react-cell.is-empty {
    min-height: 92px;
    border-radius: 20px;
    background: rgba(248, 250, 252, .6);
    border: 1px dashed rgba(203, 213, 225, .9);
}

.live-react-cell.is-muted {
    opacity: .22;
}

.live-react-cell.is-visible:hover,
.live-react-cell.is-selected {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 16px 28px rgba(17, 24, 39, .18);
}

.live-react-cell.is-visited {
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .48);
}

.live-react-cell__stand,
.live-react-cell__name {
    position: relative;
    z-index: 1;
}

.live-react-cell__stand {
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .92;
}

.live-react-cell__name {
    font-size: .95rem;
    font-weight: 800;
    line-height: 1.05;
    max-width: 100%;
    word-break: break-word;
}

.live-react-panels {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .9fr);
    gap: 16px;
}

.live-react-card {
    padding: 18px;
}

.live-react-empty,
.live-react-empty-copy {
    color: #6b7280;
}

.live-react-empty {
    min-height: 220px;
    display: grid;
    place-items: center;
    text-align: center;
    gap: 10px;
}

.live-react-empty i {
    font-size: 1.6rem;
    color: var(--ez-accent-600);
}

.live-react-detail {
    display: grid;
    gap: 16px;
    animation: live-react-rise .32s ease;
}

.live-react-detail__top {
    display: flex;
    gap: 14px;
    justify-content: space-between;
    align-items: flex-start;
}

.live-react-detail__type {
    margin: 0 0 8px;
    color: #b45309;
    font-weight: 700;
}

.live-react-detail__description {
    margin: 0;
    color: #4b5563;
}

.live-react-detail__metrics {
    display: grid;
    gap: 8px;
    justify-items: end;
    color: #7c2d12;
    font-weight: 700;
}

.live-react-detail__metrics span {
    display: inline-flex;
    gap: 6px;
    align-items: center;
}

.live-react-detail__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.live-react-action {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 14px;
    padding: 0 14px;
    border: 1px solid #e5d3b7;
    background: #fffaf3;
    color: #7c2d12;
    font-weight: 700;
    transition: transform .2s ease, background .2s ease;
}

.live-react-action.is-primary {
    background: #111827;
    border-color: #111827;
    color: #fff;
}

.live-react-action.is-active {
    background: #fef3c7;
    border-color: #fdba74;
}

.live-react-offerings {
    display: grid;
    gap: 12px;
    padding-top: 4px;
}

.live-react-offerings__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.live-react-offerings__head h3 {
    margin: 0;
    color: #1f2937;
}

.live-react-offerings__head span {
    min-width: 34px;
    min-height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff7ed;
    color: #92400e;
    font-weight: 700;
}

.live-react-offerings__list {
    display: grid;
    gap: 10px;
}

.live-react-offering {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
    background: #fffaf3;
    border: 1px solid #f5dfc0;
}

.live-react-offering.is-featured {
    border-color: #fdba74;
    background: #fff3df;
}

.live-react-offering strong,
.live-react-offering p,
.live-react-offering span {
    display: block;
}

.live-react-offering strong {
    color: #1f2937;
}

.live-react-offering p {
    margin: 6px 0 0;
    color: #6b7280;
}

.live-react-offering span {
    color: #b45309;
    font-weight: 800;
    white-space: nowrap;
}

.live-react-visited {
    display: grid;
    gap: 10px;
}

.live-react-visited__item {
    border: 1px solid #f2ddc0;
    background: #fffaf3;
    border-radius: 18px;
    padding: 14px;
    text-align: left;
    display: grid;
    gap: 4px;
    animation: live-react-rise .36s ease backwards;
}

.live-react-visited__item.is-active {
    border-color: #fb923c;
    background: #fff1dd;
}

.live-react-visited__item strong,
.live-react-visited__item small {
    display: block;
}

.live-react-visited__item strong {
    color: #1f2937;
}

.live-react-visited__item small {
    color: #6b7280;
}

.live-react-toast {
    position: fixed;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    max-width: min(90vw, 420px);
    border-radius: 999px;
    padding: 12px 16px;
    background: rgba(17, 24, 39, .94);
    color: #fff;
    box-shadow: 0 18px 36px rgba(17, 24, 39, .24);
    animation: live-react-toast .22s ease;
    z-index: 40;
}

@keyframes live-react-pop {
    from {
        opacity: 0;
        transform: translateY(12px) scale(.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes live-react-rise {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes live-react-toast {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

@media (max-width: 980px) {
    .live-react-panels {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .live-react-shell {
        padding: 12px 12px 28px;
    }

    .live-react-header,
    .live-react-stage,
    .live-react-card {
        padding: 14px;
    }

    .live-react-header {
        flex-direction: column;
        align-items: stretch;
    }

    .live-react-header__main {
        width: 100%;
    }

    .live-react-header__copy {
        flex: 1;
    }

    .live-react-grid {
        gap: 8px;
    }

    .live-react-cell,
    .live-react-cell.is-empty {
        min-height: 82px;
        border-radius: 16px;
        padding: 10px 8px;
    }

    .live-react-cell__stand {
        font-size: .74rem;
    }

    .live-react-cell__name {
        font-size: .82rem;
    }

    .live-react-topbar__meta,
    .live-react-stage__head,
    .live-react-card__head,
    .live-react-detail__top {
        flex-direction: column;
        align-items: flex-start;
    }

    .live-react-detail__metrics {
        justify-items: start;
    }

    .live-react-detail__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .live-react-action {
        min-height: 44px;
        width: 100%;
    }
}

/* ===== FAIR VIEW POLISH ===== */
.detail-page .detail-shell {
    background:
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.08), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #fcfaf7 100%);
    border-radius: 28px;
    box-shadow: 0 24px 48px rgba(20, 27, 45, 0.08);
    padding: 24px;
}

/* ===== ADMIN FORM TABS ===== */
.admin-form-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 18px 0 16px;
}

.admin-form-tab {
    border: 1px solid var(--ez-border);
    border-radius: 999px;
    min-height: 40px;
    padding: 0 16px;
    background: var(--ez-primary-50);
    color: var(--ez-neutral-700);
    font-weight: 700;
    transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.admin-form-tab.is-active {
    background: var(--ez-primary-600);
    color: #fff;
    border-color: var(--ez-primary-600);
    box-shadow: 0 12px 24px rgba(91, 92, 235, .18);
}

.admin-form-panel {
    border: 1px solid #e4eaf3;
    border-radius: 22px;
    padding: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 12px 24px rgba(15, 23, 42, .04);
}

.admin-form-panel + .admin-form-panel {
    margin-top: 14px;
}

.admin-form-panel[hidden] {
    display: none !important;
}

@media (max-width: 640px) {
    .admin-form-tabs {
        gap: 8px;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 4px;
    }

    .admin-form-tab {
        white-space: nowrap;
        min-height: 38px;
        padding: 0 14px;
    }

    .admin-form-panel {
        padding: 14px;
        border-radius: 18px;
    }
}

.detail-page .detail-head {
    gap: 18px;
    align-items: flex-end;
}

.detail-page .detail-head h1 {
    margin: 4px 0 10px;
    font-size: clamp(1.9rem, 4vw, 3rem);
    line-height: .95;
    max-width: 12ch;
}

.detail-page .detail-subtitle {
    font-size: 1rem;
    max-width: 54ch;
}

.fair-meta-strip {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.fair-meta-strip span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: var(--ez-accent-600);
    font-weight: 700;
}

.fair-live-btn {
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.detail-page .profile-hero {
    margin-top: 18px;
    padding-bottom: 56px;
}

.detail-page .profile-hero-cover {
    border-radius: 24px;
    box-shadow: 0 24px 44px rgba(15, 23, 42, 0.12);
}

.detail-page .profile-hero-logo {
    left: 28px;
    width: 96px;
    height: 96px;
    border-radius: 28px;
    border-width: 5px;
}

.detail-page .detail-grid {
    margin-top: 20px;
    gap: 16px;
}

.detail-page .detail-card {
    border: 1px solid #e8e1d7;
    border-radius: 22px;
    padding: 18px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.04);
}

.detail-page .detail-card h3 {
    margin-bottom: 12px;
    font-size: 1.1rem;
}

.vendor-social-block {
    margin-top: 1.1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(148, 163, 184, 0.24);
}

.vendor-social-block__label {
    margin: 0 0 .8rem;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #64748b;
}

.vendor-social-grid {
    display: grid;
    gap: .75rem;
}

.vendor-fair-rail {
    display: grid;
    gap: 10px;
}

.vendor-fair-chip {
    display: grid;
    gap: 4px;
    padding: 14px 16px;
    border-radius: 16px;
    background: linear-gradient(180deg, #fffaf2 0%, #ffffff 100%);
    border: 1px solid #f3dfc3;
    color: #1f2937;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.04);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.vendor-fair-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
    border-color: #e8c99f;
}

.vendor-fair-chip strong {
    color: #111827;
}

.vendor-fair-chip span,
.vendor-fair-chip small {
    color: #6b7280;
}

.zone-detail-grid,
.organizer-highlight-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.zone-follow-card .newsletter-form {
    margin-top: 12px;
}

.zone-stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
}

.zone-stat-chip {
    padding: 14px;
    border-radius: 16px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
}

.zone-stat-chip strong {
    display: block;
    font-size: 1.45rem;
    color: #92400e;
}

.zone-stat-chip span {
    display: block;
    margin-top: 4px;
    color: #7c2d12;
    font-size: .92rem;
}

.zone-section-card {
    margin-top: 16px;
}

.zone-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.zone-detail-page .fair-meta-strip {
    margin-top: 14px;
}

@media (max-width: 720px) {
    .zone-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .zone-stat-grid {
        grid-template-columns: 1fr;
    }
}

.vendor-social-card {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding: .85rem .95rem;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 250, 252, .94));
    color: #0f172a;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.vendor-social-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, .08);
}

.vendor-social-card__icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #fff;
    background: var(--ez-gradient-primary);
    flex: 0 0 auto;
}

.vendor-social-card__content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: .15rem;
}

.vendor-social-card__content strong {
    font-size: .96rem;
}

.vendor-social-card__content span {
    color: #64748b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vendor-social-card.is-whatsapp .vendor-social-card__icon {
    background: linear-gradient(135deg, #16a34a, #22c55e);
}

.vendor-social-card.is-instagram .vendor-social-card__icon {
    background: linear-gradient(135deg, #fd1d1d, #fcb045);
}

.vendor-social-card.is-facebook .vendor-social-card__icon {
    background: linear-gradient(135deg, #1d4ed8, #3b82f6);
}

.vendor-social-card.is-tiktok .vendor-social-card__icon {
    background: linear-gradient(135deg, #111827, #334155);
}

.vendor-social-card.is-website .vendor-social-card__icon {
    background: var(--ez-gradient-secondary);
}

.organizer-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.organizer-card__image {
    width: 82px;
    height: 82px;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 12px 20px rgba(15, 23, 42, .08);
}

.organizer-card__content {
    flex: 1;
    min-width: 0;
}

.organizer-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.organizer-card__phone {
    margin-top: .75rem;
}

.event-stands-section {
    margin-top: 34px;
}

.event-stands-head h2 {
    font-size: clamp(1.7rem, 3vw, 2.3rem);
}

.event-stands-card {
    padding: 22px;
    background:
        radial-gradient(circle at top right, rgba(59, 130, 246, 0.06), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.event-stands-map-panel,
.event-stands-list-panel {
    border-radius: 22px;
    padding: 20px;
    background: rgba(255,255,255,.92);
}

.event-stand-map {
    border-radius: 24px;
    padding: 16px;
}

.stand-cell {
    min-height: 42px;
    border-radius: 14px;
}

.stand-card {
    border: 1px solid #ebe5db;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.06);
    display: grid;
    gap: 10px;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.stand-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

.stand-card.is-food {
    background: linear-gradient(180deg, #fffaf2 0%, #fff4e5 100%);
    border-color: #fed7aa;
}

.stand-card.is-regular {
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    border-color: #cfe0ff;
}

.stand-card h4 {
    margin: 0;
    color: #0f172a;
}

.stand-card__type {
    color: #92400e;
}

.stand-card__description {
    margin: 0;
}

.stand-card__link {
    margin-top: 4px;
}

@media (max-width: 960px) {
    .detail-page .detail-head {
        flex-direction: column;
        align-items: stretch;
    }

    .organizer-card {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .detail-page .detail-shell {
        border-radius: 22px;
        padding: 16px;
    }

    .fair-meta-strip {
        gap: 8px;
    }

    .fair-meta-strip span {
        font-size: .82rem;
        padding: 0 12px;
    }

    .detail-page .profile-hero {
        padding-bottom: 48px;
    }

    .detail-page .profile-hero-logo {
        left: 18px;
        width: 82px;
        height: 82px;
        border-radius: 22px;
    }

    .event-stands-card,
    .event-stands-map-panel,
    .event-stands-list-panel {
        padding: 14px;
    }

    .stand-card {
        padding: 16px;
    }
}

/* ===== FAIR LIVE V2 ===== */
.live-mobile-page {
    min-height: 100vh;
    background: #0b1120;
    color: #f8fafc;
    padding-bottom: 22px;
}

.live-mobile-hero {
    min-height: 210px;
    background-size: cover;
    background-position: center;
}

.live-mobile-hero__overlay {
    min-height: 210px;
    padding: 16px 14px 18px;
    background: rgba(11, 17, 32, 0.72);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.live-mobile-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.live-mobile-topbar__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.live-mobile-icon-btn,
.live-mobile-like-btn {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 0;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.live-mobile-like-btn {
    width: auto;
    min-width: 40px;
    padding: 0 12px;
    gap: 8px;
}

.live-mobile-like-btn.is-active {
    background: rgba(244, 63, 94, 0.24);
    color: #fecdd3;
}

.live-mobile-live-badge {
    border-radius: 999px;
    padding: 6px 10px;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.live-mobile-live-badge.is-on {
    background: rgba(34, 197, 94, 0.18);
    color: #86efac;
}

.live-mobile-live-badge.is-off {
    background: rgba(148, 163, 184, 0.18);
    color: #cbd5e1;
}

.live-mobile-hero h1 {
    margin: 0;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: #fff;
}

.live-mobile-kicker,
.live-mobile-zone,
.live-mobile-address,
.live-mobile-progress {
    margin: 0;
}

.live-mobile-kicker {
    color: #86efac;
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: 8px;
}

.live-mobile-zone {
    color: #dbeafe;
    font-weight: 700;
    margin-top: 6px;
}

.live-mobile-address {
    color: #dbeafe;
    margin-top: 4px;
}

.live-mobile-progress {
    color: #93c5fd;
    margin-top: 8px;
    font-size: .82rem;
    font-weight: 700;
}

.live-mobile-controls {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 12px 12px 0;
    scrollbar-width: thin;
}

.live-mobile-chip {
    border: 1px solid #334155;
    background: #121a2f;
    color: #cbd5e1;
    border-radius: 999px;
    padding: 9px 12px;
    font-weight: 700;
    white-space: nowrap;
}

.live-mobile-chip.is-active {
    background: #1d4ed8;
    border-color: #1d4ed8;
    color: #fff;
}

.live-mobile-map-card,
.live-mobile-card {
    margin: 12px 12px 0;
    padding: 14px;
    border-radius: 16px;
    border: 1px solid #1e293b;
    background: #0f172a;
    box-shadow: 0 20px 40px rgba(2, 6, 23, .18);
}

.live-mobile-map-card__head,
.live-mobile-card__head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 12px;
}

.live-mobile-card-kicker {
    margin: 0 0 4px;
    color: #93c5fd;
    text-transform: uppercase;
    font-size: .72rem;
    letter-spacing: .08em;
}

.live-mobile-map-card__head h2,
.live-mobile-card__head h2 {
    margin: 0;
    color: #fff;
    font-size: 1.08rem;
}

.live-mobile-count-pill,
.live-mobile-clear-btn {
    border-radius: 999px;
    padding: 8px 10px;
    border: 1px solid #334155;
    background: #121a2f;
    color: #cbd5e1;
    font-size: .78rem;
    white-space: nowrap;
}

.live-mobile-map-wrap {
    display: grid;
    gap: 6px;
}

.live-mobile-grid-row {
    display: flex;
    gap: 6px;
}

.live-mobile-cell {
    flex: 1;
    min-height: 34px;
    border-radius: 8px;
    border: 1px solid #334155;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .76rem;
    font-weight: 800;
    color: #fff;
}

.live-mobile-cell.is-normal {
    background: #13213f;
    border-color: #60a5fa;
}

.live-mobile-cell.is-food {
    background: #3b1f06;
    border-color: #f59e0b;
}

.live-mobile-cell.is-empty {
    background: #0b1222;
    border-style: dashed;
}

.live-mobile-cell.is-highlighted {
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}

.live-mobile-cell.is-selected {
    border-color: #22d3ee;
    box-shadow: 0 0 0 2px rgba(34, 211, 238, 0.22);
}

.live-mobile-cell.is-visited {
    border-color: #22c55e;
    box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.18);
}

.live-mobile-sheet {
    display: grid;
    gap: 0;
}

.live-mobile-empty {
    min-height: 180px;
    display: grid;
    place-content: center;
    text-align: center;
    gap: 8px;
    color: #94a3b8;
}

.live-mobile-empty i {
    font-size: 1.5rem;
    color: #7dd3fc;
}

.live-mobile-detail-card__head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-start;
}

.live-mobile-detail-card__head h3 {
    margin: 0;
    color: #fff;
}

.live-mobile-detail-card__type {
    margin: 6px 0 0;
    color: #93c5fd;
    font-weight: 700;
}

.live-mobile-detail-card__social {
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    padding: 7px 10px;
    color: #fecdd3;
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.live-mobile-detail-card__description {
    margin: 12px 0 0;
    color: #cbd5e1;
    line-height: 1.55;
}

.live-mobile-offerings-block {
    margin-top: 16px;
    border-top: 1px solid #1e293b;
    padding-top: 14px;
}

.live-mobile-offerings-block__head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.live-mobile-offerings-block__head h4 {
    margin: 0;
    color: #fff;
}

.live-mobile-offerings-block__head span {
    color: #94a3b8;
}

.live-mobile-offerings {
    display: grid;
    gap: 10px;
}

.live-mobile-offering {
    border: 1px solid #334155;
    border-radius: 14px;
    background: #121a2f;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
}

.live-mobile-offering strong {
    color: #fff;
}

.live-mobile-offering p {
    margin: 5px 0 0;
    color: #cbd5e1;
}

.live-mobile-offering span {
    color: #fde68a;
    font-weight: 700;
}

.live-mobile-offering.is-featured {
    border-color: rgba(250, 204, 21, .34);
}

.live-mobile-offerings-empty,
.live-mobile-empty-copy {
    margin: 0;
    color: #94a3b8;
}

.live-mobile-detail-card__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
}

.live-mobile-primary-btn,
.live-mobile-secondary-btn {
    border-radius: 12px;
    padding: 11px 12px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #334155;
}

.live-mobile-primary-btn {
    background: #1d4ed8;
    border-color: #1d4ed8;
    color: #fff;
}

.live-mobile-secondary-btn {
    background: #121a2f;
    color: #cbd5e1;
}

.live-mobile-visited-list {
    display: grid;
    gap: 8px;
}

.live-mobile-visited-item {
    border: 1px solid #334155;
    border-radius: 12px;
    background: #121a2f;
    color: #e2e8f0;
    padding: 12px;
    text-align: left;
    display: grid;
    gap: 4px;
}

.live-mobile-visited-item strong,
.live-mobile-visited-item small {
    display: block;
}

.live-mobile-visited-item small {
    color: #94a3b8;
}

@media (min-width: 980px) {
    .live-mobile-page {
        padding-bottom: 32px;
    }

    .live-mobile-controls,
    .live-mobile-map-card,
    .live-mobile-card {
        width: min(960px, calc(100% - 24px));
        margin-left: auto;
        margin-right: auto;
    }

    .live-mobile-sheet {
        grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
        gap: 12px;
        width: min(960px, calc(100% - 24px));
        margin: 0 auto;
    }

    .live-mobile-card {
        margin-top: 12px;
    }
}

@media (max-width: 640px) {
    .live-mobile-map-card__head,
    .live-mobile-card__head,
    .live-mobile-detail-card__head {
        flex-direction: column;
        align-items: stretch;
    }

    .live-mobile-detail-card__actions {
        grid-template-columns: 1fr;
    }
}

.live-v2-page {
    position: relative;
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(14, 165, 233, .18), transparent 34%),
        radial-gradient(circle at 85% 20%, rgba(249, 115, 22, .14), transparent 28%),
        linear-gradient(180deg, #050816 0%, #071120 44%, #081423 100%);
    color: #e2e8f0;
    overflow: hidden;
}

.live-v2-backdrop {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(148, 163, 184, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, .05) 1px, transparent 1px);
    background-size: 34px 34px;
    opacity: .32;
    pointer-events: none;
}

.live-v2-hero,
.live-v2-shell {
    position: relative;
    z-index: 1;
}

.live-v2-hero {
    padding: 18px 18px 10px;
}

.live-v2-hero__media {
    position: absolute;
    inset: 18px 18px auto;
    height: 290px;
    border-radius: 28px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(2, 6, 23, .35);
}

.live-v2-hero__media::after {
    content: "";
    position: absolute;
    inset: auto -10% -20% auto;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(255,255,255,.28), transparent 64%);
    opacity: .55;
}

.live-v2-hero__content {
    position: relative;
    padding: 18px;
    min-height: 290px;
}

.live-v2-topbar {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}

.live-v2-topbar__actions {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.live-v2-pill-btn,
.live-v2-status {
    border-radius: 999px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(15, 23, 42, .46);
    color: #f8fafc;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(16px);
}

.live-v2-pill-btn.is-muted {
    color: #cbd5e1;
}

.live-v2-status.is-live {
    color: #bbf7d0;
    border-color: rgba(34, 197, 94, .35);
}

.live-v2-status.is-offline {
    color: #dbeafe;
}

.live-v2-hero__grid {
    margin-top: 34px;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, .9fr);
    gap: 18px;
    align-items: end;
}

.live-v2-kicker {
    margin: 0 0 6px;
    color: #bae6fd;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .74rem;
}

.live-v2-copy h1 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.6rem);
    color: #fff;
}

.live-v2-subtitle {
    max-width: 680px;
    margin: 12px 0 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #dbeafe;
}

.live-v2-meta {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.live-v2-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 9px 12px;
    background: rgba(15, 23, 42, .56);
    border: 1px solid rgba(255,255,255,.14);
}

.live-v2-quickbar {
    display: grid;
    gap: 12px;
    align-self: stretch;
}

.live-v2-stat-strip {
    display: grid;
    gap: 10px;
}

.live-v2-stat-chip,
.live-v2-like-chip {
    border: 1px solid rgba(148, 163, 184, .18);
    background: rgba(15, 23, 42, .65);
    border-radius: 18px;
    padding: 12px 14px;
    box-shadow: 0 18px 44px rgba(2, 6, 23, .2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #e2e8f0;
}

.live-v2-stat-chip span,
.live-v2-like-chip span {
    color: #94a3b8;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.live-v2-stat-chip strong,
.live-v2-like-chip strong {
    color: #fff;
    font-size: 1.1rem;
}

.live-v2-like-chip {
    cursor: pointer;
}

.live-v2-like-chip.is-active {
    border-color: rgba(244, 63, 94, .5);
    background: linear-gradient(180deg, rgba(127, 29, 29, .5), rgba(15, 23, 42, .7));
}

.live-v2-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(290px, .9fr);
    grid-template-areas: "main side";
    gap: 16px;
    align-items: start;
    padding: 8px 18px 24px;
}

.live-v2-panel-stack {
    display: grid;
    gap: 14px;
    grid-area: side;
}

.live-v2-stage-wrap {
    grid-area: main;
    display: grid;
    gap: 14px;
}

.live-v2-mobile-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.live-v2-mobile-tab {
    border: 1px solid rgba(51, 65, 85, .9);
    background: rgba(8, 15, 28, .86);
    color: #cbd5e1;
    border-radius: 16px;
    padding: 12px 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.live-v2-mobile-tab.is-active {
    border-color: rgba(56, 189, 248, .54);
    color: #fff;
    box-shadow: 0 0 0 1px rgba(56, 189, 248, .24);
}

.live-v2-panel-stack [data-mobile-panel] {
    display: none;
}

.live-v2-panel-stack [data-mobile-panel].is-mobile-active {
    display: block;
}

.live-v2-card,
.live-v2-stage {
    border: 1px solid rgba(30, 41, 59, .86);
    background: rgba(8, 15, 28, .82);
    backdrop-filter: blur(18px);
    border-radius: 26px;
    padding: 18px;
    box-shadow: 0 20px 52px rgba(2, 6, 23, .22);
}

.live-v2-card__head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: start;
    margin-bottom: 14px;
}

.live-v2-card__head h2 {
    margin: 2px 0 0;
    font-size: 1.14rem;
    color: #fff;
}

.live-v2-card__eyebrow {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .72rem;
    color: #7dd3fc;
}

.live-v2-mini-pill {
    border-radius: 999px;
    background: rgba(14, 165, 233, .12);
    color: #bae6fd;
    border: 1px solid rgba(125, 211, 252, .24);
    padding: 7px 11px;
    font-size: .78rem;
}

.live-v2-mode-list,
.live-v2-route-presets,
.live-v2-sector-list {
    display: grid;
    gap: 10px;
}

.live-v2-mode {
    border: 1px solid rgba(51, 65, 85, .9);
    background: linear-gradient(180deg, rgba(15, 23, 42, .9), rgba(8, 15, 28, .85));
    border-radius: 18px;
    padding: 14px;
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    color: #e2e8f0;
}

.live-v2-mode strong {
    color: #fff;
}

.live-v2-mode.is-active {
    border-color: rgba(56, 189, 248, .54);
    box-shadow: 0 0 0 1px rgba(56, 189, 248, .24);
}

.live-v2-route-presets {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 12px;
}

.live-v2-route-chip,
.live-v2-sector {
    border: 1px solid rgba(51, 65, 85, .9);
    background: rgba(15, 23, 42, .74);
    border-radius: 16px;
    padding: 12px;
    color: #dbeafe;
    text-align: left;
}

.live-v2-sector strong,
.live-v2-sector small {
    display: block;
}

.live-v2-sector strong {
    color: #fff;
}

.live-v2-sector small {
    margin-top: 4px;
    color: #94a3b8;
}

.live-v2-sector.is-active {
    border-color: rgba(250, 204, 21, .45);
    background: linear-gradient(180deg, rgba(120, 53, 15, .38), rgba(15, 23, 42, .8));
}

.live-v2-sector-tray {
    padding: 0 18px 16px;
}

.live-v2-sector-tray__head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.live-v2-sector-list--chips {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: thin;
}

.live-v2-sector-list--chips .live-v2-sector {
    flex: 0 0 auto;
    min-width: 156px;
    padding: 10px 12px;
    border-radius: 999px;
}

.live-v2-sector-list--chips .live-v2-sector small {
    margin-top: 2px;
}

.live-v2-stage {
    padding: 0;
    overflow: hidden;
}

.live-v2-stage__hud,
.live-v2-stage__footer {
    padding: 18px 18px 14px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}

.live-v2-stage__title p {
    margin: 0;
    color: #7dd3fc;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .7rem;
}

.live-v2-stage__title h2 {
    margin: 6px 0 0;
    color: #fff;
}

.live-v2-stage__summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.live-v2-stage__summary span {
    border-radius: 999px;
    background: rgba(15, 23, 42, .6);
    border: 1px solid rgba(51, 65, 85, .9);
    padding: 8px 10px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.live-v2-world {
    position: relative;
    min-height: 560px;
    padding: 10px 18px 0;
    overflow: hidden;
}

.live-v2-world__grid,
.live-v2-world__routes,
.live-v2-world__nodes,
.live-v2-world__glow {
    position: absolute;
    inset: 0 18px 0 18px;
}

.live-v2-world__grid {
    border-radius: 24px;
    background:
        radial-gradient(circle at 20% 20%, rgba(14, 165, 233, .18), transparent 32%),
        radial-gradient(circle at 80% 75%, rgba(251, 146, 60, .16), transparent 28%),
        linear-gradient(rgba(148, 163, 184, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, .08) 1px, transparent 1px),
        linear-gradient(180deg, #09111f 0%, #091727 100%);
    background-size: auto, auto, 46px 46px, 46px 46px, auto;
    border: 1px solid rgba(30, 41, 59, .95);
}

.live-v2-world__glow {
    pointer-events: none;
}

.live-v2-world__glow--one::before,
.live-v2-world__glow--two::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    filter: blur(24px);
    opacity: .46;
}

.live-v2-world__glow--one::before {
    top: 10%;
    left: -3%;
    background: rgba(59, 130, 246, .24);
}

.live-v2-world__glow--two::before {
    right: -2%;
    bottom: 8%;
    background: rgba(249, 115, 22, .18);
}

.live-v2-world__routes {
    width: calc(100% - 36px);
    height: 100%;
    z-index: 2;
}

.live-v2-world__routes path {
    fill: none;
    stroke: rgba(250, 204, 21, .92);
    stroke-width: 8;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 12 16;
    filter: drop-shadow(0 0 12px rgba(250, 204, 21, .3));
}

.live-v2-world__nodes {
    z-index: 3;
}

.live-v2-node {
    position: absolute;
    transform: translate(-50%, -50%);
    border: 0;
    background: transparent;
    color: #fff;
    padding: 0;
}

.live-v2-node__ring {
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.08);
    animation: liveV2Pulse 4s infinite ease-in-out;
}

.live-v2-node__inner {
    position: relative;
    min-width: 122px;
    max-width: 136px;
    padding: 12px 12px 10px;
    border-radius: 20px;
    display: grid;
    gap: 4px;
    justify-items: center;
    text-align: center;
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 18px 40px rgba(2, 6, 23, .28);
}

.live-v2-node.is-shop .live-v2-node__inner {
    background: linear-gradient(180deg, rgba(37, 99, 235, .28), rgba(8, 15, 28, .96));
}

.live-v2-node.is-food .live-v2-node__inner {
    background: linear-gradient(180deg, rgba(249, 115, 22, .32), rgba(34, 12, 5, .96));
}

.live-v2-node i {
    font-size: 1rem;
}

.live-v2-node strong {
    font-size: .92rem;
}

.live-v2-node small {
    font-size: .72rem;
    color: #cbd5e1;
    line-height: 1.35;
}

.live-v2-node.is-selected .live-v2-node__inner {
    transform: scale(1.04);
    box-shadow: 0 0 0 3px rgba(250, 204, 21, .24), 0 20px 46px rgba(2, 6, 23, .3);
}

.live-v2-node.is-visited .live-v2-node__inner {
    box-shadow: 0 0 0 3px rgba(34, 197, 94, .22), 0 18px 40px rgba(2, 6, 23, .28);
}

.live-v2-node.is-highlighted .live-v2-node__inner {
    box-shadow: 0 0 0 3px rgba(244, 63, 94, .18), 0 18px 40px rgba(2, 6, 23, .28);
}

.live-v2-stage__footer {
    border-top: 1px solid rgba(30, 41, 59, .9);
}

.live-v2-stage__footer p {
    margin: 0;
    color: #cbd5e1;
}

.live-v2-card--detail {
    min-height: 280px;
}

.live-v2-detail__empty {
    min-height: 240px;
    display: grid;
    place-content: center;
    text-align: center;
    gap: 8px;
    color: #94a3b8;
}

.live-v2-detail__empty i {
    font-size: 1.6rem;
    color: #7dd3fc;
}

.live-v2-detail__hero {
    border-radius: 20px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: start;
}

.live-v2-detail__hero.is-shop {
    background: linear-gradient(135deg, rgba(29, 78, 216, .26), rgba(15, 23, 42, .1));
}

.live-v2-detail__hero.is-food {
    background: linear-gradient(135deg, rgba(249, 115, 22, .26), rgba(15, 23, 42, .1));
}

.live-v2-detail__hero h3 {
    margin: 4px 0 8px;
    color: #fff;
}

.live-v2-detail__hero p {
    margin: 0;
    color: #dbeafe;
}

.live-v2-like-badge {
    border-radius: 999px;
    padding: 8px 12px;
    background: rgba(15, 23, 42, .56);
    color: #fecdd3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.live-v2-detail__body {
    padding-top: 16px;
}

.live-v2-detail__body p {
    color: #cbd5e1;
}

.live-v2-detail__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.live-v2-offerings-block {
    margin-top: 16px;
    border-top: 1px solid rgba(51, 65, 85, .7);
    padding-top: 16px;
}

.live-v2-offerings-block__head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.live-v2-offerings-block__head h4 {
    margin: 0;
    color: #fff;
}

.live-v2-offerings-block__head span {
    color: #94a3b8;
    font-size: .82rem;
}

.live-v2-offerings,
.vendor-offerings-public {
    display: grid;
    gap: 10px;
}

.vendor-offerings-public__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.vendor-offerings-public__head h3 {
    margin-bottom: .35rem;
}

.vendor-offerings-public__head p {
    margin: 0;
    color: #64748b;
}

.vendor-offerings-public__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .45rem .8rem;
    border-radius: 999px;
    background: #eef4ff;
    color: #0f4c81;
    font-weight: 800;
    white-space: nowrap;
}

.live-v2-offering,
.vendor-offerings-public__item {
    border: 1px solid rgba(203, 213, 225, .88);
    border-radius: 20px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: stretch;
    background:
        radial-gradient(circle at top right, rgba(59, 130, 246, .1), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 250, 252, .95));
    box-shadow: 0 14px 28px rgba(15, 23, 42, .06);
}

.live-v2-offering strong,
.vendor-offerings-public__item strong {
    color: #0f172a;
    font-size: 1.02rem;
}

.live-v2-offering p,
.vendor-offerings-public__item p {
    margin: .55rem 0 0;
    color: #475569;
}

.live-v2-offering span,
.vendor-offerings-public__price {
    color: #0f4c81;
    font-weight: 700;
    white-space: nowrap;
}

.vendor-offerings-public__body {
    min-width: 0;
}

.vendor-offerings-public__title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
}

.vendor-offerings-public__badge {
    display: inline-flex;
    align-items: center;
    padding: .3rem .65rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #f59e0b, #facc15);
    color: #111827;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.vendor-offerings-public__price {
    align-self: flex-start;
    padding: .65rem .8rem;
    border-radius: 16px;
    background: #eff6ff;
    border: 1px solid rgba(96, 165, 250, .28);
    font-size: .95rem;
}

.live-v2-offering.is-featured,
.vendor-offerings-public__item.is-featured {
    border-color: rgba(245, 158, 11, .38);
    box-shadow: 0 18px 32px rgba(245, 158, 11, .12);
}

.live-v2-offerings-empty {
    color: #94a3b8;
    padding: 12px 0 2px;
}

.live-v2-action {
    border-radius: 999px;
    padding: 10px 14px;
    border: 1px solid rgba(59, 130, 246, .34);
    background: rgba(29, 78, 216, .18);
    color: #eff6ff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.live-v2-action.is-secondary {
    border-color: rgba(148, 163, 184, .26);
    background: rgba(15, 23, 42, .56);
    color: #cbd5e1;
}

.live-v2-collection {
    display: grid;
    gap: 10px;
    max-height: 420px;
    overflow: auto;
    padding-right: 2px;
}

.live-v2-stand-card {
    border: 1px solid rgba(51, 65, 85, .9);
    border-radius: 18px;
    background: rgba(15, 23, 42, .76);
    padding: 14px;
    text-align: left;
    color: #dbeafe;
    display: grid;
    gap: 6px;
}

.live-v2-stand-card__badge {
    display: inline-flex;
    width: fit-content;
    border-radius: 999px;
    padding: 5px 9px;
    font-size: .72rem;
}

.live-v2-stand-card__badge.is-shop {
    background: rgba(37, 99, 235, .16);
    color: #bfdbfe;
}

.live-v2-stand-card__badge.is-food {
    background: rgba(249, 115, 22, .16);
    color: #fed7aa;
}

.live-v2-stand-card strong {
    color: #fff;
}

.live-v2-stand-card small {
    color: #94a3b8;
}

.live-v2-stand-card.is-active {
    border-color: rgba(250, 204, 21, .48);
    box-shadow: 0 0 0 1px rgba(250, 204, 21, .18);
}

.live-v2-route-list {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 10px;
}

.live-v2-route-list li strong,
.live-v2-route-list li small {
    display: block;
}

.live-v2-route-list li strong {
    color: #fff;
}

.live-v2-route-list li small {
    color: #94a3b8;
}

.live-v2-route-note,
.live-v2-empty-copy {
    color: #94a3b8;
    margin: 12px 0 0;
}

.vendor-offerings-editor__head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: start;
    margin-bottom: 14px;
}

.vendor-offerings-quick {
    display: grid;
    gap: 10px;
    margin-bottom: 16px;
    padding: 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, #eff6ff 0%, #f8fbff 100%);
    border: 1px solid #dbeafe;
}

.vendor-onboarding-card {
    display: grid;
    gap: 16px;
    margin-bottom: 18px;
    padding: 18px;
    border-radius: 24px;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    border: 1px solid #dbeafe;
    box-shadow: 0 18px 32px rgba(37, 99, 235, .08);
}

.vendor-onboarding-card h3 {
    margin: 4px 0 8px;
}

.vendor-onboarding-list {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
    color: #334155;
}

.vendor-onboarding-list li::marker {
    color: #2563eb;
}

.vendor-offerings-quick textarea {
    min-height: 90px;
    resize: vertical;
}

.vendor-offerings-quick__button {
    justify-self: start;
}

.vendor-offerings-editor__subhead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.vendor-offerings-editor__list {
    display: grid;
    gap: 12px;
}

.vendor-offering-row {
    border: 1px solid #dbe7f5;
    border-radius: 16px;
    padding: 14px;
    background: #f8fbff;
}

.vendor-offering-featured {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
}

@media (max-width: 700px) {
    .vendor-offerings-public__head,
    .vendor-offerings-public__item {
        flex-direction: column;
    }

    .vendor-offerings-public__price {
        align-self: flex-start;
    }

    .vendor-offerings-editor__head,
    .vendor-offerings-editor__subhead {
        flex-direction: column;
        align-items: stretch;
    }

    .vendor-offerings-quick__button {
        width: 100%;
        justify-self: stretch;
    }
}

@keyframes liveV2Pulse {
    0%, 100% { transform: scale(.92); opacity: .4; }
    50% { transform: scale(1.08); opacity: .1; }
}

@media (max-width: 1180px) {
    .live-v2-hero__grid,
    .live-v2-shell {
        grid-template-columns: 1fr;
    }

    .live-v2-shell {
        grid-template-areas:
            "main"
            "side";
    }
}

@media (max-width: 860px) {
    .live-v2-hero {
        padding: 12px 12px 8px;
    }

    .live-v2-hero__media {
        inset: 12px 12px auto;
        height: 260px;
    }

    .live-v2-hero__content {
        min-height: 260px;
        padding: 14px;
    }

    .live-v2-hero__grid {
        gap: 14px;
    }

    .live-v2-shell {
        padding: 8px 12px 18px;
    }

    .live-v2-world {
        min-height: 500px;
    }
}

@media (max-width: 640px) {
    .live-v2-hero__grid {
        margin-top: 24px;
    }

    .live-v2-topbar,
    .live-v2-stage__hud,
    .live-v2-stage__footer,
    .live-v2-card__head {
        flex-direction: column;
        align-items: stretch;
    }

    .live-v2-topbar__actions,
    .live-v2-stage__summary {
        justify-content: flex-start;
    }

    .live-v2-copy h1 {
        font-size: 2rem;
    }

    .live-v2-subtitle {
        font-size: .94rem;
        line-height: 1.5;
    }

    .live-v2-meta {
        gap: 8px;
    }

    .live-v2-meta span {
        width: 100%;
        justify-content: center;
    }

    .live-v2-quickbar {
        gap: 10px;
    }

    .live-v2-stat-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .live-v2-stat-chip,
    .live-v2-like-chip {
        border-radius: 16px;
        padding: 10px 12px;
    }

    .live-v2-stat-chip {
        display: grid;
        justify-items: start;
        gap: 4px;
    }

    .live-v2-stat-chip strong,
    .live-v2-like-chip strong {
        font-size: 1rem;
    }

    .live-v2-mobile-nav {
        position: sticky;
        top: 10px;
        z-index: 4;
    }

    .live-v2-route-presets {
        grid-template-columns: 1fr;
    }

    .live-v2-card,
    .live-v2-stage {
        border-radius: 22px;
        padding: 14px;
    }

    .live-v2-stage {
        padding: 0;
    }

    .live-v2-sector-tray {
        padding: 0 14px 14px;
    }

    .live-v2-sector-tray__head {
        align-items: stretch;
    }

    .live-v2-panel-stack {
        gap: 10px;
    }

    .live-v2-world {
        min-height: 420px;
        padding: 8px 14px 0;
    }

    .live-v2-world__grid,
    .live-v2-world__routes,
    .live-v2-world__nodes,
    .live-v2-world__glow {
        inset: 0 14px 0 14px;
    }

    .live-v2-world__routes {
        width: calc(100% - 28px);
    }

    .live-v2-node__inner {
        min-width: 96px;
        max-width: 108px;
        padding: 10px 8px;
        border-radius: 18px;
    }

    .live-v2-node strong {
        font-size: .82rem;
    }

    .live-v2-node small {
        font-size: .66rem;
    }

    .live-v2-collection {
        max-height: none;
        overflow: visible;
    }

    .live-v2-sector-list--chips .live-v2-sector {
        min-width: 138px;
    }

    .live-v2-detail__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .live-v2-action {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .live-v2-stat-strip {
        grid-template-columns: 1fr;
    }

    .live-v2-like-chip {
        width: 100%;
        justify-content: center;
    }

    .live-v2-detail__actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    .detail-grid {
        grid-template-columns: 1fr;
    }

    .profile-hero {
        padding-bottom: 34px;
    }

    .profile-hero-logo {
        left: 12px;
        width: 72px;
        height: 72px;
    }

    .organizer-calendar-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .organizer-calendar-nav {
        width: 100%;
        justify-content: space-between;
    }

    .organizer-calendar-nav strong {
        min-width: 0;
        flex: 1 1 auto;
    }

    .organizer-cal-day {
        min-height: 56px;
        padding: 6px 3px;
    }

.organizer-cal-number {
        font-size: .82rem;
    }
}

/* ===== CONCEPT MAP PAGES ===== */
.concept-page {
    padding: 34px 0 6px;
}

.concept-hero {
    border-radius: 18px;
    padding: 26px 24px;
    color: #0b1f35;
    margin-bottom: 18px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}

.concept-page-entrepreneurs .concept-hero {
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 48%, #dcfce7 100%);
}

.concept-page-events .concept-hero {
    background: linear-gradient(135deg, #ecfeff 0%, #dbeafe 52%, #f0f9ff 100%);
}

.concept-kicker {
    font-size: .82rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--ez-primary-600);
    margin-bottom: 6px;
}

.concept-hero h1 {
    margin: 0 0 8px;
    font-size: clamp(1.6rem, 2.6vw, 2.25rem);
}

.concept-hero p {
    margin: 0;
    max-width: 760px;
    color: #334155;
}

.concept-actions {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.concept-flow-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.concept-node {
    position: relative;
    background: #fff;
    border: 1px solid #dbe7f5;
    border-radius: 14px;
    padding: 14px 12px;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

.concept-node::after {
    content: '→';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    color: #2563eb;
    font-size: 1.1rem;
    font-weight: 800;
}

.concept-node:last-child::after {
    display: none;
}

.concept-node.is-start {
    border-color: #93c5fd;
}

.concept-node.is-highlight {
    background: #eff6ff;
    border-color: #60a5fa;
}

.concept-step {
    display: inline-flex;
    border-radius: 999px;
    background: #e2e8f0;
    color: #0f172a;
    padding: 3px 9px;
    font-size: .72rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.concept-node h3 {
    margin: 0 0 7px;
    font-size: 1rem;
    line-height: 1.3;
}

.concept-node h3 i {
    color: #0f4c81;
    margin-right: 6px;
}

.concept-node p {
    margin: 0;
    color: #475569;
    font-size: .92rem;
}

.concept-pillars {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.concept-pillar {
    background: #fff;
    border: 1px solid #dbe7f5;
    border-radius: 14px;
    padding: 14px 14px;
}

.concept-pillar h4 {
    margin: 0 0 6px;
    font-size: 1rem;
    color: #0f4c81;
}

.concept-pillar p {
    margin: 0;
    color: #475569;
}

@media (max-width: 1024px) {
    .concept-flow-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .concept-node::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .concept-hero {
        padding: 18px 16px;
    }

    .concept-flow-grid,
    .concept-pillars {
        grid-template-columns: 1fr;
    }
}

.preview-home-hero {
    padding: 30px 0 12px;
}

.preview-home-shell {
    position: relative;
}

.preview-home-stage {
    position: relative;
    min-height: 560px;
    border-radius: 34px;
    overflow: hidden;
    background: #0b203f;
    box-shadow: 0 24px 70px rgba(8, 22, 42, 0.22);
}

.preview-home-backdrop,
.preview-home-overlay,
.preview-home-glow {
    position: absolute;
    inset: 0;
}

.preview-home-backdrop {
    background: linear-gradient(135deg, #0f4c81, #08162a);
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
    transition: opacity 0.25s ease, transform 0.55s ease;
}

.preview-home-overlay {
    background:
        linear-gradient(180deg, rgba(8, 22, 42, 0.14), rgba(8, 22, 42, 0.84)),
        linear-gradient(110deg, rgba(15, 118, 110, 0.12), transparent 42%);
}

.preview-home-glow {
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.16), transparent 28%),
        radial-gradient(circle at 85% 20%, rgba(56, 189, 248, 0.18), transparent 30%),
        radial-gradient(circle at 76% 78%, rgba(250, 204, 21, 0.12), transparent 24%);
}

.preview-home-stage.is-changing .preview-home-backdrop {
    opacity: 0.72;
    transform: scale(1.08);
}

.preview-home-content {
    position: relative;
    z-index: 2;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 38px;
}

.preview-home-eyebrow,
.preview-status-chip,
.preview-inline-tag,
.preview-section-kicker {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.preview-home-eyebrow {
    align-self: flex-start;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(18px);
    color: #f8fbff;
    font-size: 0.85rem;
}

.preview-home-content h1 {
    margin: 18px 0 12px;
    max-width: 720px;
    color: #fff;
    font-size: clamp(2.4rem, 6vw, 4.6rem);
    line-height: 0.98;
}

.preview-home-content p {
    max-width: 640px;
    color: #d7e5fb;
    font-size: 1.08rem;
    line-height: 1.7;
}

.preview-home-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.preview-metric {
    min-width: 130px;
    padding: 14px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(18px);
}

.preview-metric strong {
    display: block;
    color: #fff;
    font-size: 1.4rem;
}

.preview-metric span {
    color: #d6e4fa;
    font-size: 0.88rem;
    font-weight: 700;
}

.preview-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.preview-ghost-button {
    border-color: rgba(255, 255, 255, 0.26);
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.preview-home-dots {
    display: flex;
    gap: 10px;
    margin-top: 22px;
}

.preview-home-dot {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    cursor: pointer;
    transition: width 0.2s ease, background 0.2s ease;
}

.preview-home-dot.is-active {
    width: 34px;
    background: #fff;
}

.preview-home-intro {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 18px;
    margin-top: -72px;
    position: relative;
    z-index: 3;
}

.preview-home-intro-card,
.preview-home-search,
.preview-home-footer-card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(219, 231, 245, 0.92);
    border-radius: 28px;
    box-shadow: 0 18px 42px rgba(20, 27, 45, 0.08);
    backdrop-filter: blur(14px);
}

.preview-home-intro-card,
.preview-home-search {
    padding: 24px;
}

.preview-section-kicker {
    padding: 6px 11px;
    background: #e8f2ff;
    color: #0f4c81;
    font-size: 0.78rem;
    margin-bottom: 12px;
}

.preview-home-intro-card h2,
.preview-home-search h3,
.preview-home-section h2,
.preview-home-footer-card h2 {
    margin-bottom: 10px;
}

.preview-home-intro-card p,
.preview-home-search p,
.preview-home-footer-card p {
    color: #516276;
    line-height: 1.7;
}

.preview-search-form {
    margin-top: 18px;
}

.preview-search-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr auto;
    gap: 12px;
    align-items: end;
}

.preview-search-grid label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #334155;
}

.preview-search-grid input,
.preview-search-grid select {
    width: 100%;
    border: 1px solid #d6e2f1;
    border-radius: 14px;
    padding: 12px 14px;
    background: #f9fbff;
}

.preview-home-section {
    margin-top: 34px;
}

.preview-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(286px, 286px);
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 6px;
}

.preview-rail::-webkit-scrollbar {
    height: 10px;
}

.preview-rail::-webkit-scrollbar-thumb {
    background: #c8d6ea;
    border-radius: 999px;
}

.preview-card {
    background: #fff;
    border: 1px solid #dbe7f5;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(20, 27, 45, 0.08);
}

.preview-card-thumb {
    aspect-ratio: 16 / 10;
    background: #dde8f7;
}

.preview-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.preview-card-body {
    padding: 18px;
}

.preview-card-body h3 {
    margin: 10px 0 8px;
    font-size: 1.2rem;
    line-height: 1.25;
}

.preview-card-body p {
    color: #5a6b80;
    line-height: 1.6;
    margin-bottom: 8px;
}

.preview-card-accent {
    color: #0f4c81;
    font-weight: 700;
}

.preview-status-chip {
    padding: 5px 10px;
    font-size: 0.78rem;
}

.preview-status-chip.is-active {
    background: #e6f6eb;
    color: #1e7a37;
}

.preview-status-chip.is-upcoming {
    background: #e8f2ff;
    color: #0f4c81;
}

.preview-status-chip.is-past {
    background: var(--ez-primary-50);
    color: var(--ez-primary-600);
}

.preview-status-chip.is-neutral {
    background: #eef4fb;
    color: #475569;
}

.preview-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.preview-inline-tag {
    padding: 5px 10px;
    background: #eef5ff;
    color: #0f4c81;
    font-size: 0.76rem;
}

.preview-home-footer-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin: 38px auto 42px;
    padding: 24px 28px;
}

@media (max-width: 1024px) {
    .preview-home-intro,
    .preview-search-grid,
    .preview-home-footer-card {
        grid-template-columns: 1fr;
    }

    .preview-home-footer-card {
        display: grid;
    }
}

@media (max-width: 768px) {
    .preview-home-stage,
    .preview-home-content {
        min-height: 500px;
    }

    .preview-home-content {
        padding: 22px;
    }

    .preview-home-intro {
        margin-top: -40px;
        grid-template-columns: 1fr;
    }

    .preview-home-content h1 {
        font-size: 2.5rem;
    }

    .preview-rail {
        grid-auto-columns: minmax(262px, 84vw);
    }
}

.preview-home-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) 360px;
    gap: 28px;
    align-items: end;
}

.preview-home-copy {
    max-width: 760px;
}

.preview-home-sidepanel {
    display: grid;
    gap: 14px;
}

.preview-sidecard,
.preview-spotlight-card {
    padding: 18px 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(18px);
}

.preview-sidecard h3,
.preview-spotlight-card h4 {
    color: #fff;
    margin: 8px 0 8px;
}

.preview-sidecard h3 {
    font-size: 1.1rem;
}

.preview-side-list {
    list-style: none;
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.preview-side-list li,
.preview-spotlight-card p {
    color: #d7e5fb;
    line-height: 1.55;
}

.preview-agenda-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.preview-agenda-grid .preview-card.is-featured {
    grid-row: span 2;
}

.preview-agenda-grid .preview-card.is-featured .preview-card-thumb {
    aspect-ratio: 16 / 12;
}

.preview-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.preview-card-grid .preview-card,
.preview-agenda-grid .preview-card {
    height: 100%;
}

.preview-home-footer-card {
    align-items: flex-end;
}

@media (max-width: 1180px) {
    .preview-home-layout {
        grid-template-columns: 1fr;
        align-items: end;
    }

    .preview-home-copy {
        max-width: 100%;
    }

    .preview-home-sidepanel {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .preview-agenda-grid,
    .preview-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .preview-agenda-grid .preview-card.is-featured {
        grid-row: auto;
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .preview-home-layout,
    .preview-home-sidepanel,
    .preview-agenda-grid,
    .preview-card-grid {
        grid-template-columns: 1fr;
    }

    .preview-agenda-grid .preview-card.is-featured {
        grid-column: auto;
    }
}

.homev2-body {
    background:
        radial-gradient(circle at top, rgba(252, 211, 77, .14), transparent 28%),
        linear-gradient(180deg, #120f1b 0%, #17131f 34%, #f7f1e8 34%, #f7f1e8 100%);
}

.homev2-page {
    color: #f8fafc;
}

.homev2-hero {
    min-height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.homev2-hero__veil {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(251, 191, 36, .22), transparent 22%),
        radial-gradient(circle at 80% 24%, rgba(59, 130, 246, .18), transparent 24%),
        linear-gradient(180deg, rgba(6, 10, 18, .12) 0%, rgba(6, 10, 18, .64) 100%);
}

.homev2-hero__shell {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
    gap: 24px;
    align-items: end;
    padding-top: 120px;
    padding-bottom: 42px;
}

.homev2-hero__copy {
    display: grid;
    gap: 18px;
    max-width: 760px;
}

.homev2-eyebrow,
.homev2-kicker {
    letter-spacing: .14em;
    text-transform: uppercase;
    font-size: .78rem;
    font-weight: 800;
}

.homev2-eyebrow {
    color: #fbbf24;
}

.homev2-hero__copy h1 {
    margin: 0;
    font-size: clamp(3rem, 6vw, 6.2rem);
    line-height: .94;
    max-width: 11ch;
}

.homev2-hero__copy p {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(241, 245, 249, .88);
    max-width: 54ch;
}

.homev2-hero__actions,
.homev2-ribbon,
.homev2-hero__dots {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.homev2-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .35);
    background: rgba(255, 255, 255, .16);
}

.homev2-dot.is-active {
    background: #fbbf24;
    border-color: #fbbf24;
    transform: scale(1.15);
}

.homev2-hero__panel {
    display: grid;
    gap: 16px;
}

.homev2-panel-card,
.homev2-stat,
.homev2-ribbon__chip,
.homev2-card {
    backdrop-filter: blur(18px);
}

.homev2-panel-card {
    border-radius: 28px;
    padding: 22px;
    background: rgba(11, 18, 32, .48);
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 22px 48px rgba(0, 0, 0, .24);
}

.homev2-panel-card__label {
    display: inline-flex;
    margin-bottom: 8px;
    color: #fbbf24;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.homev2-panel-card strong,
.homev2-stat strong {
    color: #ffffff;
}

.homev2-panel-card strong {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.homev2-panel-card p {
    margin: 0;
    color: rgba(226, 232, 240, .84);
    line-height: 1.65;
}

.homev2-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.homev2-stat {
    display: grid;
    gap: 6px;
    border-radius: 24px;
    padding: 18px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .12);
}

.homev2-stat strong {
    font-size: 2rem;
    line-height: 1;
}

.homev2-stat span {
    color: rgba(226, 232, 240, .82);
}

.homev2-hero .btn.btn-outline,
.homev2-live-btn {
    color: #fff;
    border-color: rgba(255, 255, 255, .34);
    background: rgba(15, 23, 42, .28);
}

.homev2-hero .btn.btn-outline:hover,
.homev2-live-btn:hover {
    background: rgba(15, 23, 42, .44);
    border-color: rgba(255, 255, 255, .5);
}

.homev2-ribbon {
    margin-top: -24px;
    position: relative;
    z-index: 2;
    padding-bottom: 18px;
}

.homev2-ribbon__chip {
    color: #fff7ed;
    border-radius: 999px;
    padding: 12px 18px;
    background: rgba(23, 19, 31, .74);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 16px 30px rgba(12, 10, 16, .24);
}

.homev2-section,
.homev2-split {
    padding-top: 28px;
    padding-bottom: 20px;
}

.homev2-section__head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 18px;
    margin-bottom: 18px;
    color: #0f172a;
}

.homev2-kicker {
    color: #92400e;
}

.homev2-section__head h2 {
    margin: 6px 0 0;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    line-height: 1.02;
    color: #1f2937;
}

.homev2-section .section-link,
.homev2-split .section-link {
    color: #7c2d12;
    font-weight: 800;
}

.homev2-grid {
    display: grid;
    gap: 18px;
}

.homev2-grid--featured {
    grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 1fr));
}

.homev2-grid--featured .homev2-card:first-child {
    min-height: 420px;
}

.homev2-grid--organizers {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.homev2-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.homev2-split__section {
    background: linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(255, 255, 255, .96));
    border: 1px solid rgba(148, 163, 184, .2);
    border-radius: 30px;
    padding: 22px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, .08);
}

.homev2-stack {
    display: grid;
    gap: 14px;
}

.homev2-card {
    min-height: 260px;
    border-radius: 28px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: block;
    position: relative;
    box-shadow: 0 26px 44px rgba(15, 23, 42, .16);
}

.homev2-card.is-compact {
    min-height: 180px;
}

.homev2-card__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    padding: 22px;
}

.homev2-card__meta {
    display: inline-flex;
    width: fit-content;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 800;
    color: #fff7ed;
    background: rgba(23, 19, 31, .44);
    border: 1px solid rgba(255, 255, 255, .14);
}

.homev2-card strong {
    font-size: 1.5rem;
    line-height: 1.04;
    color: #fff;
    text-shadow: 0 10px 20px rgba(15, 23, 42, .38);
}

.homev2-card.is-compact strong {
    font-size: 1.15rem;
}

.homev2-card p {
    margin: 0;
    color: rgba(248, 250, 252, .96);
    line-height: 1.55;
    text-shadow: 0 8px 18px rgba(15, 23, 42, .4);
}

.homev2-card__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 6px;
}

.homev2-card__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    color: #fff;
    font-weight: 800;
    background: rgba(15, 23, 42, .56);
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: 0 12px 24px rgba(15, 23, 42, .22);
}

.homev2-card__link.is-live {
    background: rgba(124, 45, 18, .76);
    border-color: rgba(255, 237, 213, .28);
}

.homev2-card__link:hover {
    color: #fff;
    background: rgba(15, 23, 42, .74);
}

.homev2-card__link.is-live:hover {
    background: rgba(154, 52, 18, .9);
}

@media (max-width: 1180px) {
    .homev2-hero__shell,
    .homev2-split,
    .homev2-grid--featured,
    .homev2-grid--organizers {
        grid-template-columns: 1fr;
    }

    .homev2-grid--featured .homev2-card:first-child {
        min-height: 300px;
    }
}

@media (max-width: 720px) {
    .homev2-hero__shell {
        padding-top: 96px;
        padding-bottom: 28px;
        min-height: auto;
    }

    .homev2-hero {
        min-height: auto;
    }

    .homev2-hero__copy h1 {
        font-size: clamp(2.4rem, 12vw, 4rem);
        max-width: 100%;
    }

    .homev2-ribbon {
        margin-top: -10px;
    }

    .homev2-stat-grid {
        grid-template-columns: 1fr 1fr;
    }

    .homev2-section__head {
        align-items: start;
        flex-direction: column;
    }

    .homev2-split__section,
    .homev2-card,
    .homev2-panel-card {
        border-radius: 24px;
    }
}

/* ===== VENDOR PROFILE PAGE (vp-*) ===== */

.vendor-profile-page {
    padding: 28px 0 60px;
}

/* --- Hero --- */

.vp-hero {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.vp-hero__cover {
    aspect-ratio: 16 / 7;
    background: var(--ez-neutral-900);
    overflow: hidden;
}

.vp-hero__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s ease;
}

.vp-hero:hover .vp-hero__cover img {
    transform: scale(1.02);
}

.vp-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.08) 0%,
        rgba(0, 0, 0, 0.0) 30%,
        rgba(0, 0, 0, 0.55) 70%,
        rgba(0, 0, 0, 0.82) 100%
    );
    pointer-events: none;
}

.vp-hero__top-bar {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.vp-hero__top-right {
    display: flex;
    gap: 8px;
}

.vp-hero__identity {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 24px 24px;
    display: flex;
    align-items: flex-end;
    gap: 16px;
}

.vp-hero__logo {
    width: 88px;
    height: 88px;
    flex: 0 0 auto;
    border-radius: 22px;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.9);
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.vp-hero__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vp-hero__info {
    flex: 1;
    min-width: 0;
    padding-bottom: 4px;
}

.vp-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.vp-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.vp-badge--active {
    background: rgba(22, 163, 74, 0.9);
    color: #fff;
    backdrop-filter: blur(4px);
}

.vp-badge--active i {
    font-size: .45rem;
}

.vp-badge--inactive {
    background: rgba(100, 116, 139, 0.8);
    color: #fff;
    backdrop-filter: blur(4px);
}

.vp-badge--inactive i {
    font-size: .45rem;
}

.vp-name {
    margin: 0 0 8px;
    font-size: clamp(1.6rem, 4vw, 2.6rem);
    line-height: 1;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
    letter-spacing: -.01em;
}

.vp-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.vp-meta-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(8px);
}

/* --- Action buttons (overlay & CTA bar) --- */

.vp-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: none;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    text-decoration: none;
    transition: background .18s ease, transform .18s ease;
}

.vp-action-btn:hover {
    background: rgba(255, 255, 255, 0.28);
    transform: translateY(-1px);
    color: #fff;
}

.vp-action-btn.is-active {
    background: rgba(239, 68, 68, 0.75);
    border-color: transparent;
}

.vp-action-btn--danger {
    background: rgba(239, 68, 68, 0.3);
}

.vp-action-btn--danger:hover {
    background: rgba(239, 68, 68, 0.55);
}

/* --- CTA Bar --- */

.vp-cta-bar {
    margin-top: 14px;
    padding: 16px 20px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid var(--ez-border);
    box-shadow: var(--ez-shadow-xs);
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.vp-cta-bar__main {
    flex: 1 1 auto;
}

.vp-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 24px;
    height: 50px;
    border-radius: 14px;
    background: linear-gradient(135deg, #16a34a, #15803d);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(22, 163, 74, 0.28);
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
    white-space: nowrap;
}

.vp-wa-btn i {
    font-size: 1.3rem;
}

.vp-wa-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(22, 163, 74, 0.36);
    background: linear-gradient(135deg, #15803d, #166534);
    color: #fff;
}

.vp-cta-bar__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vp-stats {
    display: flex;
    gap: 14px;
    margin-right: 4px;
}

.vp-stat {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #64748b;
    font-size: .9rem;
    font-weight: 700;
}

.vp-cta-bar .vp-action-btn {
    background: var(--ez-surface-soft);
    color: #374151;
    border-color: var(--ez-border);
}

.vp-cta-bar .vp-action-btn:hover {
    background: var(--ez-primary-50);
    color: var(--ez-primary-600);
}

.vp-cta-bar .vp-action-btn.is-active {
    background: #fee2e2;
    color: #dc2626;
    border-color: #fca5a5;
}

/* --- Content sections --- */

.vp-content {
    margin-top: 14px;
    display: grid;
    gap: 10px;
}

.vp-section {
    padding: 22px 24px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid var(--ez-border);
    box-shadow: var(--ez-shadow-xs);
}

.vp-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.vp-section__head .vp-section__title {
    margin-bottom: 0;
}

.vp-section__title {
    margin: 0 0 14px;
    font-size: 1.1rem;
    color: #111827;
    display: flex;
    align-items: center;
    gap: 8px;
}

.vp-section__title i {
    color: var(--ez-accent-500);
}

.vp-count-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 999px;
    background: var(--ez-primary-50);
    color: var(--ez-primary-600);
    font-size: .78rem;
    font-weight: 800;
    white-space: nowrap;
}

.vp-description {
    color: #374151;
    line-height: 1.7;
    font-size: .97rem;
}

.vp-description p {
    margin-bottom: .75rem;
}

.vp-empty {
    color: #9ca3af;
    font-style: italic;
    margin: 0;
}

/* --- Participate CTA --- */

.vp-participate-cta {
    background: linear-gradient(135deg, #f5f3ff 0%, #fdf4ff 100%) !important;
    border-top: 1px solid rgba(124, 58, 237, .15) !important;
}

.vp-participate-inner {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.vp-participate-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: rgba(124, 58, 237, .12);
    color: #7c3aed;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.vp-participate-body h3 {
    margin: 0 0 6px;
    font-size: 1.05rem;
    color: #4c1d95;
}

.vp-participate-body p {
    margin: 0 0 14px;
    color: #6d28d9;
    font-size: .88rem;
    line-height: 1.55;
}

.vp-participate-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* --- Offerings --- */

.vp-offerings {
    display: grid;
    gap: 8px;
}

.vp-offering {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    background: #fbfcfe;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.vp-offering.is-featured {
    border-color: var(--ez-primary-200);
    background: linear-gradient(135deg, var(--ez-primary-50), #fff);
}

.vp-offering:hover {
    border-color: #e2e8f0;
    box-shadow: 0 4px 16px rgba(15, 23, 42, .05);
}

.vp-offering__body {
    flex: 1;
    min-width: 0;
}

.vp-offering__title-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.vp-offering__title-row strong {
    color: #111827;
    font-size: .96rem;
}

.vp-offering__body p {
    margin: 4px 0 0;
    font-size: .86rem;
    color: #6b7280;
}

.vp-offering__badge {
    display: inline-block;
    padding: 1px 8px;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 800;
    background: var(--ez-gradient-primary);
    color: #fff;
}

.vp-offering__price {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 999px;
    background: var(--ez-secondary-50);
    border: 1px solid rgba(22, 163, 74, 0.25);
    color: var(--ez-secondary-600);
    font-weight: 800;
    font-size: .9rem;
    white-space: nowrap;
    flex: 0 0 auto;
}

/* --- Fair chips --- */

.vp-fair-grid {
    display: grid;
    gap: 8px;
}

.vp-fair-chip {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 16px;
    background: var(--ez-surface);
    border: 1px solid var(--ez-border);
    color: var(--ez-text);
    text-decoration: none;
    box-shadow: var(--ez-shadow-xs);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.vp-fair-chip:hover {
    transform: translateY(-2px);
    box-shadow: var(--ez-shadow-sm);
    border-color: var(--ez-border-strong);
    color: var(--ez-text);
}

.vp-fair-chip__date {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--ez-accent-50);
    border: 1px solid #fed7aa;
    color: var(--ez-accent-600);
    font-weight: 800;
    font-size: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
}

.vp-fair-chip__info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.vp-fair-chip__info strong {
    display: block;
    color: #111827;
    font-size: .96rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vp-fair-chip__info span {
    color: #6b7280;
    font-size: .82rem;
}

.vp-fair-chip__info small {
    color: #9ca3af;
    font-size: .78rem;
}

.vp-fair-chip__arrow {
    color: #d1d5db;
    font-size: .8rem;
    flex: 0 0 auto;
}

/* --- Social cards ext icon --- */

.vp-ext-icon {
    margin-left: auto;
    opacity: .35;
    font-size: .78rem;
    flex: 0 0 auto;
}

/* ===== RESPONSIVE — VENDOR PROFILE ===== */

@media (max-width: 640px) {
    .vendor-profile-page {
        padding: 16px 0 48px;
    }

    .vp-hero {
        border-radius: 20px;
    }

    .vp-hero__cover {
        aspect-ratio: 4 / 3;
    }

    .vp-hero__identity {
        padding: 0 16px 18px;
        gap: 12px;
    }

    .vp-hero__logo {
        width: 68px;
        height: 68px;
        border-radius: 16px;
    }

    .vp-name {
        font-size: 1.4rem;
    }

    .vp-cta-bar {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        border-radius: 18px;
    }

    .vp-wa-btn {
        width: 100%;
        justify-content: center;
        height: 54px;
        font-size: 1.05rem;
    }

    .vp-cta-bar__actions {
        justify-content: flex-end;
    }

    .vp-section {
        padding: 18px 16px;
        border-radius: 18px;
    }
}

@media (min-width: 768px) {
    .vp-fair-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }

    .vp-offerings {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
}

/* ── Hub tabs (ferias / emprendimientos) ──────────────────────────── */
.hub-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.hub-tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 18px;
    border-radius: 999px;
    border: 1.5px solid var(--ez-border);
    background: transparent;
    color: var(--ez-text-muted);
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.hub-tab:hover {
    background: rgba(91, 92, 235, 0.06);
    border-color: rgba(91, 92, 235, 0.3);
    color: var(--ez-accent);
}

.hub-tab.is-active {
    background: var(--ez-accent);
    border-color: var(--ez-accent);
    color: #fff;
}

.hub-panel[hidden] {
    display: none !important;
}

.hub-actions--span2 {
    grid-column: span 2;
}

/* ── Zone activity grid ───────────────────────────────────────────── */
.zone-activity-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.zone-activity-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 16px;
    border-radius: var(--ez-radius);
    background: var(--ez-surface);
    border: 1px solid var(--ez-border);
    text-decoration: none;
    color: var(--ez-text);
    transition: box-shadow 0.18s, border-color 0.18s, transform 0.18s;
}

.zone-activity-card:hover {
    box-shadow: 0 8px 24px rgba(4, 21, 52, 0.1);
    border-color: rgba(91, 92, 235, 0.3);
    transform: translateY(-2px);
    color: var(--ez-text);
}

.zone-activity-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(91, 92, 235, 0.12), rgba(139, 92, 246, 0.12));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    color: var(--ez-accent);
    flex-shrink: 0;
}

.zone-activity-body {
    flex: 1;
    min-width: 0;
}

.zone-activity-body h3 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zone-activity-stats {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.zone-activity-stats span {
    font-size: 0.78rem;
    color: var(--ez-text-muted);
    display: flex;
    align-items: center;
    gap: 5px;
}

.zone-activity-arrow {
    font-size: 0.75rem;
    color: var(--ez-text-muted);
    flex-shrink: 0;
}

/* ── FAQ section ──────────────────────────────────────────────────── */
.faq-list {
    max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-item {
    border: 1px solid var(--ez-border);
    border-radius: var(--ez-radius);
    background: var(--ez-surface);
    overflow: hidden;
    transition: border-color 0.15s;
}

.faq-item[open] {
    border-color: rgba(91, 92, 235, 0.3);
}

.faq-question {
    padding: 16px 20px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    user-select: none;
}

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

.faq-question::after {
    content: '+';
    font-size: 1.25rem;
    font-weight: 300;
    color: var(--ez-accent);
    flex-shrink: 0;
    transition: transform 0.2s;
}

.faq-item[open] .faq-question::after {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 20px 16px;
    color: var(--ez-text-muted);
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

/* ── card-meta active variant ─────────────────────────────────────── */
.card-meta--active {
    display: flex;
    align-items: center;
    gap: 6px;
}
