:root,[data-theme=dark]{--bg-0:#090910;--bg-1:#0d0d15;--bg-2:#13131c;--bg-3:#191922;--bg-4:#1f1f2a;--bg-h:#1b1b26;--bg-in:#0b0b12;--border:#252535;--border-l:#1c1c2a;--text-1:#eff0f6;--text-2:#9496b0;--text-3:#5e5f78;--accent:#635bff;--accent-h:#7d75ff;--accent-bg:#635bff1a;--green:#22c55e;--green-bg:#22c55e1a;--yellow:#eab308;--yellow-bg:#eab3081a;--red:#ef4444;--red-bg:#ef44441a;--blue:#3b82f6;--blue-bg:#3b82f61a;--pink:#ec4899;--teal:#14b8a6;--orange:#f97316;--shadow:0 1px 6px #00000059;--shadow-lg:0 8px 30px #00000080}[data-theme=light]{--bg-0:#f7f7fa;--bg-1:#fff;--bg-2:#fafafc;--bg-3:#f0f0f5;--bg-4:#e6e6ee;--bg-h:#f2f2f8;--bg-in:#fff;--border:#d6d6e2;--border-l:#e8e8f2;--text-1:#111118;--text-2:#52526a;--text-3:#8a8aa8;--accent:#635bff;--accent-h:#4f46e5;--accent-bg:#635bff0f;--green:#16a34a;--green-bg:#16a34a0f;--yellow:#ca8a04;--yellow-bg:#ca8a040f;--red:#dc2626;--red-bg:#dc26260f;--blue:#2563eb;--blue-bg:#2563eb0f;--shadow:0 1px 4px #0000000d;--shadow-lg:0 6px 24px #00000014}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background:#090910;background:var(--bg-0);color:#eff0f6;color:var(--text-1);font-family:Outfit,system-ui,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#252535;background:var(--border);border-radius:10px}.app-layout{display:flex;min-height:100vh}.main-content{background:#090910;background:var(--bg-0);flex:1 1;margin-left:250px;min-height:100vh}.page-c{margin:0 auto;max-width:1360px;padding:24px 28px;width:100%}.sidebar{background:#0d0d15;background:var(--bg-1);border-right:1px solid #1c1c2a;border-right:1px solid var(--border-l);display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;transition:transform .25s;width:250px;z-index:100}.sb-brand{border-bottom:1px solid #1c1c2a;border-bottom:1px solid var(--border-l);gap:11px;padding:18px 20px}.logo-box,.sb-brand{align-items:center;display:flex}.logo-box{background:linear-gradient(135deg,#635bff,#ec4899);background:linear-gradient(135deg,var(--accent),var(--pink));border-radius:10px;color:#fff;flex-shrink:0;font-size:15px;font-weight:800;height:36px;justify-content:center;width:36px}.sb-brand h1{font-size:16px;font-weight:700;letter-spacing:-.3px}.sb-brand span{color:#5e5f78;color:var(--text-3);font-size:9px;font-weight:600;letter-spacing:2px;text-transform:uppercase}.sb-nav{flex:1 1;overflow-y:auto;padding:10px 8px}.sb-lbl{color:#5e5f78;color:var(--text-3);font-size:9px;font-weight:600;letter-spacing:1.8px;padding:16px 12px 5px;text-transform:uppercase}.sb-item{align-items:center;border-radius:8px;color:#9496b0;color:var(--text-2);cursor:pointer;display:flex;font-size:13.5px;font-weight:450;gap:9px;margin-bottom:2px;padding:9px 12px;position:relative;transition:all .15s}.sb-item:hover{background:#191922;background:var(--bg-3);color:#eff0f6;color:var(--text-1)}.sb-item.on{background:#635bff1a;background:var(--accent-bg);color:#635bff;color:var(--accent);font-weight:550}.sb-item.on:before{background:#635bff;background:var(--accent);border-radius:0 3px 3px 0;content:"";height:18px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:3px}.sb-item svg{flex-shrink:0;height:17px;width:17px}.sb-badge{background:#ef4444;background:var(--red);border-radius:10px;color:#fff;font-size:9px;margin-left:auto;padding:1px 6px}.sb-foot{border-top:1px solid #1c1c2a;border-top:1px solid var(--border-l);padding:12px}.sb-user{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:9px;padding:8px 10px;transition:background .15s}.sb-user:hover{background:#191922;background:var(--bg-3)}.av{align-items:center;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-weight:600;justify-content:center}.av-xs{font-size:9.5px;height:24px;width:24px}.av-sm{font-size:11.5px;height:30px;width:30px}.av-md{font-size:13px;height:34px;width:34px}.av-lg{font-size:17px;height:44px;width:44px}.ph{align-items:center;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;margin-bottom:22px}.ph h2{font-size:22px;font-weight:700;letter-spacing:-.5px}.ph p{color:#9496b0;color:var(--text-2);font-size:13px;margin-top:2px}.ha{display:flex;gap:8px}.btn,.ha{align-items:center}.btn{border:none;border-radius:7px;cursor:pointer;display:inline-flex;font-size:12.5px;font-weight:500;gap:6px;justify-content:center;padding:7px 15px;transition:all .15s;white-space:nowrap}.btn svg{height:15px;width:15px}.btn-p{background:#635bff;background:var(--accent);color:#fff}.btn-p:hover{background:#7d75ff;background:var(--accent-h);box-shadow:0 4px 14px #635bff33;transform:translateY(-1px)}.btn-s{background:#191922;background:var(--bg-3);border:1px solid #252535;border:1px solid var(--border);color:#eff0f6;color:var(--text-1)}.btn-s:hover{background:#1f1f2a;background:var(--bg-4)}.btn-d{background:#ef44441a;background:var(--red-bg);color:#ef4444;color:var(--red)}.btn-d:hover{background:#ef4444;background:var(--red);color:#fff}.btn-g{background:#0000;color:#9496b0;color:var(--text-2)}.btn-g:hover{background:#191922;background:var(--bg-3);color:#eff0f6;color:var(--text-1)}.btn-sm{font-size:11.5px;padding:5px 10px}.btn-sm svg{height:13px;width:13px}.btn-icon{padding:7px}.btn-success{background:#22c55e;background:var(--green);color:#fff}.btn-success:hover{opacity:.9}.card{background:#13131c;background:var(--bg-2);border:1px solid #1c1c2a;border:1px solid var(--border-l);border-radius:12px;padding:18px;transition:all .15s}.card-h{justify-content:space-between;margin-bottom:14px}.card-h,.card-t{align-items:center;display:flex}.card-t{font-size:14px;font-weight:600;gap:6px}.stats-g{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:22px}.stat-c{align-items:flex-start;background:#13131c;background:var(--bg-2);border:1px solid #1c1c2a;border:1px solid var(--border-l);border-radius:12px;display:flex;gap:12px;padding:16px 18px;transition:all .15s}.stat-c:hover{border-color:#252535;border-color:var(--border)}.stat-i{align-items:center;border-radius:10px;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.stat-i svg{height:18px;width:18px}.stat-l{color:#5e5f78;color:var(--text-3);font-size:10.5px;font-weight:500;letter-spacing:.3px;text-transform:uppercase}.stat-v{font-size:24px;font-weight:700;letter-spacing:-.5px;margin:2px 0}.stat-s{color:#9496b0;color:var(--text-2);font-size:11.5px}.fg{margin-bottom:14px}.fl{color:#5e5f78;color:var(--text-3);display:block;font-size:10.5px;font-weight:600;letter-spacing:.5px;margin-bottom:5px;text-transform:uppercase}.fi,.fs,.ft{background:#0b0b12;background:var(--bg-in);border:1px solid #252535;border:1px solid var(--border);border-radius:7px;color:#eff0f6;color:var(--text-1);font-size:13px;outline:none;padding:8px 12px;transition:border-color .15s;width:100%}.fi:focus,.fs:focus,.ft:focus{border-color:#635bff;border-color:var(--accent);box-shadow:0 0 0 3px #635bff1a;box-shadow:0 0 0 3px var(--accent-bg)}.ft{min-height:72px;resize:vertical}.fs{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 4 4 4-4' stroke='%239496b0' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;cursor:pointer;padding-right:28px}.fr{grid-gap:12px;grid-template-columns:1fr 1fr}.fr,.fr3{display:grid;gap:12px}.fr3{grid-gap:12px;grid-template-columns:1fr 1fr 1fr}.badge{align-items:center;border-radius:20px;display:inline-flex;font-size:10.5px;font-weight:550;gap:3px;letter-spacing:.1px;padding:3px 9px}.b-draft{color:#5e5f78;color:var(--text-3)}.b-draft,.b-todo{background:#1f1f2a;background:var(--bg-4)}.b-todo{color:#9496b0;color:var(--text-2)}.b-in_progress{background:#3b82f61a;background:var(--blue-bg);color:#3b82f6;color:var(--blue)}.b-review{background:#eab3081a;background:var(--yellow-bg);color:#eab308;color:var(--yellow)}.b-revision{background:#f973161a;color:#f97316;color:var(--orange)}.b-completed{background:#22c55e1a;background:var(--green-bg);color:#22c55e;color:var(--green)}.b-delivered{background:#14b8a61a;color:#14b8a6;color:var(--teal)}.b-urgent{background:#ef44441a;background:var(--red-bg);color:#ef4444;color:var(--red)}.b-high{background:#eab3081a;background:var(--yellow-bg);color:#eab308;color:var(--yellow)}.b-medium{background:#3b82f61a;background:var(--blue-bg);color:#3b82f6;color:var(--blue)}.b-low{background:#1f1f2a;background:var(--bg-4);color:#5e5f78;color:var(--text-3)}.b-success{background:#22c55e1a;background:var(--green-bg);color:#22c55e;color:var(--green)}.b-danger{background:#ef44441a;background:var(--red-bg);color:#ef4444;color:var(--red)}.b-info{background:#3b82f61a;background:var(--blue-bg);color:#3b82f6;color:var(--blue)}.b-accent{background:#635bff1a;background:var(--accent-bg);color:#635bff;color:var(--accent)}.tw{border-radius:10px;overflow-x:auto}table{border-collapse:collapse;width:100%}table th{background:#191922;background:var(--bg-3);color:#5e5f78;color:var(--text-3);font-size:10.5px;font-weight:600;letter-spacing:.8px;padding:10px 14px;text-align:left;text-transform:uppercase;white-space:nowrap}table td,table th{border-bottom:1px solid #1c1c2a;border-bottom:1px solid var(--border-l)}table td{font-size:13px;padding:11px 14px;vertical-align:middle}table tr:hover td{background:#1b1b26;background:var(--bg-h)}table tr:last-child td{border-bottom:none}.mo-ov{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1000}.mo{background:#0d0d15;background:var(--bg-1);border:1px solid #252535;border:1px solid var(--border);border-radius:16px;box-shadow:0 16px 44px -10px #0000009e;box-shadow:var(--shadow-lg);max-height:85vh;max-width:540px;overflow-y:auto;width:100%}.mo.wide{max-width:700px}.mo-h{align-items:center;background:#13131c;background:var(--bg-2);border-bottom:1px solid #1c1c2a;border-bottom:1px solid var(--border-l);border-radius:16px 16px 0 0;display:flex;justify-content:space-between;padding:18px 22px}.mo-h h3{font-size:15px;font-weight:600}.mo-b{padding:20px 22px}.mo-f{background:#13131c;background:var(--bg-2);border-radius:0 0 16px 16px;border-top:1px solid #1c1c2a;border-top:1px solid var(--border-l);display:flex;gap:8px;justify-content:flex-end;padding:14px 22px}.search-w{align-items:center;display:flex;position:relative}.search-w svg{color:#5e5f78;color:var(--text-3);height:15px;left:10px;position:absolute;width:15px}.search-i{background:#0b0b12;background:var(--bg-in);border:1px solid #252535;border:1px solid var(--border);border-radius:8px;color:#eff0f6;color:var(--text-1);font-size:12.5px;outline:none;padding:8px 12px 8px 32px;transition:all .15s;width:220px}.search-i:focus{border-color:#635bff;border-color:var(--accent);width:280px}.fbar{align-items:center;display:flex;flex-wrap:wrap;gap:6px;margin-bottom:18px}.fc{background:#13131c;background:var(--bg-2);border:1px solid #1c1c2a;border:1px solid var(--border-l);border-radius:20px;color:#9496b0;color:var(--text-2);cursor:pointer;font-size:11.5px;font-weight:450;padding:5px 13px;transition:all .12s}.fc:hover{border-color:#252535;border-color:var(--border);color:#eff0f6;color:var(--text-1)}.fc.on{background:#635bff1a;background:var(--accent-bg);border-color:#635bff;border-color:var(--accent);color:#635bff;color:var(--accent);font-weight:550}.g2{grid-gap:14px;grid-template-columns:1fr 1fr}.g2,.g3{display:grid;gap:14px}.g3{grid-gap:14px;grid-template-columns:1fr 1fr 1fr}.cg{grid-gap:18px;display:grid;gap:18px;grid-template-columns:5fr 3fr}.tabs{border-bottom:2px solid #1c1c2a;border-bottom:2px solid var(--border-l);gap:0;margin-bottom:20px}.tab,.tabs{display:flex}.tab{align-items:center;border-bottom:2px solid #0000;color:#9496b0;color:var(--text-2);cursor:pointer;font-size:13px;font-weight:450;gap:5px;margin-bottom:-2px;padding:10px 18px;transition:all .12s}.tab:hover{color:#eff0f6;color:var(--text-1)}.tab.on{border-bottom-color:#635bff;border-bottom-color:var(--accent);color:#635bff;color:var(--accent);font-weight:600}.pbar{background:#090910;background:var(--bg-0);height:5px;overflow:hidden}.pbar,.pfill{border-radius:10px}.pfill{height:100%;transition:width .4s}.kb{grid-gap:12px;align-items:start;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.kc{background:#0d0d15;background:var(--bg-1);border:1px solid #1c1c2a;border:1px solid var(--border-l);border-radius:12px;padding:12px}.kc-h{border-bottom:1px solid #1c1c2a;border-bottom:1px solid var(--border-l);justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.kc-h,.kc-t{align-items:center;display:flex}.kc-t{font-size:12.5px;font-weight:600;gap:7px}.kc-n{background:#191922;background:var(--bg-3);border-radius:10px;color:#5e5f78;color:var(--text-3);font-size:10px;padding:1px 6px}.kk{background:#13131c;background:var(--bg-2);border:1px solid #1c1c2a;border:1px solid var(--border-l);border-radius:10px;cursor:pointer;margin-bottom:8px;padding:12px;transition:all .15s}.kk:hover{border-color:#252535;border-color:var(--border);box-shadow:0 1px 2px #0000004d,0 1px 3px #0000002e;box-shadow:var(--shadow);transform:translateY(-2px)}.link-item{align-items:center;border-bottom:1px solid #1c1c2a;border-bottom:1px solid var(--border-l);display:flex;flex-wrap:wrap;font-size:12.5px;gap:8px;padding:7px 0}.link-item:last-child{border-bottom:none}.link-item a{color:#635bff;color:var(--accent);font-weight:500;text-decoration:none}.link-item a:hover{text-decoration:underline}.link-cat{background:#191922;background:var(--bg-3);border-radius:10px;color:#5e5f78;color:var(--text-3);font-size:9.5px;padding:2px 7px;text-transform:capitalize}.toast-box{display:flex;flex-direction:column;gap:6px;pointer-events:none;position:fixed;right:16px;top:16px;z-index:2000}.toast{animation:tIn .25s;border:1px solid #252535;border:1px solid var(--border);border-radius:10px;box-shadow:0 1px 2px #0000004d,0 1px 3px #0000002e;box-shadow:var(--shadow);font-size:12.5px;font-weight:500;max-width:340px;padding:10px 16px;pointer-events:auto}.toast-info{background:#13131c;background:var(--bg-2);color:#eff0f6;color:var(--text-1)}.toast-success{background:#052e16;border-color:#22c55e33;color:#86efac}.toast-error{background:#450a0a;border-color:#ef444433;color:#fca5a5}@keyframes tIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ndd{background:#0d0d15;background:var(--bg-1);border:1px solid #252535;border:1px solid var(--border);border-radius:12px;box-shadow:0 16px 44px -10px #0000009e;box-shadow:var(--shadow-lg);max-height:420px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 6px);width:340px;z-index:500}.ni{border-bottom:1px solid #1c1c2a;border-bottom:1px solid var(--border-l);cursor:pointer;padding:10px 14px;transition:background .12s}.ni:hover{background:#1b1b26;background:var(--bg-h)}.ni.unread{border-left:3px solid #635bff;border-left:3px solid var(--accent)}.nbadge{background:#ef4444;background:var(--red);border-radius:10px;color:#fff;font-size:8.5px;font-weight:700;min-width:15px;padding:1px 4px;position:absolute;right:0;text-align:center;top:0}.spinner{animation:spin .5s linear infinite;border:3px solid #252535;border-top-color:#635bff;border:3px solid var(--border);border-radius:50%;border-top-color:var(--accent);height:28px;width:28px}@keyframes spin{to{transform:rotate(1turn)}}.load-c{align-items:center;display:flex;justify-content:center;padding:56px}.empty{color:#5e5f78;color:var(--text-3);padding:44px 18px;text-align:center}.empty svg{height:44px;margin-bottom:14px;opacity:.25;width:44px}.empty h3{color:#9496b0;color:var(--text-2);font-size:15px;margin-bottom:4px}.empty p{font-size:12.5px}.mono{font-family:JetBrains Mono,monospace}.revenue-card{background:linear-gradient(135deg,#635bff1a,#22c55e0a);background:linear-gradient(135deg,var(--accent-bg),#22c55e0a);border-color:#635bff1f}.login-page{align-items:center;background:#090910;background:var(--bg-0);display:flex;justify-content:center;min-height:100vh;position:relative}.login-page:before{background:radial-gradient(circle,#635bff14,#0000 70%);content:"";height:500px;position:absolute;right:-180px;top:-180px;width:500px}.login-card{background:#0d0d15;background:var(--bg-1);border:1px solid #252535;border:1px solid var(--border);border-radius:18px;box-shadow:0 16px 44px -10px #0000009e;box-shadow:var(--shadow-lg);max-width:380px;padding:34px;position:relative;width:100%;z-index:1}.err-box{background:#ef44441a;background:var(--red-bg);border:1px solid #ef444426;border-radius:8px;color:#ef4444;color:var(--red);font-size:12px;margin-bottom:14px;padding:8px 12px}.theme-t{background:#191922;background:var(--bg-3);border:1px solid #1c1c2a;border:1px solid var(--border-l);border-radius:8px;display:flex;gap:0;padding:2px}.theme-t button{align-items:center;background:#0000;border:none;border-radius:6px;color:#5e5f78;color:var(--text-3);cursor:pointer;display:flex;padding:5px 8px;transition:all .12s}.theme-t button.on{background:#635bff1a;background:var(--accent-bg);color:#635bff;color:var(--accent)}.theme-t button svg{height:14px;width:14px}.mob-btn{background:#0d0d15;background:var(--bg-1);border:1px solid #252535;border:1px solid var(--border);border-radius:8px;box-shadow:0 1px 2px #0000004d,0 1px 3px #0000002e;box-shadow:var(--shadow);color:#eff0f6;color:var(--text-1);cursor:pointer;left:14px;padding:7px;top:14px;z-index:200}.mob-btn,.sb-ov{display:none;position:fixed}.sb-ov{background:#0006;inset:0;z-index:99}.section-divider{border-top:1px solid #1c1c2a;border-top:1px solid var(--border-l);margin-bottom:14px;margin-top:6px;padding-top:14px}@media(max-width:1024px){.g3{grid-template-columns:1fr 1fr}.cg{grid-template-columns:1fr}}@media(max-width:768px){.mob-btn{display:flex}.sidebar{transform:translateX(-100%)}.sidebar.open{transform:translateX(0)}.sb-ov.open{display:block}.main-content{margin-left:0}.page-c{padding:56px 14px 14px}.ph{align-items:flex-start;flex-direction:column}.fr,.fr3,.g2,.g3,.kb{grid-template-columns:1fr}.search-i,.search-i:focus{width:100%}.mo{max-width:100%}.ndd{right:-50px;width:290px}.stat-v{font-size:20px}}@media(max-width:480px){.stats-g{grid-template-columns:1fr 1fr}.ph h2{font-size:18px}}.timer-pill{align-items:center;background:#0d0d15;background:var(--bg-1);border:1px solid #252535;border:1px solid var(--border);border-radius:30px;bottom:18px;box-shadow:0 16px 44px -10px #0000009e;box-shadow:var(--shadow-lg);cursor:pointer;display:flex;gap:10px;padding:8px 10px 8px 14px;position:fixed;right:18px;transition:transform .15s;z-index:1500}.timer-pill:hover{transform:translateY(-2px)}.timer-dot{animation:tpulse 1.4s ease-in-out infinite;background:#635bff;background:var(--accent);border-radius:50%;box-shadow:0 0 0 0 #635bff1a;box-shadow:0 0 0 0 var(--accent-bg);flex-shrink:0;height:10px;width:10px}@keyframes tpulse{0%{box-shadow:0 0 0 0 #635bff66}70%{box-shadow:0 0 0 8px #635bff00}to{box-shadow:0 0 0 0 #635bff00}}@media(max-width:768px){.timer-pill{bottom:12px;right:12px}}.logo-box img{display:block;height:100%;object-fit:contain;width:100%}.logo-box:has(img){background:#fff;padding:3px}.sb-brand .logo-box{border-radius:12px;height:46px;width:46px}.logo-box.logo-box-lg{border-radius:20px;height:88px;padding:6px;width:88px}.profile-logo{height:48px;opacity:.95;pointer-events:none;position:absolute;right:16px;top:14px;width:auto}@media(max-width:560px){.profile-logo{height:34px;right:14px;top:14px}}.kb-assignee{margin-left:auto}.kb-board{align-items:flex-start;display:flex;gap:14px;overflow-x:auto;padding-bottom:12px}.kb-col{background:#13131c;background:var(--bg-2);border:1px solid #1c1c2a;border:1px solid var(--border-l);border-radius:14px;display:flex;flex:0 0 280px;flex-direction:column;max-height:calc(100vh - 170px);padding:10px;width:280px}.kb-col-h{align-items:center;display:flex;gap:8px;padding:4px 6px 10px}.kb-dot{border-radius:50%;flex-shrink:0;height:9px;width:9px}.kb-col-t{font-size:13.5px;font-weight:600}.kb-count{background:#0d0d15;background:var(--bg-1);border:1px solid #1c1c2a;border:1px solid var(--border-l);border-radius:20px;color:#5e5f78;color:var(--text-3);font-size:11px;margin-left:auto;min-width:22px;padding:1px 8px;text-align:center}.kb-list{border-radius:10px;flex:1 1;min-height:40px;overflow-y:auto;padding:2px;transition:background .15s}.kb-list.over{background:#635bff1a;background:var(--accent-bg)}.kb-card{background:#0d0d15;background:var(--bg-1);border:1px solid #1c1c2a;border:1px solid var(--border-l);border-radius:10px;box-shadow:0 1px 2px #0000000d;cursor:pointer;margin-bottom:8px;padding:11px 12px 10px 16px;position:relative;transition:box-shadow .12s,border-color .15s}.kb-card:hover{box-shadow:0 3px 10px #0000001a}.kb-card.drag,.kb-card:hover{border-color:#635bff;border-color:var(--accent)}.kb-card.drag{box-shadow:0 12px 28px #00000038}.kb-card-pri{border-radius:0 4px 4px 0;bottom:9px;left:0;position:absolute;top:9px;width:4px}.kb-card-title{color:#eff0f6;color:var(--text-1);font-size:13px;font-weight:500;line-height:1.45;word-break:break-word}.kb-card-meta{align-items:center;color:#5e5f78;color:var(--text-3);display:flex;flex-wrap:wrap;font-size:11px;gap:8px;margin-top:8px}.kb-card-meta span{align-items:center;display:inline-flex;gap:3px}.kb-proj{background:#635bff1a;background:var(--accent-bg);border-radius:20px;color:#635bff;color:var(--accent);font-weight:500;padding:1px 7px}.kb-add{align-items:center;background:#0000;border:none;border-radius:8px;color:#5e5f78;color:var(--text-3);cursor:pointer;display:flex;font-size:12.5px;gap:6px;padding:9px 6px;transition:background .15s,color .15s;width:100%}.kb-add:hover{color:#eff0f6;color:var(--text-1)}.kb-add-box,.kb-add:hover{background:#0d0d15;background:var(--bg-1)}.kb-add-box{border:1px solid #252535;border:1px solid var(--border);border-radius:10px;box-shadow:0 2px 8px #00000014;margin-bottom:8px;padding:8px}.kb-add-i{background:#0000;border:none;color:#eff0f6;color:var(--text-1);font-family:inherit;font-size:13px;min-height:46px;outline:none;resize:none;width:100%}.kb-add-act{align-items:center;display:flex;gap:6px;margin-top:6px}@media(max-width:768px){.kb-col{flex:0 0 82vw;width:82vw}}:root,[data-theme=dark]{--shadow:0 1px 2px #0000004d,0 1px 3px #0000002e;--shadow-lg:0 16px 44px -10px #0000009e}[data-theme=light]{--shadow:0 1px 2px #1018280d,0 1px 3px #10182814;--shadow-lg:0 18px 44px -12px #10182829}.ph h2{letter-spacing:-.6px}.stat-v{letter-spacing:-.8px}.card-t{letter-spacing:-.2px}.card{border-radius:14px;box-shadow:0 1px 2px #0000004d,0 1px 3px #0000002e;box-shadow:var(--shadow);padding:20px;transition:transform .15s,box-shadow .15s,border-color .15s}.card:hover{border-color:#252535;border-color:var(--border);box-shadow:0 16px 44px -10px #0000009e;box-shadow:var(--shadow-lg)}.stat-c{border-radius:14px;box-shadow:0 1px 2px #0000004d,0 1px 3px #0000002e;box-shadow:var(--shadow);transition:transform .15s,box-shadow .15s,border-color .15s}.stat-c:hover{box-shadow:0 16px 44px -10px #0000009e;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn{border-radius:9px;font-weight:550}.btn-p:hover{box-shadow:0 6px 18px #635bff47}.fi,.fs,.ft,.search-i{border-radius:9px}.fi,.fs{padding-bottom:9px;padding-top:9px}.mo{border-radius:18px}.kb-col,.kk{box-shadow:0 1px 2px #0000004d,0 1px 3px #0000002e;box-shadow:var(--shadow)}.badge{padding:3px 10px}
/*# sourceMappingURL=main.b9d409e4.css.map*/