*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);color:#fff;min-height:100vh;overflow-x:hidden}.container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;text-align:center;position:relative}.hero-section{max-width:1200px;margin:0 auto;z-index:2}.tagline{font-size:clamp(2.5rem,6vw,4rem);font-weight:300;margin-bottom:1rem;letter-spacing:-.02em;line-height:1.1;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:400;color:#a0a0a0;margin-bottom:3rem;line-height:1.4;max-width:600px;margin-left:auto;margin-right:auto}.content-section{display:flex;gap:2rem;align-items:center;justify-content:center;flex-wrap:wrap;margin:2rem auto}.judge-message{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;max-width:600px;box-shadow:0 8px 32px #0000004d}.judge-message h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:gold}.judge-message p{font-size:1rem;line-height:1.6;color:#e0e0e0;margin-bottom:.75rem}.judge-message p:last-child{margin-bottom:0}.bolt-icon{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;transition:all .3s ease}.bolt-icon:hover{transform:translateY(-2px) scale(1.05)}.bolt-icon img{width:100%;height:100%;object-fit:contain}.background-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(255,215,0,.1) 0%,transparent 70%);border-radius:50%;z-index:1}@media (max-width: 768px){.container{padding:1rem}.content-section{flex-direction:column;gap:1.5rem}.judge-message{padding:1.5rem}.bolt-icon{bottom:1rem;right:1rem;width:40px;height:40px}}
