  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  :root {
    --black: #000; --dark: #0A0A0A; --mid: #5C5C5C; --light: #A0A0A0;
    --pale: #C4C4C4; --nw: #F0F0F0; --white: #FFF;
    --em: #F05A10; --em-lt: #F47A3E; --em-dk: #C04A0D;
    --f: 'Outfit', sans-serif; --m: 'JetBrains Mono', monospace;
    --surface: #111; --surface-border: rgba(255,255,255,.06);
    --green: #22c55e; --green-d: rgba(34,197,94,.12);
    --blue: #3b82f6; --blue-d: rgba(59,130,246,.12);
    --yellow: #eab308; --yellow-d: rgba(234,179,8,.12);
    --purple: #a855f7; --purple-d: rgba(168,85,247,.12);
  }
  html { font-size: 16px; scroll-behavior: smooth; }
  body { font-family: var(--f); background: var(--dark); color: var(--white); -webkit-font-smoothing: antialiased; min-height: 100vh; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height: 52px; background: rgba(17,17,17,.92); backdrop-filter: blur(20px); border-bottom: 1px solid var(--surface-border); display: flex; align-items: center; justify-content: space-between; padding: 0 24px; }
  .nav-left { display: flex; align-items: center; gap: 0; }
  .nl { display: flex; align-items: center; gap: 8px; margin-right: 32px; text-decoration: none; cursor: pointer; }
  .nl svg { flex-shrink: 0; display: block; }
  .nw { font-weight: 800; font-size: 13px; letter-spacing: .08em; color: var(--white); }
  .nd { font-family: var(--m); font-size: 10px; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; color: var(--em); margin-left: 2px; }
  .nav-links { display: flex; align-items: center; gap: 0; }
  .nav-link { font-family: var(--m); font-size: 11px; font-weight: 500; letter-spacing: .06em; color: rgba(255,255,255,.4); text-decoration: none; padding: 16px 16px; position: relative; transition: color .2s; cursor: pointer; }
  .nav-link:hover { color: var(--white); }
  .nav-link.active { color: var(--white); }
  .nav-link.active::after { content: ''; position: absolute; bottom: 0; left: 16px; right: 16px; height: 2px; background: var(--em); border-radius: 1px; }
  .nav-divider { width: 1px; height: 20px; background: var(--surface-border); margin: 0 8px; }
  .nav-ext-group { display: flex; align-items: center; gap: 0; }
  .nav-ext { font-family: var(--m); font-size: 10px; font-weight: 400; letter-spacing: .05em; color: rgba(255,255,255,.2); text-decoration: none; padding: 16px 10px; display: flex; align-items: center; gap: 5px; transition: color .2s; }
  .nav-ext:hover { color: rgba(255,255,255,.4); }
  .nav-ext svg { width: 10px; height: 10px; }
  .nav-right { display: flex; align-items: center; gap: 12px; }
  .nav-logout { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.25); cursor: pointer; transition: all .15s; }
  .nav-logout:hover { color: rgba(255,255,255,.6); background: rgba(255,255,255,.04); }
  .nav-user { display: flex; align-items: center; gap: 10px; cursor: pointer; padding: 4px 8px 4px 4px; border-radius: 8px; transition: background .15s; }
  .nav-user:hover { background: rgba(255,255,255,.04); }
  .nav-avatar-top { width: 30px; height: 30px; border-radius: 8px; background: var(--em); display: flex; align-items: center; justify-content: center; font-family: var(--m); font-size: 10px; font-weight: 700; color: #fff; letter-spacing: .03em; }
  .nav-user-info { display: flex; flex-direction: column; }
  .nav-user-name { font-size: 11px; font-weight: 500; color: rgba(255,255,255,.7); line-height: 1.2; }
  .nav-user-role { font-family: var(--m); font-size: 9px; color: rgba(255,255,255,.15); letter-spacing: .06em; text-transform: uppercase; }
  .mobile-menu-btn { display: none; background: none; border: none; color: rgba(255,255,255,.7); cursor: pointer; padding: 4px; }

  /* Mobile Nav Overlay */
  .mobile-nav { position: fixed; inset: 0; top: 52px; z-index: 999; background: rgba(17,17,17,.97); backdrop-filter: blur(20px); padding: 32px 24px; display: none; flex-direction: column; gap: 24px; }
  .mobile-nav.open { display: flex; }
  .mobile-nav-section { font-family: var(--m); font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.2); padding-bottom: 8px; border-bottom: 1px solid var(--surface-border); }
  .mobile-nav a { display: block; font-size: 18px; font-weight: 500; color: rgba(255,255,255,.4); text-decoration: none; padding: 8px 0; transition: color .15s; }
  .mobile-nav a:hover, .mobile-nav a.active { color: var(--white); }
  .mobile-nav-ext { display: flex; gap: 12px; margin-top: 16px; }
  .mobile-nav-ext a { font-family: var(--m); font-size: 10px; color: rgba(255,255,255,.2); text-decoration: none; padding: 10px 16px; border: 1px solid var(--surface-border); border-radius: 8px; flex: 1; text-align: center; display: flex; align-items: center; justify-content: center; gap: 6px; transition: all .15s; }
  .mobile-nav-ext a:hover { color: rgba(255,255,255,.5); border-color: rgba(255,255,255,.12); }
  .mobile-nav-user { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--surface-border); }
  .mobile-nav-user .nav-avatar-top { width: 36px; height: 36px; font-size: 12px; }
  .mobile-nav-user-info { display: flex; flex-direction: column; }
  .mobile-nav-user-name { font-size: 14px; font-weight: 600; color: var(--white); }
  .mobile-nav-user-role { font-family: var(--m); font-size: 10px; color: rgba(255,255,255,.3); letter-spacing: .06em; text-transform: uppercase; }
  .mobile-nav-signout { font-family: var(--m); font-size: 10px; color: rgba(255,255,255,.2); text-decoration: none; cursor: pointer; margin-top: auto; padding: 12px 0; border-top: 1px solid var(--surface-border); transition: color .15s; }
  .mobile-nav-signout:hover { color: rgba(255,255,255,.5); }

  main { padding-top: 52px; }

  /* VIEWS */
  .view { display: none; }
  .view.active { display: block; animation: viewIn .4s cubic-bezier(.22,1,.36,1) both; }
  @keyframes viewIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

  /* ====== SHARED ====== */
  .page { max-width: 1200px; margin: 0 auto; padding: 0 48px; }
  .hero { padding: 72px 48px 0; max-width: 1200px; margin: 0 auto; }
  .hero-label { font-family: var(--m); font-size: 10px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--em); margin-bottom: 20px; display: flex; align-items: center; gap: 12px; }
  .hero-label::after { content: ''; flex: 1; height: 1px; background: rgba(255,255,255,.06); max-width: 200px; }
  .hero-title { font-weight: 800; font-size: clamp(32px, 4.5vw, 52px); line-height: 1.05; letter-spacing: -.02em; color: #fff; margin-bottom: 48px; }
  .hero-title span { color: var(--em); }

  .page-header { padding: 48px 0 40px; display: flex; align-items: center; gap: 16px; }
  .page-back { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.04); border: 1px solid var(--surface-border); cursor: pointer; transition: all .2s; flex-shrink: 0; }
  .page-back:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.12); }
  .page-back svg { width: 16px; height: 16px; stroke: rgba(255,255,255,.65); stroke-width: 2; fill: none; }
  .page-label { font-family: var(--m); font-size: 10px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--em); }
  .page-title { font-weight: 800; font-size: 28px; letter-spacing: -.01em; color: #fff; }

  /* STATUS */
  .status-bar { padding: 0 48px 48px; max-width: 1200px; margin: 0 auto; }
  .status-inner { display: flex; align-items: center; gap: 12px; padding: 14px 24px; background: rgba(255,255,255,.03); border: 1px solid var(--surface-border); border-radius: 10px; }
  .status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--em); animation: statusPulse 2s ease infinite; flex-shrink: 0; }
  @keyframes statusPulse { 0%, 100% { opacity: 1; } 50% { opacity: .3; } }
  .status-text { font-family: var(--m); font-size: 10px; letter-spacing: .06em; color: rgba(255,255,255,.5); }


  /* ====== ENTRY CARDS (Dashboard) ====== */
  .entry-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; padding: 0 48px 40px; max-width: 1200px; margin: 0 auto; }

  .entry-card { background: var(--surface); border: 1px solid var(--surface-border); border-radius: 16px; padding: 48px 40px; cursor: pointer; transition: all .35s cubic-bezier(.22,1,.36,1); position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; min-height: 280px; }
  .entry-card:hover { border-color: rgba(240,90,16,.5); transform: translateY(-2px); box-shadow: 0 12px 40px rgba(240,90,16,.08); background: rgba(240,90,16,.04); }
  .entry-card:hover .entry-icon { background: var(--em); }
  .entry-card:hover .entry-icon svg { stroke: white; }
  .entry-card:hover .entry-title { color: #fff; }
  .entry-card:hover .entry-desc { color: rgba(255,255,255,.7); }
  .entry-card:hover .entry-cta { color: var(--em); }
  .entry-card.primary { border-color: rgba(240,90,16,.3); background: rgba(240,90,16,.04); transition: all .35s cubic-bezier(.22,1,.36,1); }
  .entry-card.primary:hover { border-color: rgba(240,90,16,.5); box-shadow: 0 12px 40px rgba(240,90,16,.08); }
  .entry-cards:hover .entry-card.primary:not(:hover) { border-color: var(--surface-border); background: var(--surface); }
  .entry-cards:hover .entry-card.primary:not(:hover) .entry-icon { background: rgba(255,255,255,.04); }
  .entry-cards:hover .entry-card.primary:not(:hover) .entry-icon svg { stroke: rgba(255,255,255,.55); }
  .entry-cards:hover .entry-card.primary:not(:hover) .entry-title { color: rgba(255,255,255,.6); }
  .entry-cards:hover .entry-card.primary:not(:hover) .entry-desc { color: rgba(255,255,255,.25); }
  .entry-cards:hover .entry-card.primary:not(:hover) .entry-cta { color: rgba(255,255,255,.5); }

  .entry-icon { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.04); margin-bottom: 32px; }
  .entry-card.primary .entry-icon { background: var(--em); }
  .entry-icon svg { width: 26px; height: 26px; stroke: rgba(255,255,255,.55); stroke-width: 1.5; fill: none; }
  .entry-card.primary .entry-icon svg { stroke: white; }

  .entry-title { font-weight: 700; font-size: 24px; line-height: 1.2; margin-bottom: 10px; color: rgba(255,255,255,.72); }
  .entry-card.primary .entry-title { color: #fff; }
  .entry-desc { font-size: 14px; line-height: 1.6; color: rgba(255,255,255,.52); max-width: 320px; margin-bottom: auto; }
  .entry-card.primary .entry-desc { color: rgba(255,255,255,.7); }

  .entry-cta { display: inline-flex; align-items: center; gap: 8px; font-family: var(--m); font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; margin-top: 32px; transition: gap .25s; }
  .entry-card.primary .entry-cta { color: var(--em); }
  .entry-card:not(.primary) .entry-cta { color: rgba(255,255,255,.5); }
  .entry-card:hover .entry-cta { gap: 12px; }
  .entry-cta svg { width: 14px; height: 14px; stroke: currentColor; stroke-width: 2; fill: none; }

  /* Corner accent */
  .entry-scan { position: absolute; top: 14px; right: 14px; opacity: 0; transition: opacity .3s; }
  .entry-card:hover .entry-scan { opacity: 1; }
  .entry-scan::before, .entry-scan::after { content: ''; position: absolute; background: var(--em); }
  .entry-scan::before { top: 0; right: 0; width: 14px; height: 1px; }
  .entry-scan::after { top: 0; right: 0; width: 1px; height: 14px; }

  /* ====== WORKSPACE ====== */
  .ws-head { display: flex; align-items: center; gap: 20px; padding: 40px 48px 0; max-width: 1200px; margin: 0 auto; }
  .ws-av { width: 52px; height: 52px; border-radius: 14px; background: rgba(240,90,16,.12); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 18px; color: var(--em); flex-shrink: 0; }
  .ws-info { flex: 1; }
  .ws-name { font-weight: 800; font-size: 24px; letter-spacing: -.01em; line-height: 1.1; }
  .ws-club { font-family: var(--m); font-size: 10px; color: rgba(255,255,255,.57); letter-spacing: .06em; margin-top: 3px; }
  .ws-address { font-family: var(--m); font-size: 9px; color: rgba(255,255,255,.3); letter-spacing: .04em; margin-top: 2px; }
  .ws-actions { display: flex; gap: 8px; margin-left: auto; flex-shrink: 0; }
  .ws-edit-btn { width: 36px; height: 36px; border-radius: 10px; border: 1px solid var(--surface-border); background: rgba(255,255,255,.04); color: rgba(255,255,255,.5); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .2s; flex-shrink: 0; }
  .ws-edit-btn:hover { background: rgba(255,255,255,.1); color: rgba(255,255,255,.8); border-color: rgba(255,255,255,.2); }
  .ws-delete-btn { width: 36px; height: 36px; border-radius: 10px; border: 1px solid rgba(255,80,80,.2); background: rgba(255,80,80,.08); color: rgba(255,80,80,.6); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .2s; flex-shrink: 0; }
  .ws-delete-btn:hover { background: rgba(255,80,80,.2); color: #f55; border-color: rgba(255,80,80,.4); }

  /* Edit Modal */
  .edit-overlay { position: fixed; inset: 0; z-index: 9000; background: rgba(0,0,0,.65); backdrop-filter: blur(6px); display: flex; align-items: center; justify-content: center; opacity: 0; animation: editFadeIn .2s ease forwards; }
  @keyframes editFadeIn { to { opacity: 1; } }
  .edit-modal { background: var(--surface); border: 1px solid var(--surface-border); border-radius: 16px; width: 520px; max-width: calc(100vw - 32px); max-height: calc(100vh - 64px); overflow-y: auto; box-shadow: 0 24px 80px rgba(0,0,0,.5); }
  .edit-modal-header { display: flex; align-items: center; justify-content: space-between; padding: 24px 28px 0; }
  .edit-modal-title { font-size: 18px; font-weight: 700; }
  .edit-modal-close { width: 32px; height: 32px; border-radius: 8px; border: none; background: rgba(255,255,255,.06); color: rgba(255,255,255,.5); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .15s; }
  .edit-modal-close:hover { background: rgba(255,255,255,.12); color: #fff; }
  .edit-modal-body { padding: 20px 28px 28px; display: flex; flex-direction: column; gap: 14px; }
  .edit-modal-actions { display: flex; gap: 10px; justify-content: flex-end; padding-top: 8px; border-top: 1px solid var(--surface-border); margin-top: 4px; }

  /* PROFILE CARD */
  .ws-profile { padding: 20px 48px 0; max-width: 1200px; margin: 0 auto; }
  .ws-profile-inner { background: var(--surface); border: 1px solid var(--surface-border); border-radius: 14px; padding: 24px 28px; display: flex; gap: 48px; align-items: flex-start; }
  .ws-profile-col { flex: 1; min-width: 0; }
  .ws-profile-label { font-family: var(--m); font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.2); margin-bottom: 12px; }
  .ws-profile-row { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
  .ws-profile-row:last-child { margin-bottom: 0; }
  .ws-profile-row svg { width: 13px; height: 13px; stroke: rgba(255,255,255,.2); stroke-width: 1.5; fill: none; flex-shrink: 0; }
  .ws-profile-val { font-family: var(--m); font-size: 11px; color: rgba(255,255,255,.6); letter-spacing: .02em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .ws-profile-val a { color: rgba(255,255,255,.6); text-decoration: none; transition: color .15s; }
  .ws-profile-val a:hover { color: var(--em); }
  .ws-profile-kv { display: flex; align-items: baseline; gap: 10px; margin-bottom: 8px; }
  .ws-profile-kv:last-child { margin-bottom: 0; }
  .ws-profile-k { font-family: var(--m); font-size: 8px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.15); width: 36px; flex-shrink: 0; }
  .ws-profile-v { font-family: var(--m); font-size: 11px; color: rgba(255,255,255,.6); letter-spacing: .02em; }
  .ws-profile-pipeline { padding-top: 0; border-top: none; margin-top: 0; }
  .ws-profile-pipeline .pipeline-status { margin-top: 10px; }
  @media (max-width: 900px) {
    .ws-profile-pipeline { padding-top: 16px; border-top: 1px solid var(--surface-border); margin-top: 0; }
  }
  @media (max-width: 900px) {
    .ws-profile { padding: 16px 24px 0; }
    .ws-profile-inner { flex-direction: column; gap: 20px; padding: 20px; }
  }
  @media (max-width: 480px) {
    .ws-profile { padding: 12px 16px 0; }
    .ws-profile-inner { padding: 16px; gap: 16px; }
  }

  .ws-bar { display: flex; flex-direction: column; gap: 12px; padding: 24px 48px 0; max-width: 1200px; margin: 0 auto; }
  .ws-cta { background: var(--surface); border: 1px solid rgba(240,90,16,.25); border-radius: 14px; padding: 20px 28px; cursor: pointer; display: flex; align-items: center; gap: 16px; transition: all .25s; width: 100%; }
  .ws-cta:hover { border-color: rgba(240,90,16,.5); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(240,90,16,.12); background: rgba(240,90,16,.04); }
  .ws-cta-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(240,90,16,.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .ws-cta-icon svg { width: 20px; height: 20px; stroke: var(--em); stroke-width: 2; fill: none; }
  .ws-cta-label { font-weight: 700; font-size: 15px; color: #fff; }
  .ws-cta-sub { font-family: var(--m); font-size: 9px; color: rgba(255,255,255,.57); letter-spacing: .06em; margin-top: 2px; }
  .ws-cta-arrow { margin-left: auto; opacity: .3; transition: opacity .2s; }
  .ws-cta:hover .ws-cta-arrow { opacity: .6; }
  .ws-cta-arrow svg { width: 18px; height: 18px; stroke: var(--em); stroke-width: 2; fill: none; }

  .ws-stats { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
  .ws-stat { padding: 16px 18px; cursor: pointer; transition: all .25s; text-align: left; position: relative; background: var(--surface); border: 1px solid var(--surface-border); border-radius: 12px; overflow: hidden; }
  .ws-stat:hover { border-color: rgba(255,255,255,.1); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(0,0,0,.2); }
  .ws-stat-bar { position: absolute; top: 0; left: 0; right: 0; height: 2px; }
  .ws-stat-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
  .ws-stat-n { font-weight: 800; font-size: 24px; line-height: 1; }
  .ws-stat-ic { width: 24px; height: 24px; border-radius: 6px; display: flex; align-items: center; justify-content: center; opacity: .5; }
  .ws-stat-ic svg { width: 12px; height: 12px; stroke-width: 1.5; fill: none; }
  .ws-stat-l { font-family: var(--m); font-size: 8px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.5); }
  .ws-stat.c-scan .ws-stat-bar { background: linear-gradient(90deg, rgba(255,255,255,.15), transparent); } .ws-stat.c-scan .ws-stat-n { color: rgba(255,255,255,.7); } .ws-stat.c-scan .ws-stat-ic { background: rgba(255,255,255,.05); } .ws-stat.c-scan .ws-stat-ic svg { stroke: rgba(255,255,255,.55); }
  .ws-stat.c-last .ws-stat-bar { background: linear-gradient(90deg, var(--em), transparent); } .ws-stat.c-last .ws-stat-n { color: var(--em); } .ws-stat.c-last .ws-stat-ic { background: rgba(240,90,16,.08); } .ws-stat.c-last .ws-stat-ic svg { stroke: var(--em); }
  .ws-stat.c-sole .ws-stat-bar { background: linear-gradient(90deg, var(--blue), transparent); } .ws-stat.c-sole .ws-stat-n { color: var(--blue); } .ws-stat.c-sole .ws-stat-ic { background: rgba(59,130,246,.08); } .ws-stat.c-sole .ws-stat-ic svg { stroke: var(--blue); }
  .ws-stat.c-upper .ws-stat-bar { background: linear-gradient(90deg, var(--purple), transparent); } .ws-stat.c-upper .ws-stat-n { color: var(--purple); } .ws-stat.c-upper .ws-stat-ic { background: rgba(168,85,247,.08); } .ws-stat.c-upper .ws-stat-ic svg { stroke: var(--purple); }
  .ws-stat.c-order .ws-stat-bar { background: linear-gradient(90deg, var(--green), transparent); } .ws-stat.c-order .ws-stat-n { color: var(--green); } .ws-stat.c-order .ws-stat-ic { background: rgba(34,197,94,.08); } .ws-stat.c-order .ws-stat-ic svg { stroke: var(--green); }
  .ws-stat.c-data .ws-stat-bar { background: linear-gradient(90deg, var(--yellow), transparent); } .ws-stat.c-data .ws-stat-n { color: var(--yellow); } .ws-stat.c-data .ws-stat-ic { background: rgba(234,179,8,.08); } .ws-stat.c-data .ws-stat-ic svg { stroke: var(--yellow); }

  /* Category cards */
  .cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 12px 48px 0; max-width: 1200px; margin: 0 auto; }
  .cat { background: var(--surface); border: 1px solid var(--surface-border); border-radius: 14px; padding: 24px; cursor: pointer; transition: all .3s cubic-bezier(.22,1,.36,1); position: relative; overflow: hidden; }
  .cat:hover { border-color: rgba(255,255,255,.1); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,.3); }
  .cat-icon { width: 36px; height: 36px; border-radius: 9px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
  .cat-icon svg { width: 17px; height: 17px; stroke-width: 1.5; fill: none; }
  .cat-title { font-weight: 600; font-size: 14px; color: rgba(255,255,255,.8); margin-bottom: 4px; }
  .cat:hover .cat-title { color: #fff; }
  .cat-desc { font-family: var(--m); font-size: 9px; color: rgba(255,255,255,.5); letter-spacing: .04em; line-height: 1.5; }
  .cat:hover .cat-desc { color: rgba(255,255,255,.6); }
  .cat-latest { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--surface-border); font-family: var(--m); font-size: 9px; color: rgba(255,255,255,.5); letter-spacing: .04em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .cat-arrow { position: absolute; top: 14px; right: 14px; opacity: 0; transition: opacity .2s; }
  .cat:hover .cat-arrow { opacity: .4; }
  .cat-arrow svg { width: 14px; height: 14px; stroke: rgba(255,255,255,.65); stroke-width: 2; fill: none; }
  .cat-icon.scans { background: rgba(255,255,255,.05); } .cat-icon.scans svg { stroke: rgba(255,255,255,.55); }
  .cat-icon.lasts { background: rgba(240,90,16,.1); } .cat-icon.lasts svg { stroke: var(--em); }
  .cat-icon.soles { background: var(--blue-d); } .cat-icon.soles svg { stroke: var(--blue); }
  .cat-icon.uppers { background: var(--purple-d); } .cat-icon.uppers svg { stroke: var(--purple); }
  .cat-icon.orders { background: var(--green-d); } .cat-icon.orders svg { stroke: var(--green); }
  .cat-icon.data { background: var(--yellow-d); } .cat-icon.data svg { stroke: var(--yellow); }

  /* ====== SUB-PAGE LIST ====== */
  .dtb { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
  .sbox { flex: 1; max-width: 400px; position: relative; }
  .sbox svg { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; stroke: rgba(255,255,255,.25); stroke-width: 1.5; fill: none; pointer-events: none; }
  .sinp { width: 100%; padding: 11px 16px 11px 42px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 10px; font-family: var(--f); font-size: 13px; color: #fff; outline: none; transition: all .2s; }
  .sinp::placeholder { color: rgba(255,255,255,.2); }
  .sinp:focus { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.06); }
  .dcnt { font-family: var(--m); font-size: 10px; letter-spacing: .08em; color: rgba(255,255,255,.5); margin-left: auto; }
  .dlist { margin-bottom: 48px; }

  /* Asset rows */
  .ar { display: flex; align-items: center; gap: 14px; padding: 13px 16px; border-radius: 10px; transition: background .15s; cursor: pointer; }
  .ar:hover { background: rgba(255,255,255,.02); }
  .ar-num { font-family: var(--m); font-size: 10px; font-weight: 600; color: rgba(255,255,255,.25); width: 28px; text-align: center; flex-shrink: 0; letter-spacing: .02em; }
  .ar-ic { width: 36px; height: 36px; border-radius: 9px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .ar-ic svg { width: 16px; height: 16px; stroke-width: 1.5; fill: none; }
  .ar-ic.scan { background: rgba(255,255,255,.04); } .ar-ic.scan svg { stroke: rgba(255,255,255,.5); }
  .ar-ic.last { background: rgba(240,90,16,.1); } .ar-ic.last svg { stroke: var(--em); }
  .ar-ic.sole { background: var(--blue-d); } .ar-ic.sole svg { stroke: var(--blue); }
  .ar-ic.upper { background: var(--purple-d); } .ar-ic.upper svg { stroke: var(--purple); }
  .ar-nfo { flex: 1; min-width: 0; }
  .ar-nm { font-weight: 500; font-size: 14px; color: rgba(255,255,255,.8); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .ar-sub { font-family: var(--m); font-size: 9px; color: rgba(255,255,255,.5); letter-spacing: .04em; margin-top: 1px; }
  .ar-date { font-family: var(--m); font-size: 10px; color: rgba(255,255,255,.5); white-space: nowrap; letter-spacing: .02em; }
  .ar-meta { font-family: var(--m); font-size: 10px; color: rgba(255,255,255,.5); white-space: nowrap; }

  /* Badges */
  .badge { font-family: var(--m); font-size: 8px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: 3px 8px; border-radius: 5px; white-space: nowrap; }
  .badge-active { background: var(--green-d); color: var(--green); }
  .badge-draft { background: rgba(255,255,255,.04); color: rgba(255,255,255,.57); }
  .badge-archived { background: rgba(255,255,255,.03); color: rgba(255,255,255,.5); }
  .badge-shipped { background: var(--green-d); color: var(--green); }
  .badge-production { background: var(--yellow-d); color: var(--yellow); }
  .badge-delivered { background: var(--blue-d); color: var(--blue); }

  /* Inline hover actions */
  .ar-acts { display: flex; gap: 4px; opacity: 0; transition: opacity .15s; }
  .ar:hover .ar-acts { opacity: 1; }
  .abtn { height: 28px; border-radius: 6px; display: inline-flex; align-items: center; gap: 5px; padding: 0 10px; font-family: var(--m); font-size: 8px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; border: 1px solid var(--surface-border); color: rgba(255,255,255,.65); cursor: pointer; transition: all .15s; background: none; white-space: nowrap; }
  .abtn:hover { border-color: rgba(255,255,255,.15); color: rgba(255,255,255,.7); background: rgba(255,255,255,.03); }
  .abtn svg { width: 11px; height: 11px; stroke: currentColor; stroke-width: 2; fill: none; }
  .abtn.em { border-color: rgba(240,90,16,.3); color: var(--em); }
  .abtn.em:hover { border-color: var(--em); background: rgba(240,90,16,.08); }
  .abtn.del { border-color: rgba(255,60,60,.15); color: rgba(255,60,60,.4); }
  .abtn.del:hover { border-color: rgba(255,60,60,.4); color: #f55; background: rgba(255,60,60,.06); }

  /* Section header btn */
  .sec-btn { font-family: var(--m); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: 8px 16px; border-radius: 8px; border: none; cursor: pointer; transition: all .2s; display: inline-flex; align-items: center; gap: 6px; background: var(--em); color: #fff; margin-left: auto; }
  .sec-btn:hover { background: var(--em-dk); }
  .sec-btn svg { width: 13px; height: 13px; stroke: currentColor; stroke-width: 2; fill: none; }

  /* Empty state */
  .empty { padding: 32px; text-align: center; margin-bottom: 24px; }
  .empty-t { font-family: var(--m); font-size: 11px; color: rgba(255,255,255,.25); letter-spacing: .06em; }

  /* Session cards */
  .sess { background: var(--surface); border: 1px solid var(--surface-border); border-radius: 14px; margin-bottom: 12px; overflow: hidden; transition: border-color .2s; }
  .sess:hover { border-color: rgba(255,255,255,.1); }
  .sess-head { display: flex; align-items: center; gap: 14px; padding: 20px 24px; cursor: pointer; }
  .sess-type { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .sess-type svg { width: 15px; height: 15px; stroke-width: 1.5; fill: none; }
  .sess-type.match { background: rgba(240,90,16,.12); } .sess-type.match svg { stroke: var(--em); }
  .sess-type.training { background: rgba(59,130,246,.1); } .sess-type.training svg { stroke: var(--blue); }
  .sess-info { flex: 1; min-width: 0; }
  .sess-label { font-weight: 600; font-size: 14px; color: rgba(255,255,255,.8); }
  .sess-meta { font-family: var(--m); font-size: 9px; color: rgba(255,255,255,.5); letter-spacing: .04em; margin-top: 2px; display: flex; gap: 12px; }
  .sess-badge { font-family: var(--m); font-size: 8px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: 3px 8px; border-radius: 5px; }
  .sess-badge.match { background: rgba(240,90,16,.1); color: var(--em); }
  .sess-badge.training { background: rgba(59,130,246,.08); color: var(--blue); }
  .sess-toggle { width: 28px; height: 28px; border-radius: 6px; display: flex; align-items: center; justify-content: center; transition: all .2s; flex-shrink: 0; }
  .sess-toggle:hover { background: rgba(255,255,255,.04); }
  .sess-toggle svg { width: 14px; height: 14px; stroke: rgba(255,255,255,.2); stroke-width: 2; fill: none; transition: transform .25s; }
  .sess.open .sess-toggle svg { transform: rotate(180deg); }
  .sess-body { max-height: 0; overflow: hidden; transition: max-height .35s cubic-bezier(.22,1,.36,1); }
  .sess.open .sess-body { max-height: 600px; }
  .sess-inner { padding: 0 24px 20px; }
  .sess-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .metric { padding: 14px 16px; background: rgba(255,255,255,.02); border: 1px solid rgba(255,255,255,.03); border-radius: 10px; }
  .metric-k { font-family: var(--m); font-size: 8px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 6px; }
  .metric-val { display: flex; align-items: baseline; gap: 3px; margin-bottom: 10px; }
  .metric-v { font-weight: 700; font-size: 18px; color: rgba(255,255,255,.85); font-family: var(--m); letter-spacing: .01em; line-height: 1; }
  .metric-u { font-size: 10px; color: rgba(255,255,255,.5); font-weight: 400; }
  .metric-bar { height: 3px; border-radius: 2px; background: rgba(255,255,255,.04); overflow: hidden; }
  .metric-fill { height: 100%; border-radius: 2px; width: 0; transition: width .8s cubic-bezier(.22,1,.36,1); }
  .sess.match .metric-fill { background: linear-gradient(90deg, var(--em), rgba(240,90,16,.2)); }
  .sess.training .metric-fill { background: linear-gradient(90deg, var(--blue), rgba(59,130,246,.2)); }

  /* Order cards */
  .ocard { background: var(--surface); border: 1px solid var(--surface-border); border-radius: 14px; margin-bottom: 12px; overflow: hidden; transition: border-color .2s; }
  .ocard:hover { border-color: rgba(255,255,255,.1); }
  .o-head { display: flex; align-items: center; gap: 14px; padding: 20px 24px; cursor: pointer; }
  .o-id { font-family: var(--m); font-size: 13px; font-weight: 700; color: #fff; letter-spacing: .04em; }
  .o-date { font-family: var(--m); font-size: 10px; color: rgba(255,255,255,.5); }
  .o-st { margin-left: auto; }
  .o-toggle { width: 28px; height: 28px; border-radius: 6px; display: flex; align-items: center; justify-content: center; transition: all .2s; flex-shrink: 0; }
  .o-toggle:hover { background: rgba(255,255,255,.04); }
  .o-toggle svg { width: 14px; height: 14px; stroke: rgba(255,255,255,.2); stroke-width: 2; fill: none; transition: transform .25s; }
  .ocard.open .o-toggle svg { transform: rotate(180deg); }
  .o-body { max-height: 0; overflow: hidden; transition: max-height .35s cubic-bezier(.22,1,.36,1); }
  .ocard.open .o-body { max-height: 800px; }
  .o-inner { padding: 0 24px 24px; }
  .o-comps { display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 16px; }
  .o-comp { display: flex; align-items: center; gap: 6px; }
  .o-cl { font-family: var(--m); font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.5); }
  .o-cv { font-size: 12px; color: rgba(255,255,255,.6); }
  .o-sep { color: rgba(255,255,255,.08); font-size: 12px; }
  .o-tracking { display: flex; align-items: center; gap: 10px; padding: 12px 16px; background: rgba(255,255,255,.02); border: 1px solid rgba(255,255,255,.04); border-radius: 10px; margin-bottom: 16px; }
  .o-track-label { font-family: var(--m); font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.5); }
  .o-track-num { font-family: var(--m); font-size: 12px; font-weight: 600; color: rgba(255,255,255,.6); letter-spacing: .04em; }
  .o-track-link { font-family: var(--m); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--em); text-decoration: none; margin-left: auto; display: inline-flex; align-items: center; gap: 4px; transition: opacity .2s; }
  .o-track-link:hover { opacity: .7; }
  .o-track-link svg { width: 12px; height: 12px; stroke: var(--em); stroke-width: 2; fill: none; }
  .o-section-label { font-family: var(--m); font-size: 8px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 12px; }
  .o-timeline { position: relative; padding-left: 20px; }
  .o-tl { position: relative; padding: 0 0 18px 20px; }
  .o-tl:last-child { padding-bottom: 0; }
  .o-tl::before { content: ''; position: absolute; left: -20px; top: 5px; width: 10px; height: 10px; border-radius: 50%; }
  .o-tl.done::before { background: var(--green); box-shadow: 0 0 0 3px rgba(34,197,94,.12); }
  .o-tl.active::before { background: var(--em); box-shadow: 0 0 8px rgba(240,90,16,.3), 0 0 0 3px rgba(240,90,16,.15); }
  .o-tl.pending::before { background: rgba(255,255,255,.08); box-shadow: 0 0 0 3px rgba(255,255,255,.02); }
  .o-tl::after { content: ''; position: absolute; left: -15px; top: 17px; width: 1px; bottom: 0; background: rgba(255,255,255,.06); }
  .o-tl:last-child::after { display: none; }
  .o-tl-label { font-size: 13px; color: rgba(255,255,255,.6); }
  .o-tl.done .o-tl-label { color: rgba(255,255,255,.65); }
  .o-tl.active .o-tl-label { color: #fff; font-weight: 600; }
  .o-tl.pending .o-tl-label { color: rgba(255,255,255,.5); }
  .o-tl-date { font-family: var(--m); font-size: 9px; color: rgba(255,255,255,.25); letter-spacing: .04em; margin-top: 2px; }
  .o-tl.active .o-tl-date { color: rgba(240,90,16,.5); }
  .o-tl.done .o-tl-date { color: rgba(255,255,255,.5); }

  /* ====== PROCESS WIZARD ====== */
  .wiz-steps { display: flex; align-items: center; gap: 0; margin-bottom: 32px; }
  .wiz-step { display: flex; align-items: center; gap: 10px; padding: 12px 20px; border-radius: 10px; cursor: pointer; transition: all .2s; }
  .wiz-step.active { background: rgba(240,90,16,.08); }
  .wiz-step.done { opacity: .5; }
  .wiz-step.locked { opacity: .25; cursor: not-allowed; }
  .wiz-num { width: 28px; height: 28px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-family: var(--m); font-size: 11px; font-weight: 700; flex-shrink: 0; }
  .wiz-step.active .wiz-num { background: var(--em); color: #fff; }
  .wiz-step.done .wiz-num { background: var(--green-d); color: var(--green); }
  .wiz-step.locked .wiz-num { background: rgba(255,255,255,.04); color: rgba(255,255,255,.2); }
  .wiz-step-label { font-family: var(--m); font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.6); }
  .wiz-step.active .wiz-step-label { color: #fff; }
  .wiz-line { flex: 0 0 32px; height: 1px; background: var(--surface-border); }
  .wiz-panel { background: var(--surface); border: 1px solid var(--surface-border); border-radius: 16px; padding: 36px; margin-bottom: 12px; }
  .wiz-panel-label { font-family: var(--m); font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--em); margin-bottom: 8px; }
  .wiz-panel-title { font-weight: 700; font-size: 18px; margin-bottom: 24px; }
  .wiz-acts { display: flex; gap: 12px; margin-top: 8px; }

  /* ====== NEW PLAYER FORM ====== */
  .form-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-bottom: 16px; }
  .form-panel { background: var(--surface); border: 1px solid var(--surface-border); border-radius: 16px; padding: 36px; }
  .form-panel-label { font-family: var(--m); font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--em); margin-bottom: 8px; }
  .form-panel-title { font-weight: 700; font-size: 18px; color: #fff; margin-bottom: 24px; }

  .field { margin-bottom: 24px; }
  .field:last-child { margin-bottom: 0; }
  .field-label { font-family: var(--m); font-size: 9px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 10px; display: block; }
  .field-input { width: 100%; padding: 12px 16px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 10px; font-family: var(--f); font-size: 14px; color: #fff; outline: none; transition: all .2s; }
  .field-input::placeholder { color: rgba(255,255,255,.2); }
  .field-input:focus { border-color: var(--em); background: rgba(240,90,16,.04); box-shadow: 0 0 0 3px rgba(240,90,16,.1); }
  .field-select { cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.3)' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
  .field-select option { background: #1a1a1a; color: #fff; }
  .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

  /* Wizard form aliases */
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .fl { font-family: var(--m); font-size: 9px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 10px; display: block; }
  .fi { width: 100%; padding: 12px 16px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 10px; font-family: var(--f); font-size: 14px; color: #fff; outline: none; transition: all .2s; -webkit-appearance: none; appearance: none; }
  .fi:focus { border-color: var(--em); background: rgba(240,90,16,.04); box-shadow: 0 0 0 3px rgba(240,90,16,.1); }

  .upload-zone { border: 2px dashed rgba(255,255,255,.08); border-radius: 12px; padding: 48px 32px; text-align: center; cursor: pointer; transition: all .25s; position: relative; }
  .upload-zone:hover { border-color: rgba(240,90,16,.3); background: rgba(240,90,16,.02); }
  .upload-zone.dragover { border-color: var(--em); background: rgba(240,90,16,.06); }
  .upload-icon { width: 48px; height: 48px; margin: 0 auto 16px; border-radius: 12px; background: rgba(255,255,255,.04); display: flex; align-items: center; justify-content: center; }
  .upload-icon svg { width: 24px; height: 24px; stroke: rgba(255,255,255,.3); stroke-width: 1.5; fill: none; }
  .upload-zone:hover .upload-icon svg { stroke: var(--em); }
  .upload-title { font-weight: 600; font-size: 14px; color: rgba(255,255,255,.72); margin-bottom: 6px; }
  .upload-hint { font-family: var(--m); font-size: 10px; color: rgba(255,255,255,.5); letter-spacing: .04em; }
  .upload-input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }

  .upload-files { margin-top: 20px; display: flex; flex-direction: column; gap: 8px; }
  .upload-file { display: flex; align-items: center; gap: 12px; padding: 12px 16px; background: rgba(255,255,255,.03); border: 1px solid var(--surface-border); border-radius: 10px; }
  .upload-file-icon { width: 32px; height: 32px; border-radius: 8px; background: rgba(240,90,16,.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .upload-file-icon svg { width: 16px; height: 16px; stroke: var(--em); stroke-width: 1.5; fill: none; }
  .upload-file-info { flex: 1; min-width: 0; }
  .upload-file-name { font-size: 13px; font-weight: 500; color: rgba(255,255,255,.8); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .upload-file-size { font-family: var(--m); font-size: 9px; color: rgba(255,255,255,.53); letter-spacing: .04em; margin-top: 2px; }
  .upload-file-remove { width: 28px; height: 28px; border-radius: 6px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s; flex-shrink: 0; }
  .upload-file-remove:hover { background: rgba(255,80,80,.1); }
  .upload-file-remove svg { width: 14px; height: 14px; stroke: rgba(255,255,255,.25); stroke-width: 2; fill: none; }
  .upload-file-remove:hover svg { stroke: #f55; }

  /* Upload status banner */
  .upload-status { padding: 12px 20px; border-radius: 10px; font-family: var(--m); font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; margin: 12px 0; transition: all .3s; }
  .upload-status.info { background: rgba(77,166,255,.1); color: rgba(77,166,255,.9); border: 1px solid rgba(77,166,255,.15); }
  .upload-status.success { background: rgba(80,200,120,.1); color: rgba(80,200,120,.9); border: 1px solid rgba(80,200,120,.15); }
  .upload-status.error { background: rgba(255,80,80,.1); color: rgba(255,80,80,.9); border: 1px solid rgba(255,80,80,.15); }
  .upload-status.hidden { display: none; }

  /* Confirm Modal */
  .confirm-overlay { position: fixed; inset: 0; z-index: 9999; background: rgba(0,0,0,.65); backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; animation: confirmFadeIn .2s ease; }
  @keyframes confirmFadeIn { from { opacity: 0; } to { opacity: 1; } }
  .confirm-modal { background: #1a1a1a; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; padding: 32px; max-width: 380px; width: calc(100% - 48px); animation: confirmSlideIn .25s cubic-bezier(.22,1,.36,1); box-shadow: 0 24px 48px rgba(0,0,0,.5); }
  @keyframes confirmSlideIn { from { opacity: 0; transform: translateY(12px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
  .confirm-icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(255,80,80,.1); border: 1px solid rgba(255,80,80,.15); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
  .confirm-icon svg { width: 22px; height: 22px; stroke: rgba(255,80,80,.8); stroke-width: 1.5; fill: none; }
  .confirm-title { font-weight: 700; font-size: 18px; color: #fff; margin-bottom: 8px; }
  .confirm-text { font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.5; margin-bottom: 28px; }
  .confirm-text strong { color: rgba(255,255,255,.85); font-weight: 600; }
  .confirm-actions { display: flex; gap: 10px; }
  .confirm-actions button { flex: 1; font-family: var(--m); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: 12px 20px; border-radius: 10px; cursor: pointer; transition: all .2s; border: none; }
  .confirm-cancel { background: rgba(255,255,255,.06); color: rgba(255,255,255,.6); border: 1px solid rgba(255,255,255,.08) !important; }
  .confirm-cancel:hover { background: rgba(255,255,255,.1); color: #fff; }
  .confirm-danger { background: rgba(255,60,60,.85); color: #fff; }
  .confirm-danger:hover { background: rgba(255,50,50,1); }

  .form-actions { display: flex; gap: 12px; padding: 32px 0 48px; }
  .btn-primary { display: inline-flex; align-items: center; gap: 8px; font-family: var(--m); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: white; padding: 14px 28px; border-radius: 10px; background: var(--em); border: none; cursor: pointer; transition: all .25s; }
  .btn-primary:hover { background: var(--em-dk); }
  .btn-primary svg { width: 16px; height: 16px; stroke: white; stroke-width: 2; fill: none; }
  .btn-ghost { display: inline-flex; align-items: center; gap: 8px; font-family: var(--m); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.65); padding: 14px 28px; border-radius: 10px; background: transparent; border: 1px solid rgba(255,255,255,.1); cursor: pointer; transition: all .25s; }
  .btn-ghost:hover { border-color: rgba(255,255,255,.25); color: #fff; }

  /* ====== PLAYER LIST ====== */
  .players-toolbar { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
  .search-box { flex: 1; max-width: 400px; position: relative; }
  .search-box svg { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; stroke: rgba(255,255,255,.25); stroke-width: 1.5; fill: none; pointer-events: none; }
  .search-input { width: 100%; padding: 11px 16px 11px 42px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 10px; font-family: var(--f); font-size: 13px; color: #fff; outline: none; transition: all .2s; }
  .search-input::placeholder { color: rgba(255,255,255,.2); }
  .search-input:focus { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.06); }
  .player-count { font-family: var(--m); font-size: 10px; letter-spacing: .08em; color: rgba(255,255,255,.53); margin-left: auto; }

  .players-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 16px; padding-bottom: 48px; }
  .player-card { background: var(--surface); border: 1px solid var(--surface-border); border-radius: 14px; padding: 28px; cursor: pointer; transition: all .3s cubic-bezier(.22,1,.36,1); position: relative; }
  .player-card:hover { border-color: rgba(255,255,255,.12); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,0,0,.3); }
  .player-card-top { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
  .player-avatar { width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,.04); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 15px; color: rgba(255,255,255,.5); flex-shrink: 0; }
  .player-card:hover .player-avatar { background: rgba(240,90,16,.1); color: var(--em); }
  .player-name { font-weight: 600; font-size: 16px; color: #fff; }
  .player-club { font-family: var(--m); font-size: 10px; color: rgba(255,255,255,.57); letter-spacing: .06em; margin-top: 2px; }
  .player-meta { display: flex; gap: 16px; }
  .player-meta-item { display: flex; align-items: center; gap: 6px; }
  .player-meta-item svg { width: 13px; height: 13px; stroke: rgba(255,255,255,.2); stroke-width: 1.5; fill: none; }
  .player-meta-label { font-family: var(--m); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.53); }
  .player-status { position: absolute; top: 16px; right: 16px; width: 8px; height: 8px; border-radius: 50%; }
  .player-status.complete { background: #22c55e; }
  .player-status.partial { background: var(--em); }
  .player-status.new { background: rgba(255,255,255,.15); }
  .player-status.no-scan { background: #ef4444; }

  /* Pipeline Status Badges */
  .pipeline-status { display: flex; gap: 3px; align-items: center; margin-top: 14px; }
  .pipeline-step { display: flex; align-items: center; gap: 3px; font: 500 7.5px/1 var(--m); letter-spacing: .05em; text-transform: uppercase; color: rgba(255,255,255,.2); transition: color .2s; }
  .pipeline-step.done { color: var(--green); }
  .pipeline-dot { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.08); transition: background .2s; flex-shrink: 0; }
  .pipeline-step.done .pipeline-dot { background: var(--green); }
  .pipeline-line { width: 8px; height: 1px; background: rgba(255,255,255,.06); flex-shrink: 0; }

  /* VIEW TOGGLE */
  .view-toggle { display: flex; gap: 2px; background: rgba(255,255,255,.03); border: 1px solid var(--surface-border); border-radius: 8px; padding: 2px; }
  .vt { width: 32px; height: 32px; border-radius: 6px; display: flex; align-items: center; justify-content: center; border: none; background: none; cursor: pointer; transition: all .2s; }
  .vt svg { width: 16px; height: 16px; stroke: rgba(255,255,255,.2); stroke-width: 1.5; fill: none; transition: stroke .2s; }
  .vt:hover svg { stroke: rgba(255,255,255,.4); }
  .vt.active { background: rgba(255,255,255,.06); }
  .vt.active svg { stroke: var(--em); }

  /* LIST VIEW */
  .plist { display: flex; flex-direction: column; gap: 2px; padding-bottom: 48px; }
  .pl-row { display: flex; align-items: center; gap: 16px; padding: 14px 20px; border-radius: 10px; cursor: pointer; transition: all .2s; position: relative; }
  .pl-row:hover { background: rgba(255,255,255,.02); }
  .pl-num { font-family: var(--m); font-size: 10px; font-weight: 600; color: rgba(255,255,255,.1); width: 24px; text-align: center; flex-shrink: 0; }
  .pl-av { width: 36px; height: 36px; border-radius: 10px; background: rgba(255,255,255,.04); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; color: rgba(255,255,255,.3); flex-shrink: 0; transition: all .2s; }
  .pl-row:hover .pl-av { background: rgba(240,90,16,.1); color: var(--em); }
  .pl-info { flex: 1; min-width: 0; }
  .pl-name { font-weight: 600; font-size: 14px; color: rgba(255,255,255,.7); }
  .pl-row:hover .pl-name { color: #fff; }
  .pl-club { font-family: var(--m); font-size: 9px; color: rgba(255,255,255,.2); letter-spacing: .06em; margin-top: 1px; }
  .pl-email { font-family: var(--m); font-size: 10px; color: rgba(255,255,255,.15); letter-spacing: .03em; width: 200px; flex-shrink: 0; }
  .pl-pipeline { width: 180px; flex-shrink: 0; justify-content: flex-end; margin-top: 0; }
  .pl-arrow { opacity: 0; transition: opacity .15s; flex-shrink: 0; }
  .pl-row:hover .pl-arrow { opacity: .3; }
  .pl-arrow svg { width: 14px; height: 14px; stroke: rgba(255,255,255,.4); stroke-width: 2; fill: none; }
  .pl-header { display: flex; align-items: center; gap: 16px; padding: 8px 20px; margin-bottom: 4px; }
  .pl-header span { font-family: var(--m); font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.1); }

  /* TRANSITION OVERLAY */
  .transition-overlay { position: fixed; inset: 0; z-index: 9999; background: var(--dark); display: flex; flex-direction: column; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity .3s ease; }
  .transition-overlay.active { opacity: 1; pointer-events: all; }
  .transition-hex { width: 48px; animation: hexSpin 2s linear infinite; }
  @keyframes hexSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
  .transition-text { font-family: var(--m); font-size: 10px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.65); margin-top: 24px; }
  .transition-bar { width: 200px; height: 2px; background: rgba(255,255,255,.06); border-radius: 1px; margin-top: 16px; overflow: hidden; }
  .transition-bar-fill { width: 0; height: 100%; background: var(--em); border-radius: 1px; }
  .transition-overlay.active .transition-bar-fill { animation: barFill 1.2s ease-in-out forwards; }
  @keyframes barFill { to { width: 100%; } }

  /* RESPONSIVE */
  @media (max-width: 1100px) {
    .cat-grid { grid-template-columns: repeat(2, 1fr); }
    .ws-stats { grid-template-columns: repeat(3, 1fr); }
  }
  @media (max-width: 900px) {
    .entry-cards, .form-layout, .field-row { grid-template-columns: 1fr; }
    .cat-grid { grid-template-columns: repeat(2, 1fr); }
    .ws-stats { grid-template-columns: repeat(3, 1fr); }
    nav { padding: 0 24px; }
    .hero, .page, .entry-cards, .status-bar, .ws-head, .ws-bar, .cat-grid { padding-left: 24px; padding-right: 24px; }
    .ar-acts { opacity: 1; }
    .sess-metrics { grid-template-columns: repeat(2, 1fr); }
    .wiz-steps { flex-wrap: wrap; }
  }
  @media (max-width: 860px) {
    .nav-links, .nav-divider, .nav-ext-group { display: none; }
    .mobile-menu-btn { display: flex; align-items: center; justify-content: center; }
    .nav-user-info { display: none; }
  }
  @media (max-width: 600px) {
    nav { height: 48px; padding: 0 16px; }
    main { padding-top: 48px; }
    .mobile-nav { top: 48px; }
    .nw { font-size: 12px; }
    .hero { padding: 40px 16px 0; }
    .hero-title { font-size: 26px; margin-bottom: 32px; }
    .hero-label { font-size: 9px; }
    .entry-card { padding: 28px 24px; min-height: 200px; }
    .entry-icon { width: 48px; height: 48px; border-radius: 12px; margin-bottom: 24px; }
    .entry-icon svg { width: 22px; height: 22px; }
    .entry-title { font-size: 20px; }
    .entry-desc { font-size: 13px; }
    .entry-cta { margin-top: 24px; }
    .form-panel { padding: 24px 20px; }
    .players-grid { grid-template-columns: 1fr; }
    .player-card { padding: 20px; }
    .player-meta { flex-wrap: wrap; gap: 10px; }
    .hero, .page, .entry-cards, .status-bar, .ws-head, .ws-bar, .cat-grid { padding-left: 16px; padding-right: 16px; }
    .cat-grid { grid-template-columns: 1fr; }
    .ws-stats { grid-template-columns: repeat(2, 1fr); }
    .sess-metrics { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .upload-zone { padding: 32px 20px; }
    .upload-title { font-size: 13px; }
    .form-actions { flex-direction: column; }
    .btn-primary, .btn-ghost { width: 100%; justify-content: center; padding: 14px; }
    .status-bar { padding-bottom: 32px; }
    .status-inner { padding: 12px 16px; }
    .page-title { font-size: 22px; }
    .pl-email { display: none; }
    .pl-header { display: none; }
    .pl-num { display: none; }
  }

  /* ═══ LANDING PAGE ═══ */
  body.landing-active { overflow: hidden; }
  body.landing-active nav { display: none; }
  body.landing-active main { padding-top: 0; }

  /* Ambient layers */
  .ambient-grid {
    position: fixed; inset: 0; opacity: 0.012; pointer-events: none; z-index: 0;
    background-image:
      linear-gradient(rgba(255,255,255,0.4) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.4) 1px, transparent 1px);
    background-size: 80px 80px;
  }
  .landing-noise {
    position: fixed; inset: 0; opacity: 0.025; pointer-events: none; z-index: 1;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-repeat: repeat; background-size: 256px 256px;
  }
  .landing-scanline {
    position: fixed; left: 0; right: 0; top: 61.8%; height: 1px;
    background: var(--em); opacity: 0; z-index: 2;
    animation: scanSweep 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
  }
  @keyframes scanSweep {
    0% { opacity: 0; transform: scaleX(0); transform-origin: left; }
    100% { opacity: 0.12; transform: scaleX(1); }
  }

  /* Landing layout */
  .landing {
    position: relative; z-index: 10;
    display: flex; flex-direction: column;
    height: 100vh;
  }

  /* Landing top bar */
  .landing-topbar {
    display: flex; align-items: center; justify-content: space-between;
    padding: 24px 48px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    opacity: 0; animation: landingFadeIn 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s forwards;
  }
  .landing-topbar-left { display: flex; align-items: center; gap: 14px; }
  .landing-topbar-logo { width: 24px; height: 26px; }
  .landing-topbar-logo circle { fill: var(--em); }
  .landing-topbar-name {
    font-weight: 700; font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase;
  }
  .landing-topbar-badge {
    font-family: var(--m); font-size: 7px; letter-spacing: 0.08em;
    color: var(--em); background: rgba(240,90,16,0.06);
    padding: 3px 8px; border-radius: 3px; border: 1px solid rgba(240,90,16,0.12);
  }
  .landing-topbar-right {
    font-family: var(--m); font-size: 7px; color: rgba(255,255,255,0.25); letter-spacing: 0.05em;
  }

  /* Landing center */
  .landing-content {
    flex: 1; display: flex; align-items: center; justify-content: center; padding: 48px;
  }
  .welcome { text-align: center; max-width: 640px; }
  .welcome-label {
    font-family: var(--m); font-size: 9px; font-weight: 500;
    letter-spacing: 0.18em; text-transform: uppercase; color: var(--em);
    margin-bottom: 20px;
    opacity: 0; transform: translateY(10px);
    animation: landingSlideUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
  }
  .welcome-title {
    font-weight: 800; font-size: clamp(32px, 4.5vw, 52px); line-height: 1.05;
    margin-bottom: 20px;
    opacity: 0; transform: translateY(16px);
    animation: landingSlideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.35s forwards;
  }
  .welcome-sub {
    font-size: 15px; font-weight: 400; color: rgba(255,255,255,0.55); line-height: 1.65;
    max-width: 480px; margin: 0 auto 56px;
    opacity: 0; transform: translateY(10px);
    animation: landingSlideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
  }

  @keyframes landingSlideUp { to { opacity: 1; transform: translateY(0); } }
  @keyframes landingFadeIn { to { opacity: 1; } }

  /* Landing action cards */
  .landing-actions {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
    max-width: 600px; margin: 0 auto;
    opacity: 0; transform: translateY(20px);
    animation: landingSlideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.65s forwards;
  }
  .lcard {
    position: relative; background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.07); border-radius: 12px;
    padding: 36px 28px 32px; cursor: pointer;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1); overflow: hidden; text-align: left;
  }
  .lcard::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(240,90,16,0.08) 0%, rgba(240,90,16,0.02) 50%, transparent 80%);
    opacity: 0; transition: opacity 0.35s; border-radius: 12px;
  }
  .lcard:hover {
    border-color: rgba(240,90,16,0.6); transform: translateY(-2px);
    box-shadow: 0 12px 48px rgba(240,90,16,0.1), 0 4px 24px rgba(0,0,0,0.3);
  }
  .lcard:hover::before { opacity: 1; }
  .lcard-icon {
    width: 44px; height: 44px; border-radius: 50%;
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px; transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1); position: relative; z-index: 1;
  }
  .lcard:hover .lcard-icon {
    background: rgba(240,90,16,0.12); border-color: rgba(240,90,16,0.4);
  }
  .lcard-tag {
    font-family: var(--m); font-size: 7px; font-weight: 600;
    letter-spacing: 0.12em; text-transform: uppercase; color: var(--em);
    margin-bottom: 8px; position: relative; z-index: 1;
  }
  .lcard-title {
    font-weight: 700; font-size: 18px; line-height: 1.2;
    margin-bottom: 8px; position: relative; z-index: 1;
  }
  .lcard-desc {
    font-size: 12px; color: rgba(255,255,255,0.45); line-height: 1.5;
    position: relative; z-index: 1;
  }
  .lcard-arrow {
    position: absolute; right: 20px; top: 36px; opacity: 0;
    transform: translateX(-8px); transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1); color: var(--em);
  }
  .lcard:hover .lcard-arrow { opacity: 1; transform: translateX(0); }

  /* Landing bottom stats */
  .landing-bottom {
    position: relative; padding: 0 48px;
    opacity: 0; animation: landingFadeIn 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.9s forwards;
  }
  .bottom-scanline {
    position: relative; height: 1px; background: var(--em); opacity: 0.6;
  }
  .bottom-scanline::before, .bottom-scanline::after {
    position: absolute; top: -9px;
    font-family: var(--m); font-size: 7px; letter-spacing: 0.03em;
    color: var(--em); opacity: 0.5;
  }
  .bottom-scanline::before { left: 0; content: attr(data-left); }
  .bottom-scanline::after { right: 0; content: attr(data-right); }
  .landing-bottom-inner {
    display: flex; align-items: flex-start; justify-content: center; gap: 56px;
    padding: 28px 0;
  }
  .landing-stat {
    display: flex; flex-direction: column; align-items: center; gap: 6px;
    min-width: 100px;
  }
  .landing-stat-val {
    font-family: var(--m); font-weight: 700; font-size: 26px; color: #fff;
    line-height: 1;
  }
  .landing-stat-unit {
    font-size: 13px; font-weight: 400; color: rgba(255,255,255,0.35);
  }
  .landing-stat-lbl {
    font-family: var(--m); font-size: 8px; letter-spacing: 0.1em;
    text-transform: uppercase; color: rgba(255,255,255,0.45);
  }
  .landing-stat-div {
    width: 1px; height: 36px; background: rgba(255,255,255,0.08);
    align-self: center; margin-top: 2px;
  }

  /* Landing responsive */
  @media (max-width: 768px) {
    .landing-actions { grid-template-columns: 1fr; max-width: 360px; }
    .landing-topbar { padding: 20px 24px; }
    .landing-content { padding: 24px; }
    .landing-bottom { padding: 0 24px; }
    .landing-bottom-inner { gap: 24px; flex-wrap: wrap; padding: 20px 0; }
    .landing-stat-val { font-size: 20px; }
    .landing-stat-lbl { font-size: 7px; }
  }
