*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100vh;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:radial-gradient(1100px 600px at 0 -10%,rgba(99,102,241,.08),transparent 60%),radial-gradient(900px 500px at 100% 110%,rgba(236,72,153,.06),transparent 60%),var(--color-background)}.scroll-pretty::-webkit-scrollbar{height:6px;width:6px}.scroll-pretty::-webkit-scrollbar-thumb{background:var(--gray-a5);border-radius:6px}.only-mobile{display:block}.only-desktop{display:none}@media (min-width:900px){.only-mobile{display:none}.only-desktop{display:block}}.page-pad{padding:16px 16px calc(96px + env(safe-area-inset-bottom))}@media (min-width:900px){.page-pad{padding:24px 32px 96px}}.app-shell{min-height:100vh}.app-main{min-width:0;display:flex;flex-direction:column}@media (min-width:900px){.app-shell{height:100dvh;min-height:100dvh;display:grid;grid-template-columns:240px 1fr;overflow:hidden}.app-main{min-height:0;overflow-y:auto;overscroll-behavior:contain}.app-shell>.only-desktop{height:100dvh;min-height:0!important;overflow-y:auto}}.brand-mark{background:linear-gradient(135deg,#6366f1,#8b5cf6 45%,#ec4899);color:#fff;border-radius:16px;box-shadow:0 12px 32px rgba(139,92,246,.35)}