:root{--bg:#141210;--surface:#1c1917;--ink:#e8e2d9;--muted:#6b6560;--rule:#2a2723;--accent:#c9a96e;--accent-dim:#7a6340}*,:before,:after{box-sizing:border-box;margin:0;padding:0}#root{background:var(--bg);min-height:100vh}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}body{color:var(--ink);font-family:Lora,Georgia,serif;font-size:16px}.font-display{font-family:Playfair Display,Georgia,serif;font-weight:400}.font-body{font-family:Lora,Georgia,serif;font-weight:400}.font-mono{font-family:DM Mono,monospace;font-weight:300}.mobile-only,.desktop-only{display:none}@media (width<=480px){.mobile-only{display:flex}.desktop-only{display:none!important}}@media (width>=481px){.mobile-only{display:none!important}.desktop-only{display:flex}}.sidebar-drawer{background:var(--surface);z-index:100;flex-direction:column;width:100vw;height:100vh;transition:transform .25s;display:flex;position:fixed;top:0;left:0;overflow:hidden;transform:translate(-100%)}.sidebar-drawer.open{transform:translate(0)}.user-panel-fullscreen{background:var(--surface);z-index:100;flex-direction:column;gap:12px;width:100vw;height:100vh;padding:24px 16px;display:flex;position:fixed;top:0;left:0;overflow-y:auto}
