:root{color:#f8fafc;font-synthesis:none;text-rendering:optimizelegibility;background:#070b12;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:#070b12}body{color:#f8fafc;background:radial-gradient(circle at 50% -20%,#5865f221,#0000 38%),#070b12;min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}button{cursor:pointer}#app{width:100%;min-height:100vh}.hidden{display:none!important}.container{width:min(1400px,100% - 40px);margin:0 auto;padding:30px 0 70px}.main-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.main-header h1{color:#fff;letter-spacing:-.03em;margin:0;font-size:30px;font-weight:750}.main-header p{color:#94a3b8;margin:7px 0 0;font-size:15px}.header-actions{align-items:center;gap:10px;display:flex}#new-task{color:#fff;background:linear-gradient(135deg,#4f46e5,#4338ca);border:1px solid #818cf859;border-radius:10px;justify-content:center;align-items:center;min-height:42px;padding:11px 18px;font-weight:700;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 8px 25px #4f46e540}#new-task:hover{transform:translateY(-1px);box-shadow:0 12px 30px #4f46e559}.discord-login-btn,.discord-logout-btn{border-radius:10px;min-height:42px;padding:10px 15px;font-weight:700}.discord-login-btn{color:#fff;background:linear-gradient(135deg,#5865f2,#4f46e5);border:1px solid #5865f280}.discord-login-btn:hover{background:linear-gradient(135deg,#6875f5,#5b55ed)}.discord-logout-btn{color:#cbd5e1;background:linear-gradient(#111925,#0d141f);border:1px solid #334155}.discord-logout-btn:hover{color:#fff;background:#172131;border-color:#475569}.discord-status{color:#94a3b8;background:#0d141f;border:1px solid #263143;border-radius:999px;align-items:center;margin-top:9px;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}.current-user-panel{margin:4px 0 14px}.current-user-info{align-items:center;display:inline-flex}.current-discord-user{align-items:center;gap:10px;display:flex}.task-view-switcher{align-items:center;gap:10px;margin-bottom:20px;display:inline-flex}.task-view-btn{color:#aeb9ca;background:linear-gradient(#111925,#0d141f);border:1px solid #2a3546;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:10px 16px;font-size:14px;font-weight:700;transition:transform .15s,border-color .15s,background .15s,color .15s;display:inline-flex}.task-view-btn:hover:not(:disabled){color:#fff;background:#172131;border-color:#4f5f78;transform:translateY(-1px)}.task-view-btn.active{color:#fff;background:linear-gradient(135deg,#4f46e5,#4338ca);border-color:#818cf873;box-shadow:0 8px 22px #4f46e547}.task-view-btn:disabled{opacity:.42;cursor:not-allowed}.stats{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:28px;display:grid}.stat{background:linear-gradient(135deg,#121926fa,#0c121cfa);border:1px solid #20293a;border-radius:14px;flex-direction:column;justify-content:center;min-height:105px;padding:21px 22px 21px 82px;display:flex;position:relative;box-shadow:0 12px 30px #00000026}.stat:before{border-radius:11px;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;font-weight:800;display:flex;position:absolute;top:50%;left:22px;transform:translateY(-50%)}.stat:first-child:before{content:"☷";background:linear-gradient(135deg,#6d28d9,#4f46e5)}.stat:nth-child(2):before{content:"↗";background:linear-gradient(135deg,#2563eb,#4f46e5)}.stat:nth-child(3):before{content:"✓";background:linear-gradient(135deg,#15803d,#16a34a)}.stat span{color:#a7b0c0;margin-bottom:5px;font-size:14px}.stat strong{color:#fff;font-size:28px}.task-form{background:linear-gradient(145deg,#121926fc,#0b111bfc);border:1px solid #2a3546;border-radius:16px;margin-bottom:22px;padding:24px;position:relative;box-shadow:0 22px 60px #00000052}.task-form-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.task-form-header h2{margin:0;font-size:22px}.task-form-header p{color:#94a3b8;margin:6px 0 0;font-size:14px}.close-btn{color:#94a3b8;background:0 0;border:0;font-size:18px}.form-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.form-grid label span,.field-label{color:#cbd5e1;margin-bottom:7px;font-size:13px;font-weight:600;display:block}.form-grid input,.form-grid select{color:#f8fafc;background:#0d141f;border:1px solid #2a3546;border-radius:9px;outline:none;width:100%;min-height:44px;padding:10px 12px}.form-grid input:focus,.form-grid select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.form-actions{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}#save-task,.secondary-btn{border-radius:9px;padding:10px 18px;font-weight:700}#save-task{color:#fff;background:linear-gradient(135deg,#4f46e5,#4338ca);border:1px solid #6366f159}.secondary-btn{color:#f8fafc;background:#101722;border:1px solid #334155}#form-message{color:#f87171;min-height:18px;margin-top:12px;font-size:13px}.member-picker{position:relative}.member-picker-trigger{color:#fff;background:#0d141f;border:1px solid #2a3546;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:62px;padding:9px 12px;display:flex}.member-picker-trigger:hover{background:#111a27;border-color:#475569}.member-picker-menu,.row-owner-menu{z-index:200;background:#090f18;border:1px solid #2a3546;border-radius:12px;max-height:310px;padding:7px;position:absolute;overflow-y:auto;box-shadow:0 20px 55px #00000080}.member-picker-menu{top:calc(100% + 7px);left:0;right:0}.member-picker-option,.row-owner-option{color:#fff;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:10px;width:100%;padding:9px;display:flex}.member-picker-option:hover,.row-owner-option:hover{background:#151f2e}.member-identity,.task-owner-display{align-items:center;gap:10px;display:flex}.member-avatar{object-fit:cover;background:#181f2c;border:2px solid #6366f180;border-radius:50%;flex:none;width:39px;height:39px}.member-avatar-fallback{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);justify-content:center;align-items:center;font-weight:700;display:flex}.member-text{flex-direction:column;min-width:0;display:flex}.member-text strong{text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:14px;overflow:hidden}.member-text span{text-overflow:ellipsis;white-space:nowrap;color:#7f8da3;margin-top:2px;font-size:12px;overflow:hidden}.picker-arrow{color:#8290a6}.no-members{color:#94a3b8;background:#0d141f;border:1px dashed #334155;border-radius:10px;align-items:center;min-height:58px;padding:10px 12px;display:flex}.filters{grid-template-columns:1fr 240px 220px;gap:12px;margin-bottom:18px;display:grid}.filters input,.filters select{color:#f8fafc;background:#0d131e;border:1px solid #263143;border-radius:10px;outline:none;width:100%;min-height:45px;padding:10px 13px}.filters input:focus,.filters select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.quick-status-filters{align-items:center;gap:10px;margin-bottom:28px;padding-bottom:3px;display:flex;overflow-x:auto}.quick-status-btn{color:#9eabbd;background:linear-gradient(#111925,#0d141f);border:1px solid #263143;border-radius:10px;flex:none;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:9px 13px;font-size:13px;font-weight:700;transition:transform .15s,background .15s,color .15s,border-color .15s,box-shadow .15s;display:inline-flex;box-shadow:inset 0 1px #ffffff08}.quick-status-btn:hover{color:#fff;background:#151e2c;border-color:#45546a;transform:translateY(-1px)}.quick-status-btn.active{color:#fff;background:linear-gradient(135deg,#4f46e54d,#4338ca29);border-color:#6366f180;box-shadow:0 0 0 3px #6366f10f}.quick-status-btn strong{color:#cbd5e1;background:#ffffff0f;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:22px;padding:0 6px;font-size:11px;font-weight:800;display:inline-flex}.quick-status-btn.active strong{color:#fff;background:#ffffff1f}.quick-status-dot{border-radius:50%;flex:none;width:8px;height:8px}.dot-all{background:#818cf8;box-shadow:0 0 8px #818cf88c}.dot-todo{background:#94a3b8}.dot-doing{background:#3b82f6;box-shadow:0 0 8px #3b82f666}.dot-review{background:#f59e0b;box-shadow:0 0 8px #f59e0b59}.dot-blocked{background:#ef4444;box-shadow:0 0 8px #ef444466}.task-section{margin-bottom:42px}.section-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:14px;display:flex}.section-heading h2{color:#fff;margin:3px 0 4px;font-size:20px}.section-heading p{color:#77859a;margin:0;font-size:13px}.section-kicker{color:#818cf8;letter-spacing:.14em;font-size:10px;font-weight:800}.completed-kicker{color:#4ade80}.section-count{color:#a5b4fc;background:#4f46e51a;border:1px solid #6366f140;border-radius:999px;justify-content:center;align-items:center;min-width:40px;height:32px;padding:0 12px;font-size:13px;font-weight:800;display:inline-flex}.completed-count{color:#86efac;background:#22c55e14;border-color:#22c55e40}.completed-section{padding-top:6px}.table-wrapper{background:#0b111b;border:1px solid #202a39;border-radius:14px;overflow-x:auto;box-shadow:0 18px 40px #00000024}.completed-table-wrapper{border-color:#22c55e26}table{border-collapse:collapse;width:100%;min-width:1240px}thead{background:linear-gradient(#121a27,#101722)}.completed-table-wrapper thead{background:linear-gradient(#101c1c,#0e1718)}th{color:#b5bfd0;text-align:left;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #263143;padding:15px 18px;font-size:12px;font-weight:700}td{vertical-align:middle;border-bottom:1px solid #1f2937;padding:17px 18px}tbody tr{background:#0c121c}tbody tr:nth-child(2n){background:#0d141f}tbody tr:hover{background:#111a27}.completed-table-wrapper tbody tr{background:#0a1414bf}.completed-table-wrapper tbody tr:hover{background:#0f231fd1}tbody tr:last-child td{border-bottom:0}.task-title{color:#fff;min-width:230px;font-weight:700}.empty-row{color:#718096;text-align:center;padding:34px 18px}.completed-empty-row{color:#5f7b70}.owner-table-cell{min-width:235px}.row-owner-picker{align-items:center;gap:10px;display:flex;position:relative}.task-owner-display{min-width:145px}.change-owner-btn{color:#aab5c7;background:#111925;border:1px solid #334155;border-radius:8px;padding:7px 9px;font-size:12px}.change-owner-btn:hover{color:#fff;border-color:#6366f1}.row-owner-menu{width:260px;top:calc(100% + 9px);left:0}.legacy-owner{color:#94a3b8;font-size:14px}.status-select,.due-input,.progress-input{color:#f1f5f9;background:#101722;border:1px solid #2a3546;border-radius:9px;outline:none;padding:9px 11px}.status-select{min-width:130px}.due-input{min-width:155px}.status-select:focus,.due-input:focus,.progress-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.priority{border-radius:999px;justify-content:center;align-items:center;min-width:70px;padding:6px 11px;font-size:13px;font-weight:700;display:inline-flex}.priority-alta{color:#fca5a5;background:#ef444424;border:1px solid #ef444433}.priority-media{color:#fbbf24;background:#f59e0b1f;border:1px solid #f59e0b2e}.priority-bassa{color:#86efac;background:#22c55e1c;border:1px solid #22c55e2b}.progress-cell{align-items:center;gap:7px;display:flex}.progress-input{width:67px}.progress-cell span{color:#cbd5e1;font-size:14px}.progress-bar{background:#202938;border-radius:999px;width:135px;height:7px;margin-top:8px;overflow:hidden}.progress-bar div{background:linear-gradient(90deg,#4f46e5,#6366f1);border-radius:999px;height:100%;box-shadow:0 0 10px #6366f159}.completed-table-wrapper .progress-bar div{background:linear-gradient(90deg,#15803d,#22c55e);box-shadow:0 0 10px #22c55e33}.action-buttons{align-items:center;gap:8px;display:flex}.complete-btn{white-space:nowrap;color:#f8fafc;background:#111925;border:1px solid #334155;border-radius:9px;padding:9px 12px}.complete-btn:hover{background:#182231}.completed-badge{color:#86efac;background:#22c55e17;border:1px solid #22c55e33;border-radius:999px;align-items:center;padding:7px 10px;font-size:12px;font-weight:700;display:inline-flex}.delete-btn{color:#f87171;background:#ef444412;border:1px solid #ef444461;border-radius:9px;padding:9px 11px}.delete-btn:hover{background:#ef444426}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#090e16}::-webkit-scrollbar-thumb{background:#263143;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#354258}@media (width<=900px){.container{width:min(100% - 24px,1400px);padding-top:20px}.main-header{flex-direction:column;align-items:stretch}.header-actions{flex-direction:column;align-items:stretch;width:100%}.header-actions button{width:100%}.stats,.filters,.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}.action-buttons{flex-direction:column;align-items:stretch}.section-heading{align-items:center}}@media (width<=700px){.task-view-switcher{grid-template-columns:1fr 1fr;width:100%;display:grid}.task-view-btn{width:100%}.quick-status-filters{width:100%;padding-bottom:6px}}
