:root{--color-vinci-yellow: #FFCC00;--color-vinci-yellow-dim: rgba(255, 204, 0, .15);--color-vinci-dark: #0A0A0A;--color-success: #27AE60;--color-danger: #E74C3C;--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-size-xs: 11px;--font-size-sm: 13px;--font-size-md: 15px;--font-size-lg: 18px;--font-size-xl: 22px;--font-size-2xl: 28px;--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: 6px;--radius-md: 12px;--radius-lg: 16px;--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.25}p{line-height:1.6}button{font-family:var(--font-family)}img{max-width:100%;display:block}.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 .35s ease both}@keyframes screenFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.scrollable{overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}@media (hover: none){button:active{opacity:.75}}
