@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,400&family=Inter:wght@400;500;600&display=swap";:root{--surface-base: #0A0705;--surface-raised: #120D08;--surface-overlay: #181109;--border-subtle: #241A12;--border-strong: #3A2A1C;--text-primary: #F5EFE4;--text-secondary: #C9BCA8;--text-tertiary: #9C8E7A;--accent-gold: #D9AE55;--status-ready: #6EE7A0;--status-approaching: #F5B544;--status-past: #FF8A7A;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--safe-bottom: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--surface-base);color:var(--text-primary);font-family:var(--font-body);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;overscroll-behavior-y:none}h1,h2,h3{font-family:var(--font-display);font-weight:400;line-height:1.2}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;background:none;border:none}:focus-visible{outline:2px solid var(--accent-gold);outline-offset:2px;border-radius:4px}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:2px}input::placeholder,textarea::placeholder{color:var(--text-tertiary);opacity:.7}select option{background:var(--surface-overlay);color:var(--text-secondary)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
