@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400&family=DM+Sans:wght@400;500;600&family=DM+Mono:wght@400;500&display=swap";:root{--bg:#0d0f1a;--navy:#0d0f1a;--navy-surface:#161a2a;--navy-border:#212741;--navy-text:#9aa8c8;--navy-text-2:#6878a0;--surface:#e8e2d6;--surface-2:#dfd8cb;--surface-3:#d6cebf;--border:#c8c0b0;--border-2:#b8b0a0;--text:#0f0c08;--text-2:#1e1508;--text-3:#3d3428;--accent:#cd7f45;--accent-hover:#da8e52;--accent-d:#cd7f451f;--accent-d2:#cd7f4533;--neutral:#7a6f5e;--green:#2a6e3a;--green-d:#2a6e3a1f;--amber:#a0620a;--amber-d:#a0620a1a;--red:#b83232;--red-d:#b832321a;--blue:#1a4a8a;--blue-d:#1a4a8a1a;--font-head:"Cormorant Garamond", Georgia, serif;--font-body:"DM Sans", system-ui, sans-serif;--font-mono:"DM Mono", "Courier New", monospace;--r:6px;--r-lg:10px;--r-xl:10px;--r-full:9999px;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 16px #0000001a;--shadow-lg:0 8px 32px #0000002e;--surface2:var(--surface-2);--surface3:var(--surface-3);--border2:var(--border-2)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{background:var(--bg);height:100%;color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:14px;font-weight:300;line-height:1.6}h1,h2,h3,h4,h5{font-family:var(--font-head);color:var(--text);font-weight:500;line-height:1.2}h2{font-size:28px;font-weight:300}h3{font-size:20px;font-weight:400}h4{font-size:11px;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--text-3);font-weight:400}p{color:var(--text-2);font-size:14px;font-weight:300}.mono{font-family:var(--font-mono)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--navy)}::-webkit-scrollbar-thumb{background:var(--navy-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--navy-text-2)}.btn{border-radius:var(--r);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;border:1px solid #0000;align-items:center;gap:6px;padding:9px 20px;font-size:11px;font-weight:500;transition:background .12s,border-color .12s,opacity .12s,color .12s;display:inline-flex}.btn:disabled{opacity:.38;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-primary:not(:disabled):hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn-secondary{color:var(--text-2);border:1px solid var(--border-2);background:0 0}.btn-secondary:not(:disabled):hover{border-color:var(--accent);color:var(--accent);background:var(--accent-d)}.btn-ghost{color:var(--text-3);background:0 0;border-color:#0000;padding:6px 10px}.btn-ghost:hover{color:var(--text-2);background:var(--surface3)}.btn-destructive{color:var(--red);border-color:var(--red-d);border-radius:var(--r);background:0 0}.btn-destructive:not(:disabled):hover{background:var(--red-d)}.field{flex-direction:column;gap:6px;display:flex}.field label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--text-3);font-size:10px}input[type=text],input[type=email],input[type=password],input[type=number],textarea{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r);color:var(--text);font-family:var(--font-body);outline:none;width:100%;padding:10px 14px;font-size:14px;font-weight:400;transition:border-color .15s}input[type=text]::placeholder,input[type=email]::placeholder,input[type=password]::placeholder,input[type=number]::placeholder,textarea::placeholder{color:var(--text-3)}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,textarea:focus{background:var(--surface-2);border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-d);outline:none}textarea{resize:vertical;min-height:96px}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button{display:none}input[type=range]{-webkit-appearance:none;background:var(--border2);cursor:pointer;border:none;border-radius:1px;outline:none;width:100%;height:2px;padding:0}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent);cursor:pointer;border-radius:50%;width:13px;height:13px}.tag button{color:var(--text-3);cursor:pointer;background:0 0;border:none;align-items:center;margin-top:-1px;padding:0;font-size:14px;line-height:1;display:flex}.badge{border-radius:var(--r-full);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;align-items:center;gap:5px;padding:3px 9px;font-size:9px;font-weight:500;display:inline-flex}.badge:before{content:"";background:currentColor;border-radius:50%;flex-shrink:0;width:5px;height:5px}.badge-green{background:var(--green-d);color:var(--green)}.badge-amber{background:var(--amber-d);color:var(--amber)}.badge-red{background:var(--red-d);color:var(--red)}.badge-blue{background:var(--accent-d);color:var(--accent)}.badge-neutral{background:var(--surface-2);color:var(--text-3)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:20px 24px}.spinner{border:1.5px solid var(--border2);border-top-color:var(--accent);border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.55s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}@keyframes tdot{0%,80%,to{opacity:.35;transform:scale(.7)}40%{opacity:1;transform:scale(1)}}.text-muted{color:var(--text-3)!important}.text-dim{color:var(--text-2)!important}.text-green{color:var(--green)}.text-amber{color:var(--amber)}.text-red{color:var(--red)}.text-accent{color:var(--accent)}.link{color:var(--accent);cursor:pointer}.link:hover{text-decoration:underline}.layout{height:100vh;display:flex;overflow:hidden}.sidebar{background:var(--navy);border-right:1px solid var(--navy-border);flex-direction:column;flex-shrink:0;width:228px;display:flex;overflow-y:auto}.sidebar-brand{border-bottom:1px solid var(--navy-border);justify-content:center;padding:24px 20px 20px;display:flex}.sidebar-brand img{width:100%;max-width:160px;height:auto;display:block}.sidebar-company{border-bottom:1px solid var(--navy-border);font-family:var(--font-mono);color:var(--navy-text-2);text-transform:uppercase;letter-spacing:.14em;align-items:center;gap:7px;padding:11px 20px;font-size:10px;display:flex}.biz-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:5px;height:5px}.sidebar-nav{flex:1;padding:10px 12px}.nav-section{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.14em;color:var(--navy-text-2);padding:16px 14px 8px;font-size:10px}.nav-item{border-radius:var(--r);font-family:var(--font-body);color:var(--navy-text);cursor:pointer;border-left:2px solid #0000;align-items:center;gap:11px;margin-bottom:1px;padding:8px 14px;font-size:12.5px;font-weight:400;text-decoration:none;transition:color .12s,border-color .12s,background .12s;display:flex}.nav-item:hover{color:#fff;background:var(--navy-surface)}.nav-item.active{color:var(--accent);border-left-color:var(--accent);background:var(--accent-d);border-radius:0 var(--r) var(--r) 0}.nav-icon{text-align:center;opacity:.45;flex-shrink:0;width:16px;font-size:13px;transition:opacity .12s}.nav-item.active .nav-icon{opacity:1}.sidebar-footer{border-top:1px solid var(--navy-border);flex-shrink:0;padding:14px 16px}.sf-user{align-items:center;gap:9px;margin-bottom:12px;display:flex}.sf-avatar{border-radius:var(--r);background:var(--accent-d2);width:28px;height:28px;color:var(--accent);font-family:var(--font-head);border:1px solid #cd7f4559;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;display:flex}.sf-meta{min-width:0}.sf-name{color:var(--navy-text);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:400;overflow:hidden}.sf-email{font-family:var(--font-mono);color:var(--navy-text-2);white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.sf-signout{border:1px solid var(--navy-border);width:100%;color:var(--navy-text-2);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;border-radius:var(--r);cursor:pointer;background:0 0;padding:8px;font-size:10px;transition:color .12s,border-color .12s}.sf-signout:hover{color:var(--accent);border-color:var(--accent)}.sidebar-user-email{font-family:var(--font-mono);color:var(--navy-text-2);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.sidebar-footer .btn-secondary{color:var(--navy-text-2);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;background:0 0;border-color:#0000;font-size:10px}.sidebar-footer .btn-secondary:hover{color:var(--accent);background:0 0;border-color:#0000}.content{background:var(--bg);flex:1;min-width:0;overflow-y:auto}.page{max-width:1180px;padding:34px 40px 90px}.page-head{border-bottom:1px solid var(--navy-border);justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:26px;padding-bottom:22px;display:flex}.page-head h2{font-family:var(--font-head);letter-spacing:.01em;color:#f0ede8;white-space:nowrap;margin-bottom:5px;font-size:32px;font-weight:300}.page-head p{color:var(--navy-text-2);margin:0;font-size:12px;font-weight:400}.login-screen{min-height:100vh;display:flex}.login-panel-left{background:var(--navy);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:42%;padding:60px 48px;display:flex;position:relative;overflow:hidden}.login-panel-left:before{content:"";background-image:linear-gradient(#cd7f450a 1px,#0000 1px),linear-gradient(90deg,#cd7f450a 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.login-logo-mark{z-index:1;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:28px;display:flex;position:relative}.login-logo-diamond{border:1.5px solid var(--accent);justify-content:center;align-items:center;width:58px;height:58px;display:flex;position:relative;transform:rotate(45deg)}.login-logo-diamond:after{content:"1";font-family:var(--font-head);color:var(--accent);font-size:24px;font-weight:300;display:block;transform:rotate(-45deg)}.login-tagline-label{font-family:var(--font-body);letter-spacing:.22em;text-transform:uppercase;color:var(--accent);z-index:1;margin-bottom:18px;font-size:11px;font-weight:300;position:relative}.login-divider{background:var(--accent);opacity:.5;z-index:1;width:40px;height:1px;margin-bottom:24px;position:relative}.login-quote{font-family:var(--font-head);color:#ffffff8c;text-align:center;z-index:1;max-width:260px;font-size:19px;font-style:italic;font-weight:300;line-height:1.55;position:relative}.login-panel-right{background:var(--surface);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:60px 64px;display:flex}.login-form-wrap{width:100%;max-width:360px}.login-welcome{font-family:var(--font-head);color:var(--text);margin-bottom:6px;font-size:32px;font-weight:400}.login-sub{color:var(--text-3);margin-bottom:36px;font-size:14px;font-weight:300}.login-form{flex-direction:column;gap:24px;display:flex}.login-form .btn{justify-content:center;width:100%;margin-top:8px;padding:12px}.error-banner{border-left:2px solid var(--red);color:var(--red);background:var(--red-d);margin-bottom:16px;padding:10px 14px;font-size:13px;font-weight:300}.metrics-row{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px;display:grid}.metric-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);flex-direction:column;gap:6px;padding:18px 20px 16px;transition:border-color .15s;display:flex;position:relative}.metric-card:before{content:"";background:var(--text-3);border-radius:50%;width:6px;height:6px;position:absolute;top:16px;left:18px}.metric-card.green:before{background:var(--green)}.metric-card.blue:before{background:var(--accent)}.metric-card.amber:before{background:var(--amber)}.metric-card:hover{border-color:var(--border2)}.metric-val{font-family:var(--font-mono);color:var(--text);margin-top:4px;padding-left:16px;font-size:30px;font-weight:500;line-height:1}.metric-label{font-size:10px;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--text-3);padding-left:16px;font-weight:400}.metric-card.green .metric-val{color:var(--green)}.metric-card.blue .metric-val{color:var(--accent)}.metric-card.amber .metric-val{color:var(--amber)}.section-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);margin-bottom:20px;overflow:hidden}.section-card-head{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;padding:16px 22px;display:flex}.section-card-head h3{font-size:18px;font-weight:400}.section-card-body{padding:20px}.table-row{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:13px 22px;transition:background .1s;display:flex}.table-row:last-child{border-bottom:none}.table-row.clickable{cursor:pointer}.table-row.clickable:hover{background:var(--surface2)}.col-main{flex:1;align-items:center;gap:11px;min-width:0;display:flex}.col-name{color:var(--text);font-size:13.5px;font-weight:500}.col-sub{color:var(--text-3);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;font-weight:300;overflow:hidden}.col-right{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:9px;display:flex}.mini-avatar{border-radius:var(--r);background:var(--accent-d);width:36px;height:36px;color:var(--accent);font-family:var(--font-head);border:1px solid #cd7f4547;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:500;display:flex}.job-code{font-family:var(--font-mono);color:var(--text-3);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r);letter-spacing:.04em;margin-right:8px;padding:1px 6px;font-size:10px}.salary{font-family:var(--font-mono);color:var(--green);margin-left:7px;font-size:10px}.muted-mono{font-family:var(--font-mono);color:var(--text-3);font-size:11px}.score-pill{font-family:var(--font-mono);white-space:nowrap;font-size:13px;font-weight:600}.empty-state{text-align:center;color:var(--text-3);padding:48px 24px;font-size:13px;font-weight:300}.form-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.span-2{grid-column:span 2}.form-actions{gap:10px;margin-top:8px;display:flex}.weight-sliders{flex-direction:column;gap:14px;display:flex}.weight-row{grid-template-columns:120px 1fr 42px;align-items:center;gap:14px;display:grid}.weight-row>span:first-child{color:var(--text-2);font-size:13px;font-weight:300}.weight-val{font-family:var(--font-mono);color:var(--accent);text-align:right;font-size:11px}.tag-input{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r);cursor:text;flex-wrap:wrap;align-items:center;gap:6px;min-height:44px;padding:8px 12px;transition:border-color .15s;display:flex}.tag-input:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-d)}.tag-input input{color:var(--text);font-family:var(--font-body);background:0 0;border:none;outline:none;flex:1;width:auto;min-width:120px;padding:2px 4px;font-size:14px;font-weight:400}.tag{background:var(--surface);border:1px solid var(--border-2);border-radius:var(--r);font-family:var(--font-mono);color:var(--text-2);white-space:nowrap;align-items:center;gap:4px;padding:3px 8px 3px 10px;font-size:10px;display:inline-flex}.tag button{color:var(--text-3);cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;line-height:1}.tag button:hover{color:var(--red)}.drop-zone{border:1px dashed var(--border2);border-radius:var(--r);text-align:center;cursor:pointer;background:var(--surface);margin-bottom:14px;padding:32px 24px;transition:border-color .15s,background .15s}.drop-zone:hover,.drop-zone.drag-over{border-color:var(--accent);background:var(--accent-d)}.drop-icon{opacity:.35;margin-bottom:8px;font-size:20px}.drop-zone p{color:var(--text-2);margin-bottom:4px;font-size:13px;font-weight:300}.drop-zone .small{color:var(--text-3);font-size:11px}.format-pills{flex-wrap:wrap;justify-content:center;gap:5px;margin-top:10px;display:flex}.format-pill{border:1px solid var(--border);border-radius:var(--r);font-family:var(--font-mono);color:var(--text-3);letter-spacing:.08em;padding:2px 7px;font-size:9px;font-weight:500}.file-list{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);margin-bottom:14px;overflow:hidden}.file-list-header{border-bottom:1px solid var(--border);background:var(--surface2);color:var(--text-3);font-size:10px;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:10px;padding:9px 16px;display:flex}.file-row{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:10px 16px;display:flex}.file-row:last-child{border-bottom:none}.file-info{flex:1;align-items:flex-start;gap:8px;min-width:0;display:flex}.file-icon{opacity:.6;flex-shrink:0;margin-top:1px;font-size:14px}.file-name{color:var(--text);font-size:12px;font-weight:500}.file-parsed{color:var(--text-3);margin-top:2px;font-size:11px;font-weight:300}.file-parsed strong{color:var(--text-2);font-weight:400}.file-status{flex-shrink:0;align-items:center;gap:7px;display:flex}.error-text{color:var(--red);margin-top:2px;font-size:11px}.progress-row{align-items:center;gap:10px;margin-bottom:14px;display:flex}.progress-row .progress-track{flex:1}.progress-track{background:var(--border);border-radius:1px;height:2px;overflow:hidden}.progress-fill{background:var(--accent);border-radius:1px;height:100%;transition:width .35s}.candidate-list{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden}.candidate-row{border-bottom:1px solid var(--border);cursor:pointer;align-items:center;gap:12px;padding:11px 16px;transition:background .1s;display:flex}.candidate-row:last-child{border-bottom:none}.candidate-row:hover{background:var(--surface2)}.candidate-row.dimmed{opacity:.45}.candidate-row.active{background:var(--accent-d);border-left:2px solid var(--accent)}.c-rank{font-family:var(--font-mono);color:var(--text-3);flex-shrink:0;width:26px;font-size:10px}.c-info{flex:1;min-width:0}.c-name{color:var(--text);font-size:13px;font-weight:400}.c-meta{color:var(--text-3);margin-top:1px;font-size:11px;font-weight:300}.c-score{flex-shrink:0;align-items:center;gap:7px;display:flex}.score-ring{display:inline-flex;position:relative}.score-ring svg{display:block}.ring-inner{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ring-val{font-family:var(--font-mono);color:var(--text);font-size:11px;font-weight:600}.ring-val-lg{font-size:18px;font-weight:600}.ring-rec{font-size:8px;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.04em}.score-dim{grid-template-columns:140px 1fr 34px;align-items:center;gap:12px;margin-bottom:10px;display:grid}.score-dim:last-child{margin-bottom:0}.dim-label{color:var(--text-2);font-size:12px;font-weight:300}.dim-track{background:var(--border);border-radius:1px;height:2px;overflow:hidden}.dim-fill{border-radius:1px;height:100%;transition:width .5s}.dim-val{font-family:var(--font-mono);color:var(--text-2);text-align:right;font-size:11px}.pipeline-log-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);margin-top:20px;overflow:hidden}.pipeline-log-head{background:var(--surface2);border-bottom:1px solid var(--border);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--text-3);align-items:center;gap:8px;padding:9px 16px;font-size:9px;display:flex}.pipeline-log{height:160px;font-family:var(--font-mono);background:var(--surface2);padding:12px 16px;font-size:11px;line-height:1.9;overflow-y:auto}.log-line{color:var(--text-3)}.log-line.ok{color:var(--green)}.log-line.err{color:var(--red)}.log-line.info{color:var(--accent)}.interview-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);height:460px;display:flex;overflow:hidden}.iv-sidebar{border-right:1px solid var(--border);flex-shrink:0;width:200px;overflow-y:auto}.iv-sidebar-head{border-bottom:1px solid var(--border);background:var(--surface2);font-size:10px;font-family:var(--font-mono);color:var(--text-3);text-transform:uppercase;letter-spacing:.1em;padding:12px 14px}.iv-chat{flex-direction:column;flex:1;min-width:0;display:flex}.iv-chat-head{border-bottom:1px solid var(--border);background:var(--surface2);justify-content:space-between;align-items:center;padding:11px 16px;display:flex}.iv-chat-head h4{letter-spacing:0;margin-bottom:1px;font-size:13px}.iv-chat-head p{color:var(--text-3);font-size:11px;font-weight:300}.iv-chat-body{background:var(--surface-2);flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.iv-chat-empty{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;display:flex}.iv-chat-empty p{color:var(--text-3);font-size:13px;font-weight:300}.iv-chat-input{border-top:1px solid var(--border);background:var(--surface);flex-shrink:0;gap:8px;padding:10px 16px;display:flex}.iv-chat-input input{border:none;border-bottom:1px solid var(--border-2);color:var(--text);font-size:13px;font-family:var(--font-body);background:0 0;border-radius:0;outline:none;flex:1;padding:7px 0;font-weight:300;transition:border-color .12s}.iv-chat-input input:focus{border-bottom-color:var(--accent)}.bubble{flex-direction:column;gap:3px;max-width:80%;display:flex}.bubble.assistant{align-self:flex-start}.bubble.user{align-self:flex-end}.bubble-who{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);font-size:9px}.bubble.user .bubble-who{text-align:right}.bubble-body{white-space:pre-wrap;border-radius:var(--r);padding:9px 13px;font-size:13px;font-weight:300;line-height:1.6}.bubble.assistant .bubble-body{background:var(--surface);border:1px solid var(--border);color:var(--text);border-left:2px solid var(--border2)}.bubble.user .bubble-body{background:var(--accent);color:#fff}.typing-dots{align-items:center;gap:4px;padding:4px 2px;display:flex}.typing-dots span{background:var(--text-3);border-radius:50%;width:4px;height:4px;animation:1.1s infinite tdot}.typing-dots span:nth-child(2){animation-delay:.18s}.typing-dots span:nth-child(3){animation-delay:.36s}.scoring-banner{background:var(--amber-d);border-left:2px solid var(--amber);color:var(--amber);align-items:center;gap:8px;padding:10px 14px;font-size:12px;font-weight:300;display:flex}.profile-hero{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);align-items:flex-start;gap:18px;margin-bottom:16px;padding:22px;display:flex}.profile-avatar{border-radius:var(--r);background:var(--accent-d);width:44px;height:44px;color:var(--accent);font-size:18px;font-weight:400;font-family:var(--font-head);border:1px solid #b8924a40;flex-shrink:0;justify-content:center;align-items:center;display:flex}.profile-id{flex:1;min-width:0}.profile-id h3{margin-bottom:3px;font-size:20px;font-weight:400}.profile-id p{color:var(--text-2);font-size:13px;font-weight:300}.profile-id .email{font-family:var(--font-mono);color:var(--text-3);font-size:11px}.profile-grid{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px;display:grid}.profile-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:18px}.profile-section.full{grid-column:span 2}.profile-section h4{margin-bottom:14px}.insight-text{color:var(--text-2);font-size:13px;font-weight:300;line-height:1.7}.strength-list,.flag-list{flex-direction:column;gap:7px;margin-top:8px;list-style:none;display:flex}.strength-list li,.flag-list li{color:var(--text-2);align-items:flex-start;gap:8px;font-size:13px;font-weight:300;line-height:1.5;display:flex}.dot-green{background:var(--green);border-radius:50%;flex-shrink:0;width:4px;height:4px;margin-top:6px}.dot-red{background:var(--red);border-radius:50%;flex-shrink:0;width:4px;height:4px;margin-top:6px}.best-answer{color:var(--text-2);border-left:2px solid var(--accent);background:var(--accent-d);border-radius:0 var(--r) var(--r) 0;font-size:13px;font-style:italic;font-weight:300;line-height:1.75;font-family:var(--font-head);margin:0;padding:12px 18px;font-size:15px}select{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r);color:var(--text);font-family:var(--font-body);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23A09890' stroke-width='1.2'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;outline:none;width:100%;padding:10px 32px 10px 14px;font-size:14px;font-weight:400;transition:border-color .15s}select:focus{background:var(--surface-2);border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-d);outline:none}select option{background:var(--surface2);color:var(--text)}.transcript-wrap{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r);flex-direction:column;gap:10px;max-height:320px;padding:14px;display:flex;overflow-y:auto}.modal-overlay{z-index:200;background:#000000a6;justify-content:center;align-items:center;padding:20px;animation:.15s fade-in;display:flex;position:fixed;inset:0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);width:100%;max-width:520px;box-shadow:var(--shadow-lg);animation:.18s slide-up}@keyframes slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.modal-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.modal-head h3{margin:0;font-size:16px}.modal-close{cursor:pointer;color:var(--text-3);background:0 0;border:none;padding:0 2px;font-size:22px;line-height:1;transition:color .12s}.modal-close:hover{color:var(--text)}.modal-body{padding:24px}.invite-success{text-align:center;padding:8px 0 4px}.invite-success-icon{background:var(--green-d);border:1.5px solid var(--green);width:48px;height:48px;color:var(--green);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;font-size:22px;display:flex}.welcome-card{background:var(--surface);border:1px solid var(--border);border-top:3px solid var(--accent);border-radius:var(--r-xl);width:100%;max-width:460px;box-shadow:var(--shadow-lg);padding:40px 36px;animation:.2s slide-up}.client-table-head{background:var(--surface2);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);border-bottom:1px solid var(--border);grid-template-columns:1.4fr 1.6fr 60px 80px 80px 80px 1fr;gap:8px;padding:8px 20px;font-size:9px;display:grid}.client-table-row{border-bottom:1px solid var(--border);grid-template-columns:1.4fr 1.6fr 60px 80px 80px 80px 1fr;align-items:center;gap:8px;padding:13px 20px;transition:background .1s;display:grid}.client-table-row:last-child{border-bottom:none}.client-table-row:hover{background:var(--surface2)}.hchat-bubble{z-index:900;background:var(--accent);cursor:pointer;color:#fff;border:1.5px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 4px 16px #0000001f,0 2px 8px #b8924a47,inset 0 1px #ffffff1a}.hchat-bubble:hover{transform:scale(1.06);box-shadow:0 6px 24px #00000024,0 4px 16px #b8924a66,inset 0 1px #ffffff1a}.hchat-bubble-pulse{border:2px solid var(--accent);opacity:0;pointer-events:none;border-radius:50%;animation:2.8s ease-out infinite hchat-pulse;position:absolute;inset:-3px}@keyframes hchat-pulse{0%{opacity:.55;transform:scale(.92)}70%{opacity:0;transform:scale(1.22)}to{opacity:0;transform:scale(1.22)}}.hchat-drawer{z-index:899;background:var(--surface);border:1px solid var(--border);width:380px;height:530px;box-shadow:var(--shadow-md);transform-origin:100% 100%;border-radius:10px;flex-direction:column;transition:opacity .18s,transform .18s;display:flex;position:fixed;bottom:94px;right:28px;overflow:hidden}.hchat-drawer.closed{opacity:0;pointer-events:none;transform:scale(.9)translateY(10px)}.hchat-drawer.open{opacity:1;transform:scale(1)translateY(0)}.hchat-head{border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0;align-items:center;gap:10px;padding:12px 14px;display:flex}.hchat-head-av{background:var(--accent);width:32px;height:32px;font-family:var(--font-mono);color:#fff;letter-spacing:.04em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:500;display:flex}.hchat-head-info{flex:1;min-width:0}.hchat-head-info strong{color:var(--text);font-size:13px;font-weight:500;font-family:var(--font-body);display:block}.hchat-head-info span{color:var(--text-3);font-size:10px;font-family:var(--font-mono);letter-spacing:.04em}.hchat-head-btns{flex-shrink:0;gap:2px;display:flex}.hchat-icon-btn{cursor:pointer;border-radius:var(--r);color:var(--text-3);background:0 0;border:none;justify-content:center;align-items:center;padding:6px;transition:color .12s,background .12s;display:flex}.hchat-icon-btn:hover{color:var(--text);background:var(--surface2)}.hchat-messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:10px;padding:14px;display:flex;overflow-y:auto}.hchat-date-sep{align-items:center;gap:10px;margin:4px 0;display:flex}.hchat-date-sep:before,.hchat-date-sep:after{content:"";background:var(--border);flex:1;height:1px}.hchat-date-sep span{font-family:var(--font-mono);color:var(--text-3);text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;font-size:9px}.hchat-row{align-items:flex-end;gap:8px;display:flex}.hchat-row.user{flex-direction:row-reverse}.hchat-row-av{width:26px;height:26px;font-family:var(--font-mono);letter-spacing:.03em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1px;font-size:8px;font-weight:500;display:flex}.hchat-row.assistant .hchat-row-av{background:var(--accent);color:#fff}.hchat-row.user .hchat-row-av{background:var(--surface-2);color:var(--text-3)}.hchat-bubble-msg{white-space:pre-wrap;word-break:break-word;border-radius:10px;max-width:78%;padding:9px 12px;font-size:13px;line-height:1.6}.hchat-row.assistant .hchat-bubble-msg{background:var(--surface2);border:1px solid var(--border);color:var(--text);border-bottom-left-radius:3px}.hchat-row.user .hchat-bubble-msg{background:var(--accent);color:#fff;border-bottom-right-radius:3px}.hchat-typing-row{align-items:flex-end;gap:8px;display:flex}.hchat-typing-bubble{background:var(--surface2);border:1px solid var(--border);border-radius:10px 10px 10px 3px;padding:10px 14px}.hchat-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:24px;display:flex}.hchat-empty-icon{opacity:.18;margin-bottom:12px;font-size:28px}.hchat-empty h4{color:var(--text);font-size:13px;font-weight:400;font-family:var(--font-body);text-transform:none;letter-spacing:0;margin-bottom:6px}.hchat-empty p{color:var(--text-3);margin-bottom:16px;font-size:12px;font-weight:300}.hchat-suggestions{flex-direction:column;gap:6px;width:100%;max-width:290px;display:flex}.hchat-suggestion{background:var(--surface2);border:1px solid var(--border);border-radius:var(--r);color:var(--text-2);cursor:pointer;text-align:left;font-size:12px;line-height:1.5;font-family:var(--font-body);padding:8px 12px;font-weight:300;transition:border-color .12s,color .12s,background .12s}.hchat-suggestion:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-d)}.hchat-input-area{border-top:1px solid var(--border);background:var(--surface);flex-shrink:0;align-items:flex-end;gap:8px;padding:10px 12px;display:flex}.hchat-input{min-height:36px;max-height:96px;font-size:13px;font-family:var(--font-body);background:var(--surface-2);color:var(--text);resize:none;outline:none;flex:1;padding:8px 10px;font-weight:300;line-height:1.5;transition:border-color .12s;border:1px solid var(--border-2)!important;border-radius:6px!important}.hchat-input:focus{border-color:var(--accent)!important}.hchat-send{background:var(--accent);cursor:pointer;color:#fff;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .12s;display:flex}.hchat-send:hover:not(:disabled){background:var(--accent-hover)}.hchat-send:disabled{opacity:.4;cursor:not-allowed}.client-chat-wrap{background:var(--surface);height:100vh;display:flex;overflow:hidden}.client-chat-backdrop{z-index:998;background:#0000008c;position:fixed;inset:0}.chat-side{border-right:1px solid var(--border);background:var(--surface-2);flex-direction:column;flex-shrink:0;width:236px;display:flex;overflow:hidden}.chat-side-top{border-bottom:1px solid var(--border);flex-shrink:0;padding:14px 12px}.chat-new{background:var(--accent);color:#fff;border-radius:var(--r);width:100%;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;cursor:pointer;border:none;justify-content:center;align-items:center;gap:7px;padding:9px;font-size:10px;font-weight:500;transition:background .12s;display:flex}.chat-new:hover{background:var(--accent-hover)}.chat-convs{flex:1;padding:6px;overflow-y:auto}.chat-conv{border-radius:var(--r);cursor:pointer;border-left:2px solid #0000;margin-bottom:2px;padding:10px;transition:background .12s}.chat-conv:hover{background:var(--surface-3)}.chat-conv.active{background:var(--accent-d);border-left-color:var(--accent)}.chat-conv .cc-t{color:var(--text-2);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.chat-conv.active .cc-t{color:var(--accent);font-weight:500}.chat-conv .cc-d{font-family:var(--font-mono);color:var(--text-3);margin-top:3px;font-size:9px}.chat-main{background:var(--surface);flex-direction:column;flex:1;min-width:0;display:flex}.chat-head{border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0;align-items:center;gap:11px;padding:15px 22px;display:flex}.chat-av{background:var(--accent);color:#fff;width:36px;height:36px;font-family:var(--font-mono);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:500;display:flex}.chat-head strong{color:var(--text);font-size:13px;font-family:var(--font-body);font-weight:600;display:block}.chat-head span{font-family:var(--font-mono);color:var(--text-3);font-size:10px}.chat-mobile-menu{cursor:pointer;color:var(--text-3);border-radius:var(--r);background:0 0;border:none;justify-content:center;align-items:center;padding:6px;transition:color .12s,background .12s;display:none}.chat-mobile-menu:hover{color:var(--text);background:var(--surface-2)}.chat-msgs{background:var(--surface);flex-direction:column;flex:1;gap:14px;padding:24px;display:flex;overflow-y:auto}.crow{align-items:flex-end;gap:9px;max-width:78%;display:flex}.crow.user{flex-direction:row-reverse;align-self:flex-end}.crow.bot{align-self:flex-start}.crow-av{width:26px;height:26px;font-family:var(--font-mono);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:8px;font-weight:500;display:flex}.crow.bot .crow-av{background:var(--accent);color:#fff}.crow.user .crow-av{background:var(--surface-3);color:var(--text-3)}.cbubble{white-space:pre-wrap;border-radius:12px;padding:10px 14px;font-size:13.5px;line-height:1.65}.crow.bot .cbubble{background:var(--surface-2);border:1px solid var(--border);color:var(--text);border-bottom-left-radius:3px}.crow.user .cbubble{background:var(--accent);color:#fff;border-bottom-right-radius:3px}.chat-suggest{background:var(--surface);flex-wrap:wrap;gap:8px;padding:0 24px 12px;display:flex}.sug{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r);color:var(--text-2);cursor:pointer;font-size:12px;font-family:var(--font-body);padding:7px 12px;transition:border-color .12s,color .12s}.sug:hover{border-color:var(--accent);color:var(--accent)}.chat-input-bar{border-top:1px solid var(--border);background:var(--surface);flex-shrink:0;align-items:flex-end;gap:10px;padding:14px 22px;display:flex}.chat-input{background:var(--surface-2);border:1px solid var(--border-2);border-radius:var(--r);color:var(--text);font-family:var(--font-body);resize:none;outline:none;flex:1;max-height:120px;padding:10px 12px;font-size:13.5px;line-height:1.5;transition:border-color .12s}.chat-input:focus{border-color:var(--accent)}.chat-input::placeholder{color:var(--text-3)}.chat-send{border-radius:var(--r);background:var(--accent);color:#fff;cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:15px;transition:background .12s;display:flex}.chat-send:hover{background:var(--accent-hover)}.chat-send:disabled{opacity:.4;cursor:not-allowed}@media (width<=640px){.chat-side{z-index:999;transition:transform .22s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:4px 0 24px #00000080}.chat-side.open{transform:translate(0)}.chat-mobile-menu{display:flex}}.hchat-page{flex-direction:row;height:100vh;display:flex;overflow:hidden}.hchat-sidebar{border-right:1px solid var(--border);background:var(--surface-2);flex-direction:column;flex-shrink:0;width:236px;display:flex;overflow:hidden}.hchat-sidebar-top{border-bottom:1px solid var(--border);flex-shrink:0;padding:14px 10px 10px}.hchat-new-conv-btn{background:var(--accent);color:#fff;border-radius:var(--r);width:100%;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;cursor:pointer;border:none;justify-content:center;align-items:center;gap:7px;padding:8px 12px;font-size:10px;font-weight:500;transition:background .12s;display:flex}.hchat-new-conv-btn:hover{background:var(--accent-hover)}.hchat-sidebar-list{flex:1;padding:6px;overflow-y:auto}.hchat-conv-item{border-radius:var(--r);cursor:pointer;border-left:2px solid #0000;align-items:center;gap:4px;padding:9px 8px;transition:background .12s;display:flex}.hchat-conv-item:hover{background:var(--surface2)}.hchat-conv-item.active{background:var(--accent-d);border-left-color:var(--accent)}.hchat-conv-body{flex:1;min-width:0}.hchat-conv-title{color:var(--text-2);white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:12px;font-weight:400;line-height:1.4;overflow:hidden}.hchat-conv-item.active .hchat-conv-title{color:var(--accent);font-weight:500}.hchat-conv-date{font-size:10px;font-family:var(--font-mono);color:var(--text-3);letter-spacing:.02em}.hchat-conv-del{cursor:pointer;color:var(--text-3);border-radius:var(--r);opacity:0;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:opacity .12s,color .12s,background .12s;display:flex}.hchat-conv-item:hover .hchat-conv-del{opacity:1}.hchat-conv-del:hover{color:var(--red);background:var(--red-d)}.hchat-sidebar-backdrop{z-index:998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;position:fixed;inset:0}.hchat-menu-btn-mobile{display:none}@media (width<=640px){.hchat-menu-btn-mobile{display:flex}}.hchat-menu-btn{cursor:pointer;color:var(--text-3);border-radius:var(--r);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:6px;transition:color .12s,background .12s;display:flex}.hchat-menu-btn:hover{color:var(--text);background:var(--surface2)}.hchat-main{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.hchat-page-head{border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:20px 32px;display:flex}.hchat-page-head h2{margin:0 0 2px;font-size:22px;font-weight:400}.hchat-page-head p{color:var(--text-3);margin:0;font-size:12px;font-weight:300}.hchat-page-msgs{flex-direction:column;flex:1;gap:12px;padding:24px 32px;display:flex;overflow-y:auto}.hchat-page-msgs .hchat-bubble-msg{max-width:72%;font-size:14px}.hchat-page-input{border-top:1px solid var(--border);background:var(--surface);flex-shrink:0;align-items:flex-end;gap:10px;padding:14px 32px;display:flex}.hchat-page-input .hchat-input{max-height:120px;font-size:14px;border-radius:8px!important}.hchat-page-input .hchat-send{border-radius:8px;width:42px;height:42px}@media (width<=640px){.hchat-drawer{transform-origin:bottom;border-radius:0;width:100%;height:100%;position:fixed;inset:0}.hchat-drawer.closed{opacity:1;transform:translateY(100%)}.hchat-drawer.open{transform:translateY(0)}.hchat-bubble{bottom:20px;right:20px}.hchat-sidebar{z-index:999;width:280px;transition:transform .22s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:4px 0 24px #00000080}.hchat-sidebar.open{transform:translate(0)}.hchat-page-head{padding:14px 16px}.hchat-page-msgs{padding:16px}.hchat-page-input{padding:10px 16px}.hchat-page-msgs .hchat-bubble-msg{max-width:88%}}@media print{.sidebar,.no-print{display:none!important}.layout{display:block}.content{overflow:visible}.page{max-width:none;padding:0}.section-card,.profile-section,.profile-hero{border:1px solid #ddd!important}}@media (width<=768px){.login-screen{flex-direction:column}.login-panel-left{flex-direction:row;justify-content:flex-start;align-items:center;gap:24px;width:100%;min-height:180px;padding:40px 24px}.login-quote,.login-divider{display:none}.login-panel-right{padding:32px 24px}.login-form-wrap{max-width:100%}.layout{flex-direction:column;height:auto;min-height:100vh}.sidebar{border-right:none;border-bottom:1px solid var(--border);flex-direction:row;flex-shrink:0;width:100%;height:auto;overflow:auto visible}.sidebar-brand{border-bottom:none;border-right:1px solid var(--border);flex-shrink:0;padding:12px 16px}.sidebar-brand img{max-width:100px}.sidebar-company{display:none}.sidebar-nav{flex-direction:row;flex:1;align-items:center;gap:0;padding:0;display:flex;overflow-x:auto}.nav-section{display:none}.nav-item{white-space:nowrap;border-bottom:2px solid #0000;border-left:none;flex-shrink:0;margin-bottom:0;padding:16px 14px}.nav-item.active{border-bottom-color:var(--accent);background:0 0;border-left:none}.nav-icon,.sidebar-footer{display:none}.content{overflow-y:auto}.page{padding:20px 16px 60px}.page-head{flex-wrap:wrap;gap:12px;margin-bottom:20px}.page-head h2{font-size:22px}.metrics-row{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:20px}.metric-card{padding:14px 16px}.metric-val{font-size:24px}.form-grid{grid-template-columns:1fr;gap:16px}.span-2{grid-column:span 1}.client-table-head{display:none}.client-table-row{grid-template-columns:1fr;gap:4px;padding:12px 16px}.interview-panel{flex-direction:column;height:auto}.iv-sidebar{border-right:none;border-bottom:1px solid var(--border);width:100%;height:auto;overflow-y:visible}.profile-grid{grid-template-columns:1fr}.profile-section.full{grid-column:span 1}.score-dim{grid-template-columns:100px 1fr 30px}.modal{border-radius:var(--r);max-width:100%}.modal-overlay{align-items:flex-end;padding:0}.modal{border-radius:var(--r-xl) var(--r-xl) 0 0}.section-card-head{flex-wrap:wrap;gap:8px}.table-row{gap:8px;padding:11px 14px}}@media (width<=480px){.metrics-row{grid-template-columns:1fr}.page{padding:16px 12px 60px}.page-head h2{font-size:18px}.metric-val{font-size:20px}.col-right{flex-wrap:wrap;gap:6px}}.roles-row{grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:20px;display:grid}.role-chip{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);cursor:pointer;flex-direction:column;gap:9px;min-width:0;padding:13px 15px 14px;transition:border-color .15s,background .15s;display:flex}.role-chip:hover{border-color:var(--border-2)}.role-chip.active{border-color:var(--accent);background:var(--accent-d);box-shadow:inset 0 0 0 1px var(--accent)}.role-chip.role-all{background:var(--surface-2)}.role-chip.role-all.active{background:var(--accent-d)}.rc-head{align-items:center;gap:7px;min-width:0;display:flex}.rc-status{border-radius:50%;flex-shrink:0;width:7px;height:7px}.rc-status.ok{background:var(--green)}.rc-status.warn{background:var(--amber)}.rc-status.all{background:var(--accent)}.rc-title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:500;line-height:1.2;overflow:hidden}.role-chip.active .rc-title{color:var(--accent)}.rc-stats{align-items:baseline;gap:5px;min-width:0;display:flex}.rc-big{font-family:var(--font-mono);color:var(--text);font-size:20px;font-weight:500;line-height:1}.role-chip.active .rc-big{color:var(--accent)}.rc-lbl{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);font-size:9px}.rc-rev{font-family:var(--font-mono);color:var(--text-3);white-space:nowrap;margin-left:auto;font-size:10px}.rc-rev b{color:var(--text-2);font-weight:500}.role-chip.active .rc-rev{color:var(--text-2)}.rc-meter{background:var(--surface-3);border-radius:2px;gap:2px;height:4px;display:flex;overflow:hidden}.rc-meter i{border-radius:2px;width:0;height:100%;transition:width .9s cubic-bezier(.22,1,.36,1);display:block}.seg-short{background:var(--accent)}.seg-rev{background:var(--neutral);opacity:.5}.funnel-grid{grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:stretch;padding:22px 24px 20px;display:grid}.fstage{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-lg);flex-direction:column;gap:10px;padding:15px 17px 16px;display:flex;position:relative;overflow:hidden}.fstage:before{content:"";background:var(--neutral);width:3px;position:absolute;top:0;bottom:0;left:0}.fstage.s-matched:before{background:var(--accent)}.fstage.s-review:before{background:var(--amber)}.fstage.s-shortlist:before{background:var(--green)}.fstage-top{align-items:center;gap:8px;display:flex}.fdot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.fdot.neutral{background:var(--neutral)}.fdot.accent{background:var(--accent)}.fdot.amber{background:var(--amber)}.fdot.green{background:var(--green)}.fstage-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--text-3);font-size:10px}.fnum{font-family:var(--font-mono);color:var(--text);letter-spacing:-.01em;font-size:40px;font-weight:500;line-height:1}.fstage.s-matched .fnum{color:var(--accent)}.fstage.s-review .fnum{color:var(--amber)}.fstage.s-shortlist .fnum{color:var(--green)}.fstage-sub{font-family:var(--font-mono);color:var(--text-3);font-size:10px;font-weight:400;line-height:1.5}.fstage-sub b{color:var(--text-2);font-weight:500}.fstage-track{background:var(--border);border-radius:2px;height:4px;margin-top:auto;overflow:hidden}.fstage-track i{background:var(--neutral);border-radius:2px;width:0;height:100%;transition:width 1.1s cubic-bezier(.22,1,.36,1);display:block}.fstage.s-matched .fstage-track i{background:var(--accent)}.fstage.s-review .fstage-track i{background:var(--amber)}.fstage.s-shortlist .fstage-track i{background:var(--green)}.fconn{flex-direction:column;justify-content:center;align-items:center;gap:5px;min-width:68px;padding:0 8px;display:flex}.fconn-pct{font-family:var(--font-mono);color:var(--text);font-size:14px;font-weight:500;line-height:1}.fconn-arrow{color:var(--border-2);align-items:center;display:flex}.fconn-line{background:var(--border-2);width:26px;height:1px}.fconn-tip{color:var(--border-2);margin-left:-3px;font-size:10px}.fconn-cap{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--text-3);text-align:center;font-size:8px}.channels{border-top:1px solid var(--border);padding:16px 24px 20px}.channels-head{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:14px;display:flex}.channels-title{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--text-3);font-size:10px}.channels-total{font-family:var(--font-mono);color:var(--text-3);font-size:10px}.channels-total b{color:var(--text-2);font-weight:500}.chan-grid{grid-template-columns:repeat(2,1fr);gap:10px 32px;display:grid}.chan{grid-template-columns:1fr auto;align-items:center;gap:3px 10px;display:grid}.chan-name{color:var(--text-2);font-size:12px;font-weight:400}.chan-val{font-family:var(--font-mono);color:var(--text);font-size:12px;font-weight:500}.chan-val .pct{color:var(--text-3);margin-left:5px;font-weight:400}.chan-bar{background:var(--surface-3);border-radius:2px;grid-column:1/-1;height:4px;overflow:hidden}.chan-bar i{background:var(--accent);border-radius:2px;width:0;height:100%;transition:width 1s cubic-bezier(.22,1,.36,1);display:block}.live-dot{background:var(--green);border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block;position:relative}.live-dot:after{content:"";border:1.5px solid var(--green);opacity:0;border-radius:50%;animation:2.4s ease-out infinite live-pulse;position:absolute;inset:-4px}@keyframes live-pulse{0%{opacity:.5;transform:scale(.7)}70%{opacity:0;transform:scale(1.5)}to{opacity:0}}@media (prefers-reduced-motion:reduce){.live-dot:after{animation:none}}.score-pill{white-space:nowrap}.cand-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px;display:grid}.cand-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);cursor:pointer;flex-direction:column;gap:14px;padding:18px 20px;transition:border-color .15s,transform .15s;display:flex;position:relative}.cand-card:hover{border-color:var(--accent);transform:translateY(-2px)}.cand-for{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--text-3);font-size:9px}.cand-for b{color:var(--accent);font-weight:500}.cand-main{align-items:flex-start;gap:13px;display:flex}.cand-avatar{border-radius:var(--r);background:var(--accent-d);width:46px;height:46px;color:var(--accent);font-family:var(--font-head);border:1px solid #cd7f4547;flex-shrink:0;justify-content:center;align-items:center;font-size:19px;font-weight:500;display:flex}.cand-id{flex:1;min-width:0}.cand-name{color:var(--text);font-size:15px;font-weight:400;font-family:var(--font-head)}.cand-role{color:var(--text-3);margin-top:1px;font-size:12px;font-weight:300}.cand-role b{color:var(--text-2);font-weight:400}.cand-card .score-ring{flex-shrink:0;width:46px;height:46px}.cand-card .score-ring svg{display:block;transform:rotate(-90deg)}.score-ring .ring-bg{stroke:var(--border)}.ring-cap{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;color:var(--text-3);margin-top:1px;font-size:6.5px}.cand-skills{flex-wrap:wrap;gap:6px;display:flex}.skill{font-family:var(--font-mono);color:var(--text-2);background:var(--surface-2);border:1px solid var(--border-2);border-radius:var(--r);white-space:nowrap;padding:3px 8px;font-size:10px}.cand-foot{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;padding-top:13px;display:flex}.cand-meta{align-items:center;gap:10px;display:flex}.cand-exp{font-family:var(--font-mono);color:var(--text-3);font-size:10px}.cand-view{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--accent);opacity:0;align-items:center;gap:4px;font-size:10px;transition:opacity .15s;display:flex}.cand-card:hover .cand-view{opacity:1}@media (width<=1000px){.roles-row{grid-template-columns:repeat(3,1fr)}.funnel-grid{grid-template-columns:1fr 1fr;gap:14px 10px}.fconn{display:none}.chan-grid{grid-template-columns:1fr}}@media (width<=760px){.roles-row{grid-template-columns:repeat(2,1fr)}.funnel-grid{grid-template-columns:1fr 1fr}}
