:root{--c-primary: #ffffff;--c-paper: #ffffff;--c-primaryText: #253464;--c-secondaryText: #6b7788;--c-accent: #f2a65a;--c-highlight: #d7dbe6;--c-brand: #0f6cbd;--c-error: #ff5630;--c-success: #36b37e;--c-warning: #ffab00;--radius: 10px;--shadow: 0 1px 3px rgba(22, 28, 36, .12), 0 1px 2px rgba(22, 28, 36, .08);--nav-w: 248px;--nav-w-collapsed: 64px;--header-h: 56px}html,body,#root{height:100%;margin:0}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;color:var(--c-primaryText);background:var(--c-tertiary, #f4f4f4);-webkit-font-smoothing:antialiased}a{color:var(--c-brand);text-decoration:none}.app-shell{display:grid;grid-template-columns:auto 1fr;height:100vh}.app-main{display:flex;flex-direction:column;min-width:0}.app-content{flex:1;overflow:auto;padding:20px}.card{background:var(--c-paper);border:1px solid var(--c-highlight);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px}.btn{font:inherit;border:1px solid transparent;border-radius:8px;padding:8px 14px;cursor:pointer;background:var(--c-brand);color:#fff}.btn.secondary{background:transparent;color:var(--c-primaryText);border-color:var(--c-highlight)}.badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px}@media(max-width:900px){.app-shell{grid-template-columns:1fr}}:root{--brand:#3D65C2;--brand2:#567BCC;--title:#3557A7;--orange:#E8862B;--orangeSoft:#FBECDC;--purple:#3D65C2;--purpleSoft:#E7EEF9;--blue:#3D65C2;--blueSoft:#E6EEFE;--green:#1FA37A;--greenSoft:#DFF3EC;--red:#EF4747;--redSoft:#FCE7E7;--ok:#227A4B;--okBd:#A6DBBB;--okBg:#EAF7EF;--hold:#9A6B00;--holdBd:#F0D48A;--holdBg:#FDF5E1;--slate:#6B7688;--startBd:#cfd5df;--startBg:#f2f4f7;--doneBd:#c9d6ee;--wait:#0e7c86;--waitBd:#b4e0e1;--waitBg:#e1f4f4;--noticeBd:#b4e0e1;--noticeBg:#e1f4f4;--noticeTx:#0e7c86;--warnBd:#f0d9b0;--warnBg:#fdf3e4;--warnTx:#8a5a12;--icoP:#6E56CF;--icoPS:#ECE9FB;--icoB:#3D65C2;--icoBS:#E6EEFE;--icoG:#1FA37A;--icoGS:#DFF3EC;--icoR:#EF4747;--icoRS:#FCE7E7;--stApproval:#5B6577;--stMB:#5B6577;--stJPD:#5B6577;--stInstall:#5B6577;--colStart:#6B7688;--colProg:#2FA063;--colHold:#E8A33D;--colDone:#6E56CF;--radius:16px;--nav-w:238px;--nav-c:76px;--shadow:0 1px 2px rgba(23,33,64,.05),0 8px 24px rgba(23,33,64,.06);--paper:#fff;--bg:#ffffff;--line:#e7ebf2;--text:#25314e;--sub:#7b869b;--muted:#a7b0c2;--tile:#f2f4f8;--nav:#eef1f6;--selBd:#cbd8ef;--selBg:#eef1f6}html[data-theme=dark]{--paper:#0f1730;--bg:#0a1122;--line:#1d2950;--text:#eef1f9;--sub:#8290ba;--muted:#5d6b94;--tile:#141f42;--nav:#0d1428;--selBd:#28386e;--selBg:#141d3e;--orangeSoft:#2b2113}html[data-theme=dark]{--brand2:#7fa0e0;--title:#9db8ec;--purpleSoft:#20264a;--blueSoft:#182a52;--greenSoft:#123528;--redSoft:#3a1e22;--purple:#9db8ec;--blue:#8fb0f0;--green:#3fc192;--red:#f4756f;--ok:#4cc38a;--okBd:#1f5a41;--okBg:#123528;--hold:#e0b34d;--holdBd:#5c481c;--holdBg:#2f2611;--slate:#9aa6bd;--startBd:#33406a;--startBg:#182247;--doneBd:#33406a;--wait:#5fd0d8;--waitBd:#1f5560;--waitBg:#0f3237;--icoPS:#241f45;--icoBS:#182a52;--icoGS:#123528;--icoRS:#3a1e22;--noticeBd:#1f5560;--noticeBg:#0f3237;--noticeTx:#5fd0d8;--warnBd:#5c481c;--warnBg:#2f2611;--warnTx:#e0b34d}*{box-sizing:border-box}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);font-size:14px;-webkit-font-smoothing:antialiased}.lucide{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.grow{flex:1}.app{display:grid;grid-template-columns:auto 1fr;height:100vh}.main{min-width:0;overflow:auto;display:flex;flex-direction:column}.nav{width:var(--nav-w);background:var(--nav);border-right:1px solid var(--line);display:flex;flex-direction:column;padding:18px 14px;transition:width .17s ease}.nav.collapsed{width:var(--nav-c);padding:18px 12px}.brandrow{display:flex;align-items:center;justify-content:center;padding:6px 6px 12px}.logo-img{width:54px;height:54px;border-radius:4px;object-fit:contain;box-shadow:0 4px 10px #3d65c22e}.navburger{display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--sub);cursor:pointer;padding:8px;margin:0 auto 12px;border-radius:9px}.navburger:hover{background:var(--tile);color:var(--text)}.nav.collapsed .navlbl{display:none}.nav.collapsed .navitem{justify-content:center}.navitem{display:flex;align-items:center;gap:13px;padding:12px 13px;border-radius:11px;color:var(--sub);cursor:pointer;font-weight:500;font-size:14.5px;white-space:nowrap;overflow:hidden;margin-bottom:7px;text-decoration:none}.navitem:hover{background:var(--tile);color:var(--text)}.navitem.active{background:var(--paper);color:var(--text);box-shadow:0 1px 3px #1721401a}.navitem.active .lucide{stroke:var(--orange)}.nav .spacer{flex:1}.navfoot{display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 0 2px;text-align:center}.navfoot .fav{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,var(--brand2),#6f8fc9);color:#fff;display:grid;place-items:center;font-weight:700;font-size:14px;margin-bottom:4px}.navfoot .fname{font-weight:700;font-size:13.5px;color:var(--text)}.navfoot .frole{font-size:11px;color:var(--sub)}.exitbtn{display:inline-flex;flex-direction:column;align-items:center;gap:2px;background:none;border:none;color:var(--sub);cursor:pointer;font:inherit;font-size:12px;font-weight:600;margin-top:10px;padding:6px 14px;border-radius:9px}.exitbtn:hover{background:var(--tile);color:var(--text)}.nav.collapsed .fname,.nav.collapsed .frole,.nav.collapsed .exitbtn span{display:none}.sep{height:1px;background:var(--line);margin:12px 6px}.topbar{display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-end;padding:36px 36px 0;gap:16px}.pagetitle{margin:0;color:var(--title);font-size:38px;font-weight:700;padding:14px 36px 18px}.top-actions{display:flex;align-items:center;gap:16px}.btn-new{background:var(--brand);color:#fff;border:none;border-radius:11px;padding:13px 30px;min-width:158px;font:inherit;font-weight:650;font-size:15px;cursor:pointer;display:inline-flex;gap:9px;align-items:center;justify-content:center;box-shadow:0 6px 16px #3d65c247}.btn-new:hover{filter:brightness(1.07)}.btn-dash{display:inline-flex;align-items:center;gap:9px;padding:12px 18px;border-radius:11px;border:1px solid var(--line);background:var(--paper);color:var(--text);font:inherit;font-weight:600;font-size:14px;cursor:pointer;text-decoration:none}.btn-dash:hover{background:var(--tile);border-color:var(--selBd)}.btn-dash .lucide{stroke:var(--brand)}.ic{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;cursor:pointer;color:var(--sub);background:var(--paper);border:1px solid var(--line);position:relative}.ic:hover{color:var(--text)}.ic .dot{position:absolute;top:9px;right:10px;width:8px;height:8px;border-radius:50%;background:var(--orange);border:2px solid var(--paper);z-index:1}.ic.help{background:var(--brand);color:#fff;border:none;font-weight:700;font-size:17px}.content{padding:20px 36px 44px}.topbar,.pagetitle,.content{max-width:1500px;margin-left:auto;margin-right:auto;width:100%}.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-bottom:26px}.kpi{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}.kpi.sel{background:var(--nav);border-color:var(--line);box-shadow:var(--shadow)}.kpi .head{display:flex;align-items:center;gap:12px;font-weight:650;font-size:15.5px}.kpi .gi{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;flex:0 0 auto}.gi.p{background:var(--icoPS)}.gi.p .lucide{stroke:var(--icoP)}.gi.b{background:var(--icoBS)}.gi.b .lucide{stroke:var(--icoB)}.gi.g{background:var(--icoGS)}.gi.g .lucide{stroke:var(--icoG)}.gi.r{background:var(--icoRS)}.gi.r .lucide{stroke:var(--icoR)}.kpi.clickable{cursor:pointer}.kpi.clickable:hover{border-color:var(--selBd)}.kpi .num{font-size:34px;font-weight:750;line-height:1;margin:14px 0 13px}.kbar{display:flex;gap:2px;height:12px;border-radius:999px;background:var(--line);overflow:hidden}.kseg{height:100%;border-radius:3px;transition:filter .12s}.kseg:hover{filter:brightness(1.14)}.kcap{margin-top:10px;color:var(--sub);font-size:12.5px;font-weight:600}.kcap .em{color:var(--red)}.kpi .toggle{display:flex;align-items:center;justify-content:flex-end;gap:9px;margin-top:13px;color:var(--sub);font-size:13px;font-weight:600}.kdo{display:flex;align-items:center;gap:14px;margin-top:14px}.kdo-chart{position:relative;flex:0 0 auto}.kdo-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.kdo-total{font-size:23px;font-weight:750;line-height:1;color:var(--text)}.kdo-sub{font-size:10px;color:var(--sub);margin-top:3px;max-width:74px;text-align:center;line-height:1.15;font-weight:600}.kdo-legend{display:flex;flex-direction:column;gap:6px;font-size:12.5px;color:var(--sub);flex:1;min-width:0}.kdo-li{display:flex;align-items:center;gap:8px;cursor:default}.kdo-li:hover{color:var(--text)}.kdo-dot{width:9px;height:9px;border-radius:3px;flex:0 0 auto}.kdo-li b{color:var(--text);font-weight:700}.sw{width:38px;height:22px;border-radius:999px;background:var(--line);position:relative;cursor:pointer;transition:.15s;flex:0 0 auto}.sw>i{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0000004d;transition:.15s}.sw.on{background:var(--brand2)}.sw.on>i{left:18px}.ptoolbar{display:flex;align-items:center;gap:12px;margin-bottom:18px}.seg2{display:flex;gap:10px}.segbtn{font:inherit;font-weight:600;font-size:14px;border:1px solid var(--line);background:var(--paper);color:var(--sub);padding:10px 22px;border-radius:10px;cursor:pointer}.segbtn.on{border-color:var(--brand2);color:var(--brand2);box-shadow:0 0 0 2px #567bcc1a}.filterbtn{font:inherit;font-weight:600;border:1px solid var(--line);background:var(--paper);color:var(--text);padding:10px 20px;border-radius:10px;cursor:pointer;display:inline-flex;align-items:center;gap:9px}.filterbtn:hover{background:var(--tile)}.filterbtn.on{border-color:var(--brand2);color:var(--brand2);box-shadow:0 0 0 2px #567bcc1a}.filterreset{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);background:var(--paper);color:var(--sub);border-radius:10px;padding:10px 16px;font:inherit;font-weight:600;cursor:pointer}.filterreset:hover{color:var(--red);border-color:#f0c9c9;background:#fdf1f1}.fdrawer-back{position:fixed;top:0;right:0;bottom:0;left:0;background:#161c2459;z-index:70}.fdrawer{position:fixed;top:0;right:0;height:100vh;width:410px;max-width:94vw;background:var(--paper);box-shadow:-8px 0 34px #161c2433;z-index:71;display:flex;flex-direction:column}.fdrawer-head{display:flex;align-items:center;padding:22px 24px 18px}.fdrawer-head h3{margin:0;color:var(--title);font-size:23px;font-weight:700;flex:1}.fdrawer-x{background:none;border:none;cursor:pointer;color:var(--sub);display:grid;place-items:center;padding:4px}.fdrawer-x:hover{color:var(--text)}.fdrawer-body{flex:1;overflow-y:auto;padding:4px 24px 20px}.fdrawer-foot{display:flex;gap:14px;align-items:center;padding:16px 24px;border-top:1px solid var(--line)}.fsec{margin-bottom:22px}.fsec-head{display:flex;align-items:center;margin-bottom:11px;gap:12px}.fsec-lbl{display:flex;align-items:center;gap:8px;color:var(--brand2);font-weight:650;font-size:14px;flex:1}.fsec-lbl .lucide{stroke:var(--brand2)}.fsec-reset{display:inline-flex;align-items:center;gap:6px;border:1px solid #cdd8ec;background:var(--paper);color:var(--brand2);border-radius:8px;padding:6px 13px;font:inherit;font-size:13px;font-weight:600;cursor:pointer}.fsec-reset:hover{background:var(--selBg)}.frow2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.fin{width:100%;border:1px solid var(--line);border-radius:9px;padding:11px 12px;font:inherit;color:var(--text);background:var(--paper);outline:none}.fin:focus{border-color:var(--brand2)}.fradios{display:flex;flex-wrap:wrap;gap:12px 22px}.fradio{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:var(--text)}.fradio input{accent-color:var(--brand);width:16px;height:16px}.fbtn-reset{border:1px solid var(--line);background:var(--paper);color:var(--text);border-radius:10px;padding:12px 30px;font:inherit;font-weight:650;cursor:pointer}.fbtn-apply{border:none;background:var(--brand);color:#fff;border-radius:10px;padding:12px 30px;font:inherit;font-weight:650;cursor:pointer;flex:1}.filters{display:flex;gap:16px;margin:2px 0 18px}.search{flex:1;display:flex;align-items:center;gap:11px;background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:13px 16px;color:var(--sub)}.search input{border:none;background:none;outline:none;color:var(--text);font:inherit;width:100%;font-size:14.5px}.cat{min-width:240px;display:flex;align-items:center;gap:12px;background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:14px 18px;color:var(--text);position:relative;font-weight:500;cursor:pointer}.cat .lab{position:absolute;top:-8px;left:13px;background:var(--paper);padding:0 6px;font-size:11px;color:var(--sub)}.cat .catval{flex:1;font-size:14.5px;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cat .catsel{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;border:none;font:inherit}.tbl{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}table{width:100%;border-collapse:collapse}thead th{text-align:left;font-size:12.5px;color:var(--sub);font-weight:650;padding:15px 20px;background:var(--tile)}tbody td{padding:14px 20px;border-top:1px solid var(--line)}tbody tr:hover{background:var(--tile)}.rowlink tr{cursor:pointer}.pico{width:38px;height:38px;border-radius:10px;background:var(--icoPS);display:grid;place-items:center;flex:0 0 auto}.pico .lucide{stroke:var(--icoP);width:19px;height:19px}.pico.p{background:var(--icoPS)}.pico.p .lucide{stroke:var(--icoP)}.pico.b{background:var(--icoBS)}.pico.b .lucide{stroke:var(--icoB)}.pico.g{background:var(--icoGS)}.pico.g .lucide{stroke:var(--icoG)}.pico.r{background:var(--icoRS)}.pico.r .lucide{stroke:var(--icoR)}.pno{color:var(--brand2);font-weight:700;font-size:14.5px}.pname{color:var(--sub);font-size:13px;margin-top:2px}.pill{display:inline-flex;align-items:center;gap:7px;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:600;border:1px solid}.pill.ok{color:var(--ok);border-color:var(--okBd);background:var(--okBg)}.pill.hold{color:var(--hold);border-color:var(--holdBd);background:var(--holdBg)}.pill.start{color:var(--slate);border-color:var(--startBd);background:var(--startBg)}.pill.done{color:var(--purple);border-color:var(--doneBd);background:var(--purpleSoft)}.pill.wait{color:var(--wait);border-color:var(--waitBd);background:var(--waitBg)}.stg{font-weight:600;font-size:13.5px}.who{width:34px;height:34px;border-radius:50%;border:1.6px solid var(--brand2);color:var(--brand2);display:grid;place-items:center;font-size:12px;font-weight:700;background:var(--paper)}.foot-row{display:flex;align-items:center;padding:16px 8px 2px;color:var(--sub);font-size:13px}.pager{margin-left:auto;display:flex;align-items:center;gap:12px}.pager button{border:1px solid var(--line);background:var(--paper);color:var(--text);cursor:pointer;width:34px;height:34px;border-radius:9px;display:grid;place-items:center}.pager button:hover:not(:disabled){background:var(--tile)}.pager button:disabled{opacity:.4;cursor:not-allowed}.board{display:flex;gap:18px;align-items:flex-start;overflow-x:auto;padding-bottom:10px}.bcol{flex:1;min-width:260px;display:flex;flex-direction:column}.bcol-head{display:flex;align-items:center;gap:11px;padding:4px 4px 14px}.hbar{width:36px;height:13px;border-radius:999px;flex:0 0 auto}.hbar.slate{background:var(--colStart)}.hbar.green{background:var(--colProg)}.hbar.amber{background:var(--colHold)}.hbar.purple{background:var(--colDone)}.hlabel{font-weight:700;font-size:15.5px}.hcount{margin-left:auto;width:33px;height:33px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13.5px;font-weight:700;border:2px solid;line-height:1;text-align:center}.hcount.slate{color:var(--colStart);border-color:var(--colStart)}.hcount.green{color:var(--colProg);border-color:var(--colProg)}.hcount.amber{color:var(--colHold);border-color:var(--colHold)}.hcount.purple{color:var(--colDone);border-color:var(--colDone)}.bcol-body{display:flex;flex-direction:column;gap:14px;min-height:80px;border-radius:14px;padding:2px;transition:background .12s}.bcol-body.over{background:var(--tile);outline:2px dashed var(--line)}.pcard{background:var(--paper);border:1.6px solid var(--line);border-radius:13px;padding:15px 16px;box-shadow:var(--shadow);cursor:grab;border-left-width:1.6px}.pcard.nodrag{cursor:default}.pcard:active{cursor:grabbing}.pcard.dragging{opacity:.4}.pcard.c-green{border-color:#2fa063}.pcard.c-amber{border-color:#e8a33d}.pcard.c-purple{border-color:#6e56cf}.pcard.c-slate{border-color:var(--line)}.pc-head{display:flex;align-items:flex-start;gap:8px}.pc-title{font-weight:700;font-size:15px;flex:1;color:var(--text)}.pc-info{width:22px;height:22px;border-radius:50%;border:1.5px solid var(--muted);color:var(--muted);display:grid;place-items:center;font-size:12px;font-style:italic;font-family:Georgia,serif;flex:0 0 auto;cursor:pointer}.pc-proj{color:var(--brand2);font-weight:650;font-size:13.5px;margin-top:5px}.pc-meta{color:var(--sub);font-size:12.5px;margin-top:5px}.pc-date{text-align:right;font-weight:650;font-size:12.5px;color:var(--text);margin-top:10px}.pc-foot{display:flex;align-items:center;gap:8px;margin-top:12px;padding-top:11px;border-top:1px solid var(--line)}.pc-foot .lbl{color:var(--sub);font-size:12px}.spill{margin-left:auto;color:#fff;font-weight:600;font-size:12px;padding:5px 13px;border-radius:999px;background:var(--slate)}.pc-title.trunc{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.track{position:relative;height:4px;background:var(--line);border-radius:999px;margin-top:16px}.track>i{position:absolute;left:0;top:0;height:100%;border-radius:999px;background:var(--sc,var(--brand2))}.track .knob{position:absolute;top:50%;transform:translate(-50%,-50%);width:13px;height:13px;border-radius:50%;background:#fff;border:2.5px solid var(--sc,var(--brand2));box-shadow:0 1px 3px #00000040}.prog-lbl{color:var(--sub);font-size:12px;margin-top:10px}.pc-foot2{display:flex;justify-content:flex-end;margin-top:12px;padding-top:12px;border-top:1px solid var(--line)}.spill2{color:#fff;font-weight:600;font-size:12px;padding:6px 18px;border-radius:999px;background:var(--slate)}.spill2.ok{background:var(--colProg)}.spill2.hold{background:var(--colHold)}.spill2.start{background:var(--colStart)}.spill2.done{background:var(--colDone)}.sfi{width:38px;height:38px;border-radius:10px;background:var(--tile);display:grid;place-items:center;flex:0 0 auto}.sfi .lucide{stroke:var(--sub);width:19px;height:19px}.sgp{display:inline-flex;padding:6px 14px;border-radius:8px;font-size:12.5px;font-weight:600;border:1px solid;color:#5b6577;border-color:#d5dae2;background:#f2f4f7}.pf-top{display:flex;align-items:center;gap:14px;margin-bottom:18px}.pf-back{border:1px solid var(--line);background:var(--paper);cursor:pointer;color:var(--sub);width:40px;height:40px;border-radius:10px;display:grid;place-items:center}.pf-back:hover{background:var(--tile);color:var(--text)}.pf-title{margin:0;color:var(--title);font-size:26px;font-weight:700}.pf-sub{color:var(--sub);font-size:13px;margin-top:7px}.pf-bar{display:flex;align-items:center;gap:6px;background:var(--tile);border:1px solid var(--line);border-radius:12px;padding:8px 10px;margin-bottom:24px;flex-wrap:wrap}.pf-tabs{display:flex;gap:2px;flex-wrap:wrap}.pftab{border:none;background:none;font:inherit;font-weight:600;color:var(--sub);padding:10px 16px;border-radius:8px;cursor:pointer;position:relative}.pftab.active{color:var(--text)}.pftab.active:after{content:"";position:absolute;left:14px;right:14px;bottom:1px;height:2.5px;background:var(--orange);border-radius:2px}.pftab:hover{color:var(--text)}.pf-form{max-width:none}.pf-details{max-width:1400px;margin-inline:auto}.pfl{display:block;color:var(--brand2);font-weight:600;font-size:13.5px;margin:20px 0 8px}.pfl.req:before{content:"*";color:var(--orange);margin-right:5px}.pfi{width:100%;border:1px solid var(--line);border-radius:9px;padding:13px 14px;font:inherit;color:var(--text);background:var(--paper);outline:none}.pfi:focus{border-color:var(--brand2)}.pfi.half{max-width:460px}textarea.pfi{min-height:110px;resize:vertical}select.pfi{-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%237b869b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m6 9 6 6 6-6'/></svg>");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}.pf2col{display:grid;grid-template-columns:1fr 1fr;gap:26px}@media(max-width:820px){.pf2col{grid-template-columns:1fr;gap:0}}.pfradios{display:flex;flex-wrap:wrap;gap:12px 22px;padding-top:6px}.pfradio{display:flex;align-items:center;gap:9px;font-size:13.5px;cursor:pointer;color:var(--text)}.pfradio input{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:18px;height:18px;border:2px solid var(--muted);border-radius:50%;cursor:pointer;position:relative;flex:0 0 auto;margin:0;transition:border-color .12s}.pfradio input:checked{border-color:var(--orange)}.pfradio input:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:9px;height:9px;border-radius:50%;background:var(--orange)}.pfselect{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:9px;padding:13px 14px;color:var(--sub);max-width:460px;background:var(--paper)}.pf-del{display:inline-flex;gap:8px;align-items:center;border:1px solid #cdd8ec;background:var(--paper);color:var(--brand2);font:inherit;font-weight:600;padding:10px 16px;border-radius:9px;cursor:pointer}.pf-save{display:inline-flex;gap:8px;align-items:center;border:none;background:var(--brand);color:#fff;font:inherit;font-weight:650;padding:11px 20px;border-radius:9px;cursor:pointer}.pf-save:disabled{opacity:.55;cursor:default}.pf-danger{margin-top:36px;padding-top:22px;border-top:1px solid var(--line)}.pf-danger h4{margin:0 0 5px;color:var(--red);font-size:14px}.pf-danger p{margin:0 0 14px;color:var(--sub);font-size:12.5px;max-width:560px;line-height:1.5}.dz-del{display:inline-flex;gap:8px;align-items:center;border:1px solid #f6c9c9;background:var(--redSoft);color:var(--red);border-radius:9px;padding:11px 18px;font:inherit;font-weight:650;cursor:pointer;transition:background .13s,color .13s,border-color .13s}.dz-del:hover{background:var(--red);color:#fff;border-color:var(--red)}.dz-del .lucide{width:16px;height:16px}.modal-back{position:fixed;top:0;right:0;bottom:0;left:0;background:#1721406b;display:grid;place-items:center;z-index:80;padding:20px}.modal-card{background:var(--paper);border:1px solid var(--line);border-radius:16px;box-shadow:0 20px 60px #17214047;padding:24px;max-width:430px;width:100%}.modal-ic{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;margin-bottom:14px}.modal-ic .lucide{width:22px;height:22px}.modal-card h3{margin:0 0 8px;color:var(--title);font-size:18px}.modal-card p{margin:0 0 22px;color:var(--sub);font-size:13.5px;line-height:1.55}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.btn-ghost{border:1px solid var(--line);background:var(--paper);color:var(--text);border-radius:9px;padding:10px 18px;font:inherit;font-weight:600;cursor:pointer}.btn-ghost:hover{background:var(--tile)}.btn-ghost:disabled{opacity:.5;cursor:default}.btn-solid{border:none;background:var(--brand);color:#fff;border-radius:9px;padding:10px 18px;font:inherit;font-weight:650;cursor:pointer}.btn-solid.danger{background:var(--red)}.btn-solid:hover{filter:brightness(.96)}.btn-solid:disabled{opacity:.6;cursor:default}.tabbadge{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 6px;margin-left:7px;border-radius:999px;background:var(--greenSoft);color:var(--green);border:1px solid #b9e3d1;font-size:11px;font-weight:700}.tabhead{display:flex;align-items:center;margin-bottom:18px;gap:12px}.tabhead h3{margin:0;color:var(--title)}.taskcards{display:flex;flex-direction:column;gap:14px;max-width:620px}.tcard{display:flex;gap:14px;align-items:stretch;background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:15px 16px;box-shadow:var(--shadow);cursor:pointer}.tcard:hover{border-color:var(--brand2)}.tstrip{width:6px;border-radius:6px;background:var(--muted);flex:0 0 auto}.tname{font-weight:700;color:var(--title)}.tdate{color:var(--sub);font-size:12.5px;margin-top:8px}.cmt-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.cmt-col{background:var(--tile);border:1px solid var(--line);border-radius:14px;padding:16px;display:flex;flex-direction:column;min-height:min(640px,calc(100vh - 300px))}.cmt-col.pinned{background:var(--paper)}.cmt-h{display:flex;align-items:center;gap:9px;color:var(--title);font-weight:700;margin-bottom:14px}.cmt-h .lucide{stroke:var(--orange);width:18px;height:18px}.cmt-list{flex:1;overflow:auto;display:flex;flex-direction:column;gap:12px}.cmt-empty{color:var(--muted);font-size:13px;text-align:center;margin:auto 0}.ccard{display:flex;gap:12px;background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:12px 14px;box-shadow:var(--shadow)}.cmt-col.pinned .ccard{background:var(--tile)}.cav{width:34px;height:34px;border-radius:50%;border:2px solid var(--orange);flex:0 0 auto;display:grid;place-items:center;font-size:11px;font-weight:700;color:var(--sub)}.cbody{flex:1;min-width:0}.cmeta b{color:var(--brand2);font-size:13px}.cmeta span{color:var(--muted);font-size:11px;margin-left:6px}.ctext{margin-top:6px;font-size:13.5px;color:var(--text);word-break:break-word}.cpin{border:1.5px solid var(--muted);background:var(--paper);border-radius:50%;width:30px;height:30px;cursor:pointer;color:var(--sub);flex:0 0 auto;display:grid;place-items:center}.cpin .lucide{width:14px;height:14px}.cpin.on{border-color:var(--orange);color:var(--orange);background:var(--orangeSoft)}.cpin.on .lucide{stroke:var(--orange)}.cmt-add{margin-top:14px;background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:12px}.cmt-inrow{display:flex;gap:10px}.cmt-inrow input{flex:1;border:1px solid var(--line);border-radius:9px;padding:11px 13px;font:inherit;outline:none;background:var(--paper);color:var(--text)}.cmt-inrow input:focus{border-color:var(--brand2)}.cmt-inrow button{border:none;background:var(--brand);color:#fff;border-radius:9px;padding:0 16px;cursor:pointer;font-weight:600;display:grid;place-items:center}.cmt-inrow button .lucide{stroke:#fff;width:16px;height:16px}.att-files{display:flex;flex-direction:column;gap:12px;max-width:620px}.filerow{display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:10px;padding:13px 15px;box-shadow:var(--shadow);background:var(--paper)}.fico{width:30px;height:30px;border-radius:7px;background:#2b579a;color:#fff;display:grid;place-items:center;font-weight:800;font-size:12px;flex:0 0 auto}.fdots{color:var(--muted);cursor:pointer;font-weight:700;padding:2px 8px;border-radius:6px}.fdots:hover{background:var(--tile)}.att-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.att-col{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:18px;min-height:min(560px,calc(100vh - 300px));display:flex;flex-direction:column}.att-add{align-self:flex-start;display:inline-flex;gap:8px;align-items:center;background:var(--brand);color:#fff;border:none;border-radius:10px;padding:11px 18px;font:inherit;font-weight:650;cursor:pointer}.att-add .lucide{stroke:#fff;width:16px;height:16px}.att-stage{flex:1;margin-top:16px;display:flex;flex-direction:column;gap:10px}.att-empty{flex:1;display:grid;place-items:center;color:var(--muted);font-size:13px;text-align:center}.att-actions{display:flex;gap:12px;justify-content:center;margin-top:12px}.att-del,.att-up{display:inline-flex;gap:7px;align-items:center;border:1px solid var(--line);background:var(--tile);color:var(--muted);border-radius:9px;padding:10px 18px;font:inherit;font-weight:600;cursor:pointer}.att-del:disabled,.att-up:disabled{opacity:.6;cursor:not-allowed}.att-del .lucide,.att-up .lucide{width:15px;height:15px}.att-up.primary{background:var(--brand);color:#fff;border-color:var(--brand)}.att-up.primary .lucide{stroke:#fff}.att-up.primary:disabled{background:var(--tile);color:var(--muted);border-color:var(--line)}.att-err{margin-top:10px;background:var(--redSoft);border:1px solid #f6c9c9;color:var(--red);border-radius:9px;padding:9px 12px;font-size:12.5px}.att-note{margin-top:10px;color:var(--muted);font-size:12px;text-align:center}.is-activity{margin-top:30px;padding-top:20px;border-top:1px solid var(--line)}.is-activity h4{margin:0 0 12px;color:var(--title);font-size:14px}.act-list{display:flex;flex-direction:column;gap:2px}.act-row{display:flex;align-items:center;gap:12px;padding:8px 2px;border-bottom:1px solid var(--line)}.act-row:last-child{border-bottom:none}.act-dot{width:8px;height:8px;border-radius:50%;background:var(--brand2);flex:0 0 auto}.act-msg{flex:1;font-size:13px;color:var(--text)}.act-meta{font-size:12px;color:var(--sub)}.att-h{text-align:center;color:var(--title);font-weight:700;margin-bottom:16px}.att-open{margin-top:14px;text-align:center}.att-open a{display:inline-flex;gap:7px;align-items:center;color:var(--brand2);font-weight:600;font-size:13px}.row-del{display:grid;place-items:center;width:36px;height:36px;border-radius:9px;border:1px solid transparent;background:transparent;color:var(--muted);cursor:pointer;transition:background .13s,color .13s,border-color .13s;flex:0 0 auto}.row-del .lucide{width:18px;height:18px}.row-del:hover{background:var(--redSoft);color:var(--red);border-color:#f6c9c9}.dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;text-align:center;border:2px dashed var(--selBd);border-radius:13px;padding:30px 20px;cursor:pointer;color:var(--sub);background:var(--tile);transition:border-color .14s,background .14s}.dropzone:hover{border-color:var(--brand2);background:var(--blueSoft)}.dropzone.over{border-color:var(--brand);background:var(--blueSoft)}.dropzone .dz-ic{width:48px;height:48px;border-radius:13px;background:var(--paper);display:grid;place-items:center;box-shadow:var(--shadow);margin-bottom:5px}.dropzone .dz-ic .lucide{width:24px;height:24px;stroke:var(--brand)}.dropzone b{color:var(--title);font-size:14.5px}.dropzone .dz-sub{font-size:12.5px}.dropzone .dz-sub u{color:var(--brand2);text-decoration:none;font-weight:600;border-bottom:1px solid var(--brand2)}.att-stage-h{font-size:11.5px;letter-spacing:.03em;text-transform:uppercase;color:var(--sub);font-weight:700;margin:18px 2px 0}@media(max-width:860px){.att-grid,.cmt-grid{grid-template-columns:1fr}}.is-err{background:var(--redSoft);border:1px solid #f6c9c9;color:var(--red);border-radius:10px;padding:11px 15px;margin-bottom:16px;font-size:13px}.is-ok{background:#e8f5ec;border:1px solid #b7e0c4;color:#1e7a3d;border-radius:10px;padding:11px 15px;margin-bottom:16px;font-size:13px}.is-warnbar{background:var(--warnBg);border:1px solid var(--warnBd);color:var(--warnTx);border-radius:10px;padding:11px 15px;margin:14px 0 4px;font-size:12.5px;line-height:1.5}.is-notice{display:flex;align-items:center;gap:11px;background:var(--holdBg);border:1px solid var(--holdBd);color:var(--hold);border-radius:11px;padding:12px 16px;margin:0 0 18px;font-size:13px;line-height:1.45}.is-notice .lucide{width:18px;height:18px;flex:0 0 auto;stroke:var(--hold)}.is-notice b{font-weight:700}.is-linkbtn{display:inline-flex;align-items:center;gap:7px;background:transparent;border:none;color:var(--sub);font:inherit;font-weight:600;font-size:13px;padding:9px 12px;border-radius:8px;cursor:pointer}.is-linkbtn .lucide{stroke:var(--sub)}.is-linkbtn:hover:not(:disabled){background:var(--tile);color:var(--text)}.is-linkbtn:hover:not(:disabled) .lucide{stroke:var(--text)}.is-linkbtn:disabled{opacity:.4;cursor:default}.is-activity h4 .act-num{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;margin-left:6px;border-radius:999px;background:var(--tile);color:var(--sub);font-size:11px;font-weight:700;vertical-align:middle}.act-feed{list-style:none;margin:0;padding:0;position:relative}.act-feed:before{content:"";position:absolute;left:15px;top:6px;bottom:6px;width:2px;background:var(--line)}.act-item{position:relative;display:flex;gap:14px;padding:8px 0;align-items:flex-start}.act-ic{position:relative;z-index:1;flex:0 0 auto;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;background:var(--paper);border:1px solid var(--line);color:var(--sub)}.act-ic.rev{background:var(--holdBg);border-color:var(--holdBd);color:var(--hold)}.act-ic.add{background:var(--okBg);border-color:var(--okBd);color:var(--ok)}.act-ic.sub{background:var(--greenSoft);border-color:#b9e3d1;color:var(--green)}.act-ic.req{background:var(--purpleSoft);border-color:#c9d6ee;color:var(--purple)}.act-ic.del{background:var(--redSoft);border-color:#f6c9c9;color:var(--red)}.act-body{flex:1;min-width:0;padding-top:2px}.act-text{font-size:13px;color:var(--text);line-height:1.4}.act-sub{font-size:11.5px;color:var(--sub);margin-top:1px}.is-purch tbody td{padding:3px 5px}.is-purch .pst-total{font-weight:700;color:var(--text);padding:0 10px;white-space:nowrap}.is-grid tr.pst-recv td{background:var(--okBg)}.is-grid tr.pst-recv:hover td{background:#dcefe3}.is-grid tr.pst-ord td{background:#fdf6e9}.is-grid tr.pst-ord:hover td{background:#faeed6}.splash{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:grid;place-items:center;overflow:hidden;background:radial-gradient(1200px 760px at 50% 24%,#1e3568,#142650 46%,#0b1733)}.splash-aurora{position:absolute;width:150%;height:150%;left:-25%;top:-30%;pointer-events:none;filter:blur(60px);opacity:.9;background:radial-gradient(38% 38% at 30% 34%,rgba(86,123,204,.55),transparent 70%),radial-gradient(34% 34% at 72% 40%,rgba(61,101,194,.5),transparent 72%),radial-gradient(30% 30% at 54% 74%,rgba(232,134,43,.28),transparent 72%);animation:splash-aurora 14s ease-in-out infinite}.splash-grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.5;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:44px 44px;-webkit-mask:radial-gradient(closest-side at 50% 40%,#000,transparent 78%);mask:radial-gradient(closest-side at 50% 40%,#000,transparent 78%)}.splash-inner{position:relative;display:flex;flex-direction:column;align-items:center;animation:splash-in .6s cubic-bezier(.2,.9,.3,1)}.splash-logo{position:relative;width:184px;height:184px;display:grid;place-items:center;animation:splash-float 3.4s ease-in-out infinite}.splash-ring{position:absolute;top:-30px;right:-30px;bottom:-30px;left:-30px;border-radius:50%;background:conic-gradient(from 0deg,transparent 0 58%,rgba(232,134,43,.95) 74%,rgba(255,209,150,.4) 84%,transparent 92%);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 3px));mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 3px));animation:splash-spin 3.4s linear infinite}.splash-ring.two{top:-54px;right:-54px;bottom:-54px;left:-54px;background:conic-gradient(from 180deg,transparent 0 66%,rgba(86,123,204,.9) 82%,transparent 94%);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 2px),#000 calc(100% - 2px));mask:radial-gradient(farthest-side,transparent calc(100% - 2px),#000 calc(100% - 2px));animation:splash-spin 5.6s linear infinite reverse;opacity:.8}.splash-badge{position:relative;width:158px;height:158px;border-radius:38px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 26px 70px #040c228c,0 4px 14px #040c2266,inset 0 0 0 1px #fff9}.splash-badge:before{content:"";position:absolute;top:-22px;right:-22px;bottom:-22px;left:-22px;border-radius:40px;z-index:-1;background:radial-gradient(circle,rgba(120,160,240,.55),transparent 66%);filter:blur(12px);animation:splash-halo 2.6s ease-in-out infinite}.splash-badge img{width:104px;height:104px;object-fit:contain;border-radius:8px}.splash-shine{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;overflow:hidden;pointer-events:none}.splash-shine:before{content:"";position:absolute;top:-60%;left:-40%;width:45%;height:220%;transform:rotate(18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.85),transparent);animation:splash-sweep 3s ease-in-out infinite}.splash-title{margin-top:54px;font-size:29px;font-weight:800;letter-spacing:.005em;background:linear-gradient(90deg,#fff,#cfe0ff);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 2px 30px rgba(120,160,240,.35)}.splash-tag{margin-top:7px;font-size:11px;font-weight:700;letter-spacing:.34em;text-transform:uppercase;color:#8fa6d8}.splash-bar{margin-top:24px;width:200px;height:4px;border-radius:999px;background:#ffffff1f;overflow:hidden;position:relative}.splash-bar span{position:absolute;left:-45%;top:0;height:100%;width:45%;border-radius:999px;background:linear-gradient(90deg,var(--orange),#ffc78a);box-shadow:0 0 14px #e8862bbf;animation:splash-slide 1.2s cubic-bezier(.4,0,.2,1) infinite}.splash-sub{margin-top:16px;font-size:11.5px;color:#7f92c2;letter-spacing:.16em;text-transform:uppercase}.splash-credit{position:absolute;left:0;right:0;bottom:28px;display:flex;align-items:center;justify-content:center;gap:10px;color:#6f82b0;font-size:11.5px;letter-spacing:.05em;animation:splash-in .6s cubic-bezier(.2,.9,.3,1) .2s both}.splash-credit b{color:#b6c4e6;font-weight:700;letter-spacing:.06em}.innova-dots{width:22px;height:22px;flex:0 0 auto;filter:drop-shadow(0 2px 6px rgba(0,0,0,.35))}@keyframes splash-in{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:none}}@keyframes splash-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes splash-halo{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@keyframes splash-spin{to{transform:rotate(360deg)}}@keyframes splash-slide{0%{left:-45%}to{left:100%}}@keyframes splash-sweep{0%{left:-40%}55%,to{left:130%}}@keyframes splash-aurora{0%,to{transform:translate(-3%,-2%) rotate(0) scale(1)}50%{transform:translate(4%,3%) rotate(12deg) scale(1.08)}}.help-back{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a6b;z-index:90;display:flex;justify-content:flex-end}.help-drawer{width:420px;max-width:94vw;height:100vh;background:var(--paper);box-shadow:-8px 0 34px #161c243d;display:flex;flex-direction:column;animation:help-in .22s ease}@keyframes help-in{0%{transform:translate(24px);opacity:.4}to{transform:none;opacity:1}}.help-head{display:flex;align-items:flex-start;gap:12px;padding:20px 22px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,var(--tile),transparent)}.help-head h2{margin:0 0 3px;font-size:18px;color:var(--title);font-weight:750}.help-head p{margin:0;color:var(--sub);font-size:13px}.help-x{margin-left:auto;flex:0 0 auto;width:34px;height:34px;border-radius:9px;border:1px solid var(--line);background:var(--paper);color:var(--sub);cursor:pointer;display:grid;place-items:center}.help-x:hover{background:var(--tile);color:var(--text)}.help-x svg{width:18px;height:18px;stroke:currentColor}.help-body{padding:18px 22px;overflow:auto}.help-you{display:flex;align-items:center;gap:11px;background:var(--tile);border:1px solid var(--line);border-radius:11px;padding:12px 14px;font-size:13px;color:var(--text);margin-bottom:18px}.help-badge{flex:0 0 auto;display:grid;place-items:center;min-width:34px;height:26px;padding:0 8px;border-radius:8px;background:var(--brand);color:#fff;font-weight:700;font-size:13px}.help-sec{margin-bottom:20px}.help-sec h3{display:flex;align-items:center;gap:8px;margin:0 0 8px;font-size:14px;color:var(--title);font-weight:700}.help-sec h3 .lucide{stroke:var(--orange)}.help-sec ul{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:6px}.help-sec li,.help-sec p{font-size:13px;color:var(--text);line-height:1.5}.help-sec p{margin:0}.help-sec b{font-weight:650}.help-msg{width:100%;border:1px solid var(--line);border-radius:10px;background:var(--paper);color:var(--text);font:inherit;font-size:13px;padding:10px 12px;resize:vertical;outline:none}.help-msg:focus{border-color:var(--brand2)}.signin{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500;display:grid;place-items:center;overflow:hidden;padding:24px;background:radial-gradient(1200px 760px at 50% 24%,#1e3568,#142650 46%,#0b1733)}.signin-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;animation:splash-in .55s cubic-bezier(.2,.9,.3,1)}.signin-sub{margin:16px 0 24px;color:#9db0da;font-size:14px;max-width:330px;line-height:1.55}.signin-btn{display:inline-flex;align-items:center;gap:12px;background:#fff;color:#1f2a44;border:none;border-radius:12px;padding:14px 26px;font:inherit;font-weight:650;font-size:15px;cursor:pointer;box-shadow:0 12px 34px #040c2273;transition:transform .12s ease,box-shadow .12s ease}.signin-btn:hover{transform:translateY(-1px);box-shadow:0 16px 40px #040c228c}.signin-btn:disabled{opacity:.75;cursor:default;transform:none}.signin-ms{width:20px;height:20px;flex:0 0 auto}.gt-legend{display:flex;gap:8px;justify-content:flex-end;align-items:center;margin-bottom:14px;flex-wrap:wrap}.gt-chip{display:inline-flex;align-items:center;gap:7px;font:inherit;font-size:12px;font-weight:600;color:var(--text);background:var(--tile);border:1px solid var(--line);border-radius:999px;padding:6px 12px;cursor:pointer;transition:opacity .12s,border-color .12s,box-shadow .12s}.gt-chip:hover{border-color:var(--selBd)}.gt-chip.on{border-color:var(--brand2);box-shadow:0 0 0 2px #567bcc24}.gt-chip.off{opacity:.4}.gt-clear{font:inherit;font-size:12px;font-weight:600;color:var(--sub);background:none;border:none;cursor:pointer;padding:6px 8px;margin-right:auto}.gt-clear:hover{color:var(--text)}.gt-dot{width:10px;height:10px;border-radius:3px}.gt-wrap{display:flex;align-items:stretch}.gt-names{flex:0 0 196px;border-right:1px solid var(--line);position:relative;z-index:2;background:var(--paper)}.gt-name-h{height:38px}.gt-name{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;height:52px;width:100%;border:none;border-top:1px solid var(--line);background:none;cursor:pointer;text-align:left;padding:0 12px 0 14px;font:inherit;border-radius:0}.gt-name b{font-size:13px;color:var(--text)}.gt-name small{color:var(--sub);font-size:11.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:158px}.gt-name:hover{background:var(--tile)}.gt-scroll{flex:1;min-width:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;cursor:grab;touch-action:pan-x pan-y}.gt-scroll.grabbing{cursor:grabbing;-webkit-user-select:none;user-select:none}.gt-scroll.grabbing .gt-bar,.gt-scroll.grabbing .gt-name{cursor:grabbing}.gt-scroll::-webkit-scrollbar{height:10px}.gt-scroll::-webkit-scrollbar-thumb{background:var(--line);border-radius:6px;border:3px solid var(--paper)}.gt-time{position:relative}.gt-cols{position:absolute;top:34px;left:0;right:0;bottom:0;pointer-events:none}.gt-tick{position:absolute;top:0;bottom:0;width:1px;background:var(--line);opacity:.55}.gt-head{position:relative;height:38px}.gt-h{position:absolute;top:10px;font-size:11px;color:var(--muted);font-weight:600;transform:translate(6px);white-space:nowrap;letter-spacing:.02em}.gt-cols{top:38px}.gt-today{position:absolute;top:38px;bottom:0;width:2px;background:var(--red);z-index:3}.gt-today:before{content:"Today";position:absolute;top:-15px;left:-13px;font-size:10px;font-weight:700;color:var(--red)}.gt-row{position:relative;height:52px;border-top:1px solid var(--line)}.gt-bar{position:absolute;top:12px;height:28px;border-radius:8px;display:flex;align-items:center;padding:0 10px;color:#fff;font-size:11.5px;font-weight:600;white-space:nowrap;overflow:hidden;cursor:pointer;box-shadow:0 2px 6px #17214024}.gt-bar span{overflow:hidden;text-overflow:ellipsis}.gt-bar.done{opacity:.5;filter:grayscale(.3)}.gt-bar.over{outline:2px solid var(--red);outline-offset:1px}.gt-bar:hover{filter:brightness(1.07)}.crash{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;display:grid;place-items:center;padding:24px;background:var(--bg)}.crash-card{max-width:460px;width:100%;background:var(--paper);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:34px 30px;text-align:center}.crash-ic{width:60px;height:60px;border-radius:16px;margin:0 auto 16px;display:grid;place-items:center;background:var(--redSoft,#fdecec);color:var(--red,#d3454b)}.crash-ic svg{width:30px;height:30px;stroke:currentColor}.crash-card h2{margin:0 0 8px;font-size:20px;color:var(--title)}.crash-card p{margin:0 0 20px;color:var(--sub);font-size:14px;line-height:1.5}.crash-detail{margin-top:18px;text-align:left}.crash-detail summary{cursor:pointer;color:var(--sub);font-size:12.5px}.crash-detail pre{margin:8px 0 0;padding:10px 12px;background:var(--tile);border:1px solid var(--line);border-radius:8px;font-size:12px;color:var(--text);white-space:pre-wrap;word-break:break-word}.rep-head{display:flex;align-items:center;gap:14px;margin:2px 0 16px}.rep-head .set-lead{flex:1}.rep-flag{display:inline-block;margin-left:8px;padding:2px 9px;border-radius:999px;background:var(--orangeSoft);color:var(--orange);font-size:11px;font-weight:700;vertical-align:middle}.rep-tiles{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-bottom:18px}.rep-tile{background:var(--paper);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:16px 16px 14px}.rep-tile-ic{width:34px;height:34px;border-radius:9px;background:var(--tile);display:grid;place-items:center;margin-bottom:10px}.rep-tile-ic .lucide{stroke:var(--brand)}.rep-tile-v{font-size:22px;font-weight:750;color:var(--title);line-height:1.1}.rep-tile-l{font-size:12px;color:var(--sub);margin-top:3px}@media(max-width:1200px){.rep-tiles{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.rep-tiles{grid-template-columns:repeat(2,1fr)}}.rep-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.rep-card{background:var(--paper);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:16px 18px}.rep-wide{grid-column:span 2}@media(max-width:900px){.rep-grid{grid-template-columns:1fr}.rep-wide{grid-column:span 1}}.rep-card-h{display:flex;align-items:center;margin-bottom:12px}.rep-card-h h3{margin:0;font-size:14.5px;color:var(--title);font-weight:700;flex:1}.rep-exp{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);background:var(--paper);color:var(--sub);border-radius:8px;padding:5px 10px;font:inherit;font-size:12px;font-weight:600;cursor:pointer}.rep-exp:hover{background:var(--tile);color:var(--text)}.rep-tbl{width:100%;border-collapse:collapse}.rep-tbl th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--sub);font-weight:600;padding:8px 12px;border-bottom:1px solid var(--line);white-space:nowrap}.rep-tbl td{padding:11px 12px;border-bottom:1px solid var(--line);font-size:13.5px;color:var(--text);vertical-align:middle}.rep-tbl tbody tr:last-child td{border-bottom:none}.rep-tbl tfoot td{border-top:2px solid var(--line);border-bottom:none;font-weight:700;color:var(--title)}.rep-tbl .rt-n{text-align:right;white-space:nowrap}.rep-tbl .rt-b{font-weight:600}.rep-who{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;border:1.4px solid var(--brand2);color:var(--brand2);font-size:10px;font-weight:700;background:var(--paper);margin-right:9px;vertical-align:middle}.rep-empty{color:var(--muted);font-size:13px;padding:12px 2px}.rep-two{display:flex}.rep-two .rep-stat{flex:1}.rep-bars{display:flex;align-items:flex-end;gap:10px;height:150px;padding-top:8px}.rep-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%}.rep-bar-track{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center}.rep-bar-fill{width:60%;min-height:3px;background:linear-gradient(180deg,var(--brand2),var(--brand));border-radius:7px 7px 0 0;display:flex;align-items:flex-start;justify-content:center;position:relative}.rep-bar-fill span{position:absolute;top:-18px;font-size:12px;font-weight:700;color:var(--title)}.rep-bar-lbl{font-size:11.5px;color:var(--sub);margin-top:6px}.rep-stat{text-align:center;padding:14px 0 6px}.rep-stat-v{font-size:34px;font-weight:800;color:var(--orange)}.rep-stat-l{font-size:12.5px;color:var(--sub);margin-top:2px}@media print{.nav,.topbar,.navmobile{display:none!important}.app{display:block}.content{padding:0}}.arch-bar{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:6px 0 16px}.seg{display:inline-flex;background:var(--tile);border:1px solid var(--line);border-radius:11px;padding:4px;gap:4px}.seg .segbtn{display:inline-flex;align-items:center;gap:8px;border:none;background:transparent;color:var(--sub);font:inherit;font-weight:600;font-size:13.5px;padding:8px 14px;border-radius:8px;cursor:pointer}.seg .segbtn.on{background:var(--paper);color:var(--text);box-shadow:var(--shadow)}.seg-n{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--line);color:var(--text);font-size:11.5px;font-weight:700}.seg .segbtn.on .seg-n{background:var(--orange);color:#fff}.arch-search{display:flex;align-items:center;gap:8px;flex:1;min-width:220px;max-width:360px;background:var(--paper);border:1px solid var(--line);border-radius:10px;padding:0 12px;color:var(--muted)}.arch-search input{flex:1;border:none;background:transparent;outline:none;font:inherit;font-size:14px;color:var(--text);padding:11px 0}.snag-badge{display:inline-flex;align-items:center;padding:5px 11px;border-radius:999px;font-size:12.5px;font-weight:600;color:var(--warnTx);background:var(--warnBg);border:1px solid var(--warnBd)}.access-card{max-width:440px;text-align:center;background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:34px 32px;box-shadow:0 12px 40px #141e371f}.access-ic{width:56px;height:56px;border-radius:50%;background:var(--holdBg);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.access-ic .lucide{width:26px;height:26px;stroke:var(--hold)}.access-card h1{margin:0 0 8px;font-size:22px;color:var(--title)}.access-card p{color:var(--sub);font-size:14px;line-height:1.55;margin:0 0 22px}.access-actions{display:flex;flex-direction:column;gap:10px;align-items:stretch}.ro-head{display:flex;align-items:flex-end;gap:16px;margin-bottom:20px}.ro-search{display:flex;align-items:center;gap:8px;background:var(--paper);border:1px solid var(--line);border-radius:10px;padding:9px 13px;min-width:240px}.ro-search .lucide{width:16px;height:16px;stroke:var(--sub);flex:0 0 auto}.ro-search input{border:none;background:transparent;outline:none;font:inherit;font-size:14px;color:var(--text);width:100%}.ro-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.ro-card{display:flex;flex-direction:column;gap:9px;text-align:left;background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:16px 17px;cursor:pointer;font:inherit;box-shadow:var(--shadow);transition:border-color .12s,transform .12s}.ro-card:hover{border-color:var(--brand2);transform:translateY(-2px)}.ro-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.ro-pno{font-size:12px;font-weight:700;color:var(--sub);letter-spacing:.02em}.ro-name{font-size:15.5px;font-weight:700;color:var(--title);line-height:1.3}.ro-cardmeta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:2px}.ro-dates{font-size:12px;color:var(--sub)}.set-lead{color:var(--sub);font-size:13.5px;margin:-4px 0 18px}.set-wrap{display:grid;grid-template-columns:248px 1fr;gap:22px;align-items:start}.set-nav{display:flex;flex-direction:column;gap:6px;position:sticky;top:8px}.set-navitem{display:flex;align-items:center;gap:12px;text-align:left;background:transparent;border:1px solid transparent;border-radius:12px;padding:11px 12px;cursor:pointer;font:inherit;color:var(--sub);transition:background .12s,border-color .12s,box-shadow .12s}.set-navitem:hover{background:var(--tile)}.set-navitem.on{background:var(--paper);border-color:var(--line);box-shadow:var(--shadow);color:var(--text);position:relative}.set-navitem.on:before{content:"";position:absolute;left:-1px;top:12px;bottom:12px;width:3px;border-radius:3px;background:var(--orange)}.set-navic{width:36px;height:36px;border-radius:10px;background:var(--tile);display:flex;align-items:center;justify-content:center;flex:0 0 auto;transition:background .12s,color .12s}.set-navitem.on .set-navic{background:linear-gradient(135deg,var(--orange),#f0a355);color:#fff}.set-panel input[type=checkbox]{accent-color:var(--orange)}.set-navic svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.set-navtx{display:flex;flex-direction:column;line-height:1.25;min-width:0}.set-navtx b{font-size:14px;font-weight:650}.set-navtx small{font-size:11.5px;color:var(--muted)}.set-panel{background:var(--paper);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);overflow:hidden}.set-panel-head{padding:20px 24px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,var(--tile),transparent)}.set-panel-head h2{margin:0 0 3px;font-size:18px;color:var(--title);font-weight:750}.set-panel-head p{margin:0;color:var(--sub);font-size:13px;line-height:1.45}.set-panel-body{padding:22px 24px}.set-foot{display:flex;justify-content:flex-end;margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}@media(max-width:860px){.set-wrap{grid-template-columns:1fr}.set-nav{flex-direction:row;flex-wrap:wrap;position:static}.set-navitem{flex:1 1 160px}}.set-add{display:flex;gap:14px;align-items:flex-end;flex-wrap:wrap;background:var(--tile);border:1px solid var(--line);border-radius:12px;padding:14px 16px}.set-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.set-toggles{display:flex;flex-direction:column;gap:10px;max-width:640px}.set-toggle{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border:1px solid var(--line);border-radius:11px;cursor:pointer;background:var(--paper)}.set-toggle:hover{border-color:var(--selBd)}.set-toggle input{position:absolute;opacity:0;width:0;height:0}.set-tg-box{flex:0 0 auto;width:40px;height:23px;border-radius:999px;background:var(--line);position:relative;transition:background .16s;margin-top:1px}.set-tg-box:after{content:"";position:absolute;top:2px;left:2px;width:19px;height:19px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:transform .16s}.set-toggle input:checked+.set-tg-box{background:var(--orange)}.set-toggle input:checked+.set-tg-box:after{transform:translate(17px)}.set-tg-text{display:flex;flex-direction:column;gap:2px;font-size:13px;color:var(--text)}.set-tg-text span{color:var(--sub);font-size:12px}.set-list{display:flex;flex-direction:column;gap:8px;max-width:520px}.set-boltchk{display:flex;align-items:center;gap:7px;align-self:flex-end;padding:10px 12px;border:1px solid var(--line);border-radius:9px;background:var(--paper);font-size:13px;color:var(--text);cursor:pointer;white-space:nowrap}.set-boltchk input{width:16px;height:16px}.set-legend{margin-top:12px;display:flex;flex-direction:column;gap:3px;font-size:12px;color:var(--sub)}.set-legend b{color:var(--text)}.set-list-row{display:flex;align-items:center;gap:8px}.set-reorder{display:flex;flex-direction:column}.set-reorder .row-del{width:24px;height:20px}.set-reorder .row-del .lucide{width:14px;height:14px}.toast-wrap{position:fixed;right:20px;bottom:20px;z-index:1200;display:flex;flex-direction:column;gap:10px;max-width:min(94vw,400px)}.toast{display:flex;align-items:flex-start;gap:11px;background:var(--paper);border:1px solid var(--line);border-left:4px solid var(--sub);border-radius:12px;padding:13px 14px;box-shadow:0 10px 30px #141e3729;animation:toast-in .22s cubic-bezier(.2,.9,.3,1)}.toast.leaving{animation:toast-out .18s ease forwards}@keyframes toast-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}@keyframes toast-out{to{opacity:0;transform:translate(16px)}}.toast-ic{flex:0 0 auto;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:#fff;margin-top:1px}.toast-body{flex:1;min-width:0}.toast-title{font-size:13px;font-weight:700;color:var(--title);margin-bottom:1px}.toast-msg{font-size:12.5px;color:var(--text);line-height:1.4;word-break:break-word}.toast-x{flex:0 0 auto;background:none;border:none;color:var(--muted);cursor:pointer;padding:2px;border-radius:6px;line-height:0}.toast-x:hover{background:var(--tile);color:var(--text)}.toast-success{border-left-color:var(--green)}.toast-success .toast-ic{background:var(--green)}.toast-error{border-left-color:var(--red)}.toast-error .toast-ic{background:var(--red)}.toast-warning{border-left-color:var(--hold)}.toast-warning .toast-ic{background:var(--hold)}.toast-info{border-left-color:var(--brand)}.toast-info .toast-ic{background:var(--brand)}.rev-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}.rev-chip{font:inherit;font-size:12.5px;font-weight:600;color:var(--sub);background:var(--paper);border:1px solid var(--line);border-radius:999px;padding:7px 14px;cursor:pointer;transition:background .12s,border-color .12s,color .12s}.rev-chip:hover:not(:disabled){background:var(--tile);color:var(--text)}.rev-chip.on{background:var(--brand);border-color:var(--brand);color:#fff}.rev-chip:disabled{opacity:.45;cursor:default}.is-statuschip{font-size:12.5px;font-weight:650;padding:6px 13px}.is-statuschip .is-dot{width:7px;height:7px;border-radius:50%;background:currentColor;display:inline-block;flex:0 0 auto;opacity:.85}.is-lead{color:var(--sub);font-size:13px;margin:0 0 14px;max-width:760px;line-height:1.5}.is-revform{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:18px 20px;margin-bottom:22px;max-width:1000px}.is-revform .pfl{margin-top:0}.pf-save.ghost{background:var(--paper);color:var(--brand);border:1px solid var(--selBd)}.pf-save.ghost .lucide{stroke:var(--brand)}.pf-save.ghost:hover{background:var(--tile)}.is-head{display:grid;grid-template-columns:repeat(3,1fr);gap:16px 26px;background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:18px 20px;margin-bottom:18px}.is-head .pfl{margin:0 0 7px}@media(max-width:900px){.is-head{grid-template-columns:1fr 1fr}}.is-tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:14px}.is-btn{display:inline-flex;gap:7px;align-items:center;border:1px solid var(--line);background:var(--paper);color:var(--text);border-radius:9px;padding:9px 15px;font:inherit;font-weight:600;font-size:13px;cursor:pointer}.is-btn:hover{background:var(--tile)}.is-btn:disabled{opacity:.5;cursor:default}.is-btn .lucide{width:15px;height:15px}.is-btn.primary{background:var(--brand);color:#fff;border-color:var(--brand)}.is-btn.primary .lucide{stroke:#fff}.is-btn.primary:hover{filter:brightness(.96);background:var(--brand)}.is-toggle{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--sub);cursor:pointer}.is-toggle input{width:15px;height:15px;accent-color:var(--brand);cursor:pointer}.is-count{color:var(--sub);font-size:12.5px;font-weight:600}.is-gridwrap{border:1px solid var(--line);border-radius:12px;overflow:auto;background:var(--paper)}.is-grid{width:100%;border-collapse:collapse;font-size:13px;min-width:640px}.is-grid thead th{position:sticky;top:0;background:var(--tile);color:var(--sub);text-align:left;font-weight:700;font-size:11.5px;letter-spacing:.02em;text-transform:uppercase;padding:11px 12px;border-bottom:1px solid var(--line);white-space:nowrap}.is-grid tbody td{border-bottom:1px solid var(--line);padding:4px 6px;vertical-align:middle}.is-grid tbody tr:last-child td{border-bottom:none}.is-grid tbody tr:hover{background:var(--tile)}.is-grid .is-ref{text-align:center;color:var(--sub);font-weight:700;padding:4px 8px}.is-grid input,.is-grid select{width:100%;border:1px solid transparent;background:transparent;border-radius:7px;padding:8px 9px;font:inherit;font-size:13px;color:var(--text);outline:none}.is-grid input:hover,.is-grid select:hover{border-color:var(--line)}.is-grid input:focus,.is-grid select:focus{border-color:var(--brand2);background:var(--paper)}.is-grid input.ta-r{text-align:right}.is-grid .row-del{width:32px;height:32px}.is-grid .row-del .lucide{width:16px;height:16px}.is-empty{padding:34px 20px;text-align:center;color:var(--muted);font-size:13px}.is-grid tr.is-inactive{opacity:.5}.is-grid tr.is-inactive:hover{background:transparent}.is-grid tr.is-inactive td .dtab-mut,.is-grid tr.is-inactive .is-ref{text-decoration:line-through}.ppick{position:relative;max-width:560px}.ppick-box{display:flex;flex-wrap:wrap;gap:7px;align-items:center;border:1px solid var(--line);border-radius:10px;padding:8px 10px;background:var(--paper);min-height:48px}.ppick-box:focus-within{border-color:var(--brand2)}.ppick-chip{display:inline-flex;align-items:center;gap:8px;background:var(--tile);border:1px solid var(--line);border-radius:999px;padding:4px 8px 4px 4px;font-size:13px;font-weight:600;color:var(--text)}.ppick-av{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,var(--brand2),#6f8fc9);color:#fff;display:grid;place-items:center;font-size:10px;font-weight:700;flex:0 0 auto}.ppick-av.lg{width:30px;height:30px;font-size:11px}.ppick-x{display:grid;place-items:center;border:none;background:none;color:var(--muted);cursor:pointer;padding:0;width:18px;height:18px;border-radius:50%}.ppick-x:hover{background:var(--redSoft);color:var(--red)}.ppick-x .lucide{width:13px;height:13px}.ppick-in{flex:1;min-width:140px;border:none;outline:none;background:none;font:inherit;font-size:14px;color:var(--text);padding:5px 2px}.ppick-menu{position:absolute;z-index:40;top:calc(100% + 6px);left:0;right:0;background:var(--paper);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);padding:6px;max-height:280px;overflow:auto}.ppick-note{padding:10px 12px;color:var(--sub);font-size:13px}.ppick-opt{display:flex;align-items:center;gap:11px;width:100%;text-align:left;border:none;background:none;font:inherit;padding:9px 10px;border-radius:9px;cursor:pointer}.ppick-opt:hover{background:var(--tile)}.ppick-opt:disabled{cursor:default;opacity:.65}.ppick-optxt{display:flex;flex-direction:column;line-height:1.25}.ppick-optxt b{color:var(--text);font-size:13.5px;font-weight:600}.ppick-optxt small{color:var(--sub);font-size:11.5px}.ppick-added{margin-left:auto;font-size:11px;color:var(--green);font-weight:700}.dash{position:relative}.dash.fs{background:var(--bg);padding:26px 30px;overflow:auto}.dash-fstitle{margin:0;color:var(--title);font-size:26px;font-weight:700}.dash-bar{position:absolute;top:-10px;left:0;right:0;height:3px;overflow:hidden}.dash.fs .dash-bar{top:0}.dash-bar>i{display:block;height:100%;width:100%;background:var(--brand2);opacity:.5;transform:scaleX(0);transform-origin:left;animation-name:dashsweep;animation-timing-function:linear;animation-fill-mode:forwards}@keyframes dashsweep{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.dash-tools{display:flex;align-items:center;gap:10px;margin-bottom:18px;position:relative}.dash-addwrap{position:relative}.dash-opts{position:absolute;z-index:40;top:calc(100% + 6px);right:0;width:230px;background:var(--paper);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);padding:6px}.dash-oi{display:flex;align-items:center;gap:10px;width:100%;text-align:left;border:none;background:none;font:inherit;font-size:13.5px;font-weight:600;color:var(--text);padding:10px;border-radius:8px;cursor:pointer}.dash-oi:hover{background:var(--tile)}.dash-oi .lucide{width:16px;height:16px;stroke:var(--sub)}.dash-osec{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--sub);padding:10px 10px 6px}.dash-ochips{display:flex;gap:6px;padding:0 8px 8px;flex-wrap:wrap}.dash-chip{border:1px solid var(--line);background:var(--paper);color:var(--sub);border-radius:999px;padding:5px 12px;font:inherit;font-size:12.5px;font-weight:600;cursor:pointer}.dash-chip:hover{background:var(--tile)}.dash-chip.on{background:var(--brand);color:#fff;border-color:var(--brand)}.dash-menu{position:absolute;z-index:40;top:calc(100% + 6px);left:0;width:250px;background:var(--paper);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);padding:6px;max-height:340px;overflow:auto}.dash-mi{display:flex;align-items:center;gap:10px;width:100%;text-align:left;border:none;background:none;font:inherit;font-size:13.5px;font-weight:600;color:var(--text);padding:9px 10px;border-radius:8px;cursor:pointer}.dash-mi:hover{background:var(--tile)}.dash-mi-tag{font-size:9.5px;font-weight:800;text-transform:uppercase;color:var(--sub);background:var(--tile);border:1px solid var(--line);border-radius:5px;padding:2px 5px;min-width:26px;text-align:center}.dash-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));grid-auto-rows:80px;gap:16px}@media(max-width:1200px){.dash-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:680px){.dash-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.dash-card{position:relative;background:var(--paper);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:14px 16px;min-width:0;overflow:hidden;display:flex;flex-direction:column}.dash-cb{flex:1;min-height:0;overflow:auto}.dash-card.kpi .dash-cb{display:flex;flex-direction:column;justify-content:center;align-items:center}.dash-card.kpi .dtile{align-items:center;text-align:center}.dash-card.chart .dash-cb{display:flex;flex-direction:column;justify-content:center;align-items:center}.dash-cb .dlist{max-height:none}.cyc-ring{display:inline-flex;width:16px;height:16px;margin-left:4px}.cyc-ring svg{width:16px;height:16px;transform:rotate(-90deg);opacity:.6}.cyc-t{fill:none;stroke:var(--line);stroke-width:3}.cyc-p{fill:none;stroke:var(--brand2);stroke-width:3;stroke-linecap:round;stroke-dasharray:56.5;animation-name:cycspin;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes cycspin{0%{stroke-dashoffset:56.5}to{stroke-dashoffset:0}}.dash-speedsel{border:1px solid var(--line);background:var(--paper);border-radius:8px;padding:4px 8px;font:inherit;font-size:12px;font-weight:600;color:var(--sub);cursor:pointer;margin-right:4px}.dash-speed{display:inline-flex;align-items:center;gap:5px;background:var(--tile);border:none;border-radius:8px;padding:4px 9px;font:inherit;font-size:12px;font-weight:700;color:var(--sub);cursor:pointer;margin-right:4px}.dash-speed:hover{color:var(--brand)}.dash-speed .lucide{stroke:currentColor}.dash-meta{font-size:12.5px;color:var(--sub);font-weight:600}.dash-meta.stale{color:var(--red)}.dash-types{display:inline-flex;gap:2px;background:var(--tile);border-radius:8px;padding:2px;margin-right:4px}.dash-tbtn{display:grid;place-items:center;width:26px;height:24px;border:none;background:none;border-radius:6px;color:var(--muted);cursor:pointer}.dash-tbtn svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.dash-tbtn.on{background:var(--paper);color:var(--brand);box-shadow:0 1px 2px #1721401f}.dtile-top{display:flex;align-items:center;gap:10px}.dtile-badge{font-size:12px;font-weight:800;border-radius:999px;padding:3px 10px;line-height:1}.dtile-badge.mute{background:var(--tile);color:var(--sub)}.dtile-badge.ok{background:var(--greenSoft);color:var(--green)}.dtile-badge.warn{background:var(--holdBg);color:var(--hold)}.dtile-badge.bad{background:var(--redSoft);color:var(--red)}.vbar{display:flex;align-items:flex-end;gap:14px;height:100%;width:100%;padding-top:6px}.vbar-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;min-width:0}.vbar-v{font-size:14px;font-weight:800;color:var(--text);margin-bottom:4px}.vbar-track{flex:1;width:100%;max-width:54px;display:flex;align-items:flex-end}.vbar-fill{width:100%;border-radius:8px 8px 3px 3px;min-height:4px;transition:height .35s}.vbar-x{margin-top:8px;font-size:11.5px;color:var(--sub);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.dline{display:flex;flex-direction:column;height:100%;width:100%}.dline svg{flex:1;width:100%;min-height:0}.dline-x{display:flex;font-size:11px;color:var(--sub);margin-top:2px}.dline-x span{flex:1;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dtab{width:100%;border-collapse:collapse;font-size:13px;table-layout:fixed}.dtab thead th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.03em;color:var(--sub);font-weight:700;padding:0 10px 9px;background:transparent;border-bottom:1.5px solid var(--line)}.dtab th:nth-child(1),.dtab td:nth-child(1){width:44%}.dtab th:nth-child(2),.dtab td:nth-child(2){width:20%}.dtab th:nth-child(3),.dtab td:nth-child(3){width:16%}.dtab th:nth-child(4),.dtab td:nth-child(4){width:20%}.dtab tbody tr:hover{background:transparent}.dtab td{padding:9px 10px;border-top:1px solid var(--line);vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dtab td:first-child{white-space:normal}.dtab-p{display:flex;flex-direction:column}.dtab-p b{font-size:13px;color:var(--text)}.dtab-p small{color:var(--sub);font-size:11.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:340px}.dtab-mut{color:var(--sub);white-space:nowrap}.dpaged{display:flex;flex-direction:column;height:100%}.dpaged-body{flex:1;min-height:0;overflow:hidden}.dpage{display:flex;align-items:center;gap:12px;margin-top:10px}.dpage-bar{flex:1;height:3px;background:var(--tile);border-radius:2px;overflow:hidden}.dpage-bar>i{display:block;height:100%;width:100%;background:var(--brand2);transform:scaleX(0);transform-origin:left;animation-name:dashsweep;animation-timing-function:linear;animation-fill-mode:forwards}.dpage-n{font-size:11.5px;color:var(--sub);font-weight:700}.dash-rz{position:absolute;right:5px;bottom:5px;width:18px;height:18px;color:var(--muted);cursor:nwse-resize;display:grid;place-items:center;touch-action:none;z-index:2}.dash-rz .lucide{width:16px;height:16px}.dash-rz:hover{color:var(--brand)}.dash-grid.editing .dash-card{border-style:dashed;cursor:grab}.dash-grid.dragging .dash-card{outline:2px dashed var(--selBd);outline-offset:-2px;transition:outline-color .12s,transform .12s}.dash-card.isdrag{opacity:.35}.dash-card.drophere{outline:2px solid var(--brand)!important;outline-offset:-2px;position:relative}.dash-card.drophere:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:16px;background:var(--blueSoft);opacity:.45;pointer-events:none}.dash-ch{display:flex;align-items:center;gap:8px;margin-bottom:12px}.dash-ct{color:var(--sub);font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.03em}.dash-grip{color:var(--muted);cursor:grab;display:inline-flex}.dash-rm{margin-left:auto;display:grid;place-items:center;width:26px;height:26px;border:none;background:none;color:var(--muted);border-radius:7px;cursor:pointer}.dash-rm:hover{background:var(--redSoft);color:var(--red)}.dash-cb{min-height:20px}.dash-blank,.dempty{color:var(--muted);text-align:center;padding:26px 10px;font-size:13px}.dash-blank{border:1px dashed var(--line);border-radius:14px;padding:60px 20px}.dtile{display:flex;flex-direction:column;gap:2px}.dtile-v{font-size:40px;font-weight:800;line-height:1}.dtile-l{color:var(--sub);font-size:13px;font-weight:600}.dbars{display:flex;flex-direction:column;gap:11px}.dbar{display:grid;grid-template-columns:120px 1fr 34px;align-items:center;gap:10px}.dbar-l{font-size:12.5px;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dbar-t{height:12px;background:var(--tile);border-radius:6px;overflow:hidden}.dbar-f{display:block;height:100%;border-radius:6px;min-width:3px;transition:width .3s}.dbar-v{font-size:13px;font-weight:700;color:var(--text);text-align:right}.ddonut{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.dleg{display:flex;flex-direction:column;gap:7px;font-size:13px;color:var(--text)}.dleg-row{display:flex;align-items:center;gap:8px}.dleg-dot{width:10px;height:10px;border-radius:3px;flex:0 0 auto}.dleg-row b{margin-left:6px;color:var(--sub)}.dlist{display:flex;flex-direction:column;gap:2px;max-height:300px;overflow:auto}.drow{display:flex;align-items:center;gap:10px;padding:8px 4px;border-bottom:1px solid var(--line)}.drow:last-child{border-bottom:none}.drow-k{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.02em;border-radius:5px;padding:2px 6px;flex:0 0 auto}.drow-k.p{background:var(--icoPS);color:var(--icoP)}.drow-k.t{background:var(--icoBS);color:var(--icoB)}.drow-n{flex:1;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drow-d{font-size:12.5px;color:var(--sub);font-weight:600;flex:0 0 auto}.drow-d.od{color:var(--red)}.dlist.paged{max-height:none}.ddots{display:flex;gap:6px;justify-content:center;margin-top:12px}.ddots span{width:6px;height:6px;border-radius:50%;background:var(--line)}.ddots span.on{background:var(--brand2)}.notif-bar{display:flex;align-items:center;margin-bottom:20px}.notif-count{background:var(--orangeSoft);color:#b4691b;font-weight:700;font-size:12.5px;padding:6px 13px;border-radius:999px}.markall{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);background:var(--paper);color:var(--orange);font:inherit;font-weight:600;padding:9px 16px;border-radius:10px;cursor:pointer}.markall:hover{background:var(--orangeSoft)}.markall .lucide{width:15px;height:15px;stroke:var(--orange)}.notif-list{display:flex;flex-direction:column;gap:12px;width:100%}.ncard{display:flex;align-items:flex-start;gap:14px;background:var(--paper);border:1px solid var(--line);border-left:3px solid var(--line);border-radius:12px;padding:15px 16px;box-shadow:var(--shadow);cursor:pointer;transition:background .12s}.ncard:hover{background:var(--tile)}.ncard.unread{background:var(--selBg)}.nic{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;flex:0 0 auto}.nic .lucide{width:20px;height:20px}.nbody{flex:1;min-width:0}.ntext{font-size:14px;color:var(--text);line-height:1.45}.ntext b{color:var(--brand2)}.ntag{display:inline-block;font-size:11.5px;color:var(--sub);font-weight:600;margin-right:8px}.ntime{color:var(--muted);font-size:12px;margin-top:6px}.ndot{width:9px;height:9px;border-radius:50%;background:var(--orange);flex:0 0 auto;margin-top:7px}.notif-empty{color:var(--muted);text-align:center;padding:50px}.placeholder{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow)}.infopop{position:fixed;z-index:80;width:310px;background:var(--paper);border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 46px #161c243d;padding:16px 18px}.infopop h4{margin:0;color:var(--title);font-size:16.5px}.infopop .ip-no{color:var(--brand2);font-weight:700;font-size:13px;margin:2px 0 10px}.infopop .ip-row{display:flex;justify-content:space-between;gap:14px;padding:7px 0;border-top:1px solid var(--line);font-size:13px}.infopop .ip-row .k{color:var(--sub);white-space:nowrap}.infopop .ip-row .v{color:var(--text);font-weight:600;text-align:right}.infopop .ip-desc{margin-top:8px;padding-top:8px;border-top:1px solid var(--line);color:var(--sub);font-size:12.5px;line-height:1.5}.empty{background:var(--tile);border:1px dashed var(--line);border-radius:12px;padding:44px 40px;color:var(--sub);text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.empty .lucide{stroke:var(--muted)}.empty b{color:var(--text);font-size:15px}.rpp-sel{border:1px solid var(--line);background:var(--paper);color:var(--text);font:inherit;font-weight:700;border-radius:8px;padding:4px 8px 4px 10px;cursor:pointer}.newwrap{position:relative}.nchev{width:15px;height:15px;stroke:#fff;margin-left:1px;transition:transform .15s}.newwrap.open .nchev{transform:rotate(180deg)}.newmenu{position:absolute;top:calc(100% + 10px);right:0;width:266px;background:var(--paper);border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 46px #161c2438;padding:8px;z-index:45}.nm-head{padding:10px 12px 12px}.nm-head b{display:block;font-size:14px;color:var(--text)}.nm-head span{font-size:12px;color:var(--sub)}.newitem{display:flex;align-items:center;gap:12px;width:100%;text-align:left;border:none;background:none;font:inherit;padding:11px 12px;border-radius:10px;cursor:pointer;color:var(--text)}.newitem:hover{background:var(--tile)}.ni-ic{width:36px;height:36px;border-radius:9px;background:var(--blueSoft);display:grid;place-items:center;flex:0 0 auto}.ni-ic .lucide{stroke:var(--brand);width:18px;height:18px}.ni-tx{font-weight:650;font-size:14px}.ni-tx small{display:block;color:var(--sub);font-weight:400;font-size:12px;margin-top:1px}@media(max-width:1200px){.kpis{grid-template-columns:repeat(2,1fr)}}.navmobile{display:none;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--line);background:var(--paper);border-radius:11px;color:var(--text);cursor:pointer;margin-right:auto}.navmobile svg{width:22px;height:22px;stroke:currentColor}.nav-backdrop{display:none}@media(max-width:900px){.app{grid-template-columns:1fr}.nav{position:fixed;z-index:60;height:100vh;width:250px;box-shadow:var(--shadow);transform:translate(-100%);transition:transform .22s ease}.nav.open{transform:none}.nav.collapsed{width:250px;padding:18px 14px}.nav.collapsed .navlbl,.nav.collapsed .fname,.nav.collapsed .frole,.nav.collapsed .exitbtn span{display:inline}.nav .navburger{display:none}.nav-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a6b;z-index:55}.navmobile{display:flex}.topbar{padding:16px 16px 6px;justify-content:space-between;flex-wrap:wrap;gap:8px}.navmobile{margin-right:0;width:40px;height:40px}.top-actions{margin-left:auto;flex-wrap:wrap;justify-content:flex-end;gap:8px}.btn-dash{display:none}.btn-new{min-width:auto;padding:9px 13px}.ic{width:40px;height:40px}.content{padding:16px 18px 40px}.kpis{grid-template-columns:1fr;gap:14px}}
