/* ============================================================
   Film-submit / assets/css/main.css
   Full design system — Sora + DM Sans
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=DM+Sans:wght@400;500;600&display=swap');

:root {
    --accent:      #f04a23;
    --accent-dark: #d63d1a;
    --gold:        #f0a023;
    --bg:          #f5f4f1;
    --dark2:       #1a1714;
    --dark3:       #252118;
    --border:      #e5e2dd;
    --muted:       #8a837b;
    --white:       #ffffff;
    --card-shadow: 0 4px 20px rgba(26,23,20,0.07);
    --green:       #22c55e;
    --blue:        #3b82f6;
    --purple:      #8b5cf6;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; font-family: 'DM Sans', sans-serif; background: var(--bg); color: var(--dark2); font-size: 15px; line-height: 1.6; }

/* ── NAVBAR ─────────────────────────────────────────────── */
.fei-nav {
    background: var(--dark2);
    border-bottom: 1px solid rgba(255,255,255,0.07);
    position: sticky; top: 0; z-index: 1000;
}
.nav-inner {
    max-width: 1200px; margin: 0 auto;
    padding: 0 28px; height: 62px;
    display: flex; align-items: center; justify-content: space-between;
}
.nav-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-icon  { width: 36px; height: 36px; background: var(--accent); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; }
.nav-name  { font-family: 'Sora', sans-serif; font-weight: 800; color: #fff; font-size: 15px; }
.nav-links { display: flex; gap: 4px; align-items: center; }
.nav-links a { font-family: 'Sora', sans-serif; font-weight: 600; font-size: 13px; color: rgba(255,255,255,0.6); text-decoration: none; padding: 6px 13px; border-radius: 20px; transition: all .2s; }
.nav-links a:hover { color: #fff; background: rgba(255,255,255,0.07); }
.nav-links a.active { color: #fff; background: rgba(240,74,35,0.22); border: 1px solid rgba(240,74,35,0.3); }
.nav-right { display: flex; align-items: center; gap: 8px; }
.nav-cta { background: var(--accent); color: #fff; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 13px; padding: 9px 18px; border-radius: 10px; border: none; cursor: pointer; box-shadow: 0 4px 14px rgba(240,74,35,0.28); transition: all .2s; text-decoration: none; display: inline-flex; align-items: center; gap: 7px; }
.nav-cta:hover { background: var(--accent-dark); transform: translateY(-2px); color: #fff; }
.btn-nav-ghost { background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.7); font-family: 'Sora', sans-serif; font-weight: 600; font-size: 13px; padding: 8px 16px; border-radius: 9px; border: 1px solid rgba(255,255,255,0.12); text-decoration: none; transition: all .2s; display: inline-flex; align-items: center; gap: 6px; }
.btn-nav-ghost:hover { color: #fff; background: rgba(255,255,255,0.12); }
.nav-hamburger { display: none; background: none; border: none; color: rgba(255,255,255,0.7); font-size: 20px; cursor: pointer; padding: 6px; }

/* ── HERO ───────────────────────────────────────────────── */
.fei-hero {
    background: var(--dark2);
    background-image: linear-gradient(135deg,rgba(240,74,35,0.18) 0%,transparent 55%),
        repeating-linear-gradient(0deg,transparent,transparent 39px,rgba(255,255,255,0.03) 40px),
        repeating-linear-gradient(90deg,transparent,transparent 39px,rgba(255,255,255,0.03) 40px);
    padding: 60px 28px 56px;
}
.hero-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 36px; flex-wrap: wrap; }
.hero-left  { flex: 1; min-width: 280px; }
.hero-right { display: flex; flex-direction: column; gap: 12px; }
.eyebrow { display: inline-flex; align-items: center; gap: 7px; background: rgba(240,160,35,0.18); color: var(--gold); font-family: 'Sora', sans-serif; font-size: 10.5px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; border: 1px solid rgba(240,160,35,0.3); border-radius: 30px; padding: 5px 13px; margin-bottom: 18px; }
.hero-h1 { font-family: 'Sora', sans-serif; font-weight: 800; font-size: clamp(28px, 5vw, 52px); color: #fff; line-height: 1.05; letter-spacing: -1.5px; margin-bottom: 14px; }
.hero-h1 span { color: var(--accent); }
.hero-sub { color: rgba(255,255,255,0.48); font-size: 15px; line-height: 1.7; max-width: 480px; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.hpill-row { display: flex; gap: 10px; flex-wrap: wrap; }
.hpill { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; padding: 14px 20px; text-align: center; min-width: 100px; }
.hpill-num { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 22px; color: #fff; line-height: 1; }
.hpill-lbl { font-size: 11px; color: rgba(255,255,255,0.45); margin-top: 3px; }
.venue-strip { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; padding: 10px 16px; }
.venue-strip i { color: var(--accent); font-size: 13px; }
.venue-strip span { font-size: 12.5px; color: rgba(255,255,255,0.55); }
.countdown { display: flex; gap: 8px; }
.cdown-box { background: rgba(240,74,35,0.15); border: 1px solid rgba(240,74,35,0.3); border-radius: 10px; padding: 10px 14px; text-align: center; min-width: 58px; }
.cdown-num { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 20px; color: var(--accent); line-height: 1; }
.cdown-lbl { font-size: 9px; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 1px; margin-top: 3px; }
.cdown-title { font-size: 11px; color: rgba(255,255,255,0.35); font-family: 'Sora', sans-serif; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 8px; }

/* ── PAGE WRAP ─────────────────────────────────────────── */
.fei-page { max-width: 1200px; margin: 0 auto; padding: 48px 28px 80px; }

/* ── SECTION HEADS ─────────────────────────────────────── */
.sec-eyebrow { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 10.5px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }
.sec-title   { font-family: 'Sora', sans-serif; font-weight: 800; font-size: clamp(20px, 3.5vw, 32px); color: var(--dark2); letter-spacing: -0.5px; margin-bottom: 8px; line-height: 1.2; }
.sec-sub     { color: var(--muted); font-size: 14px; line-height: 1.7; max-width: 540px; }
.sec-head    { margin-bottom: 32px; }

/* ── CARDS ─────────────────────────────────────────────── */
.fei-card {
    background: #fff; border: 1px solid var(--border); border-radius: 16px;
    box-shadow: var(--card-shadow); transition: all .22s; position: relative; overflow: hidden;
}
.fei-card:hover { transform: translateY(-5px); box-shadow: 0 12px 32px rgba(26,23,20,0.12); }
.fei-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--accent), var(--gold)); opacity: 0; transition: opacity .2s; }
.fei-card:hover::after { opacity: 1; }

/* ── BUTTONS ────────────────────────────────────────────── */
.btn-primary {
    background: var(--accent); color: #fff; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 14px;
    padding: 13px 28px; border-radius: 10px; border: none; cursor: pointer;
    box-shadow: 0 4px 14px rgba(240,74,35,0.28); transition: all .2s; display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
}
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(240,74,35,0.36); color: #fff; }
.btn-primary:disabled, .btn-primary.disabled { opacity: 0.45; transform: none; box-shadow: none; cursor: not-allowed; }
.btn-secondary { background: #fff; color: var(--dark2); font-family: 'Sora', sans-serif; font-weight: 600; font-size: 14px; padding: 12px 24px; border-radius: 10px; border: 1.5px solid var(--border); cursor: pointer; transition: all .2s; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.btn-secondary:hover { border-color: var(--accent); color: var(--accent); }
.btn-ghost-dark { background: rgba(255,255,255,0.07); color: #fff; font-family: 'Sora', sans-serif; font-weight: 600; font-size: 14px; padding: 13px 24px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.15); cursor: pointer; transition: all .2s; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.btn-ghost-dark:hover { background: rgba(255,255,255,0.12); color: #fff; }
.btn-full { width: 100%; justify-content: center; }

/* ── FORM ELEMENTS ──────────────────────────────────────── */
.field { margin-bottom: 18px; }
.field label { display: block; font-family: 'Sora', sans-serif; font-weight: 600; font-size: 11.5px; color: var(--dark2); margin-bottom: 7px; letter-spacing: 0.3px; }
.field label .req { color: var(--accent); }
.input-wrap { position: relative; }
.input-wrap .inp-icon { position: absolute; left: 13px; top: 50%; transform: translateY(-50%); font-size: 14px; color: var(--muted); pointer-events: none; transition: color .2s; z-index: 1; }
.input-wrap input,
.input-wrap select,
.input-wrap textarea {
    width: 100%; padding: 11px 14px 11px 40px;
    border: 1.5px solid var(--border); border-radius: 9px;
    background: #faf9f7; font-family: 'DM Sans', sans-serif; font-size: 14.5px;
    color: var(--dark2); outline: none; transition: all .2s; appearance: none;
}
.input-wrap textarea { min-height: 100px; resize: vertical; padding: 12px 14px 12px 40px; }
.input-wrap input::placeholder, .input-wrap textarea::placeholder { color: var(--muted); }
.input-wrap input:focus, .input-wrap select:focus, .input-wrap textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(240,74,35,0.1); background: #fff; }
.input-wrap input:focus ~ .inp-icon, .input-wrap select:focus ~ .inp-icon, .input-wrap textarea:focus ~ .inp-icon { color: var(--accent); }
.input-wrap .eye-btn { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); background: none; border: none; cursor: pointer; color: var(--muted); font-size: 14px; padding: 4px; transition: color .2s; z-index: 2; }
.input-wrap .eye-btn:hover { color: var(--accent); }
.input-wrap input.is-invalid, .input-wrap select.is-invalid { border-color: #e03b3b; box-shadow: 0 0 0 3px rgba(224,59,59,0.1); }
.input-wrap input.is-valid, .input-wrap select.is-valid { border-color: #22c55e; box-shadow: 0 0 0 3px rgba(34,197,94,0.08); }
.field-error { font-size: 11.5px; color: #e03b3b; margin-top: 5px; display: none; font-family: 'Sora', sans-serif; font-weight: 600; align-items: center; gap: 5px; }
.field-error.show { display: flex; }
.field-hint  { font-size: 11.5px; color: var(--muted); margin-top: 5px; }

/* ── BADGES ─────────────────────────────────────────────── */
.badge-status { display: inline-flex; align-items: center; gap: 5px; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 10.5px; padding: 4px 10px; border-radius: 20px; border: 1px solid; }
.badge-draft     { background: rgba(139,92,246,0.1); color: #7c3aed; border-color: rgba(139,92,246,0.2); }
.badge-paid      { background: rgba(34,197,94,0.1);  color: #16a34a; border-color: rgba(34,197,94,0.2); }
.badge-submitted { background: rgba(59,130,246,0.1); color: #1d4ed8; border-color: rgba(59,130,246,0.2); }
.badge-review    { background: rgba(240,160,35,0.12);color: #d97706; border-color: rgba(240,160,35,0.25); }
.badge-selected  { background: rgba(34,197,94,0.12); color: #166534; border-color: rgba(34,197,94,0.3); }
.badge-rejected  { background: rgba(240,74,35,0.1);  color: #c2410c; border-color: rgba(240,74,35,0.2); }
.badge-dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; display: inline-block; }
.badge-paid .badge-dot { box-shadow: 0 0 0 3px rgba(34,197,94,0.25); animation: dotPulse 2s infinite; }
@keyframes dotPulse { 0%,100%{box-shadow:0 0 0 0 rgba(34,197,94,0.4)} 50%{box-shadow:0 0 0 4px rgba(34,197,94,0)} }

/* ── PAGE HERO STRIP ────────────────────────────────────── */
.page-hero {
    background: var(--dark2);
    background-image: linear-gradient(135deg,rgba(240,74,35,0.18) 0%,transparent 55%),
        repeating-linear-gradient(0deg,transparent,transparent 39px,rgba(255,255,255,0.03) 40px),
        repeating-linear-gradient(90deg,transparent,transparent 39px,rgba(255,255,255,0.03) 40px);
    border-radius: 20px; padding: 30px 36px; margin-bottom: 28px;
    display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px;
}
.page-hero-left .ph-eyebrow { background: rgba(240,160,35,0.18); color: var(--gold); font-family: 'Sora', sans-serif; font-size: 10.5px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; border: 1px solid rgba(240,160,35,0.3); border-radius: 30px; padding: 4px 12px; display: inline-block; margin-bottom: 10px; }
.page-hero-left h1 { font-family: 'Sora', sans-serif; font-weight: 800; font-size: clamp(19px, 3.5vw, 26px); color: #fff; letter-spacing: -0.3px; margin-bottom: 5px; }
.page-hero-left p  { color: rgba(255,255,255,0.48); font-size: 13px; margin: 0; }
.hero-stat-pills   { display: flex; gap: 8px; flex-wrap: wrap; }
.hero-stat-pill    { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; padding: 10px 16px; text-align: center; }
.hero-stat-pill .num { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 18px; color: #fff; line-height: 1; }
.hero-stat-pill .lbl { font-size: 11px; color: rgba(255,255,255,0.45); margin-top: 2px; }

/* ── STAT CARDS ─────────────────────────────────────────── */
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 28px; }
.stat-card { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 18px; box-shadow: var(--card-shadow); position: relative; overflow: hidden; transition: all .2s; }
.stat-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(26,23,20,0.1); }
.stat-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; opacity: 0; transition: opacity .2s; }
.stat-card:hover::after { opacity: 1; }
.stat-card.sc-orange::after { background: var(--accent); }
.stat-card.sc-green::after  { background: #22c55e; }
.stat-card.sc-amber::after  { background: var(--gold); }
.stat-card.sc-blue::after   { background: #3b82f6; }
.stat-icon-box { width: 46px; height: 46px; border-radius: 13px; display: flex; align-items: center; justify-content: center; font-size: 18px; margin-bottom: 14px; }
.stat-icon-box.orange { background: rgba(240,74,35,0.1); color: var(--accent); }
.stat-icon-box.green  { background: rgba(34,197,94,0.1);  color: #22c55e; }
.stat-icon-box.amber  { background: rgba(240,160,35,0.1); color: var(--gold); }
.stat-icon-box.blue   { background: rgba(59,130,246,0.1); color: #3b82f6; }
.stat-num   { font-family: 'Sora', sans-serif; font-weight: 800; font-size: clamp(19px, 2.5vw, 28px); color: var(--dark2); line-height: 1; margin-bottom: 4px; }
.stat-label { font-size: 12px; color: var(--muted); font-family: 'DM Sans', sans-serif; }

/* ── DATA TABLE ─────────────────────────────────────────── */
.table-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; box-shadow: var(--card-shadow); }
.table-toolbar { padding: 16px 20px; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.table-search { position: relative; }
.table-search input { padding: 9px 14px 9px 38px; border: 1.5px solid var(--border); border-radius: 10px; font-family: 'DM Sans', sans-serif; font-size: 13.5px; background: #fff; outline: none; transition: border-color .2s; min-width: 220px; }
.table-search input:focus { border-color: var(--accent); }
.table-search i { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: var(--muted); font-size: 13px; }
.table-filter select { padding: 9px 34px 9px 12px; border: 1.5px solid var(--border); border-radius: 10px; font-family: 'Sora', sans-serif; font-size: 12.5px; font-weight: 600; color: var(--dark2); background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238a837b' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 10px center; appearance: none; outline: none; cursor: pointer; }
.table-filter select:focus { border-color: var(--accent); }
table.fei-table { width: 100%; border-collapse: collapse; }
table.fei-table thead tr { background: var(--dark2); }
table.fei-table thead th { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.5px; color: rgba(255,255,255,0.5); padding: 12px 14px; white-space: nowrap; }
table.fei-table tbody tr { border-bottom: 1px solid #f0ede9; transition: background .15s; }
table.fei-table tbody tr:hover { background: #fdf8f6; }
table.fei-table tbody tr:last-child { border-bottom: none; }
table.fei-table td { padding: 13px 14px; font-size: 13.5px; color: var(--dark2); vertical-align: middle; }
.sub-code-chip { display: inline-block; background: var(--dark2); color: rgba(255,255,255,0.8); font-family: 'Sora', sans-serif; font-weight: 700; font-size: 10.5px; padding: 4px 9px; border-radius: 6px; }

/* ── TOAST ──────────────────────────────────────────────── */
.fei-toast { background: #fff; border-radius: 12px; box-shadow: 0 8px 28px rgba(26,23,20,0.14); border: 1px solid var(--border); padding: 14px 16px; display: flex; align-items: flex-start; gap: 12px; min-width: 280px; animation: slideInRight .3s ease; position: relative; border-left: 4px solid var(--accent); }
.fei-toast.toast-success { border-left-color: #22c55e; }
.fei-toast.toast-error   { border-left-color: var(--accent); }
.fei-toast.toast-warning { border-left-color: var(--gold); }
.fei-toast.toast-info    { border-left-color: #3b82f6; }
.toast-icon-box { width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
.toast-success .toast-icon-box { background: rgba(34,197,94,0.12); color: #16a34a; }
.toast-error   .toast-icon-box { background: rgba(240,74,35,0.1); color: var(--accent); }
.toast-warning .toast-icon-box { background: rgba(240,160,35,0.12); color: #d97706; }
.toast-info    .toast-icon-box { background: rgba(59,130,246,0.1); color: #3b82f6; }
.toast-title { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 13px; color: var(--dark2); margin-bottom: 2px; }
.toast-msg { font-size: 12.5px; color: var(--muted); line-height: 1.5; }
.toast-close { position: absolute; top: 10px; right: 10px; background: none; border: none; color: var(--muted); cursor: pointer; font-size: 12px; padding: 2px; }
@keyframes slideInRight { from { transform: translateX(100%); opacity: 0; } to { transform: translateX(0); opacity: 1; } }

/* ── FOOTER ─────────────────────────────────────────────── */
.fei-footer { background: var(--dark2); border-top: 1px solid rgba(255,255,255,0.07); padding: 28px 28px; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.foot-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.foot-icon  { width: 30px; height: 30px; background: var(--accent); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 13px; }
.foot-name  { font-family: 'Sora', sans-serif; font-weight: 700; color: #fff; font-size: 14px; }
.foot-copy  { font-size: 11px; color: rgba(255,255,255,0.3); margin-top: 2px; }
.foot-links { display: flex; gap: 12px; flex-wrap: wrap; }
.foot-links a { font-size: 12px; color: rgba(255,255,255,0.4); text-decoration: none; transition: color .2s; }
.foot-links a:hover { color: rgba(255,255,255,0.8); }
.foot-right { text-align: right; }
.foot-loc   { font-size: 12.5px; color: rgba(255,255,255,0.45); margin-bottom: 4px; }
.foot-dates { font-size: 12px; color: rgba(255,255,255,0.35); margin-bottom: 6px; }
.foot-dev   { font-size: 12px; color: var(--gold); font-family: 'Sora', sans-serif; font-weight: 600; }

/* ── AUTH PAGES ─────────────────────────────────────────── */
.auth-wrap { display: grid; grid-template-columns: 1fr 1fr; max-width: 980px; margin: 32px auto; background: #fff; border-radius: 20px; border: 1px solid var(--border); box-shadow: 0 8px 40px rgba(26,23,20,0.1); overflow: hidden; min-height: 600px; }
.auth-left { background: var(--dark2); background-image: linear-gradient(135deg,rgba(240,74,35,0.2) 0%,transparent 55%), repeating-linear-gradient(0deg,transparent,transparent 39px,rgba(255,255,255,0.025) 40px); padding: 44px 40px; display: flex; flex-direction: column; justify-content: space-between; }
.auth-right { padding: 44px 40px; display: flex; flex-direction: column; justify-content: center; }
.al-eyebrow { display: inline-flex; align-items: center; gap: 6px; background: rgba(240,160,35,0.18); color: var(--gold); font-family: 'Sora', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; border: 1px solid rgba(240,160,35,0.3); border-radius: 30px; padding: 5px 12px; margin-bottom: 20px; }
.al-title { font-family: 'Sora', sans-serif; font-weight: 800; font-size: clamp(22px, 3.5vw, 30px); color: #fff; line-height: 1.15; letter-spacing: -0.5px; margin-bottom: 12px; }
.al-title span { color: var(--accent); }
.al-sub { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.7; margin-bottom: 24px; }
.al-features { display: flex; flex-direction: column; gap: 14px; }
.al-feat { display: flex; align-items: flex-start; gap: 11px; }
.al-feat-icon { width: 32px; height: 32px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 13px; flex-shrink: 0; margin-top: 1px; }
.al-feat-text strong { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 12.5px; color: #fff; display: block; margin-bottom: 2px; }
.al-feat-text span { font-size: 11.5px; color: rgba(255,255,255,0.4); line-height: 1.5; }
.al-venue { display: flex; align-items: flex-start; gap: 8px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; padding: 12px 14px; margin-top: 24px; }
.al-venue i { color: var(--accent); font-size: 13px; flex-shrink: 0; margin-top: 2px; }
.al-venue span { font-size: 12px; color: rgba(255,255,255,0.5); line-height: 1.6; }
.form-head { margin-bottom: 26px; }
.form-head h2 { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 22px; color: var(--dark2); margin-bottom: 5px; }
.form-head p { font-size: 13px; color: var(--muted); }
.form-head p a { color: var(--accent); text-decoration: none; font-weight: 600; }
.pw-bars { display: flex; gap: 3px; margin-bottom: 4px; }
.pw-bar  { height: 3px; border-radius: 2px; flex: 1; background: var(--border); transition: background .3s; }
.pw-label { font-size: 11px; color: var(--muted); font-family: 'Sora', sans-serif; font-weight: 600; }
.check-row { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 18px; }
.check-row input[type=checkbox] { width: 16px; height: 16px; min-width: 16px; margin-top: 2px; accent-color: var(--accent); cursor: pointer; }
.check-row label { font-size: 12.5px; color: var(--muted); line-height: 1.6; cursor: pointer; }
.check-row label a { color: var(--accent); text-decoration: none; font-weight: 600; }
.or-divider { display: flex; align-items: center; gap: 10px; margin: 16px 0; }
.or-divider::before, .or-divider::after { content: ''; flex: 1; height: 1px; background: var(--border); }
.or-divider span { font-size: 11.5px; color: var(--muted); font-family: 'Sora', sans-serif; font-weight: 600; white-space: nowrap; }
.btn-google { width: 100%; background: #fff; color: var(--dark2); font-family: 'Sora', sans-serif; font-weight: 600; font-size: 13.5px; padding: 11px; border-radius: 10px; border: 1.5px solid var(--border); cursor: pointer; transition: all .2s; display: flex; align-items: center; justify-content: center; gap: 9px; }
.btn-google:hover { border-color: #aaa; box-shadow: 0 2px 10px rgba(0,0,0,0.08); }

/* ── MULTI-STEP FORM ────────────────────────────────────── */
.step-progress { display: flex; align-items: center; margin-bottom: 32px; }
.step-item { display: flex; align-items: center; flex: 1; }
.step-circle { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 13px; border: 2px solid var(--border); color: var(--muted); background: #fff; transition: all .3s; flex-shrink: 0; cursor: pointer; }
.step-circle.active { border-color: var(--accent); color: var(--accent); background: rgba(240,74,35,0.06); }
.step-circle.done { border-color: var(--accent); background: var(--accent); color: #fff; }
.step-line { flex: 1; height: 2px; background: var(--border); margin: 0 6px; transition: background .3s; }
.step-line.done { background: var(--accent); }
.step-label { font-family: 'Sora', sans-serif; font-weight: 600; font-size: 11px; color: var(--muted); margin-top: 6px; text-align: center; }
.step-item.active .step-label, .step-item.done .step-label { color: var(--accent); }
.step-wrapper { display: none; }
.step-wrapper.active { display: block; animation: fadeSlide .3s ease; }
@keyframes fadeSlide { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } }
.step-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--border); }

/* ── DASHBOARD ──────────────────────────────────────────── */
.dash-layout { display: grid; grid-template-columns: 240px 1fr; min-height: calc(100vh - 62px); }
.dash-sidebar { background: var(--dark2); border-right: 1px solid rgba(255,255,255,0.07); padding: 24px 0; }
.dash-nav a { display: flex; align-items: center; gap: 10px; padding: 11px 22px; font-family: 'Sora', sans-serif; font-weight: 600; font-size: 13px; color: rgba(255,255,255,0.55); text-decoration: none; transition: all .2s; }
.dash-nav a:hover { background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.9); }
.dash-nav a.active { background: rgba(240,74,35,0.18); color: #fff; border-right: 3px solid var(--accent); }
.dash-nav a i { width: 18px; text-align: center; }
.dash-main { padding: 28px; background: var(--bg); }
.dash-user-card { background: var(--dark2); border-radius: 12px; padding: 20px 22px; margin: 12px 16px 24px; }
.dash-user-avatar { width: 40px; height: 40px; border-radius: 50%; background: rgba(240,74,35,0.25); display: flex; align-items: center; justify-content: center; color: var(--accent); font-family: 'Sora', sans-serif; font-weight: 700; font-size: 15px; margin-bottom: 10px; }
.dash-user-name { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 13px; color: #fff; }
.dash-user-email { font-size: 11.5px; color: rgba(255,255,255,0.4); margin-top: 2px; }

/* ── SUBMISSION CARD ────────────────────────────────────── */
.sub-card { background: #fff; border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--card-shadow); margin-bottom: 14px; overflow: hidden; transition: box-shadow .2s; }
.sub-card:hover { box-shadow: 0 8px 24px rgba(26,23,20,0.1); }
.sub-card-head { padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; border-bottom: 1px solid var(--border); }
.sub-card-body { padding: 16px 20px; display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; }
.sub-meta-item .lbl { font-size: 11px; color: var(--muted); font-family: 'Sora', sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 3px; }
.sub-meta-item .val { font-size: 13.5px; color: var(--dark2); font-weight: 500; }
.sub-card-foot { padding: 12px 20px; background: #fdf9f7; border-top: 1px solid var(--border); display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.video-unlock-banner { background: rgba(240,160,35,0.1); border: 1px solid rgba(240,160,35,0.3); border-radius: 10px; padding: 14px 18px; margin-bottom: 14px; display: flex; align-items: flex-start; gap: 12px; }
.video-unlock-banner i { color: var(--gold); font-size: 18px; flex-shrink: 0; margin-top: 2px; }
.video-unlock-banner h4 { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 13.5px; color: #92600a; margin-bottom: 3px; }
.video-unlock-banner p { font-size: 12.5px; color: #a16207; line-height: 1.5; margin: 0; }

/* ── ADMIN NAV ──────────────────────────────────────────── */
.admin-nav { background: var(--dark2); border-bottom: 1px solid rgba(255,255,255,0.07); padding: 0 28px; height: 62px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 1000; }
.admin-chip { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; padding: 7px 14px; }
.admin-avatar { width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--accent)); display: flex; align-items: center; justify-content: center; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 11px; color: #fff; }
.admin-chip-name { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 13px; color: #fff; }
.admin-chip-role { font-size: 10.5px; color: rgba(255,255,255,0.4); }

/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 1024px) {
    .stat-grid { grid-template-columns: repeat(2, 1fr); }
    .dash-layout { grid-template-columns: 1fr; }
    .dash-sidebar { display: none; }
}
@media (max-width: 768px) {
    .nav-links { display: none; }
    .nav-hamburger { display: block; }
    .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 62px; left: 0; right: 0; background: var(--dark3); padding: 12px 20px; border-bottom: 1px solid rgba(255,255,255,0.07); gap: 4px; z-index: 999; }
    .hero-inner { flex-direction: column; }
    .hero-right { width: 100%; }
    .hpill-row { justify-content: flex-start; }
    .auth-wrap { grid-template-columns: 1fr; }
    .auth-left { display: none; }
    .auth-right { padding: 28px 22px; }
    .fei-page, .fei-hero, .fei-footer .footer-inner, .nav-inner { padding-left: 16px; padding-right: 16px; }
    .page-hero { padding: 22px 20px; flex-direction: column; border-radius: 14px; }
    .foot-right { text-align: left; }
    .footer-inner { flex-direction: column; }
}
@media (max-width: 480px) {
    .stat-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .countdown { gap: 6px; }
    .cdown-box { min-width: 50px; padding: 8px 10px; }
}
