@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&display=swap";:root{font-family:Manrope,Segoe UI,system-ui,sans-serif;color:#0f172a;background-color:#0b1120;line-height:1.4;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 20% 20%,#102a43 0,transparent 35%),radial-gradient(circle at 80% 10%,#0f172a 0,transparent 30%),linear-gradient(135deg,#0b1224,#0d1b2a 60%,#0b1224);color:#0f172a}a{color:inherit;text-decoration:none}.page{min-height:100vh;padding:24px}.gradient-bg{background:linear-gradient(120deg,#3b82f614,#10b9810f)}#app{max-width:1200px;margin:0 auto}.card{background:#fff;border-radius:14px;padding:18px;box-shadow:0 12px 40px #0f172a1f;border:1px solid #e2e8f0}.floating-card{box-shadow:0 14px 50px #3b82f633;border:1px solid #bfdbfe}.topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.mobile-stack{flex-wrap:wrap}.eyebrow{letter-spacing:.12em;text-transform:uppercase;font-size:12px;color:#0ea5e9;margin:0 0 4px}.muted{color:#6b7280;margin:4px 0}.filter-row{display:flex;gap:8px;margin:10px 0 16px;flex-wrap:wrap}.tab{padding:8px 12px;background:#e2e8f0;border:none;border-radius:10px;cursor:pointer;color:#0f172a;font-weight:600}.tab.active{background:#2563eb;color:#fff}button{border-radius:10px;border:1px solid #d1d5db;background:#0f172a;color:#fff;padding:10px 14px;cursor:pointer;font-weight:600;transition:transform .1s ease,box-shadow .1s ease,opacity .2s}button:hover{transform:translateY(-1px);box-shadow:0 8px 18px #2563eb2e}button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}button.primary{background:linear-gradient(135deg,#2563eb,#0ea5e9);border:none}button.ghost{background:transparent;color:#0f172a;border:1px solid #e5e7eb}.grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.scrollable{max-height:75vh;overflow:auto}.detail-card{position:relative;padding-bottom:80px}.task-card{border:1px solid #e5e7eb;border-radius:12px;padding:12px;margin-bottom:10px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease;background:linear-gradient(135deg,#fff,#f8fafc)}.task-card.active{border-color:#2563eb;box-shadow:0 10px 24px #2563eb24}.task-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.status{background:#e0f2fe;color:#0369a1;padding:6px 10px;border-radius:999px;font-weight:700;font-size:12px}.chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.chip{background:#f1f5f9;color:#0f172a;padding:6px 8px;border-radius:10px;border:1px solid #e2e8f0;font-size:13px}.pill{background:#0ea5e9;color:#fff;padding:4px 10px;border-radius:999px;font-weight:700;font-size:12px}.ghost-pill{background:#e5e7eb;color:#0f172a}.form-grid{display:flex;flex-direction:column;gap:12px}label{display:flex;flex-direction:column;gap:6px;font-weight:600;color:#0f172a}input,select,textarea{border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;font-size:14px;font-family:inherit;background:#fff}textarea{resize:vertical}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.section{border:1px dashed #e2e8f0;border-radius:12px;padding:12px;background:#f8fafc}.section-head{display:flex;justify-content:space-between;align-items:center}.recipe-box{background:#0b1224;color:#e2e8f0;padding:10px;border-radius:10px;font-size:12px;max-height:180px;overflow:auto}.actions{display:flex;justify-content:space-between;align-items:center;gap:8px}.action-bar{position:sticky;bottom:0;display:flex;justify-content:space-between;gap:8px;background:linear-gradient(180deg,#ffffffe6,#fff);padding:10px 8px;border-top:1px solid #e2e8f0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.bottom-nav{position:fixed;left:0;right:0;bottom:0;background:#0f172aeb;color:#e2e8f0;display:flex;justify-content:space-around;padding:10px 12px env(safe-area-inset-bottom);z-index:20;border-top:1px solid rgba(226,232,240,.3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:12px;color:#cbd5e1}.bottom-nav-item.active{color:#38bdf8;font-weight:700}.bottom-nav .icon{font-size:18px}.success{background:#ecfdf3;border:1px solid #bbf7d0;color:#15803d;padding:10px 12px;border-radius:10px;margin-bottom:12px}.error{background:#fef2f2;border:1px solid #fecdd3;color:#b91c1c;padding:10px 12px;border-radius:10px;margin-bottom:12px}.task-card:focus-visible{outline:2px solid #2563eb}.full{grid-column:1 / -1}@media(max-width:900px){.grid{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:flex-start}}@media(max-width:720px){.page{padding:16px}.filter-row{overflow-x:auto;padding-bottom:4px}.task-card{padding:14px;margin-bottom:12px}.task-head{align-items:flex-start}button{width:auto;min-height:44px}.action-bar{position:fixed;left:0;right:0;bottom:0;border-radius:12px 12px 0 0;padding:14px 16px;z-index:10}.detail-card{padding-bottom:120px}}
