:root{--accent:210 97% 16%;--accent-foreground:0 0% 100%;--primary:202 100% 37%;--primary-foreground:0 0% 100%;--secondary:27 91% 54%;--secondary-foreground:0 0% 100%;--ring:202 100% 37%;--public-bg:0 0% 92%;--brand-navy:210 70% 18%;--success:142 71% 35%;--success-foreground:0 0% 100%;--warning:27 88% 53%;--warning-foreground:0 0% 100%}body{background-color:hsl(var(--public-bg));font-family:var(--font-mulish),system-ui,-apple-system,sans-serif}nav.h-full a.text-muted-foreground,nav.h-full button.text-muted-foreground{color:hsl(var(--accent-foreground)/.6)}nav.h-full a.bg-white,nav.h-full a.text-muted-foreground:hover,nav.h-full button.text-muted-foreground:hover{color:hsl(var(--accent-foreground));background-color:transparent}nav.h-full a.bg-white{font-weight:600}nav.h-full .bg-popover a.text-muted-foreground,nav.h-full .bg-popover button.text-muted-foreground{color:hsl(var(--muted-foreground))}nav.h-full .bg-popover a.text-muted-foreground:hover,nav.h-full .bg-popover button.text-muted-foreground:hover{color:hsl(var(--foreground));background-color:hsl(var(--muted))}@property --holo-angle{syntax:"<angle>";initial-value:0deg;inherits:false}@keyframes holo-spin{to{--holo-angle:360deg}}.holo-ring{background:conic-gradient(from var(--holo-angle),#ff4e6a,#ff9a3c,#ffdc5e,#4cd9a0,#3db0ff,#a855f7,#ff4e6a);animation:holo-spin 4s linear infinite}@keyframes tapHint{0%{transform:scale(1);opacity:.7}to{transform:scale(1.25);opacity:0}}@keyframes sheen-sweep{0%{transform:translateX(-120%) rotate(35deg);opacity:0}15%{opacity:1}85%{opacity:1}to{transform:translateX(220%) rotate(35deg);opacity:0}}.holo-sheen{inset:0;overflow:hidden;pointer-events:none}.holo-sheen,.holo-sheen:after{position:absolute;border-radius:50%}.holo-sheen:after{content:"";inset:-50%;background:linear-gradient(105deg,transparent 35%,rgba(255,255,255,.35) 48%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.35) 52%,transparent 65%);animation:sheen-sweep 3.5s ease-in-out infinite}.bg-card{border-radius:0!important;box-shadow:none!important;border:1px solid #d9dfe5!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pageEnter{0%{opacity:0}to{opacity:1}}.page-enter{animation:pageEnter .5s ease-out forwards}.brand-dark-panel{background:linear-gradient(135deg,#051525,#0a2540 55%,#0d3060)}.brand-dark-panel--alt{background:linear-gradient(135deg,#0a2540,#0d3060 50%,#1a4d8c)}