:root{--bg:#0f1724;--surface:#162131;--surface-2:#1b2638;--surface-3:#223047;--border:#2b3950;--border-strong:#3a4d6a;--text:#f5f7fb;--text-2:#c7d2e3;--muted:#8ca0bc;--gold:#c9a84c;--gold-dim:#c9a84c24;--blue:#6fa8ff;--blue-dim:#6fa8ff24;--green:#44c17d;--green-dim:#44c17d24;--orange:#ff9d4d;--orange-dim:#ff9d4d24;--red:#ff6c63;--red-dim:#ff6c6324;--shadow:0 20px 40px #00000047}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%}body{color:var(--text);-webkit-font-smoothing:antialiased;background:linear-gradient(#0c1420 0%,#0f1724 100%);margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:var(--blue);text-decoration:none}.login-shell{place-items:center;min-height:100vh;padding:32px;display:grid}.login-card,.panel{border:1px solid var(--border);box-shadow:var(--shadow);background:linear-gradient(#1c2638f5,#151e2cf5)}.login-card{border-radius:20px;width:min(520px,100%);padding:28px}.login-card h1{margin:8px 0;font-size:30px;line-height:1.05}.login-card p{color:var(--muted);margin:0 0 22px;line-height:1.6}.eyebrow,.panel-kicker{color:var(--gold);text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:800}.login-form{grid-template-columns:1fr auto;gap:10px;display:grid}.app-shell{min-height:100vh}.topbar{z-index:20;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0c121cd6;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:18px;padding:12px 18px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;min-width:240px;display:flex}.brand-mark{background:var(--gold-dim);width:34px;height:34px;color:var(--gold);border-radius:10px;place-items:center;font-weight:800;display:grid}.brand-title{font-size:14px;font-weight:800}.brand-subtitle{color:var(--muted);font-size:12px}.topnav{background:#ffffff08;border-radius:12px;align-items:center;gap:4px;min-width:0;padding:4px;display:flex}.topnav-button{color:var(--muted);background:0 0;border:0;border-radius:10px;padding:10px 14px;font-size:13px;font-weight:700}.topnav-button.is-active{background:var(--surface-3);color:var(--text)}.topbar-actions{gap:8px;display:flex}.workspace{max-width:1600px;margin:0 auto;padding:18px}.summary-row{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.metric,.mini-metric{border:1px solid var(--border);background:#ffffff08;border-radius:16px;padding:14px 16px}.metric-safe{border-color:#44c17d33}.metric-warm{border-color:#ff9d4d33}.metric-hot{border-color:#ff6c6333}.metric-cold{border-color:#6fa8ff33}.metric-label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800}.metric-value{margin-top:8px;font-size:28px;font-weight:800}.mini-metric-value{margin-top:6px;font-size:15px;font-weight:700}.jobs-layout,.two-column{grid-template-columns:340px minmax(0,1fr);gap:18px;display:grid}.jobs-layout-v2{grid-template-columns:320px minmax(0,1.2fr) 360px;align-items:start}.main-stack{gap:18px;display:grid}.editor-stack,.side-stack{min-width:0}.side-stack{gap:18px;display:grid;position:sticky;top:86px}.panel{border-radius:20px;padding:18px}.panel-header,.hero-header,.team-card-row,.list-row,.actions-row,.filter-row,.hero-metrics,.note-meta{align-items:center;display:flex}.panel-header{justify-content:space-between;gap:16px;margin-bottom:16px}.panel-header h2,.hero-header h1{margin:4px 0 0;font-size:22px;line-height:1.1}.hero-panel{padding:22px}.hero-panel-compact{padding:18px 20px}.mobile-team-switcher{display:none}.hero-header{justify-content:space-between;gap:20px}.hero-left{align-items:center;gap:16px;min-width:0;display:flex}.hero-subtitle{color:var(--muted);margin-top:8px}.hero-badges{gap:8px;display:flex}.hero-metrics{gap:12px;margin-top:18px}.hero-metrics-dense{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.sidebar{flex-direction:column;gap:12px;min-height:70vh;display:flex}.queue-panel{max-height:calc(100vh - 104px);position:sticky;top:86px}.queue-header{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.queue-count{color:var(--gold);font-size:24px;font-weight:800}.team-list,.candidate-list,.stack{gap:10px;display:grid}.team-list{padding-right:4px;overflow:auto}.team-list-compact{margin-right:-8px;padding-right:10px}.queue-panel .team-list-compact{max-height:calc(100vh - 230px)}.team-card,.candidate-card{border:1px solid var(--border);text-align:left;width:100%;color:inherit;background:#ffffff05;border-radius:16px;padding:14px}.team-card.is-selected,.candidate-card.is-selected{background:linear-gradient(#c9a84c1f,#ffffff08);border-color:#c9a84c73}.team-card-compact{padding:12px}.team-card-title,.candidate-title{font-weight:800}.team-card-copy,.candidate-card{min-width:0}.team-card-subtitle,.candidate-subtitle,.muted{color:var(--muted)}.team-card-subtitle,.candidate-subtitle,.small{font-size:12px;line-height:1.45}.team-card-meta{justify-content:space-between;margin-top:12px}.panel-header-tight{margin-bottom:12px}.team-logo{border:1px solid var(--border);background:#ffffff0a;border-radius:12px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid;overflow:hidden}.team-logo.is-large{border-radius:18px;flex-basis:66px;width:66px;height:66px}.team-logo img{object-fit:cover;width:100%;height:100%}.team-logo span{color:var(--muted);font-size:12px;font-weight:800}.pill{text-transform:uppercase;letter-spacing:.06em;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:0 10px;font-size:11px;font-weight:800;display:inline-flex}.status-active,.heat-safe,.availability-available{background:var(--green-dim);color:var(--green)}.status-rumored,.heat-warm{background:var(--orange-dim);color:var(--orange)}.status-open,.heat-hot,.availability-unavailable{background:var(--red-dim);color:var(--red)}.heat-cold,.availability-committed{background:var(--blue-dim);color:var(--blue)}.filter-row{flex-wrap:wrap;gap:8px}.filter-row-compact{gap:6px}.filter-button,.button{border:1px solid var(--border);border-radius:12px;font-weight:700}.filter-button{color:var(--muted);background:#ffffff08;padding:8px 12px}.filter-button.is-active{background:var(--gold-dim);color:var(--gold);border-color:#c9a84c59}.button{color:var(--text);background:#ffffff08;padding:10px 14px}.button-primary{background:var(--gold);color:#10151f;border-color:#c9a84ccc}.button-danger{color:var(--red);background:0 0;border-color:#ff6c6338}.button-ghost{color:var(--muted);background:#ffffff05}.button:disabled{opacity:.45;cursor:not-allowed}.field{gap:8px;display:grid}.field-label,.field span{color:var(--muted);font-size:12px;font-weight:700}.input{border:1px solid var(--border);width:100%;color:var(--text);background:#ffffff08;border-radius:14px;outline:none;padding:12px 14px}.input:focus{border-color:#c9a84c80;box-shadow:0 0 0 3px #c9a84c1f}.textarea{resize:vertical;min-height:120px}.textarea-lg{min-height:220px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.form-grid-tight{gap:10px}.form-grid-single{grid-template-columns:1fr}.editor-panel,.note-composer-panel,.side-panel{gap:12px;display:grid}.save-strip{align-items:center;gap:10px;display:flex}.save-state{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:12px;font-weight:800}.save-state.is-dirty{color:var(--orange)}.save-state.is-clean{color:var(--green)}.quick-edit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.quick-edit-block{border:1px solid var(--border);background:#ffffff06;border-radius:14px;gap:10px;padding:12px;display:grid}.segmented-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.segmented-button{border:1px solid var(--border);color:var(--muted);text-transform:capitalize;background:#ffffff08;border-radius:10px;padding:10px 12px;font-weight:700}.segmented-button.is-active{color:var(--text);background:#c9a84c24;border-color:#c9a84c73}.editor-columns,.note-composer-grid{grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);gap:16px;display:grid}.editor-column,.note-composer-main,.note-composer-meta{gap:12px;display:grid}.editor-column-secondary{align-content:start}.subpanel{border:1px solid var(--border);background:#ffffff06;border-radius:14px;padding:12px}.subpanel-title{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:10px;font-size:12px;font-weight:800}.top-gap{margin-top:16px}.actions-row{gap:10px;margin-top:18px}.section-divider{background:#ffffff0f;height:1px;margin:18px 0}.list-row,.note-card{border:1px solid var(--border);background:#ffffff05;border-radius:16px;justify-content:space-between;gap:16px;padding:14px}.note-card{gap:10px;display:grid}.note-card-compact{padding:12px}.note-body{line-height:1.6}.note-meta{color:var(--muted);flex-wrap:wrap;gap:14px;font-size:12px}.link{font-weight:700}.list-row-compact{align-items:flex-start;padding:12px}.button-inline,.button-icon{padding:8px 10px;font-size:12px}.compact-stack{gap:8px}.empty-copy{color:var(--muted);border:1px dashed #ffffff1f;border-radius:14px;padding:14px;font-size:13px}.candidate-info-card,.quick-candidate-card,.share-stat-card{border:1px solid var(--border);background:#ffffff06;border-radius:14px;padding:12px}.candidate-info-header,.share-card-top,.share-card-pills{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.candidate-info-meta,.candidate-info-notes,.share-stat-meta{color:var(--muted);margin-top:8px;font-size:12px;line-height:1.45}.inline-actions{margin-top:0}.sheet-backdrop{z-index:40;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#050a12b8;justify-content:center;align-items:flex-end;padding:12px;display:flex;position:fixed;inset:0}.team-sheet{border:1px solid var(--border-strong);width:min(720px,100%);max-height:min(82vh,900px);box-shadow:var(--shadow);background:linear-gradient(#1c2638fa,#121a27fa);border-radius:20px 20px 12px 12px;gap:12px;padding:14px;display:grid;overflow:hidden}.team-sheet-handle{background:#ffffff2e;border-radius:999px;width:46px;height:4px;margin:0 auto}.team-sheet-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.team-sheet-header h2{margin:4px 0 0;font-size:18px}.team-sheet-section{gap:10px;min-height:0;display:grid}.recent-team-row{gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.recent-team-chip{border:1px solid var(--border);color:var(--text-2);white-space:nowrap;background:#ffffff08;border-radius:999px;padding:10px 12px;font-weight:700}.recent-team-chip.is-active{color:var(--text);background:#c9a84c24;border-color:#c9a84c73}.team-sheet-list{gap:8px;padding-right:4px;display:grid;overflow:auto}.team-sheet-row{text-align:left;border:1px solid var(--border);width:100%;color:inherit;background:#ffffff05;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;display:grid}.team-sheet-row.is-active{background:#c9a84c1f;border-color:#c9a84c73}.team-sheet-copy{min-width:0}.share-sheet{border:1px solid var(--border-strong);width:min(980px,100%);max-height:min(90vh,980px);box-shadow:var(--shadow);background:linear-gradient(#1c2638fa,#121a27fa);border-radius:20px;gap:14px;padding:16px;display:grid;overflow:auto}.share-card-preview-shell{background:#080e16b3;border:1px solid #ffffff14;border-radius:18px;padding:16px;overflow:auto}.share-card-preview{aspect-ratio:1200/628;border-left:8px solid var(--gold);background:linear-gradient(#0b1420 0%,#0f1724 100%);border-radius:22px;gap:24px;width:100%;padding:28px;display:grid}.share-card-team{margin-top:10px;font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1}.share-card-conference,.share-card-label{color:var(--muted)}.share-card-label{letter-spacing:.1em;text-transform:uppercase;font-size:12px;font-weight:800}.share-card-grid{grid-template-columns:minmax(0,1.15fr) minmax(240px,.85fr);gap:22px;min-height:0;display:grid}.share-card-main,.share-card-side{gap:14px;display:grid}.share-card-coach{font-size:clamp(22px,3vw,34px);font-weight:800;line-height:1.1}.share-card-note{color:var(--text);font-size:clamp(16px,2.2vw,24px);line-height:1.45}.share-stat-value{margin-top:8px;font-size:28px;font-weight:800}.share-stat-value-sm{font-size:22px;line-height:1.15}.candidate-card .pill{margin-top:10px}.error{color:var(--red);font-size:13px}.banner{background:#ff6c6314;border:1px solid #ff6c6338;border-radius:14px;margin-bottom:16px;padding:12px 14px}.toast{color:var(--text);box-shadow:var(--shadow);background:#0b111b;border:1px solid #c9a84c59;border-radius:14px;padding:12px 14px;position:fixed;bottom:20px;right:20px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:999px}@media (width<=1180px){.jobs-layout,.two-column,.jobs-layout-v2{grid-template-columns:1fr}.sidebar,.queue-panel,.side-stack{min-height:auto;max-height:none;position:static}.queue-panel{order:2}.editor-stack{order:1}.side-stack{order:3}.editor-columns,.note-composer-grid,.hero-metrics-dense,.quick-edit-grid{grid-template-columns:1fr}}@media (width<=840px){.topbar,.hero-header,.panel-header,.topbar-actions{flex-wrap:wrap}.summary-row,.form-grid{grid-template-columns:1fr}.segmented-row,.summary-row{grid-template-columns:repeat(2,minmax(0,1fr))}.summary-row .metric:last-child{grid-column:1/-1}.topbar{align-items:stretch;gap:10px;padding:10px 12px}.brand{min-width:0}.topnav{width:100%;padding:3px;overflow-x:auto}.topnav-button{flex:1 0 auto;min-height:42px;padding:10px 12px}.topbar-actions{width:100%}.topbar-actions .button{flex:1 1 0;min-height:42px}.workspace{padding:12px}.panel{border-radius:16px;padding:14px}.hero-panel-compact{padding:14px}.mobile-team-switcher{text-align:left;width:100%;color:inherit;background:linear-gradient(#c9a84c24,#ffffff08);border:1px solid #c9a84c47;border-radius:14px;gap:2px;margin-bottom:12px;padding:12px;display:grid}.mobile-team-switcher-label{letter-spacing:.08em;text-transform:uppercase;color:var(--gold);font-size:11px;font-weight:800}.mobile-team-switcher-value{color:var(--text);font-size:16px;font-weight:800}.mobile-team-switcher-meta{color:var(--muted);font-size:12px}.hero-left{align-items:flex-start}.hero-badges{flex-wrap:wrap;justify-content:flex-start;width:100%}.queue-panel .team-list-compact{max-height:280px}.team-card-compact{padding:10px}.team-card-title{font-size:13px}.team-card-subtitle{font-size:11px}.save-strip{justify-content:space-between;width:100%}.save-strip .button{min-height:42px}.quick-edit-block,.subpanel,.note-card,.list-row{border-radius:12px}.button,.filter-button,.segmented-button{min-height:42px}.input{min-height:44px;padding:11px 12px}.textarea,.textarea-lg{min-height:140px}.team-sheet{border-radius:18px 18px 12px 12px;max-height:88vh;padding:12px}.team-sheet-row{padding:10px}.share-sheet{max-height:92vh;padding:12px}.share-card-preview{min-width:700px}}@media (width<=640px){.workspace{padding:10px}.queue-header h2,.panel-header h2,.hero-header h1{font-size:18px}.metric{padding:12px}.metric-value{font-size:22px}.mini-metric{padding:12px}.mini-metric-value{font-size:14px}.hero-metrics-dense{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-edit-grid{gap:10px}.filter-row-compact{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.queue-count{font-size:18px}.share-card-preview-shell{padding:10px}.share-card-preview{gap:16px;min-width:560px;padding:18px}.share-card-grid{grid-template-columns:1fr}}
