
:root {
  --ew-bg: #05080b;
  --ew-bg-2: #080d12;
  --ew-panel: rgba(13, 18, 23, 0.88);
  --ew-panel-solid: #0e141b;
  --ew-panel-2: rgba(18, 25, 32, 0.78);
  --ew-panel-3: rgba(255, 255, 255, 0.045);
  --ew-orange: #ff7a1a;
  --ew-orange-2: #f4a426;
  --ew-gold: #f4c95d;
  --ew-blue: #2563eb;
  --ew-blue-2: #1d4ed8;
  --ew-green: #22c55e;
  --ew-purple: #a855f7;
  --ew-white: #f8fafc;
  --ew-cream: #fff7ed;
  --ew-text: #d7dde5;
  --ew-muted: #9aa6b5;
  --ew-faint: #687486;
  --ew-line: rgba(255, 255, 255, 0.10);
  --ew-line-strong: rgba(255, 122, 26, 0.28);
  --ew-success: #4ade80;
  --ew-warning: #fbbf24;
  --ew-danger: #fb7185;
  --ew-info: #60a5fa;
  --ew-shadow: 0 24px 80px rgba(0, 0, 0, 0.46);
  --ew-shadow-soft: 0 18px 50px rgba(0, 0, 0, 0.32);
  --ew-radius-xl: 26px;
  --ew-radius-lg: 18px;
  --ew-radius-md: 14px;
  --ew-max: 1440px;
  --ew-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.empire-work-os {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 0%, rgba(255, 122, 26, 0.18), transparent 32%),
    radial-gradient(circle at 86% 8%, rgba(37, 99, 235, 0.14), transparent 30%),
    linear-gradient(135deg, #04070a 0%, #081017 48%, #07090d 100%);
  color: var(--ew-white);
  font-family: var(--ew-font);
  line-height: 1.5;
}
.empire-work-os a { color: inherit; }
.ew-shell { width: min(var(--ew-max), 94vw); margin: 0 auto; }
.ew-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(4, 7, 10, 0.84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--ew-line);
}
.ew-nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.ew-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  min-width: max-content;
  letter-spacing: .02em;
}
.ew-brand-word { font-size: 1.7rem; font-weight: 1000; color: var(--ew-white); font-style: italic; line-height: 1; }
.ew-brand-word span { color: var(--ew-orange); }
.ew-brand-sub { display: block; margin-top: 3px; color: var(--ew-muted); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ew-links { display: flex; align-items: center; justify-content: flex-end; gap: 7px; flex-wrap: wrap; }
.ew-links a, .ew-nav-button {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--ew-muted);
  text-decoration: none;
  font-weight: 850;
  font-size: 0.88rem;
  background: transparent;
  cursor: pointer;
}
.ew-links a:hover, .ew-links a.is-active, .ew-nav-button:hover {
  color: var(--ew-cream);
  border-color: rgba(255, 122, 26, 0.26);
  background: rgba(255, 122, 26, 0.08);
}
.ew-login-link { border-color: var(--ew-line) !important; color: var(--ew-white) !important; }
.ew-join-link { color: #100804 !important; background: linear-gradient(135deg, var(--ew-orange), var(--ew-orange-2)) !important; border-color: transparent !important; }
.ew-back-home {
  position: fixed;
  left: 14px;
  bottom: 14px;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 122, 26, 0.34);
  border-radius: 999px;
  color: var(--ew-cream);
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 40px rgba(0,0,0,.35);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 900;
}
.ew-main { padding: 36px 0 76px; }
.ew-section { padding: 34px 0; }
.ew-hero { padding: 42px 0 30px; }
.ew-hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); gap: 24px; align-items: stretch; }
.ew-hero-panel { min-height: 460px; display: grid; align-content: center; position: relative; overflow: hidden; }
.ew-hero-panel:before {
  content:""; position:absolute; inset:-20%; pointer-events:none;
  background: radial-gradient(circle at 35% 15%, rgba(255,122,26,.22), transparent 28%), radial-gradient(circle at 80% 70%, rgba(37,99,235,.16), transparent 34%);
}
.ew-hero-content { position: relative; z-index: 1; }
.ew-eyebrow { color: var(--ew-orange); font-weight: 1000; letter-spacing: .14em; text-transform: uppercase; font-size: .77rem; margin: 0 0 10px; }
.ew-title { font-size: clamp(2.45rem, 5.6vw, 5.4rem); line-height: .92; letter-spacing: -0.07em; margin: 0 0 18px; max-width: 950px; }
.ew-title .accent, .ew-accent { color: var(--ew-orange); }
.ew-subtitle { color: var(--ew-text); font-size: clamp(1rem, 1.8vw, 1.18rem); max-width: 820px; margin: 0; }
.ew-muted { color: var(--ew-muted); }
.ew-card {
  border: 1px solid var(--ew-line);
  border-radius: var(--ew-radius-xl);
  background: linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.035));
  box-shadow: var(--ew-shadow-soft);
  padding: 24px;
  overflow: hidden;
}
.ew-card.gold, .ew-card.orange { border-color: var(--ew-line-strong); background: radial-gradient(circle at top left, rgba(255,122,26,.18), transparent 42%), var(--ew-panel); }
.ew-card.blue { border-color: rgba(37,99,235,.28); background: radial-gradient(circle at top left, rgba(37,99,235,.18), transparent 42%), var(--ew-panel); }
.ew-card.flat { box-shadow: none; background: rgba(255,255,255,.035); }
.ew-card.locked, .ew-locked { opacity: .62; filter: grayscale(.45); }
.ew-card h1, .ew-card h2, .ew-card h3 { margin-top: 0; color: var(--ew-white); letter-spacing: -0.035em; }
.ew-card h2 { font-size: clamp(1.35rem, 2.4vw, 2.1rem); }
.ew-card h3 { font-size: 1.08rem; }
.ew-card p { color: var(--ew-muted); }
.ew-grid { display: grid; gap: 18px; }
.ew-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ew-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ew-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ew-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.ew-btn {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  padding: 12px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  color: var(--ew-white);
  background: rgba(255,255,255,.045);
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}
.ew-btn:hover { transform: translateY(-1px); border-color: rgba(255,122,26,.48); background: rgba(255,122,26,.10); }
.ew-btn.primary { color: #140a04; background: linear-gradient(135deg, var(--ew-orange), var(--ew-orange-2)); border-color: transparent; }
.ew-btn.secondary { color: var(--ew-white); background: rgba(255,255,255,.06); border-color: var(--ew-line); }
.ew-btn.blue { color: #fff; background: linear-gradient(135deg, var(--ew-blue), var(--ew-blue-2)); border-color: transparent; }
.ew-btn.danger { color: #2a0808; background: linear-gradient(135deg, #fb7185, #fecaca); border-color: transparent; }
.ew-btn.compact { min-height: 34px; padding: 7px 10px; border-radius: 10px; font-size: .78rem; }
.ew-btn:disabled, .ew-btn.disabled, .ew-btn[aria-disabled="true"] { opacity: .55; cursor: not-allowed; transform: none; pointer-events: none; }
.ew-pill-row { display: flex; gap: 8px; flex-wrap: wrap; margin: 10px 0; }
.ew-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  padding: 6px 9px;
  color: var(--ew-muted);
  background: rgba(0,0,0,.25);
  font-weight: 900;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .045em;
}
.ew-pill.gold, .ew-pill.open, .ew-pill.visible, .ew-pill.payment_due, .ew-pill.not_requested, .ew-pill.pending, .ew-pill.pending_review, .ew-pill.new { color: var(--ew-warning); border-color: rgba(251,191,36,.30); }
.ew-pill.green, .ew-pill.approved, .ew-pill.paid, .ew-pill.completed, .ew-pill.active, .ew-pill.read, .ew-pill.confirmed { color: var(--ew-success); border-color: rgba(74,222,128,.30); }
.ew-pill.blue, .ew-pill.assigned, .ew-pill.matched, .ew-pill.checkout_started, .ew-pill.scheduled { color: var(--ew-info); border-color: rgba(96,165,250,.30); }
.ew-pill.red, .ew-pill.rejected, .ew-pill.removed, .ew-pill.failed, .ew-pill.cancelled { color: var(--ew-danger); border-color: rgba(251,113,133,.30); }
.ew-pill.soon, .ew-pill.coming_soon { color: var(--ew-faint); border-color: rgba(255,255,255,.10); }
.ew-form { display: grid; gap: 14px; }
.ew-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.ew-label { display: grid; gap: 7px; color: var(--ew-cream); font-weight: 850; }
.ew-label small { color: var(--ew-muted); font-weight: 700; }
.ew-input, .ew-select, .ew-textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  padding: 12px 13px;
  background: rgba(0,0,0,.34);
  color: var(--ew-white);
  font: inherit;
  outline: none;
}
.ew-select option { color: #111; background: #fff; }
.ew-textarea { min-height: 100px; resize: vertical; }
.ew-input:focus, .ew-select:focus, .ew-textarea:focus { border-color: rgba(255,122,26,.55); box-shadow: 0 0 0 4px rgba(255,122,26,.09); }
.ew-check { display: flex; gap: 10px; align-items: flex-start; color: var(--ew-muted); font-weight: 700; }
.ew-check input { margin-top: 4px; }
.ew-status { min-height: 22px; color: var(--ew-muted); margin: 10px 0 0; }
.ew-status.success { color: var(--ew-success); }
.ew-status.error { color: var(--ew-danger); }
.ew-status.warn { color: var(--ew-warning); }
.ew-record-list { display: grid; gap: 13px; }
.ew-record {
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  background: rgba(255,255,255,.042);
  padding: 16px;
}
.ew-record h3 { margin: 0 0 8px; }
.ew-record p { margin-bottom: 0; }
.ew-fields { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin-top: 14px; }
.ew-field { border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: rgba(0,0,0,.20); padding: 12px; overflow-wrap: anywhere; }
.ew-field strong { display: block; color: var(--ew-orange); font-size: .72rem; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 4px; }
.ew-field span { color: var(--ew-text); }
.ew-tabs { display: flex; flex-wrap: wrap; gap: 9px; margin: 18px 0; }
.ew-tab { border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(255,255,255,.045); color: var(--ew-muted); padding: 10px 13px; font-weight: 900; cursor: pointer; }
.ew-tab.active { color: #140a04; background: linear-gradient(135deg, var(--ew-orange), var(--ew-orange-2)); border-color: transparent; }
.ew-stats, .ew-metric-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 12px; margin: 18px 0; }
.ew-stats { grid-template-columns: repeat(6, minmax(0,1fr)); }
.ew-stat, .ew-metric {
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.060), rgba(255,255,255,.035));
  min-height: 108px;
}
.ew-stat strong, .ew-metric strong { display: block; font-size: clamp(1.45rem, 2.4vw, 2rem); color: var(--ew-white); letter-spacing: -0.04em; }
.ew-stat span, .ew-metric span { color: var(--ew-muted); font-size: .82rem; font-weight: 800; }
.ew-stat small, .ew-metric small { display:block; margin-top:7px; color: var(--ew-orange); font-weight: 850; }
.ew-metric.blue small { color: var(--ew-info); }
.ew-metric.green small { color: var(--ew-success); }
.ew-metric.locked small { color: var(--ew-faint); }
.ew-tools { display: grid; grid-template-columns: 1fr 180px 180px 120px; gap: 10px; margin-bottom: 16px; }
.ew-hide { display: none !important; }
.ew-footer { border-top: 1px solid var(--ew-line); padding: 28px 0 70px; color: var(--ew-muted); }
/* Main landing */
.ew-home-stats { display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin-top: 28px; }
.ew-home-stat { display:flex; align-items:center; gap:12px; padding: 16px; border:1px solid var(--ew-line); border-radius:18px; background: rgba(0,0,0,.22); }
.ew-home-stat b { display:block; font-size: 1.1rem; }
.ew-home-stat small { color: var(--ew-muted); font-weight:800; }
.ew-icon, .ew-card-icon { width:42px; height:42px; border-radius:14px; display:grid; place-items:center; background: rgba(255,122,26,.14); color: var(--ew-orange); font-weight:1000; flex:0 0 auto; }
.ew-card-icon.blue { background: rgba(37,99,235,.16); color: var(--ew-info); }
.ew-card-icon.green { background: rgba(34,197,94,.15); color: var(--ew-success); }
.ew-card-icon.gray { background: rgba(255,255,255,.08); color: var(--ew-muted); }
.ew-step-list { display: grid; gap: 12px; counter-reset: step; }
.ew-step { display:grid; grid-template-columns:auto 1fr; gap:12px; align-items:start; padding: 15px; border: 1px solid var(--ew-line); border-radius: 18px; background: rgba(255,255,255,.035); }
.ew-step:before { counter-increment: step; content: counter(step); width:34px; height:34px; border-radius: 50%; display:grid; place-items:center; font-weight:1000; color:#160a03; background: linear-gradient(135deg, var(--ew-orange), var(--ew-orange-2)); }
.ew-step strong { display:block; color: var(--ew-white); margin-bottom:3px; }
.ew-step p { margin:0; color: var(--ew-muted); }
/* Dashboard shell */
.ew-dashboard-shell { display:grid; grid-template-columns: 260px minmax(0,1fr); min-height: calc(100vh - 78px); }
.ew-sidebar { border-right:1px solid var(--ew-line); background: rgba(4,7,10,.48); padding: 22px 14px; position: sticky; top:78px; height: calc(100vh - 78px); align-self:start; }
.ew-side-profile { border:1px solid var(--ew-line); border-radius:18px; padding:14px; background: rgba(255,255,255,.04); margin-bottom:18px; }
.ew-side-profile strong { display:block; }
.ew-side-profile small { color: var(--ew-muted); }
.ew-side-nav { display:grid; gap: 7px; }
.ew-side-nav a, .ew-side-nav button { width:100%; display:flex; align-items:center; gap:10px; border:1px solid transparent; border-radius:14px; padding:12px; background:transparent; color: var(--ew-text); text-decoration:none; font-weight:850; text-align:left; cursor:pointer; }
.ew-side-nav a.active, .ew-side-nav button.active, .ew-side-nav a:hover { border-color: rgba(255,122,26,.30); background: rgba(255,122,26,.12); color: var(--ew-white); }
.ew-side-bottom { margin-top: auto; position:absolute; left:14px; right:14px; bottom:18px; border:1px solid var(--ew-line); border-radius:18px; padding:14px; background: rgba(255,255,255,.035); }
.ew-dashboard-main { padding: 28px; min-width:0; }
.ew-dash-top { display:flex; align-items:center; justify-content:space-between; gap:18px; margin-bottom: 20px; }
.ew-dash-top h1 { margin:0; font-size: clamp(1.8rem, 3vw, 2.55rem); letter-spacing:-.05em; }
.ew-dash-top p { margin: 2px 0 0; color: var(--ew-muted); }
.ew-top-actions { display:flex; align-items:center; gap:10px; flex-wrap: wrap; }
.ew-avatar { width:42px; height:42px; border-radius: 14px; display:grid; place-items:center; color:#fff; background: linear-gradient(135deg, rgba(255,122,26,.75), rgba(37,99,235,.75)); font-weight:1000; }
.ew-avatar.small { width:34px; height:34px; border-radius: 12px; }
.ew-dash-grid { display:grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .85fr); gap:18px; align-items:start; }
.ew-dash-grid.equal { grid-template-columns: repeat(2, minmax(0,1fr)); }
.ew-panel { border:1px solid var(--ew-line); border-radius: 22px; background: rgba(255,255,255,.042); padding:18px; box-shadow: var(--ew-shadow-soft); }
.ew-panel-header { display:flex; justify-content:space-between; gap:12px; align-items:center; margin-bottom: 13px; }
.ew-panel-header h2 { margin:0; font-size:1.15rem; letter-spacing:-.035em; }
.ew-panel-header a { color: var(--ew-info); font-weight: 850; text-decoration:none; }
.ew-mini-list { display:grid; gap: 10px; }
.ew-mini-row { display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; gap:12px; border-bottom:1px solid rgba(255,255,255,.07); padding: 10px 0; }
.ew-mini-row:last-child { border-bottom:0; }
.ew-mini-row strong { display:block; color: var(--ew-white); overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.ew-mini-row small { display:block; color: var(--ew-muted); overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.ew-row-end { display:flex; align-items:center; justify-content:flex-end; }
.ew-row-actions { display:flex; gap:7px; flex-wrap:wrap; justify-content:flex-end; }
.ew-dot { width:7px; height:7px; border-radius:999px; background: var(--ew-orange); box-shadow:0 0 0 5px rgba(255,122,26,.10); }
.ew-empty { padding: 16px; border:1px dashed rgba(255,255,255,.13); border-radius: 16px; color: var(--ew-muted); background: rgba(255,255,255,.025); }
.ew-balance { display:grid; gap: 12px; }
.ew-balance strong { font-size: 2rem; letter-spacing:-.05em; }
.ew-progress { height:10px; border-radius:999px; background: rgba(255,255,255,.09); overflow:hidden; }
.ew-progress span { display:block; height:100%; border-radius:999px; background: linear-gradient(135deg, var(--ew-blue), var(--ew-orange)); }
/* Admin console */
.ew-admin-console { display:grid; grid-template-columns: 260px minmax(0,1fr); min-height: calc(100vh - 78px); }
.ew-admin-main { min-width:0; padding: 28px; }
.ew-admin-snapshot { display:grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap:18px; margin: 18px 0; }
/* Legacy support */
.ew-hero-layout { display: grid; grid-template-columns: 1.14fr .86fr; gap: 22px; align-items: stretch; }
/* Responsive */
@media (max-width: 1180px) {
  .ew-metric-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .ew-stats { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .ew-dashboard-shell, .ew-admin-console { grid-template-columns: 1fr; }
  .ew-sidebar { position: relative; top:auto; height:auto; border-right:0; border-bottom:1px solid var(--ew-line); }
  .ew-side-bottom { position:relative; left:auto; right:auto; bottom:auto; margin-top:18px; }
  .ew-side-nav { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .ew-dash-grid, .ew-dash-grid.equal, .ew-admin-snapshot { grid-template-columns: 1fr; }
}
@media (max-width: 920px) {
  .ew-nav { align-items: flex-start; padding: 14px 0; flex-direction: column; }
  .ew-links { justify-content: flex-start; }
  .ew-hero-grid, .ew-hero-layout, .ew-grid.two, .ew-grid.three, .ew-grid.four, .ew-form-grid, .ew-fields, .ew-tools { grid-template-columns: 1fr; }
  .ew-home-stats { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ew-card { padding: 18px; }
  .ew-title { font-size: clamp(2rem, 12vw, 3.4rem); }
  .ew-dashboard-main, .ew-admin-main { padding: 20px 4vw; }
  .ew-dash-top { align-items:flex-start; flex-direction:column; }
}
@media (max-width: 620px) {
  .ew-shell { width: min(94vw, var(--ew-max)); }
  .ew-links a, .ew-nav-button { font-size: .8rem; padding: 8px 10px; }
  .ew-btn { width: 100%; }
  .ew-actions { width: 100%; }
  .ew-metric-grid, .ew-stats, .ew-home-stats { grid-template-columns: 1fr; }
  .ew-side-nav { grid-template-columns: 1fr; }
  .ew-back-home { left: 10px; right: 10px; justify-content: center; }
  .ew-mini-row { grid-template-columns:auto minmax(0,1fr); }
  .ew-row-end, .ew-row-actions { grid-column: 2; justify-content:flex-start; }
}

/* HE Work landing concept v1 — closer to supplied main-page mockup */
.he-work-landing-page .ew-main { padding: 0 0 70px; }
.he-work-landing-page {
  background:
    radial-gradient(circle at 15% 8%, rgba(255, 122, 26, 0.13), transparent 28%),
    radial-gradient(circle at 80% 4%, rgba(37, 99, 235, 0.10), transparent 26%),
    linear-gradient(180deg, #05080b 0%, #071017 45%, #05080b 100%);
}
.he-work-landing-page .ew-hq-return {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 122, 26, 0.30);
  border-radius: 999px;
  color: #fff7ed;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(14px);
  text-decoration: none;
  font-weight: 950;
  font-size: .8rem;
}
.ew-landing-header {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(3, 6, 10, .88);
  backdrop-filter: blur(18px);
}
.ew-landing-nav {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}
.ew-landing-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f8fafc;
  text-decoration: none;
  font-size: clamp(1.6rem, 2.5vw, 2.25rem);
  line-height: 1;
  font-weight: 1000;
  letter-spacing: .10em;
  font-style: italic;
}
.ew-landing-brand span { color: #f8fafc; }
.ew-landing-brand::first-letter { color: #f8fafc; }
.ew-landing-brand { text-shadow: 0 0 28px rgba(255,122,26,.10); }
.ew-landing-brand { color: #ff7a1a; }
.ew-landing-brand span { color: #f8fafc; }
.ew-landing-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}
.ew-landing-links a {
  position: relative;
  color: rgba(248,250,252,.82);
  text-decoration: none;
  font-weight: 850;
  font-size: .98rem;
  padding: 29px 0 25px;
}
.ew-landing-links a.active,
.ew-landing-links a:hover { color: #fff; }
.ew-landing-links a.active::after,
.ew-landing-links a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff7a1a, #f4a426);
}
.ew-landing-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.he-work-landing-page .ew-btn.ghost {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.035);
}
.he-work-landing-page .ew-btn.large { min-width: 178px; min-height: 52px; font-size: 1rem; }
.he-work-landing-page .ew-btn.video {
  min-width: 178px;
  min-height: 52px;
  border-color: rgba(255,255,255,.18);
  background: rgba(0,0,0,.28);
}
.he-work-landing-page .ew-btn.video span { color: #ff7a1a; }
.he-work-landing-page .ew-btn.wide { width: 100%; }
.ew-landing-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: stretch;
  border-bottom: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,122,26,.14), transparent 28%, transparent 72%, rgba(255,122,26,.12)),
    radial-gradient(circle at 50% 40%, rgba(255,255,255,.06), transparent 32%);
}
.ew-landing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.14), rgba(0,0,0,.48)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0, rgba(255,255,255,.025) 1px, transparent 1px, transparent 110px);
  pointer-events: none;
}
.ew-landing-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(210px, .82fr) minmax(460px, 1.38fr) minmax(210px, .82fr);
  gap: 18px;
  align-items: stretch;
  min-height: 620px;
}
.ew-landing-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 44px 0;
}
.ew-landing-copy h1 {
  margin: 0;
  color: #f8fafc;
  font-size: clamp(3.2rem, 6vw, 5.85rem);
  line-height: .96;
  letter-spacing: -.06em;
  font-weight: 1000;
}
.ew-landing-copy h1 span {
  display: inline-block;
  color: #ff7a1a;
}
.ew-landing-copy p {
  max-width: 680px;
  margin: 22px auto 0;
  color: rgba(248,250,252,.82);
  font-size: clamp(1.02rem, 1.25vw, 1.25rem);
  line-height: 1.7;
}
.ew-landing-cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.ew-landing-status-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  width: min(780px, 100%);
  margin-top: 56px;
  border-radius: 28px;
  background: rgba(0,0,0,.20);
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
  overflow: hidden;
}
.ew-landing-status-row div {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "icon strong" "icon small";
  align-items: center;
  gap: 0 13px;
  padding: 18px 22px;
  border-right: 1px solid rgba(255,255,255,.08);
  text-align: left;
}
.ew-landing-status-row div:last-child { border-right: 0; }
.ew-landing-status-row i {
  grid-area: icon;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #ff7a1a;
  background: rgba(255,122,26,.10);
  font-style: normal;
  font-weight: 1000;
}
.ew-landing-status-row strong {
  grid-area: strong;
  color: #f8fafc;
  font-size: 1.18rem;
  line-height: 1.1;
}
.ew-landing-status-row small {
  grid-area: small;
  color: rgba(248,250,252,.68);
  font-weight: 800;
}
.ew-hero-visual {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.ew-hero-visual::after {
  content: "";
  position: absolute;
  inset: 8% 2% 0;
  border-radius: 34px 34px 0 0;
  background: radial-gradient(circle at center bottom, rgba(255,122,26,.18), transparent 58%);
  opacity: .75;
}
.ew-person-card {
  position: relative;
  z-index: 1;
  width: min(290px, 90%);
  height: 470px;
  margin-bottom: 0;
  filter: drop-shadow(0 35px 65px rgba(0,0,0,.72));
}
.ew-worker-figure .ew-person-head,
.ew-business-figure .ew-person-head {
  position: absolute;
  left: 50%;
  top: 118px;
  transform: translateX(-50%);
  width: 124px;
  height: 136px;
  border-radius: 48% 48% 44% 44%;
  background: linear-gradient(160deg, #9b5b36, #5b301d 70%);
  box-shadow: inset 0 -18px 28px rgba(0,0,0,.20);
}
.ew-worker-figure .ew-hardhat {
  position: absolute;
  left: 50%;
  top: 75px;
  transform: translateX(-50%);
  width: 160px;
  height: 78px;
  border-radius: 80px 80px 24px 24px;
  background: linear-gradient(180deg, #f5b72f, #c77a14);
  z-index: 2;
  box-shadow: inset 0 -9px 0 rgba(0,0,0,.16);
}
.ew-worker-figure .ew-hardhat::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 180px;
  height: 20px;
  border-radius: 999px;
  background: #d38417;
}
.ew-worker-figure .ew-glasses {
  position: absolute;
  left: 50%;
  top: 165px;
  transform: translateX(-50%);
  width: 118px;
  height: 26px;
  border: 3px solid rgba(255,255,255,.78);
  border-left-width: 12px;
  border-right-width: 12px;
  border-radius: 999px;
  z-index: 3;
  opacity: .95;
}
.ew-worker-figure .ew-person-body {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 290px;
  height: 265px;
  border-radius: 120px 120px 20px 20px;
  background:
    radial-gradient(circle at 50% 8%, rgba(255,255,255,.08), transparent 22%),
    linear-gradient(180deg, #1c252c, #07090c 72%);
}
.ew-business-figure .ew-person-hair {
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
  width: 164px;
  height: 210px;
  border-radius: 80px 80px 55px 55px;
  background: linear-gradient(160deg, #1b1512, #060506);
  z-index: 1;
}
.ew-business-figure .ew-person-head {
  z-index: 2;
  top: 105px;
  background: linear-gradient(160deg, #c0845c, #815035 75%);
}
.ew-business-figure .ew-blazer {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 292px;
  height: 290px;
  border-radius: 108px 108px 24px 24px;
  background:
    linear-gradient(110deg, transparent 44%, rgba(255,255,255,.08) 45%, transparent 47%),
    linear-gradient(180deg, #141a20, #05070a 74%);
  z-index: 1;
}
.ew-business-figure .ew-arms {
  position: absolute;
  left: 50%;
  top: 306px;
  transform: translateX(-50%) rotate(-4deg);
  width: 245px;
  height: 62px;
  border-radius: 999px;
  background: linear-gradient(180deg, #0d1116, #030405);
  z-index: 3;
  box-shadow: 0 19px 35px rgba(0,0,0,.38);
}
.ew-float-card {
  position: absolute;
  z-index: 4;
  bottom: 42px;
  width: 190px;
  padding: 17px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(11, 15, 19, .78);
  backdrop-filter: blur(16px);
  box-shadow: 0 26px 70px rgba(0,0,0,.50);
}
.ew-float-card-left { left: 0; }
.ew-float-card-right { right: 0; }
.ew-float-card span,
.ew-float-card small,
.ew-float-card em {
  display: block;
  color: rgba(248,250,252,.70);
  font-size: .82rem;
  font-style: normal;
  font-weight: 800;
}
.ew-float-card span::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-radius: 999px;
  background: #ff7a1a;
}
.ew-float-card strong {
  display: block;
  margin: 10px 0 4px;
  color: #f8fafc;
  font-size: 1rem;
}
.ew-float-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 13px;
  border-radius: 9px;
  color: #140a04;
  background: linear-gradient(135deg, #ff7a1a, #f4a426);
  font-weight: 950;
  text-decoration: none;
}
.ew-account-section { padding: 56px 0 28px; }
.ew-section-heading.center {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}
.ew-section-heading h2 {
  margin: 0;
  color: #f8fafc;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1;
  letter-spacing: -.05em;
}
.ew-section-heading p {
  margin: 12px 0 0;
  color: rgba(248,250,252,.68);
  font-size: 1.05rem;
}
.ew-account-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.ew-account-card {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.032));
  box-shadow: 0 24px 65px rgba(0,0,0,.36);
}
.ew-account-card.featured {
  border-color: rgba(255,122,26,.24);
  background: radial-gradient(circle at top left, rgba(255,122,26,.13), transparent 42%), linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.035));
}
.ew-account-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #ff7a1a;
  background: rgba(255,122,26,.12);
  font-size: 1.45rem;
  font-weight: 1000;
}
.ew-account-card h3 {
  margin: 18px 0 8px;
  color: #f8fafc;
  font-size: 1.28rem;
  letter-spacing: -.03em;
}
.ew-account-card p { color: rgba(248,250,252,.70); margin: 0 0 18px; }
.ew-account-card ul {
  list-style: none;
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 0 0 24px;
  color: rgba(248,250,252,.84);
}
.ew-account-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}
.ew-account-card li::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  color: #ff7a1a;
  border: 1px solid rgba(255,122,26,.68);
  font-size: .75rem;
}
.ew-section-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 22px;
  padding: 34px 0;
}
.ew-info-panel {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  background: rgba(255,255,255,.04);
  box-shadow: 0 24px 65px rgba(0,0,0,.30);
}
.ew-info-panel h2 {
  margin: 0 0 18px;
  color: #f8fafc;
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  letter-spacing: -.045em;
}
.ew-live-flow { display: grid; gap: 13px; }
.ew-live-flow div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 13px;
  padding: 15px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: rgba(0,0,0,.20);
}
.ew-live-flow span {
  grid-row: span 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #160a03;
  background: linear-gradient(135deg, #ff7a1a, #f4a426);
  font-weight: 1000;
}
.ew-live-flow strong { color: #f8fafc; }
.ew-live-flow p { margin: 3px 0 0; color: rgba(248,250,252,.66); }
.ew-locked-panel { opacity: .72; filter: grayscale(.25); }
.ew-coming-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}
.ew-coming-grid div {
  min-height: 98px;
  padding: 16px;
  border: 1px dashed rgba(255,255,255,.16);
  border-radius: 16px;
  background: rgba(0,0,0,.22);
}
.ew-coming-grid strong { display: block; color: #f8fafc; }
.ew-coming-grid small { display: block; margin-top: 8px; color: rgba(248,250,252,.48); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.ew-trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 26px 0 0;
}
.ew-trust-row div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 13px;
  align-items: start;
  padding: 18px;
  border-radius: 18px;
}
.ew-trust-row span {
  grid-row: span 2;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #ff7a1a;
  border: 1px solid rgba(255,122,26,.22);
  background: rgba(255,122,26,.07);
  font-weight: 1000;
}
.ew-trust-row strong { color: #f8fafc; }
.ew-trust-row p { margin: 2px 0 0; color: rgba(248,250,252,.64); }
.he-work-landing-page .ew-landing-footer { padding-bottom: 88px; }
@media (max-width: 1180px) {
  .ew-landing-nav { grid-template-columns: 1fr auto; }
  .ew-landing-links { order: 3; grid-column: 1 / -1; justify-content: flex-start; overflow-x: auto; gap: 24px; }
  .ew-landing-links a { padding: 10px 0 16px; white-space: nowrap; }
  .ew-landing-links a.active::after, .ew-landing-links a:hover::after { bottom: 7px; }
  .ew-landing-hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .ew-hero-visual { min-height: 280px; display: none; }
  .ew-landing-copy { min-height: 560px; }
}
@media (max-width: 900px) {
  .ew-landing-status-row,
  .ew-account-grid,
  .ew-section-split,
  .ew-trust-row { grid-template-columns: 1fr; }
  .ew-landing-status-row div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .ew-landing-status-row div:last-child { border-bottom: 0; }
}
@media (max-width: 680px) {
  .ew-landing-nav { display: flex; flex-direction: column; align-items: flex-start; padding: 15px 0; }
  .ew-landing-actions { width: 100%; }
  .ew-landing-actions .ew-btn { width: auto; flex: 1; }
  .ew-landing-copy { min-height: 530px; padding: 38px 0; }
  .ew-landing-copy h1 { font-size: clamp(2.65rem, 14vw, 4.2rem); }
  .ew-landing-copy p { font-size: .98rem; }
  .ew-landing-cta-row .ew-btn { width: 100%; }
  .ew-account-card, .ew-info-panel { padding: 21px; }
  .he-work-landing-page .ew-hq-return { left: 12px; right: 12px; justify-content: center; }
}

/* HE Work Business Dashboard Concept v1 */
body.ew-business-dashboard-page {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 6% 6%, rgba(255, 122, 26, 0.18), transparent 27%),
    radial-gradient(circle at 96% 0%, rgba(37, 99, 235, 0.12), transparent 32%),
    linear-gradient(135deg, #05080b 0%, #071017 52%, #04070b 100%);
}
.ew-dash-app {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 296px minmax(0, 1fr);
}
.ew-biz-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 26px 18px;
  border-right: 1px solid rgba(255,255,255,.085);
  background:
    linear-gradient(180deg, rgba(8, 13, 19, .94), rgba(5, 8, 12, .94)),
    radial-gradient(circle at 0 0, rgba(255, 122, 26, .12), transparent 34%);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.ew-dash-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: #f8fafc;
  text-decoration: none;
  font-size: 1.55rem;
  font-weight: 1000;
  letter-spacing: .02em;
  padding: 0 6px 12px;
}
.ew-dash-brand em {
  color: #ff7a1a;
  font-style: normal;
  letter-spacing: .08em;
}
.ew-biz-profile-card,
.ew-dash-help-card,
.ew-biz-content-card,
.ew-biz-stat-card,
.ew-biz-table-card,
.ew-biz-panel {
  border: 1px solid rgba(255,255,255,.095);
  background: linear-gradient(180deg, rgba(17, 24, 31, .82), rgba(10, 15, 20, .78));
  box-shadow: 0 22px 60px rgba(0,0,0,.24);
}
.ew-biz-profile-card {
  border-radius: 18px;
  padding: 18px;
}
.ew-biz-profile-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ew-biz-logo-orb,
.ew-worker-photo,
.ew-user-orb {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #ffb86b;
  font-weight: 1000;
  background: radial-gradient(circle, rgba(255,122,26,.26), rgba(255,122,26,.08));
  border: 1px solid rgba(255,122,26,.22);
}
.ew-biz-logo-orb {
  border-radius: 50%;
  font-size: .8rem;
  color: #ffd08b;
}
.ew-biz-profile-card strong {
  display: block;
  line-height: 1.1;
}
.ew-biz-profile-card small {
  display: block;
  margin-top: 4px;
  color: var(--ew-muted);
}
.ew-verified-text {
  color: #4ade80 !important;
  font-weight: 800;
}
.ew-pending-text {
  color: #fbbf24 !important;
  font-weight: 800;
}
.ew-biz-menu {
  display: grid;
  gap: 8px;
  margin-top: 2px;
}
.ew-biz-menu a,
.ew-biz-menu button {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 0 13px;
  background: transparent;
  color: #d7dde5;
  text-decoration: none;
  font-weight: 850;
  cursor: pointer;
}
.ew-biz-menu a:hover,
.ew-biz-menu button:hover,
.ew-biz-menu a.active {
  color: #fff;
  background: linear-gradient(90deg, rgba(255,122,26,.22), rgba(255,122,26,.035));
  border-color: rgba(255,122,26,.24);
  box-shadow: inset 4px 0 0 #ff7a1a;
}
.ew-biz-menu span:first-child {
  width: 24px;
  color: #ff8a2a;
  text-align: center;
}
.ew-menu-badge {
  margin-left: auto;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255,122,26,.28);
  font-size: .75rem;
}
.ew-menu-locked {
  opacity: .45;
  cursor: not-allowed !important;
}
.ew-dash-help-card {
  margin-top: auto;
  border-radius: 18px;
  padding: 17px;
}
.ew-dash-help-card strong { display:block; }
.ew-dash-help-card p {
  margin: 4px 0 14px;
  color: var(--ew-muted);
  font-size: .92rem;
}
.ew-biz-main {
  min-width: 0;
  padding: 28px 32px 34px;
}
.ew-biz-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.ew-biz-title h1 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  letter-spacing: -.045em;
}
.ew-biz-title p {
  margin: 3px 0 0;
  color: var(--ew-muted);
}
.ew-biz-top-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.ew-top-icon-btn {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color: #f8fafc;
  display: grid;
  place-items: center;
  position: relative;
}
.ew-top-icon-btn[data-count]::after {
  content: attr(data-count);
  position: absolute;
  right: -6px;
  top: -7px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #ff7a1a;
  color: #120804;
  font-size: .72rem;
  font-weight: 1000;
}
.ew-biz-user-mini {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 6px;
}
.ew-biz-user-mini strong { display:block; line-height:1.1; }
.ew-biz-user-mini small { display:block; color: var(--ew-muted); }
.ew-biz-stat-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}
.ew-biz-stat-card {
  border-radius: 18px;
  padding: 18px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  min-height: 118px;
}
.ew-biz-stat-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #ff7a1a;
  background: rgba(255,122,26,.10);
  border: 1px solid rgba(255,122,26,.12);
  font-weight: 1000;
  font-size: 1.25rem;
}
.ew-biz-stat-card.blue .ew-biz-stat-icon { color: #60a5fa; background: rgba(37,99,235,.12); border-color: rgba(37,99,235,.22); }
.ew-biz-stat-card.green .ew-biz-stat-icon { color: #4ade80; background: rgba(34,197,94,.12); border-color: rgba(34,197,94,.20); }
.ew-biz-stat-card.gold .ew-biz-stat-icon { color: #facc15; background: rgba(250,204,21,.12); border-color: rgba(250,204,21,.20); }
.ew-biz-stat-label {
  color: rgba(248,250,252,.78);
  font-weight: 800;
  font-size: .9rem;
}
.ew-biz-stat-value {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-size: 1.85rem;
  font-weight: 900;
  letter-spacing: -.03em;
}
.ew-biz-stat-note {
  display: block;
  color: #4ade80;
  font-size: .85rem;
  margin-top: 2px;
}
.ew-biz-stat-note.warn { color: #fbbf24; }
.ew-biz-stat-note.muted { color: var(--ew-muted); }
.ew-biz-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(360px, .95fr);
  gap: 16px;
}
.ew-biz-left,
.ew-biz-right {
  display: grid;
  gap: 16px;
  align-content: start;
}
.ew-biz-content-card,
.ew-biz-table-card,
.ew-biz-panel {
  border-radius: 18px;
  padding: 20px;
}
.ew-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.ew-card-head h2 {
  margin: 0;
  font-size: 1.15rem;
  letter-spacing: -.02em;
}
.ew-card-link {
  color: #ff8a2a;
  font-weight: 850;
  text-decoration: none;
  font-size: .92rem;
}
.ew-card-link.blue { color: #60a5fa; }
.ew-biz-request-list,
.ew-biz-shift-list,
.ew-biz-application-list,
.ew-biz-notice-list,
.ew-biz-payment-list {
  display: grid;
  gap: 0;
}
.ew-biz-row,
.ew-biz-app-row,
.ew-biz-shift-row,
.ew-biz-notice-row,
.ew-biz-payment-row {
  display: grid;
  gap: 12px;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.075);
  padding: 14px 0;
}
.ew-biz-row { grid-template-columns: 1.3fr .7fr .65fr .62fr 96px; }
.ew-biz-row:first-child,
.ew-biz-app-row:first-child,
.ew-biz-shift-row:first-child,
.ew-biz-notice-row:first-child,
.ew-biz-payment-row:first-child { border-top: 0; }
.ew-request-main {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}
.ew-request-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #ff7a1a;
  background: rgba(255,122,26,.11);
  flex: 0 0 auto;
}
.ew-request-main strong,
.ew-biz-shift-row strong,
.ew-biz-app-row strong {
  display: block;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ew-request-main small,
.ew-biz-cell small,
.ew-biz-shift-row small,
.ew-biz-app-row small,
.ew-biz-notice-row small,
.ew-biz-payment-row small {
  display: block;
  color: var(--ew-muted);
  margin-top: 2px;
}
.ew-biz-cell { min-width: 0; }
.ew-biz-cell strong { color: #f8fafc; }
.ew-status-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: .78rem;
  font-weight: 900;
  color: #dbeafe;
  background: rgba(37,99,235,.16);
  border: 1px solid rgba(37,99,235,.2);
  text-transform: capitalize;
}
.ew-status-pill.pending,
.ew-status-pill.pending_review,
.ew-status-pill.hidden,
.ew-status-pill.not_requested { color: #fde68a; background: rgba(245,158,11,.15); border-color: rgba(245,158,11,.2); }
.ew-status-pill.approved,
.ew-status-pill.open,
.ew-status-pill.active,
.ew-status-pill.visible,
.ew-status-pill.paid { color: #bbf7d0; background: rgba(34,197,94,.16); border-color: rgba(34,197,94,.20); }
.ew-status-pill.completed,
.ew-status-pill.closed,
.ew-status-pill.read { color: #e5e7eb; background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.12); }
.ew-status-pill.payment_due,
.ew-status-pill.failed,
.ew-status-pill.checkout_started { color: #fed7aa; background: rgba(249,115,22,.18); border-color: rgba(249,115,22,.25); }
.ew-small-action {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.13);
  padding: 0 12px;
  color: #fff;
  background: rgba(255,255,255,.04);
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}
.ew-small-action.primary {
  color: #120804;
  background: linear-gradient(135deg, #ff7a1a, #ff9b35);
  border-color: rgba(255,122,26,.65);
}
.ew-small-action.locked {
  opacity: .48;
  cursor: not-allowed;
}
.ew-biz-shift-row {
  grid-template-columns: 60px 1fr auto auto;
}
.ew-date-tile {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  color: #fff;
  background: rgba(255,255,255,.035);
  font-weight: 900;
  line-height: 1;
}
.ew-date-tile span { display:block; color:#b7c0cf; font-size:.72rem; letter-spacing:.08em; }
.ew-date-tile strong { font-size:1.35rem; }
.ew-biz-app-tabs {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}
.ew-biz-app-tabs span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  color: rgba(248,250,252,.84);
  font-weight: 850;
  font-size: .85rem;
}
.ew-biz-app-tabs span.active { background: rgba(255,122,26,.15); color: #fed7aa; }
.ew-biz-app-row { grid-template-columns: auto 1fr auto auto; }
.ew-worker-photo {
  color: #fff;
  background: linear-gradient(135deg, rgba(255,122,26,.35), rgba(37,99,235,.35));
}
.ew-biz-balance {
  display: grid;
  gap: 12px;
}
.ew-balance-amount {
  font-size: 2.05rem;
  font-weight: 900;
  letter-spacing: -.04em;
}
.ew-balance-note { color: var(--ew-muted); }
.ew-biz-button-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 8px;
}
.ew-biz-notice-row,
.ew-biz-payment-row { grid-template-columns: 1fr auto; }
.ew-biz-empty,
.ew-biz-locked-box {
  border: 1px dashed rgba(255,255,255,.14);
  border-radius: 16px;
  padding: 18px;
  background: rgba(255,255,255,.026);
  color: var(--ew-muted);
}
.ew-biz-locked-box strong {
  display: block;
  color: #f8fafc;
  margin-bottom: 4px;
}
.ew-live-ready,
.ew-coming-soon {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: .74rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.ew-live-ready { color: #bbf7d0; background: rgba(34,197,94,.13); border: 1px solid rgba(34,197,94,.22); }
.ew-coming-soon { color: #cbd5e1; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); }
.ew-biz-auth-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
}
.ew-biz-auth-grid {
  width: min(1060px, 96vw);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}
.ew-biz-auth-copy {
  border-radius: 24px;
  border: 1px solid rgba(255,122,26,.18);
  background:
    radial-gradient(circle at 15% 10%, rgba(255,122,26,.20), transparent 35%),
    linear-gradient(180deg, rgba(17,24,31,.86), rgba(7,12,17,.82));
  padding: 34px;
}
.ew-biz-auth-copy .ew-dash-brand { padding: 0; margin-bottom: 34px; }
.ew-biz-auth-copy h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: .98;
  letter-spacing: -.06em;
}
.ew-biz-auth-copy h1 span { color: #ff7a1a; }
.ew-biz-auth-copy p { color: var(--ew-muted); max-width: 520px; }
.ew-biz-auth-list {
  display: grid;
  gap: 11px;
  margin-top: 26px;
}
.ew-biz-auth-list div {
  padding: 13px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.04);
}
.ew-biz-auth-panel .ew-card { height: 100%; margin:0; }
.ew-biz-profile-missing {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
}
.ew-biz-profile-missing .ew-biz-content-card { width: min(720px, 94vw); }
@media (max-width: 1280px) {
  .ew-dash-app { grid-template-columns: 250px minmax(0, 1fr); }
  .ew-biz-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ew-biz-layout { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .ew-dash-app { display: block; }
  .ew-biz-sidebar { position: relative; height: auto; }
  .ew-biz-main { padding: 22px 16px 28px; }
  .ew-biz-topbar { align-items: flex-start; flex-direction: column; }
  .ew-biz-stat-grid { grid-template-columns: 1fr; }
  .ew-biz-row,
  .ew-biz-shift-row,
  .ew-biz-app-row,
  .ew-biz-notice-row,
  .ew-biz-payment-row { grid-template-columns: 1fr; }
  .ew-biz-button-grid,
  .ew-biz-auth-grid { grid-template-columns: 1fr; }
}

/* Business dashboard v2: embedded request tabs */
.ew-biz-menu button.active {
  color: #fff;
  background: linear-gradient(90deg, rgba(255,122,26,.22), rgba(255,122,26,.035));
  border-color: rgba(255,122,26,.24);
  box-shadow: inset 4px 0 0 #ff7a1a;
}
.ew-card-link {
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.ew-biz-tab-body {
  display: grid;
  gap: 16px;
}
.ew-biz-section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}
.ew-biz-wide {
  width: 100%;
}
.ew-embedded-form {
  margin-top: 16px;
}
.gold-glow {
  border-color: rgba(255,122,26,.26) !important;
  background:
    radial-gradient(circle at top left, rgba(255,122,26,.12), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.028)) !important;
}
.ew-locked-soft {
  opacity: .72;
  filter: grayscale(.35);
}
.ew-biz-top-actions button.ew-btn,
.ew-top-icon-btn {
  cursor: pointer;
}
.ew-top-icon-btn:hover {
  border-color: rgba(255,122,26,.45);
  background: rgba(255,122,26,.10);
}
.ew-biz-profile-row { min-width: 0; }
.ew-biz-profile-row strong,
.ew-biz-user-mini strong { overflow-wrap: anywhere; }
.ew-biz-auth-copy h1 span { color: #ff7a1a; }
.ew-biz-empty strong { color: #f8fafc; }
@media (max-width: 720px) {
  .ew-card-head { align-items: flex-start; flex-direction: column; }
  .ew-biz-top-actions { width: 100%; }
  .ew-biz-top-actions .ew-btn.primary { flex: 1 1 220px; }
}


/* HE Work dashboard nav fix v4 */
.ew-dashboard-loader {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 122, 26, 0.12), transparent 34%),
    radial-gradient(circle at 78% 12%, rgba(37, 99, 235, 0.12), transparent 30%),
    #05080b;
}
.ew-dashboard-loader article {
  width: min(440px, 100%);
  border: 1px solid var(--ew-line);
  background: rgba(13, 18, 23, 0.88);
  border-radius: var(--ew-radius-lg);
  padding: 28px;
  box-shadow: var(--ew-shadow-soft);
  text-align: center;
}
.ew-dashboard-loader strong { display: block; font-size: 1.35rem; margin-bottom: 8px; }
.ew-dashboard-loader p { color: var(--ew-muted); margin: 0 0 18px; }
.ew-landing-actions .ew-btn.secondary {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 122, 26, 0.32);
  color: var(--ew-white);
}
@media (max-width: 760px) {
  .ew-landing-actions { width: 100%; justify-content: stretch; }
  .ew-landing-actions .ew-btn { flex: 1 1 140px; justify-content: center; }
}


/* =========================================================
   HE Work v10 — Modern Messages + Admin Control Add-On
   Lightweight, social-style workspace shared by business,
   worker, and admin dashboards.
   ========================================================= */
.ew-dash-app.v10 .ew-biz-main{min-width:0}.ew-biz-menu button,.ew-biz-menu a{cursor:pointer}.ew-menu-badge.pulse{background:#ff7a18;color:#0b1018;box-shadow:0 0 0 4px rgba(255,122,24,.12)}
.ew-modern-shell{display:grid;grid-template-columns:minmax(260px,330px) minmax(0,1fr) minmax(250px,320px);gap:14px;min-height:640px}.ew-modern-panel{background:rgba(8,13,22,.82);border:1px solid rgba(255,255,255,.08);border-radius:22px;box-shadow:0 24px 80px rgba(0,0,0,.28);overflow:hidden}.ew-modern-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 18px 12px;border-bottom:1px solid rgba(255,255,255,.07)}.ew-modern-head h2{margin:0;font-size:20px;letter-spacing:-.03em}.ew-modern-head p{margin:4px 0 0;color:rgba(235,242,255,.64);font-size:13px}.ew-chat-list-tools{padding:14px;display:grid;gap:10px;border-bottom:1px solid rgba(255,255,255,.06)}.ew-search-slim{width:100%;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.045);border-radius:999px;color:#eef5ff;padding:11px 14px;outline:none}.ew-filter-row{display:flex;gap:7px;flex-wrap:wrap}.ew-filter-chip{border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.045);color:rgba(235,242,255,.74);border-radius:999px;padding:7px 10px;font-size:12px}.ew-filter-chip.active{background:linear-gradient(135deg,#ff7a18,#ffb245);color:#111827;border-color:transparent;font-weight:800}.ew-convo-list{max-height:560px;overflow:auto;padding:8px}.ew-convo-row{width:100%;border:0;background:transparent;color:inherit;text-align:left;border-radius:18px;padding:11px;display:grid;grid-template-columns:42px 1fr auto;gap:10px;align-items:center;cursor:pointer}.ew-convo-row:hover,.ew-convo-row.active{background:rgba(255,255,255,.06)}.ew-convo-row.active{box-shadow:inset 3px 0 0 #ff7a18}.ew-chat-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,rgba(255,122,24,.9),rgba(35,107,255,.8));color:#fff;font-weight:900;position:relative;flex:none}.ew-chat-avatar.support{background:linear-gradient(135deg,#ffb245,#111827);color:#111}.ew-online-dot{position:absolute;right:0;bottom:1px;width:10px;height:10px;border-radius:999px;background:#27e08a;border:2px solid #0b1018}.ew-convo-meta strong{display:block;font-size:13.5px;color:#f6f8ff;line-height:1.2}.ew-convo-meta small{display:block;font-size:12px;color:rgba(235,242,255,.55);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:185px}.ew-convo-time{font-size:11px;color:rgba(235,242,255,.45);text-align:right}.ew-unread-pill{display:inline-grid;place-items:center;min-width:20px;height:20px;border-radius:999px;background:#ff7a18;color:#111;font-size:11px;font-weight:900;margin-top:5px}.ew-chat-panel{display:grid;grid-template-rows:auto 1fr auto;min-height:640px}.ew-chat-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.025)}.ew-chat-title{display:flex;align-items:center;gap:12px;min-width:0}.ew-chat-title h3{margin:0;font-size:16px}.ew-chat-title small{display:block;color:rgba(235,242,255,.56);font-size:12px}.ew-chat-tools{display:flex;gap:8px}.ew-icon-soft{border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.045);color:rgba(235,242,255,.76);border-radius:12px;width:36px;height:36px;display:grid;place-items:center}.ew-chat-body{padding:18px;overflow:auto;background:radial-gradient(circle at top right,rgba(35,107,255,.12),transparent 32%),radial-gradient(circle at bottom left,rgba(255,122,24,.10),transparent 34%)}.ew-day-chip{display:table;margin:0 auto 14px;background:rgba(255,255,255,.07);color:rgba(235,242,255,.7);padding:6px 12px;border-radius:999px;font-size:11px}.ew-message-row{display:flex;margin:10px 0;gap:8px;align-items:flex-end}.ew-message-row.mine{justify-content:flex-end}.ew-message-row.support .ew-message-bubble{border-color:rgba(255,122,24,.35);background:rgba(255,122,24,.08)}.ew-message-bubble{max-width:min(620px,78%);border:1px solid rgba(255,255,255,.08);background:rgba(17,25,39,.92);border-radius:20px 20px 20px 6px;padding:10px 12px;color:#eef5ff;box-shadow:0 14px 30px rgba(0,0,0,.18)}.ew-message-row.mine .ew-message-bubble{background:linear-gradient(135deg,rgba(32,99,226,.92),rgba(24,63,148,.92));border-color:rgba(91,156,255,.35);border-radius:20px 20px 6px 20px}.ew-message-author{display:block;font-size:11px;font-weight:800;color:rgba(255,255,255,.72);margin-bottom:4px}.ew-message-text{font-size:14px;line-height:1.45;white-space:pre-wrap}.ew-message-time{display:block;font-size:10px;color:rgba(235,242,255,.48);margin-top:6px}.ew-compose{display:flex;gap:10px;align-items:flex-end;padding:14px;border-top:1px solid rgba(255,255,255,.07);background:rgba(6,10,17,.9)}.ew-compose textarea{resize:none;min-height:44px;max-height:120px;flex:1;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.05);color:#f7fbff;border-radius:18px;padding:12px 14px;outline:none;font:inherit}.ew-send-btn{border:0;border-radius:16px;background:linear-gradient(135deg,#ff7a18,#ffb245);color:#111;font-weight:900;padding:12px 16px;cursor:pointer}.ew-detail-card{padding:18px}.ew-detail-hero{text-align:center;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.07)}.ew-detail-hero .ew-chat-avatar{width:70px;height:70px;margin:0 auto 10px;font-size:22px}.ew-detail-hero h3{margin:0}.ew-detail-stack{display:grid;gap:10px;margin-top:14px}.ew-detail-mini{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:12px}.ew-detail-mini strong{display:block;font-size:12px;color:#fff}.ew-detail-mini small,.ew-detail-mini p{margin:3px 0 0;color:rgba(235,242,255,.58);font-size:12px}.ew-action-stack{display:grid;gap:8px;margin-top:14px}.ew-action-stack .ew-small-action,.ew-action-stack .ew-btn{width:100%;justify-content:center}.ew-danger-lite{border-color:rgba(255,83,83,.35)!important;color:#ff9b9b!important}.ew-empty-modern{display:grid;place-items:center;text-align:center;padding:60px 25px;color:rgba(235,242,255,.62)}.ew-empty-modern h3{color:#fff;margin:0 0 6px}.ew-report-box{background:rgba(255,122,24,.08);border:1px solid rgba(255,122,24,.22);border-radius:16px;padding:12px;margin-top:12px}.ew-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.68);display:grid;place-items:center;z-index:9999;padding:18px}.ew-modal-card{width:min(520px,100%);background:#0b1018;border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:20px;box-shadow:0 30px 90px rgba(0,0,0,.48)}.ew-modal-card h3{margin-top:0}.ew-admin-live-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:14px}.ew-admin-action-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.ew-soft-red{background:rgba(255,83,83,.1);border-color:rgba(255,83,83,.22)}.ew-live-dot{display:inline-flex;align-items:center;gap:6px}.ew-live-dot:before{content:'';width:8px;height:8px;border-radius:50%;background:#27e08a;box-shadow:0 0 0 5px rgba(39,224,138,.12)}
@media(max-width:1120px){.ew-modern-shell{grid-template-columns:280px 1fr}.ew-modern-shell .ew-modern-panel.details{grid-column:1/-1}.ew-admin-live-grid{grid-template-columns:1fr}}@media(max-width:780px){.ew-modern-shell{grid-template-columns:1fr;min-height:0}.ew-chat-panel{min-height:560px}.ew-message-bubble{max-width:88%}.ew-convo-list{max-height:360px}.ew-dash-app.v10{display:block}.ew-biz-sidebar{position:relative;width:auto}.ew-biz-main{padding:14px}.ew-biz-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}


/* HE Work v10.3 stabilization */
.ew-page-error{min-height:100vh;display:grid;place-items:center;padding:24px;background:#05080b;color:#f8fafc}.ew-page-error article{max-width:760px;background:rgba(13,18,23,.92);border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:28px}.ew-route-card{max-width:760px;margin:80px auto;padding:26px;background:rgba(13,18,23,.9);border:1px solid rgba(255,255,255,.08);border-radius:22px;color:#f8fafc}.ew-login-lock{margin-top:12px;padding:12px 14px;border:1px solid rgba(255,122,26,.25);border-radius:14px;background:rgba(255,122,26,.08);color:#ffd7b0}.ew-auth-warning{padding:10px 12px;border-radius:12px;background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.25);color:#fecaca}.ew-soft-note{font-size:12px;color:#9aa6b5}.ew-admin-profile-shell{min-height:100vh;padding:32px;background:#05080b;color:#f8fafc}.ew-admin-profile-shell .ew-biz-content-card{max-width:900px;margin:0 auto}.ew-message-bubble .ew-message-author{display:block;font-size:12px;font-weight:700;margin-bottom:5px;color:#fff}.ew-message-row.support .ew-message-bubble{border-color:rgba(255,122,26,.35);background:rgba(255,122,26,.10)}.ew-support-open-banner{margin:12px 0;padding:10px 12px;border:1px solid rgba(255,122,26,.25);background:rgba(255,122,26,.08);border-radius:14px;color:#ffd7b0;font-size:13px}.ew-hidden{display:none!important}.ew-form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:800px){.ew-form-grid.two{grid-template-columns:1fr}.ew-modern-shell{grid-template-columns:1fr!important}}

/* HE Work v10.4 auth stabilizer */
.ew-auth-warning{margin:16px 0;padding:12px 14px;border:1px solid rgba(255,92,92,.35);background:rgba(255,92,92,.1);border-radius:14px;color:#ffd3d3;font-size:14px}.ew-login-lock{margin-top:14px;padding:12px 14px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);border-radius:14px;color:#b9c4d4;font-size:13px}.ew-vtag{display:inline-flex;gap:6px;align-items:center;margin-top:10px;padding:6px 10px;border-radius:999px;background:rgba(255,137,41,.12);border:1px solid rgba(255,137,41,.26);color:#ffb86b;font-size:12px;font-weight:700}.ew-page-error{max-width:900px;margin:40px auto;padding:22px;border-radius:20px;background:rgba(13,19,29,.88);border:1px solid rgba(255,255,255,.12);color:#fff}.ew-auth-single .ew-tabs{display:none}.ew-compact-form-note{font-size:13px;color:#9eaabd;margin-top:10px}.ew-admin-profile-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.ew-soft-banner{padding:10px 12px;border-radius:14px;border:1px solid rgba(78,160,255,.25);background:rgba(78,160,255,.09);color:#cfe4ff;font-size:13px;margin-bottom:12px}.ew-empty-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.ew-route-loading{min-height:100vh;display:grid;place-items:center;background:#070b12;color:#fff;font-family:Inter,system-ui,sans-serif}.ew-route-loading div{max-width:520px;padding:24px;border-radius:20px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1)}
