:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#182033;background:#f3f6fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit}button{border:0}.app-shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:40px 0}.hero-panel{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:32px;overflow:hidden;min-height:280px;padding:42px;border:1px solid rgba(30,56,92,.12);border-radius:8px;color:#fff;background:linear-gradient(135deg,#111f36eb,#223b57e0),radial-gradient(circle at 75% 24%,rgba(255,198,92,.34),transparent 28%),linear-gradient(145deg,#16223a,#2f5963);box-shadow:0 24px 70px #1820332e}.hero-panel:before{position:absolute;inset:auto 40px 34px auto;width:190px;height:8px;border-radius:999px;content:"";background:linear-gradient(90deg,#f4b95f,#70c3b1,#8ca7ff)}.eyebrow{margin:0 0 10px;color:#5f768d;font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hero-panel .eyebrow{color:#a8d8ce}h1,h2,h3,p{margin-top:0}h1{max-width:720px;margin-bottom:18px;font-size:clamp(2.4rem,6vw,5.25rem);line-height:.96}h2{margin-bottom:0;color:#172033;font-size:1.45rem}h3{margin-bottom:8px;color:#172033;font-size:1.15rem}.hero-copy{max-width:620px;margin-bottom:0;color:#ffffffc2;font-size:1.05rem;line-height:1.7}.hero-orbit{position:relative;min-height:190px}.hero-orbit span{position:absolute;display:block;border:1px solid rgba(255,255,255,.26);border-radius:999px}.hero-orbit span:nth-child(1){inset:18px 28px 30px 12px}.hero-orbit span:nth-child(2){inset:52px 0 0 48px;background:#ffffff14}.hero-orbit span:nth-child(3){right:78px;bottom:58px;width:68px;height:68px;border-color:#f4b95fc2;background:#f4b95f29}.dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:22px 0}.summary-card,.task-form,.task-list-panel{border:1px solid rgba(30,56,92,.1);border-radius:8px;background:#ffffffdb;box-shadow:0 18px 48px #18203314}.summary-card{display:flex;align-items:center;justify-content:space-between;min-height:112px;padding:24px}.summary-card span{color:#5f768d;font-size:.95rem;font-weight:700}.summary-card strong{color:#223b57;font-size:2.4rem}.workspace-grid{display:grid;grid-template-columns:minmax(280px,420px) minmax(0,1fr);gap:22px;align-items:stretch}.task-form,.task-list-panel{padding:28px}.section-heading{margin-bottom:24px}.task-form{display:grid;gap:18px}label{display:grid;gap:8px;color:#314158;font-size:.9rem;font-weight:800}input,select,textarea{width:100%;border:1px solid #d9e1ea;border-radius:8px;padding:13px 14px;color:#172033;background:#fbfcfe;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}textarea{resize:vertical}input:focus,select:focus,textarea:focus{border-color:#3f7c77;background:#fff;box-shadow:0 0 0 4px #3f7c7724}button{min-height:48px;border-radius:8px;color:#fff;font-weight:900;cursor:default;background:linear-gradient(135deg,#223b57,#3f7c77);box-shadow:0 14px 28px #223b572e}.task-list-panel{display:grid;grid-template-rows:auto 1fr;min-height:430px}.empty-state{display:grid;place-items:center;align-content:center;min-height:280px;padding:36px;border:1px dashed #c8d4df;border-radius:8px;text-align:center;background:linear-gradient(135deg,rgba(112,195,177,.1),transparent 44%),#f8fafc}.empty-state p{max-width:360px;margin-bottom:0;color:#68798c;line-height:1.6}.empty-icon{display:grid;place-items:center;width:72px;height:72px;margin-bottom:18px;border-radius:24px;background:#e9f3f1}.empty-icon span{display:block;width:34px;height:42px;border:3px solid #3f7c77;border-radius:8px;box-shadow:inset 0 11px #3f7c7729}@media(max-width:860px){.hero-panel,.workspace-grid{grid-template-columns:1fr}.hero-orbit{display:none}.dashboard-grid{grid-template-columns:1fr}}@media(max-width:560px){.app-shell{width:min(100% - 24px,1180px);padding:24px 0}.hero-panel,.task-form,.task-list-panel{padding:22px}h1{font-size:2.35rem}.summary-card{min-height:92px;padding:20px}}.task-list{display:grid;gap:14px}.task-item{padding:18px;border:1px solid #d9e1ea;border-radius:8px;background:#fbfcfe;box-shadow:0 8px 20px #1820330d}.task-item-header{display:flex;align-items:start;justify-content:space-between;gap:16px}.task-item h3{margin-bottom:0}.task-notes{margin:14px 0;color:#68798c;line-height:1.6}.task-status{margin-bottom:0;color:#3f7c77;font-size:.85rem;font-weight:800}.priority-tag{flex-shrink:0;padding:6px 10px;border-radius:999px;font-size:.78rem;font-weight:900}.priority-low{color:#206750;background:#d9f3e9}.priority-medium{color:#8a5b08;background:#fff0c9}.priority-high{color:#9b2c3a;background:#ffe0e5}.task-actions{display:flex;gap:10px;margin-top:16px}.complete-button,.delete-button{min-height:auto;padding:9px 12px;border-radius:6px;font-size:.82rem;font-weight:800;cursor:pointer}.complete-button{color:#175b4c;background:#d9f3e9}.complete-button:hover{background:#bdebd9}.delete-button{color:#9b2c3a;background:#ffe0e5}.delete-button:hover{background:#ffc9d2}.task-completed{opacity:.72;border-color:#a7d8c9;background:#f3fbf7}.task-completed h3{text-decoration:line-through}@media(max-width:520px){.task-actions{flex-direction:column}}.task-filter-bar{display:grid;grid-template-columns:minmax(0,1fr) 170px;gap:12px;margin-bottom:20px}.task-filter-bar input,.task-filter-bar select{width:100%}@media(max-width:520px){.task-filter-bar{grid-template-columns:1fr}}.task-list-heading{display:flex;justify-content:space-between;gap:16px;align-items:start}.clear-completed-button{min-height:auto;padding:10px 12px;border:1px solid #d7a2ad;border-radius:6px;color:#8f2939;background:#fff4f5;font-size:.82rem;font-weight:800;cursor:pointer}.clear-completed-button:hover:not(:disabled){background:#ffe0e5}.clear-completed-button:disabled{cursor:not-allowed;opacity:.45}@media(max-width:520px){.task-list-heading{flex-direction:column}}
