:root{font-family:system-ui,-apple-system,Segoe UI,sans-serif;color:#e5e7eb;background:#0f172a}body{margin:0}main{max-width:720px;margin:auto;padding:16px}h1{margin-bottom:0}.muted,#appDay{color:#94a3b8}.card{background:#1e293b;border:1px solid #334155;border-radius:18px;padding:16px;margin:16px 0;box-shadow:0 8px 20px #0003}.grid{display:grid;gap:12px;grid-template-columns:1fr}button,.button,a.button{display:inline-block;border:0;border-radius:14px;padding:14px 16px;background:#38bdf8;color:#082f49;font-weight:800;text-decoration:none;font-size:1rem}button.done{background:#475569;color:#cbd5e1}input,select{box-sizing:border-box;width:100%;border-radius:12px;border:1px solid #475569;background:#0f172a;color:#e5e7eb;padding:12px;margin:6px 0 12px}.entry{border-left:4px solid #38bdf8;padding:10px;margin:10px 0;background:#0f172a;border-radius:8px}.entry .actions{display:flex;gap:8px;flex-wrap:wrap}.danger{background:#fb7185;color:#4c0519}.secondary{background:#64748b;color:#f8fafc}.small{padding:8px 10px;font-size:.9rem}.note{color:#bae6fd;margin-top:4px}@media(min-width:560px){.grid{grid-template-columns:1fr 1fr}}