:root{--bg-dark:#020617;--bg-card:#0f172a;--primary-blue:#3b82f6;--primary-green:#10b981;--text-main:#f8fafc;--text-muted:#94a3b8;--gradient-brand:linear-gradient(135deg,#3b82f6,#10b981);--glass-border:hsla(0,0%,100%,.08);--glass-bg:rgba(15,23,42,.7)}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,system-ui,-apple-system,sans-serif}body,html{width:100%;min-height:100vh;background-color:var(--bg-dark);color:var(--text-main)}#__next{display:flex;flex-direction:column;min-height:100vh}main{flex:1 0 auto}.container{width:90%;max-width:1200px;margin:0 auto}.button{display:inline-block;padding:12px 24px;background:var(--gradient-brand);color:#fff;border:none;border-radius:8px;cursor:pointer;text-decoration:none;font-weight:600;transition:transform .2s ease,box-shadow .2s ease;min-height:44px;box-sizing:border-box}.button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(16,185,129,.3)}section{padding:40px 20px;text-align:center}h1,h2,h3{margin-bottom:20px}p{margin-bottom:15px;line-height:1.6}