:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f4f4f5;background:#08090d;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top,#17121f 0,#08090d 45%)}button,input,select{font:inherit}button{cursor:pointer}.app{width:100%;max-width:720px;margin:0 auto;padding:max(18px,env(safe-area-inset-top)) 16px max(30px,env(safe-area-inset-bottom))}.app-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px}.eyebrow{color:#a78bfa;font-size:11px;font-weight:800;letter-spacing:.18em}h1{margin:5px 0 0;font-size:32px;line-height:1;letter-spacing:-.04em}h2{margin:0;font-size:18px}.date-badge{padding:8px 10px;border:1px solid #272934;border-radius:10px;background:#111218;color:#a1a1aa;font-size:12px;font-weight:700}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.section-heading>span{color:#71717a;font-size:13px;font-weight:700}.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.category-card{padding:14px;border:1px solid #252731;border-radius:16px;background:linear-gradient(145deg,#15161d,#0e0f14);box-shadow:0 12px 30px #00000040}.category-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.category-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:750}.category-icon{font-size:19px}.level-badge{color:#a78bfa;font-size:10px;font-weight:900}.xp-text{display:flex;justify-content:space-between;margin-bottom:7px;color:#71717a;font-size:10px;font-weight:700}.progress-track{height:7px;overflow:hidden;border-radius:999px;background:#272934}.progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#7c3aed,#c084fc);transition:width .5s cubic-bezier(.16,1,.3,1)}.tasks-section{margin-top:28px}.task-form{display:grid;grid-template-columns:minmax(0,1fr) auto 44px;gap:7px;margin-bottom:12px}.task-input,.category-select{min-width:0;border:1px solid #292b35;border-radius:11px;outline:none;background:#12131a;color:#f4f4f5;padding:11px 12px;font-size:13px}.task-input:focus,.category-select:focus{border-color:#7c3aed}.category-select{max-width:130px}.add-button{border:0;border-radius:11px;background:#7c3aed;color:#fff;font-size:24px;line-height:1}.add-button:disabled{opacity:.4}.filters{display:flex;gap:6px;overflow-x:auto;margin-bottom:16px;scrollbar-width:none}.filters::-webkit-scrollbar{display:none}.filter{flex:0 0 auto;border:1px solid #292b35;border-radius:999px;padding:7px 12px;background:#111218;color:#71717a;font-size:12px;font-weight:700}.filter.active{border-color:#7c3aed;background:#251442;color:#ddd6fe}.task-groups{display:flex;flex-direction:column;gap:20px}.task-group-title{display:flex;justify-content:space-between;margin-bottom:7px;color:#a1a1aa;font-size:12px;font-weight:800}.task-count{padding:2px 7px;border-radius:999px;background:#181922}.task-item{display:flex;align-items:center;gap:11px;padding:12px;margin-bottom:7px;border:1px solid #252731;border-radius:14px;background:#111218;transition:opacity .2s,transform .2s}.task-completed{opacity:.55;border-color:#312450}.task-completed .task-text{text-decoration:line-through}.checkbox{flex:0 0 auto;width:24px;height:24px;padding:0;border:2px solid #454755;border-radius:8px;background:transparent;color:#fff;font-weight:900}.checkbox.checked{border-color:#8b5cf6;background:#7c3aed}.task-content{flex:1;min-width:0}.task-text{overflow-wrap:anywhere;font-size:14px;line-height:1.35}.task-meta{display:flex;align-items:center;gap:7px;margin-top:5px;color:#71717a;font-size:10px;font-weight:700}.xp-reward{color:#a78bfa}.delete-button{width:28px;height:28px;padding:0;border:0;background:transparent;color:#52525b;font-size:21px}.delete-button:hover{color:#f87171}.empty-state{display:flex;flex-direction:column;align-items:center;padding:42px 20px;color:#71717a;text-align:center}.empty-icon{margin-bottom:10px;font-size:42px}.empty-state small{margin-top:6px;color:#52525b}.loading-screen{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;color:#a1a1aa}.loader{font-size:45px;animation:loadingPulse 1s infinite alternate}@keyframes loadingPulse{0%{transform:scale(.9);opacity:.5}to{transform:scale(1.1);opacity:1}}.error-box{margin-bottom:16px;padding:12px;border:1px solid #59242a;border-radius:12px;background:#241316;color:#fca5a5;font-size:13px}.level-up-overlay{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;padding:20px;background:#000000b8;z-index:100}.level-up-modal{width:min(340px,100%);padding:32px 20px;border:1px solid #7c3aed;border-radius:24px;background:radial-gradient(circle at center,#29194d,#111218 70%);box-shadow:0 0 80px #7c3aed4d;text-align:center;animation:levelUpIn .35s cubic-bezier(.16,1,.3,1)}@keyframes levelUpIn{0%{transform:scale(.75);opacity:0}to{transform:scale(1);opacity:1}}.level-up-icon{font-size:50px}.level-up-title{margin-top:8px;color:#c4b5fd;font-size:28px;font-weight:1000;letter-spacing:.08em}.level-up-category{margin-top:8px;color:#a1a1aa}.new-level{margin-top:16px;color:#fff;font-size:23px;font-weight:900}.level-up-hint{margin-top:10px;color:#71717a;font-size:12px}@media(max-width:450px){.category-grid{gap:8px}.category-card{padding:11px}.category-title{font-size:12px}.task-form{grid-template-columns:minmax(0,1fr) 42px}.category-select{grid-column:1/-1;max-width:none}.add-button{grid-column:2;grid-row:1}}
