:root{--navy: #171F3C;--navy-light: #1e2a50;--navy-muted: #2a3660;--amber: #F79D15;--amber-light: #fbb340;--amber-dim: #c47e10;--white: #ffffff;--off-white: #f8f7f4;--surface-0: #0f1528;--surface-1: #171F3C;--surface-2: #1e2a50;--surface-3: #263158;--text-primary: #ffffff;--text-secondary: rgba(255,255,255,.65);--text-muted: rgba(255,255,255,.35);--text-on-amber: #0f1528;--success: #22c55e;--warning: #f59e0b;--danger: #ef4444;--info: #3b82f6;--nav-height: 64px;--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-top: env(safe-area-inset-top, 0px);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--radius-full: 999px;--font-display: "DM Serif Display", serif;--font-body: "Montserrat", sans-serif;--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--ease-smooth: cubic-bezier(.4, 0, .2, 1);--dur-fast: .12s;--dur-mid: .22s;--dur-slow: .38s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%;overflow:hidden;background:var(--surface-0);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{display:flex;flex-direction:column;height:100dvh}.page-content{flex:1;overflow-y:auto;overflow-x:hidden;padding-top:calc(var(--safe-top) + 16px);-webkit-overflow-scrolling:touch}button{cursor:pointer;border:none;background:none;font-family:inherit}a{color:inherit;text-decoration:none}input,textarea{font-family:var(--font-body);outline:none;border:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,var(--surface-2) 25%,var(--surface-3) 50%,var(--surface-2) 75%);background-size:200% 100%;animation:shimmer 1.4s ease-in-out infinite;border-radius:var(--radius-sm)}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp var(--dur-slow) var(--ease-smooth) both}
