@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;600&family=Nunito:wght@400;500;600;700&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f5efe4;--surface:#fdfaf5;--surface2:#ede5d5;--text:#3b2f2a;--text-muted:#7a6a62;--text-muted-strong:#6e5d54;--accent:#c9832a;--accent-light:#f5e4c8;--accent-button:#a16922;--accent-text:#96611d;--border:#ddd3c0;--danger:#c0392b;--danger-bg:#f7e0dc;--danger-border:#e4b5ad;--stale-text:#c0392b;--stale-bg:#f7e0dc;--warning:#e65100;--warning-bg:#fff3e0;--warning-border:#ffb74d}:root[data-theme=dark]{--bg:#211a16;--surface:#2b2320;--surface2:#362c27;--text:#f0e6dc;--text-muted:#b8a99c;--text-muted-strong:#b8a99c;--accent:#d9974a;--accent-light:#3d2f1f;--accent-button:#986a34;--accent-text:#d9974a;--border:#453931;--danger:#e57373;--danger-bg:#3b1f1f;--danger-border:#5c2a2a;--stale-text:#e57373;--stale-bg:#3b1f1f;--warning:#f5b267;--warning-bg:#3d2b14;--warning-border:#5c4020}html{background:var(--bg)}html[data-text-size=large]{font-size:112.5%}html[data-text-size=larger]{font-size:125%}body{font-family:Nunito,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}:root[dir=rtl]{direction:rtl}.logo{font-family:Lora,serif;color:var(--accent)}:where(a,button,input,select,textarea,summary,[role=switch],[tabindex]):focus-visible{outline:3px solid var(--accent);outline-offset:2px}.kept-settings-main [id]{scroll-margin-top:var(--kept-sticky-offset,0)}.kept-toggle{position:relative}.kept-toggle:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:44px;min-height:44px;width:100%;height:100%}.kept-mobile-only{display:none!important}@media (max-width:640px){.kept-desktop-only{display:none!important}.kept-mobile-only{display:flex!important}.kept-fab-mobile-safe{bottom:84px!important}.kept-feedback-mobile-safe{bottom:152px!important}.kept-content-area-mobile-stack{flex-direction:column!important;align-items:stretch!important}.kept-sidebar-mobile-full{width:100%!important}.kept-main-mobile-safe{padding-bottom:140px!important}.kept-usermenu-mobile-safe{max-height:calc(100vh - 160px)!important;z-index:250!important}.kept-grid-cap-2-mobile{grid-template-columns:repeat(2,1fr)!important}}@keyframes keptNoticeIn{0%{opacity:0;transform:translateX(-50%) translateY(8px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@media (prefers-reduced-motion:reduce){[role=status]{animation:none!important}}