@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800;900&family=Inter:wght@400;500;600;700;800&display=swap";:root{--color-vinci-yellow: #FFCC00;--color-vinci-yellow-dim: rgba(255, 204, 0, .15);--color-vinci-red: #E30613;--color-vinci-red-dim: rgba(227, 6, 19, .15);--color-vinci-navy: #1A2B6D;--color-vinci-dark: #071428;--color-success: #27AE60;--color-danger: #E30613;--color-warning: #E67E22;--color-white: #FFFFFF;--color-white-70: rgba(255, 255, 255, .7);--color-white-45: rgba(255, 255, 255, .45);--color-white-12: rgba(255, 255, 255, .12);--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-family-condensed: "Barlow Condensed", "Inter", sans-serif;--font-size-xs: 11px;--font-size-sm: 13px;--font-size-md: 15px;--font-size-lg: 18px;--font-size-xl: 22px;--font-size-2xl: 28px;--font-size-3xl: 38px;--font-size-hero: 52px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-pill: 999px;--transition-fast: .15s ease;--transition-med: .3s ease;--transition-spring: .4s cubic-bezier(.34, 1.56, .64, 1);--z-base: 0;--z-overlay: 10;--z-modal: 100;--z-toast: 200}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html{-webkit-text-size-adjust:100%;height:100%;scroll-behavior:smooth}body{font-family:var(--font-family);background-color:var(--color-vinci-dark);color:var(--color-white);height:100%;overflow:hidden;overscroll-behavior:none;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}#root{height:100%;width:100%;position:relative;overflow:hidden}h1,h2,h3,h4{font-family:var(--font-family);font-weight:700;line-height:1.2}p{line-height:1.6}button{font-family:var(--font-family)}img{max-width:100%;display:block}.hazard-stripe{height:10px;background:repeating-linear-gradient(-45deg,#fc0,#fc0 10px,#1a1a2e 10px,#1a1a2e 20px);flex-shrink:0}.hazard-stripe-danger{height:10px;background:repeating-linear-gradient(-45deg,#fc0,#fc0 10px,#e30613 10px,#e30613 20px);flex-shrink:0}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.screen-enter{animation:screenFadeIn .3s ease both}@keyframes screenFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.scrollable{overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}@media (hover: none){button:active{opacity:.75}}
