:root{color-scheme:light dark;font-family:system-ui,-apple-system,sans-serif;--bg: #f4f5f7;--fg: #1a1a1a;--border: #ccc;--input-bg: #ffffff;--button-bg: #2b5fd9;--button-fg: #ffffff;--error: #b00020;--muted: #888}@media (prefers-color-scheme: dark){:root{--bg: #15171c;--fg: #e8e8e8;--border: #444;--input-bg: #1e2026;--button-bg: #3f6fea;--button-fg: #ffffff;--error: #ff6b6b;--muted: #9a9a9a}}body{margin:0;background:var(--bg);color:var(--fg)}.app,.pairing,.home,.laundry,.scripture-memory,.scripture-setup,.settings{max-width:480px;margin:0 auto;padding:2rem 1.25rem}h1{font-size:1.5rem}form{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}label{font-size:.85rem;font-weight:600}input,select,button{padding:.6rem;font-size:1rem;border-radius:6px;border:1px solid var(--border);background:var(--input-bg);color:var(--fg)}button{background:var(--button-bg);color:var(--button-fg);border:none;cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}.button-grid{display:grid;gap:.75rem}.home-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.home-header h1{margin:0}button.logout{background:transparent;color:var(--muted);border:1px solid var(--border);padding:.35rem .75rem;font-size:.85rem;width:auto}.quote{font-style:italic;color:var(--muted);margin:0 0 1.25rem}.laundry-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.status dl{display:grid;grid-template-columns:auto 1fr;gap:.35rem 1rem;margin-bottom:1rem}.status dt{font-weight:600}.status{display:flex;flex-direction:column;gap:.75rem}.error{color:var(--error)}.version{margin-top:2rem;font-size:.75rem;color:var(--muted);text-align:center}.scripture-verse{border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;margin-bottom:1.25rem}.scripture-reference{font-weight:600;margin:0 0 .35rem}.scripture-text{margin:0}.scripture-week-hint{font-size:.85rem;color:var(--muted);margin:-.25rem 0 .5rem}.scripture-list{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:1rem}.scripture-list-row{border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem}.scripture-list-row-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.35rem}.scripture-week{font-size:.85rem;color:var(--muted)}.status-badge{font-size:.7rem;text-transform:uppercase;letter-spacing:.03em;padding:.15rem .5rem;border-radius:999px;border:1px solid var(--border)}.status-badge.status-active{background:var(--button-bg);color:var(--button-fg);border-color:var(--button-bg)}.scripture-list-actions{display:flex;gap:.5rem;margin-top:.5rem}.scripture-list-actions button{width:auto}.scripture-preview{border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;margin:.5rem 0 1rem}
