:root{--bg-center:#1a1a1a;--bg-edge:#000;--text-primary:#fff;--text-muted:#888}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;color:var(--text-primary);background:radial-gradient(circle at center,var(--bg-center) 0,var(--bg-edge) 100%)}.wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;width:100%}.logo{max-width:250px;width:80%;height:auto;margin-bottom:2rem;opacity:0;animation:fadeIn 1.5s ease-out forwards}.coming-soon{font-size:.9rem;text-transform:uppercase;letter-spacing:.3em;color:var(--text-muted);font-weight:400;opacity:0;animation:fadeIn 1.5s ease-out .5s forwards}.page-header{position:absolute;top:2rem;left:2rem;font-size:1.5rem;font-weight:400;color:var(--text-primary)}.tnc-container{min-height:100vh;width:100%;padding:2rem}.tnc-content{max-width:800px;margin:0 auto;padding:0 1rem}.tnc-title{font-size:1.5rem;font-weight:400;margin-bottom:2rem}.tnc-body,.tnc-title{color:var(--text-primary)}.tnc-body{line-height:1.2}.tnc-body h2{font-size:1.2rem;margin-top:2rem;margin-bottom:1rem}.tnc-body h2,.tnc-body h3{font-weight:300;color:var(--text-primary)}.tnc-body h3{font-size:1rem;margin-top:1rem;margin-bottom:.5rem}.tnc-body p{font-size:.8rem;margin-bottom:1rem;color:var(--text-primary)}.faq-container{min-height:100vh;width:100%;padding:6rem 2rem 2rem}.faq-content{width:100%;max-width:760px;margin:0 auto}.faq-title{font-size:1.5rem;font-weight:400;margin-bottom:2rem;color:var(--text-primary)}.faq-list{display:grid;grid-gap:1rem;gap:1rem}.faq-item{border:1px solid hsla(0,0%,100%,.14);border-radius:8px;background:hsla(0,0%,100%,.04);overflow:hidden}.faq-question{position:relative;display:block;padding:1rem 3rem 1rem 1rem;font-size:1rem;font-weight:400;line-height:1.4;color:var(--text-primary);cursor:pointer;list-style:none}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";position:absolute;top:50%;right:1rem;transform:translateY(-50%);color:var(--text-muted);font-size:1.25rem;line-height:1}.faq-item[open] .faq-question:after{content:"-"}.faq-answer{padding:0 1rem 1rem;color:var(--text-muted);font-size:.9rem;line-height:1.5}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}