@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Cinzel:wght@400;500;600&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--gold: #C9A84C;--gold-light: #E8C97A;--gold-dim: #7A6025;--gold-glow: rgba(201,168,76,.3);--black: #080807;--surface: rgba(255,255,255,.035);--border: rgba(201,168,76,.22);--error: rgba(220,80,80,.85);--surface-light: rgba(255,255,255,.04)}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;min-height:100%;background:var(--black);display:flex;align-items:flex-start;justify-content:center;font-family:Cormorant Garamond,serif;overflow-x:hidden;color:#ffffffd9}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");opacity:.5;pointer-events:none;z-index:1000}::-webkit-scrollbar{width:0}.bg-gradient{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-2;background:radial-gradient(ellipse 80% 45% at 50% 0%,rgba(50,36,8,.95) 0%,transparent 65%),radial-gradient(ellipse 60% 40% at 20% 50%,rgba(201,168,76,.04) 0%,transparent 55%),radial-gradient(ellipse 60% 40% at 80% 60%,rgba(201,168,76,.03) 0%,transparent 55%),radial-gradient(ellipse 100% 40% at 50% 100%,rgba(30,20,5,.8) 0%,transparent 55%),linear-gradient(180deg,#100c03,#080807 45%,#050504)}.bg-cracks{position:fixed;bottom:0;left:0;right:0;height:280px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='280' viewBox='0 0 400 280'%3E%3Cpath d='M0 280 Q80 200 120 160 Q160 120 200 180 Q240 240 280 160 Q320 80 400 120' stroke='rgba(201,168,76,0.07)' fill='none' stroke-width='1'/%3E%3Cpath d='M20 280 Q60 220 100 200 Q150 175 180 220 Q210 265 250 200 Q290 135 350 170 Q380 190 400 160' stroke='rgba(201,168,76,0.05)' fill='none' stroke-width='0.5'/%3E%3Cpath d='M100 280 Q140 240 160 200 Q175 170 200 160 Q225 150 240 190 Q260 230 300 210 Q340 190 380 220 Q400 235 400 280' stroke='rgba(201,168,76,0.06)' fill='none' stroke-width='0.8'/%3E%3C/svg%3E") center bottom / cover no-repeat;pointer-events:none;z-index:-1}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes sheen{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes ringPulse{0%,to{box-shadow:0 0 16px var(--gold-glow)}50%{box-shadow:0 0 34px #c9a84c8c,0 0 65px #c9a84c1f}}@keyframes floatUp{0%{opacity:0;transform:translateY(0) scale(.5)}15%{opacity:var(--op)}85%{opacity:var(--op)}to{opacity:0;transform:translateY(-100px) scale(1.3)}}.heading-cinzel{font-family:Cinzel,serif}.text-garamond{font-family:Cormorant Garamond,serif}.screen-container{position:relative;z-index:2;width:100%;max-width:430px;min-height:100dvh;margin:0 auto;display:flex;flex-direction:column}.animate-fade-up{opacity:0;animation:fadeUp .85s cubic-bezier(.22,1,.36,1) forwards}
