:root{--font-family:"Kanit", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--bg-main:#0f172a;--bg-card:#1e293b;--bg-card-hover:#334155;--bg-secondary:#1e293b;--border-color:#334155;--border-glow:#6366f14d;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--accent-primary:#6366f1;--accent-primary-hover:#4f46e5;--accent-secondary:#06b6d4;--accent-gradient:linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #d946ef 100%);--status-todo-bg:#eab30826;--status-todo-border:#eab308;--status-todo-text:#fef08a;--status-progress-bg:#3b82f626;--status-progress-border:#3b82f6;--status-progress-text:#93c5fd;--status-review-bg:#a855f726;--status-review-border:#a855f7;--status-review-text:#e9d5ff;--status-done-bg:#22c55e26;--status-done-border:#22c55e;--status-done-text:#86efac;--priority-high-bg:#ef444433;--priority-high-text:#fca5a5;--priority-medium-bg:#f59e0b33;--priority-medium-text:#fde047;--priority-low-bg:#10b98133;--priority-low-text:#6ee7b7;--cat-recruitment:#818cf8;--cat-payroll:#38bdf8;--cat-training:#fb7185;--cat-er:#c084fc;--cat-documentation:#a3e635;--cat-admin:#facc15;--cat-vehicle:#fb923c;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0003, 0 2px 4px -1px #0000001a;--shadow-lg:0 10px 25px -5px #0000004d, 0 8px 10px -6px #0003;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-full:9999px}[data-theme=light]{--bg-main:#f1f5f9;--bg-card:#fff;--bg-card-hover:#f8fafc;--bg-secondary:#f8fafc;--border-color:#e2e8f0;--border-glow:#6366f133;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--status-todo-bg:#fef9c3;--status-todo-border:#ca8a04;--status-todo-text:#854d0e;--status-progress-bg:#dbeafe;--status-progress-border:#2563eb;--status-progress-text:#1e40af;--status-review-bg:#f3e8ff;--status-review-border:#9333ea;--status-review-text:#6b21a8;--status-done-bg:#dcfce7;--status-done-border:#16a34a;--status-done-text:#166534;--priority-high-bg:#fee2e2;--priority-high-text:#991b1b;--priority-medium-bg:#fef3c7;--priority-medium-text:#92400e;--priority-low-bg:#d1fae5;--priority-low-text:#065f46;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 12px 28px #0000001f}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-main);color:var(--text-primary);min-height:100vh;line-height:1.5;transition:background-color .3s,color .3s}.app-container{flex-direction:column;min-height:100vh;display:flex}.navbar{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);z-index:100;background:#1e293bd9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex;position:sticky;top:0}[data-theme=light] .navbar{background:#ffffffd9}.brand-logo{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;align-items:center;gap:.75rem;font-size:1.3rem;font-weight:700;display:flex}.brand-icon{background:var(--accent-gradient);color:#fff;border-radius:var(--radius-md);justify-content:center;align-items:center;padding:.5rem;display:flex;box-shadow:0 4px 12px #6366f166}.role-switcher-container{border-radius:var(--radius-full);border:1px solid var(--border-color);background:#0f172a99;align-items:center;padding:.25rem;display:flex}[data-theme=light] .role-switcher-container{background:#f1f5f9}.role-btn{color:var(--text-secondary);border-radius:var(--radius-full);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.role-btn.active{background:var(--accent-primary);color:#fff;box-shadow:0 2px 8px #6366f166}.member-select{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;outline:none;padding:.4rem .8rem;font-family:inherit;font-size:.88rem}.main-content{flex:1;width:100%;max-width:1600px;margin:0 auto;padding:1.5rem}.btn{border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-family:inherit;font-size:.92rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background:var(--accent-gradient);color:#fff;box-shadow:0 4px 14px #6366f159}.btn-primary:hover{opacity:.92;transform:translateY(-1px);box-shadow:0 6px 18px #6366f173}.btn-secondary{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{background:var(--bg-card-hover)}.badge{border-radius:var(--radius-full);align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.78rem;font-weight:500;display:inline-flex}.badge-todo{background:var(--status-todo-bg);color:var(--status-todo-text);border:1px solid var(--status-todo-border)}.badge-progress{background:var(--status-progress-bg);color:var(--status-progress-text);border:1px solid var(--status-progress-border)}.badge-review{background:var(--status-review-bg);color:var(--status-review-text);border:1px solid var(--status-review-border)}.badge-done{background:var(--status-done-bg);color:var(--status-done-text);border:1px solid var(--status-done-border)}.priority-high{background:var(--priority-high-bg);color:var(--priority-high-text)}.priority-medium{background:var(--priority-medium-bg);color:var(--priority-medium-text)}.priority-low{background:var(--priority-low-bg);color:var(--priority-low-text)}.cat-tag{border-radius:var(--radius-sm);background:#ffffff14;border:1px solid #ffffff1f;padding:.2rem .55rem;font-size:.75rem;font-weight:500}.kanban-board{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:start;gap:1.25rem;display:grid}.kanban-column{border:1px solid var(--border-color);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1e293b80;flex-direction:column;min-height:550px;padding:1rem;display:flex}[data-theme=light] .kanban-column{background:#f8fafc}.column-header{border-bottom:2px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.85rem;display:flex}.column-title{align-items:center;gap:.5rem;font-size:1.05rem;font-weight:600;display:flex}.task-count{color:var(--text-secondary);border-radius:var(--radius-full);background:#94a3b833;padding:.15rem .5rem;font-size:.8rem}.task-list{flex-direction:column;flex:1;gap:.85rem;min-height:200px;display:flex}.task-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:grab;box-shadow:var(--shadow-sm);padding:1rem;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.task-card:hover{box-shadow:var(--shadow-md);border-color:var(--border-glow);transform:translateY(-3px)}.task-card:active{cursor:grabbing}.task-card-header{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;display:flex}.task-card-title{color:var(--text-primary);font-size:1rem;font-weight:600;line-height:1.35}.task-card-desc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.85rem;font-size:.88rem;display:-webkit-box;overflow:hidden}.task-card-footer{color:var(--text-muted);border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding-top:.75rem;font-size:.8rem;display:flex}.due-date-tag{align-items:center;gap:.3rem;font-size:.78rem;display:inline-flex}.due-date-tag.overdue{color:#ef4444;font-weight:600}.due-date-tag.soon{color:#f59e0b;font-weight:500}.modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background:#000000a6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);width:100%;max-width:600px;box-shadow:var(--shadow-lg);max-height:90vh;padding:1.75rem;overflow-y:auto}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.form-group{margin-bottom:1rem}.form-group label{color:var(--text-secondary);margin-bottom:.35rem;font-size:.88rem;font-weight:500;display:block}.form-control{background:var(--bg-main);border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-primary);outline:none;padding:.65rem .85rem;font-family:inherit;font-size:.92rem;transition:border-color .2s}.form-control:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #6366f133}.form-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.stat-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.stat-val{color:var(--text-primary);font-size:1.8rem;font-weight:700;line-height:1.1}.stat-lbl{color:var(--text-secondary);font-size:.85rem}.table-responsive{width:100%;overflow-x:auto}.custom-table{border-collapse:collapse;width:100%;margin-top:1rem;font-size:.92rem}.custom-table th,.custom-table td{text-align:left;border-bottom:1px solid var(--border-color);padding:.85rem 1rem}.custom-table th{color:var(--text-secondary);background:#0f172a66;font-weight:600}.star-rating{color:#eab308;gap:.25rem;display:inline-flex}.workload-bar-bg{background:#94a3b833;border-radius:4px;width:100%;height:8px;overflow:hidden}.workload-bar-fill{border-radius:4px;height:100%;transition:width .4s}@media (width<=768px){.navbar{flex-direction:column;align-items:flex-start}.role-switcher-container{justify-content:space-between;width:100%}.kanban-board{grid-template-columns:1fr}}
