@import"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap";:root{--bg: #F6F5F1;--surface: #FFFFFF;--ink: #15191D;--ink-soft: #5B6066;--line: #E6E3DC;--accent: #FF6A3D;--accent-soft: #FFE7DC;--teal: #1F6F66;--teal-soft: #E2F0EE;--radius: 18px;--radius-sm: 10px;--nav-height: 78px}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);font-family:Inter,sans-serif;color:var(--ink);-webkit-font-smoothing:antialiased}.app-shell-page{width:100%;min-height:100vh;background:var(--bg)}@media(min-width:768px){.app-shell-page{background:#dedcd4;display:flex;justify-content:center;align-items:flex-start;padding:40px 0}}.app-shell{width:100%;max-width:430px;min-height:100vh;margin:0 auto;background:var(--bg);position:relative;overflow-x:hidden}@media(min-width:768px){.app-shell{border-radius:40px;box-shadow:0 30px 80px #0000002e;min-height:820px;overflow:hidden}}.screen{width:100%;min-height:100vh;padding-bottom:calc(var(--nav-height) + 16px);overflow-y:auto}.desktop-layout .mobile-topbar{display:none}.desktop-layout .screen{padding-bottom:0;min-height:unset;overflow-y:visible}.app-shell .screen--pinned,.desktop-layout .screen--pinned{display:flex;flex-direction:column;min-height:0;overflow:hidden}.app-shell .screen--pinned{height:100vh;height:100dvh}.desktop-layout .screen--pinned{height:100%}*{scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none}@keyframes navPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}
