@import "https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;800&display=swap";:root{--color-bg:#201e1d;--color-surface:#2d2b2b;--color-text:#f3f2f2;--color-accent:#ec3013;--color-accent-600:#dd2b0f;--color-accent-700:#ff9783;--color-divider:#f3f2f240;--color-neutral-300:#3a3737;--color-neutral-800:#605d5d;--color-muted:#7d7979;--font-heading:"Archivo", system-ui, sans-serif;--sidebar-width:240px}:root[data-theme=light]{--color-bg:#f5f4f3;--color-surface:#fff;--color-text:#201e1d;--color-accent:#ec3013;--color-accent-600:#dd2b0f;--color-accent-700:#ae1800;--color-divider:#201e1d29;--color-neutral-300:#e6e3e3;--color-neutral-800:#444141;--color-muted:#7d7979}*{box-sizing:border-box}html,body,#root{height:100dvh;margin:0}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-heading);-webkit-font-smoothing:antialiased;font-size:15px}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;margin:0;font-weight:800}h6{letter-spacing:.09em;text-transform:uppercase;font-size:12px}a{color:var(--color-accent)}a:hover{color:var(--color-accent-600)}button{font-family:inherit}input,select,button,textarea{font-family:Archivo,system-ui,sans-serif}input[type=number].np::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number].np::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@keyframes sheetIn{0%{opacity:0}to{opacity:1}}.app-shell{background:var(--color-bg);width:100%;min-height:100dvh}.app-main{flex-direction:column;width:100%;max-width:430px;min-height:100dvh;margin:0 auto;display:flex;position:relative}.desktop-sidebar{display:none}.sheet-overlay{z-index:20;background:var(--color-bg);flex-direction:column;width:100%;animation:.12s ease-out sheetIn;display:flex;position:fixed;inset:0}.theme-toggle{border:2px solid var(--color-divider);width:36px;height:36px;color:var(--color-text);cursor:pointer;background:0 0;flex:none;justify-content:center;align-items:center;display:flex}.theme-toggle:hover{border-color:var(--color-accent)}.ai-fab-wrap{z-index:15;pointer-events:none;width:100%;max-width:430px;position:fixed;bottom:150px;left:50%;transform:translate(-50%)}.ai-fab{background:var(--color-surface);border:2px solid var(--color-divider);width:56px;height:56px;color:var(--color-text);cursor:pointer;pointer-events:auto;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:0;right:20px;box-shadow:0 4px 14px #00000059}.ai-fab:hover{border-color:var(--color-accent);color:var(--color-accent)}@media (width>=880px){.app-shell{justify-content:center;align-items:flex-start;gap:0;display:flex}.desktop-sidebar{width:var(--sidebar-width);border-right:2px solid var(--color-divider);flex-direction:column;flex:none;justify-content:space-between;min-height:100dvh;padding:24px 20px;display:flex;position:sticky;top:0}.app-main{max-width:720px;padding-bottom:60px}.sheet-overlay{max-width:720px;margin:0 auto}.mobile-only{display:none!important}.ai-fab-wrap{max-width:720px;bottom:30px}}.desktop-only{display:none}@media (width>=880px){.desktop-only{display:block}}
