:root{--bg:#080b09;--panel:#101512;--line:#243029;--text:#f0f4ef;--muted:#8d9a91;--accent:#9be15d;--accent2:#5e9f35}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 50% -10%,#183323 0,#0b100d 35%,var(--bg) 70%);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh}.shell{max-width:1180px;margin:auto;padding:42px 22px 26px}.hero{margin-bottom:30px}.brand{font-size:12px;letter-spacing:.2em;font-weight:800;color:var(--accent);display:flex;gap:9px;align-items:center}.dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 14px #9be15d88}.hero h1{font-size:clamp(42px,7vw,76px);line-height:.9;letter-spacing:-.055em;margin:18px 0 14px;font-weight:900}.hero h1 span{color:var(--accent)}.hero p{max-width:650px;color:var(--muted);font-size:16px;line-height:1.6;margin:0}.app-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:18px}.card{background:linear-gradient(145deg,#111713,#0d120f);border:1px solid var(--line);border-radius:20px;box-shadow:0 20px 60px #0008;overflow:hidden}.card-top{display:flex;justify-content:space-between;padding:17px 19px;border-bottom:1px solid var(--line);font-size:10px;letter-spacing:.16em;font-weight:800;color:#8e9b91}.preview-wrap{position:relative;background:#111;aspect-ratio:1/1}.preview-wrap img{width:100%;height:100%;display:block;object-fit:cover}.download{width:calc(100% - 30px);margin:15px;height:48px;border:1px solid #3b4b40;background:#171e19;color:#eef5ef;border-radius:12px;font-weight:800;letter-spacing:.08em;cursor:pointer}.download:not(:disabled):hover{background:#202b23;border-color:#607968}.download:disabled{opacity:.4;cursor:not-allowed}.controls{padding-bottom:20px}.controls label{display:block;margin:16px 19px 0;font-size:10px;letter-spacing:.13em;font-weight:800;color:#9aa79d}.controls select,.controls textarea{display:block;width:100%;margin-top:8px;border:1px solid #2b3930;background:#0a0f0c;color:#eef4ee;border-radius:10px;padding:12px 13px;font:inherit;outline:none}.controls select:focus,.controls textarea:focus{border-color:#6d9c57;box-shadow:0 0 0 3px #9be15d12}.controls textarea{height:90px;resize:vertical}.optional{color:#5f6d64;font-weight:600;margin-left:5px}.actions{display:grid;grid-template-columns:.8fr 1.2fr;gap:9px;margin:18px 19px 0}.actions button{height:48px;border-radius:11px;font-weight:900;letter-spacing:.04em;cursor:pointer}.secondary{background:#171d19;border:1px solid #344238;color:#d8e0da}.primary{background:var(--accent);border:1px solid var(--accent);color:#0b100c}.primary:hover{background:#b2ef7c}.secondary:hover{border-color:#647568}.lock{font-size:10px;line-height:1.5;color:#6f7c73;margin:14px 19px 0}.error{margin:12px 19px 0;padding:10px;border-radius:9px;background:#2a1616;border:1px solid #633535;color:#ffb3b3;font-size:12px}.hidden,[hidden]{display:none!important}.loader{position:absolute;inset:0;background:#080b09d9;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:13px;color:#dce7dd;font-size:10px;font-weight:900;letter-spacing:.16em}.spinner{width:34px;height:34px;border-radius:50%;border:3px solid #ffffff22;border-top-color:var(--accent);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}footer{text-align:center;color:#4f5d54;font-size:9px;letter-spacing:.18em;margin-top:22px}@media(max-width:820px){.app-grid{grid-template-columns:1fr}.shell{padding-top:26px}.hero h1{font-size:52px}.controls{order:2}.preview-card{order:1}}@media(max-width:480px){.shell{padding:20px 12px}.actions{grid-template-columns:1fr}.hero p{font-size:14px}}


select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.scene-examples{margin:9px 19px 0;color:#65736a;font-size:10px;line-height:1.6}.scene-examples div+div{margin-top:4px}.scene-examples span{color:#8fa096;font-weight:800;letter-spacing:.08em;margin-right:5px}
.builder-link{color:#718075;text-decoration:none;transition:color .2s ease}.builder-link:hover{color:var(--accent)}
.usage{margin:16px 19px 0;padding:12px 13px;border:1px solid #26342b;background:#0a0f0c;border-radius:11px}.usage-head{display:flex;justify-content:space-between;align-items:center;font-size:9px;letter-spacing:.14em;color:#7f8d84;font-weight:800}.usage-head strong{color:var(--accent);font-size:10px}.usage-bar{height:6px;background:#202a23;border-radius:999px;overflow:hidden;margin-top:9px}.usage-bar span{display:block;height:100%;width:100%;background:var(--accent);border-radius:999px;transition:width .25s ease}.usage-reset{margin-top:7px;color:#5f6d64;font-size:8px;letter-spacing:.08em;font-weight:700}

.turnstile-wrap{margin:14px 19px 0;display:flex;justify-content:center;min-height:65px}.turnstile-wrap>div{max-width:100%;}
