:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#123a56;background:#f5f7fb;font-synthesis:none;--navy:#123a56;--muted:#697386;--line:#e5e9f0;--blue:#1676aa;--violet:#d31c83;--green:#16a272;--red:#e34255;--orange:#ee802d;--yellow:#d89f16}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(180deg,#f8f9fc 0,#f4f6fa 70%);-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.topbar{height:76px;padding:0 max(28px,calc((100vw - 1360px)/2));display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.9);border-bottom:1px solid #e8ebf1;backdrop-filter:blur(15px);position:sticky;top:0;z-index:20}.brand,.auth-brand{display:flex;align-items:center;gap:12px}.brand>div,.auth-brand>div{display:flex;align-items:baseline;gap:10px}.brand strong,.auth-brand strong{font-size:20px;color:#18213a}.brand div>span,.auth-brand div>span{font-size:13px;color:#8a92a3;padding-left:10px;border-left:1px solid #dde1e9}.logo-mark{width:31px;height:31px;display:flex;align-items:flex-end;gap:3px;padding:7px;border-radius:9px;background:#18213a;box-shadow:0 5px 12px #1b274326}.logo-mark i{display:block;width:4px;background:#fff;border-radius:4px;transform:skew(-12deg)}.logo-mark i:nth-child(1){height:9px}.logo-mark i:nth-child(2){height:15px;background:#61d6be}.logo-mark i:nth-child(3){height:12px}.top-actions{display:flex;align-items:center;gap:12px}.private-pill{font-size:12px;font-weight:600;color:#31705e;background:#eef9f5;border:1px solid #d7eee6;padding:7px 11px;border-radius:99px;display:flex;align-items:center;gap:7px}.private-pill>span{width:7px;height:7px;background:#31b58a;border-radius:50%;box-shadow:0 0 0 3px #cef0e4}.user-name{font-size:12px;color:#657087}.logout-button{text-decoration:none;font-size:11px;font-weight:700;color:#657087;border:1px solid var(--line);background:#fff;padding:8px 11px;border-radius:8px}.logout-button:hover{background:#f5f7fb}main{width:min(1360px,calc(100% - 56px));margin:0 auto;padding:58px 0 45px}.hero-row{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;margin-bottom:38px}.eyebrow{font-size:11px;letter-spacing:.16em;font-weight:800;color:#61708b;margin-bottom:15px}.hero-row h1{font-size:clamp(34px,4vw,54px);line-height:1.1;letter-spacing:-.045em;margin:0;color:#1d2537}.hero-row h1 em{font-style:normal;background:linear-gradient(90deg,#1676aa,#d31c83);-webkit-background-clip:text;color:transparent}.hero-row p{margin:17px 0 0;color:#727b8d;font-size:15px}.primary{border:0;color:#fff;background:linear-gradient(135deg,#1676aa,#d31c83);box-shadow:0 11px 25px #3d64e52b;border-radius:10px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:9px;transition:.2s}.primary:hover{transform:translateY(-1px);box-shadow:0 14px 30px #3d64e53a}.primary:disabled,.text-button:disabled{opacity:.55;cursor:wait}.primary.large{padding:14px 16px;min-width:236px}.primary.large span{font-size:11px;background:#ffffff2c;border:1px solid #ffffff36;padding:2px 7px;border-radius:99px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:20px}.stats-grid article{min-height:135px;background:#fff;border:1px solid var(--line);border-radius:13px;padding:22px 23px;box-shadow:0 7px 25px #17203308;position:relative;overflow:hidden}.stats-grid article:before{content:"";position:absolute;left:0;top:22px;bottom:22px;width:3px;background:#dfe5ee;border-radius:0 4px 4px 0}.stats-grid .danger-card:before{background:var(--red)}.stats-grid article>span{display:block;color:#858d9d;font-size:10px;font-weight:800;letter-spacing:.11em}.stats-grid strong{display:block;font-size:35px;line-height:1;letter-spacing:-.04em;margin:14px 0 12px;color:#222b3e}.stats-grid small{font-size:12px;color:#8b93a2;display:flex;align-items:center;gap:7px}.stats-grid small i.good,.stats-grid small i.danger{width:7px;height:7px;border-radius:50%;background:var(--green)}.stats-grid small i.danger{background:var(--red)}.meter{width:100%;height:5px;background:#edf0f5;border-radius:99px;overflow:hidden;margin-top:16px}.meter i{display:block;height:100%;background:linear-gradient(90deg,#39c49b,#2794dd);border-radius:99px;transition:width .4s}.workspace{background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:0 12px 34px #1720330a;overflow:hidden}.workspace-head{padding:22px 25px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}h2{font-size:17px;line-height:1.2;margin:0 0 6px}.workspace-head p{margin:0;color:#9098a7;font-size:12px}.legend{display:flex;gap:18px;color:#798293;font-size:11px}.legend span{display:flex;align-items:center;gap:6px}.dot{width:7px;height:7px;border-radius:50%}.dot.critical{background:var(--red)}.dot.high{background:var(--orange)}.dot.medium{background:var(--yellow)}.dot.low{background:#49a1d9}.toolbar{padding:16px 25px;display:grid;grid-template-columns:minmax(210px,1.4fr) minmax(185px,.8fr) minmax(175px,.75fr) minmax(200px,1fr);gap:10px;border-bottom:1px solid #edf0f4}.search,.select-wrap{height:39px;border:1px solid #dfe4ec;border-radius:9px;display:flex;align-items:center;background:#fafbfc;position:relative;color:#7c8698}.search:focus-within,.select-wrap:focus-within{border-color:#8da9f1;box-shadow:0 0 0 3px #4a74e812}.search>span{font-size:20px;margin-left:12px}.search input{border:0;outline:0;background:transparent;width:100%;height:100%;padding:0 10px;color:#293247;font-size:12px}.select-wrap select{appearance:none;border:0;outline:0;background:transparent;width:100%;height:100%;padding:0 30px 0 12px;color:#5f697b;font-size:11px}.select-wrap:after{content:"⌄";position:absolute;right:12px;pointer-events:none;color:#9ba3b1}.select-wrap.sort>span{font-size:10px;white-space:nowrap;margin-left:12px;color:#9299a8}.select-wrap.sort select{padding-left:6px;font-weight:600;color:#4b5569}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:930px}th{font-size:9px;line-height:1;letter-spacing:.09em;font-weight:800;color:#969dac;text-align:left;padding:12px 14px;background:#fafbfc;border-bottom:1px solid #e9ecf1}th:first-child,td:first-child{padding-left:25px;width:50px}th:nth-child(2){width:27%}td{padding:15px 14px;border-bottom:1px solid #edf0f4;font-size:12px;color:#566074;transition:.15s}tbody tr:hover,tbody tr.selected-row{background:#f9faff}input[type=checkbox]{appearance:none;width:16px;height:16px;border:1.5px solid #cbd1dc;border-radius:4px;background:#fff;display:grid;place-content:center;margin:0;cursor:pointer}input[type=checkbox]:checked{background:#1676aa;border-color:#1676aa}input[type=checkbox]:checked:after{content:"✓";color:#fff;font-size:11px;line-height:1}input[type=checkbox]:indeterminate{background:#1676aa;border-color:#1676aa}input[type=checkbox]:indeterminate:after{content:"−";color:#fff;font-size:12px}input[type=checkbox]:disabled{opacity:.38;cursor:not-allowed}.site-cell{display:flex;align-items:center;gap:11px}.site-cell strong{display:block;color:#222b3e;font-size:12px;margin-bottom:4px}.site-cell small,.sub-label{display:block;color:#979ead;font-size:10px}.wp-mark{width:31px;height:31px;border:1px solid #dfe3eb;background:#fff;border-radius:8px;display:grid;place-items:center;font:600 16px/1 Georgia;color:#59647a;box-shadow:0 3px 8px #2637570b}.risk-badge{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;padding:5px 8px;border-radius:6px;font-size:10px;font-weight:700}.risk-badge i{width:6px;height:6px;border-radius:50%;background:currentColor}.risk-badge b{font-size:8px;padding-left:4px;border-left:1px solid currentColor;opacity:.75}.risk-badge.critical{color:#ce3448;background:#fff0f2}.risk-badge.high{color:#cf6620;background:#fff3e9}.risk-badge.medium{color:#a77a0b;background:#fff8df}.risk-badge.low{color:#3286b8;background:#edf8ff}.risk-badge.none{color:#17825e;background:#eaf8f3}.update-count{font-size:13px;color:#30394d}.progress-cell{display:flex;align-items:center;gap:10px;min-width:155px}.progress-cell>div{width:83px;height:5px;border-radius:10px;background:#ebedf2;overflow:hidden}.progress-cell i{display:block;height:100%;background:#bdc5d3;border-radius:10px;transition:width .35s}.progress-cell i.running{background:linear-gradient(90deg,#4868ec,#7359ea)}.progress-cell span{font-size:10px;color:#8992a2;min-width:55px}.done-label{display:flex;align-items:center;gap:8px;color:#268966;font-size:10px;font-weight:600}.done-label>span{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#e9f7f2;color:#1c9f74}.last-check{color:#8d95a4;font-size:10px}.workspace-foot{min-height:53px;padding:0 25px;display:flex;align-items:center;justify-content:space-between;background:#fbfcfd}.workspace-foot p{font-size:10px;color:#8a93a4;display:flex;align-items:center;gap:8px}.pulse-dot{width:7px;height:7px;border-radius:50%;background:#34b88a;box-shadow:0 0 0 3px #d7f1e8}.text-button{border:0;background:transparent;color:#1676aa;font-size:10px;font-weight:700}.empty-state,.loading{padding:45px;text-align:center;color:#929aaa}.empty-state strong{display:block;color:#5d6678;margin:8px}.empty-state p{font-size:12px}.toast{position:fixed;right:25px;bottom:25px;z-index:30;background:#1d2839;color:#fff;padding:12px 13px;border-radius:11px;box-shadow:0 14px 35px #17203338;display:flex;align-items:center;gap:10px;max-width:390px;animation:toast-in .3s ease}.toast[hidden]{display:none}.toast>span{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#25a77a;font-weight:800}.toast.error>span{background:#df4054}.toast p{font-size:12px;margin:0;line-height:1.4}.toast button{border:0;background:transparent;color:#aeb8c9;padding:5px;font-size:20px}@keyframes toast-in{from{transform:translateY(12px);opacity:0}}footer{text-align:center;color:#a0a7b4;font-size:9px;letter-spacing:.08em;padding:0 20px 30px}.auth-page{display:grid;place-items:center;padding:28px;background:radial-gradient(circle at 50% 0,#edf7fc,#f8f3f7 58%)}.auth-card{width:min(440px,100%);background:#fff;border:1px solid var(--line);border-radius:18px;padding:34px;box-shadow:0 20px 60px #17203316}.install-card{width:min(610px,100%)}.auth-brand{margin-bottom:38px}.step-label{font-size:10px;font-weight:800;letter-spacing:.14em;color:#d31c83;margin-bottom:10px}.auth-card h1{font-size:30px;letter-spacing:-.035em;margin:0 0 10px}.auth-intro{color:#798294;font-size:13px;line-height:1.6;margin:0 0 25px}.auth-card form>label{display:block;margin-bottom:16px}.auth-card label>span{display:block;font-size:11px;font-weight:700;color:#586276;margin-bottom:7px}.auth-card label>small{display:block;font-size:10px;color:#969ead;margin-top:5px}.auth-card input:not([type=checkbox]){width:100%;height:43px;border:1px solid #dfe4ec;border-radius:9px;padding:0 12px;outline:none;background:#fbfcfd;color:#293247}.auth-card input:focus{border-color:#8da9f1;box-shadow:0 0 0 3px #4a74e812}.auth-submit{width:100%;height:44px;margin-top:6px}.form-alert,.form-success{padding:11px 12px;border-radius:8px;font-size:11px;line-height:1.5;margin-bottom:18px}.form-alert{background:#fff0f2;color:#b93648;border:1px solid #ffd9df}.form-success{background:#ecf9f4;color:#23795e;border:1px solid #d2eee3}.form-grid{display:grid;grid-template-columns:1fr 115px;gap:12px}.auth-card hr{border:0;border-top:1px solid #ebedf2;margin:24px 0}.check-line{display:flex!important;align-items:center;gap:9px}.check-line span{margin:0!important;font-weight:500!important}.check-line input{flex:0 0 auto}.brand-logo{display:block;width:172px;height:auto;object-fit:contain}.brand>.brand-logo{width:150px}.product-name{font-size:12px;color:#8794a5;padding-left:12px;border-left:1px solid #dfe4ea;white-space:nowrap}.auth-brand{align-items:center;margin-bottom:34px}.auth-brand .brand-logo{width:205px}.auth-brand .product-name{font-size:11px}@media(max-width:1000px){.stats-grid{grid-template-columns:repeat(2,1fr)}.toolbar{grid-template-columns:1fr 1fr}.hero-row{align-items:flex-start;flex-direction:column}.hero-row .primary{align-self:flex-start}.legend{display:none}}@media(max-width:640px){.topbar{padding:0 18px;height:66px}.brand div>span,.brand .product-name,.private-pill,.user-name{display:none}main{width:calc(100% - 28px);padding:35px 0}.hero-row{margin-bottom:27px;gap:22px}.hero-row h1{font-size:34px}.hero-row p{font-size:13px;line-height:1.5}.primary.large{width:100%}.stats-grid{grid-template-columns:1fr 1fr;gap:9px}.stats-grid article{min-height:118px;padding:18px 16px}.stats-grid strong{font-size:29px}.workspace-head{padding:19px}.toolbar{grid-template-columns:1fr;padding:13px 18px}.select-wrap.sort{display:none}.workspace-foot{padding:12px 18px;gap:12px}.toast{left:14px;right:14px;bottom:14px}.stats-grid article>span{font-size:8px}th:first-child,td:first-child{padding-left:18px}.auth-card{padding:25px}.form-grid{grid-template-columns:1fr}}
