@import "https://fonts.googleapis.com/css2?family=Syne:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap";:root{--bg:#f4f6fa;--surface:#fff;--side:#23272e;--side-2:#2a2f37;--side-text:#9aa3ad;--side-hover:#31363f;--ink:#16181a;--muted:#64748b;--line:#e6e9ef;--line-2:#eef1f6;--primary:#d97706;--primary-700:#b45309;--zgreen:#5cb82e;--ok:#16a34a;--warn:#c2410c;--bad:#dc2626;--radius:12px;--shadow:0 1px 2px #0f172a0f, 0 1px 3px #0f172a0d;--fD:"Syne",-apple-system,"Segoe UI",sans-serif;--fS:"DM Sans",-apple-system,"Segoe UI",sans-serif;--surface-2:#f8fafc;--surface-3:#eef1f6;--surface-4:#f1f5f9;--surface-dim:#fafbfc;--ink-2:#475569;--ink-3:#334155;--muted-2:#94a3b8;--line-strong:#cbd5e1;--focus-ring:#c7d2fe;--ok-bg:#ecfdf5;--ok-fg:#047857;--bad-bg:#fef2f2;--bad-fg:#b91c1c;--info-bg:#eff6ff;--info-fg:#1d4ed8;--warn-bg:#fff7ed;--warn-fg:#c2410c;--overlay:#0f172a66}*{box-sizing:border-box}body{color:var(--ink);background:var(--bg);font-family:var(--fS);-webkit-font-smoothing:antialiased;margin:0;line-height:1.5}h1,h2,h3,h4{font-family:var(--fD);letter-spacing:-.01em;font-weight:700}a{color:var(--primary);text-decoration:none}.muted{color:var(--muted)}.row{flex-wrap:wrap;gap:14px;display:flex}.app{min-height:100vh;display:flex}.side{background:var(--side);color:#e2e8f0;z-index:40;flex-direction:column;width:248px;padding:18px 14px;transition:transform .2s;display:flex;position:fixed;inset:0 auto 0 0}.side .logo{flex-direction:column;padding:6px 10px 18px;display:flex}.side .logo b{color:#fff;letter-spacing:-.02em;font-size:20px;font-weight:700}.side .logo small{color:var(--side-text);margin-top:2px;font-size:11px}.side .grp{text-transform:uppercase;letter-spacing:.12em;color:#5b6b85;margin:16px 10px 6px;font-size:10.5px}.side a.item{color:var(--side-text);border-radius:9px;align-items:center;gap:11px;margin:1px 0;padding:9px 11px;font-size:14px;font-weight:500;display:flex}.side a.item:hover{background:var(--side-hover);color:#fff}.side a.item.active{background:var(--primary);color:#fff}.side a.item.active svg{stroke:#fff}.side a.item svg{stroke:#7c89a3;flex:0 0 17px;width:17px;height:17px}.side a.item:hover svg{stroke:#cbd5e1}.side .badge{background:var(--bad);color:#fff;border-radius:99px;margin-left:auto;padding:1px 7px;font-size:10px;font-weight:700}.side .who{color:var(--side-text);border-top:1px solid #1e293b;align-items:center;gap:10px;margin-top:auto;padding-top:12px;font-size:12px;display:flex}.side .who .av{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:700;display:flex}.side .who button{color:var(--side-text);cursor:pointer;background:0 0;border:1px solid #334155;border-radius:7px;margin-left:auto;padding:4px 9px;font-size:12px}.side .who button:hover{color:#fff;border-color:#475569}.main{flex:1;min-width:0;margin-left:248px;transition:margin-left .2s}.side-toggle{cursor:pointer;color:var(--ink);background:0 0;border:0;margin-right:12px;padding:0;font-size:20px;line-height:1;display:inline-block}@media (width>=981px){.app.side-collapsed .side{transform:translate(-100%)}.app.side-collapsed .main{margin-left:0}}.topbar{background:var(--surface);border-bottom:1px solid var(--line);z-index:30;align-items:center;height:60px;padding:0 28px;display:flex;position:sticky;top:0}.topbar h1{font-size:18px;font-family:var(--fD);letter-spacing:-.01em;color:var(--ink);margin:0;font-weight:800}.topbar .sub{color:var(--muted);margin-left:10px;font-size:13px}.topbar-mark{opacity:.9;align-items:center;margin-right:12px;display:flex}.topbar-mark svg{border-radius:7px;display:block}.topbar-accent{background:linear-gradient(#f59e0b,#ea580c);border-radius:3px;width:4px;height:22px;margin-right:11px}.help-grid{grid-template-columns:1.3fr 1fr;align-items:start;gap:18px;display:grid}@media (width<=900px){.help-grid{grid-template-columns:1fr}}.acc{border-bottom:1px solid var(--line-2)}.acc-h{width:100%;color:var(--ink);cursor:pointer;font-size:14px;font-weight:600;font-family:var(--fD);background:0 0;border:0;justify-content:space-between;align-items:center;padding:11px 2px;display:flex}.acc-x{color:var(--primary);font-size:18px;font-weight:800}.acc-b{color:var(--muted);padding:0 2px 12px;font-size:13px;line-height:1.55}.support-chat{flex-direction:column;min-height:440px;display:flex;position:sticky;top:78px}.chat-thread{background:var(--bg);border:1px solid var(--line);border-radius:10px;flex-direction:column;flex:1;gap:8px;min-height:240px;max-height:48vh;margin-bottom:10px;padding:12px;display:flex;overflow-y:auto}.chat-empty{color:var(--muted);text-align:center;margin:auto;padding:0 20px;font-size:13px;line-height:1.5}.bubble{border-radius:12px;max-width:82%;padding:8px 11px;font-size:13px;line-height:1.45}.bubble .bts{color:var(--muted);margin-top:4px;font-size:10px}.bubble.out{background:var(--primary);color:#fff;border-bottom-right-radius:3px;align-self:flex-end}.bubble.out .bts{color:#fffc}.bubble.in{background:var(--surface);border:1px solid var(--line);border-bottom-left-radius:3px;align-self:flex-start}.chat-input{align-items:flex-end;gap:8px;display:flex}.chat-input textarea{resize:none;border:1px solid var(--line);border-radius:9px;flex:1;padding:9px 11px;font-family:inherit;font-size:13px}.chat-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:8px;font-size:11.5px;display:flex}.chat-sys{color:var(--muted);align-self:center;margin:2px 0;font-size:11.5px;font-style:italic}.chat-actions{align-self:center;gap:8px;margin:4px 0;display:flex}.content{width:100%;max-width:1720px;margin:0 auto;padding:26px 32px}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.card h3{margin:0 0 4px;font-size:15px;font-weight:650}.btn{background:var(--primary);color:#fff;cursor:pointer;border:0;border-radius:9px;padding:9px 15px;font-size:14px;font-weight:600;transition:transform .12s,box-shadow .15s,background .15s;box-shadow:0 1px 2px #d9770640}.btn:hover{background:var(--primary-700);transform:translateY(-1px);box-shadow:0 6px 16px #d9770652}.btn:active{transform:translateY(0)scale(.97);box-shadow:0 1px 2px #d9770640}.btn.ghost{background:var(--surface);color:var(--ink);border:1px solid var(--line);box-shadow:none}.btn.ghost:hover{background:var(--surface-2);border-color:var(--line-strong);transform:translateY(-1px)}.btn.sm{border-radius:7px;padding:5px 10px;font-size:12px}.btn:disabled{opacity:.5;cursor:default;box-shadow:none;transform:none}select,input,textarea{font:inherit;border:1px solid var(--line);background:var(--surface);width:100%;color:var(--ink);border-radius:9px;padding:9px 11px}select:focus,input:focus,textarea:focus{outline:2px solid var(--focus-ring);border-color:var(--primary)}label{color:var(--muted);margin:10px 0 4px;font-size:12px;font-weight:500;display:block}.tag{background:var(--surface-3);color:var(--ink-2);border-radius:6px;padding:2px 8px;font-size:11px;font-weight:500;display:inline-block}.tag.ota{background:var(--info-bg);color:var(--info-fg)}.tag.manual{background:var(--warn-bg);color:var(--warn-fg)}.tag.direct,.tag.paid{background:var(--ok-bg);color:var(--ok-fg)}.tag.unpaid{background:var(--bad-bg);color:var(--bad-fg)}.tag.ota_collected{background:var(--surface-4);color:var(--ink-2)}.kpis{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px;display:grid}.kpi{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px;transition:transform .16s,box-shadow .16s}.kpi:hover{transform:translateY(-2px);box-shadow:0 10px 22px #0f172a17}.kpi .v{letter-spacing:-.02em;font-size:26px;font-weight:700}.kpi .l{color:var(--muted);margin-top:2px;font-size:12px}.kpi .v.ok{color:var(--ok)}.kpi .v.warn{color:var(--warn)}.kpi .v.terra{color:var(--primary)}.ministat{background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:9px 14px}.ministat b{font-size:22px;font-weight:700;line-height:1;display:block}.ministat b.ok{color:var(--ok)}.ministat b.warn{color:var(--warn)}.ministat b.bad{color:var(--bad)}.ministat span{color:var(--muted);font-size:11px}table{border-collapse:collapse;width:100%;font-size:14px}th,td{text-align:left;border-bottom:1px solid var(--line-2);padding:9px 8px}th{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:11px;font-weight:600}.bar{background:var(--surface-3);border-radius:99px;min-width:80px;height:8px;overflow:hidden}.bar>span{background:var(--primary);height:100%;display:block}.notice{border-radius:9px;margin-top:10px;padding:11px 14px;font-size:14px}.notice.ok{background:var(--ok-bg);color:var(--ok-fg)}.notice.bad{background:var(--bad-bg);color:var(--bad-fg)}.notice.info{background:var(--info-bg);color:var(--info-fg)}.al-sec{border-top:1px solid var(--line-2);margin-top:12px;padding-top:12px}.al-h{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:8px;font-size:13px;font-weight:650;display:flex}.al-row{border-bottom:1px solid var(--line-2);justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.range-sel{gap:8px;display:flex}.range-sel button{border:1px solid var(--line);background:var(--surface);cursor:pointer;color:var(--ink);border-radius:8px;padding:6px 13px;font-size:12px}.range-sel button.on{background:var(--ink);color:#fff;border-color:var(--ink)}.agenda-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:2px 0 12px;display:flex}.agenda-nav{align-items:center;gap:8px;display:flex}.agenda-nav .navbtn{border:1px solid var(--line);background:var(--surface);cursor:pointer;width:32px;height:32px;color:var(--ink);border-radius:8px;justify-content:center;align-items:center;font-size:20px;line-height:1;display:flex}.agenda-nav .navbtn:hover{background:var(--bg);border-color:var(--primary);color:var(--primary)}.agenda-nav .range-label{text-transform:capitalize;color:var(--ink);min-width:120px;margin-left:6px;font-size:13px;font-weight:650}.tcol.is-today .thead{background:var(--warn-bg)}.tcol.is-today{box-shadow:inset 0 2px 0 var(--primary)}.todaydot{color:var(--primary);font-weight:800}.mcell.out{opacity:.45;background:var(--surface-dim)}.mcell.is-today{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.agenda-legend{color:var(--muted);flex-wrap:wrap;gap:16px;margin:8px 0 14px;font-size:12px;display:flex}.agenda-legend i{vertical-align:-1px;border-radius:3px;width:11px;height:11px;margin-right:6px;display:inline-block}.tboard{border:1px solid var(--line);background:var(--surface);border-radius:10px;display:flex;overflow-x:auto}.taxis{border-right:1px solid var(--line-2);flex:0 0 50px}.taxis .thead{border-bottom:1px solid var(--line-2);height:48px}.tcol{border-right:1px solid var(--line-2)}.tcol:last-child{border-right:0}.tcol .thead{border-bottom:1px solid var(--line-2);height:48px;padding:6px 8px;font-size:12px;line-height:1.3}.tcol .thead b{font-weight:650}.tcol .thead .need{color:var(--primary);font-weight:600}.tcol .thead .ok{color:var(--ok)}.tcol.warn-day .thead{background:var(--bad-bg)}.tcol .thead .warn{color:var(--bad);font-weight:700}.tbody{position:relative}.hourline{border-top:1px dashed var(--line-2);position:absolute;left:0;right:0}.haxis{color:var(--muted);font-size:10px;position:absolute;right:5px;transform:translateY(-6px)}.tev{border:1px solid var(--line);cursor:pointer;background:var(--surface);border-left:3px solid #ccc;border-radius:7px;padding:3px 6px;position:absolute;overflow:hidden;box-shadow:0 1px 2px #0f172a0f}.tev .tt{white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:5px;font-size:11px;font-weight:600;display:flex;overflow:hidden}.tev .tm{color:var(--muted);margin-top:1px;font-size:10px}.tev.s-empty{background:var(--surface-2);border-left-color:#94a3b8}.tev.s-risk{background:var(--bad-bg);border-left-color:#dc2626}.tev.s-filling{background:var(--warn-bg);border-left-color:#d97706}.tev.s-healthy{background:var(--ok-bg);border-left-color:#16a34a}.tev.s-full{background:var(--info-bg);border-left-color:#2563eb}.tev.conflict{outline-offset:-2px;outline:2px solid #dc2626}.tev.dragging{opacity:.35}.tbody.drop{background:var(--info-bg)}.bd{border-radius:50%;flex:0 0 8px;width:8px;height:8px}.drawer-bg{z-index:120;background:#0f172a66;position:fixed;inset:0}.drawer{background:var(--surface);z-index:121;width:460px;max-width:94vw;height:100%;padding:24px;position:fixed;top:0;right:0;overflow:auto;box-shadow:-12px 0 40px #0f172a29}.drawer .x{cursor:pointer;color:var(--muted);background:0 0;border:0;font-size:24px;position:absolute;top:16px;right:18px}.drawer .kv{border-top:1px solid var(--line-2);border-bottom:1px solid var(--line-2);flex-wrap:wrap;gap:20px;margin:12px 0 16px;padding:12px 0;display:flex}.drawer .kv .l{text-transform:uppercase;color:var(--muted);font-size:10px}.drawer .kv .v{margin-top:3px;font-size:19px;font-weight:650}.att{border-bottom:1px solid var(--line-2);align-items:flex-start;gap:10px;padding:11px 0;display:flex}.att .nm{font-size:14px;font-weight:600}.att .meta2{color:var(--muted);margin-top:2px;font-size:11px}.att .amt{text-align:right;white-space:nowrap;margin-left:auto;font-size:13px}.chart .crow{grid-template-columns:170px 1fr 80px;align-items:center;gap:10px;margin:9px 0;font-size:13px;display:grid}.chart .track{background:var(--surface-3);border-radius:99px;height:18px;overflow:hidden}.chart .track>span{border-radius:99px;height:100%;display:block}pre.brief{white-space:pre-wrap;background:var(--surface-2);border:1px solid var(--line);color:var(--ink-3);border-radius:10px;margin:10px 0 0;padding:14px;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:12.5px}.grid2{grid-template-columns:1fr 1fr;gap:18px;display:grid}.burger{cursor:pointer;color:var(--ink);background:0 0;border:0;margin-right:12px;font-size:22px;line-height:1;display:none}.side-ov{display:none}@media (width<=980px){.grid2{grid-template-columns:1fr}.main{margin-left:0}.side{transition:transform .25s;transform:translate(-100%);box-shadow:8px 0 40px #00000059}.side.open{transform:none}.burger{display:inline-block}.side-toggle{display:none}.side-ov{z-index:39;background:#0f172a73;display:block;position:fixed;inset:0}.content{padding:18px 16px}.card{overflow-x:auto}.agenda-rail{flex-basis:auto}}.pagehead{margin:0 0 18px}.pagehead p{color:var(--muted);margin:4px 0 0;font-size:14px}.agenda-layout{align-items:flex-start;gap:18px;display:flex}.agenda-main{flex:1;min-width:0}.agenda-rail{flex:0 0 304px}@media (width<=1180px){.agenda-layout{flex-direction:column}.agenda-rail{flex:none;width:100%}}.rail-h{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:16px 0 6px;font-size:12px;font-weight:650}.rail-h:first-of-type{margin-top:6px}.rail-item{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:space-between;gap:10px;padding:9px 8px;display:flex}.rail-item:hover{background:var(--surface-2);border-color:var(--line)}.rail-item .t{font-size:13px;font-weight:600;line-height:1.2}.rail-item .s{color:var(--muted);font-size:11px}.rail-item .pill{white-space:nowrap;font-size:11px;font-weight:700}.rail-empty{color:var(--muted);padding:8px;font-size:13px}.month{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.month .dow{color:var(--muted);text-align:center;text-transform:uppercase;letter-spacing:.04em;padding-bottom:2px;font-size:11px}.mcell{border:1px solid var(--line);background:var(--surface);border-radius:9px;flex-direction:column;gap:4px;min-height:92px;padding:8px;display:flex}.mcell.dim{background:var(--surface-2)}.mcell .dn{color:var(--ink);font-size:13px;font-weight:600}.mcell.dim .dn{color:var(--muted-2)}.mcell .mt{color:var(--muted);font-size:11px}.mcell .mbar{background:var(--surface-3);border-radius:99px;height:6px;overflow:hidden}.mcell .mbar>span{height:100%;display:block}.mcell .msv{color:var(--ink-2);font-size:11px}.mcell.has{cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .15s}.mcell.has:hover{border-color:var(--primary);transform:translateY(-1px);box-shadow:0 6px 16px #4f46e524}.side .logo .lock{align-items:center;gap:10px;margin-bottom:8px;display:flex}.side .logo .lock b{font-family:var(--fD);color:#fff;letter-spacing:-.01em;font-size:20px;font-weight:800;line-height:1}.side .logo .byz{color:#7c89a3;letter-spacing:.16em;text-transform:uppercase;margin-top:2px;font-size:9px}.side .logo .org{color:var(--side-text);font-size:11px}.side .logo .orgline{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.side .planbadge{letter-spacing:.05em;text-transform:uppercase;color:#f59e0b;background:#d977062e;border-radius:6px;padding:2px 8px;font-size:9px;font-weight:800}.side .navscroll{flex:1;min-height:0;margin:4px -6px 8px;padding:0 6px;overflow-y:auto}.side .navscroll::-webkit-scrollbar{width:6px}.side .navscroll::-webkit-scrollbar-thumb{background:#2a2e34;border-radius:99px}.greet{letter-spacing:-.01em;margin:0 0 2px;font-size:23px;font-weight:700}.home-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}@media (width<=980px){.home-grid{grid-template-columns:1fr}}.dash-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:18px;display:grid}.dash-grid .span2{grid-column:span 2}.dash-grid .card{min-width:0}@media (width<=1100px){.dash-grid{grid-template-columns:1fr 1fr}.dash-grid .span2{grid-column:span 2}}@media (width<=760px){.dash-grid{grid-template-columns:1fr}.dash-grid .span2{grid-column:span 1}}.card-h{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:12px;display:flex}.card-h h3{margin:0}.plan-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}@media (width<=860px){.plan-grid{grid-template-columns:1fr}}.plan-card{flex-direction:column;display:flex;position:relative}.plan-card.current{border:2px solid var(--primary);box-shadow:0 6px 24px #d9770624}.plan-badge{background:var(--primary);color:#fff;border-radius:99px;padding:2px 10px;font-size:11px;font-weight:700;position:absolute;top:-11px;right:14px}.plan-name{font-family:var(--fD);font-size:18px;font-weight:800}.plan-price{font-family:var(--fD);color:var(--primary);margin:2px 0 10px;font-size:30px;font-weight:800}.plan-sec{border-top:1px solid var(--line-2);flex-direction:column;gap:6px;padding:10px 0;display:flex}.plan-line{justify-content:space-between;gap:10px;font-size:13px;display:flex}.quick{flex-wrap:wrap;gap:10px;display:flex}.lrow{border-bottom:1px solid var(--line-2);justify-content:space-between;gap:10px;padding:8px 0;font-size:14px;display:flex}.lrow:last-child{border-bottom:0}.spinner{border:3px solid var(--line);border-top-color:var(--primary);border-radius:50%;width:26px;height:26px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.toasts{z-index:300;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:22px;right:22px}.toast{color:#fff;background:#0f172a;border-radius:10px;max-width:340px;padding:11px 16px;font-size:14px;animation:.2s tin;box-shadow:0 8px 24px #00000040}.toast.ok{background:#15803d}.toast.bad{background:#b91c1c}.toast.info{background:#1d4ed8}@keyframes tin{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.modal-bg2{z-index:200;background:#0f172a73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal2{background:var(--surface);border-radius:14px;width:100%;max-width:420px;padding:24px;box-shadow:0 24px 60px #0000004d}.pub-wrap{max-width:1180px;margin:0 auto;padding:0 24px}.pub-hero{color:#fff;background:linear-gradient(#0f172a40,#0f172ad9),url(/img/skyline.jpg) 50%/cover;align-items:flex-end;height:44vh;min-height:300px;display:flex;position:relative}.pub-hero .h{width:100%;max-width:1180px;margin:0 auto;padding:0 24px 34px}.pub-hero h1{margin:6px 0 8px;font-size:clamp(30px,5vw,52px)}.pub-hero p{color:#cbd5e1;margin:0;font-size:17px}.pub-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:22px;margin:14px 0 26px;display:grid}.pub-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:14px;flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden}.pub-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px #0f172a1f}.pub-card .img{background-position:50%;background-size:cover;height:160px;position:relative}.pub-card .img .price{box-shadow:var(--shadow);background:#fff;border-radius:8px;padding:3px 10px;font-size:14px;font-weight:700;position:absolute;bottom:10px;right:10px}.pub-card .b{flex-direction:column;flex:1;gap:8px;padding:14px;display:flex}.pub-card h3{margin:0;font-size:17px}.pub-brandhead{align-items:center;gap:10px;margin:30px 0 4px;display:flex}.pub-brandhead .dot{border-radius:50%;width:11px;height:11px}.auth-bg{background:radial-gradient(120% 120% at 80% 20%,#20242b 0%,#0b0d10 70%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex;position:relative;overflow:hidden}.auth-wm{opacity:.07;pointer-events:none;position:absolute;bottom:-110px;left:-80px}.auth-card{z-index:2;background:#fff;border-radius:16px;width:100%;max-width:380px;position:relative;overflow:hidden;box-shadow:0 24px 60px #0000006b}.auth-strip{background:linear-gradient(90deg,#f59e0b,#ea580c);height:6px}.auth-pad{padding:30px 30px 32px}.auth-link{color:var(--primary);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:600;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-foot{text-align:center;color:var(--muted);margin-top:16px;font-size:13px}.auth-check{background:#ecfdf5;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:6px auto 0;display:flex}.brand-xl{font-family:var(--fD);letter-spacing:-.02em;color:var(--ink);font-size:30px;font-weight:800}:root{--primary:#5cb82e;--primary-700:#4ea827;--side:#0c0d0e;--side-2:#14171c;--side-hover:#1b1f25}.btn{background:var(--primary);box-shadow:0 1px 2px #5cb82e40}.btn:hover{background:var(--primary-700);box-shadow:0 6px 16px #5cb82e52}a{color:var(--primary-700)}.side .logo{align-items:flex-start}.brand-logo{width:168px;max-width:100%;height:auto;margin:2px 2px 0;display:block}.sub-cockpit{color:var(--side-text);letter-spacing:.14em;text-transform:uppercase;margin:6px 4px 0;font-size:11px}.login-logo{width:190px;max-width:80%;height:auto;margin:0 auto 6px;display:block}html:not(.app-shell) .side{transform:none}html.app-shell .side{z-index:70;transition:transform .2s;position:fixed;top:0;bottom:0;transform:translate(-110%)}html.app-shell .side.open{transform:none;box-shadow:0 0 40px #00000080}html.app-shell .side-ov{z-index:65}.bottom-nav{display:none}html.app-shell,html.app-shell body{overscroll-behavior:none;height:100dvh;margin:0;overflow:hidden}html.app-shell #root,html.app-shell .app{height:100dvh;overflow:hidden}html.app-shell .main{flex-direction:column;min-width:0;height:100dvh;display:flex;margin-left:0!important}html.app-shell .topbar{box-sizing:border-box;flex-wrap:nowrap;flex:none;align-items:center;gap:10px;min-height:58px;height:auto!important;padding:calc(10px + env(safe-area-inset-top,0px)) calc(14px + env(safe-area-inset-right,0px)) 10px calc(14px + env(safe-area-inset-left,0px))!important;position:static!important}html.app-shell .topbar h1{white-space:nowrap;text-overflow:ellipsis;flex:auto;min-width:0;font-size:18px;overflow:hidden}html.app-shell .topbar .live-dot{display:none}html.app-shell .topbar .burger{flex:none;display:inline-block}html.app-shell .side-toggle{display:none}.topback{cursor:pointer;color:var(--ink);background:0 0;border:0;flex:none;margin-right:6px;padding:0 8px 2px 0;font-size:30px;line-height:1;display:none}html.app-shell .topback{display:inline-block}@media (width<=980px){.topback{display:inline-block}}html.app-shell .notif-bell{flex:none}html.app-shell .content{overscroll-behavior-y:contain;flex:auto;min-height:0;overflow-y:auto;max-width:none!important;padding:14px calc(14px + env(safe-area-inset-right,0px)) 16px calc(14px + env(safe-area-inset-left,0px))!important;margin:0!important}html.app-shell .content .tbl{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.convo-shell{height:calc(100vh - 150px)}html.app-shell .convo-shell{height:100%}.ptr{color:var(--muted,var(--muted));justify-content:center;align-items:center;gap:8px;font-size:13px;transition:opacity .15s;display:flex;overflow:hidden}.ptr-ic{font-size:18px;line-height:1;display:inline-block}.ptr-ic.spin{animation:.8s linear infinite ptr-spin}@keyframes ptr-spin{to{transform:rotate(360deg)}}html.app-shell .bottom-nav{background:var(--side,#0c0d0e);padding-top:7px;padding-bottom:max(6px, calc(env(safe-area-inset-bottom,0px) - 10px));padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px);border-top:1px solid #23262b;flex:none;display:flex}html.app-shell .bn-item{color:#8b94a7;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:2px;padding:2px 2px 0;font-family:inherit;font-size:10px;line-height:1.1;text-decoration:none;display:flex}html.app-shell .bn-item svg{stroke:currentColor;flex:none;width:22px;height:22px}html.app-shell .bn-item span{display:block}html.app-shell .bn-item.active{color:var(--primary,#5cb82e)}.notif-wrap{align-items:center;display:inline-flex;position:relative}.notif-pop{background:var(--surface);border:1px solid var(--line);z-index:200;border-radius:12px;width:340px;max-width:92vw;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 14px 44px #0f172a33}.notif-pop-h{border-bottom:1px solid var(--line-2);justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.notif-pop-list{max-height:62vh;overflow-y:auto}.notif-pop-item{text-align:left;border:0;border-top:1px solid var(--line-2);cursor:pointer;width:100%;font:inherit;background:0 0;flex-direction:column;gap:1px;padding:9px 14px;display:flex}.notif-pop-item:first-child{border-top:0}.notif-pop-item>b,.notif-pop-item>span{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.notif-pop-all{border:0;border-top:1px solid var(--line);background:var(--surface-2);cursor:pointer;width:100%;font:inherit;color:var(--primary-700);padding:10px;font-weight:700}.notif-pop-all:hover{background:#eef2f6}html.app-shell .notif-pop{top:calc(58px + env(safe-area-inset-top,0px));width:auto;max-width:none;position:fixed;left:8px;right:8px}.notif-bell{cursor:pointer;background:0 0;border:0;align-items:center;margin-left:4px;padding:6px;display:inline-flex;position:relative}.notif-bell svg{width:22px;height:22px;stroke:var(--muted)}.notif-bell:hover svg{stroke:var(--primary,#5cb82e)}.notif-badge{color:#fff;text-align:center;background:#dc2626;border-radius:99px;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;line-height:16px;position:absolute;top:0;right:0}.login-bg{background:radial-gradient(1200px 600px at 50% -10%,#14171c,#06070a);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-card{border-top:3px solid var(--primary);text-align:center;background:#fff;border-radius:16px;width:100%;max-width:360px;padding:30px 28px;box-shadow:0 20px 60px #0006}.login-card label{text-align:left;color:#475569;margin:12px 0 4px;font-size:13px;display:block}.login-card input{box-sizing:border-box;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:10px 12px;font-size:14px}.login-err{color:#b91c1c;margin-top:12px;font-size:13px}.kanban{align-items:flex-start;gap:12px;padding-bottom:12px;display:flex;overflow-x:auto}.kcol{background:var(--surface-2);border-radius:12px;flex:0 0 270px;max-height:calc(100vh - 200px);padding:8px;overflow-y:auto}.kcol-h{justify-content:space-between;align-items:center;padding:4px 6px 8px;font-size:13px;font-weight:700;display:flex;position:sticky;top:0}.kcount{background:var(--surface);color:var(--muted);border-radius:99px;padding:1px 9px;font-size:12px}.kcard{text-align:left;background:var(--surface);border:1px solid var(--line);cursor:pointer;border-radius:9px;width:100%;margin-bottom:7px;padding:9px 10px;transition:box-shadow .12s,transform .12s;display:block}.kcard:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.kcard-top{justify-content:space-between;align-items:center;gap:6px;display:flex}.kcard-top b{font-size:13.5px}.kcard-foot{align-items:center;gap:8px;margin-top:6px;font-size:11px;display:flex}.tier{color:#fff;border-radius:5px;padding:1px 7px;font-size:10px;font-weight:700}.tier.sm{padding:1px 6px}.drawer-bg{z-index:60;background:#0a0c1073;justify-content:flex-end;display:flex;position:fixed;inset:0}.drawer{background:var(--surface);width:460px;max-width:92vw;height:100%;padding:22px 16px 40px;position:relative;overflow-y:auto;box-shadow:-10px 0 40px #0003}.drawer-x{background:var(--surface-2);cursor:pointer;border:0;border-radius:8px;width:30px;height:30px;font-size:14px;position:absolute;top:12px;right:14px}.drawer-sec{border-top:1px solid var(--line);padding:12px 0}.drawer-sec h4{margin:0 6px 6px;font-size:13px}.md-body,.md-answer{overflow-wrap:anywhere;word-break:break-word}.md-body pre,.md-answer pre{white-space:pre-wrap;word-break:break-word;box-sizing:border-box;max-width:100%;overflow-x:auto}.md-body table,.md-answer table{-webkit-overflow-scrolling:touch;max-width:100%;display:block;overflow-x:auto}.md-body img,.md-answer img{max-width:100%;height:auto}.md-body code,.md-answer code{word-break:break-word;overflow-wrap:anywhere}html.app-shell .drawer,html.app-shell .drawer[style]{width:100vw!important;max-width:100vw!important;padding:calc(14px + env(safe-area-inset-top)) 14px calc(34px + env(safe-area-inset-bottom))!important}html.app-shell .drawer-bg{justify-content:stretch}html.app-shell .drawer-x,html.app-shell .drawer .x{box-shadow:0 2px 10px #0000004d;top:calc(10px + env(safe-area-inset-top))!important;z-index:130!important;color:#fff!important;background:#0f172ae6!important;width:34px!important;height:34px!important;position:fixed!important;right:14px!important}html.app-shell .drawer{overflow-wrap:break-word;overflow-x:hidden!important}html.app-shell .drawer table,html.app-shell .drawer .tbl{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}html.app-shell .drawer img,html.app-shell .drawer video{max-width:100%;height:auto}html.app-shell .drawer pre,html.app-shell .drawer .md-answer,html.app-shell .drawer .md{white-space:pre-wrap;word-break:break-word}html.app-shell .drawer .kv{gap:12px 16px}html.app-shell .modal,html.app-shell .modal-card,html.app-shell .dialog,html.app-shell .confirm-card,html.app-shell .modal2{width:94vw!important;max-width:94vw!important;max-height:90vh!important}html.app-shell .modal-h{background:var(--surface);z-index:6;position:sticky;top:0}html.app-shell .modal-f{background:var(--surface);z-index:6;padding-bottom:max(14px, env(safe-area-inset-bottom,0px));position:sticky;bottom:0}html.app-shell .gsearch-pop{left:8px;right:8px;width:auto!important;position:fixed!important}.tbl{border-collapse:collapse;width:100%;font-size:13.5px}.tbl th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-2);border-bottom:1px solid var(--line);padding:10px 12px;font-size:11px}.tbl td{border-bottom:1px solid var(--line-2);vertical-align:top;padding:10px 12px}.tbl tr:hover td{background:var(--surface-dim)}@media (width<=1400px){.content .tbl td,.content .tbl th{overflow-wrap:anywhere}.content .tbl td[style*=min-width],.content .tbl th[style*=min-width]{min-width:0!important}}@media (width>=641px) and (width<=980px){html.app-shell .content .tbl.lo-tbl th:nth-child(2),html.app-shell .content .tbl.lo-tbl td:nth-child(2),html.app-shell .content .tbl.lo-tbl th:nth-child(6),html.app-shell .content .tbl.lo-tbl td:nth-child(6),html.app-shell .content .tbl.lo-tbl th:nth-child(7),html.app-shell .content .tbl.lo-tbl td:nth-child(7),html.app-shell .content .tbl.lo-tbl th:nth-child(8),html.app-shell .content .tbl.lo-tbl td:nth-child(8){display:none}}.tbl.lo-tbl td:first-child{overflow-wrap:anywhere}@media (width>=981px) and (width<=1400px){.content .tbl.lo-tbl th:nth-child(2),.content .tbl.lo-tbl td:nth-child(2),.content .tbl.lo-tbl th:nth-child(6),.content .tbl.lo-tbl td:nth-child(6),.content .tbl.lo-tbl th:nth-child(7),.content .tbl.lo-tbl td:nth-child(7){display:none}}.chips{flex-wrap:wrap;gap:7px;display:flex}.chip{background:var(--surface);border:1px solid var(--line);cursor:pointer;border-radius:99px;padding:5px 12px;font-size:13px}.chip.on{background:var(--primary);color:#fff;border-color:var(--primary)}.chip b{opacity:.7;margin-left:3px}.movebtn{background:var(--surface-3);cursor:pointer;color:var(--ink-2);border:0;border-radius:6px;padding:2px 7px;font-size:10px}.movebtn:hover{background:var(--primary);color:#fff}.bubble.in{background:var(--surface-2);border-radius:10px;align-self:flex-start;padding:7px 10px}.login-bg{position:relative;overflow:hidden}.login-watermark{opacity:.05;filter:grayscale();pointer-events:none;width:min(70vw,720px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-8deg)}.login-wrap{z-index:1;flex-direction:column;align-items:center;display:flex;position:relative}.login-title{font-family:var(--fD);letter-spacing:-.02em;color:#14171c;margin-top:8px;font-size:24px;font-weight:800}.login-sub{color:#64748b;margin-bottom:16px;font-size:13px}.login-foot{color:#6b7785;margin-top:16px;font-size:12px}.login-card input::placeholder{color:#b6bdc6}.chk{color:var(--ink-2);white-space:nowrap;align-items:center;gap:5px;font-size:13px;display:inline-flex}.chk input{width:15px;height:15px;accent-color:var(--primary)}.stage-select{border:1px solid var(--line-strong);cursor:pointer;border-radius:7px;max-width:180px;padding:5px 8px;font-size:12.5px;font-weight:600}.form-grid{grid-template-columns:1fr 1fr;gap:8px 10px;display:grid}.fld{flex-direction:column;display:flex}.fld>label{text-transform:uppercase;letter-spacing:.05em;color:var(--muted-2);margin:0 0 3px 2px;font-size:11px}.fld input,.fld select,.fld textarea{border:1px solid var(--line);font-size:13px;font-family:var(--fS);box-sizing:border-box;border-radius:8px;width:100%;padding:8px 10px}.bucket-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.bucket{background:var(--surface);border:1px solid var(--line);text-align:left;cursor:pointer;border-left-width:4px;border-radius:9px;padding:8px 10px;transition:box-shadow .12s,transform .12s}.bucket:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.bucket.on{box-shadow:0 0 0 2px var(--primary) inset}.bucket-n{font-size:22px;font-weight:800;font-family:var(--fD);line-height:1.1}.bucket-l{color:var(--ink-2);font-size:11.5px}.note{border:1px solid #cfe6c0;border-left:4px solid var(--primary);background:#f0f7ec;border-radius:10px;margin-bottom:14px;padding:10px 14px;font-size:13.5px}.note-h{cursor:pointer;color:#2f4327}.note-toggle{color:var(--primary-700);font-weight:600;text-decoration:underline}.note-body{color:#44563c;margin:8px 0 2px;padding-left:20px;line-height:1.7}.content{max-width:2560px}.live-dot{color:#16a34a;white-space:nowrap;align-items:center;gap:0;margin-left:auto;font-size:11px;font-weight:600;display:inline-flex}.live-dot:first-letter{font-size:9px}.live-dot{animation:2.4s ease-in-out infinite livepulse}@keyframes livepulse{0%,to{opacity:1}50%{opacity:.45}}.cal-grid{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.cal-wd{text-align:center;color:var(--muted-2);padding:4px 0;font-size:11px;font-weight:700}.cal-cell{background:var(--surface);border:1px solid var(--line);border-radius:8px;min-height:98px;padding:5px 6px;overflow:hidden}.cal-cell.empty{background:var(--surface-2);border-style:dashed}.cal-cell.today{box-shadow:inset 0 0 0 2px var(--primary)}.cal-day{color:var(--ink-3);margin-bottom:3px;font-size:12px;font-weight:700}.cal-ev{background:var(--surface-2);white-space:nowrap;text-overflow:ellipsis;border-radius:4px;margin-bottom:3px;padding:2px 5px;font-size:10.5px;overflow:hidden}.ag-list{flex-direction:column;gap:2px;display:flex}.ag-day{border-top:1px solid var(--line-2);gap:12px;padding:10px 4px;display:flex}.ag-day:first-child{border-top:0}.ag-date{text-align:center;flex-direction:column;flex:0 0 46px;align-items:center;padding-top:2px;display:flex}.ag-dnum{color:var(--ink-3);font-size:20px;font-weight:800;line-height:1}.ag-dwd{color:var(--muted-2);text-transform:uppercase;letter-spacing:.04em;margin-top:2px;font-size:11px}.ag-date.today .ag-dnum{color:var(--primary-700)}.ag-date.today{position:relative}.ag-hoy{color:#fff;background:var(--primary);border-radius:99px;margin-top:3px;padding:1px 6px;font-size:9px;font-weight:700}.ag-items{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.ag-item{text-align:left;background:var(--surface);border:1px solid var(--line);cursor:pointer;width:100%;font:inherit;border-radius:9px;align-items:center;gap:9px;padding:9px 11px;display:flex}.ag-item:hover:not(:disabled){background:var(--surface-dim);box-shadow:0 2px 8px #0000000d}.ag-item:disabled{cursor:default;opacity:.8}.ag-dot{border-radius:3px;flex:none;width:9px;height:9px}.ag-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13.5px;overflow:hidden}.ag-sub{color:var(--muted-2);background:var(--surface-4);border-radius:6px;flex:none;padding:2px 7px;font-size:11px}.ag-day.ag-wknd{background:#fafafb;border-radius:8px}.ag-day.ag-wknd .ag-dnum{color:#9aa3ad}.md-body{color:#2a313a;padding:0 6px 30px;font-size:14px;line-height:1.65}.md-body h1{font-family:var(--fD);margin:18px 0 10px;font-size:22px}.md-body h2{font-family:var(--fD);border-bottom:1px solid var(--line);margin:18px 0 8px;padding-bottom:4px;font-size:18px}.md-body h3{margin:14px 0 6px;font-size:15px;font-weight:700}.md-body p{margin:8px 0}.md-body ul,.md-body ol{margin:8px 0 8px 22px}.md-body li{margin:3px 0}.md-body a{color:var(--primary-700)}.md-body code{background:var(--surface-2);border-radius:4px;padding:1px 5px;font-family:ui-monospace,monospace;font-size:12.5px}.md-body pre{color:var(--line);background:#0f1115;border-radius:8px;padding:12px 14px;overflow-x:auto}.md-body pre code{color:inherit;background:0 0;padding:0}.md-body table{border-collapse:collapse;width:100%;margin:10px 0;font-size:13px}.md-body th,.md-body td{border:1px solid var(--line);text-align:left;vertical-align:top;padding:6px 10px}.md-body th{background:var(--surface-2);font-weight:700}.md-body blockquote{border-left:3px solid var(--primary);color:var(--ink-2);background:#f7faf5;margin:10px 0;padding:2px 12px}.md-body hr{border:0;border-top:1px solid var(--line);margin:16px 0}.home-hero{color:#fff;background:linear-gradient(120deg,#0c0d0e 0%,#16341a 100%);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:22px 26px;display:flex}.home-hero h2{color:#fff;font-size:22px}.home-hero .muted{color:#9fb6a5!important}.hero-stats{flex-wrap:wrap;gap:28px;display:flex}.hstat .hv{letter-spacing:-.02em;font-size:24px;font-weight:800}.hstat .hv.pos{color:#7ee787}.hstat .hv.neg{color:#ff9a8a}.hstat .hl{text-transform:uppercase;letter-spacing:.05em;color:#9fb6a5;margin-top:2px;font-size:11px}.action-center{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-bottom:18px;display:grid}.action-card{background:var(--surface);border:1px solid var(--line);border-left:4px solid var(--muted-2);color:inherit;border-radius:12px;align-items:center;gap:12px;padding:14px 16px;text-decoration:none;transition:box-shadow .15s,transform .15s;display:flex}.action-card:hover{transform:translateY(-1px);box-shadow:0 6px 18px #00000014}.action-card.bad{border-left-color:#dc2626}.action-card.warn{border-left-color:#d97706}.action-card.ok{border-left-color:#16a34a}.action-card .ac-icon{font-size:22px}.action-card .ac-body{flex-direction:column;flex:1;line-height:1.3;display:flex}.action-card .ac-body b{font-size:15px}.action-card .ac-body .muted{font-size:12px}.action-card .ac-go{color:var(--muted-2);font-size:18px}.tasklist{margin-bottom:10px}.tl-head{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;display:flex}.tl-head:hover{background:var(--surface-4)}.tl-caret{color:var(--muted-2);width:12px;font-size:11px}.tl-dot{border-radius:50%;width:9px;height:9px}.tl-body{border:1px solid var(--line);border-radius:10px;overflow:hidden}.tl-row{border-bottom:1px solid var(--line);align-items:center;gap:8px;padding:6px 10px;display:flex}.tl-row:last-child{border-bottom:0}.tl-row:hover{background:var(--surface-dim)}.tl-title{background:0 0;border:1px solid #0000;border-radius:6px;flex:1;min-width:160px;padding:5px 7px;font-size:14px}.tl-title:focus{border-color:var(--primary);background:var(--surface);outline:none}.tl-meta{border:1px solid var(--line);border-radius:6px;width:96px;padding:4px 6px;font-size:12px}.tl-date{border:1px solid var(--line);border-radius:6px;padding:4px 6px;font-size:12px}.tl-add .tl-title{border-color:var(--primary);background:var(--surface)}.tl-addbtn{text-align:left;width:100%;color:var(--muted);cursor:pointer;background:0 0;border:0;padding:8px 12px;font-size:13px}.tl-addbtn:hover{background:var(--surface-4);color:var(--primary-700)}.modal-bg{z-index:60;background:#0c0d0e73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border-radius:14px;width:100%;max-width:560px;max-height:90vh;overflow:auto;box-shadow:0 20px 60px #0000004d}.modal-h{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.modal-h h3{margin:0}.modal .form-grid{padding:18px 20px}.modal-f{border-top:1px solid var(--line);justify-content:flex-end;gap:10px;padding:14px 20px;display:flex}.irs-form{background:#fff;border:2px solid #1e293b;border-radius:4px;overflow:hidden}.irs-form.span2{grid-column:span 2}.irs-top{border-bottom:2px solid #1e293b;align-items:stretch;display:flex}.irs-top-l{border-right:1.5px solid #1e293b;align-items:center;gap:8px;min-width:190px;padding:8px 12px;display:flex}.irs-top-l .irs-formno{color:#1e293b;font-size:30px;font-weight:800;line-height:1}.irs-top-l .irs-dept{color:#334155;text-transform:uppercase;letter-spacing:.02em;font-size:8.5px;line-height:1.25}.irs-top-c{flex-direction:column;flex:1;justify-content:center;padding:8px 14px;display:flex}.irs-top-c .irs-h1{color:#0c0d0e;font-size:16px;font-weight:800}.irs-top-c .irs-h2{color:#475569;margin-top:2px;font-size:11px}.irs-top-r{text-align:center;color:#334155;border-left:1.5px solid #1e293b;flex-direction:column;justify-content:center;min-width:80px;padding:8px 12px;font-size:9px;display:flex}.irs-band{color:#fff;letter-spacing:.02em;background:#1e293b;padding:6px 14px;font-size:12px;font-weight:700}.irs-line{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:8px 14px;font-size:13px;display:flex}.irs-line:last-child{border-bottom:0}.irs-line .irs-no{color:#1c2430}.irs-line .irs-amt{font-variant-numeric:tabular-nums;text-align:right;background:#f8fafc;border:1px solid #cbd5e1;border-radius:3px;min-width:130px;padding:3px 8px;font-weight:600}.pl-table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;min-width:880px;font-size:13px}.pl-table th,.pl-table td{white-space:nowrap;padding:7px 10px}.pl-head{color:#fff;background:#0c2340}.pl-head .pl-label{text-align:left}.pl-num{text-align:right;width:64px}.pl-year{border-left:1px solid var(--line);background:#f4f7fb;font-weight:700}.pl-head .pl-year{background:#0a1c33}.pl-label{text-align:left;background:#fff;min-width:220px;position:sticky;left:0}.pl-row:hover .pl-label,.pl-row:hover{background:#fafbfc}.pl-table tbody tr{border-bottom:1px solid #eef1f5}.pl-rev .pl-label{color:#0c2340}.pl-num.neg{color:#b91c1c}.pl-sub{background:#f4f7fb;font-weight:700}.pl-sub .pl-label{background:#f4f7fb}.pl-total{background:#eaf4e3;border-top:2px solid #0c2340;font-weight:800;border-bottom:2px solid #0c2340!important}.pl-total .pl-label{color:#0c2340;background:#eaf4e3}.pl-section td{color:#fff;letter-spacing:.03em;background:#0c2340;font-size:12px;font-weight:700}.pl-item .pl-label{color:#475569;padding-left:22px}.pl-spacer td{background:#fff;height:8px;padding:0}.pl-margin .pl-label{color:#475569;padding-left:22px;font-size:12px;font-style:italic}@media (width<=1340px){.pl-table{min-width:700px;font-size:12px}.pl-table th,.pl-table td{padding:6px}.pl-num{width:46px}.pl-label{min-width:140px}}.pl-margin td{padding-top:3px;padding-bottom:7px;font-size:12px}.gsearch{margin-left:auto;margin-right:12px;position:relative}.gsearch>input{border:1px solid var(--line);background:var(--surface-2);border-radius:18px;width:280px;max-width:38vw;padding:7px 12px;font-size:13px}.gsearch>input:focus{border-color:var(--primary);background:var(--surface);outline:none;width:340px}.gsearch-pop{background:var(--surface);border:1px solid var(--line);z-index:70;border-radius:12px;width:380px;max-height:60vh;padding:6px;position:absolute;top:40px;right:0;overflow:auto;box-shadow:0 12px 32px #00000024}.gsearch-grp{text-transform:uppercase;letter-spacing:.05em;color:var(--muted-2);padding:8px 10px 4px;font-size:11px}.gsearch-item{cursor:pointer;border-radius:8px;padding:7px 10px;font-size:13px}.gsearch-item:hover,.gsearch-item.sel{background:var(--surface-4)}.gsearch-item.sel{box-shadow:inset 2px 0 0 var(--primary)}@media (width<=700px){.gsearch{display:none}}.cal{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.cal-wd{text-align:center;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-2);padding:4px 0;font-size:11px;font-weight:700}.cal-cell{border:1px solid var(--line);background:var(--surface);border-radius:8px;flex-direction:column;gap:3px;min-height:104px;padding:4px;display:flex;overflow:hidden}.cal-empty{background:var(--surface-dim);border-style:dashed}.cal-today{border-color:var(--primary);box-shadow:inset 0 0 0 1px var(--primary)}.cal-dn{color:var(--ink-2);padding:1px 3px;font-size:12px;font-weight:700}.cal-today .cal-dn{color:var(--primary-700)}.cal-evs{flex-direction:column;gap:2px;display:flex;overflow:hidden}.cal-ev{text-align:left;cursor:pointer;color:#1c2430;border:0;border-radius:4px;align-items:center;gap:3px;width:100%;padding:2px 4px;font-size:11px;display:flex}.cal-ev:hover{filter:brightness(.96)}.cal-ev-t{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media (width<=700px){.cal-cell{min-height:74px}.cal-ev-t{display:none}}.lg{vertical-align:middle;border-radius:2px;width:10px;height:10px;margin-right:4px;display:inline-block}.cal-dn{position:relative}.cal-hol{color:#b91c1c;white-space:nowrap;text-overflow:ellipsis;max-width:72%;font-size:9px;font-weight:700;position:absolute;top:0;right:2px;overflow:hidden}.cal-week{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.wk-col{border:1px solid var(--line);border-radius:8px;flex-direction:column;min-height:360px;display:flex;overflow:hidden}.wk-head{border-bottom:1px solid var(--line);text-transform:capitalize;padding:6px 8px;font-size:12px;font-weight:700}.wk-body{flex-direction:column;gap:3px;padding:4px;display:flex;overflow-y:auto}.day-row{cursor:pointer;align-items:stretch;gap:10px;padding:4px 0;display:flex}.day-time{text-align:right;font-variant-numeric:tabular-nums;width:52px;color:var(--muted);flex-shrink:0;padding-top:8px;font-size:13px}.day-ev{border-radius:6px;flex:1;padding:8px 10px;font-size:14px}.day-row:hover .day-ev{filter:brightness(.97)}@media (width<=800px){.cal-week{grid-template-columns:1fr}.wk-col{min-height:auto}}.funnel{flex-direction:column;gap:8px;margin-top:6px;display:flex}.fn-row{align-items:center;gap:10px;display:flex}.fn-label{color:#1c2430;flex-shrink:0;width:160px;font-size:13px}.fn-track{background:var(--surface-4);border-radius:6px;flex:1;height:26px;overflow:hidden}.fn-bar{border-radius:6px;justify-content:flex-end;align-items:center;min-width:26px;height:100%;transition:width .3s;display:flex}.fn-n{color:#fff;padding:0 8px;font-size:12px;font-weight:700}.fn-conv{text-align:right;width:52px;font-size:12px;font-weight:600}@media (width<=700px){.fn-label{width:100px;font-size:12px}}.tg-head{border-bottom:2px solid var(--line);background:var(--surface);z-index:2;display:grid;position:sticky;top:0}.tg-corner{color:var(--muted-2);text-transform:uppercase;letter-spacing:.04em;border-right:1px solid var(--line);align-items:flex-end;padding:6px;font-size:10px;display:flex}.tg-daytop{border-right:1px solid var(--line);min-width:0}.tg-dh{text-transform:capitalize;padding:6px 8px;font-size:12px;font-weight:700}.tg-hol{color:#b91c1c;font-size:9px;font-weight:700;display:block}.tg-ad{flex-direction:column;gap:2px;max-height:78px;padding:0 4px 4px;display:flex;overflow-y:auto}.tg-scroll{max-height:62vh;overflow-y:auto}.tg-hours{border-right:1px solid var(--line)}.tg-hr{border-bottom:1px solid var(--surface-4);position:relative}.tg-hr span{color:var(--muted-2);font-variant-numeric:tabular-nums;font-size:10px;position:absolute;top:-7px;right:6px}.tg-slot{border-bottom:1px solid var(--surface-4)}.tg-ev{text-align:left;cursor:pointer;color:#1c2430;border:0;border-radius:5px;flex-direction:column;padding:2px 5px;display:flex;position:absolute;overflow:hidden;box-shadow:0 1px 2px #0000000f}.tg-ev:hover{filter:brightness(.96);z-index:3}.tg-ev-time{color:var(--muted);font-size:9px;font-weight:600}.tg-ev-t{white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:600;overflow:hidden}.tg-dh{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.tg-load{margin-left:auto;font-size:11px;font-weight:700}.tg-loadbar{background:var(--surface-2);border-radius:2px;height:3px;margin:0 8px 4px;overflow:hidden}.tg-loadbar>div{height:100%}.tg-card{padding:0;overflow:hidden}.tg-card .tg-scroll{max-height:68vh;position:relative;overflow-y:auto}.tg-card .tg-head{z-index:4;background:var(--surface);border-bottom:2px solid var(--line);display:grid;position:sticky;top:0}.tg-card .tg-corner{border-right:1px solid var(--line)}.tg-card .tg-daytop{border-right:1px solid var(--line);min-width:0;padding:6px 8px}.tg-card .tg-dh{text-transform:capitalize;justify-content:space-between;align-items:baseline;gap:6px;font-size:12px;font-weight:700;display:flex}.tg-card .tg-load{font-size:11px;font-weight:700}.tg-card .tg-hol{color:#b91c1c;white-space:nowrap;text-overflow:ellipsis;font-size:9px;font-weight:700;overflow:hidden}.tg-card .tg-loadbar{background:var(--surface-2);border-radius:2px;height:3px;margin-top:4px;overflow:hidden}.tg-card .tg-loadbar>div{height:100%}.tg-grid{display:grid;position:relative}.tg-hours{border-right:1px solid var(--line);position:relative}.tg-half{border-bottom:1px dashed #f2f4f7;position:relative}.tg-half.oclock{border-bottom:1px solid var(--line)}.tg-half>span{color:#b6bdc9;font-variant-numeric:tabular-nums;font-size:10px;line-height:1;position:absolute;top:0;right:6px}.tg-half.oclock>span{color:var(--muted);font-weight:600}.tg-col{border-right:1px solid var(--line);position:relative}.tg-hcell{border-bottom:1px dashed var(--surface-2)}.tg-hcell.oclock{border-bottom:1px solid var(--line)}.tg-ev{align-items:center;gap:5px;padding:2px 6px;overflow:hidden;flex-direction:row!important;display:flex!important}.tg-ev .tg-ev-time{color:var(--ink-3);flex-shrink:0;font-size:10px;font-weight:700}.tg-ev .tg-ev-t{color:#0c2340;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:600;overflow:hidden}.tg-ev:hover{z-index:5;box-shadow:0 2px 8px #00000026}.ck-head{text-transform:uppercase;letter-spacing:.04em;color:var(--muted-2);border-bottom:1px solid var(--line);gap:8px;padding:8px 14px;font-size:10px;font-weight:700;display:grid}.ck-group{border-bottom:1px solid var(--surface-4)}.ck-ghead{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;padding:8px 14px;display:flex}.ck-ghead:hover{background:var(--surface-2)}.ck-caret{color:var(--muted-2);width:12px;font-size:11px}.ck-pill{border:1px solid;border-radius:999px;padding:2px 10px;font-size:12px;font-weight:700}.ck-row{border-top:1px solid var(--surface-2);align-items:center;gap:8px;padding:5px 14px;display:grid}.ck-row:hover{background:var(--surface-dim)}.ck-row:hover .ck-del{opacity:1}.ck-check{border:2px solid var(--line-strong);cursor:pointer;color:#fff;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:19px;height:19px;padding:0;font-size:11px;line-height:1;display:flex}.ck-check.done{background:#16a34a;border-color:#16a34a}.ck-title{background:0 0;border:1px solid #0000;border-radius:6px;width:100%;padding:5px 7px;font-size:14px}.ck-title:hover{border-color:var(--line)}.ck-title:focus{border-color:var(--primary);background:var(--surface);outline:none}.ck-cell{background:0 0;border:1px solid #0000;border-radius:6px;width:100%;padding:4px 6px;font-size:12px}.ck-cell:hover{border-color:var(--line)}.ck-cell:focus{border-color:var(--primary);background:var(--surface);outline:none}.ck-cell.ck-over{color:#dc2626;font-weight:600}.ck-sel{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;width:100%;padding:4px;font-size:12px;font-weight:600}.ck-sel:hover{border-color:var(--line);background:var(--surface)}.ck-del{opacity:0;color:var(--muted-2);cursor:pointer;background:0 0;border:0;transition:opacity .12s}.ck-del:hover{color:#dc2626}.ck-add{text-align:left;width:100%;color:var(--muted-2);cursor:pointer;background:0 0;border:0;padding:7px 14px 7px 40px;font-size:13px}.ck-add:hover{background:var(--surface-4);color:var(--primary-700)}.ck-titlecell{align-items:center;gap:6px;min-width:0;display:flex}.ck-titlecell .ck-title{flex:1;min-width:0}.ck-open{opacity:0;border:1px solid var(--line);background:var(--surface);color:var(--muted);cursor:pointer;white-space:nowrap;border-radius:6px;padding:2px 8px;font-size:11px;transition:opacity .12s}.ck-row:hover .ck-open{opacity:1}.ck-open:hover{border-color:var(--primary);color:var(--primary-700)}.comm-row{border-top:1px solid var(--surface-2);cursor:pointer;align-items:center;gap:10px;padding:9px 14px;display:flex}.comm-row:first-child{border-top:0}.comm-row:hover{background:var(--surface-dim)}.comm-ch{color:#fff;text-align:center;border-radius:999px;flex-shrink:0;min-width:76px;padding:3px 8px;font-size:10px;font-weight:700}.comm-main{flex:1;min-width:0}.comm-t{white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.comm-pre{color:var(--muted-2);white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:12px;overflow:hidden}.comm-meta{flex-shrink:0;align-items:center;gap:8px;font-size:12px;display:flex}@media (width<=640px){.kpis{grid-template-columns:1fr 1fr;gap:8px}.kpi{padding:10px 12px}.kpi .v{font-size:19px}.kpi .l{margin-top:1px;font-size:10.5px;line-height:1.25}.kpi:hover{box-shadow:var(--shadow);transform:none}.chips{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.chips::-webkit-scrollbar{display:none}.chip{scroll-snap-align:start;white-space:nowrap;flex:none;padding:7px 13px}}@media (width<=980px){.tbl-cards,html.app-shell .content .tbl.tbl-cards{white-space:normal;display:block;overflow-x:visible;min-width:0!important}.tbl-cards thead,.tbl-cards tbody,.tbl-cards tr,.tbl-cards td{box-sizing:border-box;width:100%;display:block}.tbl-cards thead{display:none}.tbl-cards tr{background:var(--surface);border:1px solid var(--line);border-radius:10px;margin-bottom:10px;padding:10px 12px}.tbl-cards tr:hover td{background:0 0}.tbl-cards td{overflow-wrap:anywhere;border-bottom:0;padding:5px 0}.tbl-cards td:empty{display:none}.tbl-cards td[data-label]:before{content:attr(data-label);text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:2px;font-size:10px;display:block}.tbl-cards td[colspan]{padding:0}.tbl-cards td[colspan]:before{content:none}.tbl-cards .inp{width:100%!important;font-size:16px!important}.tbl-cards .btn,.tbl-cards .btn.sm{min-height:38px;padding:8px 12px}.tbl-cards .row{gap:6px}.tbl-cards-kv td[data-label]{border-bottom:1px dashed var(--line-2);justify-content:space-between;align-items:baseline;gap:10px;padding:5px 0;display:flex}.tbl-cards-kv td[data-label]:before{flex:none;margin-bottom:0}.tbl-cards-kv td:last-child{border-bottom:0}.tbl-cards-kv td:not([data-label]){margin-bottom:4px;font-size:14px}}@media (width<=640px){.pcal{gap:2px!important}.pcal-cell{min-height:46px!important;padding:2px!important}.pcal-ev{height:7px;border-radius:2px!important;margin:2px 0!important;padding:0!important;font-size:0!important}}
