:root{--background:0 0% 100%;--foreground:222 47% 11%;--card:0 0% 100%;--card-foreground:222 47% 11%;--popover:0 0% 100%;--popover-foreground:222 47% 11%;--primary:224 76% 48%;--primary-foreground:210 40% 98%;--brand:255 213 61;--brand-foreground:222 47% 11%;--brand-hover:244 201 0;--brand-strong:253 197 0;--brand-subtle:252 244 218;--brand-faint:255 253 243;--brand-line:240 220 143;--brand-ink:168 120 10;--secondary:217 28% 17%;--secondary-foreground:210 40% 98%;--muted:210 40% 96%;--muted-foreground:215 20% 35%;--accent:20 88% 32%;--accent-foreground:0 0% 100%;--success:173 78% 26%;--success-foreground:0 0% 100%;--warning:38 92% 50%;--warning-foreground:222 47% 11%;--destructive:0 73% 50%;--destructive-foreground:0 0% 100%;--border:214 32% 91%;--input:214 32% 91%;--ring:222 83% 53%;--radius:0.375rem;--mobile-top-bar-height:3.5rem;--mobile-search-height:3rem;--mobile-bottom-nav-height:4.25rem}.dark{--background:222 47% 6%;--foreground:210 40% 96%;--card:222 47% 8%;--card-foreground:210 40% 96%;--popover:222 47% 8%;--popover-foreground:210 40% 96%;--primary:217 91% 60%;--primary-foreground:222 47% 11%;--brand:255 213 61;--brand-foreground:222 47% 11%;--brand-hover:244 201 0;--brand-strong:253 197 0;--brand-subtle:252 244 218;--brand-faint:255 253 243;--brand-line:240 220 143;--brand-ink:168 120 10;--secondary:217 32% 17%;--secondary-foreground:210 40% 96%;--muted:217 32% 17%;--muted-foreground:215 20% 65%;--accent:20 91% 60%;--accent-foreground:222 47% 11%;--success:173 70% 40%;--success-foreground:222 47% 6%;--warning:38 92% 60%;--warning-foreground:222 47% 11%;--destructive:0 63% 50%;--destructive-foreground:0 0% 100%;--border:217 32% 17%;--input:217 32% 17%;--ring:217 91% 60%}@keyframes route-content-enter{0%{opacity:0;transform:translateY(10px);filter:blur(3px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes route-loading-sweep{0%{transform:translateX(-55%)}to{transform:translateX(115%)}}@keyframes route-loading-pulse{0%,to{opacity:.48}50%{opacity:.9}}.route-transition-frame{animation:route-content-enter .18s cubic-bezier(.2,0,0,1) both}.route-loading-shell{min-height:100vh;overflow:hidden;background:hsl(var(--background));padding:clamp(1.5rem,4vw,3rem)}.route-loading-bar{position:relative;height:3px;max-width:72rem;margin:0 auto clamp(2rem,5vw,4rem);overflow:hidden;border-radius:999px;background:hsl(var(--muted))}.route-loading-bar:after{position:absolute;inset:0;content:"";border-radius:inherit;background:linear-gradient(90deg,transparent,hsl(var(--primary)/.72),hsl(var(--warning)/.7),transparent);transform:translateX(-55%);animation:route-loading-sweep 1.15s cubic-bezier(.2,0,0,1) infinite}.route-loading-stack{display:grid;max-width:72rem;margin:0 auto;gap:1rem}.route-loading-row{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1fr);gap:1rem}.route-loading-skeleton{min-height:var(--route-loading-height,8rem);border-radius:8px;background:linear-gradient(110deg,transparent 24%,hsl(var(--foreground)/.08) 40%,transparent 56%),hsl(var(--muted));background-size:180% 100%,100% 100%;box-shadow:inset 0 0 0 1px hsl(var(--border)/.62);animation:route-loading-pulse 1.4s ease-in-out infinite}.route-loading-skeleton[data-size=sm]{--route-loading-height:3rem}.route-loading-skeleton[data-size=md]{--route-loading-height:6rem}.route-loading-skeleton[data-size=lg]{--route-loading-height:14rem}.mobile-safe-top{padding-top:env(safe-area-inset-top,0)}.mobile-safe-bottom{padding-bottom:env(safe-area-inset-bottom,0)}body:has([data-mobile-bottom-nav]),body:has([data-mobile-sticky-action]){padding-bottom:calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px))}@media (max-width:720px){.route-loading-row{grid-template-columns:1fr}}@media (min-width:1024px){body:has([data-mobile-bottom-nav]),body:has([data-mobile-sticky-action]){padding-bottom:0}}@media (prefers-reduced-motion:reduce){.route-loading-bar:after,.route-loading-skeleton,.route-transition-frame{animation:none}}