:root{color-scheme:light;--bg: #fef4ec;--bg-alt: #fff;--ink: #1f1a16;--muted: #6b5f56;--accent: #ff7a45;--accent-2: #ffb385;--green: #2f9e44;--blue: #3b82f6;--shadow: 0 24px 60px rgba(31, 26, 22, .08);--radius-lg: 28px;--radius-md: 18px;--radius-sm: 12px}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Space Grotesk,Noto Sans SC,sans-serif;color:var(--ink);background:radial-gradient(circle at 10% 20%,#ffe4d4 0,transparent 45%),radial-gradient(circle at 80% 10%,#ffe0b2 0,transparent 38%),linear-gradient(130deg,#fff5ed,#fef3f0 45%,#fffaf6);min-height:100vh}input,button{font-family:inherit}#root{min-height:100vh}.page{position:relative;padding:40px 6vw 64px;max-width:1200px;margin:0 auto}.page:before,.page:after{content:"";position:absolute;z-index:-1;border-radius:999px;filter:blur(0px);opacity:.7}.page:before{width:240px;height:240px;background:#ffe8d8;top:-60px;right:10%}.page:after{width:180px;height:180px;background:#ffd8bf;bottom:120px;left:4%}.header{display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;align-items:center;margin-bottom:32px}.eyebrow{font-size:14px;text-transform:uppercase;letter-spacing:3px;color:var(--muted);margin:0 0 8px}.header h1{font-size:clamp(36px,4vw,52px);margin:0 0 6px}.sub{margin:0;color:var(--muted);font-size:16px}.header-card{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #f2ded2;padding:18px 20px;border-radius:var(--radius-md);min-width:220px;box-shadow:var(--shadow);display:grid;gap:6px}.header-date{font-size:18px;font-weight:600;margin:0}.header-time{font-size:28px;font-weight:700;margin:0}.header-tip{color:var(--muted);margin:0;font-size:14px}.layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:26px}.panel,.side>section,.side>div{background:var(--bg-alt);border-radius:var(--radius-lg);padding:24px;box-shadow:var(--shadow);border:1px solid #f5e1d4}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.panel-head h2{margin:0;font-size:22px}.todo-form{display:grid;gap:18px;margin-bottom:24px}.todo-form label{display:grid;gap:8px;font-size:14px;color:var(--muted)}.todo-form input{padding:12px 14px;border-radius:var(--radius-sm);border:1px solid #f2ded2;background:#fffaf7;font-size:15px}.form-main{display:grid;gap:14px}.form-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.priority{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.priority p{margin:0;font-size:14px;color:var(--muted)}.chip,.pill,.ghost{border:1px solid #f1d3c2;background:#fff3ea;padding:8px 14px;border-radius:999px;font-size:14px;cursor:pointer;transition:all .2s ease;color:var(--ink)}.chip.active,.pill.active{background:var(--accent);color:#fff;border-color:var(--accent)}.primary{padding:12px 20px;border-radius:999px;background:var(--ink);color:#fff;border:none;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 12px 24px #1f1a162e}.primary:hover{transform:translateY(-2px)}.filters{display:grid;gap:14px;margin-bottom:20px}.filter-row{display:grid;gap:12px}.pill-group{display:flex;flex-wrap:wrap;gap:10px}.search{display:grid;gap:8px;font-size:14px;color:var(--muted)}.search input{padding:10px 12px;border-radius:var(--radius-sm);border:1px solid #f1d3c2}.todo-list{display:grid;gap:12px}.todo-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:start;padding:14px;border-radius:var(--radius-md);border:1px solid #f3e2d7;background:#fffaf6;transition:transform .2s ease}.todo-item:hover{transform:translateY(-2px)}.todo-item.done{opacity:.6}.check{width:26px;height:26px;border-radius:50%;border:2px solid #f0c7ae;background:#fff;display:grid;place-items:center;cursor:pointer}.check span{width:12px;height:12px;border-radius:50%;background:var(--accent);transform:scale(0);transition:transform .2s ease}.todo-item.done .check span{transform:scale(1)}.todo-body h3{margin:0 0 4px;font-size:16px}.todo-body p{margin:0;color:var(--muted);font-size:14px}.todo-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.badge{font-size:12px;padding:4px 10px;border-radius:999px;background:#fde7d9;color:#a54b22}.badge.high{background:#ffe3d7;color:#b11d1d}.badge.medium{background:#fff1ce;color:#a06000}.badge.low{background:#e4f7e9;color:#237a3a}.stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.stat{background:#fff7f0;border-radius:var(--radius-md);padding:14px;border:1px solid #f5e1d4}.stat p{margin:0 0 6px;color:var(--muted);font-size:13px}.stat strong{font-size:22px}.focus h2,.coach h2{margin:0 0 12px;font-size:18px}.focus ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}.focus li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:var(--radius-sm);background:#fff7f0;border:1px dashed #f3d3c1}.coach p{margin:0;color:var(--muted);line-height:1.6}.empty{text-align:center;padding:40px 20px;border-radius:var(--radius-md);border:1px dashed #f2d2bf;color:var(--muted);background:#fffaf6}.ghost{background:transparent}.muted{color:var(--muted);margin:0}.side{display:grid;gap:18px}@media (max-width: 980px){.layout{grid-template-columns:1fr}.side{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media (max-width: 640px){.page{padding:24px 5vw 48px}.panel,.side>section,.side>div{padding:18px}.stats{grid-template-columns:1fr}.todo-item{grid-template-columns:auto minmax(0,1fr)}.todo-item .ghost{grid-column:1 / -1;justify-self:flex-start}}
