  /* Sky High Mentoring design system (Stitch project 4635036847369291176) */
  :root{
    --violet:#0060ac; --violet-900:#00113a; --mint:#68abff;
    --bone:#f9f9fc; --lilac:#b3c5ff; --card:#ffffff; --line:#e8e8ea;
    --text:#1a1c1e; --text-sub:#757682;
    --a-bg:#d4e3ff; --a-fg:#00419e; --a-bd:#68abff;
    --b-bg:#eeeef0; --b-fg:#444650; --b-bd:#c3c7cb;
    --c-bg:#ffdad6; --c-fg:#93000a; --c-bd:#ffb4ab;
    --ok:#0a7a5f; --warn:#a8760a; --bad:#ba1a1a;
  }
  *{box-sizing:border-box;}
  body{ margin:0; background:var(--bone); color:var(--text);
    font-family:'IBM Plex Sans Hebrew', 'Segoe UI', Arial, sans-serif; }
  .wrap{ max-width:1240px; margin:0 auto; padding:20px 24px 60px; }

  /* ---------- top nav ---------- */
  nav{
    background:linear-gradient(135deg, var(--violet-900), var(--violet));
    color:#fff; padding:14px 24px; display:flex; align-items:center; gap:20px; flex-wrap:wrap;
  }
  nav .brand{ font-weight:800; font-size:16px; }
  nav .brand small{ display:block; font-weight:400; font-size:11px; color:var(--lilac); }
  nav a{
    color:var(--lilac); text-decoration:none; font-size:14px; padding:7px 14px; border-radius:20px;
  }
  nav a.active, nav a:hover{ background:rgba(255,255,255,.14); color:#fff; }
  nav .spacer{ flex:1; }
  nav .user{ font-size:12.5px; color:var(--lilac); }
  nav button{
    background:none; border:1px solid rgba(255,255,255,.35); color:var(--lilac);
    padding:7px 16px; border-radius:20px; cursor:pointer; font-family:inherit; font-size:13px;
  }
  nav button:hover{ background:rgba(255,255,255,.12); color:#fff; }

  /* ---------- generic ---------- */
  h1.page{ font-size:22px; margin:6px 0 4px; }
  p.page-sub{ margin:0 0 20px; color:var(--text-sub); font-size:13px; }
  .panel{
    background:var(--card); border-radius:14px; padding:18px 20px;
    box-shadow:0 1px 3px rgba(0,0,0,.06); margin-bottom:16px;
  }
  .muted{ color:var(--text-sub); }
  .empty{ text-align:center; color:var(--text-sub); padding:40px; }
  a.plain{ color:var(--violet); text-decoration:none; font-weight:600; }
  .backlink{ font-size:13px; margin-bottom:12px; display:inline-block; }

  .btn{
    display:inline-block; padding:9px 18px; border:none; border-radius:10px; cursor:pointer;
    background:var(--violet); color:#fff; font-size:13.5px; font-weight:700; font-family:inherit;
    text-decoration:none;
  }
  .btn:hover{ background:var(--violet-900); }
  .btn.sec{ background:#fff; color:var(--violet); border:1px solid var(--lilac); }
  .btn.sec:hover{ background:var(--b-bg); }
  .btn.sm{ padding:5px 12px; font-size:12px; border-radius:8px; font-weight:600; }
  .btn.ok{ background:var(--ok); } .btn.bad{ background:var(--bad); } .btn.warn{ background:var(--warn); }
  .btn:disabled{ opacity:.55; cursor:wait; }

  .badge{ font-size:11px; font-weight:700; padding:3px 10px; border-radius:20px; white-space:nowrap; display:inline-block; }
  .badge.A{ background:var(--a-bg); color:var(--a-fg); }
  .badge.B{ background:var(--b-bg); color:var(--b-fg); }
  .badge.C{ background:var(--c-bg); color:var(--c-fg); }
  .badge.st{ background:var(--bone); color:var(--text-sub); border:1px solid var(--line); }
  .badge.st.accepted{ background:#dff5e9; color:#0a6e4f; border-color:#97dbb6; }
  .badge.st.rejected{ background:var(--c-bg); color:var(--c-fg); border-color:var(--c-bd); }
  .badge.st.waitlist{ background:#FDF3D7; color:#8a6508; border-color:#ecd9ab; }
  .badge.st.interviewed{ background:var(--b-bg); color:var(--b-fg); border-color:var(--b-bd); }

  .kpis{ display:grid; grid-template-columns:repeat(auto-fit, minmax(140px,1fr)); gap:12px; margin-bottom:16px; }
  .kpi{ background:var(--card); border-radius:14px; padding:14px 16px;
    box-shadow:0 1px 3px rgba(0,0,0,.06); border-inline-start:4px solid var(--violet); }
  .kpi.tierA{ border-inline-start-color:var(--mint); }
  .kpi.tierB{ border-inline-start-color:var(--b-bd); }
  .kpi.tierC{ border-inline-start-color:var(--c-bd); }
  .kpi-label{ font-size:11px; color:var(--text-sub); margin-bottom:5px; }
  .kpi-value{ font-size:24px; font-weight:700; }

  .controls{ background:var(--card); border-radius:14px; padding:14px 18px; margin-bottom:16px;
    box-shadow:0 1px 3px rgba(0,0,0,.06); display:flex; gap:10px; flex-wrap:wrap; align-items:center; }
  .controls input[type=text]{ flex:1; min-width:180px; padding:9px 12px; border:1px solid var(--line);
    border-radius:8px; font-size:14px; background:var(--bone); font-family:inherit; }
  .chip-group{ display:flex; gap:5px; flex-wrap:wrap; align-items:center; }
  .chip-group .lbl{ font-size:11.5px; color:var(--text-sub); margin-inline-end:2px; }
  .chip{ padding:6px 13px; border-radius:20px; border:1px solid var(--line); background:#fff;
    font-size:12.5px; cursor:pointer; user-select:none; color:var(--text-sub); }
  .chip.active{ background:var(--violet); color:#fff; border-color:var(--violet); }

  /* ---------- candidate avatars ---------- */
  .cavatar{ width:48px; height:48px; border-radius:50%; object-fit:cover; flex-shrink:0;
    border:2px solid var(--line); background:var(--bone); display:block; }
  .cavatar.letter{ display:flex; align-items:center; justify-content:center;
    font-size:20px; font-weight:700; color:#fff;
    background:linear-gradient(135deg, var(--violet), var(--violet-900)); }
  .cavatar.lg{ width:72px; height:72px; font-size:30px; border-width:3px; }

  /* ---------- candidate cards ---------- */
  .board{ display:grid; grid-template-columns:repeat(auto-fill, minmax(320px, 1fr)); gap:14px; }
  .person{ background:var(--card); border-radius:14px; padding:16px 18px;
    box-shadow:0 1px 3px rgba(0,0,0,.07); border-top:4px solid var(--violet); position:relative; }
  .person.A{ border-top-color:var(--mint); }
  .person.B{ border-top-color:var(--b-bd); }
  .person.C{ border-top-color:var(--c-bd); }
  .p-top{ display:flex; justify-content:space-between; align-items:flex-start; gap:8px; margin-bottom:6px;}
  .p-name{ font-size:16px; font-weight:700; color:var(--violet); cursor:pointer; }
  .p-name:hover{ text-decoration:underline; }
  .p-id{ font-size:11px; color:var(--text-sub); margin-top:2px; }
  .p-badges{ display:flex; gap:5px; flex-wrap:wrap; justify-content:flex-end; }
  .p-meta{ font-size:12.5px; color:var(--text-sub); margin-bottom:8px; line-height:1.7; }
  .p-meta .k{ color:var(--text); font-weight:600; }
  .p-reason{ font-size:12.5px; line-height:1.6; background:var(--bone); border-radius:10px; padding:9px 11px; margin-bottom:10px; }
  .p-actions{ display:flex; gap:6px; flex-wrap:wrap; }

  /* ---------- tabs ---------- */
  .tabs{ display:flex; gap:4px; border-bottom:2px solid var(--line); margin-bottom:18px; flex-wrap:wrap; }
  .tab{ padding:10px 20px; font-size:14px; cursor:pointer; color:var(--text-sub);
    border-bottom:3px solid transparent; margin-bottom:-2px; font-weight:600; }
  .tab.active{ color:var(--violet); border-bottom-color:var(--violet); }

  .facts{ display:grid; grid-template-columns:repeat(auto-fit, minmax(170px,1fr)); gap:10px; margin-bottom:16px; }
  .fact{ background:var(--bone); border-radius:10px; padding:10px 12px; font-size:13px; }
  .fact .k{ font-size:11px; color:var(--text-sub); margin-bottom:3px; }
  .fact .v{ font-weight:600; line-height:1.5; word-break:break-word; }
  .qa{ margin-bottom:14px; }
  .qa .q{ font-size:12.5px; font-weight:700; color:var(--violet); margin-bottom:5px; }
  .qa .a{ font-size:13.5px; line-height:1.75; background:var(--bone); border-radius:10px;
    padding:11px 13px; white-space:pre-wrap; }
  .sec-title{ font-size:14px; font-weight:800; color:var(--violet-900); margin:20px 0 10px;
    padding-bottom:6px; border-bottom:2px solid var(--line); }
  .tags{ display:flex; gap:6px; flex-wrap:wrap; margin-bottom:14px; }
  .tag{ background:var(--b-bg); color:var(--b-fg); border-radius:20px; padding:4px 12px;
    font-size:12px; font-weight:600; }

  /* ---------- forms ---------- */
  form .row{ display:grid; grid-template-columns:repeat(auto-fit, minmax(220px,1fr)); gap:14px; margin-bottom:14px; }
  label.f{ display:block; font-size:12.5px; font-weight:600; color:var(--text-sub); margin-bottom:5px; }
  input.f, select.f, textarea.f{
    width:100%; padding:10px 12px; border:1px solid var(--line); border-radius:10px;
    font-size:14px; background:var(--bone); font-family:inherit;
  }
  textarea.f{ min-height:84px; resize:vertical; line-height:1.6; }
  input.f:focus, select.f:focus, textarea.f:focus{ outline:2px solid var(--lilac); border-color:var(--violet); }
  .scores{ display:grid; grid-template-columns:repeat(auto-fit, minmax(200px,1fr)); gap:12px; margin-bottom:14px; }
  .score-item{ background:var(--bone); border-radius:10px; padding:12px; }
  .score-item .lbl{ font-size:12.5px; font-weight:600; margin-bottom:8px; }
  .score-pick{ display:flex; gap:4px; }
  .score-pick span{ flex:1; text-align:center; padding:7px 0; border-radius:8px; background:#fff;
    border:1px solid var(--line); cursor:pointer; font-size:13px; font-weight:600; color:var(--text-sub); }
  .score-pick span.on{ background:var(--violet); color:#fff; border-color:var(--violet); }
  .form-msg{ font-size:13px; padding:10px 12px; border-radius:10px; margin:10px 0; display:none; }
  .form-msg.ok{ background:var(--a-bg); color:var(--a-fg); display:block; }
  .form-msg.err{ background:var(--c-bg); color:var(--c-fg); display:block; }

  /* ---------- tables ---------- */
  .tbl-wrap{ overflow-x:auto; background:var(--card); border-radius:14px; box-shadow:0 1px 3px rgba(0,0,0,.06); }
  table.tbl{ border-collapse:collapse; width:100%; font-size:12.5px; min-width:1100px; }
  .tbl th{ background:var(--violet-900); color:#fff; padding:9px 10px; text-align:right;
    white-space:nowrap; position:sticky; top:0; font-weight:600; }
  .tbl th.sortable{ cursor:pointer; }
  .tbl th.sortable:hover{ background:var(--violet); }
  .tbl td{ padding:8px 10px; border-bottom:1px solid var(--line); vertical-align:top; }
  .tbl tr:hover td{ background:var(--bone); }
  .tbl .num{ text-align:center; font-weight:700; }
  .tbl .avg{ background:var(--b-bg); border-radius:6px; }

  /* ---------- final decision colors ---------- */
  select.dec.accepted{ background:#dff5e9; color:#0a6e4f; border-color:#97dbb6; font-weight:700; }
  select.dec.waitlist{ background:#FDF3D7; color:#8a6508; border-color:#ecd9ab; font-weight:700; }
  select.dec.rejected{ background:var(--c-bg); color:var(--c-fg); border-color:var(--c-bd); font-weight:700; }

  /* ---------- per-interviewer recommendation chips ---------- */
  .rec-chip{ display:inline-block; padding:2px 9px; border-radius:12px; font-size:11px;
    font-weight:600; margin:1px 0 1px 3px; white-space:nowrap; }
  .rec-chip.advance{ background:var(--a-bg); color:var(--a-fg); }
  .rec-chip.discuss{ background:#FDF6E9; color:var(--warn); }
  .rec-chip.waitlist{ background:var(--b-bg); color:var(--b-fg); }
  .rec-chip.do_not_advance{ background:var(--c-bg); color:var(--c-fg); }

  /* ---------- score bars in interview display ---------- */
  .score-row{ display:flex; align-items:center; gap:10px; margin-bottom:7px; font-size:13px; }
  .score-row .n{ width:190px; color:var(--text-sub); flex-shrink:0; }
  .score-bar{ flex:1; height:8px; background:var(--line); border-radius:5px; overflow:hidden; }
  .score-bar i{ display:block; height:100%; background:linear-gradient(90deg, var(--violet), var(--b-bd)); }
  .score-row b{ width:22px; text-align:center; }

  /* ---------- modal ---------- */
  .overlay{ position:fixed; inset:0; background:rgba(33,5,47,.55); display:none;
    align-items:flex-start; justify-content:center; padding:30px 16px; z-index:50; overflow-y:auto; }
  .overlay.open{ display:flex; }
  .modal{ background:#fff; border-radius:18px; max-width:900px; width:100%;
    box-shadow:0 24px 70px rgba(0,0,0,.4); overflow:hidden; margin:auto 0; }
  .m-head{ background:linear-gradient(135deg, var(--violet-900), var(--violet)); color:#fff;
    padding:18px 24px; display:flex; justify-content:space-between; align-items:center; gap:12px; }
  .m-head h2{ margin:0; font-size:18px; }
  .m-close{ background:rgba(255,255,255,.15); border:none; color:#fff; font-size:17px; line-height:1;
    width:32px; height:32px; border-radius:50%; cursor:pointer; flex-shrink:0; }
  .m-body{ padding:20px 24px; max-height:72vh; overflow-y:auto; }

  /* ---------- login ---------- */
  .login-bg{ min-height:calc(100vh - 0px); display:flex; align-items:center; justify-content:center;
    background:linear-gradient(135deg, var(--violet-900), var(--violet)); padding:20px; }
  .login-card{ background:#fff; border-radius:18px; padding:36px 34px; width:100%; max-width:400px;
    box-shadow:0 18px 50px rgba(0,0,0,.35); }
  .login-logo{ width:52px; height:52px; border-radius:14px; margin-bottom:18px;
    background:linear-gradient(135deg, var(--violet), var(--violet-900));
    display:flex; align-items:center; justify-content:center; color:var(--mint); font-size:24px; font-weight:800; }
  img.login-logo-img{ width:104px; height:104px; display:block; margin:0 auto 18px;
    border-radius:50%; object-fit:cover; background:#fff;
    border:3px solid var(--line); box-shadow:0 4px 14px rgba(0,17,58,.22); }

  /* ---------- profile photo ---------- */
  .photo-box{ display:flex; align-items:center; gap:18px; margin-bottom:18px; flex-wrap:wrap; }
  .photo{ width:110px; height:110px; border-radius:50%; object-fit:cover; background:var(--lilac);
    border:3px solid var(--line); }
  .photo.ph{ display:flex; align-items:center; justify-content:center; font-size:38px; color:var(--violet); }

  .compare-grid{ display:grid; gap:12px; }
  .compare-col{ background:var(--bone); border-radius:12px; padding:14px; font-size:12.5px; }
  .compare-col h3{ margin:0 0 8px; font-size:15px; color:var(--violet); }
  footer.app{ text-align:center; color:var(--text-sub); font-size:11.5px; margin-top:30px; }
  .demo-banner{ background:var(--mint); color:var(--violet-900); text-align:center;
    padding:6px; font-size:12.5px; font-weight:700; }
