*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#080b0d;color:#f4f7f5;font-family:Inter,Segoe UI,Arial,sans-serif}.nav{height:76px;padding:0 clamp(22px,5vw,72px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #20272a;background:rgba(8,11,13,.9);backdrop-filter:blur(18px)}a{text-decoration:none;color:inherit}.brand{font-weight:950;letter-spacing:4px}.brand span{color:#53fc18}.navRight{display:flex;align-items:center;gap:18px;color:#66736e;font-size:11px;letter-spacing:3px;font-weight:900}.ghost{border:1px solid #303b35;background:#111713;color:#dce5df;border-radius:10px;padding:11px 15px;font-weight:850;letter-spacing:0}.setupApp{width:min(1050px,92%);margin:0 auto;padding:62px 0 80px}.eyebrow{color:#53fc18;font-size:11px;font-weight:900;letter-spacing:4px}.setupApp>h1{font-size:clamp(40px,5vw,64px);line-height:1;letter-spacing:-2.5px;margin:15px 0}.lead{color:#9ba7a2;max-width:780px;line-height:1.7;font-size:17px;margin:0 0 42px}.panel{display:grid;grid-template-columns:70px 1fr;gap:20px;background:#0e1315;border:1px solid #20282b;border-radius:18px;padding:24px;margin:14px 0}.step{width:46px;height:46px;border-radius:12px;background:#111a14;border:1px solid #2c3a31;color:#53fc18;display:grid;place-items:center;font-weight:950;letter-spacing:1px}.panelBody h2{margin:2px 0 7px;font-size:22px}.panelBody p{margin:0;color:#84918c;line-height:1.55}.row,.copyRow{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:18px}.row button,.copyRow button{min-width:160px}.connection{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:20px;padding:16px;border:1px solid #222d27;background:#0a0e0c;border-radius:13px}.connectionLabel{font-size:10px;letter-spacing:3px;color:#65726c}.channelName{font-size:18px;font-weight:900;margin-top:5px}.primary{border:0;background:#53fc18;color:#061006;border-radius:10px;padding:13px 18px;font-weight:950;cursor:pointer}.wide{width:100%;margin-top:20px}.status{min-height:20px;color:#6f7d76;margin-top:13px;font-size:13px}.status.ok{color:#53fc18}.status.error{color:#ff6a72}.status.warn{color:#ffd84d}.gameGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}.switchRow{position:relative;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:17px;border:1px solid #222d27;background:#0a0e0c;border-radius:13px;cursor:pointer}.switchRow b{display:block}.switchRow small{display:block;color:#6f7c76;margin-top:4px}.switchRow input{position:absolute;opacity:0}.switchRow i{width:46px;height:25px;background:#252d29;border:1px solid #3b463f;border-radius:999px;position:relative;transition:.2s}.switchRow i:after{content:"";width:19px;height:19px;border-radius:50%;background:#89938e;position:absolute;top:2px;left:2px;transition:.2s}.comingSoon{cursor:default;opacity:.78}.comingSoon .soonBadge{width:auto;height:auto;display:inline-flex;align-items:center;justify-content:center;position:static;padding:6px 9px;border-radius:999px;background:#172019;border:1px solid #2f4435;color:#6f7d76;font-size:10px;font-style:normal;font-weight:900;letter-spacing:1px}.singleAction{grid-template-columns:1fr}.switchRow input:checked+i{background:#53fc18;border-color:#53fc18}.switchRow input:checked+i:after{left:23px;background:#071006}.selectRow{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:14px;padding:14px 16px;border:1px solid #222d27;border-radius:13px;color:#d8dfdb}.selectRow select,input{font:inherit}.selectRow select,input[type=text],input[readonly]{background:#0a0e0c;border:1px solid #303b35;color:#fff;border-radius:10px;padding:13px 14px;outline:none}.selectRow select{min-width:190px}.copyRow input{width:100%;min-width:0}.actionGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.actionGrid>*{text-align:center}.success{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:28px;border-radius:18px;border:1px solid rgba(83,252,24,.28);background:linear-gradient(110deg,#111912,#0d110f);margin-top:24px}.success h2{margin:8px 0}.success p{margin:0;color:#8d9993}.hidden{display:none!important}footer{border-top:1px solid #20272a;padding:25px 5%;display:flex;justify-content:space-between;color:#5f6b67;font-size:12px}@media(max-width:700px){.panel{grid-template-columns:1fr}.gameGrid,.actionGrid,.row,.copyRow{grid-template-columns:1fr}.connection,.success{display:block}.connection .primary,.success .primary{margin-top:16px;width:100%}.selectRow{display:block}.selectRow select{width:100%;margin-top:10px}footer{display:block}footer span{display:block;margin:5px 0}}
.selectorGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px}.selectorCard{display:flex;flex-direction:column;justify-content:space-between;min-height:220px;padding:20px;border:1px solid #222d27;background:#0a0e0c;border-radius:16px;transition:.18s;cursor:pointer}.selectorCard:hover{transform:translateY(-2px);border-color:#3b5942;box-shadow:0 14px 35px rgba(0,0,0,.2)}.selectorIcon{width:48px;height:48px;border-radius:13px;display:grid;place-items:center;background:#111a14;border:1px solid #2c3a31;font-size:23px}.selectorCard h3{font-size:20px;margin:18px 0 8px}.selectorCard p{color:#84918c;line-height:1.5;font-size:12px;margin:0}.selectorCard>span{display:block;margin-top:20px;color:#53fc18;font-size:12px;font-weight:900}@media(max-width:900px){.selectorGrid{grid-template-columns:1fr}}