:root{--bg: #0b0f17;--text: #e8eefc}*{box-sizing:border-box}html,body{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.gate{min-height:100vh;display:grid;place-items:center;gap:0px;padding:150px}.notice{width:min(520px,90vw);height:auto;display:block;border-radius:14px;box-shadow:0 14px 40px #0000008c}.btn-continue{appearance:none;border:1px solid rgba(232,238,252,.22);background:#e8eefc0f;color:var(--text);padding:14px 18px;border-radius:12px;font-size:15px;font-weight:600;letter-spacing:.2px;cursor:pointer;transition:transform .12s ease,background .12s ease,border-color .12s ease}.btn-continue:hover{transform:translateY(-1px);background:#e8eefc1a;border-color:#e8eefc59}.btn-continue:active{transform:translateY(0)}
