:root{--bg:#f4f7fb;--surface:#fff;--surface-2:#f8fafc;--ink:#172033;--muted:#68748a;--line:#e5eaf1;--nav:#101827;--nav-muted:#9ba8bc;--primary:#2764e7;--primary-soft:#e9f0ff;--success:#15805d;--warning:#b66a09;--danger:#c63b4a;--radius:16px;--shadow:0 1px 2px rgba(16,24,40,.04),0 8px 24px rgba(16,24,40,.05)}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg);color:var(--ink);font-family:Inter,Segoe UI,Arial,sans-serif}button,input{font:inherit}a,button{touch-action:manipulation}a{color:inherit;text-decoration:none}:focus-visible{outline:3px solid rgba(39,100,231,.35);outline-offset:2px}.shell{display:grid;grid-template-columns:244px minmax(0,1fr);min-height:100vh}.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;background:var(--nav);color:white;padding:24px 14px;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:11px;padding:0 10px 22px;font-weight:750;font-size:18px}.brand-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:linear-gradient(135deg,#4f81ff,#6b5cff);box-shadow:0 8px 20px rgba(79,129,255,.3)}.nav-label{padding:12px 12px 7px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#66758e}.nav{display:grid;grid-gap:3px;gap:3px;overflow:auto}.nav-item{min-height:42px;display:flex;align-items:center;gap:11px;padding:0 12px;border-radius:10px;color:var(--nav-muted);font-size:14px;font-weight:500;transition:.18s ease}.nav-item:hover{background:#182337;color:#fff}.nav-item.active{background:#213352;color:#fff;box-shadow:inset 3px 0 #6791ff}.nav-item svg{width:18px;height:18px}.sidebar-footer{margin-top:auto;border-top:1px solid #253047;padding:18px 8px 0;color:#8290a7;font-size:12px}.main{min-width:0}.topbar{height:76px;padding:0 32px;background:rgba(255,255,255,.92);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.top-title{font-size:14px;color:var(--muted)}.profile{display:flex;align-items:center;gap:11px}.avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#dfe9ff;color:#244f9e;font-weight:750}.profile span,.profile strong{display:block}.profile strong{font-size:14px}.profile span{font-size:12px;color:var(--muted);margin-top:2px}.content{padding:30px 32px 48px;max-width:1600px;margin:auto}.page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px}.page-head h1{font-size:28px;letter-spacing:-.03em;margin:0 0 6px}.page-head p{margin:0;color:var(--muted);font-size:14px}.button{border:0;border-radius:10px;min-height:42px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--primary);color:white;font-weight:650;cursor:pointer;transition:.18s ease;box-shadow:0 5px 12px rgba(39,100,231,.2)}.button:hover{background:#1854d4}.button.secondary{background:white;color:var(--ink);border:1px solid var(--line);box-shadow:none}.button.ghost{background:transparent;color:var(--muted);box-shadow:none}.button svg{width:17px}.grid{display:grid;grid-gap:18px;gap:18px}.kpis{grid-template-columns:repeat(5,minmax(145px,1fr));margin-bottom:18px}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.stat{padding:20px}.stat-head{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:13px}.stat-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary)}.stat-icon svg{width:17px}.stat-value{font-size:28px;font-weight:750;margin:16px 0 4px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stat-note{font-size:12px;color:var(--muted)}.dashboard-grid{grid-template-columns:1.3fr .8fr .9fr;margin-bottom:18px}.card-head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--line)}.card-head h2{font-size:16px;margin:0}.card-body{padding:20px 22px}.table-wrap{overflow:auto}.table{border-collapse:collapse;width:100%;font-size:13px}.table th{text-align:left;color:var(--muted);font-weight:600;padding:12px 16px;white-space:nowrap}.table td,.table th{border-bottom:1px solid var(--line)}.table td{padding:15px 16px;vertical-align:middle}.table tr:last-child td{border-bottom:0}.table tbody tr:hover{background:#fafcff}.badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:650;background:#eef2f7;color:#526076}.badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.badge.success{background:#e9f8f2;color:var(--success)}.badge.warning{background:#fff4df;color:var(--warning)}.badge.danger{background:#ffebed;color:var(--danger)}.badge.info{background:var(--primary-soft);color:var(--primary)}.donut{width:144px;margin:6px auto 20px;background:conic-gradient(#34a784 0 64%,#e5a33c 64% 87%,#d94b59 87%);place-items:center}.donut,.donut:after{aspect-ratio:1;border-radius:50%;display:grid}.donut:after{content:"18 офисов";place-items:center;text-align:center;width:94px;background:white;font-weight:750;font-size:14px}.legend{display:grid;grid-gap:10px;gap:10px}.legend-row{display:flex;align-items:center;justify-content:space-between;font-size:13px}.legend-row span:first-child{display:flex;align-items:center;gap:8px;color:var(--muted)}.dot{width:8px;height:8px;border-radius:50%}.feed,.task-list{display:grid}.feed-row,.task-row{padding:14px 0;border-bottom:1px solid var(--line)}.feed-row:last-child,.task-row:last-child{border:0}.feed-row strong,.task-row strong{display:block;font-size:13px;margin-bottom:5px}.feed-row p,.task-meta{margin:0;color:var(--muted);font-size:12px}.lower-grid{grid-template-columns:1.25fr .75fr}.agent-strip{display:grid;grid-template-columns:repeat(7,minmax(100px,1fr));grid-gap:10px;gap:10px}.agent-mini{padding:14px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2)}.agent-mini strong{font-size:12px;display:block;margin-bottom:9px}.agent-mini span{font-size:11px;color:var(--muted)}.quick-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.quick-action{border:1px solid var(--line);background:white;border-radius:11px;min-height:48px;padding:10px;text-align:left;color:var(--ink);font-size:12px;font-weight:600;cursor:pointer}.quick-action:hover{border-color:#b8c7e6;background:#f8faff}.agents-grid{grid-template-columns:repeat(3,minmax(250px,1fr))}.agent-card{padding:20px}.agent-title{display:flex;justify-content:space-between;gap:12px}.agent-card h2{font-size:17px;margin:0 0 6px}.agent-card p{font-size:13px;line-height:1.55;color:var(--muted);min-height:42px}.agent-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;padding:14px 0;margin:14px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.agent-stat span{display:block;font-size:11px;color:var(--muted);margin-bottom:4px}.agent-stat strong{font-size:13px}.card-actions{display:flex;gap:8px}.card-actions .button{min-height:36px;padding:0 12px;font-size:12px}.upload{border:2px dashed #c7d2e4;border-radius:16px;padding:42px 20px;text-align:center;background:#fafcff;margin-bottom:20px}.upload-icon{width:52px;height:52px;border-radius:15px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;margin:0 auto 14px}.upload h2{font-size:17px;margin:0 0 7px}.upload p{color:var(--muted);font-size:13px;margin:0 0 17px}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.search,.select{height:42px;border:1px solid var(--line);border-radius:10px;background:white;padding:0 12px;color:var(--ink)}.search{min-width:260px}.kanban{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));grid-gap:16px;gap:16px;overflow:auto}.kanban-col{background:#edf1f6;border-radius:14px;padding:12px}.kanban-head{display:flex;justify-content:space-between;padding:5px 4px 13px;font-size:13px;font-weight:700}.kanban-card{background:white;border:1px solid var(--line);border-radius:12px;padding:14px;margin-bottom:10px;box-shadow:0 2px 5px rgba(16,24,40,.04)}.kanban-card strong{font-size:13px;line-height:1.4;display:block;margin-bottom:10px}.muted{color:var(--muted)}.empty-page{padding:56px;text-align:center}.empty-page svg{width:36px;height:36px;color:var(--primary);margin-bottom:12px}.empty-page h2{font-size:18px;margin:0 0 6px}.empty-page p{font-size:13px;color:var(--muted);margin:0}.mobile-menu{display:none}@media(max-width:1180px){.kpis{grid-template-columns:repeat(3,1fr)}.dashboard-grid{grid-template-columns:1fr 1fr}.dashboard-grid>.card:first-child{grid-column:1/-1}.agents-grid{grid-template-columns:repeat(2,1fr)}.agent-strip{grid-template-columns:repeat(4,1fr)}}@media(max-width:760px){.shell{display:block}.sidebar{position:fixed;z-index:40;width:260px;transform:translateX(-100%)}.topbar{padding:0 18px}.content{padding:22px 16px}.profile div:not(.avatar){display:none}.kpis{grid-template-columns:1fr 1fr}.dashboard-grid,.lower-grid{grid-template-columns:1fr}.dashboard-grid>.card:first-child{grid-column:auto}.agents-grid{grid-template-columns:1fr}.agent-strip{grid-template-columns:1fr 1fr}.page-head{display:block}.page-head .button{margin-top:16px}.kanban{grid-template-columns:repeat(4,280px)}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.login-page{position:relative;isolation:isolate;min-height:100vh;overflow:hidden;background:#0a1020;color:#fff;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);align-items:center;grid-gap:80px;gap:80px;padding:clamp(32px,7vw,110px)}.login-page:before{content:"";position:absolute;inset:0;z-index:-2;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 0);background-size:48px 48px}.login-glow{position:absolute;z-index:-1;width:520px;height:520px;border-radius:50%;filter:blur(120px);opacity:.2}.login-glow.one{left:-180px;top:-160px;background:#2764e7}.login-glow.two{right:-180px;bottom:-220px;background:#6b5cff}.login-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid rgba(105,145,255,.25);background:rgba(39,100,231,.12);color:#b8ceff;font-size:12px;font-weight:650}.login-kicker svg{width:15px}.login-intro h1{max-width:650px;font-size:clamp(42px,5vw,68px);line-height:1.04;letter-spacing:-.055em;margin:28px 0 22px}.login-intro h1 em{font-style:normal;color:#7da2ff}.login-intro p{max-width:570px;color:#9ba8bd;font-size:17px;line-height:1.7}.login-card{width:100%;max-width:460px;justify-self:end;padding:32px;border:1px solid rgba(255,255,255,.09);background:rgba(18,27,46,.92);border-radius:28px;box-shadow:0 30px 80px rgba(0,0,0,.3);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.login-card header{display:flex;align-items:center;gap:15px;margin-bottom:30px}.login-logo{width:52px;height:52px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(135deg,#2764e7,#6b5cff);box-shadow:0 12px 28px rgba(39,100,231,.28)}.login-logo svg{width:22px}.login-card h2{font-size:21px;margin:0 0 5px}.login-card header p{margin:0;color:#8795aa;font-size:13px}.login-card label{display:block;font-size:12px;font-weight:650;color:#cbd5e4;margin-bottom:9px}.password-field{height:52px;display:flex;align-items:center;border:1px solid rgba(255,255,255,.1);background:#0c1425;border-radius:13px;transition:.18s ease}.password-field:focus-within{border-color:#6e95f4;box-shadow:0 0 0 3px rgba(69,117,234,.18)}.password-field.invalid{border-color:#e56873}.password-field>svg{width:17px;color:#697891;margin-left:15px}.password-field input{min-width:0;flex:1 1;border:0;outline:0;background:transparent;color:#fff;padding:0 12px;height:100%}.password-field input::placeholder{color:#58667c}.password-field button{width:44px;height:44px;display:grid;place-items:center;border:0;background:transparent;color:#718098;cursor:pointer;border-radius:10px}.password-field button:hover{background:rgba(255,255,255,.05);color:#d5deec}.password-field button svg{width:18px}.login-submit{width:100%;height:50px;border:0;border-radius:13px;margin-top:20px;background:linear-gradient(90deg,#2764e7,#5b66ed);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;box-shadow:0 12px 28px rgba(39,100,231,.25)}.login-submit:hover{filter:brightness(1.08)}.login-submit:disabled{cursor:not-allowed;opacity:.5}.login-submit svg{width:17px}.spin{animation:spin 1s linear infinite}.login-error,.login-warning{font-size:12px;margin:9px 0 0}.login-error{color:#ff9ca6}.login-warning{color:#f2c271}.login-card footer{text-align:center;color:#5f6d82;font-size:11px;margin-top:24px;line-height:1.6}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes spin{to{transform:rotate(1turn)}}@media(max-width:920px){.login-page{grid-template-columns:1fr;padding:28px}.login-intro{display:none}.login-card{justify-self:center}}@media(max-width:480px){.login-card{padding:24px;border-radius:22px}.login-page{padding:16px}}