.app-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-7);.app-header__brand{display:flex;align-items:center;gap:var(--space-3)}.app-header__mark{width:2.75rem;height:2.75rem}.app-header__wordmark{font-size:1.375rem;font-weight:800;letter-spacing:-.01em;color:var(--chalk)}.app-header__sign-out{width:auto;min-height:auto;padding:.375rem .5rem;font-size:.8125rem}}.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:20;height:var(--nav-height);display:flex;align-items:center;justify-content:space-around;padding-bottom:.875rem;background:var(--slate-2);border-top:.0625rem solid var(--border-subtle);.bottom-nav__item{display:flex;flex-direction:column;align-items:center;gap:var(--space-1);min-width:4rem;font-size:.65625rem;font-weight:500;color:var(--chalk-dim);&.bottom-nav__item--active{color:var(--amber)}}.bottom-nav__icon{width:1.25rem;height:1.25rem}}.app-shell{position:relative;isolation:isolate;min-height:100dvh;background:var(--slate);.app-shell__contours{position:absolute;inset:0;z-index:0;width:100%;height:100%;opacity:.06;pointer-events:none;& path{fill:none;stroke:#edeae3;stroke-width:1}}.app-shell__screen{position:relative;z-index:1;max-width:30rem;margin:0 auto;padding:var(--screen-pad-top) var(--screen-pad-x) var(--screen-pad-bottom)}.app-shell__main{min-height:40vh}}.auth-layout{position:relative;isolation:isolate;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:var(--space-7) var(--screen-pad-x);background:var(--slate);.auth-layout__contours{position:absolute;inset:0;z-index:0;width:100%;height:100%;opacity:.06;pointer-events:none;& path{fill:none;stroke:#edeae3;stroke-width:1}}.auth-layout__content{position:relative;z-index:1;width:100%}}.app-root__loading{min-height:100dvh;display:grid;place-items:center;background:var(--slate);color:var(--chalk-dim);font-size:.9375rem;font-weight:500}:root{--slate: #262b31;--slate-2: #313841;--slate-3: #3b434c;--chalk: #f1ede4;--chalk-dim: #a9aba6;--amber: #ffb627;--amber-soft: #ffb62733;--lichen: #4fae5d;--lichen-soft: #4fae5d22;--cliff: #e2543a;--cliff-soft: #e2543a22;--border-subtle: #ffffff0f;--border-row: #ffffff0a;--radius-card: 1.125rem;--radius-sm: .625rem;--space-1: .25rem;--space-2: .375rem;--space-3: .625rem;--space-4: .875rem;--space-5: 1rem;--space-6: 1.25rem;--space-7: 1.5rem;--space-8: 1.75rem;--font-sans: "Inter", system-ui, sans-serif;--nav-height: 4.75rem;--screen-pad-x: 1.25rem;--screen-pad-top: 1.75rem;--screen-pad-bottom: 6.25rem}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{font-size:16px;color-scheme:dark;-webkit-text-size-adjust:100%}body{min-height:100dvh;font-family:var(--font-sans);font-size:1rem;font-weight:400;background:var(--slate);color:var(--chalk);line-height:1.4;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}:focus-visible{outline:.125rem solid var(--amber);outline-offset:.125rem}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
