: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%,#5865f21f,#0000 35%),#070b12;min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}button{cursor:pointer}#app{width:100%;min-height:100vh}.container{width:min(1300px,100% - 40px);margin:0 auto;padding:28px 0 60px}header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}header h1{letter-spacing:-.03em;color:#fff;margin:0;font-size:30px;font-weight:750;line-height:1.1}header p{color:#94a3b8;margin:7px 0 0;font-size:15px}#new-task{color:#fff;background:linear-gradient(135deg,#4f46e5,#4338ca);border:1px solid #818cf859;border-radius:11px;padding:12px 18px;font-weight:700;transition:transform .15s,background .15s,box-shadow .15s;box-shadow:0 8px 25px #4f46e540,inset 0 1px #ffffff26}#new-task:hover{background:linear-gradient(135deg,#6366f1,#4f46e5);transform:translateY(-1px);box-shadow:0 10px 30px #4f46e559}.stats{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:22px;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,inset 0 1px #ffffff06}.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:"☷";color:#ddd6fe;background:linear-gradient(135deg,#6d28d9,#4f46e5);box-shadow:0 8px 22px #4f46e540}.stat:nth-child(2):before{content:"↗";color:#dbeafe;background:linear-gradient(135deg,#2563eb,#4f46e5);box-shadow:0 8px 22px #2563eb38}.stat:nth-child(3):before{content:"✓";color:#dcfce7;background:linear-gradient(135deg,#15803d,#16a34a);box-shadow:0 8px 22px #16a34a33}.stat span{color:#a7b0c0;margin-bottom:4px;font-size:14px;display:block}.stat strong{color:#fff;font-size:27px;line-height:1}.filters{grid-template-columns:1fr 220px 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;transition:border .15s,background .15s,box-shadow .15s}.filters input::placeholder{color:#64748b}.filters input:focus,.filters select:focus{background:#111827;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.table-wrapper{background:#0b111b;border:1px solid #202a39;border-radius:14px;overflow-x:auto;box-shadow:0 18px 40px #00000024}table{border-collapse:collapse;width:100%;min-width:1120px}thead{background:linear-gradient(#121a27,#101722)}th{text-align:left;color:#b5bfd0;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:last-child td{border-bottom:0}tbody tr{background:#0c121c;transition:background .15s}tbody tr:nth-child(2n){background:#0d141f}tbody tr:hover{background:#111a27}.task-title{color:#fff;min-width:245px;font-weight:700}.owner-select,.status-select,.due-input,.progress-input{color:#f1f5f9;background:#101722;border:1px solid #2a3546;border-radius:9px;outline:none;padding:9px 11px;transition:border .15s,background .15s,box-shadow .15s}.owner-select{min-width:125px}.status-select{min-width:132px}.due-input{min-width:155px}.owner-select:hover,.status-select:hover,.due-input:hover,.progress-input:hover{background:#131c2a}.owner-select:focus,.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-cell span{color:#cbd5e1;font-size:14px}.progress-input{width:68px}.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%;transition:width .25s;box-shadow:0 0 10px #6366f159}.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;transition:background .15s,border .15s}.complete-btn:hover{background:#182231;border-color:#475569}.delete-btn{color:#f87171;background:#ef444412;border:1px solid #ef444461;border-radius:9px;padding:9px 11px;transition:background .15s,border .15s}.delete-btn:hover{background:#ef444429;border-color:#ef4444b3}.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,inset 0 1px #ffffff08}.hidden{display:none}.task-form-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.task-form-header h2{color:#fff;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;padding:6px 8px;font-size:18px;transition:color .15s}.close-btn:hover{color:#fff}.form-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.form-grid label{display:block}.form-grid label span{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;transition:border .15s,box-shadow .15s,background .15s}.form-grid input::placeholder{color:#64748b}.form-grid input:focus,.form-grid select:focus{background:#101827;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{color:#fff;background:linear-gradient(135deg,#4f46e5,#4338ca);border:1px solid #6366f159;border-radius:9px;padding:10px 18px;font-weight:700;box-shadow:0 8px 20px #4f46e533}#save-task:hover{background:linear-gradient(135deg,#6366f1,#4f46e5)}.secondary-btn{color:#f8fafc;background:#101722;border:1px solid #334155;border-radius:9px;padding:10px 18px}.secondary-btn:hover{background:#17202d}#form-message{color:#f87171;min-height:18px;margin-top:12px;font-size:13px}::-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,1300px);padding-top:20px}header{flex-direction:column;align-items:stretch}#new-task{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}}
