*,:before,:after{box-sizing:border-box}html{width:100%;min-height:100%;margin:0}body{text-align:left;background:#f2f5ec;width:100%;min-width:320px;min-height:100vh;margin:0;font-family:Inter,Arial,sans-serif;overflow-x:hidden}#root{text-align:left;width:100%;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button{appearance:none}img,svg{max-width:100%}a{color:inherit}*{box-sizing:border-box}:root{--bg:#f4f1e6;--surface:#fffdf3;--surface-soft:#e4ecdd;--green-dark:#143b1a;--green-main:#214f26;--green-soft:#dce8d6;--green-muted:#6fa99b;--text:#17351b;--muted:#718277;--border:#bfd0c2;--danger:#9f2f2f;--warning:#b77a1f;--shadow:0 22px 60px #17351b1a}html,body,#root{background:var(--bg);width:100%;min-height:100%;color:var(--text);margin:0;font-family:Inter,Arial,sans-serif}button,input,select,textarea{font-family:inherit}.app{background:radial-gradient(circle at 0 0,#6fa99b38,#0000 32%),linear-gradient(135deg,#f7f3e6 0%,#eef3e8 100%);width:100%;min-height:100vh;display:flex}.sidebar{color:#f8f5e8;background:linear-gradient(#123917 0%,#0d2812 100%);width:280px;min-width:280px;min-height:100vh;padding:30px 22px;position:sticky;top:0;box-shadow:20px 0 60px #143b1a2e}.logo{width:58px;height:58px;color:var(--green-dark);background:#f8f5e8;border-radius:20px;justify-content:center;align-items:center;margin-bottom:36px;font-weight:950;display:flex;box-shadow:0 18px 40px #0000002e}.sidebar nav{flex-direction:column;gap:10px;display:flex}.sidebar button{color:#d9e4d8;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:18px;width:100%;padding:15px 16px;font-size:15px;transition:all .18s}.sidebar button:hover,.sidebar .nav-active{color:#fff;background:#f8f5e81f;border-color:#f8f5e852}.main{flex:1;width:calc(100% - 280px);padding:30px}.content{width:100%;max-width:1640px;margin:0 auto}.topbar{justify-content:space-between;align-items:center;gap:18px;margin-bottom:24px;display:flex}.topbar h1{letter-spacing:-.04em;color:var(--green-dark);margin:0;font-size:34px}.primary-btn{background:var(--green-main);color:#fffdf3;cursor:pointer;white-space:nowrap;border:0;border-radius:999px;padding:14px 20px;font-weight:900;transition:all .18s;box-shadow:0 14px 30px #214f2633}.primary-btn:hover{background:#173f1c;transform:translateY(-1px)}.secondary-btn{background:var(--surface-soft);color:var(--green-dark);border:1px solid var(--border);cursor:pointer;border-radius:999px;padding:14px 18px;font-weight:900}.secondary-btn:hover{background:#d7e5d0}.small-btn{padding:10px 14px;font-size:13px;width:auto!important}.stats{grid-template-columns:repeat(3,minmax(180px,1fr));gap:18px;margin-bottom:24px;display:grid}.stat-card{box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffdf3d1;border:1px solid #b7c9bdbf;border-radius:28px;padding:24px}.stat-card span{color:var(--muted);font-weight:700}.stat-card strong{color:var(--green-dark);margin-top:8px;font-size:34px;display:block}.table-card{box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffdf3e0;border:1px solid #b7c9bdcc;border-radius:30px;overflow:hidden}.table-header{border-bottom:1px solid #b7c9bd99;align-items:center;gap:12px;padding:18px;display:flex}.table-header strong{color:var(--green-dark);font-size:18px}.table-header input,.table-header select{border:1px solid var(--border);color:var(--text);background:#fffdf3;border-radius:18px;outline:none;padding:14px 16px;font-size:14px}.table-header input:focus,.table-header select:focus{border-color:var(--green-muted);box-shadow:0 0 0 4px #6fa99b29}.table-header input{flex:1;min-width:220px}.table-wrapper{width:100%;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:1000px}th{text-align:left;color:#6b7f70;white-space:nowrap;text-transform:uppercase;letter-spacing:.04em;background:#e4ecdd9e;padding:15px 18px;font-size:12px}td{vertical-align:middle;border-top:1px solid #b7c9bd8c;padding:18px}.clickable-row{cursor:pointer}tr:hover td{background:#e4ecdd59}.candidate-name{letter-spacing:-.03em;color:var(--green-dark);font-size:22px;font-weight:950}.candidate-contact{color:#7b887b;margin-top:4px;font-size:13px;font-weight:700}.badge{white-space:nowrap;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:950;display:inline-flex}.empty-state{text-align:center;color:var(--muted);padding:50px 20px}.modal-backdrop{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#143b1a7a;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.modal{background:var(--surface);width:100%;max-width:800px;color:var(--text);border:1px solid var(--border);border-radius:32px;padding:26px;box-shadow:0 35px 90px #143b1a47}.modal-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.modal-header h2{color:var(--green-dark);margin:0;font-size:24px}.modal-close{background:var(--surface-soft);width:42px;height:42px;color:var(--green-dark);cursor:pointer;border:0;border-radius:16px;font-size:26px}.form-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.form-grid input,.form-grid select,.modal-textarea{border:1px solid var(--border);width:100%;color:var(--text);background:#fffdf3;border-radius:18px;outline:none;padding:14px 15px;font-size:14px}.modal-textarea{resize:vertical;grid-column:span 2;min-height:120px}.modal-actions{justify-content:flex-end;gap:12px;margin-top:20px;display:flex}.drawer-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9000;background:#143b1a57;justify-content:flex-end;display:flex;position:fixed;inset:0}.candidate-drawer{background:radial-gradient(circle at 100% 0,#6fa99b2e,#0000 30%),#f7f3e6;width:min(1120px,100vw - 300px);height:100vh;padding:16px 24px 24px;position:relative;overflow-y:auto;box-shadow:-35px 0 90px #143b1a38}.drawer-close{background:var(--surface);width:46px;height:46px;color:var(--green-dark);cursor:pointer;z-index:50;border:0;border-radius:18px;font-size:24px;font-weight:900;position:absolute;top:12px;left:18px;box-shadow:0 18px 36px #143b1a29}.drawer-card{box-shadow:var(--shadow);background:#fffdf3e6;border:1px solid #b7c9bdd9;border-radius:30px;margin-bottom:18px;padding:24px}.drawer-card h3{color:var(--green-dark);margin:0 0 20px;font-size:22px}.drawer-card-head{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.status-control{margin-top:18px}.status-control label{color:var(--muted);margin-bottom:9px;font-size:14px;font-weight:900;display:block}.status-control select,.status-control input{border:1px solid var(--border);width:100%;color:var(--text);background:#fffdf3;border-radius:18px;outline:none;padding:14px 15px;font-weight:800}.status-control select:focus,.status-control input:focus{border-color:var(--green-muted);box-shadow:0 0 0 4px #6fa99b29}.notes-actions{gap:10px;display:flex}.notes-area{resize:vertical;border:1px solid var(--border);width:100%;min-height:120px;color:var(--text);background:#fffdf3;border-radius:22px;outline:none;margin-top:10px;padding:18px;font-size:15px}.notes-area:focus{border-color:var(--green-muted);box-shadow:0 0 0 4px #6fa99b29}.timeline-wrapper{border-top:1px solid #b7c9bd99;max-height:280px;margin-top:18px;padding-top:18px;padding-right:6px;overflow-y:auto}.timeline-title{color:var(--muted);margin-bottom:12px;font-size:14px;font-weight:900}.timeline{flex-direction:column;gap:10px;display:flex}.timeline-item{background:#e4ecdd80;border:1px solid #b7c9bdb3;border-radius:18px;align-items:center;gap:16px;padding:12px 14px;display:flex}.timeline-item strong{min-width:200px;color:var(--green-dark);font-size:13px}.timeline-item p{color:#415448;flex:1;margin:0;font-size:14px}.timeline-item span{text-align:right;min-width:145px;color:var(--muted);white-space:nowrap;font-size:12px}.recruiters-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:18px;display:grid}.recruiter-card{border:1px solid var(--border);box-shadow:var(--shadow);background:#fffdf3e0;border-radius:30px;padding:24px}.recruiter-avatar{background:var(--green-main);color:#fffdf3;border-radius:22px;justify-content:center;align-items:center;width:62px;height:62px;margin-bottom:18px;font-size:24px;font-weight:950;display:flex}.role-badge{background:var(--surface-soft);color:var(--green-dark);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;display:inline-flex}.recruiters-actions{justify-content:flex-end;margin-bottom:18px;display:flex}.login-page{background:linear-gradient(135deg,#143b1a,#0d2812);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-card{background:var(--surface);text-align:center;border-radius:34px;width:100%;max-width:420px;padding:34px;box-shadow:0 35px 90px #0000004d}.login-logo{background:var(--green-main);color:#fffdf3;border-radius:22px;justify-content:center;align-items:center;width:62px;height:62px;margin:0 auto 20px;font-weight:950;display:flex}.login-card h1{color:var(--green-dark);margin:0;font-size:28px}.login-card p,.login-status{color:var(--muted)}.qr-box{background:var(--surface-soft);border:1px solid var(--border);border-radius:28px;justify-content:center;align-items:center;width:244px;height:244px;margin:0 auto 18px;display:flex}.qr-box img{width:220px;height:220px}.telegram-login-btn{background:var(--green-main);color:#fff;border-radius:999px;margin-bottom:14px;padding:15px 18px;font-weight:900;text-decoration:none;display:block}.duplicate-box{color:#7a4b0c;background:#fff4d8;border:1px solid #e7c47d;border-radius:18px;margin-top:18px;padding:16px}@media (width<=1024px){.sidebar{width:230px;min-width:230px}.main{width:calc(100% - 230px);padding:22px}.candidate-drawer{width:calc(100vw - 250px)}}@media (width<=768px){.app{display:block}.sidebar{width:100%;min-width:100%;min-height:auto;padding:16px;position:relative}.logo{margin-bottom:16px}.sidebar nav{flex-direction:row;padding-bottom:4px;overflow-x:auto}.sidebar button{white-space:nowrap;width:auto;min-width:fit-content}.main{width:100%;padding:16px}.topbar{flex-direction:column;align-items:flex-start}.topbar h1{font-size:28px}.primary-btn{width:100%}.stats{grid-template-columns:1fr}.table-header{flex-direction:column;align-items:stretch}.form-grid{grid-template-columns:1fr}.modal-textarea{grid-column:span 1}.modal-actions,.notes-actions{flex-direction:column}.candidate-drawer{width:100%;min-width:100%;max-width:100%;padding:14px 18px 20px}.drawer-card-head{flex-direction:column;align-items:stretch;gap:12px}.timeline-item{flex-direction:column;align-items:flex-start;gap:8px}.timeline-item strong,.timeline-item span{text-align:left;min-width:auto}}.candidate-drawer-v2{padding:22px}.candidate-hero{box-shadow:var(--shadow);background:#fffdf3eb;border:1px solid #b7c9bde6;border-radius:30px;justify-content:space-between;align-items:center;gap:18px;margin:48px 0 18px;padding:24px 28px;display:flex}.candidate-hero h2{color:var(--green-dark);letter-spacing:-.04em;margin:0;font-size:34px}.candidate-hero p{color:var(--muted);margin:8px 0 0;font-weight:800}.candidate-workspace{grid-template-columns:minmax(0,1.15fr) 390px;align-items:start;gap:18px;display:grid}.candidate-main-card,.candidate-actions-card{margin-bottom:0}.candidate-actions-card{position:sticky;top:18px}.drawer-section-title{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.drawer-section-title h3{margin:0}.drawer-section-title span{color:var(--muted);font-weight:900}.drawer-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.drawer-info-item{background:#e4ecdd61;border:1px solid #b7c9bdb3;border-radius:20px;padding:14px 16px}.drawer-info-item span{color:var(--muted);margin-bottom:6px;font-size:13px;font-weight:800;display:block}.drawer-info-item strong{color:var(--green-dark);word-break:break-word;font-size:16px}.drawer-notes-block{margin-top:20px}.compact-area{min-height:82px}.closed-summary{color:var(--green-dark);background:#e4ecdd8c;border:1px solid #b7c9bdcc;border-radius:22px;margin-top:16px;padding:16px}.closed-summary p{margin:10px 0 0}.danger-zone{border-top:1px solid #b7c9bdb3;padding-top:16px}.candidate-actions-card .primary-btn{width:100%;margin-top:12px}@media (width<=1100px){.candidate-workspace{grid-template-columns:1fr}.candidate-actions-card{position:relative;top:auto}}@media (width<=768px){.candidate-hero{flex-direction:column;align-items:flex-start}.candidate-hero h2{font-size:28px}.drawer-info-grid{grid-template-columns:1fr}}.resume-panel-v2{background:#e4ecdd52;border:1px solid #b7c9bdb8;border-radius:22px;margin-top:16px;padding:16px}.resume-panel-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.resume-panel-head>div{flex:1}.resume-panel-head strong{color:var(--green-dark);margin:0;font-size:16px;display:block}.resume-panel-head span{color:var(--muted);margin-top:6px;font-size:13px;font-weight:800;line-height:1.4;display:block}.resume-open-btn{white-space:nowrap;text-decoration:none}.resume-preview-v2{white-space:pre-wrap;max-height:170px;color:var(--text);background:#fffdf3bf;border:1px solid #b7c9bda6;border-radius:18px;margin-top:14px;padding:14px;font-size:14px;line-height:1.55;overflow-y:auto}.resume-empty-v2{color:var(--muted);background:#fffdf399;border:1px dashed #b7c9bde6;border-radius:18px;margin-top:14px;padding:14px;font-size:14px;line-height:1.45}.sidebar .nav-active{background:linear-gradient(135deg,#fffdf32e,#fffdf30f);border:1px solid #ffffff29;position:relative;transform:translate(2px);box-shadow:inset 0 1px #ffffff24,0 18px 34px #0000002e}.sidebar .nav-active:before{content:"";background:#fffdf3e0;border-radius:999px;width:4px;height:76%;position:absolute;top:12%;left:-1px}.followups-toolbar>div:first-child{text-align:left;flex:1}.followups-toolbar>div:first-child strong,.followups-toolbar>div:first-child p{text-align:left}.followups-toolbar{align-items:center}.followups-toolbar>div:first-child strong{color:var(--green-dark);font-size:18px;display:block}.followups-toolbar>div:first-child p{color:var(--muted);margin:6px 0 0}.followup-filters{background:linear-gradient(135deg,#e8ecdfe0,#f4f5ecd1);border:1px solid #b7c9bd80;border-radius:999px;align-items:center;gap:6px;padding:5px;display:flex;box-shadow:inset 0 1px #ffffff80,0 8px 20px #1533180a}.followup-filters button{color:#647463;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:11px 18px;font-size:13px;font-weight:900;transition:all .18s}.followup-filters button:hover{color:var(--green-dark);background:#ffffff73}.followup-filters button.active{color:#fffdf3;background:linear-gradient(135deg,#215127,#2b6b33);transform:translateY(-1px);box-shadow:0 10px 24px #21512738,inset 0 1px #ffffff2e}.stale-summary{grid-template-columns:repeat(3,minmax(160px,1fr));gap:16px;margin-bottom:18px;display:grid}.stale-summary div{box-shadow:var(--shadow);background:#fffdf3e0;border:1px solid #b7c9bdc7;border-radius:26px;padding:20px}.stale-summary span{color:var(--muted);font-size:13px;font-weight:900;display:block}.stale-summary strong{color:var(--green-dark);margin-top:8px;font-size:30px;display:block}.stale-toolbar{justify-content:space-between;align-items:center}.stale-toolbar>div:first-child{flex:1}.stale-toolbar p{color:var(--muted);margin:0;font-weight:800}.stale-chip{border-radius:999px;padding:8px 12px;font-size:12px;font-weight:950;display:inline-flex}.stale-chip.soft{color:#8a5a10;background:#fff0c2}.stale-chip.warning{color:#8a4d12;background:#f6e3c7}.stale-chip.critical{color:#9f2f2f;background:#f3d6d2}.stale-row:hover td{background:#fff0c23d}@media (width<=768px){.stale-summary{grid-template-columns:1fr}}.danger-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#b94747,#8d3232);border:none;border-radius:18px;width:100%;padding:14px 18px;font-weight:900;transition:all .18s;box-shadow:0 12px 24px #b947472e}.danger-btn:hover{transform:translateY(-1px);box-shadow:0 16px 30px #b9474742}.delete-modal{background:#f5f3ea;border:1px solid #c9d1bc;border-radius:28px;width:460px;padding:34px;box-shadow:0 30px 80px #0000002e}.delete-modal h2{color:#163b1f;margin:0 0 14px;font-size:30px;font-weight:800}.delete-modal p{color:#617165;margin:0;line-height:1.6}.delete-modal-actions{gap:14px;margin-top:30px;display:flex}.recruiter-modal-v2{border-radius:34px;max-width:760px;padding:30px}.recruiter-modal-header{align-items:flex-start;margin-bottom:24px}.modal-eyebrow{color:var(--green-dark);background:#e4ecddb8;border-radius:999px;margin-bottom:10px;padding:7px 11px;font-size:12px;font-weight:950;display:inline-flex}.recruiter-modal-header h2{letter-spacing:-.05em;margin:0;font-size:34px}.recruiter-modal-header p{color:var(--muted);margin:10px 0 0;font-weight:800}.recruiter-modal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.modal-field{flex-direction:column;gap:8px;display:flex}.modal-field span{color:var(--muted);font-size:13px;font-weight:950}.modal-field input,.modal-field select{width:100%;min-height:56px;color:var(--green-dark);background:linear-gradient(135deg,#fffdf3f2,#f8f6ede6);border:1px solid #b7c9bddb;border-radius:20px;outline:none;padding:14px 16px;font-weight:900;transition:all .18s}.modal-field input:focus,.modal-field select:focus{border-color:var(--green-muted);box-shadow:0 0 0 4px #6fa99b29,inset 0 1px #ffffff8c}.recruiter-modal-actions{margin-top:26px;padding-top:22px}.recruiter-modal-actions .primary-btn,.recruiter-modal-actions .secondary-btn{min-width:150px}@media (width<=768px){.recruiter-modal-grid{grid-template-columns:1fr}}.recruiter-modal-v2 .recruiter-modal-header{text-align:center;display:block;position:relative}.recruiter-modal-v2 .modal-close{position:absolute;top:0;right:0}.recruiter-modal-v2 .modal-eyebrow{margin-left:auto;margin-right:auto}.recruiter-modal-v2 .recruiter-modal-header h2,.recruiter-modal-v2 .recruiter-modal-header p{text-align:center}.recruiter-modal-grid{margin-top:26px}.telegram-invite-modal{text-align:center;background:linear-gradient(145deg,#fffdf3f7,#f5f3eaf0);border:1px solid #b7c9bde6;border-radius:34px;width:440px;padding:34px;position:relative;box-shadow:0 40px 110px #143b1a47,inset 0 1px #ffffff8c}.telegram-invite-modal .modal-close{position:absolute;top:22px;right:22px}.telegram-invite-head span{color:var(--green-dark);background:#e4ecddb8;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:950;display:inline-flex}.telegram-invite-head h2{letter-spacing:-.04em;color:var(--green-dark);margin:16px 0 10px;font-size:30px}.telegram-invite-head p{color:var(--muted);margin:0;font-weight:800;line-height:1.45}.telegram-qr-box{background:#fffdf3;border:1px solid #b7c9bdc7;border-radius:28px;justify-content:center;align-items:center;width:260px;height:260px;margin:24px auto 16px;display:flex;box-shadow:inset 0 1px #fff9}.telegram-qr-box img{width:220px;height:220px}.telegram-invite-name{color:var(--green-dark);margin-bottom:20px;font-weight:950}.telegram-invite-actions{gap:10px;display:grid}.telegram-invite-actions a{text-align:center;text-decoration:none}.analytics-page-v3{flex-direction:column;gap:18px;display:flex}.analytics-toolbar-v3{box-shadow:var(--shadow);background:#fffdf3eb;border:1px solid #b7c9bdcc;border-radius:24px;justify-content:space-between;align-items:center;gap:18px;padding:20px;display:flex}.analytics-toolbar-v3 h2{color:var(--green-dark);margin:0;font-size:28px}.analytics-toolbar-v3 p{color:var(--muted);margin:6px 0 0;font-weight:800}.analytics-periods-v3,.analytics-tabs{flex-wrap:wrap;gap:8px;display:flex}.analytics-periods-v3 button,.analytics-tabs button{color:#5f705f;cursor:pointer;background:#ffffff94;border:1px solid #b7c9bdcc;border-radius:999px;padding:9px 13px;font-size:13px;font-weight:900}.analytics-periods-v3 button.active,.analytics-tabs button.active{color:#fffdf3;background:linear-gradient(135deg,#215127,#2b6b33)}.analytics-loading-v3{color:var(--green-dark);text-align:center;background:#e4ecddb8;border:1px solid #b7c9bdcc;border-radius:14px;padding:10px 14px;font-weight:900}.analytics-tab-content{flex-direction:column;gap:18px;display:flex}.analytics-grid.two{grid-template-columns:1fr 1fr;gap:18px;display:grid}.analytics-card{box-shadow:var(--shadow);background:#fffdf3eb;border:1px solid #b7c9bdd1;border-radius:22px;padding:18px}.analytics-card.compact{padding:14px}.analytics-card-head{margin-bottom:14px}.analytics-card-head h3{color:var(--green-dark);margin:0;font-size:19px}.analytics-card-head p{color:var(--muted);margin:5px 0 0;font-size:13px;font-weight:800}.analytics-kpi-compact{grid-template-columns:repeat(6,minmax(120px,1fr));gap:12px;display:grid}.analytics-kpi-mini{min-height:92px;box-shadow:var(--shadow);background:#fffdf3eb;border:1px solid #b7c9bdc7;border-radius:18px;align-items:center;gap:12px;padding:14px;display:flex}.analytics-kpi-mini>span{background:#e4ecddcc;border-radius:14px;place-items:center;width:38px;height:38px;display:grid}.analytics-kpi-mini small{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:950;display:block}.analytics-kpi-mini strong{color:var(--green-dark);margin-top:3px;font-size:26px;display:block}.analytics-kpi-mini p{color:#667666;margin:2px 0 0;font-size:12px;font-weight:800}.analytics-metric-rows{gap:8px;display:grid}.metric-row{background:#e4ecdd6b;border:1px solid #b7c9bdad;border-radius:14px;justify-content:space-between;gap:14px;padding:11px 12px;display:flex}.metric-row span{color:#566b59;font-weight:850}.metric-row strong{color:var(--green-dark);font-weight:950}.metric-row.danger{background:#ffebd7b3;border-color:#be694161}.analytics-bars-compact{gap:10px;display:grid}.analytics-bar-row{gap:7px;display:grid}.analytics-bar-row>div:first-child{color:var(--green-dark);justify-content:space-between;font-weight:950;display:flex}.analytics-bar-track{background:#e4ecddbf;border-radius:999px;height:10px;overflow:hidden}.analytics-bar-track div{background:linear-gradient(90deg,#215127,#6fa99b);border-radius:999px;height:100%}.analytics-bar-row small{color:var(--muted);font-size:12px;font-weight:800}.analytics-recruiter-grid{gap:10px;display:grid}.analytics-recruiter-card{background:#e4ecdd6b;border:1px solid #b7c9bdad;border-radius:16px;grid-template-columns:36px 1fr auto auto;align-items:center;gap:12px;padding:11px;display:grid}.rank-badge{width:32px;height:32px;color:var(--green-dark);background:#fffdf3d1;border-radius:12px;place-items:center;font-weight:950;display:grid}.analytics-recruiter-card strong{color:var(--green-dark);font-weight:950;display:block}.analytics-recruiter-card span{color:var(--muted);margin-top:2px;font-size:12px;font-weight:800;display:block}.recruiter-card-stats{text-align:right}.recruiter-card-stats b{color:var(--green-dark);display:block}.recruiter-card-stats small{color:var(--muted);font-size:11px;font-weight:800}.analytics-table-wrap{width:100%;overflow-x:auto}.analytics-table{border-collapse:separate;border-spacing:0 8px;width:100%;min-width:820px}.analytics-table th{color:var(--muted);text-transform:uppercase;text-align:left;padding:8px 10px;font-size:11px}.analytics-table td{color:var(--green-dark);background:#e4ecdd61;padding:11px 10px;font-weight:800}.analytics-table td:first-child{border-radius:12px 0 0 12px}.analytics-table td:last-child{border-radius:0 12px 12px 0}.analytics-empty{color:var(--muted);text-align:center;padding:18px;font-weight:900}@media (width<=1280px){.analytics-toolbar-v3{flex-direction:column;align-items:stretch}.analytics-kpi-compact{grid-template-columns:repeat(3,1fr)}.analytics-grid.two{grid-template-columns:1fr}}@media (width<=768px){.analytics-kpi-compact{grid-template-columns:1fr}.analytics-recruiter-card{grid-template-columns:32px 1fr}.recruiter-card-stats{text-align:left}}@media (width<=1280px){.analytics-kpi-grid{grid-template-columns:repeat(3,1fr)}.analytics-main-grid{grid-template-columns:1fr}.analytics-hero{flex-direction:column;align-items:stretch}.analytics-hero>div:first-child{min-width:0}.analytics-periods-v2{border-radius:28px;justify-content:center;width:100%}}@media (width<=768px){.analytics-hero h2{font-size:32px}.analytics-periods-v2{justify-content:flex-start}.analytics-kpi-grid,.analytics-main-grid{grid-template-columns:1fr}.leaderboard-card{grid-template-columns:42px 1fr}.leader-metrics{text-align:left}}.team-grid-v2{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px;display:grid}.team-card-v2{background:#fffdf3eb;border:1px solid #bac9b4b3;border-radius:32px;flex-direction:column;gap:20px;min-height:420px;padding:28px;transition:all .25s;display:flex;box-shadow:0 10px 30px #142d1414}.team-card-v2:hover{transform:translateY(-4px)}.team-card-head{align-items:center;gap:18px;display:flex}.team-card-head h3{color:var(--green-dark);margin:0;font-size:28px;font-weight:800}.team-card-head p{color:var(--muted);margin:6px 0 0;font-size:15px}.team-badges{flex-wrap:wrap;gap:10px;display:flex}.team-online{border-radius:999px;justify-content:center;align-items:center;padding:8px 14px;font-size:13px;font-weight:700;display:inline-flex}.team-online.online{color:#166534;background:#d8f2d8}.team-online.offline{color:#686868;background:#ece8df}.team-mini-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.team-mini-grid div{background:#e4ecdd8c;border-radius:20px;padding:16px}.team-mini-grid span{color:var(--muted);margin-bottom:6px;font-size:13px;display:block}.team-mini-grid strong{color:var(--green-dark);font-size:17px}.team-activity{border-top:1px solid #bac9b466;padding-top:10px}.team-activity span{color:var(--muted);margin-bottom:8px;font-size:13px;display:block}.team-activity strong{color:var(--green-dark);font-size:15px}.team-actions{flex-direction:column;gap:12px;margin-top:auto;display:flex}.team-actions .primary-btn,.team-actions .secondary-btn,.team-actions .danger-btn{width:100%}.disabled-recruiter{opacity:.72;filter:grayscale(.15)}.candidates-board{flex-direction:column;gap:22px;display:flex}.candidates-toolbar-v2{background:#fffdf3eb;border:1px solid #bac9b4b3;border-radius:34px;flex-direction:column;gap:24px;padding:28px;display:flex;box-shadow:0 10px 30px #142d1414}.candidates-toolbar-main{justify-content:space-between;align-items:center;gap:24px;display:flex}.candidates-toolbar-main strong{color:var(--green-dark);font-size:34px;display:block}.candidates-toolbar-main span{color:var(--muted);font-size:16px}.candidates-toolbar-actions{gap:12px;display:flex}.import-btn,.export-btn{min-width:140px}.candidates-filter-row{grid-template-columns:minmax(320px,1fr) 220px auto;align-items:center;gap:14px;display:grid}.candidate-search-v2{background:#f0f4ecb3;border:1px solid #bac9b499;border-radius:18px;align-items:center;gap:12px;height:58px;padding:0 18px;display:flex}.candidate-search-v2 input{width:100%;color:var(--green-dark);background:0 0;border:none;outline:none;font-size:15px}.candidates-filter-row select{height:58px;color:var(--green-dark);background:#f0f4ecb3;border:1px solid #bac9b499;border-radius:18px;padding:0 18px;font-size:15px;font-weight:600}.clear-filters-btn{height:58px}.premium-table{border-collapse:separate;border-spacing:0 14px;width:100%}.premium-table thead th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);padding:0 20px 10px;font-size:13px}.premium-row td{vertical-align:middle;background:#fffdf3eb;padding:22px 20px}.premium-row td:first-child{border-radius:24px 0 0 24px}.premium-row td:last-child{border-radius:0 24px 24px 0}.candidate-cell{align-items:center;gap:16px;display:flex}.candidate-avatar{background:var(--green-main);color:#fff;border-radius:18px;justify-content:center;align-items:center;width:54px;min-width:54px;height:54px;font-size:18px;font-weight:800;display:flex}.table-strong{color:var(--green-dark);font-size:18px}.source-chip{color:var(--green-dark);background:#e0e9d8d9;border-radius:999px;justify-content:center;align-items:center;padding:10px 14px;font-size:13px;font-weight:700;display:inline-flex}.recruiter-name{color:var(--green-dark);font-weight:700}@media (width<=1200px){.candidates-filter-row{grid-template-columns:1fr 1fr}}@media (width<=768px){.candidates-toolbar-main{flex-direction:column;align-items:stretch}.candidates-toolbar-actions{width:100%}.candidates-toolbar-actions button{flex:1}.candidates-filter-row{grid-template-columns:1fr}}.premium-empty{flex-direction:column;gap:8px;display:flex}.login-refresh{width:100%;margin-top:12px}.followups-board,.stale-board{overflow:hidden}.followup-date{color:var(--green-dark);flex-direction:column;gap:4px;font-weight:800;display:flex}.followup-date span{color:var(--muted);font-size:12px;font-weight:700}.followup-comment{max-width:320px;color:var(--muted);line-height:1.45;display:inline-block}.import-modal{max-width:680px}.import-modal .modal-header p{color:var(--muted);margin:8px 0 0;font-weight:800}.import-modal-grid{gap:16px;display:grid}.import-modal-help{background:#e4ecdd8c;border:1px solid #b7c9bdbf;border-radius:20px;padding:16px}.import-modal-help strong{color:var(--green-dark);margin-bottom:6px;display:block}.import-modal-help p{color:var(--muted);margin:0;line-height:1.5}.sidebar-pro{flex-direction:column;gap:26px;display:flex}.sidebar-brand{border-bottom:1px solid #ffffff14;align-items:center;gap:14px;padding-bottom:22px;display:flex}.sidebar-brand strong{color:#fffdf3;letter-spacing:-.04em;font-size:18px;font-weight:950;display:block}.sidebar-brand span{color:#ffffff6b;text-transform:uppercase;letter-spacing:.12em;margin-top:3px;font-size:12px;font-weight:800;display:block}.sidebar-nav{flex-direction:column;gap:10px;display:flex}.sidebar-nav button{color:#ffffffb8;cursor:pointer;background:#ffffff08;border:1px solid #0000;border-radius:20px;grid-template-columns:34px 1fr auto;align-items:center;gap:12px;width:100%;min-height:58px;padding:0 14px;transition:all .18s;display:grid;position:relative}.sidebar-nav button:hover{color:#fffdf3;background:#ffffff12}.sidebar-nav button.nav-active{color:#fffdf3;background:linear-gradient(135deg,#ffffff29,#ffffff0f);border-color:#ffffff1f;box-shadow:inset 0 1px #ffffff1f,0 16px 34px #00000029}.sidebar-nav button.nav-active:before{content:"";background:#d8f6b0;border-radius:999px;width:4px;position:absolute;top:14px;bottom:14px;left:-22px;box-shadow:0 0 18px #d8f6b0bf}.nav-icon{color:#d8f6b0;background:#ffffff0f;border-radius:14px;justify-content:center;align-items:center;width:34px;height:34px;font-weight:900;display:flex}.nav-label{text-align:left;font-size:14px;font-weight:900}.topbar-pro{z-index:80;position:relative}.topbar-actions{align-items:center;gap:12px;display:flex}.profile-dropdown{position:relative}.profile-trigger{cursor:pointer;background:linear-gradient(135deg,#185622fa,#2b813deb);border:none;border-radius:18px;width:48px;height:48px;position:relative;box-shadow:inset 0 1px #ffffff2e,0 12px 26px #143a1933}.profile-avatar{color:#fffdf3;justify-content:center;align-items:center;width:100%;height:100%;font-size:16px;font-weight:950;display:flex}.profile-online-dot{background:#8dff5d;border:2px solid #fffdf3;border-radius:999px;width:12px;height:12px;position:absolute;top:-2px;right:-2px;box-shadow:0 0 10px #8dff5d,0 0 18px #8dff5d80}.profile-menu{background:radial-gradient(circle at 0 0,#d8f6b02e,#0000 40%),linear-gradient(135deg,#113616f5,#07200df5);border:1px solid #ffffff1a;border-radius:24px;width:270px;padding:16px;animation:.14s profileMenuIn;position:absolute;top:60px;right:0;box-shadow:inset 0 1px #ffffff1a,0 22px 54px #00000047}@keyframes profileMenuIn{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.profile-header{border-bottom:1px solid #ffffff14;align-items:center;gap:12px;padding-bottom:14px;display:flex}.profile-avatar-large{color:#fffdf3;background:linear-gradient(135deg,#184d1d,#2f7d3d);border-radius:18px;justify-content:center;align-items:center;width:52px;height:52px;font-size:18px;font-weight:950;display:flex;box-shadow:inset 0 1px #ffffff24,0 14px 28px #00000038}.profile-header strong{color:#fffdf3;font-size:15px;font-weight:950;display:block}.profile-header span{color:#ffffff75;text-transform:uppercase;letter-spacing:.1em;margin-top:4px;font-size:10px;font-weight:900;display:block}.profile-access{margin-top:12px}.profile-row{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.profile-row span{color:#ffffff75;text-transform:uppercase;letter-spacing:.09em;font-size:11px;font-weight:900}.profile-row strong{color:#fffdf3;font-size:11px;font-weight:950}.sidebar-nav button{overflow:hidden}.sidebar-nav button:after{content:"";opacity:0;background:linear-gradient(90deg,#0000,#ffffff0f,#0000);transition:all .4s;position:absolute;inset:0;transform:translate(-100%)}.sidebar-nav button:hover:after{opacity:1;transform:translate(100%)}.sidebar-nav button:hover .nav-icon{background:#d8f6b01f;transform:translate(2px)scale(1.05);box-shadow:0 0 16px #d8f6b02e}.nav-icon{transition:all .18s}.workspace-item{position:relative}.workspace-item .nav-icon{color:#d8f6b0}.workspace-pill{color:#d8f6b0;letter-spacing:.08em;background:#d8f6b01f;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:950}.workspace-item.nav-active{background:linear-gradient(135deg,#d8f6b01f,#ffffff0d)}.workspace-hero{background:radial-gradient(circle at 0 0,#d8f6b02e,#0000 38%),linear-gradient(135deg,#fffdf3eb,#ebf2e5d1);border:1px solid #bac9b4b3;border-radius:34px;flex-direction:column;gap:24px;padding:28px;display:flex;box-shadow:inset 0 1px #ffffffb3,0 18px 46px #142d1414}.workspace-grid{grid-template-columns:repeat(4,minmax(140px,1fr));gap:14px;display:grid}.workspace-card{color:#fffdf3;background:linear-gradient(135deg,#0f2d12f5,#1e5727e6);border-radius:24px;min-height:118px;padding:18px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff1f,0 16px 34px #143a192e}.workspace-card:after{content:"";background:#d8f6b01f;border-radius:999px;width:90px;height:90px;position:absolute;top:-28px;right:-28px}.workspace-card span{color:#ffffff9e;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900;display:block}.workspace-card strong{margin-top:14px;font-size:34px;font-weight:950;line-height:1;display:block}.workspace-card small{color:#ffffff7a;margin-top:8px;font-size:12px;font-weight:800;display:block}@media (width<=1200px){.workspace-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.workspace-grid{grid-template-columns:1fr}}.workspace-card{text-align:left;cursor:pointer;border:none;transition:all .18s}.workspace-card:hover{transform:translateY(-3px)}.workspace-card-active{outline:2px solid #d8f6b0f2;box-shadow:inset 0 1px #ffffff24,0 0 0 6px #d8f6b024,0 20px 44px #143a193d}.workspace-hero{position:relative;overflow:hidden}.workspace-hero:before{content:"PRIVATE WORKSPACE";color:#185622b8;letter-spacing:.14em;background:#18562214;border-radius:999px;padding:7px 12px;font-size:10px;font-weight:950;position:absolute;top:24px;right:28px}.workspace-grid{margin-top:6px}.workspace-card{background:radial-gradient(circle at 100% 0,#d8f6b02e,#0000 38%),linear-gradient(135deg,#09260efa,#185323f0);border:1px solid #ffffff14;min-height:132px;padding:20px}.workspace-card span{color:#ffffffb8}.workspace-card strong{font-size:42px}.workspace-card small{color:#ffffff8c}.workspace-card-active{outline:2px solid #d8f6b0f2;transform:translateY(-4px)}:root{--ui-bg:#f2f5ec;--ui-surface:#fffdf4;--ui-surface-soft:#f6f8ef;--ui-border:#dce4d4;--ui-text:#17351f;--ui-muted:#7b8c7c;--ui-green:#2f713c;--ui-green-dark:#103419;--ui-green-soft:#e0efd9;--ui-shadow:0 18px 50px #26422a17}html[data-theme=dark]{--ui-bg:#102219;--ui-surface:#173023;--ui-surface-soft:#1c392a;--ui-border:#def0da1f;--ui-text:#eef8ea;--ui-muted:#9db2a0;--ui-green:#76bd7d;--ui-green-dark:#effbec;--ui-green-soft:#76bd7d26;--ui-shadow:0 18px 55px #00000038}html[data-theme=dark] body,html[data-theme=dark] .main,html[data-theme=dark] .content{background:var(--ui-bg);color:var(--ui-text)}.sidebar-v3{background:radial-gradient(circle at 30% 0,#71b5682e,#0000 32%),linear-gradient(#123b1d,#0c2d15);flex-direction:column;width:272px;min-width:272px;height:100vh;padding:24px 18px 20px;display:flex;position:sticky;top:0;overflow-y:auto;box-shadow:18px 0 50px #1330191f}.sidebar-brand-v3{border-bottom:1px solid #ffffff17;align-items:center;gap:12px;padding:2px 6px 23px;display:flex}.sidebar-logo-v3{color:#183e20;background:#d9edb6;border-radius:13px;flex:0 0 43px;place-items:center;width:43px;height:43px;font-size:14px;font-weight:950;display:grid;box-shadow:0 10px 28px #00000029}.sidebar-brand-v3 strong{color:#fffef5;letter-spacing:-.025em;font-size:15px;font-weight:900;display:block}.sidebar-brand-v3 span{color:#ffffff6b;letter-spacing:.13em;text-transform:uppercase;margin-top:3px;font-size:9px;font-weight:800;display:block}.sidebar-navigation-v3{flex-direction:column;flex:1;gap:22px;padding:24px 0;display:flex}.sidebar-group-title-v3{color:#ffffff5e;letter-spacing:.14em;text-transform:uppercase;padding:0 11px 8px;font-size:9px;font-weight:900}.sidebar-group-items-v3{flex-direction:column;gap:4px;display:flex}.sidebar-link-v3{color:#ffffffb0;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:11px;width:100%;min-height:43px;padding:0 12px;font-size:13px;font-weight:750;transition:color .15s,background .15s,border-color .15s,transform .15s;display:flex}.sidebar-link-v3:hover{color:#fffef5;background:#ffffff0e;transform:translate(2px)}.sidebar-link-active-v3{color:#173d1f;background:#dcedc3;border-color:#fff3;box-shadow:0 10px 25px #00000024}.sidebar-link-active-v3:hover{color:#173d1f;background:#e2f2ca}.sidebar-link-icon-v3{flex:0 0 21px;place-items:center;width:21px;height:21px;display:grid}.sidebar-link-icon-v3 svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.sidebar-bottom-v3{color:#ffffff6b;align-items:center;gap:8px;padding:13px 11px 2px;font-size:10px;font-weight:700;display:flex}.sidebar-system-dot-v3{background:#83dc6b;border-radius:50%;width:7px;height:7px;box-shadow:0 0 10px #83dc6b}.topbar-v3{z-index:100;background:0 0;justify-content:flex-end;align-items:center;min-height:80px;padding:16px 0 18px;display:flex;position:relative}.topbar-actions-v3{align-items:center;gap:10px;display:flex}.topbar-add-button-v3{color:#fffef8;cursor:pointer;background:linear-gradient(135deg,#367a45,#286739);border:1px solid #286535;border-radius:12px;align-items:center;gap:8px;min-height:45px;padding:0 19px;font-size:13px;font-weight:850;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 10px 26px #25643338}.topbar-add-button-v3:hover{transform:translateY(-1px);box-shadow:0 14px 32px #25643347}.topbar-add-button-v3 span{font-size:20px;font-weight:500;line-height:1}.topbar-circle-button-v3,.profile-trigger-v3{border:1px solid var(--ui-border);width:45px;height:45px;color:var(--ui-text);background:var(--ui-surface);cursor:pointer;border-radius:50%;place-items:center;padding:0;transition:transform .15s,border-color .15s,background .15s;display:grid;box-shadow:0 7px 20px #2d463014}.topbar-circle-button-v3:hover,.profile-trigger-v3:hover{border-color:#2f713c59;transform:translateY(-1px)}.topbar-circle-button-v3 svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.topbar-control-wrap-v3,.profile-dropdown-v3{position:relative}.notification-dot-v3{border:2px solid var(--ui-surface);background:#df775d;border-radius:50%;width:6px;height:6px;position:absolute;top:9px;right:9px}.profile-trigger-v3{background:linear-gradient(135deg,#367a45,#235d32);border-color:#0000;position:relative}.profile-avatar-v3{color:#fff;font-size:13px;font-weight:900}.profile-online-dot-v3{border:2px solid var(--ui-bg);background:#7ddb64;border-radius:50%;width:11px;height:11px;position:absolute;top:-1px;right:-1px;box-shadow:0 0 9px #7ddb64cc}.notification-menu-v3,.profile-menu-v3{border:1px solid var(--ui-border);width:310px;color:var(--ui-text);background:var(--ui-surface);border-radius:18px;animation:.14s uiMenuIn;position:absolute;top:57px;right:0;overflow:hidden;box-shadow:0 24px 65px #233e2733}@keyframes uiMenuIn{0%{opacity:0;transform:translateY(-6px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.notification-menu-header-v3{border-bottom:1px solid var(--ui-border);justify-content:space-between;align-items:center;padding:17px 18px;display:flex}.notification-menu-header-v3 strong{font-size:14px}.notification-menu-header-v3 span{color:var(--ui-muted);font-size:11px}.notification-empty-v3{text-align:center;flex-direction:column;align-items:center;padding:29px 20px 31px;display:flex}.notification-empty-v3>span{width:37px;height:37px;color:var(--ui-green);background:var(--ui-green-soft);border-radius:50%;place-items:center;margin-bottom:11px;font-weight:900;display:grid}.notification-empty-v3 strong{font-size:13px}.notification-empty-v3 p{color:var(--ui-muted);margin:5px 0 0;font-size:11px}.profile-menu-v3{width:300px;padding:17px}.profile-menu-user-v3{align-items:center;gap:12px;padding-bottom:15px;display:flex}.profile-avatar-large-v3{color:#fff;background:linear-gradient(135deg,#3a7e47,#245d31);border-radius:14px;flex:0 0 48px;place-items:center;width:48px;height:48px;font-size:14px;font-weight:900;display:grid}.profile-menu-user-v3 strong{font-size:14px;font-weight:900;display:block}.profile-menu-user-v3 span{color:var(--ui-muted);margin-top:3px;font-size:10px;font-weight:700;display:block}.profile-menu-code-v3{color:var(--ui-muted);background:var(--ui-surface-soft);border-radius:11px;justify-content:space-between;align-items:center;padding:12px 13px;font-size:10px;display:flex}.profile-menu-code-v3 strong{color:var(--ui-text);letter-spacing:.05em;font-size:11px}.profile-menu-info-v3{grid-template-columns:1fr 1fr;gap:9px;margin-top:9px;display:grid}.profile-menu-info-v3 div{border:1px solid var(--ui-border);border-radius:11px;padding:11px 12px}.profile-menu-info-v3 span{color:var(--ui-muted);text-transform:uppercase;letter-spacing:.08em;font-size:9px;display:block}.profile-menu-info-v3 strong{margin-top:5px;font-size:11px;display:block}.profile-status-online-v3{color:var(--ui-green)}.profile-logout-v3{color:#b04b45;cursor:pointer;background:#cd5b5113;border:1px solid #b94c4433;border-radius:11px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:42px;margin-top:13px;font-size:12px;font-weight:800;display:flex}.candidates-page-v3{flex-direction:column;gap:17px;display:flex}.candidate-controls-v3{grid-template-columns:minmax(300px,1fr) 190px 190px;gap:11px;display:grid}.candidate-search-v3{border:1px solid var(--ui-border);min-height:47px;color:var(--ui-muted);background:var(--ui-surface);border-radius:12px;align-items:center;gap:11px;padding:0 15px;display:flex;box-shadow:0 7px 22px #27412a0e}.candidate-search-v3:focus-within{border-color:#2f713c73;box-shadow:0 0 0 3px #2f713c14}.candidate-search-v3 svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;flex:0 0 18px;width:18px;height:18px}.candidate-search-v3 input{width:100%;color:var(--ui-text);font:inherit;background:0 0;border:0;outline:0;font-size:13px}.candidate-search-v3 input::placeholder{color:var(--ui-muted)}.candidate-controls-v3 select{border:1px solid var(--ui-border);min-height:47px;color:var(--ui-text);background:var(--ui-surface);cursor:pointer;border-radius:12px;outline:0;padding:0 38px 0 14px;font-size:12px;font-weight:750}.candidate-table-card-v3{border:1px solid var(--ui-border);background:var(--ui-surface);min-height:520px;box-shadow:var(--ui-shadow);border-radius:17px;overflow:hidden}.candidate-table-scroll-v3{width:100%;overflow-x:auto}.candidate-table-v3{border-collapse:collapse;width:100%;min-width:1050px}.candidate-table-v3 thead{background:var(--ui-surface-soft)}.candidate-table-v3 th{border-bottom:1px solid var(--ui-border);color:var(--ui-muted);letter-spacing:.08em;text-align:left;text-transform:uppercase;white-space:nowrap;padding:15px 17px;font-size:9px;font-weight:900}.candidate-table-v3 td{border-bottom:1px solid var(--ui-border);color:var(--ui-text);vertical-align:middle;padding:16px 17px;font-size:12px}.candidate-table-v3 tbody tr{cursor:pointer;transition:background .13s,transform .13s}.candidate-table-v3 tbody tr:hover{background:var(--ui-surface-soft)}.candidate-person-v3{align-items:center;gap:11px;min-width:210px;display:flex}.candidate-avatar-v3{color:#fff;background:linear-gradient(135deg,#4b8c57,#2f6e3c);border-radius:11px;flex:0 0 38px;place-items:center;width:38px;height:38px;font-size:11px;font-weight:900;display:grid}.candidate-person-v3 strong{font-size:12px;font-weight:850;display:block}.candidate-person-v3 span{max-width:190px;color:var(--ui-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:10px;display:block;overflow:hidden}.candidate-chip-v3,.candidate-source-v3{min-height:27px;color:var(--ui-green);background:var(--ui-green-soft);white-space:nowrap;border-radius:999px;align-items:center;padding:0 10px;font-size:10px;font-weight:800;display:inline-flex}.candidate-recruiter-v3{white-space:nowrap;font-size:11px;font-weight:750}.candidate-empty-v3{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:405px;padding:40px;display:flex}.candidate-empty-icon-v3{width:67px;height:67px;color:var(--ui-green);background:var(--ui-green-soft);border-radius:22px;place-items:center;margin-bottom:17px;display:grid}.candidate-empty-icon-v3 svg{fill:none;stroke:currentColor;stroke-width:1.5px;width:27px;height:27px}.candidate-empty-v3 strong{color:var(--ui-text);font-size:15px;font-weight:900}.candidate-empty-v3 span{max-width:330px;color:var(--ui-muted);margin-top:7px;font-size:11px;line-height:1.55}.workspace-tabs-v3{gap:8px;display:flex;overflow-x:auto}.workspace-tab-v3{border:1px solid var(--ui-border);min-height:40px;color:var(--ui-muted);background:var(--ui-surface);white-space:nowrap;cursor:pointer;border-radius:11px;align-items:center;gap:8px;padding:0 13px;font-size:11px;font-weight:800;display:inline-flex}.workspace-tab-v3 span{background:var(--ui-surface-soft);border-radius:50%;place-items:center;min-width:21px;height:21px;font-size:9px;display:grid}.workspace-tab-active-v3{color:#fff;border-color:var(--ui-green);background:var(--ui-green)}@media (width<=1050px){.sidebar-v3{width:232px;min-width:232px}.candidate-controls-v3{grid-template-columns:1fr 160px 160px}}@media (width<=780px){.candidate-controls-v3{grid-template-columns:1fr}.topbar-v3{min-height:auto;padding-top:12px}.topbar-actions-v3{width:100%}.topbar-add-button-v3{flex:1;justify-content:center}.notification-menu-v3,.profile-menu-v3{width:auto;position:fixed;top:75px;left:16px;right:16px}}.profile-avatar-v3,.profile-avatar-large-v3{overflow:hidden}.profile-avatar-v3 img,.profile-avatar-large-v3 img{object-fit:cover;width:100%;height:100%;display:block}.profile-avatar-editor-v3{flex:0 0 48px;width:48px;height:48px;position:relative}.profile-avatar-add-v3{border:2px solid var(--ui-surface);color:#fff;cursor:pointer;background:linear-gradient(135deg,#4b9959,#286b37);border-radius:50%;place-items:center;width:21px;height:21px;padding:0;font-size:15px;font-weight:800;line-height:1;transition:transform .14s,box-shadow .14s;display:grid;position:absolute;bottom:-5px;right:-5px;box-shadow:0 5px 12px #1953264d}.profile-avatar-add-v3:hover:not(:disabled){transform:scale(1.08);box-shadow:0 7px 16px #19532661}.profile-avatar-add-v3:disabled{cursor:wait;opacity:.7}.profile-avatar-input-v3{display:none}.profile-trigger-v3{border-radius:50%!important;overflow:visible!important}.profile-trigger-v3>.profile-avatar-v3{clip-path:circle(50%)!important;border-radius:50%!important;flex:0 0 43px!important;width:43px!important;min-width:43px!important;height:43px!important;min-height:43px!important;display:block!important;overflow:hidden!important}.profile-trigger-v3>.profile-avatar-v3>img{object-fit:cover!important;border-radius:50%!important;width:43px!important;height:43px!important;display:block!important}:root{--sidebar-expanded-width-v4:272px;--sidebar-collapsed-width-v4:76px;--workspace-horizontal-padding-v4:28px;--topbar-height-v4:78px;--candidate-controls-height-v4:68px}html{scroll-behavior:smooth;min-height:100%}body{min-height:100vh;overflow-x:hidden}.app-v4{width:100%;min-height:100vh;display:block}.app-v4 .sidebar-v3{z-index:500;width:var(--sidebar-expanded-width-v4);min-width:var(--sidebar-expanded-width-v4);height:100vh;min-height:100vh;transition:width .2s,min-width .2s,padding .2s;top:0;left:0;overflow:hidden auto;position:fixed!important}.app-v4 .sidebar-v3::-webkit-scrollbar{width:4px}.app-v4 .sidebar-v3::-webkit-scrollbar-thumb{background:#ffffff24;border-radius:999px}.app-v4 .main-v4{min-width:0;min-height:100vh;margin-left:var(--sidebar-expanded-width-v4);padding:0 var(--workspace-horizontal-padding-v4) 32px;transition:margin-left .2s;width:auto!important}.app-v4 .content-v4{width:100%;min-width:0;max-width:none!important;margin:0!important}.app-sidebar-collapsed-v4 .sidebar-v3{width:var(--sidebar-collapsed-width-v4);min-width:var(--sidebar-collapsed-width-v4);padding-left:10px;padding-right:10px}.app-sidebar-collapsed-v4 .main-v4{margin-left:var(--sidebar-collapsed-width-v4)}.sidebar-brand-v4{min-height:64px;position:relative}.sidebar-brand-text-v4{opacity:1;white-space:nowrap;min-width:0;transition:width .18s,opacity .14s;overflow:hidden}.sidebar-collapse-button-v4{color:#ffffffb3;cursor:pointer;background:#ffffff0e;border:1px solid #ffffff1a;border-radius:9px;flex:0 0 28px;place-items:center;width:28px;height:28px;margin-left:auto;padding:0;transition:color .15s,background .15s,transform .15s;display:grid}.sidebar-collapse-button-v4 svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.sidebar-collapsed-v4 .sidebar-brand-v4{justify-content:center;padding-left:0;padding-right:0}.sidebar-collapsed-v4 .sidebar-logo-v3{flex-basis:42px;width:42px;height:42px}.sidebar-collapsed-v4 .sidebar-brand-text-v4{display:none}.sidebar-collapsed-v4 .sidebar-collapse-button-v4{z-index:2;margin:0;position:absolute;top:50px;left:50%;transform:translate(-50%)}.sidebar-collapsed-v4 .sidebar-navigation-v3{gap:14px;padding-top:34px}.sidebar-collapsed-v4 .sidebar-group-title-v3{color:#0000;background:#ffffff17;height:1px;margin:5px 8px;padding:0;overflow:hidden}.sidebar-collapsed-v4 .sidebar-group-items-v3{align-items:center;gap:6px}.sidebar-collapsed-v4 .sidebar-link-v3{border-radius:14px;justify-content:center;width:48px;min-height:48px;padding:0}.sidebar-collapsed-v4 .sidebar-link-v3:hover{transform:none}.sidebar-collapsed-v4 .sidebar-link-icon-v3{flex-basis:22px;width:22px;height:22px}.sidebar-collapsed-v4 .sidebar-link-icon-v3 svg{width:21px;height:21px}.sidebar-collapsed-v4 .sidebar-link-label-v4{display:none}.app-v4 .topbar-v3{z-index:300;min-height:var(--topbar-height-v4);-webkit-backdrop-filter:blur(14px);background:linear-gradient(#f2f5ecfa 0%,#f2f5ecf0 78%,#f2f5ec00 100%);margin:0;padding:15px 0 14px;top:0;position:sticky!important}html[data-theme=dark] .app-v4 .topbar-v3{background:linear-gradient(#102219fa 0%,#102219f0 78%,#10221900 100%)}.app-v4 .candidates-page-v3{min-height:calc(100vh - var(--topbar-height-v4) - 24px);padding-bottom:0}.app-v4 .candidate-table-v3{width:100%}.app-v4 .candidate-controls-v3{top:var(--topbar-height-v4);z-index:220;min-height:var(--candidate-controls-height-v4);-webkit-backdrop-filter:blur(14px);background:linear-gradient(#f2f5ecfa,#f2f5ecf0);align-items:center;margin:0 -4px;padding:9px 4px 12px;position:sticky}html[data-theme=dark] .app-v4 .candidate-controls-v3{background:linear-gradient(#102219fa,#102219f0)}.app-v4 .candidate-table-v3 thead th{top:calc(var(--topbar-height-v4) + var(--candidate-controls-height-v4));z-index:200;background:var(--ui-surface-soft);box-shadow:inset 0 -1px 0 var(--ui-border);position:sticky}.app-v4 .candidate-table-v3 tbody{position:relative}.app-v4 .candidate-table-v3 tbody tr:last-child td{border-bottom:0}@media (width<=1100px){:root{--sidebar-expanded-width-v4:232px;--workspace-horizontal-padding-v4:20px}}@media (width<=780px){:root{--sidebar-collapsed-width-v4:68px;--workspace-horizontal-padding-v4:14px;--topbar-height-v4:70px}.app-v4 .sidebar-v3{width:var(--sidebar-collapsed-width-v4);min-width:var(--sidebar-collapsed-width-v4);padding-left:8px;padding-right:8px}.app-v4 .main-v4,.app-sidebar-collapsed-v4 .main-v4{margin-left:var(--sidebar-collapsed-width-v4)}.app-v4 .sidebar-brand-text-v4,.app-v4 .sidebar-link-label-v4{display:none}.app-v4 .sidebar-group-title-v3{color:#0000;background:#ffffff17;height:1px;margin:5px 8px;padding:0;overflow:hidden}.app-v4 .sidebar-link-v3{justify-content:center;width:46px;padding:0}.app-v4 .sidebar-collapse-button-v4{display:none}.app-v4 .candidate-controls-v3{position:relative;top:auto}.app-v4 .candidate-table-v3 thead th{top:var(--topbar-height-v4)}}.app-v4 .sidebar-v3{overflow:visible}.app-v4 .sidebar-navigation-v3{height:calc(100vh - 100px);overflow:hidden auto}.sidebar-brand-v4{padding-right:6px;position:relative}.sidebar-collapse-button-v4{color:#ffffffc2!important;background:#123b1d!important;border:1px solid #ffffff29!important;border-radius:0 11px 11px 0!important;width:28px!important;height:42px!important;margin:0!important;padding:0!important;position:absolute!important;top:58px!important;left:auto!important;right:-14px!important;transform:none!important;box-shadow:7px 0 18px #08230f2e!important}.sidebar-collapse-button-v4:hover{color:#fff!important;background:#194c27!important}.sidebar-collapse-button-v4:focus,.sidebar-collapse-button-v4:focus-visible{outline:none!important;box-shadow:0 0 0 3px #8ed0892e,7px 0 18px #08230f2e!important}.sidebar-collapsed-v4 .sidebar-collapse-button-v4{top:58px!important;left:auto!important;right:-14px!important;transform:none!important}.app-v4 .main-v4{padding-top:0}.app-v4 .content-v4{min-height:100vh}.app-v4 .topbar-v3{z-index:300;min-height:78px;padding-top:14px;padding-bottom:14px;top:0;position:sticky!important}.app-v4 .candidate-controls-v3{z-index:20;min-height:auto;-webkit-backdrop-filter:none!important;background:0 0!important;margin:0 0 16px!important;padding:0!important;position:relative!important;top:auto!important}.app-v4 .candidates-page-v3{gap:0;min-height:calc(100vh - 96px)}.app-v4 .candidate-table-card-v3{min-height:calc(100vh - 176px);overflow:clip!important}.app-v4 .candidate-table-scroll-v3{width:100%;overflow:auto visible}.app-v4 .candidate-table-v3 thead{z-index:30;position:relative}.app-v4 .candidate-table-v3 thead th{z-index:100;box-shadow:inset 0 -1px 0 var(--ui-border), 0 5px 10px #1e3b2309;background:var(--ui-surface-soft)!important;position:sticky!important;top:78px!important}.app-v4 .candidate-table-v3 tbody,.app-v4 .candidate-table-v3 tbody tr{z-index:1;position:relative}.sidebar-collapsed-v4 .sidebar-navigation-v3{padding-top:34px}.sidebar-collapsed-v4 .sidebar-brand-v4{padding-right:0}@media (width<=780px){.app-v4 .candidate-table-v3 thead th{top:70px!important}.sidebar-collapse-button-v4{display:none!important}}.app-v4 .candidates-page-v3{flex-direction:column;gap:16px;min-height:calc(100vh - 94px);display:flex}.app-v4 .candidate-controls-v3{z-index:10;-webkit-backdrop-filter:none!important;background:0 0!important;margin:0!important;padding:0!important;position:relative!important;top:auto!important}.app-v4 .candidate-table-card-v3{border:1px solid var(--ui-border)!important;background:var(--ui-surface)!important;min-height:calc(100vh - 172px)!important;box-shadow:var(--ui-shadow)!important;border-radius:17px!important;overflow:visible!important}.app-v4 .candidate-table-scroll-v3{border-radius:17px;width:100%;overflow:visible!important}.app-v4 .candidate-table-v3 thead,.app-v4 .candidate-table-v3 tbody,.app-v4 .candidate-table-v3 tbody tr{z-index:auto!important;position:static!important}.app-v4 .candidate-table-v3{border-collapse:separate;border-spacing:0;width:100%;margin:0!important}.app-v4 .candidate-table-v3 thead th{box-shadow:inset 0 -1px 0 var(--ui-border), 0 4px 9px #1e3b2309;z-index:120!important;background:var(--ui-surface-soft)!important;position:sticky!important;top:78px!important}.app-v4 .candidate-table-v3 thead th:first-child{border-top-left-radius:16px}.app-v4 .candidate-table-v3 thead th:last-child{border-top-right-radius:16px}.app-v4 .candidate-table-v3 tbody td{position:static!important}.app-v4 .candidate-empty-v3{min-height:calc(100vh - 245px)!important}@media (width<=1180px){.app-v4 .candidate-table-scroll-v3{overflow:auto visible!important}}@media (width<=780px){.app-v4 .candidate-table-v3 thead th{top:70px!important}}.candidate-sort-button-v3{width:100%;color:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;text-align:left;text-transform:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:flex-start;align-items:center;gap:7px;margin:-8px -10px;padding:8px 10px;transition:color .14s,background .14s;display:inline-flex}.candidate-sort-button-v3:hover{color:var(--ui-text);background:var(--ui-green-soft)}.candidate-sort-icon-v3{min-width:13px;color:var(--ui-muted);opacity:.58;font-size:12px;font-weight:900;line-height:1;transition:color .14s,opacity .14s,transform .14s}.candidate-sort-active-v3{color:var(--ui-green)}.candidate-sort-active-v3 .candidate-sort-icon-v3{color:var(--ui-green);opacity:1}.candidate-sort-button-v3:focus-visible{outline:2px solid var(--ui-green);outline-offset:1px}.workspace-shell-v6{min-height:calc(100vh - var(--topbar-height-v4) - 20px);padding-bottom:22px}.workspace-heading-v6{justify-content:space-between;align-items:flex-end;gap:24px;padding:14px 2px 20px;display:flex}.workspace-heading-label-v6{color:var(--ui-green);letter-spacing:.1em;text-transform:uppercase;margin-bottom:7px;font-size:10px;font-weight:900;display:block}.workspace-heading-v6 h1{color:var(--ui-text);letter-spacing:-.035em;margin:0;font-size:28px;font-weight:900}.workspace-heading-v6 p{color:var(--ui-muted);margin:7px 0 0;font-size:11px;line-height:1.55}.workspace-heading-summary-v6{border:1px solid var(--ui-border);background:var(--ui-surface);border-radius:14px;grid-template-columns:1fr auto;align-items:end;gap:2px 12px;min-width:145px;padding:13px 16px;display:grid;box-shadow:0 8px 24px #1d44270f}.workspace-heading-summary-v6>span{color:var(--ui-muted);grid-column:1/-1;font-size:9px;font-weight:800}.workspace-heading-summary-v6 strong{color:var(--ui-text);font-size:24px;line-height:1}.workspace-heading-summary-v6 small{color:var(--ui-muted);font-size:9px}.workspace-layout-v6{border:1px solid var(--ui-border);background:var(--ui-surface);border-radius:17px;grid-template-columns:210px minmax(0,1fr);min-height:650px;display:grid;overflow:hidden;box-shadow:0 18px 48px #1c3d2514}.workspace-desk-panel-v6{border-right:1px solid var(--ui-border);background:linear-gradient(180deg, var(--ui-surface-soft), var(--ui-surface));flex-direction:column;padding:16px 12px;display:flex}.workspace-desk-panel-header-v6{justify-content:space-between;align-items:center;padding:4px 8px 13px;display:flex}.workspace-desk-panel-header-v6 span{color:var(--ui-muted);letter-spacing:.06em;text-transform:uppercase;font-size:9px;font-weight:900}.workspace-desk-panel-header-v6 strong{min-width:24px;height:24px;color:var(--ui-green);background:var(--ui-green-soft);border-radius:8px;place-items:center;font-size:9px;display:grid}.workspace-desk-list-v6{flex-direction:column;gap:6px;display:flex}.workspace-desk-item-v6{width:100%;min-height:57px;color:var(--ui-text);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;grid-template-columns:35px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px 9px;transition:transform .15s,border-color .15s,background .15s;display:grid}.workspace-desk-item-v6:hover{border-color:var(--ui-border);background:var(--ui-surface);transform:translate(2px)}.workspace-desk-item-v6.is-active{color:#fff;border-color:var(--ui-green);background:linear-gradient(135deg,#2d7542,#17532d);box-shadow:0 8px 18px #1b5b3033}.workspace-desk-icon-v6{width:35px;height:35px;color:var(--ui-green);background:var(--ui-green-soft);border-radius:10px;place-items:center;display:grid}.workspace-desk-item-v6.is-active .workspace-desk-icon-v6{color:#fff;background:#ffffff24}.workspace-desk-icon-v6 svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.workspace-desk-copy-v6{flex-direction:column;gap:3px;min-width:0;display:flex}.workspace-desk-copy-v6 strong{font-size:10px;font-weight:900}.workspace-desk-copy-v6 small{color:var(--ui-muted);text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.workspace-desk-item-v6.is-active .workspace-desk-copy-v6 small{color:#ffffffb3}.workspace-desk-count-v6{min-width:26px;height:26px;color:var(--ui-muted);background:var(--ui-surface-soft);border-radius:8px;place-items:center;font-size:8px;font-weight:900;display:grid}.workspace-desk-item-v6.is-active .workspace-desk-count-v6{color:#fff;background:#ffffff24}.workspace-security-note-v6{border:1px solid var(--ui-border);background:var(--ui-surface);border-radius:11px;gap:9px;margin-top:auto;padding:13px 10px;display:flex}.workspace-security-note-v6>span{color:var(--ui-green);font-size:15px}.workspace-security-note-v6 p{color:var(--ui-muted);margin:0;font-size:8px;line-height:1.5}.workspace-content-v6{background:var(--ui-surface);flex-direction:column;min-width:0;display:flex}.workspace-toolbar-v6{top:var(--topbar-height-v4);z-index:120;border-bottom:1px solid var(--ui-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;justify-content:space-between;align-items:center;gap:16px;min-height:70px;padding:12px 16px;display:flex;position:sticky}html[data-theme=dark] .workspace-toolbar-v6{background:#12251bf5}.workspace-toolbar-title-v6{flex-direction:column;gap:4px;display:flex}.workspace-toolbar-title-v6 strong{color:var(--ui-text);font-size:12px}.workspace-toolbar-title-v6 span{color:var(--ui-muted);font-size:8px}.workspace-toolbar-controls-v6{align-items:center;gap:8px;display:flex}.workspace-search-v6,.workspace-select-v6{border:1px solid var(--ui-border);background:var(--ui-surface-soft);border-radius:10px;align-items:center;gap:8px;min-height:38px;padding:0 11px;display:flex}.workspace-search-v6{width:min(310px,30vw)}.workspace-search-v6 svg,.workspace-select-v6 svg{fill:none;width:16px;height:16px;stroke:var(--ui-muted);stroke-width:1.8px;stroke-linecap:round;flex:0 0 16px}.workspace-search-v6 input,.workspace-select-v6 select{width:100%;color:var(--ui-text);background:0 0;border:0;outline:0;font-size:10px}.workspace-select-v6 select{cursor:pointer;min-width:130px}.workspace-reset-v6{border:1px solid var(--ui-border);min-height:38px;color:var(--ui-green);background:var(--ui-surface);cursor:pointer;border-radius:10px;padding:0 13px;font-size:9px;font-weight:850}.workspace-reset-v6:disabled{cursor:default;opacity:.4}.workspace-inline-error-v6{color:#a62b2b;background:#fff2f2;border:1px solid #ebc6c6;border-radius:9px;margin:12px 16px 0;padding:10px 12px;font-size:9px}.workspace-table-card-v6{background:var(--ui-surface);flex:1;min-width:0}.workspace-table-scroll-v6{width:100%;overflow-x:auto}.workspace-table-v6{border-collapse:collapse;width:100%;min-width:900px}.workspace-table-v6 th{top:calc(var(--topbar-height-v4) + 70px);z-index:80;border-bottom:1px solid var(--ui-border);height:45px;color:var(--ui-muted);background:var(--ui-surface-soft);letter-spacing:.055em;text-align:left;text-transform:uppercase;white-space:nowrap;padding:0 13px;font-size:8px;font-weight:900;position:sticky}.workspace-table-v6 td{border-bottom:1px solid var(--ui-border);height:64px;color:var(--ui-text);padding:9px 13px;font-size:9px}.workspace-table-v6 tbody tr{cursor:pointer;outline:none;transition:background .14s,box-shadow .14s}.workspace-table-v6 tbody tr:hover,.workspace-table-v6 tbody tr:focus-visible{background:var(--ui-green-soft);box-shadow:inset 3px 0 0 var(--ui-green)}.workspace-person-v6{flex-direction:column;gap:5px;min-width:190px;display:flex}.workspace-person-v6 strong{color:var(--ui-text);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:900;overflow:hidden}.workspace-person-v6 span{max-width:220px;color:var(--ui-muted);text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.workspace-position-v6,.workspace-recruiter-v6,.workspace-date-v6{white-space:nowrap}.workspace-position-v6{font-weight:750}.workspace-desk-badge-v6,.workspace-source-v6{min-height:26px;color:var(--ui-green);background:var(--ui-green-soft);white-space:nowrap;border-radius:8px;align-items:center;padding:0 9px;font-size:8px;font-weight:850;display:inline-flex}.workspace-source-v6{color:var(--ui-muted);background:var(--ui-surface-soft)}.workspace-recruiter-v6{font-weight:750}.workspace-date-v6{color:var(--ui-muted)}.workspace-row-arrow-v6{width:27px;height:27px;color:var(--ui-muted);background:var(--ui-surface-soft);border-radius:8px;place-items:center;margin-left:auto;display:grid}.workspace-row-arrow-v6 svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;width:14px;height:14px}.workspace-table-v6 tr:hover .workspace-row-arrow-v6{color:#fff;background:var(--ui-green)}.workspace-pagination-v6{border-top:1px solid var(--ui-border);min-height:58px;color:var(--ui-muted);justify-content:space-between;align-items:center;gap:12px;padding:10px 16px;font-size:8px;display:flex}.workspace-pagination-v6>div{align-items:center;gap:9px;display:flex}.workspace-pagination-v6 button{border:1px solid var(--ui-border);width:32px;height:32px;color:var(--ui-green);background:var(--ui-surface);cursor:pointer;border-radius:9px;font-weight:900}.workspace-pagination-v6 button:disabled{cursor:default;opacity:.4}.workspace-pagination-v6 strong{text-align:center;min-width:58px}.workspace-empty-v6{min-height:calc(100vh - var(--topbar-height-v4) - 80px);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex}.workspace-empty-v6.is-compact{min-height:390px}.workspace-empty-icon-v6{width:58px;height:58px;color:var(--ui-green);background:var(--ui-green-soft);border-radius:18px;place-items:center;margin-bottom:15px;font-size:22px;font-weight:900;display:grid}.workspace-empty-icon-v6.is-error{color:#a62b2b;background:#fff0f0}.workspace-empty-icon-v6.is-locked{color:#8f681f;background:#fff5dc}.workspace-empty-icon-v6.is-loading{animation:1.1s linear infinite workspace-spin-v6}.workspace-empty-v6 strong{color:var(--ui-text);font-size:14px;font-weight:900}.workspace-empty-v6 span:not(.workspace-empty-icon-v6){max-width:360px;color:var(--ui-muted);margin-top:7px;font-size:10px;line-height:1.55}@keyframes workspace-spin-v6{to{transform:rotate(360deg)}}@media (width<=1100px){.workspace-layout-v6{grid-template-columns:180px minmax(0,1fr)}.workspace-toolbar-v6{flex-direction:column;align-items:flex-start}.workspace-toolbar-controls-v6{width:100%}.workspace-search-v6{flex:1;width:100%}}@media (width<=820px){.workspace-heading-v6{flex-direction:column;align-items:stretch}.workspace-heading-summary-v6{width:100%}.workspace-layout-v6{display:block}.workspace-desk-panel-v6{border-right:0;border-bottom:1px solid var(--ui-border)}.workspace-desk-list-v6{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.workspace-security-note-v6{display:none}.workspace-toolbar-controls-v6{flex-direction:column;align-items:stretch}.workspace-search-v6,.workspace-select-v6{width:100%}}@media (width<=520px){.workspace-desk-list-v6{grid-template-columns:1fr}}.workspace-shell-v7{width:calc(100% + ( var(--workspace-horizontal-padding-v4) * 2 ));min-height:calc(100vh - var(--topbar-height-v4));margin:0 calc(var(--workspace-horizontal-padding-v4) * -1) -32px;background:var(--ui-surface);flex-direction:column;display:flex}.workspace-shell-v7 .workspace-toolbar-v6{top:var(--topbar-height-v4);z-index:220;width:100%;min-height:76px;padding:13px var(--workspace-horizontal-padding-v4);box-shadow:none;border-top:0;border-left:0;border-right:0;border-radius:0;flex:0 0 76px;position:sticky}.workspace-layout-v7{width:100%;min-height:calc(100vh - var(--topbar-height-v4) - 76px);background:var(--ui-surface);box-shadow:none;border:0;border-radius:0;flex:1;grid-template-columns:245px minmax(0,1fr);display:grid;overflow:visible}.workspace-layout-v7 .workspace-desk-panel-v6{background:linear-gradient(180deg, var(--ui-surface-soft), var(--ui-surface));border-top:0;border-bottom:0;border-left:0;border-radius:0;min-height:100%;padding:17px 13px 18px}.workspace-content-v7{background:var(--ui-surface);flex-direction:column;min-width:0;min-height:100%;display:flex;overflow:visible}.workspace-content-v7 .workspace-table-card-v6{min-height:0;box-shadow:none;border:0;border-radius:0;flex:1}.workspace-content-v7 .workspace-table-scroll-v6,.workspace-content-v7 .workspace-table-v6{min-height:100%}.workspace-shell-v7 .workspace-table-v6 th{top:calc(var(--topbar-height-v4) + 76px)}.workspace-shell-v7 .workspace-empty-v6.is-compact{min-height:calc(100vh - var(--topbar-height-v4) - 76px - 104px)}.workspace-content-v7 .workspace-pagination-v6{min-height:62px;padding:11px var(--workspace-horizontal-padding-v4);background:var(--ui-surface);border-radius:0;flex:0 0 62px}.workspace-heading-v6,.workspace-heading-summary-v6{display:none!important}@media (width<=1100px){.workspace-layout-v7{grid-template-columns:205px minmax(0,1fr)}}@media (width<=820px){.workspace-shell-v7{width:calc(100% + ( var(--workspace-horizontal-padding-v4) * 2 ))}.workspace-layout-v7{flex-direction:column;display:flex}.workspace-layout-v7 .workspace-desk-panel-v6{border-right:0;border-bottom:1px solid var(--ui-border);min-height:auto}.workspace-shell-v7 .workspace-toolbar-v6{padding:13px var(--workspace-horizontal-padding-v4);flex-basis:auto;position:relative;top:auto}.workspace-shell-v7 .workspace-table-v6 th{top:var(--topbar-height-v4)}}.workspace-page-v8{width:calc(100% + ( var(--workspace-horizontal-padding-v4) * 2 ));height:calc(100vh - var(--topbar-height-v4));margin:0 calc(var(--workspace-horizontal-padding-v4) * -1) -32px;background:var(--ui-surface);flex-direction:column;display:flex;overflow:hidden}.workspace-page-v8 .workspace-toolbar-v6{min-height:68px;padding:10px var(--workspace-horizontal-padding-v4);border-bottom:1px solid var(--ui-border);background:var(--ui-surface);-webkit-backdrop-filter:none;backdrop-filter:none;flex:0 0 68px;position:relative;top:auto}.workspace-body-v8{flex:1;grid-template-columns:220px minmax(0,1fr);min-height:0;display:grid;overflow:hidden}.workspace-desks-v8{border-right:1px solid var(--ui-border);background:linear-gradient(180deg, var(--ui-surface-soft), var(--ui-surface));flex-direction:column;min-height:0;padding:16px 12px;display:flex;overflow-y:auto}.workspace-main-v8{background:var(--ui-surface);flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.workspace-main-v8 .workspace-table-card-v6{min-height:0;box-shadow:none;border:0;border-radius:0;flex:1;overflow:hidden}.workspace-main-v8 .workspace-table-scroll-v6{width:100%;height:100%;overflow:auto}.workspace-main-v8 .workspace-table-v6{min-height:100%}.workspace-page-v8 .workspace-table-v6 th{top:0}.workspace-page-v8 .workspace-empty-v6.is-compact{min-height:calc(100vh - var(--topbar-height-v4) - 68px - 108px)}.workspace-main-v8 .workspace-pagination-v6{min-height:58px;padding:10px var(--workspace-horizontal-padding-v4);border-top:1px solid var(--ui-border);background:var(--ui-surface);flex:0 0 58px}.workspace-page-v8 .workspace-layout-v6,.workspace-page-v8 .workspace-layout-v7,.workspace-page-v8 .workspace-shell-v7,.workspace-page-v8 .workspace-content-v7{all:unset}@media (width<=1050px){.workspace-body-v8{grid-template-columns:190px minmax(0,1fr)}}@media (width<=820px){.workspace-page-v8{height:auto;min-height:calc(100vh - var(--topbar-height-v4));overflow:visible}.workspace-page-v8 .workspace-toolbar-v6{flex-basis:auto}.workspace-body-v8{flex-direction:column;display:flex;overflow:visible}.workspace-desks-v8{border-right:0;border-bottom:1px solid var(--ui-border);min-height:auto}.workspace-main-v8{min-height:600px;overflow:visible}.workspace-main-v8 .workspace-table-card-v6{overflow:visible}.workspace-main-v8 .workspace-table-scroll-v6{height:auto}}.workspace-add-candidate-v8{color:#fff;white-space:nowrap;cursor:pointer;background:linear-gradient(135deg,#2d7542,#17532d);border:1px solid #175c30;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:0 15px;font-size:9px;font-weight:900;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 7px 16px #18582d2e}.workspace-add-candidate-v8:hover{transform:translateY(-1px);box-shadow:0 10px 22px #18582d3d}.workspace-add-candidate-v8 svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;width:15px;height:15px}@media (width<=1100px){.workspace-add-candidate-v8 span{display:none}.workspace-add-candidate-v8{flex:0 0 38px;width:38px;padding:0}}@media (width<=820px){.workspace-add-candidate-v8{width:100%}.workspace-add-candidate-v8 span{display:inline}}.followups-page-v2{width:100%;min-height:calc(100vh - var(--topbar-height-v4) - 32px);flex-direction:column;padding-bottom:18px;display:flex}.followups-top-v2{grid-template-columns:minmax(410px,535px) minmax(0,1fr);align-items:stretch;gap:14px;margin-bottom:14px;display:grid}.followups-stats-v2{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.followups-stat-v2{border:1px solid var(--ui-border);background:var(--ui-surface);text-align:left;cursor:pointer;border-radius:13px;align-items:center;gap:10px;min-width:0;min-height:62px;padding:9px 12px;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex;box-shadow:0 6px 17px #1940250b}.followups-stat-v2:hover,.followups-stat-v2.is-active{border-color:#27754057;transform:translateY(-1px);box-shadow:0 9px 22px #19402514}.followups-stat-icon-v2{border-radius:11px;flex:0 0 35px;place-items:center;width:35px;height:35px;display:grid}.followups-stat-icon-v2 svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.followups-stat-v2.is-overdue .followups-stat-icon-v2{color:#d53d36;background:#fff0ee}.followups-stat-v2.is-today .followups-stat-icon-v2{color:#d98700;background:#fff5df}.followups-stat-v2.is-future .followups-stat-icon-v2{color:#237343;background:#e9f5e9}.followups-stat-copy-v2{flex-direction:column;gap:3px;min-width:0;display:flex}.followups-stat-copy-v2 small{text-overflow:ellipsis;white-space:nowrap;font-size:8px;font-weight:850;overflow:hidden}.followups-stat-v2.is-overdue small{color:#d53d36}.followups-stat-v2.is-today small{color:#d98700}.followups-stat-v2.is-future small{color:#237343}.followups-stat-copy-v2 strong{color:var(--ui-text);font-size:18px;line-height:1}.followups-toolbar-v2{grid-template-columns:minmax(190px,1fr) 120px auto;align-items:stretch;gap:10px;min-width:0;display:grid}.followups-search-v2,.followups-status-select-v2{border:1px solid var(--ui-border);background:var(--ui-surface);border-radius:13px;align-items:center;gap:9px;min-height:62px;padding:0 14px;display:flex}.followups-search-v2 svg{fill:none;width:17px;height:17px;stroke:var(--ui-muted);stroke-width:1.8px;stroke-linecap:round;flex:0 0 17px}.followups-search-v2 input,.followups-status-select-v2 select{width:100%;color:var(--ui-text);background:0 0;border:0;outline:0;font-size:9px}.followups-status-select-v2 select{cursor:pointer}.followups-time-tabs-v2{border:1px solid var(--ui-border);background:var(--ui-surface);border-radius:13px;grid-template-columns:repeat(3,auto);min-height:62px;display:grid;overflow:hidden}.followups-time-tabs-v2 button{border:0;border-right:1px solid var(--ui-border);min-width:74px;color:var(--ui-muted);cursor:pointer;background:0 0;padding:0 12px;font-size:8px;font-weight:850}.followups-time-tabs-v2 button:last-child{border-right:0}.followups-time-tabs-v2 button.is-active{color:#fff;background:linear-gradient(135deg,#25723d,#14512a)}.followups-table-card-v2{border:1px solid var(--ui-border);background:var(--ui-surface);border-radius:14px 14px 0 0;flex:1;min-width:0;overflow:hidden;box-shadow:0 12px 34px #1a3e240e}.followups-table-scroll-v2{width:100%;height:100%;overflow:auto}.followups-table-v2{border-collapse:collapse;width:100%;min-width:1050px}.followups-table-v2 th{z-index:10;border-bottom:1px solid var(--ui-border);height:45px;color:var(--ui-muted);background:var(--ui-surface-soft);letter-spacing:.04em;text-align:left;text-transform:uppercase;white-space:nowrap;padding:0 13px;font-size:7.5px;font-weight:900;position:sticky;top:0}.followups-table-v2 td{border-bottom:1px solid var(--ui-border);height:61px;color:var(--ui-text);padding:9px 13px;font-size:8.5px}.followups-table-v2 tbody tr{cursor:pointer;outline:none;transition:box-shadow .14s,filter .14s}.followups-table-v2 tbody tr:hover,.followups-table-v2 tbody tr:focus-visible{box-shadow:inset 3px 0 0 var(--ui-green);filter:brightness(.985)}.followups-table-v2 tbody tr.is-overdue{background:#ffedea8a}.followups-table-v2 tbody tr.is-today{background:#fff7e37a}.followups-candidate-name-v2{white-space:nowrap;font-size:9px;font-weight:900}.followups-desk-v2,.followups-date-v2{white-space:nowrap}.followups-time-badge-v2{white-space:nowrap;border-radius:7px;align-items:center;min-height:25px;padding:0 9px;font-size:7.5px;font-weight:900;display:inline-flex}.followups-time-badge-v2.is-overdue{color:#ce3b34;background:#ffe6e2}.followups-time-badge-v2.is-today{color:#cb7700;background:#fff0cd}.followups-time-badge-v2.is-future{color:#24733f;background:#e5f3e5}.followups-comment-v2{text-overflow:ellipsis;white-space:nowrap;max-width:220px;display:block;overflow:hidden}.followups-actions-v2{align-items:center;gap:7px;display:flex}.followups-actions-v2 button{border:1px solid var(--ui-border);width:31px;height:31px;color:var(--ui-green);background:var(--ui-surface);cursor:pointer;border-radius:9px;place-items:center;display:grid}.followups-actions-v2 button:hover{background:var(--ui-green-soft)}.followups-actions-v2 svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.followups-pagination-v2{border:1px solid var(--ui-border);min-height:57px;color:var(--ui-muted);background:var(--ui-surface);border-top:0;border-radius:0 0 14px 14px;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;padding:9px 14px;font-size:8px;display:grid}.followups-page-controls-v2{align-items:center;gap:9px;display:flex}.followups-page-controls-v2 button{border:1px solid var(--ui-border);width:30px;height:30px;color:var(--ui-green);background:var(--ui-surface);cursor:pointer;border-radius:8px}.followups-page-controls-v2 button:disabled{cursor:default;opacity:.35}.followups-page-controls-v2 strong{text-align:center;min-width:24px}.followups-page-size-v2{justify-self:end}.followups-page-size-v2 select{border:1px solid var(--ui-border);min-height:34px;color:var(--ui-text);background:var(--ui-surface);cursor:pointer;border-radius:9px;padding:0 34px 0 11px;font-size:8px}.followups-empty-v2{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:380px;padding:35px;display:flex}.followups-empty-icon-v2{width:50px;height:50px;color:var(--ui-green);background:var(--ui-green-soft);border-radius:15px;place-items:center;margin-bottom:13px;font-size:19px;font-weight:900;display:grid}.followups-empty-icon-v2.is-loading{animation:1s linear infinite followups-spin-v2}.followups-empty-v2 strong{color:var(--ui-text);font-size:12px}.followups-empty-v2>span:last-child{max-width:350px;color:var(--ui-muted);margin-top:7px;font-size:9px;line-height:1.5}@keyframes followups-spin-v2{to{transform:rotate(360deg)}}@media (width<=1250px){.followups-top-v2{grid-template-columns:1fr}}@media (width<=820px){.followups-stats-v2,.followups-toolbar-v2{grid-template-columns:1fr}.followups-time-tabs-v2{min-height:48px}.followups-pagination-v2{grid-template-columns:1fr;justify-items:center}.followups-page-size-v2{justify-self:center}}.followups-list-v3{min-height:calc(100vh - var(--topbar-height-v4) - 118px);border:1px solid var(--ui-border);background:var(--ui-surface);border-radius:14px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 12px 34px #1a3e240e}.followups-table-header-shell-v3{border-bottom:1px solid var(--ui-border);background:var(--ui-surface-soft);flex:0 0 45px;overflow:hidden}.followups-table-header-shell-v3 .followups-table-v3{height:45px}.followups-table-scroll-v3{flex:1;min-height:0;overflow:auto}.followups-table-v3{border-collapse:collapse;table-layout:fixed;width:100%;min-width:1050px}.followups-table-v3 th{height:45px;color:var(--ui-muted);background:var(--ui-surface-soft);letter-spacing:.04em;text-align:left;text-transform:uppercase;white-space:nowrap;padding:0 13px;font-size:7.5px;font-weight:900}.followups-table-v3 th:first-child,.followups-table-v3 td:first-child{width:15%}.followups-table-v3 th:nth-child(2),.followups-table-v3 td:nth-child(2){width:12%}.followups-table-v3 th:nth-child(3),.followups-table-v3 td:nth-child(3){width:10%}.followups-table-v3 th:nth-child(4),.followups-table-v3 td:nth-child(4){width:13%}.followups-table-v3 th:nth-child(5),.followups-table-v3 td:nth-child(5){width:16%}.followups-table-v3 th:nth-child(6),.followups-table-v3 td:nth-child(6){width:11%}.followups-table-v3 th:nth-child(7),.followups-table-v3 td:nth-child(7){width:15%}.followups-table-v3 th:nth-child(8),.followups-table-v3 td:nth-child(8){width:8%}.followups-table-v3 td{border-bottom:1px solid var(--ui-border);height:61px;color:var(--ui-text);padding:8px 13px;font-size:8.5px}.followups-row-v3{cursor:pointer;background:var(--ui-surface);outline:none;transition:background .14s,box-shadow .14s;position:relative}.followups-row-v3:before{content:"";background:var(--ui-green);width:3px;position:absolute;top:0;bottom:0;left:0}.followups-row-v3.is-overdue{background:#ffedea80}.followups-row-v3.is-overdue:before{background:#e04a43}.followups-row-v3.is-today{background:#fff7e37a}.followups-row-v3.is-today:before{background:#e19a20}.followups-row-v3.is-future:before{background:#2b8650}.followups-row-v3:hover,.followups-row-v3:focus-visible{background:var(--ui-green-soft);box-shadow:inset 4px 0 0 var(--ui-green)}.followups-person-v3{flex-direction:column;gap:4px;min-width:0;display:flex}.followups-person-v3 strong{color:var(--ui-text);text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:900;overflow:hidden}.followups-person-v3 span{color:var(--ui-muted);text-overflow:ellipsis;white-space:nowrap;font-size:7.5px;overflow:hidden}.followups-position-v3,.followups-desk-v3,.followups-recruiter-v3,.followups-date-v3{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.followups-position-v3,.followups-recruiter-v3{font-weight:700}.followups-time-badge-v3{white-space:nowrap;border-radius:8px;align-items:center;min-height:25px;padding:0 9px;font-size:7.5px;font-weight:900;display:inline-flex}.followups-time-badge-v3.is-overdue{color:#cd3832;background:#ffe3df}.followups-time-badge-v3.is-today{color:#c67800;background:#fff0ce}.followups-time-badge-v3.is-future{color:#247341;background:#e3f2e5}.followups-comment-v3{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.followups-actions-v3{align-items:center;gap:7px;display:flex}.followups-actions-v3 button{border:1px solid var(--ui-border);width:31px;height:31px;color:var(--ui-green);background:var(--ui-surface);cursor:pointer;border-radius:9px;place-items:center;transition:background .14s,transform .14s;display:grid}.followups-actions-v3 button:hover{background:var(--ui-green-soft);transform:translateY(-1px)}.followups-actions-v3 svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.followups-empty-v3{text-align:center;background:var(--ui-surface);flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:0;padding:40px;display:flex}.followups-empty-icon-v3{width:58px;height:58px;color:var(--ui-green);background:var(--ui-green-soft);border-radius:17px;place-items:center;margin-bottom:15px;display:grid}.followups-empty-icon-v3 svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:27px;height:27px}.followups-empty-icon-v3.is-loading{animation:1s linear infinite followups-spin-v2}.followups-empty-v3 strong{color:var(--ui-text);font-size:13px;font-weight:900}.followups-empty-v3 p{max-width:370px;color:var(--ui-muted);margin:7px 0 0;font-size:9px;line-height:1.55}.followups-list-v3 .followups-pagination-v2{border:0;border-top:1px solid var(--ui-border);box-shadow:none;border-radius:0;flex:0 0 57px}.followups-list-v3 .followups-table-card-v2{display:none}@media (width<=820px){.followups-list-v3{min-height:620px}}.stale-page-v2{width:100%;min-height:calc(100vh - var(--topbar-height-v4) - 32px);flex-direction:column;padding-bottom:18px;display:flex}.stale-top-v2{align-items:stretch;gap:12px;margin-bottom:14px;display:flex}.stale-stats-v2{flex:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;min-width:0;display:grid}.stale-stat-v2{border:1px solid var(--ui-border);background:var(--ui-surface);border-radius:13px;align-items:center;gap:11px;min-height:64px;padding:9px 13px;display:flex;box-shadow:0 6px 18px #1940250b}.stale-stat-icon-v2{border-radius:12px;flex:0 0 37px;place-items:center;width:37px;height:37px;display:grid}.stale-stat-icon-v2 svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.stale-stat-v2.is-total .stale-stat-icon-v2{color:#267548;background:#e9f5eb}.stale-stat-v2.is-inactive .stale-stat-icon-v2{color:#d38a09;background:#fff4dc}.stale-stat-v2.is-critical .stale-stat-icon-v2{color:#d7443d;background:#ffedeb}.stale-stat-copy-v2{grid-template-columns:auto 1fr;align-items:end;gap:2px 8px;min-width:0;display:grid}.stale-stat-copy-v2 small{color:var(--ui-text);text-overflow:ellipsis;white-space:nowrap;grid-column:1/-1;font-size:8px;font-weight:850;overflow:hidden}.stale-stat-copy-v2 strong{color:var(--ui-text);font-size:18px;line-height:1}.stale-stat-copy-v2>span{color:var(--ui-muted);font-size:7.5px}.stale-toolbar-v2{border:1px solid var(--ui-border);background:var(--ui-surface);border-radius:13px;flex:none;grid-template-columns:repeat(4,auto);min-height:64px;display:grid;overflow:hidden}.stale-toolbar-v2 button{border:0;border-right:1px solid var(--ui-border);min-width:76px;color:var(--ui-muted);cursor:pointer;background:0 0;padding:0 13px;font-size:8px;font-weight:850}.stale-toolbar-v2 button:last-child{border-right:0}.stale-toolbar-v2 button.is-active{color:#fff;background:linear-gradient(135deg,#287540,#15502b)}.stale-list-v2{min-height:calc(100vh - var(--topbar-height-v4) - 120px);border:1px solid var(--ui-border);background:var(--ui-surface);border-radius:14px;flex-direction:column;flex:1;display:flex;overflow:hidden;box-shadow:0 12px 34px #1a3e240e}.stale-table-header-v2{border-bottom:1px solid var(--ui-border);background:var(--ui-surface-soft);flex:0 0 45px;overflow:hidden}.stale-table-v2{border-collapse:collapse;table-layout:fixed;width:100%;min-width:980px}.stale-table-v2 th{height:45px;color:var(--ui-muted);background:var(--ui-surface-soft);letter-spacing:.04em;text-align:left;text-transform:uppercase;white-space:nowrap;padding:0 14px;font-size:7.5px;font-weight:900}.stale-table-v2 th:first-child,.stale-table-v2 td:first-child{width:20%}.stale-table-v2 th:nth-child(2),.stale-table-v2 td:nth-child(2){width:14%}.stale-table-v2 th:nth-child(3),.stale-table-v2 td:nth-child(3){width:11%}.stale-table-v2 th:nth-child(4),.stale-table-v2 td:nth-child(4){width:17%}.stale-table-v2 th:nth-child(5),.stale-table-v2 td:nth-child(5){width:18%}.stale-table-v2 th:nth-child(6),.stale-table-v2 td:nth-child(6){width:12%}.stale-table-v2 th:nth-child(7),.stale-table-v2 td:nth-child(7){width:8%}.stale-table-scroll-v2{flex:1;min-height:0;overflow:auto}.stale-table-v2 td{border-bottom:1px solid var(--ui-border);height:62px;color:var(--ui-text);padding:8px 14px;font-size:8.5px}.stale-row-v2{cursor:pointer;background:var(--ui-surface);outline:none;transition:background .14s,box-shadow .14s;position:relative}.stale-row-v2:before{content:"";width:3px;position:absolute;top:0;bottom:0;left:0}.stale-row-v2.is-soft:before{background:#31905a}.stale-row-v2.is-attention{background:#fff8e173}.stale-row-v2.is-attention:before{background:#ddb133}.stale-row-v2.is-warning{background:#fff1dd7a}.stale-row-v2.is-warning:before{background:#df881a}.stale-row-v2.is-critical{background:#ffebe885}.stale-row-v2.is-critical:before{background:#df4942}.stale-row-v2:hover,.stale-row-v2:focus-visible{background:var(--ui-green-soft);box-shadow:inset 4px 0 0 var(--ui-green)}.stale-person-v2{flex-direction:column;gap:4px;min-width:0;display:flex}.stale-person-v2 strong{text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:900;overflow:hidden}.stale-person-v2 span{color:var(--ui-muted);text-overflow:ellipsis;white-space:nowrap;font-size:7.5px;overflow:hidden}.stale-position-v2,.stale-desk-v2,.stale-recruiter-v2,.stale-activity-date-v2{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.stale-position-v2,.stale-recruiter-v2{font-weight:700}.stale-days-badge-v2{white-space:nowrap;border-radius:8px;align-items:center;min-height:25px;padding:0 9px;font-size:7.5px;font-weight:900;display:inline-flex}.stale-days-badge-v2.is-soft{color:#237543;background:#e3f2e5}.stale-days-badge-v2.is-attention{color:#98700a;background:#fff3cd}.stale-days-badge-v2.is-warning{color:#c96e00;background:#ffebce}.stale-days-badge-v2.is-critical{color:#ce3933;background:#ffe3df}.stale-actions-v2{align-items:center;gap:7px;display:flex}.stale-actions-v2 button{border:1px solid var(--ui-border);width:31px;height:31px;color:var(--ui-green);background:var(--ui-surface);cursor:pointer;border-radius:9px;place-items:center;display:grid}.stale-actions-v2 button:hover{background:var(--ui-green-soft)}.stale-actions-v2 svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.stale-empty-v2{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:0;padding:40px;display:flex}.stale-empty-icon-v2{width:58px;height:58px;color:var(--ui-green);background:var(--ui-green-soft);border-radius:17px;place-items:center;margin-bottom:15px;display:grid}.stale-empty-icon-v2 svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:27px;height:27px}.stale-empty-icon-v2.is-loading{animation:1s linear infinite followups-spin-v2}.stale-empty-v2 strong{color:var(--ui-text);font-size:13px;font-weight:900}.stale-empty-v2 p{max-width:370px;color:var(--ui-muted);margin:7px 0 0;font-size:9px;line-height:1.55}.stale-pagination-v2{border-top:1px solid var(--ui-border);min-height:57px;color:var(--ui-muted);background:var(--ui-surface);flex:0 0 57px;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;padding:9px 14px;font-size:8px;display:grid}.stale-pagination-v2>div{align-items:center;gap:9px;display:flex}.stale-pagination-v2 button{border:1px solid var(--ui-border);width:30px;height:30px;color:var(--ui-green);background:var(--ui-surface);cursor:pointer;border-radius:8px}.stale-pagination-v2 button:disabled{cursor:default;opacity:.35}.stale-pagination-v2 label{justify-self:end}.stale-pagination-v2 select{border:1px solid var(--ui-border);min-height:34px;color:var(--ui-text);background:var(--ui-surface);cursor:pointer;border-radius:9px;padding:0 34px 0 11px;font-size:8px}@media (width<=1050px){.stale-top-v2{flex-direction:column}}@media (width<=820px){.stale-stats-v2{grid-template-columns:1fr}.stale-toolbar-v2{grid-template-columns:repeat(2,1fr)}.stale-pagination-v2{grid-template-columns:1fr;justify-items:center}.stale-pagination-v2 label{justify-self:center}}.recruiters-page-v3{width:100%;min-height:calc(100vh - var(--topbar-height-v4) - 32px);flex-direction:column;padding-bottom:18px;display:flex}.recruiters-stats-v3{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px;display:grid}.recruiters-stat-v3{border:1px solid var(--ui-border);min-height:64px;color:var(--ui-text);background:var(--ui-surface);text-align:left;cursor:pointer;border-radius:13px;align-items:center;gap:11px;padding:9px 13px;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex;box-shadow:0 6px 18px #1940250b}.recruiters-stat-v3:hover,.recruiters-stat-v3.is-active{border-color:#2975415c;transform:translateY(-1px);box-shadow:0 9px 24px #19402514}.recruiters-stat-icon-v3{border-radius:12px;flex:0 0 37px;place-items:center;width:37px;height:37px;display:grid}.recruiters-stat-icon-v3 svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.recruiters-stat-v3.is-online .recruiters-stat-icon-v3{color:#287b49;background:#e8f5eb}.recruiters-stat-v3.is-recent .recruiters-stat-icon-v3{color:#d18a0d;background:#fff4dc}.recruiters-stat-v3.is-offline .recruiters-stat-icon-v3{color:#cf4a43;background:#ffedeb}.recruiters-stat-v3.is-total .recruiters-stat-icon-v3{color:#42635f;background:#edf2ef}.recruiters-stat-copy-v3{grid-template-columns:auto 1fr;align-items:end;gap:2px 8px;min-width:0;display:grid}.recruiters-stat-copy-v3 small{color:var(--ui-muted);grid-column:1/-1;font-size:8px;font-weight:850}.recruiters-stat-copy-v3 strong{color:var(--ui-text);font-size:19px;line-height:1}.recruiters-stat-copy-v3>span{color:var(--ui-muted);text-overflow:ellipsis;white-space:nowrap;font-size:7.5px;overflow:hidden}.recruiters-toolbar-v3{grid-template-columns:minmax(210px,1fr) 145px 135px 135px auto;align-items:stretch;gap:9px;margin-bottom:12px;display:grid}.recruiters-search-v3,.recruiters-filter-v3{border:1px solid var(--ui-border);background:var(--ui-surface);border-radius:11px;align-items:center;gap:9px;min-height:43px;padding:0 12px;display:flex}.recruiters-search-v3 svg{fill:none;width:16px;height:16px;stroke:var(--ui-muted);stroke-width:1.8px;stroke-linecap:round;flex:0 0 16px}.recruiters-search-v3 input,.recruiters-filter-v3 select{width:100%;color:var(--ui-text);background:0 0;border:0;outline:0;font-size:8.5px}.recruiters-filter-v3 select{cursor:pointer}.recruiters-create-v3{color:#fff;white-space:nowrap;cursor:pointer;background:linear-gradient(135deg,#2d7542,#17532d);border:1px solid #175c30;border-radius:11px;justify-content:center;align-items:center;gap:8px;min-height:43px;padding:0 15px;font-size:8.5px;font-weight:900;display:inline-flex;box-shadow:0 7px 16px #18582d2e}.recruiters-create-v3 svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;width:15px;height:15px}.recruiters-list-v3{min-height:calc(100vh - var(--topbar-height-v4) - 148px);border:1px solid var(--ui-border);background:var(--ui-surface);border-radius:14px;flex-direction:column;flex:1;display:flex;overflow:hidden;box-shadow:0 12px 34px #1a3e240e}.recruiters-table-scroll-v3{flex:1;min-height:0;overflow:auto}.recruiters-table-v3{border-collapse:collapse;table-layout:fixed;width:100%;min-width:960px}.recruiters-table-v3 th{z-index:10;border-bottom:1px solid var(--ui-border);height:45px;color:var(--ui-muted);background:var(--ui-surface-soft);letter-spacing:.04em;text-align:left;text-transform:uppercase;white-space:nowrap;padding:0 14px;font-size:7.5px;font-weight:900;position:sticky;top:0}.recruiters-table-v3 th:first-child,.recruiters-table-v3 td:first-child{width:23%}.recruiters-table-v3 th:nth-child(2),.recruiters-table-v3 td:nth-child(2){width:16%}.recruiters-table-v3 th:nth-child(3),.recruiters-table-v3 td:nth-child(3){width:15%}.recruiters-table-v3 th:nth-child(4),.recruiters-table-v3 td:nth-child(4){width:13%}.recruiters-table-v3 th:nth-child(5),.recruiters-table-v3 td:nth-child(5){width:12%}.recruiters-table-v3 th:nth-child(6),.recruiters-table-v3 td:nth-child(6){width:14%}.recruiters-table-v3 th:nth-child(7),.recruiters-table-v3 td:nth-child(7){width:7%}.recruiters-table-v3 td{border-bottom:1px solid var(--ui-border);height:62px;color:var(--ui-text);padding:8px 14px;font-size:8.5px}.recruiters-row-v3{cursor:pointer;background:var(--ui-surface);outline:none;transition:background .14s,box-shadow .14s}.recruiters-row-v3:hover,.recruiters-row-v3:focus-visible{background:var(--ui-green-soft);box-shadow:inset 3px 0 0 var(--ui-green)}.recruiters-row-v3.is-disabled{opacity:.64}.recruiters-person-v3{flex-direction:column;gap:4px;min-width:0;display:flex}.recruiters-person-v3 strong{color:var(--ui-text);text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:900;overflow:hidden}.recruiters-person-v3 span{color:var(--ui-muted);font-size:7.5px}.recruiters-telegram-v3,.recruiters-role-v3,.recruiters-presence-v3,.recruiters-access-v3{white-space:nowrap;border-radius:8px;align-items:center;min-height:25px;padding:0 9px;font-size:7.5px;font-weight:850;display:inline-flex}.recruiters-telegram-v3{color:var(--ui-muted);background:var(--ui-surface-soft)}.recruiters-telegram-v3.is-connected{color:#286a82;background:#e7f4f8}.recruiters-role-v3{color:#4d665d;background:#edf2ef}.recruiters-role-v3.is-system_owner,.recruiters-role-v3.is-admin{color:#6a4b18;background:#fff3d7}.recruiters-role-v3.is-head_hr_manager,.recruiters-role-v3.is-hr_manager,.recruiters-role-v3.is-recruiter{color:#2c6e42;background:#e8f4e9}.recruiters-presence-v3{background:var(--ui-surface-soft);gap:7px}.recruiters-presence-v3 i{background:currentColor;border-radius:50%;width:7px;height:7px}.recruiters-presence-v3.is-online{color:#23834a;background:#e7f5ea}.recruiters-presence-v3.is-recent{color:#cf890d;background:#fff3d9}.recruiters-presence-v3.is-offline{color:#7a8580;background:#edf1ef}.recruiters-presence-v3.is-disabled{color:#c44640;background:#ffebea}.recruiters-access-v3.is-active{color:#267544;background:#e7f4e8}.recruiters-access-v3.is-disabled{color:#c4413b;background:#ffebea}.recruiters-activity-v3{color:var(--ui-muted);white-space:nowrap}.recruiters-actions-v3{align-items:center;gap:7px;display:flex}.recruiters-actions-v3 button{border:1px solid var(--ui-border);width:31px;height:31px;color:var(--ui-green);background:var(--ui-surface);cursor:pointer;border-radius:9px;place-items:center;display:grid}.recruiters-actions-v3 button:hover{background:var(--ui-green-soft)}.recruiters-actions-v3 svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.recruiters-pagination-v3{border-top:1px solid var(--ui-border);min-height:57px;color:var(--ui-muted);background:var(--ui-surface);flex:0 0 57px;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;padding:9px 14px;font-size:8px;display:grid}.recruiters-pagination-controls-v3{align-items:center;gap:9px;display:flex}.recruiters-pagination-v3 button{border:1px solid var(--ui-border);width:30px;height:30px;color:var(--ui-green);background:var(--ui-surface);cursor:pointer;border-radius:8px}.recruiters-pagination-v3 button:disabled{cursor:default;opacity:.35}.recruiters-page-size-v3{justify-self:end}.recruiters-page-size-v3 select{border:1px solid var(--ui-border);min-height:34px;color:var(--ui-text);background:var(--ui-surface);border-radius:9px;padding:0 34px 0 11px;font-size:8px}.recruiters-empty-v3{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:0;padding:40px;display:flex}.recruiters-empty-icon-v3{width:58px;height:58px;color:var(--ui-green);background:var(--ui-green-soft);border-radius:17px;place-items:center;margin-bottom:15px;display:grid}.recruiters-empty-icon-v3 svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:27px;height:27px}.recruiters-empty-v3 strong{color:var(--ui-text);font-size:13px;font-weight:900}.recruiters-empty-v3 p{max-width:370px;color:var(--ui-muted);margin:7px 0 0;font-size:9px;line-height:1.55}.recruiter-drawer-backdrop-v3{z-index:1600;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0d1f1442;justify-content:flex-end;display:flex;position:fixed;inset:0}.recruiter-drawer-v3{border-left:1px solid var(--ui-border);background:var(--ui-surface);flex-direction:column;width:min(430px,94vw);height:100%;animation:.18s ease-out recruiter-drawer-enter-v3;display:flex;overflow:hidden;box-shadow:-18px 0 50px #0f271629}@keyframes recruiter-drawer-enter-v3{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.recruiter-drawer-header-v3{border-bottom:1px solid var(--ui-border);background:linear-gradient(145deg, var(--ui-green-soft), var(--ui-surface));padding:26px 24px 21px;position:relative}.recruiter-drawer-close-v3{border:1px solid var(--ui-border);width:32px;height:32px;color:var(--ui-muted);background:var(--ui-surface);cursor:pointer;border-radius:9px;place-items:center;font-size:18px;display:grid;position:absolute;top:15px;right:16px}.recruiter-drawer-presence-v3{border-radius:8px;align-items:center;gap:7px;min-height:25px;padding:0 9px;font-size:7.5px;font-weight:850;display:inline-flex}.recruiter-drawer-presence-v3 i{background:currentColor;border-radius:50%;width:7px;height:7px}.recruiter-drawer-presence-v3.is-online{color:#23834a;background:#e7f5ea}.recruiter-drawer-presence-v3.is-recent{color:#cf890d;background:#fff3d9}.recruiter-drawer-presence-v3.is-offline{color:#707b76;background:#edf1ef}.recruiter-drawer-presence-v3.is-disabled{color:#c44640;background:#ffebea}.recruiter-drawer-header-v3 h2{color:var(--ui-text);letter-spacing:-.025em;margin:13px 0 4px;font-size:23px;font-weight:900}.recruiter-drawer-header-v3 p{color:var(--ui-muted);margin:0;font-size:9px}.recruiter-drawer-content-v3{flex:1;min-height:0;padding:18px;overflow-y:auto}.recruiter-overview-v3,.recruiter-quick-actions-v3{border:1px solid var(--ui-border);background:var(--ui-surface);border-radius:13px;padding:16px;box-shadow:0 7px 22px #1940250b}.recruiter-overview-v3 h3,.recruiter-quick-actions-v3 h3{color:var(--ui-text);margin:0 0 13px;font-size:10px;font-weight:900}.recruiter-overview-v3>div{flex-direction:column;display:flex}.recruiter-overview-v3 article{border-bottom:1px solid var(--ui-border);justify-content:space-between;align-items:center;gap:16px;min-height:42px;display:flex}.recruiter-overview-v3 article:last-child{border-bottom:0}.recruiter-overview-v3 article span{color:var(--ui-muted);font-size:8px}.recruiter-overview-v3 article strong{color:var(--ui-text);text-align:right;font-size:8.5px}.recruiter-quick-actions-v3{margin-top:13px}.recruiter-quick-actions-v3>div{flex-direction:column;gap:8px;display:flex}.recruiter-quick-actions-v3 button{border:1px solid var(--ui-border);min-height:39px;color:var(--ui-text);background:var(--ui-surface-soft);cursor:pointer;border-radius:10px;padding:0 13px;font-size:8.5px;font-weight:850}.recruiter-quick-actions-v3 button.is-primary{color:#fff;background:linear-gradient(135deg,#2d7542,#17532d);border-color:#175c30}.recruiter-quick-actions-v3 button.is-danger{color:#c44039;background:#fff0ef;border-color:#f0cbc8}@media (width<=1180px){.recruiters-toolbar-v3{grid-template-columns:minmax(220px,1fr) repeat(3,125px)}.recruiters-create-v3{grid-column:1/-1}}@media (width<=900px){.recruiters-stats-v3{grid-template-columns:repeat(2,minmax(0,1fr))}.recruiters-toolbar-v3{grid-template-columns:1fr}.recruiters-create-v3{grid-column:auto}}@media (width<=620px){.recruiters-stats-v3{grid-template-columns:1fr}.recruiters-pagination-v3{grid-template-columns:1fr;justify-items:center}.recruiters-page-size-v3{justify-self:center}}.recruiters-page-v4{width:100%;min-height:calc(100vh - var(--topbar-height-v4) - 28px);flex-direction:column;padding-bottom:16px;display:flex}.recruiters-title-v4{color:var(--ui-text);letter-spacing:-.03em;margin:0 0 16px;font-size:24px;font-weight:900}.recruiters-toolbar-v4{grid-template-columns:minmax(240px,1fr) 110px 110px 120px 90px 170px;align-items:stretch;gap:10px;margin-bottom:16px;display:grid}.recruiters-search-v4,.recruiters-select-v4{border:1px solid var(--ui-border);background:var(--ui-surface);border-radius:11px;align-items:center;gap:9px;min-height:42px;padding:0 12px;display:flex;box-shadow:0 4px 14px #19402509}.recruiters-search-v4 svg{fill:none;width:16px;height:16px;stroke:var(--ui-muted);stroke-width:1.8px;stroke-linecap:round;flex:0 0 16px}.recruiters-search-v4 input,.recruiters-select-v4 select{width:100%;color:var(--ui-text);background:0 0;border:0;outline:0;font-size:8.5px}.recruiters-select-v4 select{cursor:pointer}.recruiters-create-v4{color:#fff;white-space:nowrap;cursor:pointer;background:linear-gradient(135deg,#2c7542,#15512b);border:1px solid #175b2f;border-radius:11px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 15px;font-size:8.5px;font-weight:900;display:inline-flex;box-shadow:0 8px 18px #18582d2e}.recruiters-create-v4 svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;width:15px;height:15px}.recruiters-stats-v4{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.recruiters-stat-v4{border:1px solid var(--ui-border);background:var(--ui-surface);text-align:left;cursor:pointer;border-radius:15px;align-items:center;gap:13px;min-height:94px;padding:14px 16px;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex;box-shadow:0 9px 24px #1940250d}.recruiters-stat-v4:hover,.recruiters-stat-v4.is-active{border-color:#2a754157;transform:translateY(-1px);box-shadow:0 12px 30px #19402516}.recruiters-stat-icon-v4{border-radius:15px;flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid}.recruiters-stat-icon-v4 svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:25px;height:25px}.recruiters-stat-v4.is-online .recruiters-stat-icon-v4{color:#218148;background:#e6f4e9}.recruiters-stat-v4.is-recent .recruiters-stat-icon-v4{color:#d38a09;background:#fff3d6}.recruiters-stat-v4.is-offline .recruiters-stat-icon-v4{color:#d4433d;background:#ffe8e6}.recruiters-stat-v4.is-total .recruiters-stat-icon-v4{color:#2f7348;background:#e7f2e8}.recruiters-stat-content-v4{grid-template-columns:auto 1fr;align-items:end;gap:3px 9px;min-width:0;display:grid}.recruiters-stat-content-v4 small{color:var(--ui-text);grid-column:1/-1;font-size:9px;font-weight:850}.recruiters-stat-content-v4 strong{color:var(--ui-text);font-size:25px;line-height:1}.recruiters-stat-content-v4>span{color:var(--ui-muted);text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.recruiters-list-v4{min-height:calc(100vh - var(--topbar-height-v4) - 210px);border:1px solid var(--ui-border);background:var(--ui-surface);border-radius:15px;flex-direction:column;flex:1;display:flex;overflow:hidden;box-shadow:0 12px 34px #1a3e240f}.recruiters-table-scroll-v4{flex:1;min-height:0;overflow:auto}.recruiters-table-v4{border-collapse:collapse;table-layout:fixed;width:100%;min-width:960px}.recruiters-table-v4 th{z-index:10;border-bottom:1px solid var(--ui-border);height:48px;color:var(--ui-muted);background:var(--ui-surface-soft);letter-spacing:.04em;text-align:left;text-transform:uppercase;white-space:nowrap;padding:0 14px;font-size:7.5px;font-weight:900;position:sticky;top:0}.recruiters-table-v4 th:first-child,.recruiters-table-v4 td:first-child{width:23%}.recruiters-table-v4 th:nth-child(2),.recruiters-table-v4 td:nth-child(2){width:15%}.recruiters-table-v4 th:nth-child(3),.recruiters-table-v4 td:nth-child(3){width:11%}.recruiters-table-v4 th:nth-child(4),.recruiters-table-v4 td:nth-child(4){width:15%}.recruiters-table-v4 th:nth-child(5),.recruiters-table-v4 td:nth-child(5){width:14%}.recruiters-table-v4 th:nth-child(6),.recruiters-table-v4 td:nth-child(6){width:15%}.recruiters-table-v4 th:nth-child(7),.recruiters-table-v4 td:nth-child(7){width:7%}.recruiters-table-v4 td{border-bottom:1px solid var(--ui-border);height:64px;color:var(--ui-text);padding:8px 14px;font-size:8.5px}.recruiters-row-v4{cursor:pointer;background:var(--ui-surface);transition:background .14s,box-shadow .14s}.recruiters-row-v4:hover{background:var(--ui-green-soft);box-shadow:inset 3px 0 0 var(--ui-green)}.recruiters-row-v4.is-disabled{opacity:.58}.recruiters-person-v4{align-items:center;gap:11px;min-width:0;display:flex}.recruiters-avatar-v4{color:#285f3b;background:#e5f1e7;border-radius:50%;flex:0 0 38px;place-items:center;width:38px;height:38px;font-size:10px;font-weight:900;display:grid;position:relative;overflow:hidden}.recruiters-avatar-v4 img{object-fit:cover;width:100%;height:100%}.recruiters-avatar-v4 i{border:2px solid var(--ui-surface);background:#23a657;border-radius:50%;width:9px;height:9px;position:absolute;bottom:1px;right:0}.recruiters-person-v4>div{flex-direction:column;gap:3px;min-width:0;display:flex}.recruiters-person-v4 strong{color:var(--ui-text);text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:900;overflow:hidden}.recruiters-person-v4 span{color:var(--ui-muted);font-size:7.5px}.recruiters-telegram-v4{color:var(--ui-text);white-space:nowrap;font-weight:700}.recruiters-desk-v4{color:#35624b;white-space:nowrap;background:#edf2ef;border-radius:8px;align-items:center;min-height:25px;padding:0 9px;font-size:7.5px;font-weight:900;display:inline-flex}.recruiters-desk-v4.is-all{color:#247640;background:#e6f3e7}.recruiters-desk-v4.is-sales{color:#6842bf;background:#eee8ff}.recruiters-desk-v4.is-retention{color:#315fca;background:#e6edff}.recruiters-desk-v4.is-traffic{color:#d96f19;background:#ffeadb}.recruiters-role-text-v4{color:var(--ui-text);white-space:nowrap;font-size:8.5px;font-weight:800}.recruiters-status-v4{white-space:nowrap;border-radius:8px;align-items:center;gap:7px;min-height:25px;padding:0 9px;font-size:7.5px;font-weight:850;display:inline-flex}.recruiters-status-v4 i{background:currentColor;border-radius:50%;width:7px;height:7px}.recruiters-status-v4.is-online{color:#248148;background:#e6f4e9}.recruiters-status-v4.is-recent{color:#cf890d;background:#fff3d9}.recruiters-status-v4.is-offline{color:#d3443e;background:#ffe9e7}.recruiters-status-v4.is-disabled{color:#6f7d76;background:#edf1ef}.recruiters-last-activity-v4{color:var(--ui-muted);white-space:nowrap}.recruiters-actions-v4{align-items:center;gap:6px;display:flex}.recruiters-actions-v4 button{border:1px solid var(--ui-border);width:30px;height:30px;color:var(--ui-green);background:var(--ui-surface);cursor:pointer;border-radius:9px;place-items:center;display:grid}.recruiters-actions-v4 button:hover{background:var(--ui-green-soft)}.recruiters-actions-v4 svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.recruiters-list-v4 .recruiters-pagination-v3{border-top:1px solid var(--ui-border);flex:0 0 57px}.recruiter-drawer-backdrop-v4{z-index:1700;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0d1f1447;justify-content:flex-end;display:flex;position:fixed;inset:0}.recruiter-drawer-v4{border-left:1px solid var(--ui-border);background:var(--ui-surface);flex-direction:column;width:min(500px,96vw);height:100%;animation:.18s ease-out recruiter-drawer-enter-v3;display:flex;overflow:hidden;box-shadow:-20px 0 55px #0f27162e}.recruiter-drawer-header-v4{border-bottom:1px solid var(--ui-border);background:linear-gradient(145deg, #f8fbf6, var(--ui-surface));grid-template-columns:92px minmax(0,1fr);align-items:center;gap:18px;padding:22px 22px 18px;display:grid;position:relative}.recruiter-drawer-close-v4{border:1px solid var(--ui-border);width:30px;height:30px;color:var(--ui-muted);background:var(--ui-surface);cursor:pointer;border-radius:9px;place-items:center;font-size:17px;display:grid;position:absolute;top:13px;right:14px}.recruiter-drawer-avatar-v4{color:#295f3b;background:#e4f0e6;border-radius:50%;place-items:center;width:88px;height:88px;font-size:20px;font-weight:900;display:grid;position:relative;overflow:hidden}.recruiter-drawer-avatar-v4 img{object-fit:cover;width:100%;height:100%}.recruiter-drawer-avatar-v4>i{border:3px solid var(--ui-surface);background:#24a457;border-radius:50%;width:14px;height:14px;position:absolute;bottom:5px;right:3px}.recruiter-drawer-identity-v4{flex-direction:column;gap:9px;min-width:0;display:flex}.recruiter-drawer-identity-v4>div:first-child{justify-content:space-between;align-items:center;gap:12px;display:flex}.recruiter-drawer-identity-v4 h2{color:var(--ui-text);letter-spacing:-.025em;margin:0;font-size:24px;font-weight:900}.recruiter-drawer-status-v4{white-space:nowrap;border-radius:8px;align-items:center;gap:6px;min-height:25px;padding:0 9px;font-size:7.5px;font-weight:850;display:inline-flex}.recruiter-drawer-status-v4 i{background:currentColor;border-radius:50%;width:7px;height:7px}.recruiter-drawer-status-v4.is-online{color:#248148;background:#e6f4e9}.recruiter-drawer-status-v4.is-recent{color:#cf890d;background:#fff3d9}.recruiter-drawer-status-v4.is-offline{color:#d3443e;background:#ffe9e7}.recruiter-drawer-status-v4.is-disabled{color:#6f7d76;background:#edf1ef}.recruiter-code-copy-v4{width:fit-content;color:var(--ui-muted);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-size:8.5px;display:inline-flex}.recruiter-code-copy-v4 svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:13px;height:13px}.recruiter-drawer-badges-v4{flex-wrap:wrap;gap:7px;display:flex}.recruiter-drawer-badges-v4 span{color:#28633d;background:#e9f3e9;border-radius:8px;align-items:center;min-height:26px;padding:0 9px;font-size:7.5px;font-weight:850;display:inline-flex}.recruiter-drawer-body-v4{flex:1;min-height:0;padding:14px;overflow-y:auto}.recruiter-panel-v4{border:1px solid var(--ui-border);background:var(--ui-surface);border-radius:13px;padding:15px;box-shadow:0 6px 18px #1940250a}.recruiter-panel-v4 h3{color:var(--ui-text);margin:0 0 12px;font-size:10px;font-weight:900}.recruiter-overview-rows-v4{flex-direction:column;display:flex}.recruiter-overview-rows-v4>div{border-bottom:1px solid var(--ui-border);justify-content:space-between;align-items:center;gap:16px;min-height:41px;display:flex}.recruiter-overview-rows-v4>div:last-child{border-bottom:0}.recruiter-overview-rows-v4 span{color:var(--ui-muted);font-size:8px}.recruiter-overview-rows-v4 strong{color:var(--ui-text);text-align:right;font-size:8.5px}.recruiter-desks-v4{flex-wrap:wrap;gap:8px;display:flex}.recruiter-desks-v4 span{color:#35624b;background:#edf2ef;border-radius:8px;align-items:center;min-height:28px;padding:0 10px;font-size:7.5px;font-weight:900;display:inline-flex}.recruiter-desks-v4 .is-all{color:#247640;background:#e6f3e7}.recruiter-desks-v4 .is-sales{color:#6842bf;background:#eee8ff}.recruiter-desks-v4 .is-retention{color:#315fca;background:#e6edff}.recruiter-desks-v4 .is-traffic{color:#d96f19;background:#ffeadb}.recruiter-desks-v4 .is-hr{color:#4d665d;background:#edf2ef}.recruiter-desks-v4 small{color:var(--ui-muted);font-size:8px}.recruiter-actions-grid-v4{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.recruiter-actions-grid-v4 button{border:1px solid var(--ui-border);background:var(--ui-surface);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 10px;font-size:8px;font-weight:850;display:inline-flex}.recruiter-actions-grid-v4 button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.recruiter-actions-grid-v4 button.is-green{color:#246b3d;background:#f6fbf6;border-color:#9ec6aa}.recruiter-actions-grid-v4 button.is-orange{color:#d17a04;background:#fffaf1;border-color:#efbd72}.recruiter-actions-grid-v4 button.is-red{color:#d33f38;background:#fff6f5;border-color:#efaaa6}.recruiter-navigation-v4{border:1px solid var(--ui-border);background:var(--ui-surface);border-radius:13px;margin-top:10px;overflow:hidden}.recruiter-navigation-v4 button{border:0;border-bottom:1px solid var(--ui-border);width:100%;min-height:48px;color:var(--ui-text);text-align:left;cursor:pointer;background:0 0;justify-content:space-between;align-items:center;padding:0 14px;font-size:8.5px;font-weight:800;display:flex}.recruiter-navigation-v4 button:last-child{border-bottom:0}.recruiter-navigation-v4 button:hover{background:var(--ui-green-soft)}.recruiter-navigation-v4 b{color:var(--ui-muted);font-size:16px;font-weight:500}@media (width<=1250px){.recruiters-toolbar-v4{grid-template-columns:minmax(220px,1fr) repeat(4,110px)}.recruiters-create-v4{grid-column:1/-1}}@media (width<=920px){.recruiters-toolbar-v4{grid-template-columns:1fr}.recruiters-create-v4{grid-column:auto}.recruiters-stats-v4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.recruiters-title-v4{font-size:20px}.recruiters-stats-v4{grid-template-columns:1fr}.recruiter-drawer-header-v4{grid-template-columns:70px 1fr}.recruiter-drawer-avatar-v4{width:68px;height:68px}.recruiter-actions-grid-v4{grid-template-columns:1fr}}.recruiters-page-v4{padding-bottom:18px}.recruiters-title-v4{margin-bottom:18px;font-size:26px;line-height:1.15}.recruiters-toolbar-v4{grid-template-columns:minmax(300px,1fr) 118px 118px 128px 96px 178px;gap:11px;margin-bottom:18px}.recruiters-search-v4,.recruiters-select-v4,.recruiters-create-v4{border-radius:12px;min-height:48px}.recruiters-search-v4,.recruiters-select-v4{padding:0 14px}.recruiters-search-v4 svg{flex-basis:18px;width:18px;height:18px}.recruiters-search-v4 input,.recruiters-select-v4 select{font-size:12px}.recruiters-create-v4{gap:9px;padding:0 17px;font-size:12px}.recruiters-create-v4 svg{width:17px;height:17px}.recruiters-stats-v4{gap:14px;margin-bottom:18px}.recruiters-stat-v4{border-radius:16px;gap:15px;min-height:112px;padding:17px 18px}.recruiters-stat-icon-v4{border-radius:17px;flex-basis:55px;width:55px;height:55px}.recruiters-stat-icon-v4 svg{width:29px;height:29px}.recruiters-stat-content-v4{gap:4px 10px}.recruiters-stat-content-v4 small{font-size:12px}.recruiters-stat-content-v4 strong{font-size:29px}.recruiters-stat-content-v4>span{font-size:11px}.recruiters-list-v4{min-height:calc(100vh - var(--topbar-height-v4) - 245px);border-radius:16px}.recruiters-table-v4 th{height:52px;padding:0 15px;font-size:10px}.recruiters-table-v4 td{height:72px;padding:9px 15px;font-size:12px}.recruiters-avatar-v4{flex-basis:44px;width:44px;height:44px;font-size:12px}.recruiters-avatar-v4 i{width:11px;height:11px}.recruiters-person-v4{gap:12px}.recruiters-person-v4>div{gap:4px}.recruiters-person-v4 strong{font-size:13px}.recruiters-person-v4 span{font-size:10px}.recruiters-telegram-v4,.recruiters-role-text-v4,.recruiters-last-activity-v4{font-size:11px}.recruiters-desk-v4,.recruiters-status-v4{border-radius:9px;min-height:29px;padding:0 11px;font-size:10px}.recruiters-status-v4 i{width:8px;height:8px}.recruiters-actions-v4{gap:7px}.recruiters-actions-v4 button{border-radius:10px;width:36px;height:36px}.recruiters-actions-v4 svg{width:16px;height:16px}.recruiters-list-v4 .recruiters-pagination-v3{flex-basis:62px;min-height:62px;padding:10px 15px;font-size:11px}.recruiters-pagination-v3 button{width:34px;height:34px;font-size:14px}.recruiters-page-size-v3 select{min-height:38px;font-size:11px}.recruiter-drawer-backdrop-v4{cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0d1f144f}.recruiter-drawer-v4{cursor:default;width:min(540px,96vw)}.recruiter-drawer-header-v4{grid-template-columns:104px minmax(0,1fr);gap:20px;min-height:166px;padding:26px 62px 22px 24px}.recruiter-drawer-close-v4{z-index:5;border-radius:11px;width:38px;height:38px;font-size:22px;line-height:1;top:15px;right:15px}.recruiter-drawer-avatar-v4{width:100px;height:100px;font-size:24px}.recruiter-drawer-avatar-v4>i{width:16px;height:16px;bottom:6px;right:4px}.recruiter-drawer-identity-v4{gap:11px}.recruiter-drawer-identity-v4>div:first-child{align-items:flex-start;padding-right:0}.recruiter-drawer-identity-v4 h2{font-size:28px;line-height:1.1}.recruiter-drawer-status-v4{border-radius:9px;min-height:30px;padding:0 12px;font-size:11px;position:absolute;top:58px;right:24px}.recruiter-drawer-status-v4 i{width:8px;height:8px}.recruiter-code-copy-v4{gap:7px;font-size:11px}.recruiter-code-copy-v4 svg{width:15px;height:15px}.recruiter-drawer-badges-v4{gap:8px}.recruiter-drawer-badges-v4 span{border-radius:9px;min-height:30px;padding:0 11px;font-size:10px}.recruiter-drawer-body-v4{padding:16px}.recruiter-panel-v4{border-radius:15px;padding:18px}.recruiter-panel-v4+.recruiter-panel-v4{margin-top:12px}.recruiter-panel-v4 h3{margin-bottom:14px;font-size:14px}.recruiter-overview-rows-v4>div{gap:18px;min-height:48px}.recruiter-overview-rows-v4 span,.recruiter-overview-rows-v4 strong{font-size:12px}.recruiter-desks-v4{gap:9px}.recruiter-desks-v4 span{border-radius:9px;min-height:33px;padding:0 12px;font-size:11px}.recruiter-desks-v4 small{font-size:11px}.recruiter-actions-grid-v4{gap:10px}.recruiter-actions-grid-v4 button{border-radius:11px;gap:9px;min-height:50px;padding:0 13px;font-size:11px}.recruiter-actions-grid-v4 button svg{width:17px;height:17px}.recruiter-navigation-v4{border-radius:15px;margin-top:12px}.recruiter-navigation-v4 button{min-height:57px;padding:0 17px;font-size:12px}.recruiter-navigation-v4 b{font-size:20px}@media (width<=1250px){.recruiters-toolbar-v4{grid-template-columns:minmax(240px,1fr) repeat(4,115px)}}@media (width<=620px){.recruiter-drawer-header-v4{grid-template-columns:78px minmax(0,1fr);min-height:140px;padding:22px 54px 18px 18px}.recruiter-drawer-avatar-v4{width:76px;height:76px;font-size:18px}.recruiter-drawer-status-v4{width:fit-content;position:static}.recruiter-drawer-identity-v4>div:first-child{flex-direction:column;gap:8px}.recruiter-drawer-identity-v4 h2{font-size:22px}}.recruiter-panel-heading-v5{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.recruiter-panel-heading-v5 h3{margin:0}.recruiter-panel-heading-v5 button{color:#286b40;cursor:pointer;background:#f3faf4;border:1px solid #2a75413d;border-radius:9px;min-height:30px;padding:0 11px;font-size:10px;font-weight:850}.recruiter-desks-status-v5{color:var(--ui-muted);font-size:11px;line-height:1.5}.recruiter-desk-editor-v5{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;display:grid}.recruiter-desk-editor-v5 label{border:1px solid var(--ui-border);min-height:42px;color:var(--ui-muted);background:var(--ui-surface);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;font-size:11px;font-weight:900;transition:border-color .14s,background .14s,transform .14s;display:flex}.recruiter-desk-editor-v5 label:hover{border-color:#2a754159;transform:translateY(-1px)}.recruiter-desk-editor-v5 input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.recruiter-desk-editor-v5 label.is-selected{color:#236d3e;background:#e8f4e9;border-color:#2a75416b}.recruiter-desk-editor-v5 label.is-selected.is-pl{color:#6842bf;background:#eee8ff}.recruiter-desk-editor-v5 label.is-selected.is-esp{color:#d96f19;background:#ffeadb}.recruiter-desk-editor-v5 label.is-selected.is-it{color:#315fca;background:#e6edff}.recruiter-desk-error-v5{color:#c33e38;background:#fff4f3;border:1px solid #efc2bf;border-radius:9px;margin-top:11px;padding:10px 11px;font-size:10px;line-height:1.45}.recruiter-desk-editor-actions-v5{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:13px;display:grid}.recruiter-desk-editor-actions-v5 button{cursor:pointer;border-radius:10px;min-height:40px;font-size:11px;font-weight:850}.recruiter-desk-editor-actions-v5 button:disabled{cursor:default;opacity:.55}.recruiter-desk-editor-actions-v5 .is-cancel{border:1px solid var(--ui-border);color:var(--ui-text);background:var(--ui-surface)}.recruiter-desk-editor-actions-v5 .is-save{color:#fff;background:linear-gradient(135deg,#2d7844,#18552e);border:1px solid #1d6636}@media (width<=620px){.recruiter-desk-editor-v5{grid-template-columns:repeat(2,minmax(0,1fr))}}.auth-page{color:#f7fbff;isolation:isolate;background-position:50%;background-repeat:no-repeat;background-size:cover;place-items:center;width:100%;min-height:100vh;padding:28px;display:grid;position:relative;overflow:hidden}.auth-page-overlay{z-index:-3;background:linear-gradient(110deg,#020514c7,#050c228f 50%,#010618bd),radial-gradient(circle at 50% 45%,#061f3a1f,#010412b8 75%);position:absolute;inset:0}.auth-page:before{content:"";z-index:-2;opacity:.18;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 25% 75%,#0000);mask-image:linear-gradient(#0000,#000 25% 75%,#0000)}.auth-page-glow{z-index:-1;filter:blur(110px);pointer-events:none;opacity:.28;border-radius:999px;width:420px;height:420px;position:absolute}.auth-page-glow-one{background:#12cada8c;top:-160px;right:-80px}.auth-page-glow-two{background:#f186296b;bottom:-190px;left:-130px}.auth-shell{flex-direction:column;align-items:stretch;gap:22px;width:min(100%,470px);display:flex}.auth-brand{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:12px;display:flex}.auth-brand-mark{letter-spacing:.08em;color:#eaffff;background:linear-gradient(145deg,#17d6e033,#ffffff0a);border:1px solid #70e6ef61;border-radius:14px;place-items:center;width:44px;height:44px;font-size:14px;font-weight:800;display:grid;box-shadow:inset 0 1px #ffffff1f,0 14px 36px #00000042}.auth-brand-copy{flex-direction:column;gap:1px;display:flex}.auth-brand-copy span{letter-spacing:-.01em;font-size:15px;font-weight:700}.auth-brand-copy strong{color:#dce9f694;letter-spacing:.15em;text-transform:uppercase;font-size:10px;font-weight:600}.auth-card{-webkit-backdrop-filter:blur(24px)saturate(130%);background:linear-gradient(145deg,#0b132bd6,#050a1dc7);border:1px solid #90dae62e;border-radius:28px;padding:40px;position:relative;overflow:hidden;box-shadow:0 35px 90px #00000075,0 10px 35px #000d2366,inset 0 1px #ffffff14}.auth-card:after{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#26cbdc1a,#0000 38%),radial-gradient(circle at 0 100%,#e88a3612,#0000 40%);position:absolute;inset:0}.auth-card-topline{background:linear-gradient(90deg,#0000,#5be2ebc2,#0000);width:70%;height:1px;position:absolute;top:0;left:15%;box-shadow:0 0 24px #33d6e38f}.auth-header{z-index:1;margin-bottom:30px;position:relative}.auth-eyebrow{color:#72dfe7;letter-spacing:.15em;text-transform:uppercase;background:#21becd12;border:1px solid #4fd9e433;border-radius:999px;align-items:center;min-height:26px;margin-bottom:15px;padding:0 11px;font-size:10px;font-weight:700;display:inline-flex}.auth-header h1{color:#f7fbff;letter-spacing:-.04em;margin:0;font-size:clamp(29px,5vw,37px);line-height:1.08}.auth-header p{color:#d7e3f09e;max-width:355px;margin:13px 0 0;font-size:14px;line-height:1.55}.auth-form{z-index:1;flex-direction:column;gap:18px;display:flex;position:relative}.auth-field{flex-direction:column;gap:8px;display:flex}.auth-label{color:#e3edf7b8;letter-spacing:.015em;font-size:12px;font-weight:650}.auth-input-wrap{background:#02091b7a;border:1px solid #8dbed133;border-radius:15px;align-items:center;min-height:56px;transition:border-color .16s,background .16s,box-shadow .16s,transform .16s;display:flex;position:relative;box-shadow:inset 0 1px #ffffff09}.auth-input-wrap:focus-within{background:#030d21ad;border-color:#4ddce6a8;transform:translateY(-1px);box-shadow:0 0 0 4px #2bcad714,0 10px 28px #00000029}.auth-input-prefix{color:#63dbe4b3;letter-spacing:.07em;border-right:1px solid #8dbed11f;flex:0 0 49px;place-items:center;width:49px;font-size:11px;font-weight:800;display:grid}.auth-input-wrap input{color:#f5fbff;width:100%;min-width:0;height:54px;font:inherit;background:0 0;border:0;outline:0;padding:0 48px 0 15px;font-size:14px;font-weight:600}.auth-input-wrap input::placeholder{color:#b1c3d352;font-weight:500}.auth-input-wrap input:disabled{cursor:not-allowed;opacity:.65}.auth-password-toggle{color:#bbd1de8f;cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;width:34px;height:34px;padding:0;transition:color .15s,background .15s;display:grid;position:absolute;right:13px}.auth-password-toggle:hover{color:#7ce4eb;background:#39cedb14}.auth-password-toggle svg{width:19px;height:19px}.auth-error{color:#ffb4b4;background:#ca303714;border:1px solid #ff6f6f33;border-radius:13px;align-items:flex-start;gap:10px;padding:12px 13px;font-size:12px;line-height:1.45;display:flex}.auth-error-icon{color:#ffd5d5;background:#ff5f6833;border-radius:999px;flex:0 0 19px;place-items:center;width:19px;height:19px;font-size:11px;font-weight:800;display:grid}.auth-submit{color:#021318;letter-spacing:.015em;cursor:pointer;background:linear-gradient(135deg,#71e3e8,#35c4d4 55%,#23a9bd);border:1px solid #6ae7ee59;border-radius:15px;justify-content:center;align-items:center;gap:10px;min-height:56px;margin-top:5px;font-size:13px;font-weight:800;transition:transform .16s,box-shadow .16s,filter .16s;display:flex;box-shadow:0 17px 35px #0da4b840,inset 0 1px #ffffff6b}.auth-submit:hover:not(:disabled){filter:brightness(1.04);transform:translateY(-2px);box-shadow:0 21px 42px #0da4b857,inset 0 1px #ffffff80}.auth-submit:active:not(:disabled){transform:translateY(0)}.auth-submit:disabled{cursor:not-allowed;opacity:.46;filter:saturate(.65)}.auth-spinner{border:2px solid #011d2240;border-top-color:#021318;border-radius:999px;width:17px;height:17px;animation:.7s linear infinite auth-spin}.auth-footer{z-index:1;color:#bbcddb6b;letter-spacing:.04em;justify-content:center;align-items:center;gap:8px;margin-top:24px;font-size:10px;display:flex;position:relative}.auth-security-dot{background:#52dcca;border-radius:999px;width:6px;height:6px;box-shadow:0 0 12px #52dcca}.auth-page-meta{color:#d4e2ef52;letter-spacing:.055em;text-transform:uppercase;justify-content:space-between;align-items:center;padding:0 3px;font-size:10px;display:flex}@keyframes auth-spin{to{transform:rotate(360deg)}}@media (width<=620px){.auth-page{background-position:60%;align-items:center;padding:18px}.auth-shell{gap:16px;width:100%}.auth-brand{justify-content:flex-start;padding-left:4px}.auth-card{border-radius:23px;padding:30px 22px}.auth-header{margin-bottom:26px}.auth-header h1{font-size:29px}.auth-input-wrap,.auth-submit{min-height:54px}.auth-page-meta{flex-direction:column;justify-content:center;gap:6px}}@media (height<=720px) and (width>=621px){.auth-page{padding-block:18px}.auth-shell{gap:14px}.auth-card{padding-block:30px}.auth-header{margin-bottom:22px}.auth-form{gap:14px}.auth-footer{margin-top:18px}}@media (prefers-reduced-motion:reduce){.auth-submit,.auth-input-wrap,.auth-password-toggle{transition:none}.auth-spinner{animation-duration:1.4s}}.candidate-prototype-backdrop{z-index:5000;-webkit-backdrop-filter:blur(8px);background:#09221038;padding:6px 8px 6px 198px;position:fixed;inset:0}.candidate-prototype{color:#142e1b;background:#fff;border:1px solid #dbe3d8;border-radius:15px;grid-template-columns:minmax(0,1fr) 320px;width:100%;height:calc(100vh - 12px);display:grid;overflow:hidden;box-shadow:-24px 0 70px #10301733}.candidate-prototype-main{border-right:1px solid #e2e8df;grid-template-rows:132px 48px minmax(0,1fr);min-width:0;display:grid}.candidate-prototype-header{grid-template-columns:40px minmax(0,1fr) 170px;align-items:start;gap:16px;padding:17px 22px 12px;display:grid}.candidate-prototype-close{color:#173421;cursor:pointer;background:#fff;border:1px solid #dfe6dc;border-radius:10px;width:38px;height:38px;font-size:22px;line-height:1;box-shadow:0 5px 14px #14351b0d}.candidate-prototype-heading{min-width:0}.candidate-prototype-title{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.candidate-prototype-title h2{color:#102a17;letter-spacing:-.04em;margin:0;font-size:28px;font-weight:850;line-height:1.08}.candidate-prototype-title span{color:#246334;background:#e8f4e5;border-radius:999px;padding:6px 14px;font-size:10px;font-weight:850}.candidate-prototype-meta{color:#59695e;flex-wrap:wrap;align-items:center;gap:9px;margin-top:8px;font-size:11px;display:flex}.candidate-prototype-meta b{font-weight:700}.candidate-prototype-meta i{opacity:.55;font-style:normal}.candidate-prototype-contacts{flex-wrap:wrap;align-items:center;gap:10px;margin-top:13px;display:flex}.candidate-prototype-contacts button{color:#173421;cursor:pointer;background:#fff;border:1px solid #dbe3d8;border-radius:10px;align-items:center;gap:9px;min-height:38px;padding:7px 14px;font-size:10px;display:inline-flex;box-shadow:0 4px 12px #1c3d2309}.candidate-prototype-contacts button strong{text-overflow:ellipsis;white-space:nowrap;max-width:210px;overflow:hidden}.candidate-prototype-contacts .candidate-prototype-more{justify-content:center;width:40px;min-width:40px;padding:0}.candidate-prototype-id{justify-content:flex-end;align-items:flex-start;gap:12px;min-width:170px;display:flex}.candidate-prototype-id strong{color:#173421;font-size:12px}.candidate-prototype-id span{color:#7b887f;font-size:9px}.candidate-prototype-tabs{background:#fff;border-top:1px solid #edf0eb;border-bottom:1px solid #e1e7de;align-items:stretch;gap:18px;padding:0 24px;display:flex}.candidate-prototype-tabs button{color:#536259;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;min-width:84px;padding:0 10px;font-size:10px;font-weight:750}.candidate-prototype-tabs button.is-active{color:#165b2b;border-color:#247139}.candidate-prototype-content{grid-template-rows:224px 176px 124px;gap:13px;min-height:0;padding:13px 15px 15px;display:grid;overflow:hidden}.candidate-prototype-top{grid-template-columns:minmax(500px,1.08fr) minmax(360px,.92fr);gap:13px;min-height:0;display:grid}.candidate-prototype-card{background:#fff;border:1px solid #dde5da;border-radius:13px;min-width:0;min-height:0;padding:15px;box-shadow:0 7px 18px #1b3b2209}.candidate-prototype-card h3{color:#173421;margin:0 0 12px;font-size:14px;font-weight:850}.candidate-prototype-info{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;display:grid}.candidate-prototype-info>div{background:#fbfcfa;border:1px solid #e2e7df;border-radius:10px;grid-template-rows:auto auto;grid-template-columns:30px minmax(0,1fr);align-content:center;gap:3px 9px;min-width:0;height:76px;padding:10px;display:grid}.candidate-prototype-info span{color:#27683a;background:#edf5eb;border-radius:8px;grid-row:1/3;place-items:center;width:30px;height:30px;font-size:11px;display:grid}.candidate-prototype-info small{color:#7a887e;font-size:8px;line-height:1.2}.candidate-prototype-info strong{color:#17311e;text-overflow:ellipsis;white-space:nowrap;font-size:9px;line-height:1.25;overflow:hidden}.candidate-prototype-resume{flex-direction:column;display:flex}.candidate-prototype-card-title{justify-content:space-between;align-items:center;gap:12px;display:flex}.candidate-prototype-card-title h3{margin-bottom:0}.candidate-prototype-card-title button{color:#28683b;cursor:pointer;background:#f0f5ee;border:0;border-radius:999px;min-height:31px;padding:6px 11px;font-size:8px;font-weight:850}.candidate-prototype-resume p{color:#263b2b;flex:1;margin:17px 0 10px;font-size:11px;line-height:1.62;overflow:hidden}.candidate-prototype-resume>small{color:#7c887f;border-top:1px solid #edf0eb;padding-top:9px;font-size:8px}.candidate-prototype-notes{padding:14px 15px}.candidate-prototype-notes h3{margin-bottom:10px}.candidate-prototype-notes>div{color:#34473a;background:linear-gradient(#f8faf7,#f5f8f4);border-radius:11px;height:68px;padding:13px 14px;font-size:10px;line-height:1.55;overflow:hidden}.candidate-prototype-notes footer{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;margin-top:9px;display:grid}.candidate-prototype-notes footer span{color:#748078;font-size:8px}.candidate-prototype-notes footer button{color:#195d30;cursor:pointer;background:#fff;border:1px solid #dce4d9;border-radius:9px;height:32px;padding:0 14px;font-size:9px;font-weight:850}.candidate-prototype-notes footer button.is-primary{color:#fff;background:linear-gradient(135deg,#27763d,#0f4c26)}.candidate-prototype-details{padding:14px 17px}.candidate-prototype-details h3{margin-bottom:13px}.candidate-prototype-details>div{grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.candidate-prototype-details section{border-right:1px solid #e4e8e2;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:9px;min-width:0;padding:4px 14px;display:grid}.candidate-prototype-details section:first-child{padding-left:0}.candidate-prototype-details section:last-child{border-right:0}.candidate-prototype-details b{color:#17602f;font-size:13px}.candidate-prototype-details span{flex-direction:column;gap:6px;min-width:0;display:flex}.candidate-prototype-details small{color:#7b887e;font-size:8px;line-height:1.25}.candidate-prototype-details strong{color:#1f3525;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.candidate-prototype-sidebar{background:#fbfcfa;grid-template-rows:auto minmax(0,1fr);gap:11px;min-height:0;padding:14px 13px;display:grid;overflow:hidden}.candidate-prototype-side-card{background:#fff;border:1px solid #e1e7de;border-radius:13px;min-width:0;padding:14px}.candidate-prototype-side-card h3{color:#173421;margin:0 0 13px;font-size:15px;font-weight:850}.candidate-prototype-actions{flex-direction:column;gap:8px;display:flex}.candidate-prototype-actions label,.candidate-prototype-actions small{color:#203726;font-size:9px;font-weight:800}.candidate-prototype-actions select,.candidate-prototype-actions textarea{color:#203726;width:100%;font:inherit;background:#fff;border:1px solid #dce4d9;border-radius:9px;font-size:9px}.candidate-prototype-actions select{height:35px;padding:0 10px}.candidate-prototype-actions textarea{resize:none;height:44px;padding:9px}.candidate-prototype-reminder{border:1px solid #dce4d9;border-radius:9px;flex-direction:column;gap:7px;min-height:61px;padding:10px;font-size:9px;display:flex}.candidate-prototype-recruiter{grid-template-columns:minmax(0,1fr) 68px;gap:8px;display:grid}.candidate-prototype-recruiter button{color:#fff;cursor:pointer;background:#155b2d;border:0;border-radius:9px;font-size:9px;font-weight:850}.candidate-prototype-actions hr{border:0;border-top:1px solid #e3e8e0;width:100%;margin:5px 0}.candidate-prototype-actions h4{color:#d51d1d;margin:0;font-size:12px}.candidate-prototype-danger{color:#fff;cursor:pointer;background:#e11616;border:0;border-radius:8px;height:34px;font-size:9px;font-weight:850}.candidate-prototype-history{flex-direction:column;min-height:0;padding:14px 14px 12px;display:flex}.candidate-prototype-history>div{flex:1;min-height:0;padding-left:1px;position:relative;overflow:hidden}.candidate-prototype-history>div:before{content:"";background:linear-gradient(#318b442e,#318b448c,#318b4424);width:1px;position:absolute;top:18px;bottom:18px;left:14px}.candidate-prototype-history section{z-index:1;grid-template-columns:29px minmax(0,1fr);gap:9px;padding:6px 0;display:grid;position:relative}.candidate-prototype-history section>span{color:#236b38;background:#eaf4e7;border:4px solid #fff;border-radius:50%;place-items:center;width:29px;height:29px;font-size:9px;display:grid;box-shadow:0 0 0 1px #37854614}.candidate-prototype-history section>div{padding-top:2px}.candidate-prototype-history time{color:#78847b;font-size:7px;display:block}.candidate-prototype-history strong{color:#19331f;margin-top:2px;font-size:9px;line-height:1.25;display:block}.candidate-prototype-history p{color:#738078;margin:2px 0 0;font-size:7px;line-height:1.3}.candidate-prototype-history>button{color:#216337;cursor:pointer;background:#fff;border:1px solid #dce4d9;border-radius:9px;height:31px;margin-top:7px;font-size:8px;font-weight:850}@media (width<=1400px){.candidate-prototype-backdrop{padding-left:175px}.candidate-prototype{grid-template-columns:minmax(0,1fr) 300px}.candidate-prototype-main{grid-template-rows:126px 46px minmax(0,1fr)}.candidate-prototype-content{grid-template-rows:214px 168px 118px}.candidate-prototype-info>div{height:72px}}@media (width<=1250px){.candidate-prototype-backdrop{padding-left:74px}.candidate-prototype{grid-template-columns:minmax(0,1fr) 286px}.candidate-prototype-header{grid-template-columns:40px minmax(0,1fr) 145px}.candidate-prototype-content{grid-template-rows:208px 164px 114px}.candidate-prototype-top{grid-template-columns:minmax(430px,1.05fr) minmax(320px,.95fr)}.candidate-prototype-info>div{height:69px}}.candidate-prototype-contact-link{color:#173421;background:#fff;border:1px solid #dbe3d8;border-radius:10px;align-items:center;gap:9px;min-height:38px;padding:7px 14px;font-size:10px;text-decoration:none;display:inline-flex;box-shadow:0 4px 12px #1c3d2309}.candidate-prototype-contact-link strong{text-overflow:ellipsis;white-space:nowrap;max-width:210px;overflow:hidden}.candidate-prototype-contact-link:hover{background:#f0f6ed}.candidate-prototype-contact-link.is-disabled{pointer-events:none;opacity:.52}.candidate-prototype-resume-link{color:#28683b;background:#f0f5ee;border-radius:999px;align-items:center;min-height:31px;padding:6px 11px;font-size:8px;font-weight:850;text-decoration:none;display:inline-flex}.candidate-prototype-notes>textarea{resize:none;color:#34473a;width:100%;height:84px;font:inherit;background:linear-gradient(#f8faf7,#f5f8f4);border:0;border-radius:11px;outline:none;padding:13px 14px;font-size:10px;line-height:1.55}.candidate-prototype-notes>textarea:focus{box-shadow:inset 0 0 0 1px #27763d4d}.candidate-prototype-date-input{color:#203726;width:100%;height:35px;font:inherit;background:#fff;border:1px solid #dce4d9;border-radius:9px;padding:0 10px;font-size:9px}.candidate-prototype-save-reminder{color:#fff;cursor:pointer;background:linear-gradient(135deg,#27763d,#0f4c26);border:0;border-radius:8px;height:34px;font-size:9px;font-weight:850}.candidate-prototype-recruiter button:disabled,.candidate-prototype-danger:disabled{cursor:not-allowed;opacity:.48}.candidate-prototype-closed{color:#203726;background:#f6f8f4;border:1px solid #dce4d9;border-radius:9px;padding:10px;font-size:9px}.candidate-prototype-closed h4{color:#266337}.candidate-prototype-closed p{margin:6px 0 0;line-height:1.4}.candidate-prototype-history-empty{color:#78847b;text-align:center;margin:20px 0;font-size:9px}.candidate-tab-page{background:#fbfcfa;flex-direction:column;gap:13px;min-height:0;padding:13px 15px 15px;display:flex;overflow:hidden}.candidate-tab-header{justify-content:space-between;align-items:flex-start;gap:24px;padding:4px 3px 0;display:flex}.candidate-tab-header h3{color:#15331d;letter-spacing:-.025em;margin:4px 0 6px;font-size:19px;font-weight:850}.candidate-tab-header p{color:#728078;max-width:620px;margin:0;font-size:10px;line-height:1.5}.candidate-tab-eyebrow{color:#2e7441;letter-spacing:.1em;text-transform:uppercase;font-size:8px;font-weight:850}.candidate-tab-counter{color:#396047;background:#fff;border:1px solid #dce5da;border-radius:999px;flex-shrink:0;padding:7px 11px;font-size:8px;font-weight:800}.candidate-tab-panel{background:#fff;border:1px solid #dde5da;border-radius:13px;flex:1;min-height:0;overflow:hidden;box-shadow:0 7px 18px #1b3b2209}.candidate-notes-editor{flex-direction:column;padding:18px;display:flex}.candidate-notes-editor-heading{justify-content:space-between;gap:20px;margin-bottom:13px;display:flex}.candidate-notes-editor-heading>div{flex-direction:column;gap:5px;display:flex}.candidate-notes-editor-heading strong{color:#173421;font-size:13px}.candidate-notes-editor-heading span{color:#7a877e;font-size:8px}.candidate-note-status{color:#7a877e;background:#f1f3f0;border-radius:999px;align-self:flex-start;padding:6px 10px;font-size:8px;font-weight:800}.candidate-note-status.has-content{color:#216337;background:#e9f4e7}.candidate-notes-editor textarea{resize:none;color:#263c2c;width:100%;min-height:0;font:inherit;background:#fafcf9;border:1px solid #e0e7de;border-radius:12px;outline:none;flex:1;padding:18px;font-size:11px;line-height:1.65}.candidate-notes-editor textarea:focus{border-color:#27763d6b;box-shadow:0 0 0 3px #27763d14}.candidate-notes-editor footer{justify-content:space-between;align-items:center;gap:18px;margin-top:13px;display:flex}.candidate-notes-editor footer span{color:#879188;font-size:8px}.candidate-notes-editor footer button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#27763d,#0f4c26);border:0;border-radius:9px;min-height:36px;padding:0 17px;font-size:9px;font-weight:850}.candidate-notes-editor footer button:disabled{cursor:not-allowed;opacity:.45}.candidate-history-full{padding:18px 22px;overflow-y:auto}.candidate-history-full-list{max-width:920px;margin:0 auto}.candidate-history-full-list section{grid-template-columns:42px minmax(0,1fr);gap:14px;padding-bottom:16px;display:grid;position:relative}.candidate-history-full-list section:not(:last-child):before{content:"";background:#dce7da;width:1px;position:absolute;top:38px;bottom:0;left:18px}.candidate-history-full-marker{z-index:1;position:relative}.candidate-history-full-marker span{color:#236b38;background:#eaf4e7;border:5px solid #fff;border-radius:50%;place-items:center;width:37px;height:37px;font-size:10px;display:grid;box-shadow:0 0 0 1px #dce7da}.candidate-history-full-event{background:#fbfcfa;border:1px solid #e1e7de;border-radius:11px;padding:12px 14px}.candidate-history-full-event>div{justify-content:space-between;gap:20px;display:flex}.candidate-history-full-event strong{color:#19331f;font-size:10px}.candidate-history-full-event time{color:#7b877f;white-space:nowrap;font-size:8px}.candidate-history-full-event p{color:#657269;margin:7px 0 0;font-size:9px;line-height:1.5}.candidate-files-manager{padding:18px;overflow-y:auto}.candidate-files-upload{text-align:center;background:#fafcf9;border:1px dashed #cfdccd;border-radius:12px;place-items:center;min-height:190px;padding:24px;display:grid}.candidate-files-upload button{color:#6e7a71;background:#fff;border:1px solid #dce4d9;border-radius:9px;min-height:34px;margin-top:14px;padding:0 14px;font-size:8px;font-weight:800}.candidate-file-row{border:1px solid #e1e7de;border-radius:11px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;margin-top:14px;padding:12px;display:grid}.candidate-file-row>div{flex-direction:column;gap:5px;min-width:0;display:flex}.candidate-file-row strong{color:#19331f;font-size:10px}.candidate-file-row small{color:#7a877e;font-size:8px}.candidate-file-row a,.candidate-tab-primary-link{color:#fff;background:#185f30;border-radius:9px;align-items:center;min-height:34px;padding:0 14px;font-size:8px;font-weight:850;text-decoration:none;display:inline-flex}.candidate-resume-full{padding:20px;overflow-y:auto}.candidate-resume-document-header{border-bottom:1px solid #e5eae3;justify-content:space-between;gap:20px;padding-bottom:17px;display:flex}.candidate-resume-document-header>div{align-items:center;gap:12px;display:flex}.candidate-resume-document-header>div>span{color:#216337;background:#eaf4e7;border-radius:11px;place-items:center;width:42px;height:42px;font-size:10px;font-weight:900;display:grid}.candidate-resume-document-header div div{flex-direction:column;gap:5px;display:flex}.candidate-resume-document-header strong{color:#173421;font-size:13px}.candidate-resume-document-header small{color:#758078;font-size:8px}.candidate-resume-document-header>span{color:#216337;background:#e9f4e7;border-radius:999px;align-self:center;padding:6px 10px;font-size:8px;font-weight:800}.candidate-resume-document-body{color:#2b3f30;white-space:pre-wrap;max-width:900px;padding:22px 4px;font-size:11px;line-height:1.75}.candidate-tab-empty{text-align:center;align-content:center;place-items:center;height:100%;min-height:260px;padding:30px;display:grid}.candidate-tab-empty>span{color:#28683b;background:#edf5eb;border-radius:14px;place-items:center;width:48px;height:48px;font-size:18px;display:grid}.candidate-tab-empty h4{color:#173421;margin:13px 0 6px;font-size:14px}.candidate-tab-empty p{color:#7a877e;max-width:340px;margin:0;font-size:9px;line-height:1.55}@media (width<=900px){.candidate-tab-header{gap:12px}.candidate-tab-header p{display:none}.candidate-history-full{padding:14px}}.candidate-prototype-id{grid-template-columns:minmax(0,1fr) 37px;align-items:start;gap:12px;padding-top:0;display:grid}.candidate-prototype-header-dates{flex-direction:column;justify-content:center;align-items:flex-end;gap:3px;padding-top:10px;display:flex}.candidate-prototype-header-dates strong{color:#173421;font-size:12px}.candidate-prototype-header-dates span{color:#7b887f;text-overflow:ellipsis;white-space:nowrap;max-width:135px;font-size:8px;line-height:1.35;overflow:hidden}.candidate-prototype-id>button{color:#173421;cursor:pointer;background:#fff;border:1px solid #dce4d9;border-radius:10px;width:37px;height:37px;margin:0;font-size:20px}.candidate-notes-history-tab{overflow:hidden}.candidate-notes-history-header{align-items:center}.candidate-notes-history-actions{align-items:center;gap:9px;display:flex}.candidate-notes-add-button{color:#1c6233;cursor:pointer;background:#fff;border:1px solid #cfdccd;border-radius:9px;align-items:center;gap:7px;min-height:34px;padding:0 13px;font-size:8px;font-weight:850;display:inline-flex}.candidate-notes-add-button:hover{background:#f1f7ef}.candidate-notes-add-button:disabled{cursor:default;opacity:.5}.candidate-notes-add-button span{font-size:13px;line-height:1}.candidate-notes-composer{background:#fff;border:1px solid #dce5da;border-radius:13px;flex-shrink:0;padding:15px;box-shadow:0 7px 18px #1b3b2209}.candidate-notes-composer-header{justify-content:space-between;gap:18px;margin-bottom:11px;display:flex}.candidate-notes-composer-header>div{flex-direction:column;gap:4px;display:flex}.candidate-notes-composer-header strong{color:#173421;font-size:11px}.candidate-notes-composer-header span{color:#7a877e;font-size:8px}.candidate-notes-composer-header>button{color:#173421;cursor:pointer;background:#fff;border:1px solid #dfe6dc;border-radius:8px;width:29px;height:29px;font-size:17px}.candidate-notes-composer textarea{resize:vertical;color:#293d2f;width:100%;height:84px;font:inherit;background:#fafcf9;border:1px solid #dfe7dc;border-radius:10px;outline:none;padding:12px 13px;font-size:10px;line-height:1.55}.candidate-notes-composer textarea:focus{border-color:#27763d73;box-shadow:0 0 0 3px #27763d14}.candidate-notes-composer footer{justify-content:space-between;align-items:center;gap:16px;margin-top:10px;display:flex}.candidate-notes-composer footer>span{color:#849087;font-size:8px}.candidate-notes-composer footer>div{gap:8px;display:flex}.candidate-notes-composer footer button{cursor:pointer;border-radius:8px;min-height:32px;padding:0 13px;font-size:8px;font-weight:850}.candidate-notes-composer footer button.is-secondary{color:#31513a;background:#fff;border:1px solid #dce4d9}.candidate-notes-composer footer button.is-primary{color:#fff;background:linear-gradient(135deg,#27763d,#0f4c26);border:0}.candidate-notes-composer footer button:disabled{cursor:not-allowed;opacity:.45}.candidate-notes-history-panel{padding:10px 16px;overflow-y:auto}.candidate-notes-history-list{min-width:720px}.candidate-note-history-row{border-bottom:1px solid #edf0eb;grid-template-columns:170px 135px minmax(260px,1fr) 32px;align-items:center;gap:16px;min-height:58px;padding:9px 5px;display:grid}.candidate-note-history-row:last-child{border-bottom:0}.candidate-note-author{align-items:center;gap:10px;min-width:0;display:flex}.candidate-note-author>span{color:#216337;background:#dff0dc;border-radius:50%;flex-shrink:0;place-items:center;width:30px;height:30px;font-size:9px;font-weight:850;display:grid}.candidate-note-author strong{color:#263c2c;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.candidate-note-history-row time{color:#68766d;white-space:nowrap;font-size:8px}.candidate-note-history-row>p{color:#304436;overflow-wrap:anywhere;margin:0;font-size:9px;line-height:1.45}.candidate-note-row-menu{color:#66736a;background:0 0;border:0;border-radius:8px;width:30px;height:30px;font-size:16px}.candidate-note-row-menu:disabled{opacity:.55}.candidate-notes-empty-button{color:#1c6233;cursor:pointer;background:#fff;border:1px solid #cfdccd;border-radius:9px;min-height:34px;margin-top:15px;padding:0 14px;font-size:8px;font-weight:850}@media (width<=1250px){.candidate-note-history-row{grid-template-columns:145px 120px minmax(240px,1fr) 32px;gap:12px}.candidate-prototype-header-dates span{max-width:110px}}.candidate-actions-menu{z-index:40;flex-shrink:0;align-self:flex-start;margin-top:8px;position:relative}.candidate-actions-trigger{color:#173421;cursor:pointer;background:#fff;border:1px solid #dce4d9;border-radius:10px;place-items:center;width:37px;height:37px;margin:0;padding:0;font-size:20px;line-height:1;display:grid}.candidate-actions-trigger:hover,.candidate-actions-trigger.is-open{background:#f4f8f2;border-color:#c7d6c5}.candidate-actions-dropdown{background:#fff;border:1px solid #dce5da;border-radius:11px;width:220px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 45px #14341b29}.candidate-actions-dropdown>button{color:#19331f;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:9px;width:100%;padding:10px;display:grid}.candidate-actions-dropdown>button:hover{background:#f0f6ee}.candidate-actions-dropdown>button>span{color:#236b38;background:#eaf4e7;border-radius:8px;place-items:center;width:28px;height:28px;font-size:12px;display:grid}.candidate-actions-dropdown>button>div{flex-direction:column;gap:3px;min-width:0;display:flex}.candidate-actions-dropdown strong{color:#19331f;font-size:9px}.candidate-actions-dropdown small{color:#7a877e;font-size:7px}.modal-header>div{min-width:0}.modal-header p{color:#758078;margin:5px 0 0;font-size:10px;line-height:1.45}.candidate-files-manager{flex-direction:column;gap:14px;padding:18px;display:flex;overflow-y:auto}.candidate-files-upload{text-align:center;background:#fafcf9;border:1px dashed #c9d8c7;border-radius:13px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;min-height:180px;padding:22px;transition:border-color .18s,background .18s;display:flex}.candidate-files-upload.is-dragging{background:#eef6ec;border-color:#27763d}.candidate-files-upload>span{color:#216337;background:#e6f2e3;border-radius:12px;place-items:center;width:44px;height:44px;font-size:20px;display:grid}.candidate-files-upload h4{color:#173421;margin:12px 0 5px;font-size:13px}.candidate-files-upload p{color:#68766d;margin:0;font-size:9px}.candidate-files-upload small{color:#879188;margin-top:5px;font-size:8px}.candidate-files-upload button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#27763d,#0f4c26);border:0;border-radius:9px;min-height:34px;margin-top:14px;padding:0 16px;font-size:9px;font-weight:850}.candidate-files-upload button:disabled{cursor:wait;opacity:.68}.candidate-files-progress{background:#dfe7dd;border-radius:999px;width:min(320px,100%);height:5px;margin-top:12px;overflow:hidden}.candidate-files-progress span{border-radius:inherit;background:#27763d;height:100%;transition:width .2s;display:block}.candidate-files-error{color:#9d2424;background:#fff4f4;border:1px solid #f0caca;border-radius:9px;flex-shrink:0;padding:10px 12px;font-size:9px}.candidate-files-list{flex-direction:column;gap:8px;display:flex}.candidate-file-item{background:#fff;border:1px solid #e0e7de;border-radius:11px;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;padding:11px 12px;display:grid}.candidate-file-icon{color:#216337;background:#eaf4e7;border-radius:10px;place-items:center;width:46px;height:46px;font-size:8px;font-weight:900;display:grid}.candidate-file-info{flex-direction:column;gap:5px;min-width:0;display:flex}.candidate-file-info strong{color:#19331f;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.candidate-file-info small{color:#79857c;font-size:8px}.candidate-file-actions{gap:7px;display:flex}.candidate-file-actions button{color:#245d34;cursor:pointer;background:#fff;border:1px solid #dce4d9;border-radius:8px;min-height:32px;padding:0 11px;font-size:8px;font-weight:800}.candidate-file-actions button:hover{background:#f0f6ee}.candidate-file-actions button:disabled{cursor:not-allowed;opacity:.42}.candidate-file-actions button.is-danger{color:#ad2525;background:#fff8f8;border-color:#efd2d2}.candidate-files-empty{color:#7a877e;text-align:center;align-content:center;place-items:center;min-height:130px;padding:20px;font-size:9px;display:grid}.candidate-files-empty>span{font-size:20px}.candidate-files-empty strong{color:#19331f;margin-top:8px;font-size:11px}.candidate-files-empty p{margin:5px 0 0}.candidate-file-viewer-backdrop{z-index:7000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#07180ca3;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.candidate-file-viewer{background:#fff;border:1px solid #dce5da;border-radius:15px;grid-template-rows:62px minmax(0,1fr) 58px;width:min(1100px,94vw);height:min(820px,92vh);display:grid;overflow:hidden;box-shadow:0 30px 90px #00000059}.candidate-file-viewer>header{border-bottom:1px solid #e2e8df;justify-content:space-between;align-items:center;gap:20px;padding:0 18px;display:flex}.candidate-file-viewer>header>div{flex-direction:column;gap:4px;min-width:0;display:flex}.candidate-file-viewer>header strong{color:#173421;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.candidate-file-viewer>header span{color:#7b887f;font-size:8px}.candidate-file-viewer>header button{color:#173421;cursor:pointer;background:#fff;border:1px solid #dce4d9;border-radius:9px;width:36px;height:36px;font-size:20px}.candidate-file-viewer>main{background:#eef1ed;place-items:center;min-height:0;display:grid;overflow:auto}.candidate-file-viewer iframe{background:#fff;border:0;width:100%;height:100%}.candidate-file-viewer img{object-fit:contain;max-width:100%;max-height:100%}.candidate-file-viewer-loading{color:#657269;font-size:10px}.candidate-file-viewer>footer{border-top:1px solid #e2e8df;justify-content:flex-end;align-items:center;gap:9px;padding:0 18px;display:flex}.candidate-file-viewer>footer button{color:#245d34;cursor:pointer;background:#fff;border:1px solid #dce4d9;border-radius:9px;min-height:34px;padding:0 14px;font-size:8px;font-weight:850}.candidate-file-viewer>footer button.is-primary{color:#fff;background:#155b2d;border-color:#155b2d}@media (width<=1050px){.candidate-file-item{grid-template-columns:42px minmax(0,1fr)}.candidate-file-actions{grid-column:1/-1;justify-content:flex-end}}.finance-page{flex-direction:column;gap:22px;display:flex}.finance-content{flex-direction:column;gap:18px;display:flex}.finance-header{box-shadow:var(--shadow);background:radial-gradient(circle at 100% 0,#6fa99b38,#0000 34%),#fffdf3eb;border:1px solid #b7c9bdd6;border-radius:34px;padding:30px 34px}.finance-header-v2{justify-content:space-between;align-items:center;gap:24px;display:flex}.finance-header h1{color:var(--green-dark);letter-spacing:-.06em;margin:0;font-size:42px}.finance-header p{color:var(--muted);margin:8px 0 0;font-weight:800}.finance-global-search{background:#fffdf3db;border:1px solid #b7c9bdcc;border-radius:22px;align-items:center;gap:12px;width:min(420px,100%);height:58px;padding:0 18px;display:flex}.finance-global-search input{width:100%;color:var(--green-dark);background:0 0;border:0;outline:0;font-weight:900}.finance-global-search:focus-within{border-color:var(--green-muted);box-shadow:0 0 0 4px #6fa99b29}.finance-global-filters{box-shadow:var(--shadow);background:#fffdf3e6;border:1px solid #b7c9bdd1;border-radius:30px;grid-template-columns:1.1fr 1fr .7fr 1.2fr;gap:12px;padding:14px;display:grid}.finance-global-filters label{flex-direction:column;gap:7px;display:flex}.finance-global-filters span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:950}.finance-global-filters select{height:50px;color:var(--green-dark);background:#fffdf3f0;border:1px solid #b7c9bdd9;border-radius:18px;outline:none;padding:0 16px;font-weight:900}.finance-global-filters select:focus{border-color:var(--green-muted);box-shadow:0 0 0 4px #6fa99b29}.finance-nav{background:#fffdf3bf;border:1px solid #b7c9bdbf;border-radius:999px;gap:8px;padding:7px;display:flex;overflow-x:auto}.finance-nav button{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:999px;padding:12px 18px;font-weight:950}.finance-nav button.active{color:#fffdf3;background:linear-gradient(135deg,#215127,#2b6b33);box-shadow:0 10px 24px #21512738}@media (width<=1200px){.finance-header-v2{flex-direction:column;align-items:stretch}.finance-global-search{width:100%}.finance-global-filters{grid-template-columns:1fr 1fr}}@media (width<=768px){.finance-global-filters{grid-template-columns:1fr}.finance-header h1{font-size:34px}}.finance-overview-page{flex-direction:column;gap:18px;display:flex}.finance-overview-page-grid{grid-template-columns:1.35fr .75fr;gap:18px;display:grid}.finance-overview-page-side{flex-direction:column;gap:18px;display:flex}@media (width<=1200px){.finance-overview-page-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.finance-overview-page-grid{grid-template-columns:1fr}}.finance-command-hero{box-shadow:var(--shadow);background:radial-gradient(circle at 100% 0,#6fa99b47,#0000 38%),linear-gradient(135deg,#fffdf3fa,#e4ecddd6);border:1px solid #b7c9bdd1;border-radius:34px;justify-content:space-between;align-items:center;gap:28px;padding:34px;display:flex}.finance-command-copy{flex-direction:column;display:flex}.finance-command-copy span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900}.finance-command-copy h2{color:var(--green-dark);letter-spacing:-.06em;margin:12px 0 10px;font-size:58px;line-height:1}.finance-command-copy p{color:var(--muted);max-width:620px;margin:0;font-weight:700}.finance-command-copy strong{color:var(--green-dark)}.finance-command-actions{gap:12px;display:flex}@media (width<=900px){.finance-command-hero{flex-direction:column;align-items:stretch}.finance-command-actions{flex-direction:column}.finance-command-copy h2{font-size:40px}}.finance-kpi-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.finance-kpi{box-shadow:var(--shadow);background:#fff;border:1px solid #b7c9bdcc;border-radius:28px;padding:24px;transition:all .18s}.finance-kpi:hover{transform:translateY(-4px)}.finance-kpi span{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:12px;font-weight:900;display:block}.finance-kpi h3{letter-spacing:-.06em;color:var(--green-dark);margin:14px 0 10px;font-size:34px}.finance-kpi small{color:var(--muted);font-weight:700}.finance-kpi.green{border-left:6px solid #3e8e52}.finance-kpi.orange{border-left:6px solid #d68b00}.finance-kpi.blue{border-left:6px solid #2d7ff9}.finance-kpi.purple{border-left:6px solid #7b4dff}@media (width<=1100px){.finance-kpi-grid{grid-template-columns:1fr 1fr}}@media (width<=700px){.finance-kpi-grid{grid-template-columns:1fr}}.finance-overview-cashflow{min-height:430px}.finance-overview-cashflow-chart{background:#e4ecdd70;border:1px solid #b7c9bdb8;border-radius:30px;align-items:flex-end;gap:14px;height:300px;margin-top:24px;padding:24px;display:flex}.finance-overview-cashflow-bar{flex:1;align-items:flex-end;height:100%;display:flex}.finance-overview-cashflow-bar span{background:linear-gradient(#6fa99b,#215127);border-radius:16px 16px 6px 6px;width:100%;min-height:28px}.finance-overview-cashflow-legend{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.finance-overview-cashflow-legend span{color:var(--muted);align-items:center;gap:8px;font-size:13px;font-weight:900;display:inline-flex}.finance-overview-cashflow-legend span:before{content:"";background:var(--green-main);border-radius:999px;width:10px;height:10px}.finance-account-list.compact{flex-direction:column;gap:12px;margin-top:18px;display:flex}.finance-account-mini{background:#e4ecdd6b;border:1px solid #b7c9bdb8;border-radius:18px;justify-content:space-between;align-items:center;gap:14px;padding:16px 18px;transition:all .18s;display:flex}.finance-account-mini:hover{transform:translate(4px)}.finance-account-mini strong{color:var(--green-dark);display:block}.finance-account-mini span{color:var(--muted);margin-top:4px;font-size:13px;display:block}.finance-account-mini b{color:var(--green-dark);font-size:15px}.finance-alert-list{flex-direction:column;gap:12px;margin-top:18px;display:flex}.finance-alert{background:#e4ecdd6b;border:1px solid #b7c9bdb8;border-radius:20px;padding:15px}.finance-alert strong{color:var(--green-dark);font-weight:950;display:block}.finance-alert span{color:var(--muted);margin-top:5px;font-size:13px;font-weight:800;display:block}.finance-alert.warning{background:radial-gradient(circle at 100% 0,#e6b66f2e,#0000 45%),#fffdf3e6}.finance-alert.info{background:radial-gradient(circle at 100% 0,#6fa99b2e,#0000 45%),#fffdf3e6}.finance-activity-list{flex-direction:column;gap:12px;margin-top:20px;display:flex}.finance-activity-row{background:#e4ecdd6b;border:1px solid #b7c9bdb8;border-radius:20px;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.finance-activity-row strong{color:var(--green-dark);font-weight:900;display:block}.finance-activity-row span{color:var(--muted);margin-top:4px;font-size:13px;font-weight:700;display:block}.finance-activity-row b{font-size:18px;font-weight:900}.finance-activity-row .positive{color:#1f7a39}.finance-activity-row .negative{color:#b33a3a}.finance-budget-list{flex-direction:column;gap:12px;margin-top:22px;display:flex}.finance-budget-row{background:#e4ecdd6b;border:1px solid #b7c9bdb8;border-radius:22px;padding:16px}.finance-budget-row strong{color:var(--green-dark);font-weight:950;display:block}.finance-budget-row span{color:var(--muted);margin-top:5px;font-size:13px;font-weight:800;display:block}.finance-budget-track{background:#fffdf3d1;border-radius:999px;height:12px;margin-top:12px;overflow:hidden}.finance-budget-track span{background:linear-gradient(90deg,#215127,#6fa99b);border-radius:999px;height:100%;display:block}.finance-transactions-page-v2{flex-direction:column;gap:18px;display:flex}.finance-transactions-header{box-shadow:var(--shadow);background:radial-gradient(circle at 100% 0,#6fa99b47,#0000 38%),linear-gradient(135deg,#fffdf3f5,#e4ecddc7);border:1px solid #b7c9bddb;border-radius:36px;justify-content:space-between;align-items:center;gap:24px;padding:34px;display:flex}.finance-transactions-header span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:950}.finance-transactions-header h2{color:var(--green-dark);letter-spacing:-.07em;margin:10px 0 8px;font-size:46px}.finance-transactions-header p{color:var(--muted);margin:0;font-weight:800}.finance-transactions-header-actions{gap:12px;display:flex}@media (width<=768px){.finance-transactions-header{flex-direction:column;align-items:stretch}.finance-transactions-header-actions{flex-direction:column}.finance-transactions-header h2{font-size:34px}}.finance-transactions-summary{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.finance-transactions-summary div{box-shadow:var(--shadow);background:#fffdf3eb;border:1px solid #b7c9bdd1;border-radius:28px;padding:22px}.finance-transactions-summary span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:950}.finance-transactions-summary strong{color:var(--green-dark);letter-spacing:-.05em;margin-top:10px;font-size:28px;display:block}@media (width<=900px){.finance-transactions-summary{grid-template-columns:1fr 1fr}}@media (width<=600px){.finance-transactions-summary{grid-template-columns:1fr}}.finance-transactions-filters{box-shadow:var(--shadow);background:#fffdf3eb;border:1px solid #b7c9bdd1;border-radius:28px;grid-template-columns:minmax(280px,1fr) 170px 180px 170px;gap:12px;padding:16px;display:grid}.finance-transactions-filters input,.finance-transactions-filters select{height:54px;color:var(--green-dark);background:#fffdf3f0;border:1px solid #b7c9bdd9;border-radius:18px;outline:none;padding:0 16px;font-weight:900}@media (width<=1100px){.finance-transactions-filters{grid-template-columns:1fr 1fr}}@media (width<=700px){.finance-transactions-filters{grid-template-columns:1fr}}.finance-transactions-table-card-v2{box-shadow:var(--shadow);background:#fffdf3eb;border:1px solid #b7c9bdd1;border-radius:34px;padding:14px;overflow-x:auto}.finance-transactions-table-v2{border-collapse:separate;border-spacing:0 12px;width:100%;min-width:1200px}.finance-transactions-table-v2 th{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;text-align:left;padding:12px 16px;font-size:12px;font-weight:950}.finance-transactions-table-v2 td{background:#e4ecdd5c;padding:18px 16px}.finance-transactions-table-v2 tbody tr td:first-child{border-radius:20px 0 0 20px}.finance-transactions-table-v2 tbody tr td:last-child{border-radius:0 20px 20px 0}.finance-transactions-table-v2 td strong{color:var(--green-dark);font-weight:950}.finance-transactions-table-v2 small{color:var(--muted);margin-top:5px;font-weight:800;display:block}.trx-type,.trx-status{border-radius:999px;padding:8px 12px;font-size:12px;font-weight:950;display:inline-flex}.trx-type.income{color:#166534;background:#d8f2d8}.trx-type.expense{color:#9f2f2f;background:#f3d6d2}.trx-status{color:var(--green-dark);background:#214f261a}.finance-transactions-table-v2 b.positive{color:#166534}.finance-transactions-table-v2 b.negative{color:#9f2f2f}.finance-accounts-page-v2{flex-direction:column;gap:18px;display:flex}.finance-accounts-page-grid{grid-template-columns:1.25fr .75fr;gap:18px;display:grid}@media (width<=900px){.finance-accounts-page-grid{grid-template-columns:1fr}}.finance-accounts-header{box-shadow:var(--shadow);background:radial-gradient(circle at 100% 0,#6fa99b47,#0000 38%),linear-gradient(135deg,#fffdf3f5,#e4ecddc7);border:1px solid #b7c9bddb;border-radius:36px;justify-content:space-between;align-items:center;gap:24px;padding:34px;display:flex}.finance-accounts-header span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:950}.finance-accounts-header h2{color:var(--green-dark);letter-spacing:-.07em;margin:10px 0 8px;font-size:52px}.finance-accounts-header p{color:var(--muted);margin:0;font-weight:800}@media (width<=768px){.finance-accounts-header{flex-direction:column;align-items:stretch}.finance-accounts-header h2{font-size:38px}}.finance-account-cards-grid-v2{grid-template-columns:repeat(4,minmax(220px,1fr));gap:16px;display:grid}.finance-bank-card-v2{color:#fffdf3;background:radial-gradient(circle at 100% 0,#d8f6b02e,#0000 38%),linear-gradient(145deg,#153c1a,#0d2812);border-radius:32px;min-height:210px;padding:24px;transition:all .18s;position:relative;overflow:hidden;box-shadow:0 24px 60px #143b1a47,inset 0 1px #ffffff29}.finance-bank-card-v2:hover{transform:translateY(-4px)}.finance-bank-card-v2:after{content:"";background:#ffffff0f;border-radius:50%;width:180px;height:180px;position:absolute;bottom:-60px;right:-40px}.finance-bank-card-top-v2,.finance-bank-card-bottom-v2{z-index:1;justify-content:space-between;align-items:flex-start;gap:12px;display:flex;position:relative}.finance-bank-card-top-v2 strong{font-size:20px;font-weight:950;display:block}.finance-bank-card-top-v2 span{color:#ffffff94;margin-top:5px;font-size:13px;font-weight:800;display:block}.finance-bank-card-top-v2 b{color:#d8f6b0;background:#ffffff1f;border-radius:999px;padding:7px 10px;font-size:12px}.finance-bank-card-balance-v2{z-index:1;letter-spacing:-.05em;margin-top:42px;font-size:34px;font-weight:950;position:relative}.finance-bank-card-bottom-v2{color:#ffffffad;margin-top:28px;font-size:13px;font-weight:900}.finance-bank-card-bottom-v2 em{color:#d8f6b0;font-style:normal}@media (width<=1200px){.finance-account-cards-grid-v2{grid-template-columns:1fr 1fr}}@media (width<=768px){.finance-account-cards-grid-v2{grid-template-columns:1fr}}.finance-account-activity-list{flex-direction:column;gap:12px;margin-top:22px;display:flex}.finance-account-activity-row{background:#e4ecdd6b;border:1px solid #b7c9bdb8;border-radius:22px;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.finance-account-activity-row strong{color:var(--green-dark);font-weight:950;display:block}.finance-account-activity-row span{color:var(--muted);margin-top:5px;font-size:13px;font-weight:800;display:block}.finance-account-activity-row b.positive{color:#166534}.finance-account-activity-row b.negative{color:#9f2f2f}.finance-wallet-distribution-v2{flex-direction:column;gap:12px;margin-top:22px;display:flex}.finance-wallet-distribution-v2 div{background:#e4ecdd6b;border:1px solid #b7c9bdb8;border-radius:22px;justify-content:space-between;align-items:center;padding:16px;display:flex}.finance-wallet-distribution-v2 span{color:var(--green-dark);font-weight:900}.finance-wallet-distribution-v2 strong{color:var(--green-dark);font-size:20px}.finance-counterparties-page-v2{flex-direction:column;gap:20px;display:flex}.finance-counterparties-layout{grid-template-columns:minmax(0,1.55fr) minmax(360px,.45fr);align-items:start;gap:20px;display:grid}.finance-counterparties-layout>*{min-width:0}@media (width<=1200px){.finance-counterparties-layout{grid-template-columns:1fr}}.finance-counterparties-header{box-shadow:var(--shadow);background:radial-gradient(circle at 100% 0,#6fa99b47,#0000 38%),linear-gradient(135deg,#fffdf3f5,#e4ecddc7);border:1px solid #b7c9bddb;border-radius:36px;justify-content:space-between;align-items:center;gap:24px;padding:34px;display:flex}.finance-counterparties-header div{text-align:left}.finance-counterparties-header span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:950}.finance-counterparties-header h2{color:var(--green-dark);letter-spacing:-.07em;margin:10px 0 8px;font-size:46px}.finance-counterparties-header p{color:var(--muted);margin:0;font-weight:800}@media (width<=768px){.finance-counterparties-header{flex-direction:column;align-items:stretch}}.finance-counterparty-stats{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.finance-counterparty-stats>div{box-shadow:var(--shadow);background:#fffdf7;border:1px solid #b7c9bdbf;border-radius:28px;padding:24px}.finance-counterparty-stats span{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:900;display:block}.finance-counterparty-stats strong{color:var(--green-dark);margin-top:10px;font-size:30px;display:block}@media (width<=900px){.finance-counterparty-stats{grid-template-columns:1fr 1fr}}@media (width<=600px){.finance-counterparty-stats{grid-template-columns:1fr}}.finance-counterparty-register{box-shadow:var(--shadow);background:#fffdf3eb;border:1px solid #b7c9bdd1;border-radius:34px;padding:26px}.finance-counterparty-register-head{justify-content:space-between;align-items:center;gap:18px;margin-bottom:22px;display:flex}.finance-counterparty-register-head h3{color:var(--green-dark);margin:0;font-size:26px}.finance-counterparty-register-head p{color:var(--muted);margin:6px 0 0;font-weight:800}.finance-counterparty-register-head input{width:260px;height:48px;color:var(--green-dark);background:#fffdf3f0;border:1px solid #b7c9bdd9;border-radius:18px;outline:none;padding:0 16px;font-weight:900}.finance-counterparty-list{flex-direction:column;gap:12px;display:flex}.finance-counterparty-row{background:#e4ecdd6b;border:1px solid #b7c9bdb8;border-radius:24px;grid-template-columns:1.3fr .8fr .6fr .9fr .7fr;align-items:center;gap:14px;padding:18px;display:grid}.finance-counterparty-row span{color:var(--muted);margin-bottom:5px;font-size:12px;font-weight:900;display:block}.finance-counterparty-row strong{color:var(--green-dark);font-weight:950}.finance-counterparty-row b{width:fit-content;color:var(--green-dark);background:#214f261a;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:950;display:inline-flex}.counterparty-name strong{font-size:18px;display:block}.counterparty-name span{margin-top:5px;margin-bottom:0}.finance-counterparty-row .positive{color:#166534}.finance-counterparty-row .negative{color:#9f2f2f}@media (width<=1100px){.finance-counterparty-row{grid-template-columns:1fr 1fr}.finance-counterparty-register-head{flex-direction:column;align-items:stretch}.finance-counterparty-register-head input{width:100%}}.counterparty-profile{flex-direction:column;gap:14px;margin-top:20px;display:flex}.counterparty-profile h2{color:var(--green-dark);letter-spacing:-.04em;margin:0;font-size:30px}.counterparty-profile>span{color:var(--muted);margin-bottom:8px;font-weight:900}.counterparty-profile div{background:#e4ecdd6b;border:1px solid #b7c9bdb8;border-radius:22px;padding:16px}.counterparty-profile label{color:var(--muted);margin-bottom:8px;font-size:12px;font-weight:900;display:block}.counterparty-profile strong{color:var(--green-dark);font-size:18px}.finance-categories-page-v2{flex-direction:column;gap:18px;display:flex}.finance-categories-header{box-shadow:var(--shadow);background:radial-gradient(circle at 100% 0,#6fa99b47,#0000 38%),linear-gradient(135deg,#fffdf3f5,#e4ecddc7);border:1px solid #b7c9bddb;border-radius:36px;justify-content:space-between;align-items:center;gap:24px;padding:34px;display:flex}.finance-categories-header span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:950}.finance-categories-header h2{color:var(--green-dark);letter-spacing:-.07em;margin:10px 0 8px;font-size:46px}.finance-categories-header p{color:var(--muted);margin:0;font-weight:800}.finance-category-stats{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.finance-category-stats>div{box-shadow:var(--shadow);background:#fffdf7;border:1px solid #b7c9bdbf;border-radius:28px;padding:24px}.finance-category-stats span{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:900;display:block}.finance-category-stats strong{color:var(--green-dark);margin-top:10px;font-size:30px;display:block}@media (width<=900px){.finance-category-stats{grid-template-columns:1fr 1fr}}@media (width<=600px){.finance-category-stats{grid-template-columns:1fr}}.finance-category-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:18px;display:grid}.finance-category-card{box-shadow:var(--shadow);background:#fffdf7;border:1px solid #b7c9bdbf;border-radius:30px;padding:26px}.finance-category-card-top{justify-content:space-between;align-items:flex-start;display:flex}.finance-category-card-top strong{color:var(--green-dark);font-size:22px;display:block}.finance-category-card-top span{color:var(--muted);margin-top:5px;display:block}.finance-category-card-top b{color:#1f7a39}.finance-category-card h2{color:var(--green-dark);margin:28px 0;font-size:36px}.finance-category-progress{background:#edf0e6;border-radius:999px;height:10px;overflow:hidden}.finance-category-progress span{background:linear-gradient(90deg,#0f4d1b,#78b7a4);border-radius:999px;height:100%;display:block}.finance-category-footer{color:var(--muted);justify-content:space-between;margin-top:20px;font-weight:800;display:flex}.finance-budgets-page-v2{flex-direction:column;gap:18px;display:flex}.finance-budgets-header{box-shadow:var(--shadow);background:radial-gradient(circle at 100% 0,#6fa99b47,#0000 38%),linear-gradient(135deg,#fffdf3f5,#e4ecddc7);border:1px solid #b7c9bddb;border-radius:36px;justify-content:space-between;align-items:center;gap:24px;padding:34px;display:flex}.finance-budgets-header span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:950}.finance-budgets-header h2{color:var(--green-dark);letter-spacing:-.07em;margin:10px 0 8px;font-size:46px}.finance-budgets-header p{color:var(--muted);margin:0;font-weight:800}.finance-budget-stats{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.finance-budget-stats>div{box-shadow:var(--shadow);background:#fffdf7;border:1px solid #b7c9bdbf;border-radius:28px;padding:24px}.finance-budget-stats span{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:900;display:block}.finance-budget-stats strong{color:var(--green-dark);margin-top:10px;font-size:28px;display:block}@media (width<=900px){.finance-budget-stats{grid-template-columns:1fr 1fr}}@media (width<=600px){.finance-budget-stats{grid-template-columns:1fr}}.finance-budget-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.finance-budget-card-v2{box-shadow:var(--shadow);background:#fffdf3eb;border:1px solid #b7c9bdd1;border-radius:34px;padding:26px}.finance-budget-card-v2.warning{background:radial-gradient(circle at 100% 0,#e6b66f2e,#0000 36%),#fffdf3eb}.finance-budget-card-v2.danger{background:radial-gradient(circle at 100% 0,#9f2f2f24,#0000 36%),#fffdf3eb}.finance-budget-card-head-v2{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.finance-budget-card-head-v2 h3{color:var(--green-dark);margin:0;font-size:24px}.finance-budget-card-head-v2 p{color:var(--muted);margin:7px 0 0;font-weight:800}.finance-budget-card-head-v2>span{color:var(--green-dark);background:#214f261a;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:950}.finance-budget-main-v2{margin-top:26px}.finance-budget-main-v2 strong{color:var(--green-dark);letter-spacing:-.06em;font-size:42px;display:block}.finance-budget-main-v2 span{color:var(--muted);font-weight:900}.finance-budget-progress-v2{background:#e4ecddcc;border-radius:999px;height:13px;margin-top:24px;overflow:hidden}.finance-budget-progress-v2 span{background:linear-gradient(90deg,#215127,#6fa99b);border-radius:999px;height:100%;display:block}.finance-budget-footer-v2{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px;display:grid}.finance-budget-footer-v2 div{background:#e4ecdd6b;border:1px solid #b7c9bdb8;border-radius:20px;padding:14px}.finance-budget-footer-v2 span{color:var(--muted);font-size:12px;font-weight:900;display:block}.finance-budget-footer-v2 strong{color:var(--green-dark);margin-top:6px;display:block}@media (width<=900px){.finance-budget-grid,.finance-budget-footer-v2{grid-template-columns:1fr}}.finance-cashflow-page-v2{flex-direction:column;gap:18px;display:flex}.finance-cashflow-layout-v2{grid-template-columns:minmax(0,1.45fr) minmax(330px,.55fr);gap:18px;display:grid}.finance-cashflow-side-v2{flex-direction:column;gap:18px;display:flex}@media (width<=1200px){.finance-cashflow-layout-v2{grid-template-columns:1fr}}.finance-cashflow-header{box-shadow:var(--shadow);background:radial-gradient(circle at 100% 0,#6fa99b47,#0000 38%),linear-gradient(135deg,#fffdf3f5,#e4ecddc7);border:1px solid #b7c9bddb;border-radius:36px;justify-content:space-between;align-items:center;gap:24px;padding:34px;display:flex}.finance-cashflow-header span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:950}.finance-cashflow-header h2{color:var(--green-dark);letter-spacing:-.07em;margin:10px 0 8px;font-size:46px}.finance-cashflow-header p{color:var(--muted);margin:0;font-weight:800}.finance-cashflow-header-actions{background:#fffdf3b3;border:1px solid #b7c9bdbf;border-radius:999px;gap:8px;padding:7px;display:flex}.finance-cashflow-header-actions button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:11px 16px;font-weight:950}.finance-cashflow-header-actions button.active{color:#fffdf3;background:linear-gradient(135deg,#215127,#2b6b33)}@media (width<=768px){.finance-cashflow-header{flex-direction:column;align-items:stretch}.finance-cashflow-header h2{font-size:34px}}.finance-cashflow-chart-panel-v2{min-height:560px}.finance-cashflow-chart-v2{background:#e4ecdd70;border:1px solid #b7c9bdb8;border-radius:30px;grid-template-columns:repeat(6,1fr);gap:18px;height:390px;margin-top:28px;padding:26px;display:grid}.finance-cashflow-column-v2{text-align:center;flex-direction:column;justify-content:flex-end;gap:12px;display:flex}.finance-cashflow-bars-pair-v2{justify-content:center;align-items:flex-end;gap:7px;height:310px;display:flex}.finance-cashflow-bars-pair-v2 span{border-radius:14px 14px 6px 6px;width:28px;min-height:22px;display:block}.finance-cashflow-bars-pair-v2 .income{background:linear-gradient(#6fa99b,#215127)}.finance-cashflow-bars-pair-v2 .expense{background:linear-gradient(#e6b66f,#9f2f2f)}.finance-cashflow-column-v2 strong{color:var(--green-dark);font-size:13px;font-weight:950}.finance-cashflow-stats-v2{flex-direction:column;gap:12px;margin-top:22px;display:flex}.finance-cashflow-stats-v2 div{background:#e4ecdd6b;border:1px solid #b7c9bdb8;border-radius:22px;justify-content:space-between;align-items:center;gap:14px;padding:16px;display:flex}.finance-cashflow-stats-v2 span{color:var(--muted);font-weight:900}.finance-cashflow-stats-v2 strong{color:var(--green-dark);font-weight:950}.finance-net-flow-list-v2{flex-direction:column;gap:12px;margin-top:22px;display:flex}.finance-net-flow-list-v2 div{background:#e4ecdd6b;border:1px solid #b7c9bdb8;border-radius:22px;justify-content:space-between;align-items:center;gap:14px;padding:16px;display:flex}.finance-net-flow-list-v2 span{color:var(--muted);font-weight:900}.finance-net-flow-list-v2 strong{color:var(--green-dark);font-weight:950}.finance-analytics-page-v2{flex-direction:column;gap:18px;display:flex}.finance-analytics-grid-v2{grid-template-columns:1.25fr .75fr;gap:18px;display:grid}@media (width<=1000px){.finance-analytics-grid-v2{grid-template-columns:1fr}}.finance-analytics-header{box-shadow:var(--shadow);background:radial-gradient(circle at 100% 0,#6fa99b47,#0000 38%),linear-gradient(135deg,#fffdf3f5,#e4ecddc7);border:1px solid #b7c9bddb;border-radius:36px;padding:34px}.finance-analytics-header span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:950}.finance-analytics-header h2{color:var(--green-dark);letter-spacing:-.07em;margin:10px 0 8px;font-size:46px}.finance-analytics-header p{color:var(--muted);margin:0;font-weight:800}.finance-analytics-kpi-v2{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.finance-analytics-kpi-v2 div{box-shadow:var(--shadow);background:#fffdf7;border:1px solid #b7c9bdbf;border-radius:28px;padding:24px}.finance-analytics-kpi-v2 span{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:900;display:block}.finance-analytics-kpi-v2 strong{color:var(--green-dark);margin-top:10px;font-size:28px;display:block}@media (width<=900px){.finance-analytics-kpi-v2{grid-template-columns:1fr 1fr}}@media (width<=600px){.finance-analytics-kpi-v2{grid-template-columns:1fr}}.finance-analytics-chart-v2{background:#e4ecdd70;border:1px solid #b7c9bdb8;border-radius:30px;align-items:flex-end;gap:16px;height:320px;margin-top:24px;padding:24px;display:flex}.finance-analytics-chart-v2 div{flex:1;align-items:flex-end;height:100%;display:flex}.finance-analytics-chart-v2 span{background:linear-gradient(#6fa99b,#215127);border-radius:16px 16px 6px 6px;width:100%;min-height:28px}.finance-analytics-breakdown-v2{flex-direction:column;gap:16px;margin-top:24px;display:flex}.finance-analytics-breakdown-v2>div>div:first-child{color:var(--green-dark);justify-content:space-between;margin-bottom:9px;font-weight:950;display:flex}.finance-analytics-track-v2{background:#e4ecddcc;border-radius:999px;height:12px;overflow:hidden}.finance-analytics-track-v2 span{background:linear-gradient(90deg,#215127,#6fa99b);border-radius:999px;height:100%;display:block}.finance-reports-page-v2{flex-direction:column;gap:18px;display:flex}.finance-reports-grid-v2{grid-template-columns:1.25fr .75fr;gap:18px;display:grid}@media (width<=1000px){.finance-reports-grid-v2{grid-template-columns:1fr}}.finance-reports-header{box-shadow:var(--shadow);background:radial-gradient(circle at 100% 0,#6fa99b47,#0000 38%),linear-gradient(135deg,#fffdf3f5,#e4ecddc7);border:1px solid #b7c9bddb;border-radius:36px;justify-content:space-between;align-items:center;gap:24px;padding:34px;display:flex}.finance-reports-header span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:950}.finance-reports-header h2{color:var(--green-dark);letter-spacing:-.07em;margin:10px 0 8px;font-size:46px}.finance-reports-header p{color:var(--muted);margin:0;font-weight:800}.finance-reports-stats{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.finance-reports-stats>div{box-shadow:var(--shadow);background:#fffdf7;border:1px solid #b7c9bdbf;border-radius:28px;padding:24px}.finance-reports-stats span{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:900;display:block}.finance-reports-stats strong{color:var(--green-dark);margin-top:10px;font-size:28px;display:block}.finance-report-list-v2{flex-direction:column;gap:14px;margin-top:22px;display:flex}.finance-report-card-v2{background:#e4ecdd6b;border:1px solid #b7c9bdb8;border-radius:26px;justify-content:space-between;align-items:center;gap:18px;padding:20px;display:flex}.finance-report-card-v2 h3{color:var(--green-dark);margin:0;font-size:22px}.finance-report-card-v2 p{color:var(--muted);margin:7px 0 0;font-weight:800}.finance-report-meta-v2{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.finance-report-meta-v2 span{color:var(--green-dark);background:#214f261a;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:950}.finance-report-actions-v2{gap:8px;display:flex}.finance-report-actions-v2 button{color:var(--green-dark);background:#214f261a;border:0;border-radius:999px;padding:10px 13px;font-size:12px;font-weight:950}.finance-report-automation-v2{flex-direction:column;gap:12px;margin-top:22px;display:flex}.finance-report-automation-v2 div{background:#e4ecdd6b;border:1px solid #b7c9bdb8;border-radius:22px;justify-content:space-between;align-items:center;gap:14px;padding:16px;display:flex}.finance-report-automation-v2 span{color:var(--muted);font-weight:900}.finance-report-automation-v2 strong{color:var(--green-dark);font-weight:950}.finance-settings-page-v2{flex-direction:column;gap:18px;display:flex}.finance-settings-header{box-shadow:var(--shadow);background:radial-gradient(circle at 100% 0,#6fa99b47,#0000 38%),linear-gradient(135deg,#fffdf3f5,#e4ecddc7);border:1px solid #b7c9bddb;border-radius:36px;justify-content:space-between;align-items:center;gap:24px;padding:34px;display:flex}.finance-settings-header span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:950}.finance-settings-header h2{color:var(--green-dark);letter-spacing:-.07em;margin:10px 0 8px;font-size:46px}.finance-settings-header p{color:var(--muted);margin:0;font-weight:800}.finance-settings-groups-v2{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.finance-settings-group-card-v2{box-shadow:var(--shadow);background:#fffdf3eb;border:1px solid #b7c9bdd1;border-radius:34px;padding:26px}.finance-settings-group-card-v2 h3{color:var(--green-dark);margin:0;font-size:25px}.finance-settings-group-card-v2 p{color:var(--muted);margin:7px 0 0;font-weight:800}.finance-settings-items-v2{flex-direction:column;gap:12px;margin-top:22px;display:flex}.finance-settings-items-v2 div{background:#e4ecdd6b;border:1px solid #b7c9bdb8;border-radius:20px;justify-content:space-between;align-items:center;gap:14px;padding:15px;display:flex}.finance-settings-items-v2 span{color:var(--green-dark);font-weight:900}.finance-settings-items-v2 button{color:var(--green-dark);cursor:pointer;background:#214f261a;border:0;border-radius:999px;padding:9px 12px;font-size:12px;font-weight:950}@media (width<=900px){.finance-settings-groups-v2{grid-template-columns:1fr}}.finance-integrations-grid-v2{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px;display:grid}.finance-integrations-grid-v2 div{background:#e4ecdd6b;border:1px solid #b7c9bdb8;border-radius:22px;padding:18px}.finance-integrations-grid-v2 strong{color:var(--green-dark);font-weight:950;display:block}.finance-integrations-grid-v2 span{color:var(--muted);margin-top:7px;font-size:13px;font-weight:800;display:block}@media (width<=1000px){.finance-integrations-grid-v2{grid-template-columns:1fr 1fr}}@media (width<=600px){.finance-integrations-grid-v2{grid-template-columns:1fr}}.soc-page{color:#e5eefc;background:radial-gradient(circle at 12% 0,#22c55e2e,#0000 28%),radial-gradient(circle at 90% 12%,#3b82f629,#0000 26%),linear-gradient(135deg,#07120c 0%,#0b1220 48%,#111827 100%);border-radius:28px;min-height:calc(100vh - 86px);padding:28px}.soc-hero{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px;display:flex}.soc-kicker{color:#86efac;letter-spacing:.14em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:800}.soc-hero h1{letter-spacing:-.04em;color:#f8fafc;margin:0;font-size:38px;line-height:1}.soc-hero p{color:#9ca3af;margin:10px 0 0;font-size:15px}.soc-refresh{color:#f8fafc;cursor:pointer;background:#0f172abd;border:1px solid #94a3b847;border-radius:14px;padding:11px 16px;font-weight:800;box-shadow:0 14px 38px #0000003d}.soc-refresh:disabled{opacity:.6;cursor:wait}.soc-kpi-grid{grid-template-columns:repeat(5,minmax(130px,1fr));gap:12px;margin-bottom:16px;display:grid}.soc-kpi,.soc-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#0f172ac7,#020617b8);border:1px solid #94a3b82e;box-shadow:0 22px 70px #00000038,inset 0 1px #ffffff0a}.soc-kpi{border-radius:20px;min-height:112px;padding:16px}.soc-kpi span{color:#94a3b8;letter-spacing:.04em;font-size:12px;font-weight:800;display:block}.soc-kpi strong{color:#f8fafc;letter-spacing:-.04em;text-transform:uppercase;margin-top:10px;font-size:34px;line-height:1;display:block}.soc-kpi small{color:#64748b;margin-top:10px;font-weight:700;display:block}.soc-risk-critical{color:#f87171!important}.soc-risk-high{color:#fb923c!important}.soc-risk-medium{color:#facc15!important}.soc-risk-low{color:#4ade80!important}.soc-layout{grid-template-columns:minmax(280px,.9fr) minmax(360px,1.15fr);gap:16px;display:grid}.soc-panel{border-radius:24px;min-height:320px;padding:18px;overflow:hidden}.soc-panel-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.soc-panel-head h2{color:#f8fafc;letter-spacing:-.02em;margin:0;font-size:18px}.soc-panel-head p{color:#64748b;margin:5px 0 0;font-size:13px;font-weight:700}.soc-panel-head>span{color:#cbd5e1;background:#0f172aeb;border:1px solid #94a3b82e;border-radius:999px;justify-content:center;align-items:center;min-width:34px;height:28px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.soc-list{flex-direction:column;gap:10px;max-height:420px;padding-right:3px;display:flex;overflow:auto}.soc-alert,.soc-ip-card{color:#e5eefc;text-align:left;cursor:pointer;background:#0f172a85;border:1px solid #94a3b824;border-radius:16px;width:100%;padding:13px;transition:transform .15s,border-color .15s,background .15s}.soc-alert:hover,.soc-ip-card:hover{background:#0f172ad1;border-color:#60a5fa8c;transform:translateY(-1px)}.soc-alert{grid-template-columns:10px 1fr auto;align-items:center;gap:12px;display:grid}.soc-alert-dot{background:#ef4444;border-radius:999px;width:8px;height:8px;box-shadow:0 0 22px #ef4444cc}.soc-alert strong,.soc-ip-card strong{color:#f8fafc;font-size:13px;display:block}.soc-alert span,.soc-ip-card span{color:#94a3b8;margin-top:4px;font-size:12px;display:block}.soc-alert small,.soc-ip-card small{color:#64748b;font-size:11px;font-weight:800}.soc-bars{align-items:flex-end;gap:10px;height:250px;padding-top:16px;display:flex}.soc-bar-item{color:#64748b;flex-direction:column;flex:1;align-items:center;gap:8px;min-width:24px;font-size:11px;display:flex}.soc-bar-shell{background:#0f172ad1;border:1px solid #94a3b81f;border-radius:999px;align-items:flex-end;width:100%;height:175px;display:flex;overflow:hidden}.soc-bar-fill{background:linear-gradient(#ef4444,#f97316 55%,#22c55e);border-radius:999px;width:100%;box-shadow:0 0 28px #f9731657}.soc-bar-item b{color:#cbd5e1;font-size:11px}.soc-ip-card{justify-content:space-between;align-items:center;gap:14px;display:flex}.soc-badge{text-transform:uppercase;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:900;display:inline-flex}.soc-badge.critical{color:#f87171;background:#ef444424}.soc-badge.high{color:#fb923c;background:#f9731624}.soc-badge.medium{color:#fde047;background:#facc1524}.soc-badge.low{color:#4ade80;background:#22c55e24}.soc-intel{grid-row:span 2}.soc-empty{color:#64748b;background:#0f172a57;border:1px dashed #94a3b82e;border-radius:18px;padding:18px;font-weight:800}.soc-empty-large{text-align:center;justify-content:center;align-items:center;min-height:220px;display:flex}.soc-ip-summary{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.soc-ip-summary>div,.soc-intel-grid>div{background:#0f172a85;border:1px solid #94a3b824;border-radius:16px;padding:13px}.soc-ip-summary span,.soc-intel-grid span{color:#64748b;text-transform:uppercase;font-size:11px;font-weight:900;display:block}.soc-ip-summary strong,.soc-intel-grid b{color:#f8fafc;overflow-wrap:anywhere;margin-top:8px;font-size:18px;display:block}.soc-intel-grid{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px;display:grid}.soc-intel textarea{color:#f8fafc;resize:vertical;background:#0206176b;border:1px solid #94a3b82e;border-radius:16px;outline:none;width:100%;min-height:92px;margin-top:14px;padding:13px}.soc-intel textarea::placeholder{color:#64748b}.soc-actions{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px;display:grid}.soc-actions button{color:#bbf7d0;cursor:pointer;background:#22c55e24;border:0;border-radius:14px;padding:12px 10px;font-weight:900}.soc-actions button:first-child{color:#fecaca;background:#ef444429}.soc-actions button:nth-child(2){color:#e2e8f0;background:#94a3b824}.soc-actions button:nth-child(3){color:#bfdbfe;background:#3b82f629}.soc-actions button:hover{filter:brightness(1.12)}.soc-history{margin-top:18px}.soc-history h3{color:#f8fafc;margin:0 0 10px;font-size:15px}.soc-history div{background:#0f172a7a;border:1px solid #94a3b81f;border-radius:14px;grid-template-columns:110px 1fr;gap:6px 10px;margin-bottom:8px;padding:11px;display:grid}.soc-history b{color:#86efac}.soc-history span{color:#cbd5e1}.soc-history small{color:#64748b;grid-column:1/-1}@media (width<=1280px){.soc-kpi-grid{grid-template-columns:repeat(2,1fr)}.soc-layout{grid-template-columns:1fr}.soc-intel{grid-row:auto}}@media (width<=760px){.soc-page{border-radius:20px;padding:18px}.soc-hero,.soc-ip-card{flex-direction:column;align-items:stretch}.soc-kpi-grid,.soc-ip-summary,.soc-intel-grid,.soc-actions{grid-template-columns:1fr}}.soc-chart{height:260px;padding:18px 8px 0;position:relative}.soc-chart-grid{pointer-events:none;grid-template-rows:repeat(4,1fr);display:grid;position:absolute;inset:18px 8px 42px}.soc-chart-grid span{border-top:1px solid #94a3b81f}.soc-chart-bars{align-items:flex-end;gap:12px;height:100%;padding-bottom:32px;display:flex;position:relative}.soc-chart-item{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:8px;min-width:26px;height:100%;display:flex}.soc-chart-bar-wrap{align-items:flex-end;width:100%;height:100%;display:flex}.soc-chart-bar{background:linear-gradient(#ef4444 0%,#f97316 48%,#22c55e 100%);border-radius:10px 10px 4px 4px;width:100%;min-height:8px;position:relative;box-shadow:0 0 28px #f973163d,inset 0 1px #ffffff2e}.soc-chart-bar em{color:#cbd5e1;opacity:0;font-size:11px;font-style:normal;font-weight:900;transition:opacity .15s;position:absolute;top:-24px;left:50%;transform:translate(-50%)}.soc-chart-bar:hover em{opacity:1}.soc-chart-item>span{color:#64748b;font-size:11px;font-weight:800}
