@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Playfair+Display:wght@400;700&display=swap";:root{--milan-red:#fb0909;--milan-dark:#0a0a0a;--milan-black:#000}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--milan-black);color:#fff;font-family:Playfair Display,Georgia,serif;overflow-x:hidden}.page-wrapper{flex-direction:column;min-height:100vh;display:flex;position:relative}.stripe-bg{pointer-events:none;background:repeating-linear-gradient(-45deg,#0000,#0000 60px,#fb090908 60px 62px);position:absolute;inset:0}.glow-orb{filter:blur(120px);opacity:.4;border-radius:50%;animation:8s ease-in-out infinite float;position:absolute}.glow-orb-1{background:var(--milan-red);opacity:.15;width:600px;height:600px;top:-200px;right:-100px}.glow-orb-2{background:var(--milan-red);opacity:.1;width:400px;height:400px;animation-delay:-4s;bottom:-100px;left:-50px}@keyframes float{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,-20px)scale(1.05)}}.top-accent{background:linear-gradient(90deg, var(--milan-red), transparent 30%, transparent 70%, var(--milan-red));height:4px;animation:3s ease-in-out infinite lineGlow;position:absolute;top:0;left:0;right:0}@keyframes lineGlow{0%,to{opacity:1;box-shadow:0 0 20px var(--milan-red)}50%{opacity:.7;box-shadow:0 0 40px var(--milan-red)}}.main-content{z-index:1;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative}.crest-wrapper{opacity:0;margin-bottom:3rem;animation:1.2s ease-out .3s forwards fadeSlideUp}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.crest{width:120px;height:150px;position:relative}.crest-frame{clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);border:2px solid #fb09094d;animation:4s ease-in-out infinite crestPulse;position:absolute;inset:0}@keyframes crestPulse{0%,to{border-color:#fb09094d;box-shadow:0 0 30px #fb09091a}50%{border-color:#fb090999;box-shadow:0 0 50px #fb09094d}}.crest-stripes{justify-content:center;align-items:center;gap:6px;display:flex;position:absolute;inset:10px}.stripe{background:linear-gradient(180deg, var(--milan-red) 0%, #cc0707 100%);opacity:0;border-radius:2px;width:14px;height:100%;animation:2s ease-out forwards stripeFade}.stripe:first-child{animation-delay:.6s}.stripe:nth-child(2){animation-delay:.7s}.stripe:nth-child(3){animation-delay:.8s}.stripe:nth-child(4){animation-delay:.9s}.stripe:nth-child(5){animation-delay:1s}@keyframes stripeFade{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}.text-content{text-align:center}.coming-soon{letter-spacing:.15em;color:#fff;text-shadow:0 0 60px #fb09094d;opacity:0;font-family:Bebas Neue,Impact,sans-serif;font-size:clamp(4rem,15vw,12rem);animation:1s ease-out .8s forwards textReveal}@keyframes textReveal{0%{opacity:0;letter-spacing:.5em}to{opacity:1;letter-spacing:.15em}}.subtitle{color:#fff9;letter-spacing:.3em;text-transform:uppercase;opacity:0;margin-top:1rem;font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:400;animation:1s ease-out 1.2s forwards subtitleFade}@keyframes subtitleFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.decorative-line{background:linear-gradient(90deg, transparent, var(--milan-red), transparent);opacity:0;height:1px;animation:1s ease-out 1.4s forwards lineExpand;position:absolute}.decorative-line-1{width:200px;bottom:45%;left:50%;transform:translate(-50%)}.decorative-line-2{width:150px;top:45%;left:50%;transform:translate(-50%)}@keyframes lineExpand{0%{opacity:0;width:0}to{opacity:.5;width:200px}}.site-footer{text-align:center;z-index:1;border-top:1px solid #fb090933;padding:2rem;position:relative}.footer-content{flex-direction:column;align-items:center;gap:.75rem;display:flex}.footer-text{color:#fff6;letter-spacing:.2em;text-transform:uppercase;font-size:.75rem}.icp-link{color:#ffffff80;letter-spacing:.1em;font-size:.75rem;text-decoration:none;transition:color .3s}.icp-link:hover{color:var(--milan-red)}.footer-red-bar{background:linear-gradient(90deg, transparent, var(--milan-red), transparent);width:60px;height:2px;margin-top:.5rem}@media (width<=768px){.glow-orb-1{width:300px;height:300px;top:-100px;right:-50px}.glow-orb-2{width:200px;height:200px}.subtitle{letter-spacing:.15em;font-size:1rem}.stripe{width:10px}.stripe-bg{background:repeating-linear-gradient(-45deg,#0000,#0000 40px,#fb090908 40px 42px)}}
