/* ============================================================================
   MOB INC — Mission Control v2
   Design language: "PERFORMANCE TELEMETRY HUD" — re-skinned to the real
   MOB INC brand (mobincbhm.com). The instrument cluster of a six-figure
   performance car: deep carbon-black, the MOB INC SCARLET accent (#ed3237,
   the literal Salient accent-color read from the live site), cool titanium
   readouts for live data, machined hairlines, sparing carbon-weave texture,
   and a tight technical typographic hierarchy that echoes the brand's wide
   geometric racing wordmark.

   BRAND-RED vs STATUS-RED — deliberate, load-bearing separation:
     The brand scarlet (#ed3237) and the expired-status crimson (#dc2626) are
     close cousins, so they are kept unmistakable by ROLE, LUMINOSITY and SHAPE:
       • Brand scarlet is WARM/BRIGHT (#ed3237 -> hi #ff5a44) and appears ONLY
         as glow / gradient / hairline / focus-ring / primary-button fill.
       • Status-expired is the COOLER, deeper #dc2626 and appears ONLY as solid
         pills, dots, and left-border status markers — and pills render as a
         desaturated #f87171 on a tint, never as solid bright scarlet.
     Different hue temperature, different brightness, different geometry — a red
     status pill never reads as "just branding," and brand chrome never reads
     as an expired warning.

   Status colors are load-bearing and NEVER recolored:
     green=current (#16a34a)  amber=expiring_soon (#f59e0b)  red=expired (#dc2626)
   ============================================================================ */

@import url('/vendor/fonts/fonts.css');

:root {
  /* --- carbon base (cool, neutral, deep) --- */
  --bg:        #08090b;
  --bg-2:      #0d0f12;
  --panel:     #121519;
  --panel-2:   #171b20;
  --panel-3:   #1e232a;
  --line:      #2a2f37;
  --line-soft: #21262d;
  --hair:      rgba(255,255,255,.06);    /* machined top-edge highlight */

  /* --- ink --- */
  --ink:       #eef1f4;
  --ink-mut:   #98a0ab;
  --ink-dim:   #5f6772;
  --ink-faint: #424952;

  /* --- titanium: cool metal for live readouts / data --- */
  --ti:        #cdd6e0;
  --ti-glow:   rgba(186,206,228,.5);

  /* --- MOB INC signature: brand SCARLET (the instrument backlight).
         #ed3237 is the literal accent-color from the live mobincbhm.com
         (Salient) theme. Warm/bright ramp keeps it clear of status-crimson. --- */
  --mob:       #ed3237;   /* primary brand accent — MOB INC scarlet */
  --mob-2:     #ff5a44;   /* warm highlight (reads as a filament, not a warning) */
  --mob-3:     #ff8a72;   /* hottest filament */
  --mob-deep:  #a3161c;   /* shadow side */
  --mob-glow:  rgba(237,50,55,.45);
  --mob-tint:  rgba(237,50,55,.13);  /* soft surface wash */

  /* --- status — exact spec values, do not touch --- */
  --st-current:  #16a34a;
  --st-soon:     #f59e0b;
  --st-expired:  #dc2626;

  /* --- sponsor tiers (precious metals) --- */
  --platinum:   #e6eaf0;
  --platinum-2: #aab4c4;
  --gold:       #e8c25a;
  --gold-2:     #b8902f;
  --silver:     #c2c9d4;
  --silver-2:   #868f9e;

  --radius:    14px;
  --radius-sm: 10px;
  --radius-lg: 20px;

  --shadow:    0 24px 48px -28px rgba(0,0,0,.88), 0 2px 6px -2px rgba(0,0,0,.55);
  --shadow-lg: 0 44px 90px -34px rgba(0,0,0,.92), 0 6px 16px -6px rgba(0,0,0,.65);

  /* tight, engineered display via Saira's width axis */
  --font-display: 'Saira', 'Hanken Grotesk', system-ui, sans-serif;
  --font-body:    'Hanken Grotesk', system-ui, -apple-system, sans-serif;
  --font-mono:    'Spline Sans Mono', ui-monospace, 'SF Mono', monospace;

  --ease: cubic-bezier(.22,.61,.36,1);
}

/* every display heading runs slightly condensed + uppercase-friendly tracking */
.page-head h1, .kpi .k-value, .wall-hero h1,
.tier-head h2, .modal-head h2, .io-card h3, .rec-card .rc-name, .sponsor-tile .co {
  font-stretch: 85%;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.5;
  letter-spacing: .1px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-height: 100dvh;
  /* layered atmosphere:
     1. a hot-amber instrument glow bleeding from the top-right
     2. cool titanium depth pooling at the lower-left
     3. a faint cool brushed-metal sheen down the center */
  background-color: var(--bg);
  background-image:
    radial-gradient(1400px 760px at 80% -16%, rgba(237,50,55,.12), transparent 55%),
    radial-gradient(1100px 700px at -8% 116%, rgba(120,150,190,.05), transparent 55%),
    linear-gradient(100deg, transparent 38%, rgba(255,255,255,.013) 50%, transparent 62%);
  background-attachment: fixed;
}

/* sparing carbon-weave (2x2 twill) + a faint film grain, both very subtle */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  opacity: .6;
  background-image:
    repeating-linear-gradient( 45deg, rgba(255,255,255,.018) 0 1px, transparent 1px 5px),
    repeating-linear-gradient(-45deg, rgba(0,0,0,.22)        0 1px, transparent 1px 5px);
  background-size: 7px 7px;
  mask-image: radial-gradient(1200px 720px at 62% 0%, #000 0%, transparent 72%);
  -webkit-mask-image: radial-gradient(1200px 720px at 62% 0%, #000 0%, transparent 72%);
}
body::after {
  content: "";
  position: fixed; inset: 0; z-index: 9999; pointer-events: none;
  opacity: .03;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

a { color: var(--mob-2); text-decoration: none; transition: color .15s var(--ease); }
a:hover { color: var(--mob-3); }

button, input, select, textarea { font-family: inherit; font-size: 1rem; color: inherit; }
::selection { background: rgba(237,50,55,.3); color: #fff; }

::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-thumb { background: var(--panel-3); border-radius: 99px; border: 3px solid var(--bg); }
::-webkit-scrollbar-thumb:hover { background: var(--line); }

/* ----- utility ----- */
.hidden { display: none !important; }
.mono { font-family: var(--font-mono); }
.center { text-align: center; }
.spin { animation: spin .9s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

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

/* ============================================================================
   APP SHELL
   ============================================================================ */
#app { min-height: 100dvh; display: flex; flex-direction: column; position: relative; z-index: 1; }

.topbar {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: 14px;
  padding: 13px 18px;
  background: linear-gradient(180deg, rgba(10,11,12,.92), rgba(10,11,12,.72));
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 var(--hair) inset, 0 18px 40px -34px rgba(0,0,0,.9);
}
.topbar .brand { display: flex; align-items: center; gap: 12px; min-width: 0; }

/* the real MOB INC white+red wordmark, lit on the carbon topbar */
.brand-logo {
  height: 30px; width: auto; flex: none; display: block;
  /* a faint scarlet aura so the mark sits in the instrument glow */
  filter: drop-shadow(0 0 14px rgba(237,50,55,.35)) drop-shadow(0 1px 1px rgba(0,0,0,.5));
}
/* hairline divider before the Mission Control sub-label */
.brand-name {
  position: relative;
  padding-left: 13px; line-height: 1;
}
.brand-name::before {
  content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 1px; height: 22px; background: var(--line);
}
.brand-name small {
  display: block; font-family: var(--font-mono); font-weight: 600;
  font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--mob-2);
}
.topbar .spacer { flex: 1; }
.icon-btn {
  height: 42px; min-width: 42px; padding: 0 13px;
  display: inline-flex; align-items: center; gap: 7px;
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line);
  border-radius: 11px; cursor: pointer; color: var(--ink-mut);
  transition: .16s var(--ease); font-size: 14px;
  box-shadow: 0 1px 0 var(--hair) inset;
}
.icon-btn:hover { color: var(--ink); border-color: var(--mob); box-shadow: 0 1px 0 var(--hair) inset, 0 0 0 3px rgba(237,50,55,.1); }
.icon-btn.danger:hover { border-color: var(--st-expired); color: #ff8079; box-shadow: 0 1px 0 var(--hair) inset, 0 0 0 3px rgba(220,38,38,.12); }

/* main + nav */
.shell { flex: 1; display: flex; flex-direction: column; }
.view { flex: 1; padding: 26px 18px 108px; max-width: 1320px; width: 100%; margin: 0 auto; animation: rise .4s var(--ease); }

/* bottom tab nav (mobile-first) */
.tabnav {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
  display: flex; padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
  gap: 4px;
  background: linear-gradient(0deg, rgba(10,11,12,.98), rgba(10,11,12,.82));
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-top: 1px solid var(--line);
  box-shadow: 0 -1px 0 var(--hair) inset;
}
.tabnav button {
  flex: 1; min-height: 54px; border: 0; background: transparent;
  color: var(--ink-dim); cursor: pointer;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  border-radius: 13px; transition: .16s var(--ease); font-size: 9.5px; letter-spacing: 1px;
  text-transform: uppercase; font-weight: 700; font-family: var(--font-mono);
}
.tabnav button svg { width: 22px; height: 22px; }
.tabnav button.active { color: var(--mob-2); }
.tabnav button.active .ico-wrap {
  background: linear-gradient(180deg, rgba(237,50,55,.18), rgba(237,50,55,.06));
  box-shadow: inset 0 0 0 1px rgba(237,50,55,.4), 0 0 18px -4px var(--mob-glow);
}
.tabnav .ico-wrap { padding: 6px 16px; border-radius: 11px; transition: .16s var(--ease); }
.tabnav button:hover { color: var(--mob-2); }

/* ============================================================================
   SECTION HEADERS
   ============================================================================ */
.page-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; margin-bottom: 24px; flex-wrap: wrap; }
.page-head h1 {
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(30px, 7.5vw, 50px);
  letter-spacing: -.4px; margin: 0; line-height: .92;
}
.page-head h1 .accent {
  background: linear-gradient(135deg, var(--mob-3), var(--mob) 55%, var(--mob-deep));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.page-head .sub { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--ink-dim); margin-top: 9px; }
.eyebrow {
  font-family: var(--font-mono); font-size: 10px; font-weight: 600; letter-spacing: 3.6px;
  text-transform: uppercase; color: var(--mob-2); margin: 0 0 7px;
  display: inline-flex; align-items: center; gap: 9px;
}
.eyebrow::before { content: ""; width: 20px; height: 1px; background: linear-gradient(90deg, var(--mob), transparent); }

/* ============================================================================
   BUTTONS
   ============================================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 48px; padding: 0 22px; border-radius: 12px; cursor: pointer;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  color: var(--ink);
  font-weight: 600; letter-spacing: .2px; transition: .16s var(--ease);
  box-shadow: 0 1px 0 var(--hair) inset;
  font-family: var(--font-body);
}
.btn:hover { border-color: var(--ink-mut); transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-primary {
  background: linear-gradient(160deg, var(--mob-2) -10%, var(--mob) 48%, var(--mob-deep) 130%);
  border-color: transparent; color: #fff; font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 12px 30px -12px var(--mob-glow);
  text-shadow: 0 1px 1px rgba(0,0,0,.35);
}
.btn-primary:hover { filter: brightness(1.06) saturate(1.05); border-color: transparent; }
.btn-ghost { background: transparent; box-shadow: none; }
.btn-block { width: 100%; }
.btn-sm { min-height: 42px; padding: 0 16px; font-size: 14px; }
.btn[disabled] { opacity: .45; cursor: not-allowed; transform: none; }
.btn-success {
  background: linear-gradient(160deg, #2bd06a, #16a34a 55%, #0c7a37);
  border-color: transparent; color: #052012; font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 12px 28px -12px rgba(22,163,74,.5);
}

/* ============================================================================
   STATUS PILLS / DOTS — load-bearing colors
   ============================================================================ */
.pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 11px 4px 9px; border-radius: 999px;
  font-family: var(--font-mono); font-size: 10.5px; font-weight: 600;
  letter-spacing: .6px; text-transform: uppercase; white-space: nowrap;
  border: 1px solid color-mix(in srgb, currentColor 45%, transparent);
}
.pill .dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 3px color-mix(in srgb, currentColor 20%, transparent), 0 0 8px currentColor; }
.pill.current  { color: #4ade80; background: color-mix(in srgb, var(--st-current) 16%, transparent); }
.pill.expiring_soon { color: #fbbf24; background: color-mix(in srgb, var(--st-soon) 16%, transparent); }
.pill.expired  { color: #f87171; background: color-mix(in srgb, var(--st-expired) 16%, transparent); }

.dot-only { width: 11px; height: 11px; border-radius: 50%; display: inline-block; flex: none; }
.dot-only.current  { background: var(--st-current); box-shadow: 0 0 12px color-mix(in srgb, var(--st-current) 75%, transparent); }
.dot-only.expiring_soon { background: var(--st-soon); box-shadow: 0 0 12px color-mix(in srgb, var(--st-soon) 75%, transparent); }
.dot-only.expired  { background: var(--st-expired); box-shadow: 0 0 12px color-mix(in srgb, var(--st-expired) 75%, transparent); }

.tier-chip {
  display: inline-flex; align-items: center; gap: 6px; padding: 3px 10px;
  border-radius: 7px; font-family: var(--font-mono); font-size: 10px;
  font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase;
  border: 1px solid var(--line);
}
.tier-Platinum { color: var(--platinum); border-color: color-mix(in srgb, var(--platinum) 38%, transparent); background: color-mix(in srgb, var(--platinum) 7%, transparent); }
.tier-Gold     { color: var(--gold);     border-color: color-mix(in srgb, var(--gold) 45%, transparent);     background: color-mix(in srgb, var(--gold) 9%, transparent); }
.tier-Silver   { color: var(--silver);   border-color: color-mix(in srgb, var(--silver) 38%, transparent);   background: color-mix(in srgb, var(--silver) 7%, transparent); }
.tier-Member   { color: var(--mob-2);    border-color: color-mix(in srgb, var(--mob) 42%, transparent);      background: color-mix(in srgb, var(--mob) 9%, transparent); }
.tier-Presenting { color: var(--mob-2);  border-color: color-mix(in srgb, var(--mob) 50%, transparent);     background: color-mix(in srgb, var(--mob) 12%, transparent); }
.tier-Partner  { color: var(--ink-mut);  border-color: var(--line);                                          background: color-mix(in srgb, var(--ink-mut) 6%, transparent); }

/* ============================================================================
   DASHBOARD — instrument gauges
   ============================================================================ */
.kpi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 16px; }
.kpi {
  position: relative; overflow: hidden;
  background:
    radial-gradient(120% 90% at 0% 0%, rgba(255,255,255,.03), transparent 50%),
    linear-gradient(165deg, var(--panel-2), var(--panel) 70%);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 18px 16px; box-shadow: var(--shadow);
}
.kpi::before {  /* machined top-edge highlight */
  content: ""; position: absolute; left: 16px; right: 16px; top: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--hair) 30%, var(--hair) 70%, transparent);
}
/* tachometer arc tucked into the corner of every gauge */
.kpi::after {
  content: ""; position: absolute; right: -38px; bottom: -38px; width: 110px; height: 110px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: color-mix(in srgb, var(--mob) 55%, transparent);
  border-right-color: color-mix(in srgb, var(--mob) 22%, transparent);
  opacity: .5;
}
.kpi .k-label { font-family: var(--font-mono); font-size: 9.5px; font-weight: 600; letter-spacing: 2.2px; text-transform: uppercase; color: var(--ink-dim); }
.kpi .k-value {
  font-family: var(--font-display); font-weight: 700; font-size: clamp(32px, 9.5vw, 48px);
  line-height: 1; margin-top: 10px; letter-spacing: .2px; font-variant-numeric: tabular-nums;
  color: var(--ti); text-shadow: 0 0 22px var(--ti-glow);  /* lit titanium readout */
}
.kpi .k-sub { font-family: var(--font-mono); font-size: 10.5px; color: var(--ink-mut); margin-top: 9px; letter-spacing: .3px; }
.kpi.accent::after { border-top-color: color-mix(in srgb, var(--st-current) 60%, transparent); border-right-color: color-mix(in srgb, var(--st-current) 25%, transparent); }
.kpi.accent .k-value { color: #4ade80; }

/* hero revenue gauge — the odometer */
.kpi.revenue {
  grid-column: 1 / -1;
  background:
    radial-gradient(130% 120% at 100% 0%, rgba(237,50,55,.14), transparent 55%),
    linear-gradient(150deg, var(--panel-2), var(--panel));
  border-color: color-mix(in srgb, var(--mob) 28%, var(--line));
}
.kpi.revenue::after { width: 150px; height: 150px; right: -52px; bottom: -52px; opacity: .65; }
.kpi.revenue .k-value {
  font-size: clamp(38px, 12vw, 60px); letter-spacing: -2.4px;
  background: linear-gradient(120deg, var(--mob-3), var(--mob) 60%, var(--mob-deep));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}

.breakdown { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 18px 0; }
.panel {
  position: relative; overflow: hidden;
  background: linear-gradient(170deg, var(--panel-2), var(--panel) 80%);
  border: 1px solid var(--line);
  border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow);
}
.panel::before { content: ""; position: absolute; left: 16px; right: 16px; top: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--hair) 30%, var(--hair) 70%, transparent); }
.panel h3 { font-family: var(--font-mono); font-size: 10px; font-weight: 600; letter-spacing: 2.2px; text-transform: uppercase; color: var(--ink-mut); margin: 0 0 14px; display: flex; align-items: center; gap: 9px; }
.panel h3::after { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg, var(--line), transparent); }
.stat-row { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-bottom: 1px dashed var(--line-soft); }
.stat-row:last-child { border-bottom: 0; }
.stat-row .label { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ink-mut); }
.stat-row .num { font-family: var(--font-mono); font-weight: 600; font-size: 17px; }

/* expiring soon list */
.exp-list { display: flex; flex-direction: column; gap: 10px; }
.exp-item {
  display: flex; align-items: center; gap: 12px; padding: 12px 14px;
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line); border-left: 3px solid var(--st-soon);
  border-radius: var(--radius-sm); cursor: pointer; transition: .18s var(--ease);
}
.exp-item:hover { border-color: var(--st-soon); transform: translateX(4px); box-shadow: -4px 0 20px -10px var(--st-soon); }
.exp-item .ei-name { font-weight: 600; }
.exp-item .ei-meta { font-family: var(--font-mono); font-size: 10.5px; color: var(--ink-dim); margin-top: 2px; letter-spacing: .2px; }
.exp-item .ei-days { margin-left: auto; font-family: var(--font-mono); font-weight: 600; color: var(--st-soon); white-space: nowrap; font-size: 13px; }
.exp-item.expired { border-left-color: var(--st-expired); }
.exp-item.expired:hover { border-color: var(--st-expired); box-shadow: -4px 0 20px -10px var(--st-expired); }
.exp-item.expired .ei-days { color: var(--st-expired); }

/* ============================================================================
   LIST: search / filter toolbar
   ============================================================================ */
.toolbar { display: flex; flex-direction: column; gap: 11px; margin-bottom: 16px; }
.searchbox { position: relative; }
.searchbox svg { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--ink-dim); pointer-events: none; }
.searchbox input {
  width: 100%; height: 52px; padding: 0 16px 0 46px;
  background: linear-gradient(180deg, var(--bg-2), var(--panel));
  border: 1px solid var(--line); border-radius: 13px;
  color: var(--ink); outline: none; transition: .16s var(--ease);
  box-shadow: inset 0 2px 6px rgba(0,0,0,.3);
}
.searchbox input:focus { border-color: var(--mob); box-shadow: inset 0 2px 6px rgba(0,0,0,.3), 0 0 0 3px rgba(237,50,55,.14); }
.searchbox input::placeholder { color: var(--ink-dim); }

.filters { display: flex; gap: 9px; overflow-x: auto; padding-bottom: 2px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.filters::-webkit-scrollbar { display: none; }
.filters select {
  height: 46px; padding: 0 36px 0 14px; border-radius: 11px;
  background: linear-gradient(180deg, var(--panel-2), var(--panel)) ;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ed3237' stroke-width='2'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 13px center;
  border: 1px solid var(--line); color: var(--ink-mut); cursor: pointer;
  white-space: nowrap; appearance: none; -webkit-appearance: none; flex: none;
  font-family: var(--font-mono); font-size: 12.5px; letter-spacing: .3px;
  transition: .16s var(--ease);
}
.filters select:hover { color: var(--ink); border-color: var(--ink-mut); }
.filters select:focus { border-color: var(--mob); outline: none; color: var(--ink); }
.result-count { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 1.8px; text-transform: uppercase; color: var(--ink-dim); }

/* mobile cards */
.cards { display: grid; gap: 12px; }
.rec-card {
  display: grid; grid-template-columns: 1fr auto; gap: 6px 12px;
  padding: 16px 16px 16px 18px;
  background: linear-gradient(165deg, var(--panel-2), var(--panel) 80%);
  border: 1px solid var(--line);
  border-radius: var(--radius); cursor: pointer; transition: .18s var(--ease); position: relative; overflow: hidden;
  box-shadow: var(--shadow);
}
.rec-card::before { content:""; position:absolute; left:0; top:0; bottom:0; width:3px; background: var(--st-current); box-shadow: 0 0 14px -2px var(--st-current); }
.rec-card.s-expiring_soon::before { background: var(--st-soon); box-shadow: 0 0 14px -2px var(--st-soon); }
.rec-card.s-expired::before { background: var(--st-expired); box-shadow: 0 0 14px -2px var(--st-expired); }
.rec-card:active { transform: scale(.99); }
.rec-card:hover { border-color: var(--ink-mut); transform: translateY(-2px); }
.rec-card .rc-name { font-weight: 700; font-size: 16.5px; letter-spacing: -.2px; font-family: var(--font-display); }
.rec-card .rc-company { font-size: 13px; color: var(--ink-mut); margin-top: 1px; }
.rec-card .rc-contact { font-family: var(--font-mono); font-size: 10.5px; color: var(--ink-dim); grid-column: 1/-1; display: flex; flex-wrap: wrap; gap: 4px 16px; margin-top: 6px; letter-spacing: .2px; }
.rec-card .rc-top-right { display: flex; flex-direction: column; align-items: flex-end; gap: 7px; }
.rec-card .rc-foot { grid-column: 1/-1; display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 12px; padding-top: 12px; border-top: 1px dashed var(--line-soft); }
.rec-card .rc-exp { font-family: var(--font-mono); font-size: 11px; color: var(--ink-mut); }
.rec-card .rc-days { font-family: var(--font-mono); font-size: 12px; font-weight: 600; }

/* desktop table */
.table-wrap { display: none; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, var(--panel-2), var(--panel)); box-shadow: var(--shadow); }
table.data { width: 100%; border-collapse: collapse; min-width: 880px; }
table.data thead th {
  text-align: left; padding: 14px 16px; font-family: var(--font-mono);
  font-size: 10px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase;
  color: var(--ink-dim); border-bottom: 1px solid var(--line); cursor: pointer;
  white-space: nowrap; user-select: none;
  background: linear-gradient(180deg, var(--panel-3), var(--bg-2));
  transition: color .14s var(--ease);
}
table.data thead th:hover { color: var(--ink); }
table.data thead th .arr { color: var(--mob); margin-left: 5px; }
table.data tbody td { padding: 14px 16px; border-bottom: 1px solid var(--line-soft); font-size: 14px; }
table.data tbody tr { cursor: pointer; transition: background .12s var(--ease); }
table.data tbody tr:hover { background: var(--panel-2); }
table.data tbody tr:hover td:first-child { box-shadow: inset 3px 0 0 var(--mob); }
table.data tbody tr:last-child td { border-bottom: 0; }
table.data .td-name { font-weight: 600; }
table.data .td-mono { font-family: var(--font-mono); font-size: 12px; color: var(--ink-mut); letter-spacing: .2px; }

.empty {
  text-align: center; padding: 64px 20px; color: var(--ink-dim);
  border: 1px dashed var(--line); border-radius: var(--radius);
  background: radial-gradient(120% 80% at 50% 0%, rgba(255,255,255,.015), transparent);
}
.empty svg { width: 44px; height: 44px; opacity: .35; margin-bottom: 14px; }

/* ============================================================================
   MODAL
   ============================================================================ */
.modal-backdrop {
  position: fixed; inset: 0; z-index: 200; background: rgba(4,5,6,.66);
  backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px);
  display: flex; align-items: flex-end; justify-content: center;
  animation: fade .2s var(--ease);
}
@keyframes fade { from { opacity: 0; } }
.modal {
  width: 100%; max-width: 580px; max-height: 92dvh; overflow-y: auto;
  background: linear-gradient(180deg, var(--panel-2), var(--panel) 30%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0; box-shadow: var(--shadow-lg);
  animation: sheet .3s var(--ease);
}
@keyframes sheet { from { transform: translateY(100%); } }
.modal-head {
  position: sticky; top: 0; z-index: 2;
  display: flex; align-items: center; gap: 12px; padding: 18px 20px;
  background: linear-gradient(180deg, var(--panel-2), rgba(27,30,34,.88));
  backdrop-filter: blur(8px); border-bottom: 1px solid var(--line);
}
.modal-head::after { content: ""; position: absolute; left: 20px; right: 20px; top: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--hair), transparent); }
.modal-head .grab { position: absolute; top: 8px; left: 50%; transform: translateX(-50%); width: 40px; height: 4px; border-radius: 999px; background: var(--line); }
.modal-head h2 { font-family: var(--font-display); font-weight: 700; font-size: 21px; margin: 4px 0 0; letter-spacing: -.5px; }
.modal-head .sub { font-family: var(--font-mono); font-size: 10.5px; color: var(--ink-dim); letter-spacing: .4px; margin-top: 3px; }
.modal-body { padding: 20px; }
.modal-foot { position: sticky; bottom: 0; display: flex; gap: 10px; padding: 15px 20px calc(15px + env(safe-area-inset-bottom)); background: linear-gradient(0deg, var(--panel-2), rgba(27,30,34,.9)); border-top: 1px solid var(--line); }

/* forms */
.field { margin-bottom: 16px; }
.field.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field label, .lbl { display: block; font-family: var(--font-mono); font-size: 9.5px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; color: var(--ink-mut); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; min-height: 48px; padding: 12px 14px; border-radius: 11px;
  background: linear-gradient(180deg, var(--bg-2), var(--panel));
  border: 1px solid var(--line); color: var(--ink); outline: none; transition: .16s var(--ease);
  box-shadow: inset 0 2px 5px rgba(0,0,0,.28);
}
.field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ed3237' stroke-width='2'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
.field textarea { min-height: 82px; resize: vertical; line-height: 1.5; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--mob); box-shadow: inset 0 2px 5px rgba(0,0,0,.28), 0 0 0 3px rgba(237,50,55,.13); }
.field .readonly { background: rgba(0,0,0,.25); color: var(--ink-mut); cursor: not-allowed; }
.field .hint { font-size: 11px; color: var(--ink-dim); margin-top: 6px; font-family: var(--font-mono); letter-spacing: .2px; }
.sponsor-only { display: none; }
.is-sponsor .sponsor-only { display: block; }
.is-sponsor .field.row2.sponsor-only { display: grid; }

.window-box {
  display: flex; gap: 12px; padding: 14px 16px;
  background:
    radial-gradient(120% 100% at 0% 0%, rgba(237,50,55,.06), transparent 60%),
    linear-gradient(180deg, var(--bg-2), var(--panel));
  border: 1px solid var(--line); border-radius: 12px; margin-bottom: 16px;
}
.window-box > div { flex: 1; }
.window-box .lbl { margin-bottom: 4px; }
.window-box .val { font-family: var(--font-mono); font-weight: 600; font-size: 15px; }
.window-box .sep { width: 1px; flex: none; background: var(--line); }

.toggle-row { display: flex; gap: 20px; margin: 4px 0 16px; }
.toggle { display: flex; align-items: center; gap: 10px; cursor: pointer; font-size: 14px; color: var(--ink-mut); }
.toggle input { width: auto; min-height: 0; accent-color: var(--mob); }

/* logo preview */
.logo-prev { margin-top: 9px; height: 58px; max-width: 170px; object-fit: contain; border-radius: 9px; border: 1px solid var(--line); background: #fff; padding: 7px; }

/* ============================================================================
   IMPORT / EXPORT view
   ============================================================================ */
.io-grid { display: grid; gap: 16px; }
.io-card { position: relative; overflow: hidden; background: linear-gradient(170deg, var(--panel-2), var(--panel) 80%); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.io-card::before { content: ""; position: absolute; left: 18px; right: 18px; top: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--hair), transparent); }
.io-card h3 { font-family: var(--font-display); font-weight: 700; font-size: 21px; margin: 0 0 7px; letter-spacing: -.4px; }
.io-card p { color: var(--ink-mut); font-size: 14px; margin: 0 0 18px; }
.dropzone {
  border: 2px dashed var(--line); border-radius: 13px; padding: 30px 18px;
  text-align: center; color: var(--ink-dim); cursor: pointer; transition: .18s var(--ease); margin-bottom: 14px;
  background: radial-gradient(120% 90% at 50% 0%, rgba(255,255,255,.012), transparent);
}
.dropzone:hover, .dropzone.over { border-color: var(--mob); color: var(--mob-2); background: rgba(237,50,55,.06); }
.dropzone svg { width: 34px; height: 34px; opacity: .55; }
.dropzone .fname { color: var(--mob-2); font-family: var(--font-mono); font-size: 13px; margin-top: 8px; word-break: break-all; }
.import-result { margin-top: 14px; font-family: var(--font-mono); font-size: 13px; }
.import-result .ok { color: #4ade80; }
.import-result .err { color: #f87171; }

/* ============================================================================
   LOGIN — the ignition screen
   ============================================================================ */
.login-wrap {
  min-height: 100dvh; display: grid; place-items: center; padding: 24px;
  background: radial-gradient(1000px 700px at 50% -10%, rgba(237,50,55,.1), transparent 60%);
}
.login-card {
  width: 100%; max-width: 410px;
  background: linear-gradient(180deg, var(--panel-2), var(--panel) 60%);
  border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 40px 30px 32px;
  box-shadow: var(--shadow-lg); position: relative; overflow: hidden;
  animation: rise .5s var(--ease);
}
.login-card::before { content:""; position:absolute; top:0; left:0; right:0; height:3px; background: linear-gradient(90deg, var(--mob-deep), var(--mob-3), var(--mob)); }
.login-card::after { content:""; position:absolute; inset:0; pointer-events:none; background: radial-gradient(140% 60% at 50% -10%, rgba(255,255,255,.04), transparent 60%); }
/* the ignition screen leads with the real wordmark, lit by the top filament */
.login-card .lc-logo {
  display: block; width: 100%; max-width: 236px; height: auto;
  margin: 4px auto 22px;
  filter: drop-shadow(0 0 26px rgba(237,50,55,.4)) drop-shadow(0 2px 3px rgba(0,0,0,.5));
}
.login-card .tag { text-align: center; font-family: var(--font-mono); font-size: 10px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--mob-2); margin: 8px 0 28px; }
.login-card .err { color: #f87171; font-size: 13px; text-align: center; margin-top: 14px; min-height: 18px; font-family: var(--font-mono); letter-spacing: .3px; }

/* ============================================================================
   PUBLIC SPONSOR WALL — the prestige board
   ============================================================================ */
.wall { min-height: 100dvh; position: relative; z-index: 1; }
.wall-hero {
  text-align: center; padding: 80px 20px 48px; position: relative;
  background: radial-gradient(1000px 480px at 50% -12%, rgba(237,50,55,.18), transparent 62%);
}
.wall-logo {
  display: block; width: min(300px, 64vw); height: auto; margin: 0 auto 26px;
  filter: drop-shadow(0 0 34px rgba(237,50,55,.42)) drop-shadow(0 3px 5px rgba(0,0,0,.5));
  animation: rise .5s var(--ease);
}
.wall-hero .eyebrow { justify-content: center; margin-bottom: 14px; }
.wall-hero .eyebrow::before { background: linear-gradient(90deg, transparent, var(--mob)); }
.wall-hero .eyebrow::after { content: ""; width: 20px; height: 1px; background: linear-gradient(90deg, var(--mob), transparent); }
.wall-hero h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(46px, 13vw, 108px); margin: 0; line-height: .88; letter-spacing: -3px; }
.wall-hero h1 .accent {
  background: linear-gradient(135deg, var(--mob-3), var(--mob) 55%, var(--mob-deep));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.wall-hero p { color: var(--ink-mut); max-width: 560px; margin: 20px auto 0; font-size: 15.5px; line-height: 1.6; }
.wall-body { max-width: 1200px; margin: 0 auto; padding: 14px 22px 90px; }

.tier-section { margin-bottom: 60px; }
.tier-head { display: flex; align-items: center; gap: 18px; margin-bottom: 26px; }
.tier-head .bar { height: 1px; flex: 1; background: linear-gradient(90deg, currentColor, transparent); opacity: .45; }
.tier-head .count { font-family: var(--font-mono); font-size: 11px; letter-spacing: 1.5px; opacity: .6; }
.tier-head h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(24px, 6vw, 38px); margin: 0; letter-spacing: 0; text-transform: uppercase; display: inline-flex; align-items: center; gap: 12px; }
.tier-head h2::before { content: ""; width: 12px; height: 12px; border-radius: 3px; background: currentColor; box-shadow: 0 0 16px -2px currentColor; transform: rotate(45deg); }
.tier-head.Presenting { color: var(--mob-2); }   /* the crown tier wears the brand scarlet */
.tier-head.Platinum { color: var(--platinum); }
.tier-head.Gold     { color: var(--gold); }
.tier-head.Silver   { color: var(--silver); }
.tier-head.Partner  { color: var(--ink-mut); }   /* community partners — quieter */
.tier-head.Partner h2 { font-size: clamp(18px, 4.4vw, 26px); letter-spacing: 2px; }
.tier-head.Partner h2::before { width: 8px; height: 8px; box-shadow: none; opacity: .7; }

.sponsor-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
.sponsor-tile {
  display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center;
  padding: 30px 22px; border-radius: var(--radius);
  background: linear-gradient(170deg, var(--panel-2), var(--panel) 80%);
  border: 1px solid var(--line); transition: .22s var(--ease); text-decoration: none; color: var(--ink);
  position: relative; overflow: hidden; box-shadow: var(--shadow);
}
.sponsor-tile::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px; background: linear-gradient(90deg, transparent, currentColor, transparent); opacity: 0; transition: opacity .22s var(--ease); }
.sponsor-tile:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.sponsor-tile:hover::before { opacity: .5; }
.sponsor-tile.Presenting { color: var(--mob-2); border-color: color-mix(in srgb, var(--mob) 38%, var(--line)); }
.sponsor-tile.Presenting:hover { border-color: var(--mob); box-shadow: var(--shadow-lg), 0 0 60px -20px var(--mob-glow); }
.sponsor-tile.Platinum { color: var(--platinum); border-color: color-mix(in srgb, var(--platinum) 26%, var(--line)); }
.sponsor-tile.Platinum:hover { border-color: var(--platinum); box-shadow: var(--shadow-lg), 0 0 50px -22px var(--platinum); }
.sponsor-tile.Gold { color: var(--gold); border-color: color-mix(in srgb, var(--gold) 24%, var(--line)); }
.sponsor-tile.Gold:hover { border-color: var(--gold); box-shadow: var(--shadow-lg), 0 0 50px -24px var(--gold); }
.sponsor-tile.Silver { color: var(--silver); border-color: color-mix(in srgb, var(--silver) 18%, var(--line)); }
.sponsor-tile.Silver:hover { border-color: var(--silver); }
.sponsor-tile.Partner { color: var(--ink-mut); border-color: var(--line-soft); }
.sponsor-tile.Partner:hover { border-color: var(--ink-dim); }
.sponsor-tile .logo { height: 84px; width: 100%; display: grid; place-items: center; }
.sponsor-tile .logo img { max-height: 84px; max-width: 90%; object-fit: contain; }
.sponsor-tile .logo .ph {
  width: 84px; height: 84px; border-radius: 16px; display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 800; font-size: 32px; color: var(--bg);
  background: linear-gradient(150deg, currentColor, color-mix(in srgb, currentColor 55%, #000));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
}
.sponsor-tile .co { font-weight: 700; font-size: 18px; font-family: var(--font-display); letter-spacing: -.2px; color: var(--ink); }
.sponsor-tile .visit { font-family: var(--font-mono); font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--ink-dim); }

/* Platinum grandeur: full-width hero tiles, machined frame */
.tier-section.Platinum .sponsor-tile {
  padding: 44px 28px;
  background:
    radial-gradient(120% 120% at 50% 0%, rgba(230,234,240,.06), transparent 60%),
    linear-gradient(170deg, var(--panel-3), var(--panel));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(230,234,240,.12);
}
.tier-section.Platinum .sponsor-tile .logo { height: 110px; }
.tier-section.Platinum .sponsor-tile .logo img { max-height: 110px; }
.tier-section.Platinum .sponsor-tile .logo .ph { width: 110px; height: 110px; font-size: 44px; border-radius: 22px; }
.tier-section.Platinum .sponsor-tile .co { font-size: 22px; }

/* PRESENTING grandeur: the crown tier. Grander than Platinum — a scarlet-lit
   hero frame with the brand glow, the largest logo zone on the wall. */
.tier-section.Presenting .sponsor-tile {
  padding: 52px 30px;
  background:
    radial-gradient(130% 130% at 50% 0%, rgba(237,50,55,.12), transparent 62%),
    linear-gradient(170deg, var(--panel-3), var(--panel));
  border-color: color-mix(in srgb, var(--mob) 32%, var(--line));
  box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255,255,255,.08);
}
.tier-section.Presenting .sponsor-tile::before { opacity: .55; background: linear-gradient(90deg, transparent, var(--mob), transparent); }
.tier-section.Presenting .sponsor-tile:hover::before { opacity: 1; }
.tier-section.Presenting .sponsor-tile .logo { height: 132px; }
.tier-section.Presenting .sponsor-tile .logo img { max-height: 132px; }
.tier-section.Presenting .sponsor-tile .logo .ph { width: 132px; height: 132px; font-size: 52px; border-radius: 26px; }
.tier-section.Presenting .sponsor-tile .co { font-size: 26px; }

/* Community PARTNERS: a respected but quieter band — compact tiles, muted ink,
   no precious-metal glow, never competing with the paying hierarchy. */
.tier-section.Partner { margin-bottom: 40px; }
.tier-section.Partner .sponsor-tile { padding: 22px 18px; gap: 12px; background: linear-gradient(170deg, var(--panel), var(--bg-2) 90%); }
.tier-section.Partner .sponsor-tile .logo { height: 60px; }
.tier-section.Partner .sponsor-tile .logo img { max-height: 60px; opacity: .92; }
.tier-section.Partner .sponsor-tile .logo .ph { width: 60px; height: 60px; font-size: 24px; border-radius: 14px; }
.tier-section.Partner .sponsor-tile .co { font-size: 15px; color: var(--ink-mut); }

.wall-footer { text-align: center; padding: 44px 20px 70px; border-top: 1px solid var(--line); color: var(--ink-dim); font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 1px; }
.wall-footer a.join { display: inline-block; margin-top: 16px; }

/* ============================================================================
   TOAST
   ============================================================================ */
#toasts { position: fixed; top: 16px; left: 50%; transform: translateX(-50%); z-index: 400; display: flex; flex-direction: column; gap: 9px; width: calc(100% - 32px); max-width: 430px; }
.toast {
  padding: 14px 17px; border-radius: 12px;
  background: linear-gradient(180deg, var(--panel-3), var(--panel-2));
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg); font-size: 14px; display: flex; align-items: center; gap: 10px;
  animation: toastin .28s var(--ease); border-left: 3px solid var(--mob);
}
@keyframes toastin { from { transform: translateY(-16px); opacity: 0; } }
.toast.ok { border-left-color: var(--st-current); }
.toast.err { border-left-color: var(--st-expired); }

/* loading overlay */
.loading { display: flex; align-items: center; justify-content: center; gap: 11px; padding: 56px; color: var(--ink-dim); font-family: var(--font-mono); font-size: 12.5px; letter-spacing: 1.4px; text-transform: uppercase; }

/* ============================================================================
   RESPONSIVE — desktop up
   ============================================================================ */
@media (min-width: 760px) {
  .kpi-grid { grid-template-columns: repeat(4, 1fr); }
  .kpi.revenue { grid-column: span 2; }
  .breakdown { grid-template-columns: 1fr 1fr; }
  .toolbar { flex-direction: row; align-items: center; }
  .searchbox { flex: 1; }
  .cards { display: none; }
  .table-wrap { display: block; }
  .sponsor-grid { grid-template-columns: repeat(2, 1fr); }
  .tier-section.Presenting .sponsor-grid { grid-template-columns: 1fr; }
  .tier-section.Platinum .sponsor-grid { grid-template-columns: 1fr; }
  .tier-section.Partner .sponsor-grid { grid-template-columns: repeat(3, 1fr); }
  .modal-backdrop { align-items: center; }
  .modal { border-radius: var(--radius-lg); }
  .modal-head .grab { display: none; }
  .io-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1000px) {
  .sponsor-grid { grid-template-columns: repeat(3, 1fr); }
  .tier-section.Presenting .sponsor-grid { grid-template-columns: repeat(2, 1fr); }
  .tier-section.Platinum .sponsor-grid { grid-template-columns: repeat(2, 1fr); }
  .tier-section.Partner .sponsor-grid { grid-template-columns: repeat(4, 1fr); }
  .breakdown { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1100px) {
  .tabnav {
    top: 0; bottom: auto; left: auto; right: 18px; width: auto;
    background: transparent; border: 0; backdrop-filter: none; box-shadow: none;
    position: static; padding: 0; gap: 4px;
  }
  .tabnav button { min-height: 42px; flex-direction: row; padding: 0 16px; font-size: 10.5px; }
  .tabnav button svg { width: 17px; height: 17px; }
  .tabnav .ico-wrap { padding: 7px; }
  .tabnav.in-topbar { display: flex; }
  .tabnav.bottom { display: none; }
  .view { padding-bottom: 48px; }
}
@media (max-width: 1099px) {
  .tabnav.in-topbar { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
