.app-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:var(--brand-black);padding:2rem;position:relative;overflow:hidden}.logo-container{margin-bottom:4rem;z-index:10}.brand-logo-text{font-size:clamp(3rem,10vw,8rem);font-weight:700;letter-spacing:-.02em;line-height:.9;text-transform:uppercase;color:var(--brand-white);text-align:center;position:relative}.brand-logo-text span{color:var(--brand-red)}.chronometer-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem;z-index:10;text-align:center}.timer-display{display:flex;gap:1rem;font-size:clamp(2rem,5vw,4rem);font-weight:300;color:var(--brand-white);font-variant-numeric:tabular-nums;letter-spacing:.1em}.timer-segment{display:flex;flex-direction:column;align-items:center}.timer-label{font-size:.75rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.2em;margin-top:.5rem}.status-message{margin-top:2rem;font-size:clamp(1rem,2vw,1.25rem);color:var(--brand-red);text-transform:uppercase;letter-spacing:.15em;max-width:600px;line-height:1.6}.pulse-effect{animation:pulse-red 4s infinite ease-in-out}@keyframes pulse-red{0%{text-shadow:0 0 10px rgba(181,8,35,0)}50%{text-shadow:0 0 20px rgba(181,8,35,.5)}to{text-shadow:0 0 10px rgba(181,8,35,0)}}.separator{color:var(--brand-red);animation:blink 1s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}footer{position:absolute;bottom:2rem;font-size:.75rem;color:var(--gray-600);letter-spacing:.1em;text-transform:uppercase}:root{--brand-black: #000000;--brand-red: #B50823;--brand-white: #FFFFFF;--gray-50: #F5F5F5;--gray-100: #E0E0E0;--gray-200: #CCCCCC;--gray-300: #B3B3B3;--gray-400: #808080;--gray-500: #666666;--gray-600: #4A4A4A;--gray-700: #333333;--gray-800: #1A1A1A;--gray-900: #0D0D0D;--rarity-common: #000000;--rarity-uncommon: #4A4A4A;--rarity-rare: #B50823;--rarity-epic: #8B4513;--rarity-legendary: #FFD700;--background-primary: #FFFFFF;--background-secondary: #F5F5F5;--background-dark: #000000;--text-primary: #000000;--text-secondary: #666666;--text-inverse: #FFFFFF;--border-light: #E0E0E0;--border-dark: #000000}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Zuume,Antonio,sans-serif;background-color:var(--brand-black);color:var(--brand-white);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}
