:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f6f8fb;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,textarea,select{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,.task-card:focus-visible{outline:3px solid #818cf8;outline-offset:2px}.app{min-height:100vh;background:#f6f8fb;color:#172033;transition:background .25s ease,color .25s ease}.app.dark{background:#0f172a;color:#f8fafc}.topbar{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:76px;padding:16px 42px;border-bottom:1px solid #e5e7eb;background:#fff}.dark .topbar{border-color:#263449;background:#111c31}.brand{display:flex;align-items:center;gap:12px}.brand-logo{display:grid;width:40px;height:40px;place-items:center;border-radius:11px;color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);font-size:20px;font-weight:800}.brand h1{margin:0;font-size:18px;letter-spacing:-.4px}.brand p{margin:3px 0 0;color:#94a3b8;font-size:12px}.topbar-actions{display:flex;align-items:center;gap:10px}.primary-button,.secondary-button,.reset-button,.shortcut-button{border:0;border-radius:8px;padding:10px 15px;font-size:13px;font-weight:700}.primary-button{color:#fff;background:#5b5ce2}.primary-button:hover{background:#4849ca}.secondary-button{color:#334155;background:#eef2f7}.dark .secondary-button{color:#dbeafe;background:#263449}.shortcut-button{color:#64748b;background:#f1f5f9}.dark .shortcut-button{background:#1e293b}.shortcut-button span{font-size:12px}.page-container{max-width:1500px;margin:0 auto;padding:38px 42px}.welcome-section{display:flex;align-items:flex-start;justify-content:space-between;gap:25px;margin-bottom:32px}.eyebrow{margin:0 0 7px;color:#6366f1;font-size:11px;font-weight:800;letter-spacing:1.2px}.welcome-section h2{margin:0;font-size:clamp(24px,3vw,34px);letter-spacing:-1px}.welcome-text{margin:8px 0 0;color:#64748b;font-size:14px}.summary-cards{display:flex;gap:12px}.summary-card{display:flex;align-items:center;gap:10px;min-width:135px;padding:13px;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.dark .summary-card{border-color:#263449;background:#172338}.summary-icon{display:grid;width:35px;height:35px;place-items:center;border-radius:9px;color:#5b5ce2;background:#eef2ff;font-weight:800}.summary-card span,.summary-card strong{display:block}.summary-card span{color:#64748b;font-size:11px}.summary-card strong{margin-top:3px;font-size:19px}.toolbar{display:flex;align-items:center;gap:10px;margin-bottom:18px}.search-wrapper{position:relative;flex:1;max-width:380px}.search-wrapper input{width:100%;padding:11px 14px 11px 38px;border:1px solid #dbe2ea;border-radius:8px;color:inherit;background:#fff;outline:none}.dark .search-wrapper input{border-color:#334155;background:#172338}.search-icon{position:absolute;top:8px;left:13px;color:#94a3b8;font-size:22px}.toolbar select{padding:11px 13px;border:1px solid #dbe2ea;border-radius:8px;color:#475569;background:#fff}.dark .toolbar select{border-color:#334155;color:#e2e8f0;background:#172338}.reset-button{color:#64748b;background:transparent}.reset-button:hover{color:#4f46e5;background:#eef2ff}.board{display:grid;grid-template-columns:repeat(3,minmax(270px,1fr));align-items:start;gap:18px}.column{min-height:480px;padding:15px;border:1px solid #e2e8f0;border-radius:12px;background:#edf1f6}.dark .column{border-color:#263449;background:#172338}.column-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.column-title{display:flex;align-items:center;gap:8px}.column-title h3{margin:0;font-size:14px}.status-dot{width:8px;height:8px;border-radius:50%}.task-count{display:grid;min-width:22px;height:22px;padding:0 6px;place-items:center;border-radius:20px;color:#64748b;background:#dce3ec;font-size:11px;font-weight:700}.column-menu{border:0;color:#64748b;background:transparent;font-size:21px}.task-list{display:grid;min-height:350px;align-content:start;gap:11px}.task-card{padding:14px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;box-shadow:0 3px 10px #0f172a0b;transition:transform .2s ease,box-shadow .2s ease}.dark .task-card{border-color:#334155;background:#1e293b}.task-card:hover{transform:translateY(-2px);box-shadow:0 10px 22px #0f172a18}.task-card-top,.task-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.priority-badge{border-radius:20px;padding:4px 8px;font-size:10px;font-weight:800;letter-spacing:.3px;text-transform:uppercase}.priority-badge.high{color:#be123c;background:#ffe4e6}.priority-badge.medium{color:#a16207;background:#fef3c7}.priority-badge.low{color:#047857;background:#d1fae5}.card-actions{display:flex;gap:3px}.card-actions button{width:25px;height:25px;border:0;border-radius:5px;color:#94a3b8;background:transparent;font-size:17px}.card-actions button:hover{color:#4f46e5;background:#eef2ff}.card-actions button:last-child:hover{color:#dc2626;background:#fee2e2}.task-card h4{margin:14px 0 7px;font-size:14px}.task-description{min-height:38px;margin:0 0 16px;color:#64748b;font-size:12px;line-height:1.55}.task-card-footer{color:#94a3b8;font-size:11px}.due-date-urgent{color:#dc2626;font-weight:800}.task-attachment-thumb{width:100%;height:110px;margin-bottom:12px;border-radius:8px;object-fit:cover}.upload-status{margin:-6px 0 0;color:#6366f1;font-size:12px}.attachment-preview{display:flex;align-items:center;gap:12px;margin-top:-6px}.attachment-preview img{width:70px;height:70px;border-radius:8px;object-fit:cover}.avatar{display:grid;width:25px;height:25px;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(135deg,#818cf8,#6366f1);font-size:11px;font-weight:800}.add-task-button{width:100%;margin-top:14px;padding:10px;border:1px dashed #cbd5e1;border-radius:8px;color:#64748b;background:transparent;font-size:12px}.add-task-button:hover{border-color:#6366f1;color:#4f46e5;background:#eef2ff}.empty-column{display:grid;min-height:160px;place-items:center;align-content:center;border:2px dashed #cbd5e1;border-radius:10px;color:#94a3b8;text-align:center}.empty-column span{font-size:25px}.empty-column p{margin:8px 0 3px;font-size:13px}.empty-column small{font-size:11px}.modal-overlay{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;overflow-y:auto;place-items:center;padding:20px;background:#0f172a99}.modal{width:min(100%,500px);border-radius:14px;background:#fff;box-shadow:0 25px 80px #00000035}.dark .modal,.dark .command-menu{color:#f8fafc;background:#172338}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:24px 24px 10px}.modal-header h2{margin:0;font-size:21px}.close-button{border:0;color:#94a3b8;background:transparent;font-size:27px}.modal form{display:grid;gap:15px;padding:14px 24px 24px}.modal label{display:grid;gap:7px;color:#475569;font-size:12px;font-weight:700}.dark .modal label{color:#cbd5e1}.modal input,.modal textarea,.modal select{width:100%;padding:11px 12px;border:1px solid #dbe2ea;border-radius:7px;color:inherit;background:#fff;outline:none;resize:vertical}.dark .modal input,.dark .modal textarea,.dark .modal select{border-color:#334155;background:#0f172a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.modal-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.toast{position:fixed;z-index:200;right:22px;bottom:22px;display:flex;align-items:center;gap:9px;padding:13px 17px;border-radius:9px;color:#fff;background:#172033;box-shadow:0 8px 25px #0f172a30;font-size:13px}.toast span{color:#34d399;font-weight:900}.command-overlay{place-items:start center;padding-top:14vh}.command-menu{width:min(100%,560px);overflow:hidden;border-radius:13px;background:#fff;box-shadow:0 25px 80px #00000040}.command-search{display:flex;align-items:center;gap:10px;padding:15px;border-bottom:1px solid #e2e8f0}.command-search>span{color:#6366f1;font-size:22px}.command-search input{flex:1;border:0;color:inherit;background:transparent;outline:none;font-size:15px}.command-search kbd,.command-item kbd{border:1px solid #dbe2ea;border-radius:5px;padding:3px 6px;color:#64748b;background:#f8fafc;font-size:10px}.command-list{max-height:330px;overflow-y:auto;padding:8px}.command-item{display:flex;width:100%;align-items:center;gap:12px;padding:12px;border:0;border-radius:8px;color:inherit;background:transparent;text-align:left}.command-item.active,.command-item:hover{background:#eef2ff}.dark .command-item.active,.dark .command-item:hover{background:#263449}.command-icon{display:grid;width:31px;height:31px;place-items:center;border-radius:7px;color:#6366f1;background:#e0e7ff}.command-content{display:grid;flex:1;gap:3px}.command-content strong{font-size:13px}.command-content small{color:#64748b;font-size:11px}.command-footer{display:flex;gap:15px;padding:12px 15px;border-top:1px solid #e2e8f0;color:#94a3b8;font-size:10px}.no-results{padding:25px;color:#94a3b8;text-align:center}.app-loading,.loading-text{display:grid;min-height:40vh;place-items:center;color:#64748b;font-size:14px}.auth-screen{display:grid;min-height:100vh;place-items:center;padding:20px;background:#f6f8fb}.auth-card{width:min(100%,400px);padding:32px 28px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;box-shadow:0 20px 60px #0f172a12}.auth-brand{margin-bottom:22px}.auth-card h2{margin:0 0 18px;font-size:19px}.auth-card form{display:grid;gap:14px}.auth-card label{display:grid;gap:7px;color:#475569;font-size:12px;font-weight:700}.auth-card input{width:100%;padding:11px 12px;border:1px solid #dbe2ea;border-radius:7px;outline:none}.auth-card .primary-button{margin-top:4px;padding:11px}.auth-error{margin:0;color:#dc2626;font-size:12px}.auth-message{margin:0;color:#047857;font-size:12px}.auth-switch{width:100%;margin-top:16px;padding:0;border:0;color:#5b5ce2;background:transparent;font-size:12px;font-weight:700;text-align:center}.auth-switch:hover{text-decoration:underline}.auth-divider{display:flex;align-items:center;gap:10px;margin:18px 0 14px;color:#94a3b8;font-size:11px;text-transform:uppercase}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.google-button{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:11px;border:1px solid #dbe2ea;border-radius:8px;color:#334155;background:#fff;font-size:13px;font-weight:700}.google-button:hover{background:#f8fafc}@media (max-width: 1050px){.welcome-section{display:grid}.summary-cards{width:100%}.summary-card{flex:1}}@media (max-width: 800px){.topbar{align-items:flex-start;flex-direction:column;padding:18px 20px}.topbar-actions{width:100%;flex-wrap:wrap}.page-container{padding:25px 20px}.board{grid-template-columns:1fr}.column{min-height:300px}.toolbar{align-items:stretch;flex-direction:column}.search-wrapper{max-width:none}.toolbar select{width:100%}}@media (max-width: 500px){.summary-cards{display:grid;grid-template-columns:1fr}.summary-card{min-width:0}.topbar-actions .shortcut-button{display:none}.form-row{grid-template-columns:1fr}.modal{border-radius:10px}}
