@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap";:root{--font-sans:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--bg-main:#f8fafc;--card-bg:#fff;--border-light:#e2e8f0cc;--border-subtle:#f1f5f9;--primary:#6366f1;--primary-hover:#4f46e5;--primary-light:#6366f114;--text-main:#0f172a;--text-muted:#64748b;--text-faint:#94a3b8;--emerald:#10b981;--rose:#f43f5e;--amber:#f59e0b;--blue:#3b82f6;--violet:#8b5cf6;--cyan:#06b6d4;--shadow-card:0 1px 3px 0 #0000000d, 0 1px 2px 0 #00000008;--shadow-hover:0 20px 25px -5px #0000000f, 0 10px 10px -5px #0000000a;--shadow-modal:0 25px 50px -12px #0f172a40}*{box-sizing:border-box}body{font-family:var(--font-sans);background-color:var(--bg-main);color:var(--text-main);-webkit-font-smoothing:antialiased;margin:0}*{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}::-webkit-scrollbar{width:5px;height:5px}.custom-scrollbar::-webkit-scrollbar{width:5px;height:5px}.mbody::-webkit-scrollbar{width:5px;height:5px}textarea::-webkit-scrollbar{width:5px;height:5px}.kanban-cards-wrap::-webkit-scrollbar{width:5px;height:5px}.overflow-y-auto::-webkit-scrollbar{width:5px;height:5px}.overflow-x-auto::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}.custom-scrollbar::-webkit-scrollbar-track{background:0 0}.mbody::-webkit-scrollbar-track{background:0 0}textarea::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px;transition:background .2s}.custom-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px;transition:background .2s}.mbody::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px;transition:background .2s}textarea::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px;transition:background .2s}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#94a3b8}.mbody::-webkit-scrollbar-thumb:hover{background:#94a3b8}textarea::-webkit-scrollbar-thumb:hover{background:#94a3b8}.sidebar-white{border-right:1px solid var(--border-light);background:#fff}.nav-link-active{color:#6366f1!important;background:#6366f10f!important;border-left:4px solid #6366f1!important;font-weight:700!important}.nav-link-hover:hover{background:#f8fafc;color:#0f172a!important}.glass-header{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);background:#ffffffd9}.frontend-gradient{color:#fff;background-image:linear-gradient(211deg,#0699e9 0%,#0dd1ab 100%)}.frontend-gradient:hover{filter:brightness(1.04)}.stat-card-taske{box-shadow:var(--shadow-card);background:#fff;border:1px solid #f1f5f9;border-radius:2rem;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-card-taske:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.stat-card-value{letter-spacing:-.03em;margin-top:.35rem;font-size:clamp(1.05rem,1.25vw + .35rem,1.55rem);font-weight:900;line-height:1.1;display:block;white-space:nowrap!important}.scope-toggle-taske{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:3px;padding:3px;display:inline-flex}.scope-toggle-taske button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:700;transition:all .15s}.scope-toggle-taske button.on{color:#0f172a;background:#fff;box-shadow:0 1px 2px #0000000d}.scrim{-webkit-backdrop-filter:blur(4px);z-index:100;background:#0f172a99;justify-content:center;align-items:center;padding:24px 16px;display:none;position:fixed;inset:0;overflow-y:auto}.scrim.show{display:flex}.modal{box-shadow:var(--shadow-modal);background:#fff;border-radius:2rem;flex-direction:column;width:100%;max-width:680px;max-height:90vh;animation:.2s cubic-bezier(.16,1,.3,1) modalIn;display:flex;overflow:hidden}.modal.sm{max-width:480px}@keyframes modalIn{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.mhead{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:22px 28px;display:flex}.mhead h2{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:18px;font-weight:800}.mclose{color:var(--text-muted);cursor:pointer;background:#f8fafc;border:none;border-radius:12px;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;transition:all .15s;display:flex}.mclose:hover{color:#0f172a;background:#f1f5f9}.mbody{flex:1;padding:24px 28px;overflow-y:auto}.mfoot{background:#fafafd;border-top:1px solid #f1f5f9;align-items:center;gap:12px;padding:18px 28px;display:flex}.frow{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.frow.one{grid-template-columns:1fr}@media (width<=640px){.frow{grid-template-columns:1fr;gap:12px;margin-bottom:12px}.mhead,.mbody,.mfoot{padding:16px 18px}.modal{border-radius:1.5rem;max-height:95vh}}.fld{flex-direction:column;display:flex}.fld label{color:#334155;text-transform:uppercase;letter-spacing:.03em;margin-bottom:6px;font-size:12px;font-weight:700}.fld input,.fld select,.fld textarea{color:#0f172a;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;width:100%;padding:10px 14px;font-family:inherit;font-size:13.5px;transition:all .15s}.fld input:focus,.fld select:focus,.fld textarea:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3.5px #6366f11f}.fld textarea{resize:vertical;min-height:70px}.rupeein{align-items:center;display:flex;position:relative}.rupeein span{color:#64748b;font-size:14px;font-weight:700;position:absolute;left:14px}.rupeein input{padding-left:28px}.withbtn{gap:6px;display:flex}.iconbtn{color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .15s;display:flex}.iconbtn:hover{color:#fff;background:#6366f1;border-color:#6366f1}.iconbtn.li:hover{color:#fff;background:#0a66c2;border-color:#0a66c2}.checkrow{cursor:pointer;box-sizing:border-box;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;align-items:center;gap:10px;height:42px;padding:10px 14px;transition:all .15s;display:flex}.checkrow:hover{background:#f1f5f9;border-color:#cbd5e1}.checkrow input{accent-color:#6366f1;cursor:pointer;flex-shrink:0;width:17px;height:17px;margin:0}.checkrow label,.checkrow span{color:#334155;cursor:pointer;text-transform:none;letter-spacing:normal;margin:0;font-size:13px;font-weight:600;line-height:1}.agehint{color:#94a3b8;text-transform:none;letter-spacing:normal;font-size:11px;font-weight:400}.btn{color:#334155;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:10px 18px;font-size:13px;font-weight:700;transition:all .15s;display:inline-flex}.btn:hover{color:#0f172a;background:#e2e8f0}.btn.primary{transition:all .2s cubic-bezier(.4,0,.2,1);color:#fff!important;background:linear-gradient(211deg,#0699e9 0%,#0dd1ab 100%)!important;border:none!important;font-weight:800!important;box-shadow:0 4px 12px #0699e947!important}.btn.primary:hover{filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 6px 16px #0699e961!important}.btn.primary:active{transform:translateY(0)}.btn.danger{color:#e11d48;background:#ffe4e6;border-color:#fecdd3}.btn.danger:hover{color:#9f1239;background:#fda4af}.btn.sm{border-radius:8px;padding:6px 12px;font-size:12px}.spacer{flex:1}.actlog{border-top:1px solid #f1f5f9;margin-top:20px;padding-top:18px}.actlog .alh{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.actlog .alh h3{color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:12px;font-weight:800}.actlist{flex-direction:column;gap:8px;margin-top:8px;display:flex}.actitem{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;align-items:flex-start;gap:12px;padding:12px 14px;transition:all .15s;display:flex}.actitem:hover{background:#f1f5f9;border-color:#cbd5e1}.acticon{color:#4f46e5;background:#eef2ff;border:1px solid #e0e7ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;display:flex}.actcontent{flex:1;min-width:0}.acttop{justify-content:space-between;align-items:center;gap:8px;margin-bottom:3px;display:flex}.acttype{color:#4338ca;text-transform:uppercase;letter-spacing:.02em;background:#eef2ff;border:1px solid #e0e7ff;border-radius:6px;padding:2px 7px;font-size:11px;font-weight:800}.actdate{color:#94a3b8;font-size:11px;font-weight:600}.actnote{color:#1e293b;word-break:break-word;margin-top:2px;font-size:12.5px;font-weight:500;line-height:1.45}.attach{border-top:1px solid #f1f5f9;margin-top:20px;padding-top:18px}.attach .alh{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.attach .alh h3{color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:12px;font-weight:800}.attitem{border-bottom:1px solid #f8fafc;align-items:center;gap:10px;padding:8px 0;display:flex}.attitem:last-child{border-bottom:none}.attitem a{color:#6366f1;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:13px;font-weight:700;text-decoration:none;overflow:hidden}.attitem a:hover{text-decoration:underline}.attitem .aticon{background:#eef2ff;border-radius:8px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;display:flex}.attitem .atdel{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:13px}.attitem .atdel:hover{color:#e11d48;background:#ffe4e6}.attadd{grid-template-columns:1fr 1.2fr auto auto;align-items:center;gap:8px;margin-top:12px;display:grid}.attadd input{background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;width:100%;padding:8px 12px;font-size:12.5px}@media (width<=640px){.attadd{grid-template-columns:1fr}}.kanban-board{gap:20px;min-height:calc(100vh - 200px);padding-bottom:24px;display:flex;overflow-x:auto}.kanban-col{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1.75rem;flex-direction:column;width:320px;min-width:320px;max-height:calc(100vh - 200px);display:flex}.kanban-col-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.kanban-cards-wrap{flex-direction:column;flex:1;gap:12px;padding:14px;display:flex;overflow-y:auto}.kanban-card{cursor:grab;background:#fff;border:1px solid #e2e8f0;border-radius:1.25rem;padding:16px;transition:all .2s;box-shadow:0 1px 3px #0000000a}.kanban-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000000f}.kanban-card.dragging{opacity:.5;transform:scale(.98)}.kanban-col.drag-over{background:#eef2ff;border-color:#6366f1}.pill,.fpill{text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:11px;font-weight:800;display:inline-flex}.fpill.f-over{color:#e11d48;background:#ffe4e6;border:1px solid #fecdd3}.fpill.f-today{color:#d97706;background:#fef3c7;border:1px solid #fde68a}.fpill.f-soon{color:#4f46e5;background:#eef2ff;border:1px solid #e0e7ff}.fpill.f-later{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0}.fpill.f-none{color:#94a3b8;background:#f8fafc;border:1px solid #e2e8f0}.repchip{color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:700;display:inline-flex}.repchip button{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;line-height:1}.repchip button:hover{color:var(--rose)}.sect{margin-bottom:22px}.sect h3{color:#0f172a;letter-spacing:-.01em;margin:0 0 6px;font-size:13.5px;font-weight:800}.sect .desc{color:#64748b;margin:0 0 12px;font-size:12.5px;line-height:1.5}.repline{align-items:center;gap:8px;margin-bottom:10px;display:flex}.repline input{background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;flex:1;padding:8px 14px;font-size:13px}.repline input:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f11f}.chiplist{flex-wrap:wrap;gap:8px;display:flex}.syncbox{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:14px}.syncstat{border-radius:10px;align-items:center;gap:6px;padding:8px 12px;font-size:12px;font-weight:700;display:inline-flex}.ss-ok{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}.ss-idle{color:#64748b;background:#f1f5f9}.ss-err{color:#e11d48;background:#ffe4e6;border:1px solid #fecdd3}details.guide{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-top:12px}details.guide summary{cursor:pointer;color:#6366f1;padding:10px 14px;font-size:12.5px;font-weight:700}details.guide .gb{color:#475569;padding:0 14px 14px;font-size:12px;line-height:1.6}details.guide ol{margin:6px 0;padding-left:18px}details.guide code,.codeblock{color:#312e81;background:#eef2ff;border-radius:6px;font-family:ui-monospace,monospace}details.guide code{padding:2px 6px;font-size:11.5px}.codeblock{white-space:pre;border:1px solid #e2e8f0;border-radius:10px;margin-top:8px;padding:12px 14px;font-size:11.5px;line-height:1.5;display:block;overflow-x:auto}[x-cloak]{display:none!important}.ptool{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.ptool-left{align-items:center;gap:12px;display:flex}.ptool-title{color:#0f172a;letter-spacing:-.02em;font-size:20px;font-weight:800}.ptool-right{align-items:center;gap:8px;display:flex}.createbtn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:12px;align-items:center;gap:6px;padding:9px 16px;font-size:13px;font-weight:700;transition:all .15s;display:inline-flex}.createbtn:hover{background:#1e293b;transform:translateY(-1px)}.toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;display:flex}.search{flex:1;min-width:200px;position:relative}.search input{color:#0f172a;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;width:100%;padding:9px 12px 9px 36px;font-size:13px;font-weight:500;transition:border-color .15s}.search input:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f11f}.search svg,.search i{color:#94a3b8;font-size:13px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}select.filt{color:#1e293b;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:9px 12px;font-size:12.5px;font-weight:600;transition:border-color .15s}select.filt:focus{border-color:#6366f1;outline:none}.tablewrap{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow-x:auto;box-shadow:0 1px 3px #0000000a}.tablewrap table{border-collapse:collapse;width:100%;min-width:760px}.tablewrap th{text-align:left;letter-spacing:.05em;text-transform:uppercase;color:#64748b;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #f1f5f9;padding:12px 16px;font-size:11px;font-weight:800}.tablewrap th:hover{color:#6366f1}.tablewrap th .ar{opacity:.6;margin-left:4px;font-size:9px}.tablewrap td{vertical-align:middle;color:#1e293b;border-bottom:1px solid #f1f5f9;padding:12px 16px;font-size:13px}.tablewrap tbody tr{cursor:pointer;transition:background .12s}.tablewrap tbody tr:hover{background:#f8fafc}.tablewrap tbody tr:last-child td{border-bottom:none}.tablewrap td .co{color:#0f172a;align-items:center;gap:6px;font-weight:700;display:flex}.tablewrap td .ct2{color:#64748b;margin-top:2px;font-size:11.5px;font-weight:500}.tablewrap td.num{font-variant-numeric:tabular-nums;color:#0f172a;font-weight:700}.rowdel{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px 10px;font-size:13px;transition:all .12s}.rowdel:hover{color:#e11d48;background:#ffe4e6}.tenderbadge{color:#b45309;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;background:#f59e0b24;border-radius:6px;padding:2px 7px;font-size:9.5px;font-weight:800}.agetag{color:#64748b;font-size:11px;font-weight:600}.sbar{color:#64748b;background:#fafafd;border-top:1px solid #f1f5f9;border-radius:0 0 16px 16px;flex-wrap:wrap;align-items:center;gap:16px;padding:12px 16px;font-size:12px;display:flex}.sbar .s2{gap:4px;display:inline-flex}.sbar .s2 b{color:#0f172a;font-weight:800}.sbar-right{margin-left:auto;font-weight:600}.col-empty{color:#94a3b8;text-align:center;padding:30px 16px;font-size:13px;font-weight:600}
