:root{--text:#3f3d45;--text-h:#16151a;--bg:#fdfbff;--card-bg:#fff;--border:#e3e0ea;--accent:#6d4fe0;--accent-contrast:#fff;--danger:#c23b3b;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font:16px/150% system-ui,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--text:#d7d4de;--text-h:#f5f4f8;--bg:#15141a;--card-bg:#1e1d24;--border:#322f3b;--accent:#a48cff;--accent-contrast:#16151a}}*{box-sizing:border-box}body{margin:0}h1{color:var(--text-h);margin:0 0 1rem;font-size:1.75rem}.app-shell{flex-direction:column;max-width:720px;min-height:100svh;margin:0 auto;display:flex}.navbar{border-bottom:1px solid var(--border);align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.navbar a{color:var(--text-h);font-weight:600;text-decoration:none}.navbar-spacer{flex:1}.navbar-email{opacity:.7;font-size:.85rem}.page{padding:1.5rem 1rem 3rem}.page-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.auth-page{text-align:center;max-width:360px;margin:3rem auto;padding:0 1rem}.auth-form,.profile-form{text-align:left;flex-direction:column;gap:.9rem;display:flex}.auth-form label,.profile-form label{color:var(--text-h);flex-direction:column;gap:.3rem;font-size:.9rem;font-weight:600;display:flex}input,select,textarea{font:inherit;border:1px solid var(--border);background:var(--card-bg);color:var(--text);border-radius:8px;padding:.55rem .7rem}button,.button{font:inherit;background:var(--accent);color:var(--accent-contrast);cursor:pointer;border:none;border-radius:8px;padding:.6rem 1rem;font-weight:600;text-decoration:none;display:inline-block}button:disabled{opacity:.6;cursor:not-allowed}.link-button{color:var(--accent);background:0 0;padding:.3rem 0;font-weight:500}.form-error{color:var(--danger);font-size:.9rem}.loading,.muted{opacity:.65;font-size:.9rem}.profile-list,.story-list{flex-direction:column;gap:.75rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.profile-card{border:1px solid var(--border);background:var(--card-bg);border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.profile-actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.75rem;display:flex}.profile-card-body{flex:1}.profile-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:48px;height:48px}.profile-avatar-fallback{background:var(--accent);color:var(--accent-contrast);justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.photo-preview{object-fit:cover;border-radius:50%;width:96px;height:96px;margin-bottom:.4rem}.search-input{width:100%;margin-top:1rem}.checkbox-label{align-items:center;gap:.4rem;margin:.75rem 0;font-size:.9rem;display:flex}.checkbox-label input{width:auto}.story-header{justify-content:flex-end;margin-bottom:.5rem;display:flex}.favorite-toggle{font-size:.95rem}.story-content{white-space:pre-wrap;font-size:1.05rem;line-height:1.7}.story-actions{flex-wrap:wrap;gap:.75rem;margin:1.5rem 0;display:flex}.quota-note{margin-top:-.5rem}.audio-player{align-items:center;gap:1rem;margin-top:1rem;display:flex}.audio-player audio{flex:1}.usage-stats{flex-direction:column;gap:1.25rem;margin-top:1.5rem;display:flex}.usage-bar-label{color:var(--text-h);justify-content:space-between;margin-bottom:.3rem;font-size:.9rem;font-weight:600;display:flex}.usage-bar-track{background:var(--border);border-radius:999px;height:10px;overflow:hidden}.usage-bar-fill{background:var(--accent);border-radius:999px;height:100%}@media print{.navbar,.no-print{display:none!important}.app-shell{max-width:none}.story-content{color:#000;font-size:1.1rem}}
