:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--bg: #050505;--green: #2dff73;--text: #eaeaea;--muted: #9aa0a6;--glass: rgba(255, 255, 255, .03)}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden;line-height:1.5}.app{width:100%;display:flex;flex-direction:column}.countdown-bar{width:100%;position:sticky;top:0;z-index:1000;background:#050505e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.8rem;border-bottom:1px solid var(--green)}.countdown-content{display:flex;flex-direction:column;align-items:center;gap:.2rem}.launch-label{font-size:.7rem;color:var(--muted);letter-spacing:1px}.timer-display{color:var(--green);font-weight:800;font-family:monospace;font-size:1rem}.hero{min-height:100vh;padding:4rem 1rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(#050505d9,#050505d9),url(/assets/KEVINSCREAMS_BackgroundX-i6G-VBNm.png);background-size:cover;background-position:center;background-attachment:scroll}.hero-image{width:70%;max-width:280px;filter:drop-shadow(0 0 30px rgba(45,255,115,.5));margin-bottom:1.5rem}.title{font-size:2.2rem;color:var(--green);line-height:1.1;margin:0}.subtitle{font-size:.85rem;letter-spacing:.1em;margin:.5rem 0 2rem}.cta-group{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:300px}.section{padding:4rem 1.5rem;text-align:center}.section.dark{background:#080808}.cards{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.card{padding:1.5rem;border:1px solid #222;border-radius:12px;background:var(--glass)}.table-wrapper{width:100%;overflow-x:auto;margin:2rem 0;border-radius:10px;background:var(--glass)}.rules-table{width:100%;min-width:280px;border-collapse:collapse}.rules-table td{padding:.8rem;border-bottom:1px solid #1a1a1a;text-align:left;font-size:.85rem}.rules-table td:last-child{text-align:right;color:var(--green);font-weight:700}.footer{padding:3rem 1rem;display:flex;flex-direction:column;align-items:center}.socials{display:flex;flex-direction:column;gap:.8rem;width:100%;max-width:300px;margin:1.5rem 0}.mono{font-family:monospace;word-break:break-all;color:var(--green);font-size:.8rem}@media(min-width:768px){.countdown-content{flex-direction:row;gap:1rem}.timer-display{font-size:1.2rem}.hero{background-attachment:fixed}.title{font-size:4rem}.subtitle{font-size:1.1rem}.cta-group,.socials{flex-direction:row;max-width:600px;justify-content:center}.cards{display:grid;grid-template-columns:repeat(3,1fr);max-width:1100px;margin-left:auto;margin-right:auto}.rules-table td{padding:1.2rem;font-size:1rem}}.btn{display:block;padding:.9rem 1.8rem;text-decoration:none;border-radius:50px;font-weight:700;text-align:center}.primary{background:var(--green);color:#000}.secondary{border:1px solid var(--green);color:var(--green)}
