:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#050912;color:#f8fafc}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:radial-gradient(circle at top,#18263b 0,#07101f 45%,#03060c 100%)}
body{min-height:100dvh;padding:20px}
a{text-decoration:none}
button,.button{border:0;cursor:pointer;font:inherit}
button:disabled{cursor:not-allowed;opacity:.55}
.live-shell{width:min(1500px,100%);margin:0 auto}
.try-stage{position:relative;overflow:hidden;isolation:isolate}
.try-stage video{display:block;width:100%;object-fit:cover;background:#070a0f;transform:scaleX(-1)}
.try-stage canvas{position:absolute;z-index:2;inset:0;width:100%;height:100%;pointer-events:none}
.try-guide{position:absolute;left:50%;transform:translateX(-50%);white-space:nowrap;border-radius:999px;color:#fff;font-size:13px;backdrop-filter:blur(18px)}
.primary,.button{display:inline-grid;min-height:44px;place-items:center;padding:0 18px;border-radius:13px;background:#ff7800;color:#fff;font-weight:800}
.beta-note{margin:14px auto 0;max-width:900px;color:#aebbd0;text-align:center;font-size:13px;line-height:1.55}
.beta-note strong{color:#ffad63}
@media(max-width:700px){body{padding:0}.try-stage--pro{border-radius:0!important}.try-guide{max-width:calc(100% - 24px);white-space:normal;text-align:center}.beta-note{padding:0 18px 18px}}
