:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}}*{box-sizing:border-box}#root{min-height:100svh}body{margin:0}h1,h3{font-family:var(--heading);color:var(--text-h);margin:0;font-weight:600}p{margin:0}button{font:inherit;cursor:pointer}input{font:inherit}.app{flex-direction:column;gap:16px;max-width:480px;margin:0 auto;padding:16px 16px 96px;display:flex}.app-header{flex-direction:column;gap:6px;display:flex}.status-row{align-items:center;gap:8px;font-size:.9rem;display:flex}.status-dot{border-radius:50%;width:8px;height:8px}.status-online{background:#22c55e}.status-offline{background:#f59e0b}.badge{border-radius:999px;padding:2px 8px;font-size:.75rem;font-weight:600}.badge-saved{background:var(--accent-bg);color:var(--accent);border:1px solid var(--accent-border)}.badge-pending{color:#f59e0b;background:#f59e0b26;border:1px solid #f59e0b66}.badge-stale{color:#f59e0b;background:#f59e0b26;border:1px solid #f59e0b66;margin-left:6px}.day-picker{gap:8px;display:flex}.day-btn{border:1px solid var(--border);background:var(--bg);color:var(--text-h);border-radius:10px;flex:1;padding:14px;font-size:1rem;font-weight:600}.day-btn-active{background:var(--accent-bg);border-color:var(--accent-border);color:var(--accent)}.card-list{flex-direction:column;gap:14px;display:flex}.card{border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:10px;padding:16px;display:flex}.card-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.card-header h3{font-size:1.05rem}.prescription{color:var(--text);font-size:.95rem}.prescription strong{color:var(--text-h)}.prescription-empty{font-style:italic}.prescription-note{opacity:.85}.card-inputs{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.card-inputs label{color:var(--text);flex-direction:column;gap:4px;font-size:.75rem;display:flex}.card-inputs input{border:1px solid var(--border);background:var(--bg);color:var(--text-h);text-align:center;border-radius:8px;width:100%;padding:10px 6px;font-size:1.05rem}.card button[type=submit]{border:1px solid var(--accent-border);background:var(--accent-bg);color:var(--accent);border-radius:8px;padding:12px;font-weight:600}.setup{text-align:center;flex-direction:column;justify-content:center;gap:12px;max-width:480px;min-height:100svh;margin:0 auto;padding:16px;display:flex}.setup-form{flex-direction:column;gap:10px;display:flex}.setup-form input{border:1px solid var(--border);background:var(--bg);color:var(--text-h);text-align:center;border-radius:8px;padding:14px;font-size:1.05rem}.setup-form button[type=submit]{border:1px solid var(--accent-border);background:var(--accent-bg);color:var(--accent);border-radius:8px;padding:14px;font-weight:600}.setup-form button[type=submit]:disabled{opacity:.5;cursor:default}.setup-hint{font-size:.85rem}.sync-btn{border:1px solid var(--border);background:var(--bg);max-width:448px;color:var(--text-h);box-shadow:var(--shadow);border-radius:10px;margin:0 auto;padding:14px;font-weight:600;position:fixed;bottom:16px;left:16px;right:16px}
