﻿@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700;800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700;800&display=swap");@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap");:root{--alwan-pattern: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 20 20'><path fill='%23D0D0D0' d='M0 0h10v10H0Z'/><path fill='%23fff' d='M0 10h10v10H0Z'/><path fill='%23D0D0D0' d='M10 10h10v10H10Z'/><path fill='%23fff' d='M10 0h10v10H10Z'/></svg>")}.alwan{--bg: #fff;--fg: #333;--outer-bc: #ccc;--bc: #ccc;--btn-bg-hover: #f0f0f0;--thumb-bg: #fff;--thumb-bg-hover: #f0f0f0;--label-color: #555;--input-bg: #fafafa;--input-bg-hover: #f0f0f0;--input-bc-hover: #a8a8a8;--swatches-bg: #f5f5f5;width:260px;max-width:260px;background:var(--bg);border:1px solid var(--outer-bc);overflow:hidden}.alwan *{box-sizing:border-box}.alwan>div{width:260px}.alwan__popover-container{transform:translate(0);width:0;height:0}.alwan__popover-container>.alwan{position:fixed;height:auto;top:0;left:0;z-index:999999;border:0;overflow:auto;box-shadow:0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12)}.alwan:not(.alwan--open){visibility:hidden;overflow:hidden;height:0}.alwan.alwan--dark{--bg: #111;--fg: #ccc;--outer-bc: #aaa;--bc: #34373a;--btn-bg-hover: #444;--thumb-bg: #151515;--thumb-bg-hover: #242424;--label-color: #d8d8d8;--input-bg: #181818;--input-bg-hover: #272727;--input-bc-hover: #484b4d;--swatches-bg: #151515}.alwan__container{position:relative;display:flex;align-items:center;padding:10px 15px;border-top:1px solid var(--bc)}.alwan__container>*{width:100%}.alwan__selector{overflow:hidden;height:136px;outline:0;touch-action:none;user-select:none;background:linear-gradient(to bottom, transparent, #000),linear-gradient(to right, #fff, hsl(var(--h, 0), 100%, 50%))}.alwan__selector:focus .alwan__cursor{box-shadow:0 0 1px 2px #117ce0}.alwan__selector[tabindex]{cursor:crosshair}.alwan__selector[tabindex]:active,.alwan__selector[tabindex]:active>.alwan__cursor{cursor:grabbing}.alwan__selector[tabindex] .alwan__cursor{cursor:grab;cursor:-webkit-grab}.alwan__cursor{position:relative;top:-8px;left:-8px;width:16px;height:16px;border-radius:100%;background:rgba(0,0,0,0);border:2px solid #fff;box-shadow:0 0 1px 1px rgba(0,0,0,0.3)}.alwan__preview{--color: rgb(var(--rgb), var(--a));width:42px;height:42px;margin-right:15px;border:1px solid var(--bc);border-radius:5px;flex-shrink:0}.alwan__preview .alwan__cp{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%;color:#fff;opacity:0;border-radius:0;margin:0}.alwan__preview .alwan__cp:focus,.alwan__preview .alwan__cp:hover:not(:disabled){opacity:1;z-index:100;background-color:rgba(0,0,0,0.6)}.alwan__preview .alwan__cp:focus-visible{border:0}.alwan__slider{--hue-track: linear-gradient( 90deg, #ff0000, #ff00ff, #0000ff, #00ffff, #00ff00, #ffff00, #ff0000 );--alpha-track: linear-gradient(90deg, transparent, rgb(var(--rgb))), var(--alwan-pattern);display:block;width:100%;height:15px;background-color:rgba(0,0,0,0);margin:0;padding:0;cursor:pointer;outline:0;-webkit-appearance:none;appearance:none;touch-action:none;user-select:none}.alwan__slider:active{cursor:grabbing;cursor:-webkit-grabbing}.alwan__slider::-webkit-slider-runnable-track{-webkit-appearance:none;appearance:none;width:100%;height:15px;border:0;border-radius:8px}.alwan__slider::-moz-range-track{width:100%;height:15px;border:0;border-radius:8px}.alwan__slider:focus-visible::-webkit-slider-runnable-track{outline:2px solid rgba(17,124,224,0.5);outline-offset:2px}.alwan__slider:focus-visible::-moz-range-track{outline:2px solid rgba(17,124,224,0.5);outline-offset:2px}.alwan__slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;margin-top:-2.5px;height:20px;width:20px;border:1px solid #999;border-radius:100%;background-color:var(--thumb-bg);box-shadow:0 0 1px 1px rgba(0,0,0,0.3)}.alwan__slider::-moz-range-thumb{box-sizing:border-box;padding:0;height:20px;width:20px;border:1px solid #999;border-radius:100%;background-color:var(--thumb-bg);box-shadow:0 0 1px 1px rgba(0,0,0,0.3)}.alwan__slider:not(:disabled)::-webkit-slider-thumb:hover{cursor:grab;cursor:-webkit-grab;border-color:#555;background:var(--thumb-bg-hover)}.alwan__slider:not(:disabled)::-moz-range-thumb:hover{cursor:grab;cursor:-webkit-grab;border-color:#555;background:var(--thumb-bg-hover)}.alwan__slider:active:not(:disabled)::-webkit-slider-thumb{cursor:grabbing;cursor:-webkit-grabbing;outline:5px solid rgba(17,124,224,0.3)}.alwan__slider:active:not(:disabled)::-moz-range-thumb{cursor:grabbing;cursor:-webkit-grabbing;outline:5px solid rgba(17,124,224,0.3)}.alwan__slider:focus::-webkit-slider-thumb{border-color:#117ce0}.alwan__slider:focus::-moz-range-thumb{border-color:#117ce0}.alwan__slider:disabled{opacity:.5;cursor:default}.alwan__hue{direction:rtl}.alwan__hue::-webkit-slider-runnable-track{background:var(--hue-track)}.alwan__hue::-moz-range-track{background:var(--hue-track)}.alwan__alpha{margin-top:14px}.alwan__alpha::-webkit-slider-runnable-track{background:var(--alpha-track)}.alwan__alpha::-moz-range-track{background:var(--alpha-track)}.alwan__inputs{display:flex}.alwan__inputs>label{width:100%;text-align:center;margin-right:4px;text-transform:uppercase;color:var(--label-color);cursor:pointer;line-height:1;font-family:system-ui;font-size:13px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.alwan__input{display:block;width:100%;padding:8px 0;text-align:center;color:var(--fg);font-size:14px;font-family:monospace;border:1px solid var(--bc);margin-bottom:3px;background-color:var(--input-bg);line-height:1;border-radius:2px;transition:border-color .2s,background-color .2s}.alwan__input::selection{color:#fff;background-color:#117ce0}.alwan__input:focus{outline:0;border-color:#117ce0;background-color:var(--bg)}.alwan__input:focus+span{color:#117ce0}.alwan__input:hover:not(:focus,:disabled){background-color:var(--input-bg-hover);border-color:var(--input-bc-hover)}.alwan__input:disabled,.alwan__input:disabled+span{opacity:.5}.alwan__swatches{display:flex;justify-content:center;flex-wrap:wrap;background-color:var(--swatches-bg);padding:10px 15px 0 15px;max-height:100px;overflow-y:auto;border-top:1px solid var(--bc)}.alwan__button{display:inline-block;width:auto;background:rgba(0,0,0,0);color:var(--fg);border:1px solid rgba(0,0,0,0);cursor:pointer;padding:8px 4px;transition:background-color .2s ease-in-out;outline:0}.alwan__button:disabled{opacity:.5;cursor:not-allowed}.alwan__button:hover:not(:disabled){background-color:var(--btn-bg-hover)}.alwan__button:focus-visible:not(.alwan__ref){border-color:#117ce0}.alwan__button svg{fill:currentColor;pointer-events:none;vertical-align:middle}.alwan__swatch{width:22px;height:22px;margin:0 5px 10px 5px;border-radius:3px}.alwan__swatch:hover:not(:disabled){transform:scale(1.1)}.alwan__swatch:focus{outline:1px solid var(--color);outline-offset:1px}.alwan__ref{width:26px;height:26px;border-radius:3px;border:3px solid #f5f5f5;outline:1px solid #333;flex-shrink:0}.alwan__ref:focus,.alwan__ref:focus-visible{outline-color:#117ce0;box-shadow:0 0 2px 2px #117ce0}.alwan__cp{margin-right:15px}.alwan__swatch,.alwan__preview,.alwan__ref{position:relative;background:var(--alwan-pattern);background-clip:padding-box;overflow:hidden;padding:0}.alwan__swatch::before,.alwan__preview::before,.alwan__ref::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--color)}.alwan__toggle-button{display:flex;align-items:center;justify-content:center;width:100%;padding:0;height:10px;border-top:1px solid var(--bc);overflow:hidden}.alwan--collapse.alwan__swatches{display:none}.alwan--collapse+.alwan__toggle-button svg{transform:rotate(180deg)}.login-page,.signup-page{min-height:100vh;background:#000}.auth-content{min-height:calc(100vh - 64px);padding:64px 40px 84px;background:#000}.auth-card{max-width:900px;margin:0 auto;width:100%}.auth-card h1{margin:0 0 44px;color:#fff3c2;font-size:1.05rem;font-weight:normal;font-family:"Orbitron", sans-serif;letter-spacing:0.08em;text-transform:uppercase}.signup-page .auth-card h1{margin-bottom:60px}.form-group{margin-bottom:26px}.form-group label{display:block;margin-bottom:12px;color:#d4c388;font-size:0.64rem;line-height:1.6;font-weight:normal}.form-control{width:100%;padding:18px 20px;border:1px solid rgba(255,255,255,0.14);border-radius:0;font-size:0.72rem;line-height:1.6;box-sizing:border-box;font-family:"Orbitron", sans-serif;background:transparent;color:#fff;box-shadow:none;letter-spacing:0.04em}.form-control:focus{outline:none;border-color:rgba(244,187,68,0.75);box-shadow:none}.form-control::placeholder{color:rgba(255,255,255,0.32)}.form-help{margin-top:10px;color:rgba(255,243,194,0.72);font-size:0.52rem;line-height:1.7}.username-live-status{min-height:1.5em;margin-top:8px;font-size:0.54rem;line-height:1.6;letter-spacing:0.04em}.username-live-status-neutral{color:rgba(255,243,194,0.62)}.username-live-status-pending{color:rgba(158,231,255,0.88)}.username-live-status-ok{color:#8eff8e}.username-live-status-error{color:#ff9fa3}.form-control.is-valid{border-color:rgba(142,255,142,0.72)}.form-control.is-invalid{border-color:rgba(255,159,163,0.72)}.form-actions{display:flex;gap:14px;margin-top:36px;padding-top:16px}.btn,button.btn,input.btn{display:inline-flex;align-items:center;justify-content:center;width:auto;min-height:48px;padding:14px 24px;margin:0;font-size:0.7rem;font-weight:normal;text-align:center;text-decoration:none;border:2px solid transparent;border-radius:999px;cursor:pointer;transition:border-color 120ms ease, color 120ms ease, background-color 120ms ease;font-family:"Orbitron", sans-serif;box-shadow:none;letter-spacing:0.08em;text-transform:uppercase;line-height:1;white-space:nowrap;appearance:none}.btn-primary{background-color:#ffd91a;color:#000;border-color:#ffd91a}.btn-secondary{background:rgba(0,0,0,0.34);color:#fff;border-color:rgba(255,255,255,0.24)}.btn-primary:hover,.btn-primary:focus-visible{background-color:#ffe866;border-color:#ffe866}.btn-secondary:hover,.btn-secondary:focus-visible{color:#ffd91a;border-color:rgba(255,217,26,0.72)}.alert{padding:16px 18px;margin-bottom:28px;border-radius:0;font-size:0.58rem;line-height:1.7;border:1px solid}.alert-danger{background:rgba(104,24,38,0.22);border-color:rgba(244,113,116,0.32);color:#ffd4d4}.alert-success{background:rgba(33,85,49,0.22);border-color:rgba(111,207,151,0.3);color:#d8ffe5}.alert h4{margin-top:0;margin-bottom:10px}.alert ul{margin:0;padding-left:20px}@media (max-width: 700px){.auth-content{min-height:calc(100vh - 58px);padding:40px 18px 56px}.auth-card h1{margin-bottom:32px;font-size:0.9rem}.signup-page .auth-card h1{margin-bottom:40px}.form-group{margin-bottom:20px}.form-control{padding:14px 16px;font-size:0.66rem}.form-actions{flex-wrap:wrap;gap:10px;margin-top:28px}.form-actions .btn{flex:1 1 auto}}@media (max-width: 420px){.auth-content{padding:32px 14px 44px}.form-actions{flex-direction:column}.form-actions .btn{width:100%}}.CodeMirror{font-family:monospace;height:300px;color:#000;direction:ltr}.CodeMirror-lines{padding:4px 0}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0 !important;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-fat-cursor .CodeMirror-line::selection,.cm-fat-cursor .CodeMirror-line>span::selection,.cm-fat-cursor .CodeMirror-line>span>span::selection{background:0 0}.cm-fat-cursor .CodeMirror-line::-moz-selection,.cm-fat-cursor .CodeMirror-line>span::-moz-selection,.cm-fat-cursor .CodeMirror-line>span>span::-moz-selection{background:0 0}.cm-fat-cursor{caret-color:transparent}@-moz-keyframes blink{50%{background-color:transparent}}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-rulers{position:absolute;left:0;right:0;top:-50px;bottom:0;overflow:hidden}.CodeMirror-ruler{border-left:1px solid #ccc;top:0;bottom:0;position:absolute}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-type,.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta{color:#555}.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-s-default .cm-error{color:red}.cm-invalidchar{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}.CodeMirror-matchingtag{background:rgba(255,150,0,0.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll !important;margin-bottom:-50px;margin-right:-50px;padding-bottom:50px;height:100%;outline:0;position:relative;z-index:0}.CodeMirror-sizer{position:relative;border-right:50px solid transparent}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none;outline:0}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-50px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:0 0 !important;border:none !important}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-gutter-wrapper ::selection{background-color:transparent}.CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:0 0;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;-webkit-font-variant-ligatures:contextual;font-variant-ligatures:contextual}.CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;padding:.1px}.CodeMirror-rtl pre{direction:rtl}.CodeMirror-code{outline:0}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute;pointer-events:none}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-focused div.CodeMirror-cursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background-color:#ffa;background-color:rgba(255,255,0,0.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:''}span.CodeMirror-selectedtext{background:0 0}.cm-s-material-darker.CodeMirror{background-color:#212121;color:#eff}.cm-s-material-darker .CodeMirror-gutters{background:#212121;color:#545454;border:none}.cm-s-material-darker .CodeMirror-guttermarker,.cm-s-material-darker .CodeMirror-guttermarker-subtle,.cm-s-material-darker .CodeMirror-linenumber{color:#545454}.cm-s-material-darker .CodeMirror-cursor{border-left:1px solid #fc0}.cm-s-material-darker div.CodeMirror-selected{background:rgba(97,97,97,0.2)}.cm-s-material-darker.CodeMirror-focused div.CodeMirror-selected{background:rgba(97,97,97,0.2)}.cm-s-material-darker .CodeMirror-line::selection,.cm-s-material-darker .CodeMirror-line>span::selection,.cm-s-material-darker .CodeMirror-line>span>span::selection{background:rgba(128,203,196,0.2)}.cm-s-material-darker .CodeMirror-line::-moz-selection,.cm-s-material-darker .CodeMirror-line>span::-moz-selection,.cm-s-material-darker .CodeMirror-line>span>span::-moz-selection{background:rgba(128,203,196,0.2)}.cm-s-material-darker .CodeMirror-activeline-background{background:rgba(0,0,0,0.5)}.cm-s-material-darker .cm-keyword{color:#c792ea}.cm-s-material-darker .cm-operator{color:#89ddff}.cm-s-material-darker .cm-variable-2{color:#eff}.cm-s-material-darker .cm-type,.cm-s-material-darker .cm-variable-3{color:#f07178}.cm-s-material-darker .cm-builtin{color:#ffcb6b}.cm-s-material-darker .cm-atom{color:#f78c6c}.cm-s-material-darker .cm-number{color:#ff5370}.cm-s-material-darker .cm-def{color:#82aaff}.cm-s-material-darker .cm-string{color:#c3e88d}.cm-s-material-darker .cm-string-2{color:#f07178}.cm-s-material-darker .cm-comment{color:#545454}.cm-s-material-darker .cm-variable{color:#f07178}.cm-s-material-darker .cm-tag{color:#ff5370}.cm-s-material-darker .cm-meta{color:#ffcb6b}.cm-s-material-darker .cm-attribute{color:#c792ea}.cm-s-material-darker .cm-property{color:#c792ea}.cm-s-material-darker .cm-qualifier{color:#decb6b}.cm-s-material-darker .cm-type,.cm-s-material-darker .cm-variable-3{color:#decb6b}.cm-s-material-darker .cm-error{color:#fff;background-color:#ff5370}.cm-s-material-darker .CodeMirror-matchingbracket{text-decoration:underline;color:#fff !important}.dev-games-page{--topbar-height: 72px;min-height:100vh;background:#000}.dev-games-shell{min-height:100vh;background:#000}.dev-games-content{padding:28px 24px 48px;background:#000}.dev-games-card{max-width:1280px;margin:0 auto;width:100%}.dev-games-card-head{margin-bottom:28px}.dev-games-eyebrow{margin:0 0 12px;color:rgba(255,212,42,0.78);font-size:0.6rem;letter-spacing:0.12em;text-transform:uppercase}.dev-games-title{margin:0;color:#fff;font-family:"Orbitron", sans-serif;font-optical-sizing:auto;font-weight:700;font-style:normal;font-size:Clamp(1.3rem, 2vw, 2rem);line-height:1.05;letter-spacing:0.08em;text-transform:uppercase}.dev-games-copy{margin:12px 0 0;color:rgba(255,255,255,0.58);font-size:0.68rem;line-height:1.7;letter-spacing:0.03em}.dev-games-copy strong{color:#fff;font-weight:600}.dev-games-list{display:grid;gap:18px}.dev-game-row{display:grid;grid-template-columns:112px minmax(0, 1fr);gap:20px;align-items:stretch;padding:18px;border:1px solid rgba(255,255,255,0.12);border-radius:22px;background:rgba(255,255,255,0.03)}.dev-game-row-art{min-width:0}.dev-game-row-image,.dev-game-console-image{width:100%;display:block;aspect-ratio:1 / 1;object-fit:cover;border-radius:18px;background:rgba(255,255,255,0.04);image-rendering:pixelated;image-rendering:crisp-edges}.dev-game-row-body{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:18px}.dev-game-row-main{min-width:0;flex:1 1 auto}.dev-game-row-title{margin:0;color:#fff;font-family:"Orbitron", sans-serif;font-optical-sizing:auto;font-weight:700;font-style:normal;font-size:Clamp(1rem, 1.3vw, 1.35rem);line-height:1.08;letter-spacing:0.06em;text-transform:uppercase}.dev-game-row-meta{display:flex;flex-wrap:wrap;gap:8px 14px;margin:10px 0 0;color:rgba(255,255,255,0.56);font-size:0.58rem;line-height:1.7;letter-spacing:0.05em;text-transform:uppercase}.dev-game-row-actions,.dev-game-console-actions,.dev-games-footer{display:flex;flex-wrap:wrap;gap:12px}.dev-game-row-actions .btn,.dev-game-console-actions .btn,.dev-games-footer .btn{min-width:120px}.dev-games-empty{padding:28px 24px;border:1px solid rgba(255,255,255,0.12);border-radius:22px;background:rgba(255,255,255,0.03)}.dev-games-empty-title{margin:0;color:#fff;font-family:"Orbitron", sans-serif;font-size:0.94rem;letter-spacing:0.08em;text-transform:uppercase}.dev-games-empty-copy{margin:12px 0 0;color:rgba(255,255,255,0.56);font-size:0.64rem;line-height:1.7}.dev-games-footer{margin-top:26px}.admin-content{padding-bottom:72px}.admin-dashboard{display:grid;gap:30px}.admin-summary-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:14px}.admin-summary-tile,.admin-section,.admin-review-item{border:1px solid rgba(255,255,255,0.12);border-radius:18px;background:rgba(255,255,255,0.03)}.admin-summary-tile{padding:18px}.admin-summary-value{color:#fff;font-family:"Orbitron", sans-serif;font-size:1.45rem;font-weight:700;line-height:1}.admin-summary-label{margin-top:9px;color:rgba(255,255,255,0.58);font-size:0.58rem;letter-spacing:0.08em;line-height:1.5;text-transform:uppercase}.admin-section{display:grid;gap:16px;padding:18px}.admin-section-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.admin-section-title{margin:0;color:#fff;font-family:"Orbitron", sans-serif;font-size:0.98rem;letter-spacing:0.08em;line-height:1.2;text-transform:uppercase}.admin-section-count{min-width:34px;padding:5px 8px;color:rgba(255,212,42,0.92);font-size:0.58rem;text-align:center;border:1px solid rgba(255,212,42,0.34);border-radius:999px}.admin-list{gap:12px}.admin-game-row{border-radius:14px}.admin-review-list{display:grid;gap:12px}.admin-review-item{display:grid;grid-template-columns:minmax(0, 1fr) auto;gap:16px;align-items:center;padding:16px}.admin-review-main{min-width:0}.admin-review-kicker{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px;color:rgba(255,212,42,0.78);font-size:0.54rem;letter-spacing:0.08em;line-height:1.5;text-transform:uppercase}.admin-review-title{margin:0;color:#fff;font-family:"Orbitron", sans-serif;font-size:0.82rem;letter-spacing:0.05em;line-height:1.35;text-transform:uppercase}.admin-review-copy{margin:9px 0 0;color:rgba(255,255,255,0.66);font-size:0.62rem;line-height:1.65}.admin-review-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.admin-review-actions form{margin:0}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;min-width:760px;border-collapse:collapse;color:rgba(255,255,255,0.72);font-size:0.58rem;line-height:1.55}.admin-table th,.admin-table td{padding:12px 10px;text-align:left;vertical-align:top;border-bottom:1px solid rgba(255,255,255,0.1)}.admin-table th{color:rgba(255,212,42,0.78);font-size:0.52rem;letter-spacing:0.08em;text-transform:uppercase}.admin-table-actions{text-align:right;white-space:nowrap}@media (max-width: 760px){.admin-summary-grid,.admin-review-item{grid-template-columns:1fr}.admin-review-actions{justify-content:flex-start}.admin-summary-tile,.admin-section,.admin-review-item{border-radius:14px}}.dev-new-game-card{max-width:860px}.dev-new-game-form{display:grid;gap:22px}.dev-new-game-description{min-height:220px;padding:14px 16px;border:1px solid rgba(255,255,255,0.18);border-radius:8px;background:rgba(255,255,255,0.035);resize:vertical}.dev-new-game-description:focus,.dev-new-game-description:focus-visible{border-color:rgba(255,212,42,0.72);outline:2px solid rgba(255,212,42,0.34);outline-offset:2px;background:rgba(255,255,255,0.052)}.dev-new-game-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:12px}.dev-new-game-intake-status{display:flex;align-items:center;gap:9px;padding:10px 12px;color:rgba(255,255,255,0.74);font-size:0.62rem;line-height:1.5;border:1px solid rgba(255,255,255,0.12);border-radius:8px;background:rgba(255,255,255,0.035)}.dev-new-game-intake-status[data-state="ready"]{color:#dfffd8;border-color:rgba(111,255,124,0.26);background:rgba(37,126,58,0.16)}.dev-new-game-intake-status[data-state="error"]{color:#ffd6d6;border-color:rgba(255,96,96,0.32);background:rgba(126,37,37,0.18)}.dev-new-game-questions{display:grid;gap:14px}.dev-new-game-intake-status[hidden],.dev-new-game-questions[hidden],.dev-new-game-brief[hidden]{display:none}.dev-new-game-question{display:grid;gap:10px;padding:14px;border:1px solid rgba(255,255,255,0.13);border-radius:8px;background:rgba(255,255,255,0.035)}.dev-new-game-question-title{margin:0;color:#fff;font-size:0.68rem;line-height:1.5}.dev-new-game-question-options{display:flex;flex-wrap:wrap;gap:8px}.dev-new-game-option{min-height:36px;padding:8px 10px;color:rgba(255,255,255,0.74);font-size:0.58rem;line-height:1.25;border:1px solid rgba(255,255,255,0.16);border-radius:8px;background:rgba(255,255,255,0.055)}.dev-new-game-option:hover,.dev-new-game-option:focus-visible,.dev-new-game-option.is-selected{color:#050505;border-color:#ffd91a;background:#ffd91a}.dev-new-game-free-answer{width:100%;min-height:42px;padding:10px 12px;color:#fff;font-size:0.64rem;line-height:1.4;border:1px solid rgba(255,255,255,0.16);border-radius:8px;background:rgba(0,0,0,0.32)}.dev-new-game-brief{display:grid;gap:8px;padding:14px;border:1px solid rgba(111,255,124,0.24);border-radius:8px;background:rgba(37,126,58,0.12)}.dev-new-game-brief-label{color:rgba(255,255,255,0.52);font-size:0.52rem;letter-spacing:0.08em;text-transform:uppercase}.dev-new-game-brief-text{color:rgba(255,255,255,0.84);font-size:0.64rem;line-height:1.65;white-space:pre-wrap}@media (max-width: 640px){.dev-new-game-actions{justify-content:stretch}.dev-new-game-actions .btn,.dev-new-game-actions button,.dev-new-game-actions input[type="submit"]{flex:1 1 100%}}.dev-game-console-card{max-width:1120px}.dev-game-console-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.dev-game-console-title-row{display:flex;align-items:center;gap:24px;min-width:0}.dev-game-console-icon{width:108px;display:block;aspect-ratio:1 / 1;object-fit:cover;border-radius:22px;background:rgba(255,255,255,0.04);image-rendering:pixelated;image-rendering:crisp-edges}.dev-game-console-icon-button{display:block;flex-shrink:0;line-height:0;cursor:pointer}.dev-game-console-build{flex-shrink:0;margin-left:auto;text-align:right}.dev-game-console-visibility-select{min-width:168px;min-height:44px;padding:10px 12px;color:#fff;font-size:0.68rem;letter-spacing:0.08em;text-transform:uppercase;text-align:right;border:1px solid rgba(255,255,255,0.14);border-radius:14px;background:rgba(0,0,0,0.38)}.dev-game-console-title{margin:0;color:#fff;font-family:"Orbitron", sans-serif;font-optical-sizing:auto;font-weight:700;font-style:normal;font-size:Clamp(1.3rem, 2vw, 2rem);line-height:1.05;letter-spacing:0.08em;text-transform:uppercase;overflow-wrap:anywhere}.dev-game-console-state{margin:14px 0 0;color:#fff;font-family:"Orbitron", sans-serif;font-optical-sizing:auto;font-weight:600;font-style:normal;font-size:0.86rem;letter-spacing:0.05em;text-transform:uppercase}.dev-game-console-build-line{margin:8px 0 0;color:rgba(255,212,42,0.78);font-size:0.58rem;letter-spacing:0.12em;text-transform:uppercase}.dev-game-console-body{display:block;padding:20px;border:1px solid rgba(255,255,255,0.12);border-radius:22px;background:rgba(255,255,255,0.03)}.dev-game-console-copy{min-width:0}.dev-game-console-status{margin:0;color:#ffd42a;font-size:0.64rem;letter-spacing:0.08em;text-transform:uppercase}.dev-game-console-note{margin:14px 0 0;color:rgba(255,255,255,0.62);font-size:0.68rem;line-height:1.8}.dev-game-editor-flash,.dev-game-editor-errors,.dev-game-editor-form{margin-top:22px;padding:20px;border:1px solid rgba(255,255,255,0.12);border-radius:22px;background:rgba(255,255,255,0.03)}.dev-game-editor-flash{font-size:0.66rem;line-height:1.7;letter-spacing:0.04em}.dev-game-editor-flash-success{color:#d8f5a2;border-color:rgba(169,220,84,0.3);background:rgba(169,220,84,0.08)}.dev-game-editor-flash-error{color:#ffd2d2;border-color:rgba(255,108,108,0.28);background:rgba(255,108,108,0.08)}.dev-game-editor-errors-title{margin:0 0 12px;color:#fff;font-family:"Orbitron", sans-serif;font-size:0.9rem;letter-spacing:0.08em;text-transform:uppercase}.dev-game-editor-errors-list{margin:0;padding-left:18px;color:rgba(255,255,255,0.74);font-size:0.64rem;line-height:1.8}.dev-game-editor-grid{display:grid;grid-template-columns:minmax(220px, 260px) minmax(0, 1fr);gap:20px}.dev-game-editor-field{min-width:0}.dev-game-editor-field-full{grid-column:1 / -1}.dev-game-editor-controls-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:16px 20px}.dev-game-editor-controls-panel{padding:18px;border:1px solid rgba(255,255,255,0.12);border-radius:18px;background:rgba(255,255,255,0.02)}.dev-game-editor-controls-head{display:flex;align-items:flex-end;gap:16px;margin-bottom:18px}.dev-game-editor-controls-head .dev-game-editor-field{width:100%;max-width:240px}.dev-game-editor-control-field.is-hidden{display:none}.dev-game-editor-label{display:block;margin:0 0 10px;color:#ffd42a;font-size:0.6rem;letter-spacing:0.12em;text-transform:uppercase}.dev-game-editor-file-input{display:none}.dev-game-editor-input,.dev-game-editor-select,.dev-game-editor-textarea{width:100%;color:#fff;font-size:0.68rem;border:1px solid rgba(255,255,255,0.14);border-radius:14px;background:rgba(0,0,0,0.38)}.dev-game-editor-input,.dev-game-editor-select{min-height:46px;padding:10px 12px}.dev-game-editor-textarea{min-height:140px;padding:12px 14px;line-height:1.7;resize:vertical}.dev-game-editor-help{margin:10px 0 0;color:rgba(255,255,255,0.54);font-size:0.58rem;line-height:1.7}.dev-game-editor-name-status{min-height:1.1rem}.dev-game-editor-name-status[data-state="success"]{color:#62f0a7}.dev-game-editor-name-status[data-state="error"]{color:#ff6a6a}.dev-game-editor-name-status[data-state="pending"]{color:#ffd42a}.dev-game-editor-actions{display:flex;gap:12px;margin-top:20px}.dev-game-console-actions{margin-top:24px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.dev-game-console-actions-main{display:flex;flex:1 1 auto;flex-wrap:wrap;align-items:center;gap:10px;min-width:0}.dev-game-console-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:14px 24px;font-size:0.7rem;font-weight:normal;line-height:1;letter-spacing:0.08em;text-transform:uppercase;text-decoration:none;border:2px solid rgba(255,255,255,0.2);border-radius:0;background:transparent;color:#fff;box-shadow:none;cursor:pointer;white-space:nowrap}.dev-game-console-back{margin-left:auto;flex:0 0 auto}.dev-game-console-actions-main .dev-game-console-button,.dev-game-console-actions .dev-game-console-button{min-width:0;white-space:nowrap}.dev-game-metrics-card{max-width:1120px}.dev-game-summary-grid{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:16px;margin-bottom:24px}.dev-game-summary-box,.dev-game-score-card{padding:18px;border:1px solid rgba(255,255,255,0.12);border-radius:22px;background:rgba(255,255,255,0.03)}.dev-game-summary-label,.dev-game-score-card-meta,.dev-game-score-card-key{margin:0;color:rgba(255,212,42,0.78);font-size:0.6rem;letter-spacing:0.1em;text-transform:uppercase}.dev-game-summary-value{margin:10px 0 0;color:#fff;font-family:"Orbitron", sans-serif;font-size:1.1rem;letter-spacing:0.06em;text-transform:uppercase}.dev-game-score-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.dev-game-score-card-title{margin:0;color:#fff;font-family:"Orbitron", sans-serif;font-size:0.9rem;letter-spacing:0.08em;text-transform:uppercase}.dev-game-score-card-body{margin-top:16px;display:grid;gap:10px}.dev-game-score-card-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.dev-game-score-card-value{color:rgba(255,255,255,0.76);font-size:0.68rem;line-height:1.7;text-align:right}.dev-game-ranking-table{margin-top:16px;display:grid;gap:10px}.dev-game-ranking-row{display:grid;grid-template-columns:56px minmax(0, 1.4fr) minmax(0, 1fr) minmax(120px, 0.9fr);gap:14px;align-items:center;color:rgba(255,255,255,0.76);font-size:0.66rem;line-height:1.7}.dev-game-ranking-row-head{color:rgba(255,212,42,0.78);font-size:0.58rem;letter-spacing:0.1em;text-transform:uppercase}@media (max-width: 820px){.dev-games-content{padding:22px 16px 40px}.dev-game-row{grid-template-columns:88px minmax(0, 1fr);gap:14px;padding:14px;border-radius:18px}.dev-game-row-body{align-items:flex-start;flex-direction:column;justify-content:flex-start}.dev-game-row-actions,.dev-game-console-actions,.dev-games-footer,.dev-game-editor-actions{gap:10px}.dev-game-console-head{align-items:center;gap:18px}.dev-game-console-title-row{gap:18px}.dev-game-console-icon{width:92px;border-radius:18px}.dev-game-console-title{font-size:1.5rem}.dev-game-console-build{min-width:0}.dev-game-console-visibility-select{min-width:140px;font-size:0.6rem}.dev-game-editor-grid,.dev-game-editor-controls-grid{grid-template-columns:1fr}.dev-game-editor-controls-head{align-items:stretch;flex-direction:column}.dev-game-editor-controls-head .dev-game-editor-field{width:100%}.dev-game-summary-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.dev-game-ranking-row{grid-template-columns:46px minmax(0, 1fr) minmax(0, 1fr)}}@media (max-width: 560px){.dev-games-content{padding:18px 12px 34px}.dev-games-card-head{margin-bottom:20px}.dev-game-row{grid-template-columns:72px minmax(0, 1fr);gap:12px;padding:12px;border-radius:16px}.dev-game-row-image,.dev-game-console-image{border-radius:14px}.dev-game-row-title{font-size:0.9rem}.dev-game-row-meta{font-size:0.5rem;gap:6px 10px}.dev-game-row-actions .btn,.dev-game-console-actions .btn,.dev-games-footer .btn,.dev-game-editor-actions .btn{min-width:0;flex:1 1 auto}.dev-game-console-head{flex-wrap:wrap}.dev-game-console-title-row{flex:1 1 100%;gap:14px}.dev-game-console-icon{width:74px;border-radius:14px}.dev-game-console-title{font-size:1.12rem}.dev-game-console-build{flex:1 1 100%;margin-left:0;text-align:left}.dev-game-console-visibility-select{width:100%;text-align:left}.dev-game-console-actions{flex-wrap:wrap}.dev-game-console-actions-main{flex:1 1 100%}.dev-game-console-back{margin-left:0}.dev-game-editor-form,.dev-game-console-body,.dev-game-summary-box,.dev-game-score-card{padding:14px;border-radius:16px}.dev-game-summary-grid{grid-template-columns:1fr}.dev-game-score-card-head,.dev-game-score-card-row{align-items:flex-start;flex-direction:column;gap:6px}.dev-game-score-card-value{text-align:left}.dev-game-ranking-row{grid-template-columns:40px minmax(0, 1fr);gap:6px 10px}.dev-game-ranking-row>*:nth-child(4){grid-column:2}}body.dev-console-page{height:100dvh;overflow:hidden}.dev-console-page{--topbar-height: 72px;--panel-width: 420px;--page-bg: #000000;--panel-bg: #050505;--card-bg: #070707;--border: #2a2a2a;--accent: #ffd91a;--text: #ffffff;--muted: #8c8c8c}.dev-console-page .dev-console-shell{height:100dvh;min-height:0;overflow:hidden;background:var(--page-bg)}.dev-console-topbar{position:sticky;top:0;z-index:80;display:flex;align-items:center;gap:28px;height:var(--topbar-height);padding:0 24px;background:#000;border-bottom:1px solid rgba(255,217,26,0.18)}.dev-console-brand{flex:0 0 auto}.dev-studio-brand-nav{gap:0.75rem}.dev-console-brand-home,.dev-console-studio-link{color:inherit;text-decoration:none}.dev-console-brand-home:hover,.dev-console-brand-home:focus-visible,.dev-console-studio-link:hover,.dev-console-studio-link:focus-visible{color:#fff3c2}.dev-console-topbar-title{min-width:0}.dev-console-topbar-title{display:inline-flex;align-items:center;max-width:Min(640px, 48vw);padding:0;color:#fff;border:0;border-radius:0;background:transparent;cursor:pointer;font-family:"Orbitron", sans-serif;font-size:1.22rem;font-weight:800;letter-spacing:0.08em;line-height:1;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;transform:translateY(-0.04em);text-transform:uppercase;transition:color 120ms ease, text-shadow 120ms ease}.dev-console-topbar-title:hover,.dev-console-topbar-title:focus-visible{color:#ffd91a;text-shadow:0 0 14px rgba(255,217,26,0.28);outline:none}.dev-game-picker-modal{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:28px;background:rgba(0,0,0,0.74);backdrop-filter:blur(6px)}.dev-game-picker-modal[hidden]{display:none}.dev-game-picker-panel{display:grid;grid-template-rows:auto minmax(0, 1fr);width:Min(760px, 94vw);max-height:Min(760px, 88dvh);overflow:hidden;color:#fff;border:1px solid rgba(255,217,26,0.22);border-radius:20px;background:rgba(3,3,3,0.98);box-shadow:0 24px 80px rgba(0,0,0,0.72)}.dev-game-picker-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border-bottom:1px solid rgba(255,255,255,0.12)}.dev-game-picker-head h2{margin:0;color:#ffd91a;font-family:"Orbitron", sans-serif;font-size:0.72rem;letter-spacing:0.12em;line-height:1;text-transform:uppercase}.dev-game-picker-close{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;color:rgba(255,255,255,0.72);border:1px solid rgba(255,255,255,0.18);border-radius:999px;background:rgba(255,255,255,0.04);cursor:pointer;font:inherit;font-size:1rem;line-height:1}.dev-game-picker-close:hover,.dev-game-picker-close:focus-visible{color:#fff;border-color:rgba(255,217,26,0.48);outline:none}.dev-game-picker-list{display:grid;align-content:start;gap:6px;min-height:0;overflow-y:auto;padding:12px}.dev-game-picker-item{display:grid;grid-template-columns:54px minmax(0, 1fr) auto;gap:12px;align-items:center;width:100%;min-width:0;padding:10px;color:rgba(255,255,255,0.76);border:1px solid transparent;border-radius:16px;background:transparent;cursor:pointer;text-align:left;font:inherit}.dev-game-picker-item:hover,.dev-game-picker-item:focus-visible,.dev-game-picker-item.is-active{color:#fff;border-color:rgba(255,217,26,0.34);background:rgba(255,217,26,0.08);outline:none}.dev-game-picker-image{display:block;width:54px;aspect-ratio:1 / 1;object-fit:cover;border:1px solid rgba(255,255,255,0.14);border-radius:12px;background:#000;image-rendering:pixelated}.dev-game-picker-copy{display:grid;gap:5px;min-width:0}.dev-game-picker-name{overflow:hidden;color:inherit;font-family:"Orbitron", sans-serif;font-size:0.74rem;font-weight:800;letter-spacing:0.08em;line-height:1.1;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.dev-game-picker-meta{display:flex;flex-wrap:wrap;gap:8px;color:rgba(255,255,255,0.52);font-size:0.52rem;letter-spacing:0.04em;line-height:1.3}.dev-game-picker-current{color:rgba(255,217,26,0.86);font-size:0.5rem;letter-spacing:0.1em;text-transform:uppercase}.dev-console-topbar-spacer{flex:1 1 auto}.dev-console-status-select,.preview-select{min-height:42px;padding:9px 12px;color:#fff;font-size:0.62rem;letter-spacing:0.1em;text-transform:uppercase;border:1px solid rgba(255,255,255,0.18);border-radius:12px;background:#050505}.dev-console-topbar .dev-console-status-select{display:none}.dev-console-user{flex:0 0 auto}.dev-console-topbar-button{flex:0 0 auto;min-height:42px;padding:10px 18px;font-size:0.62rem}.dev-console{display:grid;grid-template-columns:var(--panel-width) 10px minmax(0, 1fr);height:calc(100dvh - var(--topbar-height));overflow:hidden;background:var(--page-bg)}.dev-panel{box-sizing:border-box;display:flex;flex-direction:column;height:100%;min-height:0;min-width:0;overflow:hidden;padding:18px 18px 16px;border-right:1px solid rgba(255,255,255,0.12);background:radial-gradient(circle at 18% 0%, rgba(255,217,26,0.08), transparent 24%),var(--panel-bg)}.dev-console-resizer{position:relative;z-index:5;width:10px;height:100%;cursor:col-resize;background:linear-gradient(90deg, rgba(255,255,255,0.12), transparent 1px, transparent 9px, rgba(255,255,255,0.12))}.dev-console-resizer::after{content:"";position:absolute;top:50%;left:50%;width:2px;height:46px;border-radius:999px;background:rgba(255,217,26,0.34);opacity:0;transform:translate(-50%, -50%);transition:opacity 120ms ease, background-color 120ms ease}.dev-console-resizer:hover::after,.dev-console-resizer:focus-visible::after,.dev-console.is-resizing .dev-console-resizer::after{opacity:1;background:rgba(255,217,26,0.82)}.dev-console-resizer:focus-visible{outline:1px solid rgba(255,217,26,0.72);outline-offset:-2px}body.dev-console-resizing{cursor:col-resize;user-select:none}.dev-console.is-resizing iframe{pointer-events:none}.preview-panel{position:relative;display:flex;flex-direction:column;gap:12px;height:100%;min-height:0;min-width:0;overflow:hidden;padding:20px;background:radial-gradient(circle at 80% 12%, rgba(255,217,26,0.08), transparent 28%),#000}.dev-console-page .dev-game-editor-form{display:grid;flex:1 1 0;grid-template-rows:minmax(0, 1fr);gap:0;height:auto;min-height:0;margin:0;padding:0;border:0;border-radius:0;background:transparent}.dev-panel>.preview-approve-form{display:none}.dev-console-floating-summary{display:grid;grid-template-columns:42px minmax(0, 1fr);gap:10px;align-items:center;padding:0 4px}.dev-console-floating-summary .dev-console-summary-copy{display:grid;grid-template-columns:minmax(0, 1fr) auto;grid-template-rows:auto auto;align-items:start;align-content:center;column-gap:10px;row-gap:2px}.dev-console-floating-summary .dev-console-summary-icon{width:42px;border-radius:9px}.dev-console-floating-summary .dev-console-summary-title{grid-column:1;grid-row:1;font-size:0.92rem}.dev-console-floating-summary .dev-console-publication-label{color:rgba(255,255,255,0.58);font-family:"Orbitron", sans-serif;font-size:0.48rem;letter-spacing:0.08em;line-height:1}.dev-console-card{padding:16px;margin-bottom:0;border:1px solid rgba(255,255,255,0.13);border-radius:18px;background:rgba(7,7,7,0.94)}.dev-console-summary-card{display:grid;grid-template-columns:67px minmax(0, 1fr);gap:12px;align-items:center}.dev-console-summary-art{display:block;cursor:pointer;line-height:0}.dev-console-summary-icon{display:block;width:67px;aspect-ratio:1 / 1;object-fit:cover;border:1px solid rgba(255,255,255,0.14);border-radius:13px;background:#000;image-rendering:pixelated;image-rendering:crisp-edges}.dev-console-summary-copy{display:grid;justify-items:start;min-width:0;text-align:left}.dev-console-summary-title{margin:0;color:#fff;font-family:"Orbitron", sans-serif;font-size:0.96rem;font-weight:800;letter-spacing:0.1em;line-height:1.1;overflow-wrap:anywhere;text-transform:uppercase}.dev-console-summary-meta,.dev-console-missing,.recent-empty,.iterate-status{margin:8px 0 0;color:rgba(255,255,255,0.58);font-size:0.58rem;line-height:1.6;letter-spacing:0.05em}.dev-console-summary-meta{display:grid;gap:2px;justify-items:start;text-transform:uppercase}.dev-console-publication-select-wrap{position:relative;display:inline-flex;align-items:center;flex:0 0 auto;justify-self:start;width:max-content}.dev-console-publication-select-wrap::after{content:"";position:absolute;right:0;top:50%;width:0;height:0;border-right:4px solid transparent;border-left:4px solid transparent;border-top:5px solid rgba(255,217,26,0.9);pointer-events:none;transform:translateY(-35%)}.dev-console-summary-status-select{min-width:0;min-height:0;width:fit-content;max-width:max-content;padding:0 12px 0 0;color:rgba(255,255,255,0.72);font:inherit;font-size:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:uppercase;border:0;border-radius:0;background:transparent;appearance:none;cursor:pointer}.dev-console-publication-toggle{display:inline-flex;align-items:center;gap:5px;justify-self:start;min-width:0}.dev-console-publication-input{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.dev-console-publication-label{color:rgba(255,255,255,0.72);font:inherit;font-size:inherit;letter-spacing:inherit;line-height:inherit;text-transform:uppercase;text-decoration:underline;text-decoration-color:rgba(255,217,26,0.62);text-decoration-thickness:1px;text-underline-offset:4px;cursor:pointer}.dev-console-publication-label:hover,.dev-console-publication-input:focus-visible~.dev-console-publication-label{color:#fff;text-decoration-color:#ffd91a}.dev-console-publication-toggle.is-ai-locked .dev-console-publication-label{color:rgba(255,255,255,0.38);cursor:not-allowed;text-decoration-color:rgba(255,255,255,0.2)}.dev-console-build-picker{display:inline-flex;align-items:center}.dev-console-build-label{padding:0;border:0;background:transparent;color:rgba(255,255,255,0.46);cursor:pointer;font-family:"Orbitron", sans-serif;font-size:0.48rem;letter-spacing:0.08em;line-height:1.35;text-transform:uppercase}.dev-console-build-label:hover,.dev-console-build-label:focus-visible{color:#fff;outline:none;text-decoration:underline;text-decoration-color:rgba(255,217,26,0.75);text-underline-offset:4px}.dev-console-build-select{min-height:22px;max-width:170px;padding:2px 8px;border:1px solid rgba(255,217,26,0.35);border-radius:8px;background:#050505;color:#fff;font-family:"Orbitron", sans-serif;font-size:0.48rem;letter-spacing:0.05em;text-transform:uppercase}.dev-console-summary-status-select:focus-visible{outline:1px solid rgba(255,217,26,0.7);outline-offset:3px}.dev-console-missing{color:#ffcf73}.dev-console-summary-ai-comment{display:grid;gap:10px;grid-column:1 / -1;padding-top:12px;border-top:1px solid rgba(255,255,255,0.1)}.dev-console-summary-ai-label{margin:0 0 4px;color:rgba(255,217,26,0.78);font-size:0.5rem;letter-spacing:0.12em;line-height:1.4;text-transform:uppercase}.dev-console-summary-ai-comment .dev-console-missing{margin-top:0}.dev-console-summary-ai-comment .dev-review-item{padding:0;border-top:0}.dev-console-design-quality{margin:0;color:#ffd91a;font-size:0.62rem;letter-spacing:0.1em;line-height:1.4;text-transform:uppercase}.dev-quality-rebuild-button{width:100%;margin-top:2px}.dev-left-tabs{display:grid;grid-template-rows:auto minmax(0, 1fr);min-height:0;padding:0;overflow:hidden}.dev-left-tabbar{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:0;align-items:end;margin-bottom:0;padding:10px 12px 0;border-bottom:1px solid rgba(255,255,255,0.13)}.dev-left-tab{min-height:42px;margin-bottom:-1px;padding:11px 14px 12px;color:rgba(255,217,26,0.74);font-family:"Orbitron", sans-serif;font-size:0.64rem;letter-spacing:0.1em;line-height:1;text-transform:uppercase;border:1px solid transparent;border-bottom-color:transparent;border-radius:12px 12px 0 0;background:rgba(255,255,255,0.03);cursor:pointer}.dev-left-tab.is-active{color:#ffd91a;border-color:rgba(255,255,255,0.13);border-bottom-color:#ffd91a;background:rgba(7,7,7,0.94)}.dev-left-tabpane{display:none;min-height:0}.dev-left-tabpane.is-active{display:flex;padding:16px}.dev-left-tabpane.dev-config-pane.is-active{display:block;overflow-y:auto}.dev-build-pane{position:relative;display:grid;grid-template-rows:minmax(0, 1fr) auto;gap:18px;height:100%;min-height:0;padding:0;border:0;border-radius:0;background:transparent;overflow:hidden}.dev-chat-jump-bottom{position:absolute;left:50%;bottom:calc(150px + 12px);z-index:4;transform:translateX(-50%);display:inline-flex;align-items:center;justify-content:center;width:34px;height:28px;padding:0;border:1px solid rgba(255,217,26,0.72);border-radius:14px;background:rgba(7,7,7,0.94);box-shadow:0 7px 16px rgba(0,0,0,0.38);color:var(--accent);font:700 0.82rem "IBM Plex Sans", sans-serif;letter-spacing:0.03em;text-transform:uppercase;cursor:pointer}.dev-chat-jump-bottom[hidden]{display:none}.dev-chat-jump-bottom:hover,.dev-chat-jump-bottom:focus-visible{border-color:var(--accent);background:rgba(255,217,26,0.12);outline:none}.dev-build-quality{display:grid;flex:0 0 auto;gap:8px;align-content:start;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,0.09)}.dev-build-pane .dev-chat-messages{min-height:0;overflow-y:auto;padding:8px 4px;font-family:"IBM Plex Sans", sans-serif;border:0;border-radius:0;background:transparent}.dev-build-pane .dev-chat-messages,.dev-build-pane .dev-chat-messages *,.dev-build-pane .dev-chat-compose,.dev-build-pane .dev-chat-compose *,.dev-build-pane .dev-chat-input{font-family:"IBM Plex Sans", sans-serif}.dev-build-pane .dev-chat-compose{position:sticky;bottom:0;z-index:2;align-self:stretch;padding:0;border-top:0;background:rgba(39,39,39,0.98)}.dev-config-form{display:grid;gap:16px}.dev-config-form .dev-console-field,.dev-config-form .dev-game-editor-control-field{display:grid;gap:8px}.dev-config-form .dev-game-editor-control-field.is-hidden{display:none}.dev-config-form .dev-game-editor-label{margin:0}.dev-config-form .dev-game-editor-input,.dev-config-form .dev-game-editor-select{box-sizing:border-box;width:100%;height:50px;min-height:50px;padding:0 14px;line-height:50px}.dev-config-form .dev-game-editor-textarea{box-sizing:border-box;width:100%;min-height:140px;padding:12px 14px}.dev-config-form .dev-game-editor-name-status{min-height:0;margin:-4px 0 0}.dev-config-form .dev-game-editor-controls-grid{display:grid;grid-template-columns:1fr;gap:16px}.iterate-shortcut{color:rgba(255,255,255,0.62);font-size:0.5rem;letter-spacing:0.1em;text-transform:uppercase}.dev-console-section-label{margin:0 0 12px;color:var(--accent);font-size:0.56rem;letter-spacing:0.12em;line-height:1.4;text-transform:uppercase}.dev-console-action-grid{display:grid;grid-template-columns:1fr;gap:10px}.dev-console-action-button,.dev-console-small-button,.preview-button{min-height:42px;padding:10px 14px;font-size:0.58rem;letter-spacing:0.09em;white-space:nowrap}.dev-console-page .btn.dev-console-action-button,.dev-console-page .btn.dev-console-small-button,.dev-console-page .btn.preview-button,.dev-console-page .btn.dev-console-topbar-button{min-height:42px;padding:10px 14px;font-size:0.58rem;line-height:1}.dev-console-page .btn.dev-console-topbar-button{padding-right:18px;padding-left:18px}.dev-dna-accordion{display:grid;gap:10px;margin-bottom:16px}.dev-dna-section{border:1px solid rgba(255,255,255,0.13);border-radius:16px;background:rgba(7,7,7,0.92)}.dev-dna-section-summary{display:grid;grid-template-columns:minmax(0, 1fr) auto;gap:12px;align-items:center;min-height:58px;padding:13px 14px;cursor:pointer;list-style:none}.dev-dna-section-summary::-webkit-details-marker{display:none}.dev-dna-section-title{display:block;color:#fff;font-family:"Orbitron", sans-serif;font-size:0.66rem;font-weight:800;letter-spacing:0.1em;line-height:1.2;text-transform:uppercase}.dev-dna-section-copy{display:block;margin-top:5px;color:rgba(255,255,255,0.56);font-size:0.53rem;line-height:1.45;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dev-dna-status{display:inline-flex;align-items:center;justify-content:center;min-width:54px;min-height:24px;padding:4px 8px;font-size:0.48rem;letter-spacing:0.12em;border:1px solid currentColor;border-radius:999px;text-transform:uppercase}.dev-dna-status.is-ok,.dev-review-item.is-ok{color:#72ff9f}.dev-dna-status.is-warn,.dev-review-item.is-warn{color:#ffd36c}.dev-dna-status.is-error,.dev-review-item.is-error{color:#ff7c7c}.dev-dna-section-body{display:grid;gap:14px;padding:0 14px 16px}.dev-console-field{min-width:0}.dev-console-field-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:14px}.dev-console-page .dev-game-editor-label{margin-bottom:8px;font-size:0.54rem}.dev-console-page .dev-game-editor-input,.dev-console-page .dev-game-editor-select,.dev-console-page .dev-game-editor-textarea{border-color:rgba(255,255,255,0.16);border-radius:12px;background:#030303}.dev-console-page .dev-game-editor-input,.dev-console-page .dev-game-editor-select{min-height:42px}.dev-console-page .dev-game-editor-textarea{min-height:92px;resize:vertical}.dev-console-page .dev-game-editor-controls-grid{grid-template-columns:1fr;gap:12px}.dev-dna-token-row{display:flex;flex-wrap:wrap;gap:8px}.dev-dna-token{display:inline-flex;align-items:center;min-height:30px;padding:7px 10px;color:rgba(255,255,255,0.8);font-size:0.54rem;letter-spacing:0.08em;border:1px solid rgba(255,255,255,0.14);border-radius:999px;background:rgba(255,255,255,0.04);text-transform:uppercase}.dev-review-item{display:grid;gap:5px;padding:12px 0;border-top:1px solid rgba(255,255,255,0.1)}.dev-review-item strong{color:inherit;font-size:0.6rem;letter-spacing:0.06em;text-transform:uppercase}.dev-review-item span{color:rgba(255,255,255,0.62);font-size:0.56rem;line-height:1.6}.dev-review-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.dev-chat-card{display:flex;flex-direction:column;min-height:0;overflow:hidden}.dev-chat-messages{display:flex;flex:1 1 auto;flex-direction:column;gap:9px;min-height:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;padding-right:4px}.dev-chat-messages::-webkit-scrollbar{display:none}.dev-chat-history-nav{display:grid;grid-template-columns:auto minmax(0, 1fr) auto;align-items:center;gap:10px;flex:0 0 auto;margin-bottom:0;padding:0}.dev-chat-history-nav[hidden]{display:none}.dev-chat-history-button{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:max-content;max-width:100%;min-height:0;padding:9px 12px;color:rgba(188,198,208,0.9);font:inherit;font-size:0.68rem;letter-spacing:0.08em;line-height:1;text-transform:uppercase;white-space:nowrap;border:1px solid rgba(188,198,208,0.24);border-radius:14px;background:rgba(188,198,208,0.055)}.dev-chat-history-button:hover,.dev-chat-history-button:focus-visible{color:rgba(255,255,255,0.94);border-color:rgba(188,198,208,0.52);background:rgba(188,198,208,0.1)}.dev-chat-history-button:disabled{cursor:default;opacity:0.28}.dev-chat-history-button:disabled:hover,.dev-chat-history-button:disabled:focus-visible{color:rgba(188,198,208,0.9);border-color:rgba(188,198,208,0.24);background:rgba(188,198,208,0.055)}.dev-chat-history-meta{display:flex;align-items:center;justify-content:center;justify-self:center;min-height:30px;min-width:0;text-align:center}.dev-chat-history-title{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;max-width:100%;color:rgba(255,255,255,0.74);font-size:0.75rem;line-height:1.25;text-align:center;white-space:normal;overflow-wrap:anywhere;transform:translateY(-8px);-webkit-box-orient:vertical;-webkit-line-clamp:2}.dev-chat-history-title[hidden]{display:none}.dev-chat-message{display:flex;flex-direction:column;align-items:flex-start;max-width:100%;padding:0}.dev-chat-message-user{align-items:flex-end}.dev-chat-message strong{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;white-space:nowrap;border:0;clip:rect(0 0 0 0)}.dev-chat-message strong.dev-ai-response-emphasis,.dev-ai-response-emphasis{display:block;position:static;width:auto;height:auto;margin:0 0 4px;padding:0;overflow:visible;color:#ff4d4d;font:inherit;font-size:inherit;font-weight:700;letter-spacing:0;text-transform:none;white-space:nowrap;border:0;clip:auto}.dev-chat-message span{max-width:Min(100%, 34rem);color:rgba(255,255,255,0.74);font-size:0.73rem;line-height:1.38;white-space:pre-wrap}.dev-chat-message-user span{max-width:Min(86%, 24rem);padding:7px 10px;color:#fff;font-weight:400;border:1px solid rgba(255,255,255,0.12);border-radius:16px 16px 4px 16px;background:rgba(255,255,255,0.09)}.dev-chat-request-number{display:inline-block;margin-left:0.55em;color:rgba(255,255,255,0.3);font-size:0.66em;font-style:normal;font-weight:500;letter-spacing:0;line-height:1;white-space:nowrap}.dev-chat-message-user .dev-chat-request-number{color:rgba(255,255,255,0.34)}.dev-chat-message-assistant .dev-chat-request-number{color:rgba(255,255,255,0.26)}.dev-chat-message.is-queued span{color:rgba(255,255,255,0.54);opacity:0.78}.dev-chat-message.is-queued.dev-chat-message-user span{border-color:rgba(255,255,255,0.08);background:rgba(255,255,255,0.055)}.dev-chat-state-label{display:block;margin:0 10px 2px 0;color:rgba(255,255,255,0.32);font-size:0.5rem;font-style:normal;font-weight:500;letter-spacing:0.08em;line-height:1;text-transform:none}.dev-chat-delete-request{display:inline-flex;align-items:center;justify-content:center;width:1.05rem;height:1.05rem;margin:-0.08rem -0.22rem -0.08rem 0.42rem;padding:0;vertical-align:middle;color:rgba(255,122,122,0.78);font:inherit;font-size:0.78rem;font-weight:700;letter-spacing:0;line-height:1;text-transform:none;background:rgba(255,122,122,0.07);border:0;border-radius:999px;cursor:pointer}.dev-chat-delete-request:hover,.dev-chat-delete-request:focus-visible{color:#ff9b8f;background:rgba(255,122,122,0.15);outline:none}.dev-chat-delete-request:disabled{opacity:0.46;cursor:wait}.dev-chat-cancel-request{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;margin:0 0 0 1px;padding:0;color:rgba(255,116,116,0.88);font:inherit;font-size:0.84rem;font-weight:800;letter-spacing:0;line-height:1;background:rgba(255,84,84,0.08);border:0;border-radius:999px;cursor:pointer}.dev-chat-cancel-request:hover,.dev-chat-cancel-request:focus-visible{color:#ff9b9b;background:rgba(255,84,84,0.18);outline:none}.dev-chat-cancel-request:disabled{opacity:0.48;cursor:wait}.dev-chat-message-assistant span{color:rgba(255,255,255,0.76)}.dev-chat-message.is-pending span{display:inline-grid;gap:3px;color:rgba(255,255,255,0.66)}.dev-chat-pending-context{display:block;color:rgba(255,255,255,0.42);font-size:0.9em;font-style:normal;font-weight:500;letter-spacing:0;line-height:1.25}.dev-chat-message.is-pending .dev-chat-pending-row{display:inline-flex;align-items:center;gap:8px}.dev-chat-message.is-pending [data-dev-chat-pending-text]{display:inline}.dev-chat-events{display:grid;gap:5px;margin-top:8px;padding-left:12px;border-left:1px solid rgba(255,217,26,0.18)}.dev-chat-event{color:rgba(255,255,255,0.52);font-size:0.62rem;letter-spacing:0.04em;line-height:1.35}.dev-chat-event::before{content:"·";margin-right:7px;color:rgba(255,217,26,0.62)}.dev-chat-event-error{color:rgba(255,124,124,0.86)}.dev-chat-event-success{color:rgba(118,255,176,0.76)}.dev-chat-spinner{display:inline-block;width:13px;height:13px;border:2px solid rgba(255,255,255,0.18);border-top-color:#ffd91a;border-radius:999px;animation:dev-chat-spinner-rotate 0.8s linear infinite}.dev-chat-details-modal{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:26px;background:rgba(0,0,0,0.72)}.dev-chat-details-modal[hidden]{display:none}.dev-chat-details-panel{display:grid;grid-template-rows:auto minmax(0, 1fr);width:Min(980px, 96vw);max-height:Min(820px, 90dvh);color:#fff;border:1px solid rgba(255,217,26,0.2);border-radius:18px;background:rgba(3,3,3,0.98);box-shadow:0 24px 80px rgba(0,0,0,0.74);overflow:hidden}.dev-chat-details-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border-bottom:1px solid rgba(255,255,255,0.12)}.dev-chat-details-head h2{margin:0;color:#ffd91a;font-size:0.68rem;letter-spacing:0.1em;line-height:1;text-transform:uppercase}.dev-chat-details-close{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;color:rgba(255,255,255,0.7);font:inherit;font-size:1rem;border:1px solid rgba(255,255,255,0.14);border-radius:999px;background:rgba(255,255,255,0.04);cursor:pointer}.dev-chat-details-close:hover,.dev-chat-details-close:focus-visible{color:#000;border-color:#ffd91a;background:#ffd91a;outline:none}.dev-chat-details-body{display:grid;gap:10px;min-height:0;padding:14px;overflow:auto}.dev-chat-details-section{border:1px solid rgba(255,255,255,0.1);border-radius:12px;background:rgba(255,255,255,0.035)}.dev-chat-details-section summary{padding:10px 12px;color:rgba(255,217,26,0.88);font-family:"Orbitron", sans-serif;font-size:0.52rem;letter-spacing:0.1em;line-height:1;text-transform:uppercase;cursor:pointer}.dev-chat-details-section pre{max-height:320px;margin:0;padding:0 12px 12px;color:rgba(255,255,255,0.76);font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;font-size:0.72rem;line-height:1.45;white-space:pre-wrap;word-break:break-word;overflow:auto}@keyframes dev-chat-spinner-rotate{to{transform:rotate(360deg)}}.dev-chat-compose{display:flex;flex-direction:column;flex:0 0 auto;margin-top:7px;border:0;border-radius:22px;box-shadow:none;overflow:hidden;background:rgba(39,39,39,0.98)}.dev-chat-compose:focus,.dev-chat-compose:focus-visible,.dev-chat-compose:focus-within{outline:none;box-shadow:none}.dev-chat-compose-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:30px;margin-bottom:8px}.dev-chat-input{flex:0 0 auto;width:100%;min-height:66px;padding:14px 22px 0;color:#fff;font-family:"IBM Plex Sans", sans-serif;font-weight:400;font-size:0.825rem;line-height:1.38;border:0;border-radius:0;background:transparent;resize:none}.dev-chat-input:focus,.dev-chat-input:focus-visible{outline:none;box-shadow:none}.dev-chat-input::placeholder{color:rgba(188,198,208,0.36);opacity:1}.dev-chat-input:disabled{cursor:wait;opacity:0.55}.dev-chat-prompt-actions{display:flex;align-items:center;justify-content:space-between;flex:0 0 auto;gap:11px;min-height:24px;margin-top:0;padding:0 12px 0 18px;color:rgba(214,222,232,0.72);font-size:0.79rem;font-weight:400}.dev-chat-prompt-right{display:inline-flex;align-items:center;flex:0 0 auto;gap:6px;margin-left:auto}.dev-chat-prompt-left{display:inline-flex;align-items:center;flex:1 1 auto;min-width:0;gap:6px}.dev-chat-convert-sketch-button{appearance:none;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:auto;min-width:0;height:34px;padding:0 14px;color:#151515;cursor:pointer;border:0;border-radius:999px;background:rgba(235,238,242,0.82);font-family:"IBM Plex Sans", sans-serif;font-size:0.78rem;font-weight:700;letter-spacing:0;line-height:1;white-space:nowrap}.dev-chat-convert-sketch-button[hidden]{display:none}.dev-chat-convert-sketch-button:hover,.dev-chat-convert-sketch-button:focus-visible{outline:none;background:rgba(255,255,255,0.94)}.dev-chat-convert-sketch-button:disabled{cursor:wait;opacity:0.58}.dev-chat-attachment-chip{display:inline-flex;align-items:center;min-width:0;max-width:180px;gap:6px;color:rgba(238,242,247,0.82);font-size:0.72rem;line-height:1}.dev-chat-attachment-chip[hidden]{display:none}.dev-chat-attachment-preview{width:24px;height:24px;flex:0 0 auto;object-fit:cover;border:1px solid rgba(255,255,255,0.16);border-radius:5px;background:rgba(255,255,255,0.06)}.dev-chat-attachment-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dev-chat-attachment-remove,.dev-chat-image-button{display:inline-grid;place-items:center;flex:0 0 auto;width:26px;height:26px;padding:0;color:rgba(238,242,247,0.88);cursor:pointer;border:0;border-radius:999px;background:rgba(255,255,255,0.07);font:inherit;line-height:1}.dev-chat-attachment-remove{width:22px;height:22px}.dev-chat-attachment-remove:hover,.dev-chat-attachment-remove:focus-visible,.dev-chat-image-button:hover,.dev-chat-image-button:focus-visible{color:#ffd91a;outline:none}.dev-chat-background-image-button{color:#101010;background:#42e66b}.dev-chat-background-image-button:hover,.dev-chat-background-image-button:focus-visible{color:#000;background:#6dff8e}.dev-chat-image-button[hidden]{display:none}.dev-chat-control-select{flex:0 0 auto;width:auto;min-width:0;height:26px;padding:0 16px 0 7px;color:rgba(238,242,247,0.92);font:inherit;font-weight:400;border:0;border-radius:999px;background:rgba(255,255,255,0.07);cursor:pointer}.dev-chat-control-select:focus,.dev-chat-control-select:focus-visible{outline:none;box-shadow:none}.dev-chat-control-select:disabled{cursor:wait;opacity:0.58}.dev-chat-submit-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:34px;height:34px;color:#151515;font-family:"IBM Plex Sans", sans-serif;font-size:1.38rem;font-weight:700;line-height:1;border:0;border-radius:999px;background:rgba(235,238,242,0.82);cursor:pointer}.dev-chat-submit-button:hover{background:rgba(255,255,255,0.94)}.dev-chat-submit-button:disabled{cursor:wait;opacity:0.58}.dev-chat-response-actions{display:grid;gap:6px;max-width:Min(100%, 34rem);margin-top:10px}.dev-chat-response-actions-prompt{color:rgba(196,224,255,0.56);font-family:"IBM Plex Sans", sans-serif;font-size:0.58rem;font-weight:600;letter-spacing:0.08em;line-height:1;text-transform:uppercase}.dev-chat-response-action-list{display:grid;gap:5px}.dev-chat-action-chip{display:grid;grid-template-columns:18px minmax(0, 1fr);align-items:start;gap:7px;min-height:34px;max-width:100%;padding:7px 9px 7px 7px;color:rgba(255,255,255,0.82);font-family:"IBM Plex Sans", sans-serif;font-size:0.68rem;font-weight:600;letter-spacing:0;line-height:1.2;border:1px solid rgba(88,166,255,0.26);border-radius:8px;background:rgba(64,132,255,0.09);cursor:pointer;text-align:left}.dev-chat-action-chip:hover,.dev-chat-action-chip:focus-visible{color:#fff;outline:none;border-color:rgba(104,182,255,0.56);background:rgba(64,148,255,0.16)}.dev-chat-action-chip:disabled{opacity:0.52;cursor:wait}.dev-chat-action-marker{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-top:1px;color:rgba(255,255,255,0.66);font-size:0.58rem;font-weight:700;line-height:1;border:1px solid rgba(124,190,255,0.28);border-radius:999px;background:rgba(40,112,220,0.22)}.dev-chat-action-copy{display:grid;gap:2px;min-width:0}.dev-chat-action-title{overflow-wrap:anywhere;color:rgba(220,239,255,0.92)}.dev-chat-action-detail{overflow-wrap:anywhere;color:rgba(196,224,255,0.58);font-size:0.63rem;font-weight:500;line-height:1.25}.iterate-card{border:1px solid rgba(255,255,255,0.13);border-radius:18px;background:rgba(7,7,7,0.92)}.preview-toolbar{display:grid;grid-template-columns:minmax(0, 1fr);align-content:start;gap:0;padding:0;border:0;border-radius:0;background:transparent;overflow:visible}.preview-toolbar-copy{display:flex;align-items:center;justify-content:flex-start;gap:12px;min-width:0;padding:0 0 0;border-bottom:1px solid rgba(255,255,255,0.13)}.preview-build-approval{display:flex;flex:0 0 auto;align-items:center;gap:10px;height:48px;min-height:48px;margin-left:auto;color:rgba(255,255,255,0.68);font-family:"Orbitron", sans-serif;font-size:0.56rem;letter-spacing:0.1em;line-height:1;text-transform:uppercase;white-space:nowrap}.preview-build-status{color:rgba(255,255,255,0.78)}.preview-build-picker{position:relative;display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;height:100%;min-height:0}.preview-build-picker[hidden]{display:none}.preview-build-text,.preview-build-state,.preview-build-approval .preview-approve-button,.preview-reload-button{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;height:36px;min-height:36px;padding:0;color:rgba(255,255,255,0.78);border:1px solid transparent;border-radius:999px;background:transparent;cursor:pointer;font:inherit;font-size:0.64rem;letter-spacing:0.1em;line-height:1;text-transform:none;transition:padding 120ms ease, border-color 120ms ease, background-color 120ms ease, color 120ms ease}.preview-build-text:hover,.preview-build-text:focus-visible,.preview-build-approval .preview-approve-button:hover,.preview-build-approval .preview-approve-button:focus-visible,.preview-reload-button:hover,.preview-reload-button:focus-visible{color:#fff;padding-right:14px;padding-left:14px;border-color:rgba(255,217,26,0.44);background:rgba(0,0,0,0.28);outline:none}@keyframes dev-build-number-flash{0%{color:#fff;text-shadow:0 0 0 rgba(255,217,26,0)}18%{color:#ffd91a;text-shadow:0 0 18px rgba(255,217,26,0.95)}100%{color:rgba(255,255,255,0.7);text-shadow:0 0 0 rgba(255,217,26,0)}}.preview-build-menu{position:fixed;top:50%;left:50%;z-index:80;display:grid;width:Min(720px, calc(100vw - 48px));max-height:Min(70vh, 560px);padding:10px;overflow-y:auto;border:1px solid rgba(255,217,26,0.28);border-radius:20px;background:rgba(3,3,3,0.985);box-shadow:0 28px 80px rgba(0,0,0,0.78),0 0 0 9999px rgba(0,0,0,0.48);transform:translate(-50%, -50%)}.preview-build-menu[hidden]{display:none}.preview-build-menu-item{display:grid;grid-template-columns:auto minmax(0, 1fr);align-items:center;gap:12px;width:100%;padding:12px 14px;color:rgba(255,255,255,0.72);border:0;border-radius:10px;background:transparent;cursor:pointer;font:inherit;font-size:0.54rem;letter-spacing:0.08em;line-height:1;text-align:left;text-transform:none}.preview-build-menu-item small{color:rgba(255,217,26,0.72);font-size:0.46rem;letter-spacing:0.08em;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-build-menu-item:hover,.preview-build-menu-item:focus-visible,.preview-build-menu-item.is-active{color:#fff;background:rgba(255,217,26,0.12);outline:none}.preview-build-menu-divider{height:1px;margin:8px 4px;background:rgba(255,255,255,0.12)}.preview-build-menu-approved,.preview-build-menu-approve{display:flex;align-items:center;width:100%;min-height:40px;padding:10px 14px;font:inherit;font-size:0.54rem;letter-spacing:0.08em;line-height:1}.preview-build-menu-approved{color:rgba(114,235,163,0.78)}.preview-build-menu-approved[hidden],.preview-build-menu-approve[hidden]{display:none}.preview-build-menu-approve{color:rgba(114,235,163,0.92);border:1px solid rgba(114,235,163,0.34);border-radius:12px;background:rgba(42,185,105,0.08);cursor:pointer}.preview-build-menu-approve:hover,.preview-build-menu-approve:focus-visible{color:rgba(114,235,163,0.98);border-color:rgba(114,235,163,0.72);background:rgba(42,185,105,0.16);outline:none}.preview-build-state{padding-right:14px;padding-left:14px;color:rgba(255,255,255,0.78);border-color:rgba(255,217,26,0.28);background:rgba(0,0,0,0.18);cursor:default}.preview-build-separator{display:inline-flex;align-items:center;height:36px;min-height:36px;color:rgba(255,255,255,0.28)}.preview-build-approval .preview-approve-form{display:inline-flex;align-items:center;flex:0 0 auto;height:36px;margin:0}.preview-build-approval .preview-approve-form.is-hidden{display:none}.preview-build-approval .preview-approve-button{min-width:0;appearance:none}.preview-reload-form{display:inline-flex;align-items:center;flex:0 0 auto;height:36px;margin:0}.preview-toolbar-approval{align-self:stretch;justify-self:end}.preview-toolbar-approval .preview-build-text{height:auto;min-height:0;padding:0;color:rgba(255,255,255,0.72);border:0;border-radius:0;background:transparent;font-size:0.62rem;text-decoration:none}.preview-toolbar-approval .preview-build-text:hover,.preview-toolbar-approval .preview-build-text:focus-visible{color:#ffd91a;padding:0;border:0;background:transparent;text-decoration:underline}.preview-toolbar-approval .preview-publish-button{position:relative;top:10px;display:inline-flex;align-items:center;justify-content:center;height:26px;min-width:0;padding:0 10px;color:#07130b;border:1px solid rgba(114,235,163,0.84);border-radius:999px;background:#72eba3;cursor:pointer;font:inherit;font-size:0.56rem;letter-spacing:0.06em;line-height:1;text-transform:none}.preview-toolbar-approval .preview-publish-button:hover,.preview-toolbar-approval .preview-publish-button:focus-visible{color:#020704;border-color:rgba(167,255,202,0.96);background:#a7ffca;outline:none}.preview-toolbar-approval .preview-publish-button:disabled,.preview-toolbar-approval .preview-publish-button[aria-disabled="true"]{color:rgba(255,255,255,0.42);border-color:rgba(255,255,255,0.16);background:rgba(255,255,255,0.08);cursor:not-allowed}.preview-toolbar-approval .preview-publish-button[hidden]{display:none}.preview-toolbar-approval .preview-approve-button,.preview-toolbar-approval .preview-reload-button{width:max-content;height:auto;min-height:0;padding:9px 12px;color:rgba(255,217,26,0.94);border:1px solid rgba(255,217,26,0.42);border-radius:14px;background:rgba(255,217,26,0.08);box-shadow:none;font-size:0.62rem;letter-spacing:0.08em;text-transform:uppercase;appearance:none}.preview-toolbar-approval .preview-approve-button:hover,.preview-toolbar-approval .preview-approve-button:focus-visible,.preview-toolbar-approval .preview-reload-button:hover,.preview-toolbar-approval .preview-reload-button:focus-visible{color:#ffd91a;padding:9px 12px;border-color:rgba(255,217,26,0.78);background:rgba(255,217,26,0.15)}.preview-toolbar-status{flex:0 0 auto;margin-left:auto;align-self:center;padding-bottom:8px}.preview-toolbar-status .dev-console-publication-label{color:rgba(255,255,255,0.72);font-family:"Orbitron", sans-serif;font-size:0.5rem;letter-spacing:0.08em;line-height:1;white-space:nowrap}.game-preview-error-banner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:14px;min-width:0;padding:10px 46px;color:rgba(255,255,255,0.86);border:1px solid rgba(255,124,124,0.34);border-radius:14px;background:rgba(120,12,12,0.32)}.game-preview-error-banner[hidden]{display:none}.game-preview-error-copy{display:grid;gap:4px;flex:1 1 auto;min-width:0}.game-preview-error-copy strong{color:#ff8e8e;font-size:0.5rem;letter-spacing:0.1em;line-height:1;text-transform:uppercase}.game-preview-error-copy span{color:rgba(255,255,255,0.78);font-size:0.58rem;letter-spacing:0.03em;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game-preview-error-copy small{min-height:0.7rem;color:rgba(255,255,255,0.42);font-size:0.44rem;letter-spacing:0.08em;line-height:1}.game-preview-error-fix{flex:0 0 auto;margin-right:24px;min-height:34px;padding:8px 14px;border-radius:999px;font-size:0.5rem;letter-spacing:0.1em}.game-preview-error-nav{position:absolute;top:0;bottom:0;width:34px;padding:0;border:0;background:transparent;color:rgba(255,142,142,0.9);cursor:pointer;font:inherit;font-size:1.15rem;line-height:1}.game-preview-error-nav:hover{background:rgba(255,124,124,0.1);color:#fff}.game-preview-error-nav:disabled{cursor:default;opacity:0.28}.game-preview-error-nav[hidden]{display:none}.game-preview-error-nav-prev{left:0}.game-preview-error-nav-next{right:0}.preview-mode-menu{display:flex;flex:0 1 auto;flex-wrap:wrap;gap:0;align-items:center;justify-content:flex-start;min-width:0;margin:0;font-size:0.68rem;letter-spacing:0.1em;text-transform:uppercase}.preview-mode-link{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:auto;min-width:0;min-height:48px;margin-bottom:-1px;padding:13px 17px 14px;color:rgba(255,217,26,0.74);font-family:"Orbitron", sans-serif;font-size:0.68rem;letter-spacing:0.1em;line-height:1;text-transform:uppercase;border:1px solid transparent;border-bottom-color:transparent;border-radius:12px 12px 0 0;background:rgba(255,255,255,0.03);appearance:none;cursor:pointer;text-decoration:none;white-space:nowrap}.preview-mode-link+.preview-mode-link::before{content:none}.preview-mode-link.is-active{color:#ffd91a;border-color:rgba(255,255,255,0.13);border-bottom-color:#ffd91a;background:rgba(255,255,255,0.07)}.preview-mode-link.is-disabled{color:rgba(255,255,255,0.32)}.preview-mode-link:not(.is-disabled):hover,.preview-mode-link:not(.is-disabled):focus-visible{color:#fff}.preview-title{flex:0 0 auto;margin:0;color:#fff;font-family:"Orbitron", sans-serif;font-size:0.68rem;letter-spacing:0.1em;text-transform:uppercase;white-space:nowrap;word-break:normal;overflow-wrap:normal}.preview-toolbar-actions{display:grid;align-content:start;gap:8px;width:100%;max-width:200px;min-width:0;padding:0}.preview-toolbar-actions[hidden]{display:none}.preview-toolbar-action-group{display:grid;flex:0 1 auto;gap:8px;align-items:stretch;min-width:0}.preview-rebuild-form{margin:8px 0 0}.preview-rebuild-form .preview-rebuild-button{margin:0}.preview-debug-button{min-height:32px;padding:7px 10px;font-size:0.46rem;letter-spacing:0.08em;width:100%;border-color:rgba(255,255,255,0.28);background:rgba(0,0,0,0.34)}.preview-level-control{display:grid;grid-template-columns:1fr;align-items:center;gap:8px;min-height:32px}.preview-level-step{min-width:32px;padding-right:8px;padding-left:8px}.game-preview-wrap{display:grid;grid-template-columns:minmax(0, 1fr);flex:1 1 0;gap:0;align-items:stretch;align-content:stretch;height:auto;min-height:0;overflow:hidden}.dev-console[data-active-preview-mode="live"] .game-preview-wrap{grid-template-columns:minmax(0, 1fr) 44px;gap:10px}.game-preview-frame{position:relative;width:100%;height:auto;max-height:100%;max-width:100%;aspect-ratio:1280 / 1024;border:0;border-radius:18px;background:#000;overflow:hidden;box-shadow:none}.preview-icon-rail{display:none}.dev-console[data-active-preview-mode="live"] .preview-icon-rail{display:flex;flex-direction:column;align-items:stretch;gap:8px;width:44px;min-width:44px}.preview-icon-form{display:contents}.preview-icon-button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;min-height:44px;padding:0;color:rgba(255,217,26,0.94);border:1px solid rgba(255,217,26,0.42);border-radius:12px;background:rgba(255,217,26,0.08);font-family:"Orbitron", sans-serif;font-size:0.78rem;line-height:1;cursor:pointer;appearance:none;transition:border-color 120ms ease, background-color 120ms ease, color 120ms ease, opacity 120ms ease}.preview-icon-button:hover,.preview-icon-button:focus-visible{color:#ffd91a;border-color:rgba(255,217,26,0.78);background:rgba(255,217,26,0.15);outline:none}.preview-icon-button:disabled{cursor:not-allowed;opacity:0.36}.preview-icon-button.is-paused{color:#74eba3;border-color:rgba(116,235,163,0.52);background:rgba(116,235,163,0.08)}.game-preview-frame iframe{transition:filter 160ms ease, opacity 160ms ease}.game-preview-frame:focus-within,.game-preview-iframe:focus,.game-preview-iframe:focus-visible{outline:none;box-shadow:none}.dev-console.needs-rebuild .game-preview-frame:not(.is-level-editor-workspace):not(.is-kiosk-workspace) iframe{filter:grayscale(0.75) brightness(0.34);opacity:0.42;pointer-events:none}.game-preview-stale-overlay{position:absolute;inset:0;z-index:4;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at 50% 42%, rgba(0,0,0,0.16), rgba(0,0,0,0.64))}.game-preview-stale-overlay[hidden]{display:none}.game-preview-stale-form{margin:0}.game-preview-stale-content{display:grid;justify-items:center;gap:18px;max-width:Min(520px, 84vw);text-align:center}.game-preview-stale-message{margin:0;color:rgba(255,255,255,0.82);font-size:0.62rem;letter-spacing:0.08em;line-height:1.5;text-transform:uppercase}.game-preview-stale-button{min-width:Min(280px, 52vw);min-height:70px;border-radius:999px;font-size:0.82rem;letter-spacing:0.12em}.game-preview-frame.is-level-editor-workspace,.game-preview-frame.is-kiosk-workspace{grid-column:1 / -1;align-self:stretch;width:100%;height:100%;min-height:0;max-height:100%;aspect-ratio:auto;border:0;border-radius:0;background:transparent;box-shadow:none}.game-preview-frame.is-level-editor-workspace .game-preview-iframe,.game-preview-frame.is-kiosk-workspace .game-preview-iframe{width:100%;height:100%;min-height:0}.kiosk-crop-modal{position:absolute;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,0.74);backdrop-filter:blur(6px)}.kiosk-crop-modal[hidden]{display:none}.kiosk-crop-panel{display:grid;grid-template-rows:auto minmax(0, 1fr) auto;gap:14px;width:Min(920px, 94vw);max-height:Min(780px, 92vh);padding:18px;border:1px solid rgba(255,255,255,0.16);border-radius:18px;background:#050505;box-shadow:0 24px 80px rgba(0,0,0,0.62)}.kiosk-crop-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.kiosk-crop-head h2{margin:0;color:#ffd91a;font-family:"Orbitron", sans-serif;font-size:0.72rem;letter-spacing:0.1em;line-height:1;text-transform:uppercase}.kiosk-crop-close{width:34px;height:34px;padding:0;color:rgba(255,255,255,0.72);border:1px solid rgba(255,255,255,0.18);border-radius:999px;background:rgba(255,255,255,0.04);cursor:pointer;font:inherit;font-size:1rem;line-height:1}.kiosk-crop-stage{position:relative;display:flex;align-items:center;justify-content:center;min-height:0;overflow:hidden;border-radius:14px;background:linear-gradient(45deg, rgba(255,255,255,0.04) 25%, transparent 25%),linear-gradient(-45deg, rgba(255,255,255,0.04) 25%, transparent 25%),linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.04) 75%),linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.04) 75%),#020202;background-position:0 0, 0 8px, 8px -8px, -8px 0;background-size:16px 16px}.kiosk-crop-image{display:block;max-width:100%;max-height:Min(58vh, 560px);user-select:none}.kiosk-crop-box{position:absolute;z-index:2;border:2px solid #ffd91a;border-radius:10px;background:rgba(255,217,26,0.12);box-shadow:0 0 0 9999px rgba(0,0,0,0.48),0 0 22px rgba(255,217,26,0.34);cursor:move;touch-action:none}.kiosk-crop-box::after{content:"";position:absolute;right:8px;bottom:8px;width:18px;height:18px;border-right:2px solid rgba(255,255,255,0.82);border-bottom:2px solid rgba(255,255,255,0.82)}.kiosk-crop-controls{display:grid;grid-template-columns:minmax(0, 1fr) auto;align-items:center;gap:12px}.kiosk-crop-size{display:flex;align-items:center;gap:12px;min-width:0;color:rgba(255,217,26,0.86);font-family:"Orbitron", sans-serif;font-size:0.46rem;letter-spacing:0.1em;text-transform:uppercase}.kiosk-crop-size input{flex:1 1 auto;min-width:150px}.kiosk-crop-status{grid-column:1 / -1;min-height:1rem;margin:-4px 0 0;color:#ff8e8e;font-size:0.5rem;letter-spacing:0.05em}.kiosk-crop-actions{grid-column:2;grid-row:1;display:flex;justify-content:flex-end;gap:8px}.sounds-workspace{display:grid;grid-column:1 / -1;grid-template-columns:minmax(0, 1fr) 180px;gap:8px;width:100%;height:100%;min-height:0}.sounds-workspace[hidden]{display:none}.sound-detail{min-height:0;border:1px solid var(--border);border-radius:18px;background:rgba(7,7,7,0.94)}.sound-detail{display:grid;grid-template-rows:minmax(0, 1fr);gap:10px;padding:14px;overflow:hidden}.sound-detail-empty{display:grid;gap:8px;align-content:center;min-height:100%;color:rgba(255,255,255,0.62);text-align:center}.sound-detail-empty h2,.sound-detail-active h2{margin:0;color:#fff;font-family:"Orbitron", sans-serif;font-size:0.72rem;letter-spacing:0.1em;line-height:1.2;text-transform:uppercase}.sound-detail-empty p{margin:0;font-size:0.58rem;line-height:1.6}.sound-detail-active{display:grid;grid-template-rows:auto auto auto minmax(0, 1fr);gap:10px;min-height:0}.sound-detail-active[hidden]{display:none}.sound-detail-scroll{min-height:0;overflow-y:auto;padding-right:2px}.sound-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.sound-detail-titleblock{display:grid;gap:4px;min-width:0}.sound-detail-kicker,.sound-detail-meta,.sound-detail-status,.sound-detail-console-note,.sound-bank-empty,.sprite-selector-empty{margin:0;color:rgba(255,255,255,0.62);font-size:0.56rem;letter-spacing:0.05em;line-height:1.55}.sound-detail-kicker{color:#ffd91a;text-transform:uppercase}.sound-detail-meta{word-break:break-word}.sound-detail-status[data-state="success"]{color:#7cffb4}.sound-detail-status[data-state="error"]{color:#ff6b7a}.sound-detail-console-note{display:grid;gap:3px;padding:9px 10px;border:1px solid rgba(255,217,26,0.22);border-radius:10px;background:rgba(255,217,26,0.06)}.sound-detail-console-note strong{color:#ffd91a;font-family:"Orbitron", sans-serif;font-size:0.52rem;letter-spacing:0.1em;text-transform:uppercase}.sound-detail-metadata{max-height:180px;margin:0;padding:9px 10px;color:rgba(255,255,255,0.72);font-size:0.48rem;line-height:1.4;white-space:pre-wrap;overflow:auto;border:1px solid rgba(255,255,255,0.1);border-radius:10px;background:#020202}.sound-detail-metadata[hidden],.sound-fx-controls[hidden],.sound-waveform[hidden]{display:none}.sound-waveform{min-height:0;padding:8px;border:1px solid rgba(255,217,26,0.18);border-radius:12px;background:#030303}.sound-waveform-canvas{display:block;width:100%;height:92px}.sound-fx-controls{display:grid;gap:8px}.sound-fx-control{display:grid;gap:5px;min-width:0}.sound-fx-control-label{display:flex;align-items:baseline;justify-content:space-between;gap:10px;color:rgba(255,255,255,0.62);font-size:0.5rem;letter-spacing:0.06em;line-height:1.2;text-transform:uppercase}.sound-fx-control-label strong{color:#ffd91a;font-family:"Orbitron", sans-serif;font-size:0.48rem;letter-spacing:0.06em}.sound-fx-control input[type="range"]{width:100%;accent-color:#ffd91a}.sound-fx-control-select{grid-template-columns:minmax(0, 1fr) minmax(120px, 160px);align-items:center;color:rgba(255,255,255,0.62);font-size:0.5rem;letter-spacing:0.06em;text-transform:uppercase}.sound-fx-control-select select{width:100%;min-height:30px;padding:5px 9px;color:#fff;font-family:"Orbitron", sans-serif;font-size:0.5rem;border:1px solid rgba(255,255,255,0.14);border-radius:10px;background:#050505}.sound-play-button{flex:0 0 auto}.sound-bank-list{height:100%;min-height:0;overflow:hidden;padding:0;background:transparent}.sound-bank-items{display:block;width:100%;height:100%;min-height:0;padding:2px;color:#fff;font-family:"Orbitron", sans-serif;font-size:0.56rem;letter-spacing:0.04em;line-height:1.25;border:0;background:transparent;outline:none}.sound-bank-item{min-height:18px;padding:2px 4px;color:#fff;background:transparent}.sound-bank-items option:checked,.sound-bank-items option:hover{color:#ffd91a;background:rgba(255,217,26,0.12)}.sound-bank-items:focus-visible{outline:none}.sprites-workspace{display:grid;grid-column:1 / -1;grid-template-columns:minmax(0, 1fr) 8px var(--sprites-toolbar-width, 190px);gap:0;width:100%;height:100%;min-height:0}.sprites-workspace[hidden]{display:none}.sprites-hierarchy-panel,.sprites-canvas-panel,.sprites-toolbar-panel{min-height:0}.sprites-hierarchy-panel{margin:0;border:0;border-radius:0;background:transparent}.sprites-toolbar-resizer{position:relative;min-height:0;cursor:col-resize;border:0;background:transparent}.sprites-toolbar-resizer::after{position:absolute;top:12px;bottom:12px;left:50%;width:2px;content:"";transform:translateX(-50%);border-radius:999px;background:rgba(255,255,255,0.12)}.sprites-toolbar-resizer:hover::after,.sprites-toolbar-resizer:focus-visible::after,.sprites-workspace.is-toolbar-resizing .sprites-toolbar-resizer::after{background:rgba(255,217,26,0.62)}.sprites-toolbar-resizer:focus-visible{outline:1px solid rgba(255,217,26,0.4);outline-offset:-2px}body.sprites-toolbar-resizing{cursor:col-resize;user-select:none}.sprites-hierarchy-panel{display:grid;grid-template-rows:minmax(0, 1fr);overflow:hidden}.sprites-toolbar-hierarchy{flex:1 1 auto;min-height:0;padding:4px 0 0}.sprites-toolbar-panel{display:flex;flex-direction:column;margin:0;border:0;border-radius:0;background:transparent;overflow:hidden}.sprites-canvas-panel{display:grid;grid-template-rows:minmax(0, 1fr) auto;margin:0 4px;border:0;border-radius:0;background:transparent;overflow:hidden}.sprites-hierarchy-tree{min-width:0;height:100%;overflow:auto;padding:2px;scrollbar-width:none}.sprites-hierarchy-tree::-webkit-scrollbar{display:none}.sprites-hierarchy-empty{margin:0;padding:2px 10px;color:rgba(255,255,255,0.48);font-size:0.52rem;letter-spacing:0.04em;line-height:1.45}.sprites-hierarchy-list{display:block;min-width:0;margin:0;padding:0;list-style:none}.sprites-hierarchy-list[hidden]{display:none}.sprites-hierarchy-item{min-width:0;margin:0;padding:0;line-height:0}.sprites-hierarchy-node{display:grid;grid-template-columns:7px minmax(0, 1fr) 14px;align-items:center;gap:3px;width:100%;height:auto;min-height:0;margin:0;padding:4px 4px 4px calc(4px + var(--depth-offset, 0px));color:rgba(255,255,255,0.72);font-family:"Orbitron", sans-serif;cursor:pointer;border:0;appearance:none;background:transparent;line-height:1;text-align:left}.sprites-hierarchy-node:hover,.sprites-hierarchy-node:focus-visible{color:#fff;background:rgba(255,255,255,0.06);outline:none}.sprites-hierarchy-node.is-selected{color:#ffd91a;background:rgba(255,217,26,0.12)}.sprites-hierarchy-node.is-active-drawing-layer{box-shadow:inset 2px 0 0 rgba(255,217,26,0.9)}.sprites-hierarchy-node.is-hidden-layer{color:rgba(255,255,255,0.34)}.sprites-hierarchy-node.is-dragging{opacity:0.45}.sprites-hierarchy-node.is-drop-before{box-shadow:inset 0 2px 0 #ffd91a}.sprites-hierarchy-node.is-drop-after{box-shadow:inset 0 -2px 0 #ffd91a}.sprites-hierarchy-node.is-drop-inside{color:#fff;background:rgba(255,217,26,0.18);box-shadow:inset 0 0 0 1px rgba(255,217,26,0.72)}.sprites-hierarchy-node.is-drop-invalid{box-shadow:inset 0 -2px 0 rgba(255,80,92,0.9)}.sprites-hierarchy-disclosure{display:block;width:6px;height:6px}.sprites-hierarchy-node.has-children .sprites-hierarchy-disclosure{cursor:pointer}.sprites-hierarchy-node.has-children .sprites-hierarchy-disclosure::before{display:block;width:0;height:0;margin:1px 0 0 1px;content:"";border-top:3px solid rgba(255,255,255,0.54);border-right:3px solid transparent;border-left:3px solid transparent}.sprites-hierarchy-node.has-children.is-collapsed .sprites-hierarchy-disclosure::before{margin:0 0 0 2px;border-top:3px solid transparent;border-bottom:3px solid transparent;border-left:3px solid rgba(255,255,255,0.54);border-right:0}.sprites-hierarchy-node.has-children:hover .sprites-hierarchy-disclosure::before,.sprites-hierarchy-node.has-children:focus-visible .sprites-hierarchy-disclosure::before,.sprites-hierarchy-node.has-children.is-selected .sprites-hierarchy-disclosure::before{border-top-color:#fff}.sprites-hierarchy-node.has-children.is-collapsed:hover .sprites-hierarchy-disclosure::before,.sprites-hierarchy-node.has-children.is-collapsed:focus-visible .sprites-hierarchy-disclosure::before,.sprites-hierarchy-node.has-children.is-collapsed.is-selected .sprites-hierarchy-disclosure::before{border-top-color:transparent;border-left-color:#fff}.sprites-hierarchy-label{min-width:0;overflow:hidden;font-size:0.56rem;letter-spacing:0.04em;line-height:1;text-overflow:ellipsis;white-space:nowrap}.sprites-hierarchy-visibility{display:inline;width:auto;height:auto;justify-self:end;opacity:0;color:rgba(255,255,255,0.54);cursor:pointer;font-family:sans-serif;font-size:0.58rem;line-height:1;text-decoration:none}.sprites-hierarchy-node:hover .sprites-hierarchy-visibility,.sprites-hierarchy-node:focus-visible .sprites-hierarchy-visibility,.sprites-hierarchy-visibility:focus-visible{opacity:1}.sprites-hierarchy-visibility:visited{color:rgba(255,255,255,0.54)}.sprites-hierarchy-visibility:hover,.sprites-hierarchy-visibility:focus-visible{color:#fff;outline:none}.sprites-hierarchy-node.is-renaming .sprites-hierarchy-label{overflow:visible;white-space:normal}.sprites-hierarchy-node .sprites-id-input{padding-block:0;font-size:0.52rem}.sprites-selector-row,.sprites-overlay-controls{display:flex;flex-wrap:wrap;justify-content:stretch;gap:8px;padding:10px}.sprites-selector-row{flex-direction:column;flex-wrap:nowrap;gap:4px;border-bottom:1px solid rgba(255,255,255,0.1)}.sprite-selector-control{display:block;width:100%;min-width:0;min-height:30px;margin:0;padding:5px 9px;color:#fff;font-family:"Orbitron", sans-serif;font-size:0.5rem;letter-spacing:0.04em;border:1px solid rgba(255,255,255,0.14);border-radius:10px;background:#050505}.sprite-selector-control:focus-visible{border-color:rgba(255,217,26,0.42);outline:none}.sprite-dimensions{display:block;width:100%;margin:0;padding:0;min-height:0;color:rgba(255,255,255,0.48);cursor:pointer;border:0;background:transparent;font-family:"Orbitron", sans-serif;font-size:0.46rem;letter-spacing:0.04em;line-height:1;text-align:center}.sprite-dimensions[hidden]{display:none}.sprite-dimensions:hover,.sprite-dimensions:focus-visible{color:#ffd91a;outline:none}.sprite-properties-modal,.sprite-text-modal{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:24px;background:rgba(0,0,0,0.68);backdrop-filter:blur(5px)}.sprite-properties-modal[hidden],.sprite-text-modal[hidden]{display:none}.sprite-properties-dialog,.sprite-text-dialog{display:grid;grid-template-rows:auto minmax(0, 1fr);width:Min(420px, 92vw);max-height:Min(520px, 88vh);overflow:hidden;color:#fff;border:1px solid rgba(255,217,26,0.2);border-radius:14px;background:#050505;box-shadow:0 24px 80px rgba(0,0,0,0.62)}.sprite-properties-head,.sprite-text-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,0.12)}.sprite-properties-head h2,.sprite-text-head strong{margin:0;color:#ffd91a;font-family:"Orbitron", sans-serif;font-size:0.64rem;letter-spacing:0.1em;line-height:1;text-transform:uppercase}.sprite-properties-close,.sprite-text-close{display:inline-grid;place-items:center;width:28px;height:28px;padding:0;color:rgba(255,255,255,0.72);cursor:pointer;border:0;border-radius:8px;background:rgba(255,255,255,0.06)}.sprite-properties-close:hover,.sprite-properties-close:focus-visible,.sprite-text-close:hover,.sprite-text-close:focus-visible{color:#ffd91a;outline:none}.sprite-properties-form,.sprite-text-body{display:grid;gap:12px;min-width:0;overflow:auto;padding:14px}.sprite-text-dialog{width:Min(520px, 92vw)}.sprite-properties-field{display:grid;gap:5px;min-width:0;color:rgba(255,255,255,0.64);font-size:0.52rem;letter-spacing:0.06em;line-height:1.2;text-transform:uppercase}.sprite-properties-field input,.sprite-properties-field select,.sprite-properties-field textarea{width:100%;min-width:0;padding:8px 9px;color:#fff;border:1px solid rgba(255,255,255,0.14);border-radius:8px;background:rgba(255,255,255,0.06);font:inherit;letter-spacing:0.02em;line-height:1.35;text-transform:none}.sprite-properties-field textarea{resize:vertical}.sprite-properties-field input[readonly]{color:rgba(255,255,255,0.62)}.sprite-properties-dimensions-grid{display:grid;grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);gap:8px}.sprite-properties-apply{justify-self:start}.sprites-toolbox-row{display:grid;grid-template-columns:repeat(auto-fill, 34px);gap:6px;justify-content:start;padding:8px 10px 2px}.sprites-action-row,.sprites-z-order-row{display:grid;grid-template-columns:repeat(auto-fill, 34px);gap:6px;justify-content:start;padding:4px 10px 2px}.sprites-pivot-controls{display:grid;grid-template-columns:minmax(0, 1fr) auto;align-items:center;gap:6px;min-width:0;padding:4px 10px 2px}.sprites-pivot-controls[hidden]{display:none}.sprites-pivot-rotation{width:100%;min-width:0;accent-color:#ff2bd6}.sprites-pivot-angle{min-width:34px;color:rgba(255,255,255,0.64);font-family:"IBM Plex Sans", sans-serif;font-size:0.62rem;line-height:1;text-align:right}.sprites-workspace .sprites-properties-panel{display:none}.sprites-workspace[data-sprite-tool="edit"] .sprites-properties-panel,.sprites-workspace[data-sprite-tool="draw-freehand"] .sprites-properties-panel,.sprites-workspace[data-sprite-tool="draw-circle"] .sprites-properties-panel,.sprites-workspace[data-sprite-tool="draw-rect"] .sprites-properties-panel,.sprites-workspace[data-sprite-tool="draw-line"] .sprites-properties-panel{display:grid}.sprites-workspace .sprites-description-panel{flex:1 1 0;grid-template-rows:minmax(0, 1fr);gap:0;min-height:0;padding:0 10px 6px}.sprites-workspace:not([data-sprite-tool="draw-sketch"]) .sprites-description-panel{display:none}.sprites-workspace[data-sprite-selected-description="true"]:not([data-sprite-tool="edit"]) .sprites-description-panel{display:grid}.sprites-workspace[data-sprite-tool="draw-freehand"] .sprites-description-panel,.sprites-workspace[data-sprite-tool="draw-circle"] .sprites-description-panel,.sprites-workspace[data-sprite-tool="draw-rect"] .sprites-description-panel,.sprites-workspace[data-sprite-tool="draw-line"] .sprites-description-panel{display:none}.sprite-edit-draw-tool{display:none}.sprites-workspace[data-sprite-tool="edit"] .sprite-edit-draw-tool,.sprites-workspace[data-sprite-tool="draw-freehand"] .sprite-edit-draw-tool,.sprites-workspace[data-sprite-tool="draw-circle"] .sprite-edit-draw-tool,.sprites-workspace[data-sprite-tool="draw-rect"] .sprite-edit-draw-tool,.sprites-workspace[data-sprite-tool="draw-line"] .sprite-edit-draw-tool{display:inline-grid}.sprites-part-id-panel{position:relative;display:grid;grid-template-rows:auto auto;gap:0;min-width:0;padding:4px 10px 0}.sprites-inline-id-row{display:grid;grid-template-columns:16px minmax(0, 1fr) 16px;align-items:center;gap:2px;min-width:0}.sprites-part-nav{appearance:none;-webkit-appearance:none;width:16px;height:16px;margin:0;padding:0;color:rgba(255,217,26,0.82);border:0;background:transparent;font:inherit;font-size:0.8rem;font-weight:700;line-height:1;cursor:pointer}.sprites-part-nav:disabled{color:rgba(255,255,255,0.18);cursor:default}.sprites-part-nav:not(:disabled):hover{color:#fff}.sprites-workspace .sprites-inline-id{appearance:none;-webkit-appearance:none;min-height:0;margin:0;padding:0 !important;padding-block:0 !important;padding-inline:0 !important;color:rgba(255,255,255,0.9);font-family:"IBM Plex Sans", sans-serif;font-size:0.74rem;font-weight:700;line-height:1.1;text-indent:0;cursor:pointer;user-select:none}.sprites-workspace .sprites-inline-id.is-editing-id{cursor:text;user-select:text}.sprites-part-picker{position:absolute;z-index:35;top:calc(100% + 3px);right:8px;left:8px;max-height:Min(48vh, 360px);padding:3px;overflow:auto;border:1px solid rgba(255,217,26,0.22);border-radius:4px;background:rgba(8,8,10,0.98);box-shadow:0 12px 26px rgba(0,0,0,0.55)}.sprites-part-picker[hidden]{display:none}.sprites-part-picker-tree{display:grid;gap:0;min-width:0}.sprites-part-picker .sprites-hierarchy-list{padding:0}.sprites-part-picker .sprites-hierarchy-node{width:100%}.sprites-part-picker-empty{margin:0;padding:4px 5px;color:rgba(255,255,255,0.42);font-family:"IBM Plex Sans", sans-serif;font-size:0.58rem;line-height:1.2}.sprites-workspace .sprites-inline-description{height:100%;min-height:0;overflow:auto;padding:1px 0;font-family:"IBM Plex Sans", sans-serif;font-size:0.825rem;font-weight:500;line-height:1.38;white-space:normal}.sprite-tool-button{display:inline-grid;place-items:center;width:34px;height:34px;padding:0;color:#fff;cursor:pointer;border:1px solid rgba(255,255,255,0.14);border-radius:6px;background:rgba(255,255,255,0.04)}.sprite-tool-button:hover,.sprite-tool-button:focus-visible{border-color:rgba(255,217,26,0.36);outline:none}.sprite-tool-button.is-active{border-color:rgba(255,217,26,0.52);background:rgba(255,217,26,0.12)}.sprite-tool-button:disabled{opacity:0.35;cursor:default}.sprite-tool-icon{position:relative;display:block;width:17px;height:19px}.sprite-tool-icon::before{position:absolute;inset:1px 2px 1px 2px;content:"";background:currentColor;clip-path:polygon(0 0, 0 100%, 31% 71%, 52% 100%, 76% 86%, 56% 58%, 100% 58%)}.sprite-tool-icon-select{color:#050505;filter:drop-shadow(1px 0 0 rgba(255,255,255,0.82)) drop-shadow(-1px 0 0 rgba(255,255,255,0.82)) drop-shadow(0 1px 0 rgba(255,255,255,0.82)) drop-shadow(0 -1px 0 rgba(255,255,255,0.82))}.sprite-tool-icon-edit{color:#fff}.sprite-tool-icon-smooth-handles::before{inset:8px 7px;clip-path:none;border-radius:50%;background:currentColor;box-shadow:-7px 0 0 -1px currentColor, 7px 0 0 -1px currentColor}.sprite-tool-icon-smooth-handles::after{position:absolute;top:9px;right:2px;left:2px;height:1.6px;content:"";background:currentColor}.sprite-tool-icon-scale::before{inset:4px;clip-path:none;border:2px solid currentColor;border-radius:2px;background:transparent}.sprite-tool-icon-scale::after{position:absolute;right:0;bottom:0;width:9px;height:9px;content:"";border-right:2px solid currentColor;border-bottom:2px solid currentColor}.sprite-tool-icon-rotate::before{inset:3px;clip-path:none;border:2px solid currentColor;border-left-color:transparent;border-radius:50%;background:transparent}.sprite-tool-icon-rotate::after{position:absolute;top:2px;right:1px;width:0;height:0;content:"";border-top:5px solid currentColor;border-left:5px solid transparent}.sprite-tool-icon-transform::before{inset:4px;clip-path:none;border:2px dotted currentColor;border-radius:2px;background:transparent}.sprite-tool-icon-transform::after{position:absolute;top:0;left:50%;width:6px;height:6px;content:"";border:2px solid currentColor;border-radius:50%;background:transparent;transform:translateX(-50%)}.sprite-tool-icon-delete::before{inset:6px 4px 3px;clip-path:none;border:2px solid currentColor;border-top:0;border-radius:0 0 2px 2px;background:transparent}.sprite-tool-icon-delete::after{position:absolute;top:3px;right:3px;left:3px;height:2px;content:"";background:currentColor;box-shadow:5px -3px 0 -1px currentColor}.sprite-tool-icon-pivot::before{inset:4px;clip-path:none;border:2px solid currentColor;border-radius:50%;background:transparent}.sprite-tool-icon-pivot::after{position:absolute;top:2px;right:7px;bottom:2px;left:7px;content:"";background:linear-gradient(currentColor, currentColor) center/100% 2px no-repeat,linear-gradient(currentColor, currentColor) center/2px 100% no-repeat}.sprite-tool-icon-freehand::before{inset:3px 1px 3px 1px;clip-path:polygon(0 72%, 13% 58%, 26% 68%, 40% 28%, 55% 46%, 69% 25%, 84% 38%, 100% 18%, 100% 35%, 85% 56%, 70% 43%, 55% 64%, 42% 47%, 30% 88%, 13% 76%, 0 90%)}.sprite-tool-icon-sketch{color:#ffd91a}.sprite-tool-icon-sketch::before{inset:2px 7px 6px;clip-path:none;border-radius:2px;transform:rotate(36deg);background:currentColor}.sprite-tool-icon-sketch::after{position:absolute;right:1px;bottom:1px;width:8px;height:8px;content:"";transform:rotate(36deg);background:currentColor;clip-path:polygon(50% 100%, 0 0, 100% 0)}.sprite-tool-icon-z-backward::before,.sprite-tool-icon-z-forward::before{inset:4px 5px 7px 8px;background:transparent;border:1px solid currentColor;border-radius:2px;box-shadow:-4px 4px 0 rgba(255,255,255,0.38);clip-path:none}.sprite-tool-icon-z-forward::before{inset:7px 8px 4px 5px;box-shadow:4px -4px 0 rgba(255,255,255,0.38)}.sprite-tool-icon-z-backward::after,.sprite-tool-icon-z-forward::after{position:absolute;width:0;height:0;content:""}.sprite-tool-icon-z-backward::after{right:2px;bottom:2px;border-top:5px solid currentColor;border-right:4px solid transparent;border-left:4px solid transparent}.sprite-tool-icon-z-forward::after{top:2px;left:2px;border-right:4px solid transparent;border-bottom:5px solid currentColor;border-left:4px solid transparent}.sprite-tool-icon-circle::before{inset:3px;clip-path:none;border:2px solid currentColor;border-radius:50%;background:transparent}.sprite-tool-icon-rect::before{inset:4px 2px;clip-path:none;border:2px solid currentColor;border-radius:2px;background:transparent}.sprite-tool-icon-line::before{inset:8px 1px 7px;clip-path:none;border-radius:2px;transform:rotate(-28deg);background:currentColor}.sprite-tool-icon-import{width:18px;height:18px;color:#fff}.sprite-tool-icon-import::before{inset:2px 4px 8px;clip-path:polygon(42% 0, 58% 0, 58% 48%, 82% 48%, 50% 82%, 18% 48%, 42% 48%)}.sprite-tool-icon-import::after{position:absolute;right:2px;bottom:2px;left:2px;height:5px;content:"";border:2px solid currentColor;border-top:0;border-radius:0 0 2px 2px}.sprites-overlay-controls{align-content:start;flex-direction:column}.sprites-overlay-toggle{display:inline-flex;align-items:center;gap:5px;color:rgba(255,255,255,0.66);font-size:0.5rem;letter-spacing:0.05em;text-transform:uppercase}.sprites-overlay-toggle input{accent-color:#ffd91a}.sprites-preview-stage{position:relative;align-self:stretch;justify-self:stretch;--sprite-canvas-zoom: 1;--sprite-canvas-pan-x: 0px;--sprite-canvas-pan-y: 0px;--sprite-canvas-left: 0px;--sprite-canvas-top: 0px;--sprite-canvas-width: 100%;--sprite-canvas-height: 100%;width:100%;height:100%;box-sizing:border-box;overflow:hidden;touch-action:none;border-radius:0;background:#050505}.sprites-preview-stage:focus{outline:none}.sprites-inline-canvas,.sprites-preview-overlay,.sprites-guide-layer{position:absolute;top:var(--sprite-canvas-top);left:var(--sprite-canvas-left);display:block;width:var(--sprite-canvas-width);height:var(--sprite-canvas-height);transform:translate(var(--sprite-canvas-pan-x), var(--sprite-canvas-pan-y)) scale(var(--sprite-canvas-zoom));transform-origin:0 0;will-change:transform}.sprites-screen-overlay{position:absolute;inset:0;z-index:6;pointer-events:none}.sprites-guide-layer{z-index:6;overflow:visible;pointer-events:visiblePainted}.sprites-guide-layer[hidden]{display:none}.sprites-inline-canvas{z-index:1;background:linear-gradient(45deg, rgba(255,255,255,0.08) 25%, transparent 25%),linear-gradient(-45deg, rgba(255,255,255,0.08) 25%, transparent 25%),linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.08) 75%),linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.08) 75%),#050505;background-position:0 0, 0 12px, 12px -12px, -12px 0;background-size:24px 24px;box-shadow:0 0 0 1px rgba(255,255,255,0.2),inset 0 0 0 1px rgba(0,0,0,0.46)}.sprites-preview-stage.hide-background .sprites-inline-canvas,.sprites-preview-stage:not(.has-sprite-canvas) .sprites-inline-canvas{background:transparent;box-shadow:none}.sprites-preview-stage.is-drawing-hitboxes::after{position:absolute;top:var(--sprite-canvas-top);left:var(--sprite-canvas-left);display:block;width:var(--sprite-canvas-width);height:var(--sprite-canvas-height);content:"";pointer-events:none;transform:translate(var(--sprite-canvas-pan-x), var(--sprite-canvas-pan-y)) scale(var(--sprite-canvas-zoom));transform-origin:0 0;box-shadow:inset 0 0 0 1px rgba(255,80,92,0.55),inset 0 0 32px rgba(255,80,92,0.1)}.sprites-inline-svg{display:block;width:100%;height:100%}.sprites-preview-stage.is-drawing-hitboxes .sprites-inline-svg>g#art{opacity:0.22}.sprites-preview-stage[data-sprite-tool="select"] .sprites-inline-canvas,.sprites-preview-stage[data-sprite-tool="select"] .sprites-inline-svg,.sprites-preview-stage[data-sprite-tool="select"] .sprites-inline-svg .is-sprite-selectable{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M4 2v18l5-5 3.2 7 3.4-1.6-3.2-6.4H20z' fill='white' stroke='white' stroke-width='4' stroke-linejoin='round'/%3E%3Cpath d='M5 4v13.6l4.2-4.1 3.1 6.8 1.6-.7-3.1-6.7h6.9z' fill='black'/%3E%3C/svg%3E") 4 2,default}.sprites-preview-stage[data-sprite-tool="edit"] .sprites-inline-canvas,.sprites-preview-stage[data-sprite-tool="edit"] .sprites-inline-svg,.sprites-preview-stage[data-sprite-tool="edit"] .sprites-inline-svg .is-sprite-selectable{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M4 2v18l5-5 3.2 7 3.4-1.6-3.2-6.4H20z' fill='black' stroke='black' stroke-width='4' stroke-linejoin='round'/%3E%3Cpath d='M5 4v13.6l4.2-4.1 3.1 6.8 1.6-.7-3.1-6.7h6.9z' fill='white'/%3E%3C/svg%3E") 4 2,default}.sprites-preview-stage[data-sprite-tool="smooth-handles"] .sprites-inline-canvas,.sprites-preview-stage[data-sprite-tool="smooth-handles"] .sprites-inline-svg,.sprites-preview-stage[data-sprite-tool="smooth-handles"] .sprites-inline-svg .is-sprite-selectable{cursor:crosshair}.sprites-preview-stage[data-sprite-tool^="draw-"] .sprites-inline-canvas,.sprites-preview-stage[data-sprite-tool^="draw-"] .sprites-inline-svg,.sprites-preview-stage[data-sprite-tool^="draw-"] .sprites-inline-svg .is-sprite-selectable{cursor:crosshair}.sprites-preview-stage[data-sprite-tool="draw-sketch"] .sprites-inline-canvas,.sprites-preview-stage[data-sprite-tool="draw-sketch"] .sprites-inline-svg,.sprites-preview-stage[data-sprite-tool="draw-sketch"] .sprites-inline-svg .is-sprite-selectable{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M4 19.5 5.6 15.1 16.9 3.8a2.4 2.4 0 0 1 3.4 3.4L9 18.5z' fill='%23ffd91a' stroke='%23050505' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M15.2 5.5 18.6 8.9' stroke='%23050505' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M4 19.5 8.3 18.1 5.5 15.3z' fill='%23ffffff' stroke='%23050505' stroke-width='1.4' stroke-linejoin='round'/%3E%3C/svg%3E") 4 20,crosshair}.sprites-preview-stage[data-sprite-tool="pivot"] .sprites-inline-canvas,.sprites-preview-stage[data-sprite-tool="pivot"] .sprites-inline-svg,.sprites-preview-stage[data-sprite-tool="pivot"] .sprites-inline-svg .is-sprite-selectable{cursor:crosshair}.sprites-preview-stage.is-space-panning,.sprites-preview-stage.is-space-panning .sprites-inline-canvas,.sprites-preview-stage.is-space-panning .sprites-inline-svg,.sprites-preview-stage.is-space-panning .sprites-inline-svg .is-sprite-selectable{cursor:grab}.sprites-preview-stage.is-panning,.sprites-preview-stage.is-panning .sprites-inline-canvas,.sprites-preview-stage.is-panning .sprites-inline-svg,.sprites-preview-stage.is-panning .sprites-inline-svg .is-sprite-selectable{cursor:grabbing}.sprites-inline-svg.is-sprite-selectable,.sprites-inline-svg .is-sprite-selectable{pointer-events:all}.sprites-inline-svg.is-selected,.sprites-inline-svg .is-selected{filter:drop-shadow(0 0 4px rgba(255,217,26,0.95))}.sprites-workspace .sprites-inline-svg .is-selected{filter:drop-shadow(1px 0 0 #ff2bd6) drop-shadow(-1px 0 0 #ff2bd6) drop-shadow(0 1px 0 #ff2bd6) drop-shadow(0 -1px 0 #ff2bd6) drop-shadow(0 0 2px rgba(255,43,214,0.98))}.sprites-inline-svg .is-selected[data-mango-sketch="true"]{filter:drop-shadow(1px 0 0 #ff2bd6) drop-shadow(-1px 0 0 #ff2bd6) drop-shadow(0 1px 0 #ff2bd6) drop-shadow(0 -1px 0 #ff2bd6) drop-shadow(0 0 2px rgba(255,43,214,0.98))}.sprites-inline-svg.is-focusing-sprite-node .is-sprite-dimmed{opacity:0.95}.sprites-preview-overlay{z-index:3;pointer-events:none}.sprites-guides-root{pointer-events:none}.sprites-ruler{position:absolute;z-index:7;overflow:hidden;color:rgba(255,255,255,0.58);border-color:rgba(255,255,255,0.12);background:rgba(8,8,8,0.78);font-family:"IBM Plex Sans", sans-serif;font-weight:500;font-size:0.56rem;line-height:1;user-select:none;touch-action:none}.sprites-ruler *{font-family:"IBM Plex Sans", sans-serif}.sprites-ruler[hidden]{display:none}.sprites-ruler-top{top:0;right:0;left:0;height:18px;cursor:ns-resize;border-bottom:1px solid rgba(255,255,255,0.12)}.sprites-ruler-left{top:0;bottom:0;left:0;width:18px;cursor:ew-resize;border-right:1px solid rgba(255,255,255,0.12)}.sprites-ruler-tick{position:absolute;display:block;background:rgba(255,255,255,0.34);pointer-events:none}.sprites-ruler-top .sprites-ruler-tick{bottom:0;width:1px;height:5px}.sprites-ruler-top .sprites-ruler-tick.is-major{height:9px;background:rgba(255,217,26,0.5)}.sprites-ruler-left .sprites-ruler-tick{right:0;width:5px;height:1px}.sprites-ruler-left .sprites-ruler-tick.is-major{width:9px;background:rgba(255,217,26,0.5)}.sprites-ruler-label{position:absolute;color:rgba(255,255,255,0.62);pointer-events:none}.sprites-ruler-top .sprites-ruler-label{bottom:7px;left:3px}.sprites-ruler-left .sprites-ruler-label{top:3px;right:7px;transform:rotate(-90deg);transform-origin:right top}.sprites-ruler-cursor{position:absolute;z-index:8;display:block;pointer-events:none}.sprites-ruler-cursor[hidden]{display:none}.sprites-ruler-cursor-x{top:0;width:1px;height:18px;background:#fff;box-shadow:0 0 4px rgba(255,217,26,0.75)}.sprites-ruler-cursor-y{left:0;width:18px;height:1px;background:#fff;box-shadow:0 0 4px rgba(255,217,26,0.75)}.sprites-grid-line{position:absolute;pointer-events:none;fill:none;stroke:rgba(255,255,255,0.11);background:rgba(255,255,255,0.11);stroke-linecap:square;stroke-width:0.6;shape-rendering:crispEdges}.sprites-grid-line.is-major{stroke:rgba(255,217,26,0.22);background:rgba(255,217,26,0.22);stroke-width:0.8}.sprites-guide-line{position:absolute;pointer-events:auto;cursor:move;fill:none;stroke:rgba(255,154,31,0.5);background:rgba(255,154,31,0.5);stroke-dasharray:none;stroke-linecap:square;stroke-width:2.25}.sprites-grid-line.is-horizontal,.sprites-grid-line.is-vertical,.sprites-guide-line.is-horizontal,.sprites-guide-line.is-vertical{display:block}.sprites-grid-line.is-horizontal{height:1px}.sprites-grid-line.is-vertical{width:1px}.sprites-guide-line.is-horizontal{height:2px}.sprites-guide-line.is-vertical{width:2px;background:rgba(255,154,31,0.5)}.sprites-guide-line[data-dev-sprite-guide-axis="x"]{cursor:ew-resize}.sprites-guide-line[data-dev-sprite-guide-axis="y"]{cursor:ns-resize}.sprites-guide-line:hover{stroke:#ffbe40}.sprites-guide-line.is-removing{stroke:rgba(255,80,92,0.82);opacity:0.48}.sprite-selection-marquee{fill:rgba(255,217,26,0.08);stroke:#ffd91a;stroke-dasharray:3 2;stroke-width:1;vector-effect:non-scaling-stroke;pointer-events:none}.sprites-screen-overlay .sprite-selection-marquee{position:absolute;box-sizing:border-box;border:1px dashed #ffd91a;background:rgba(255,217,26,0.08);pointer-events:none}.sprite-edit-points{pointer-events:visiblePainted}.sprite-edit-guide{fill:none;stroke:rgba(255,217,26,0.42);stroke-dasharray:2 2;stroke-width:0.75;vector-effect:non-scaling-stroke}.sprite-edit-handle{pointer-events:all;cursor:move;stroke:rgba(0,0,0,0.92);stroke-width:0.8;vector-effect:non-scaling-stroke}.sprite-edit-handle.is-anchor{fill:rgba(5,5,5,0.16);stroke:#ffd91a;stroke-width:1.2}.sprite-edit-handle.is-anchor.is-selected{fill:#ffd91a;stroke:#ffd91a;stroke-width:1.2;filter:none}.sprites-preview-stage[data-sprite-tool="edit"] .sprites-inline-svg .sprite-edit-handle.is-selected{filter:none}.sprite-pivot-marker{cursor:crosshair;pointer-events:all}.sprite-pivot-marker.is-preview{opacity:0.66}.sprite-pivot-marker-ring,.sprite-pivot-marker-dot,.sprite-pivot-marker-crosshair{vector-effect:non-scaling-stroke}.sprite-edit-handle.is-control{fill:rgba(255,255,255,0.9)}.sprite-edit-handle:hover{stroke:#fff}.sprite-drawing-preview{pointer-events:none}.sprite-transform-frame{pointer-events:none}.sprite-transform-frame-box{fill:none;stroke:#ffd91a;stroke-dasharray:4 3;vector-effect:non-scaling-stroke}.sprite-transform-rotate-line{fill:none;stroke:#ff9020;stroke-dasharray:4 3;vector-effect:non-scaling-stroke}.sprite-transform-handle{pointer-events:all;vector-effect:non-scaling-stroke}.sprite-transform-scale-handle{cursor:nwse-resize;pointer-events:all;vector-effect:non-scaling-stroke}.sprite-transform-rotate-handle{cursor:grab;pointer-events:all;vector-effect:non-scaling-stroke}.sprite-transform-rotate-handle:active{cursor:grabbing}.sprite-transform-scale-handle-ne,.sprite-transform-scale-handle-sw{cursor:nesw-resize}.sprites-properties-panel{display:grid;gap:5px;min-width:0;padding:8px 10px}.sprites-description-panel{display:grid;gap:3px;min-width:0;padding:4px 10px 4px;text-align:left}.sprites-description-panel.is-disabled{cursor:default}.sprites-properties-empty{margin:0;color:rgba(255,255,255,0.48);font-size:0.52rem;letter-spacing:0.04em;line-height:1.45}.sprites-ai-description-input,.sprite-text-input{width:100%;min-width:0;box-sizing:border-box;padding:5px 6px;color:rgba(255,255,255,0.86);border:1px solid rgba(255,255,255,0.13);border-radius:4px;background:rgba(0,0,0,0.5);font:inherit;font-size:0.52rem;line-height:1.2}.sprites-inline-text-value{display:block;width:100%;min-height:0;min-width:0;box-sizing:border-box;overflow:hidden;padding:0;color:rgba(255,255,255,0.8);border:0;background:transparent;font:inherit;font-size:0.54rem;line-height:1.25;text-overflow:ellipsis}input.sprites-inline-text-value{white-space:nowrap}.sprites-inline-description{resize:none}.sprites-inline-text-value::placeholder{color:rgba(255,255,255,0.34)}.sprites-inline-text-value:focus{color:#fff;outline:none}.sprites-inline-text-value:disabled{color:rgba(255,255,255,0.32);cursor:default}.sprites-description-panel.is-disabled .sprites-inline-text-value{color:rgba(255,255,255,0.32)}.sprite-text-textarea,.sprites-ai-description-input{resize:vertical;line-height:1.35}.sprites-ai-description-input:focus,.sprite-text-input:focus{border-color:rgba(255,217,26,0.72);outline:none}.sprites-id-editor{display:grid;gap:3px;min-width:0}.sprites-id-input{width:100%;min-width:0;box-sizing:border-box;padding:0;color:rgba(255,255,255,0.86);border:1px solid rgba(255,217,26,0.32);border-radius:4px;background:rgba(0,0,0,0.5);font:inherit;line-height:1.2}.sprite-text-input[data-dev-sprite-text-id-input]{padding:0}.sprites-id-input:focus{border-color:rgba(255,217,26,0.72);outline:none}.sprites-id-editor.has-error .sprites-id-input{border-color:rgba(255,78,78,0.72)}.sprites-rename-error{color:rgba(255,110,110,0.9);font-size:0.48rem;line-height:1.15}.sprites-properties-controls{display:grid;gap:8px;min-width:0}.sprites-properties-controls[hidden]{display:none}.sprites-property-row{display:grid;grid-template-columns:minmax(0, 1fr) auto;align-items:center;gap:8px;min-width:0;color:rgba(255,255,255,0.66);font-size:0.5rem;letter-spacing:0.05em;line-height:1.2;text-transform:uppercase}.sprites-color-control{position:relative;display:grid;grid-template-columns:auto minmax(0, 1fr);align-items:center;gap:8px;min-width:0}.sprites-color-swatch{display:block;position:relative;width:58px;height:42px;padding:0;cursor:pointer;border:8px solid #000;border-radius:6px;background:linear-gradient(45deg, rgba(255,255,255,0.18) 25%, transparent 25%),linear-gradient(-45deg, rgba(255,255,255,0.18) 25%, transparent 25%),linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.18) 75%),linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.18) 75%),#222;background-position:0 0, 0 5px, 5px -5px, -5px 0;background-size:10px 10px;box-shadow:0 0 0 1px rgba(255,255,255,0.62),0 0 0 2px rgba(0,0,0,0.62)}.sprites-color-swatch:focus-visible{outline:1px solid rgba(255,217,26,0.72);outline-offset:2px}.sprites-color-swatch-fill{display:block;position:relative;width:100%;height:100%;border-radius:2px}.sprites-stroke-size-inline{display:grid;grid-template-columns:58px;align-items:center;gap:6px;min-width:0;color:rgba(255,255,255,0.66);font-size:0.5rem;letter-spacing:0.05em;line-height:1.2;text-transform:uppercase}.sprites-color-popover{position:fixed;z-index:40;top:var(--sprites-color-popover-top, 120px);left:var(--sprites-color-popover-left, 120px);width:260px;padding:8px;border:1px solid rgba(255,255,255,0.14);border-radius:6px;background:#202124;box-shadow:0 12px 26px rgba(0,0,0,0.5)}.sprites-color-popover[hidden]{display:none}.sprites-color-picker{display:grid;gap:6px}.sprites-color-picker-head{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#fff;font-size:0.55rem;letter-spacing:0.04em}.sprites-color-picker-close{display:inline-grid;place-items:center;width:20px;height:20px;padding:0;color:rgba(255,255,255,0.72);cursor:pointer;border:0;background:transparent}.sprites-color-picker-body{display:grid;grid-template-columns:minmax(0, 1fr) 16px;gap:7px;min-width:0}.sprites-color-sv{position:relative;height:120px;cursor:crosshair;touch-action:none;background:linear-gradient(to top, #000, transparent),linear-gradient(to right, #fff, transparent),red}.sprites-color-sv-knob{position:absolute;width:12px;height:12px;transform:translate(-50%, -50%);border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px rgba(0,0,0,0.75);pointer-events:none}.sprites-color-hue{position:relative;width:16px;height:120px;cursor:ns-resize;touch-action:none;border-radius:999px;background:linear-gradient(to bottom, red 0%, #ff0 16.66%, lime 33.33%, cyan 50%, blue 66.66%, #f0f 83.33%, red 100%);box-shadow:inset 0 0 0 1px rgba(0,0,0,0.55)}.sprites-color-hue:focus-visible{outline:1px solid rgba(255,217,26,0.72);outline-offset:2px}.sprites-color-hue-knob{position:absolute;left:50%;width:20px;height:8px;transform:translate(-50%, -50%);border:2px solid #fff;border-radius:999px;box-shadow:0 0 0 1px rgba(0,0,0,0.75);pointer-events:none}.sprites-color-hex-row{display:grid;min-width:0}.sprites-color-alpha{display:grid;min-width:0;color:rgba(255,255,255,0.72);font-size:0.48rem;letter-spacing:0.04em}.sprites-color-hex-row input,.sprites-color-alpha input[type="number"]{min-width:0;width:100%;padding:3px 5px;color:#111;border:1px solid rgba(255,255,255,0.18);border-radius:3px;background:#ffffeb;font-size:0.6rem;line-height:1}.sprites-color-alpha{grid-template-columns:minmax(0, 1fr) 46px;align-items:center;gap:6px}.sprites-color-alpha input[type="range"]{min-width:0;accent-color:#ffd91a}.sprites-color-none{display:inline-grid;place-items:center;width:100%;min-height:24px;padding:3px 7px;color:rgba(255,255,255,0.78);cursor:pointer;border:1px solid rgba(255,255,255,0.18);border-radius:4px;background:rgba(255,255,255,0.06);font-size:0.55rem}.sprites-color-none:hover,.sprites-color-none:focus-visible{color:#fff;border-color:rgba(255,217,26,0.5)}.sprites-color-none.is-active{color:#111;border-color:#ffd91a;background:#ffd91a}.sprites-property-number,.sprites-property-select{width:70px;min-width:0;color:#fff}.sprites-property-number,.sprites-property-select{padding:3px 5px;border:1px solid rgba(255,255,255,0.14);border-radius:4px;background:rgba(0,0,0,0.35)}.sprite-overlay-hitboxes rect,.sprite-overlay-hitboxes circle{fill:rgba(255,82,82,0.08);stroke:rgba(255,82,82,0.86);stroke-width:1}.sprite-overlay-anchors line,.sprite-overlay-anchors circle{fill:rgba(255,217,26,0.9);stroke:rgba(255,217,26,0.9);stroke-width:1}.sprites-preview-stage.hide-hitboxes .sprite-overlay-hitboxes,.sprites-preview-stage.hide-anchors .sprite-overlay-anchors{display:none}.sprites-status{min-height:18px;margin:0;padding:0 12px 12px;color:rgba(255,255,255,0.58);font-size:0.54rem;letter-spacing:0.04em;line-height:1.4}.sprites-status[data-state="success"]{color:rgba(114,235,163,0.9)}.sprites-status[data-state="error"]{color:#ff8e8e}.settings-workspace{display:block;grid-column:1 / -1;width:100%;height:100%;min-height:0;overflow:hidden}.settings-workspace[hidden]{display:none}.settings-panel{display:grid;align-content:start;gap:14px;height:100%;min-height:0;padding:16px;overflow-y:auto;border:1px solid var(--border);border-radius:18px;background:rgba(7,7,7,0.94)}.settings-section{display:grid;gap:14px;min-width:0;padding:14px;border:1px solid rgba(255,255,255,0.1);border-radius:16px;background:rgba(255,255,255,0.025)}.settings-section-title{margin:0;color:#ffd91a;font-family:"Orbitron", sans-serif;font-size:0.58rem;letter-spacing:0.1em;line-height:1;text-transform:uppercase}.settings-handle-row{display:grid;grid-template-columns:minmax(0, 1fr) auto;gap:10px;align-items:center}.settings-handle-button{min-height:44px;padding-inline:16px;white-space:nowrap}.settings-handle-status{min-height:1.2em;color:rgba(255,255,255,0.58);font-size:0.58rem;letter-spacing:0.04em}.settings-handle-status[data-state="error"]{color:#ff7d7d}.settings-handle-status[data-state="success"]{color:#73ef9f}.settings-publication-row{display:flex;align-items:center;min-height:50px}.settings-publication-row .dev-console-publication-label{font-family:"Orbitron", sans-serif;font-size:0.64rem;letter-spacing:0.08em}.settings-danger-section{border-color:rgba(255,88,88,0.28)}.settings-delete-row{display:grid;grid-template-columns:minmax(0, 1fr) auto;gap:14px;align-items:center}.settings-delete-copy{margin:0;color:rgba(255,255,255,0.62);font-size:0.58rem;letter-spacing:0.04em;line-height:1.55}.settings-delete-button{border-color:rgba(255,88,88,0.7);background:rgba(255,88,88,0.12);color:#ff9a9a;white-space:nowrap}.settings-delete-button:hover,.settings-delete-button:focus-visible{border-color:rgba(255,122,122,0.95);background:rgba(255,88,88,0.2);color:#ffd3d3}.settings-kiosk-grid{display:grid;grid-template-columns:minmax(0, 1fr) minmax(180px, 280px);gap:18px;align-items:center}.settings-kiosk-actions{display:grid;gap:14px;justify-items:start}.settings-kiosk-copy{margin:0;color:rgba(255,255,255,0.6);font-size:0.58rem;letter-spacing:0.04em;line-height:1.55}.settings-kiosk-upload{cursor:pointer}.settings-kiosk-card{justify-self:end;width:100%;max-width:280px}.settings-kiosk-image{display:block;width:100%;height:100%;object-fit:cover}.game-preview-iframe{display:block;width:100%;height:100%;border:0;background:#000}html:has(body.dev-kiosk-preview-page),html:has(body.level-editor-embedded-mode){width:100%;height:100%;min-height:100%;overflow:hidden;background:#000}html body.dev-kiosk-preview-page{width:100vw;height:100vh;height:100dvh;min-height:0;margin:0;overflow:hidden;background:#000;box-sizing:border-box}.dev-kiosk-preview{display:flex;align-items:center;justify-content:center;width:100vw;height:100vh;height:100dvh;min-height:0;box-sizing:border-box;padding:Clamp(20px, 4vw, 44px);color:#fff;background:radial-gradient(circle at 50% 18%, rgba(255,217,26,0.1), transparent 34%),#000}.dev-kiosk-preview-shell{display:grid;grid-template-rows:auto auto;align-content:center;justify-items:center;gap:Clamp(24px, 4vw, 44px);width:100%;height:100%;min-height:0}.dev-kiosk-preview-stage{display:flex;align-items:center;justify-content:center;width:100%;min-height:0}.dev-kiosk-preview-card{justify-self:center}.dev-kiosk-preview-card .mobile-list-card-title{color:#fff}.dev-kiosk-preview-guidance{display:grid;gap:6px;justify-items:center;color:rgba(255,255,255,0.56);font-family:"Orbitron", sans-serif;font-size:0.54rem;letter-spacing:0.04em;line-height:1.55;text-align:center}.dev-kiosk-preview-guidance p{margin:0}body.level-editor-embedded-mode,body.level-editor-embedded-mode .level-editor-page{width:100vw !important;height:100vh !important;height:100dvh !important;min-height:0 !important;overflow:hidden !important;background:#000 !important;box-sizing:border-box !important}body.level-editor-embedded-mode .level-editor-shell{height:100vh !important;height:100dvh !important;min-height:0 !important;gap:10px !important;padding:0 !important}body.level-editor-embedded-mode .level-editor-canvas-shell{width:Min(calc(100vw - 222px), 125vh) !important;height:100% !important;max-height:100% !important;min-height:0 !important;margin-top:0 !important;margin-bottom:0 !important}body.level-editor-embedded-mode .level-editor-stage,body.level-editor-embedded-mode .level-editor-canvas-frame,body.level-editor-embedded-mode .level-editor-svg{height:100% !important;max-height:100% !important;min-height:0 !important}body.level-editor-embedded-mode .level-editor-sidebar{width:200px !important;min-width:200px !important;max-width:200px !important}.iterate-card{display:grid;grid-template-columns:minmax(0, 1fr) auto;gap:10px;align-items:stretch;padding:10px}.iterate-card-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.iterate-prompt-wrap{position:relative}.iterate-prompt{width:100%;min-height:38px;height:38px;margin:0;padding:9px 12px;color:#fff;font-size:0.58rem;line-height:1.35;border:1px solid rgba(255,255,255,0.16);border-radius:12px;background:#030303;resize:none}.iterate-result-popover{position:absolute;right:0;bottom:calc(100% + 8px);left:0;z-index:6;display:none;gap:5px;padding:10px 12px;color:rgba(255,255,255,0.74);font-size:0.56rem;line-height:1.55;border:1px solid rgba(255,217,26,0.26);border-radius:14px;background:rgba(3,3,3,0.96);box-shadow:0 12px 26px rgba(0,0,0,0.45)}.iterate-result-popover.is-visible{display:grid}.iterate-result-popover strong{color:#ffd91a;font-size:0.48rem;letter-spacing:0.12em;text-transform:uppercase}.iterate-result-popover strong.dev-ai-response-emphasis{color:#ff4d4d;font-size:inherit;letter-spacing:0;text-transform:none}.iterate-actions{display:flex;flex:0 0 auto;flex-wrap:nowrap;gap:7px;margin:0}@media (max-width: 1100px){.dev-console-page{--panel-width: 380px}.dev-console-topbar{gap:18px;padding:0 18px}}@media (max-width: 900px){body.dev-console-page{height:auto;overflow:auto}.dev-console-page .dev-console-shell{height:auto;overflow:visible}.dev-console-topbar{position:sticky;min-height:var(--topbar-height);height:auto;flex-wrap:wrap;padding:14px 16px}.dev-console-topbar-spacer{display:none}.dev-console{grid-template-columns:1fr;height:auto;overflow:visible}.dev-console-resizer{display:none}.preview-panel{order:1;height:auto;min-height:620px;overflow:visible}.dev-panel{order:2;height:auto;overflow:visible;border-right:0;border-top:1px solid rgba(255,255,255,0.12)}.game-preview-wrap{grid-template-columns:1fr;min-height:360px}.dev-console[data-active-preview-mode="live"] .game-preview-wrap{grid-template-columns:1fr;gap:10px}.dev-console[data-active-preview-mode="live"] .preview-icon-rail{flex-direction:row;width:auto;min-width:0}.game-preview-frame{width:100%;height:auto}.sprites-workspace{grid-template-columns:1fr;height:auto;min-height:0}.sprites-canvas-panel,.sprites-toolbar-panel{min-height:260px}.sprites-toolbar-resizer{display:none}}@media (max-width: 620px){.dev-console-topbar-title{flex:1 1 100%;max-width:100%}.dev-console-status-select,.dev-console-user,.dev-console-topbar-button{flex:1 1 auto}.dev-console-summary-card,.dev-console-field-grid{grid-template-columns:1fr}.preview-toolbar{align-items:stretch;flex-direction:column}.preview-toolbar-actions{grid-template-columns:1fr;justify-content:stretch}.iterate-card{grid-template-columns:1fr}.iterate-card-head{align-items:flex-start;flex-direction:column}}.home-page{background:#FFF4E0}.banner{height:128px;background:url(/banner.jpg) center center no-repeat;background-size:cover;position:relative;box-shadow:0 2px 8px rgba(0,0,0,0.2)}.banner::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.3)}.banner-content{position:relative;z-index:1;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 40px;max-width:1400px;margin:0}.banner-auth{display:flex;align-items:center;gap:10px}.auth-buttons-banner{display:flex;gap:10px}.btn-banner{padding:10px 20px;border-radius:6px;text-decoration:none;font-weight:normal;font-size:0.7rem;transition:all 0.2s;border:2px solid white;font-family:"Orbitron", sans-serif;letter-spacing:0.08em;text-transform:uppercase}.btn-signup:hover{background:#FDB813;color:white;border-color:white}.btn-login{background:transparent;color:white;border:2px solid white}.btn-login:hover{background:white;color:#333}.user-menu{position:relative;cursor:pointer}.user-menu-trigger{display:flex;align-items:center;gap:12px}.user-menu-avatar{width:32px;height:32px;border-radius:999px;border:12px solid #0C063a;object-fit:cover;cursor:pointer;transition:transform 0.2s;box-sizing:content-box}.user-menu-name{color:white;font-size:0.6rem;text-shadow:2px 2px 4px rgba(0,0,0,0.5);white-space:nowrap;background-color:#0C063a;padding:4px 12px 4px 12px;margin-left:-22px;border-top-right-radius:6px;border-bottom-right-radius:6px}.user-menu:hover .user-menu-avatar{transform:scale(1.05)}.user-dropdown{position:absolute;top:60px;right:0;background:white;min-width:180px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.3s;z-index:1000}.user-menu:hover .user-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.user-dropdown a{display:flex;align-items:center;gap:10px;padding:12px 20px;color:#333;text-decoration:none;transition:background-color 0.2s;border-bottom:1px solid #f0f0f0}.user-dropdown a:last-child{border-bottom:none}.user-dropdown a:hover{background-color:#f8f9fa}.user-dropdown a:first-child{border-radius:8px 8px 0 0}.user-dropdown a:last-child{border-radius:0 0 8px 8px}.games-container{padding:60px 20px;background:#FFF4E0}.games-container .container{max-width:1400px;margin:0 auto;padding:0 20px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;max-width:1200px;margin-left:auto;margin-right:auto}.games-container h2{color:#333;font-size:1.5rem;letter-spacing:1px;margin:0}.leaderboard-nav-link{color:#F4BB44;text-decoration:none;font-size:0.7rem;transition:opacity 0.2s;display:flex;align-items:center;gap:8px}.leaderboard-nav-link:hover{opacity:0.7}.games-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(256px, 1fr));gap:30px;max-width:1200px;margin:0 auto}.game-card{background:white;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,0.15);transition:transform 0.3s ease, box-shadow 0.3s ease;max-width:256px;margin:0 auto}.game-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,0.3)}.game-link{display:block;text-decoration:none;color:inherit}.game-icon{width:256px;height:256px;background:#f0f0f0;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.game-icon img{width:100%;height:100%;object-fit:cover;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;display:block}.game-info{padding:12px;background:white}.game-title{text-align:center;font-size:0.7rem;font-weight:normal;color:#333;line-height:1.4}@media (max-width: 820px){.banner{height:96px}.banner-content{padding:0 18px}.banner-auth,.auth-buttons-banner{gap:8px}.btn-banner{padding:9px 14px;font-size:0.58rem}.games-container{padding:36px 12px}.games-container .container{padding:0 8px}.section-header{gap:16px;margin-bottom:26px}.games-grid{grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));gap:20px 14px}.game-card{width:100%;max-width:220px}.game-icon{width:100%;height:auto;aspect-ratio:1 / 1}}@media (max-width: 520px){.banner{height:auto}.banner-content{min-height:82px;align-items:flex-start;flex-direction:column;justify-content:center;gap:12px;padding:14px}.banner-auth,.auth-buttons-banner{flex-wrap:wrap}.user-menu-name{max-width:48vw;overflow:hidden;text-overflow:ellipsis}.section-header{align-items:flex-start;flex-direction:column}.games-container h2{font-size:1.1rem}.games-grid{grid-template-columns:repeat(auto-fit, minmax(128px, 1fr));gap:16px 10px}.game-card{max-width:192px}.game-info{padding:10px 6px 12px}.game-title{font-size:0.62rem}}html body.kiosk-mode{background:#000 !important}body.kiosk-mode{margin:0;background:#000 !important;color:#fff}body.kiosk-home{overflow-y:hidden}body.kiosk-mode .alert{display:none}.kiosk-page{min-height:100vh;background:#000;position:relative}.kiosk-header{position:sticky;top:0;z-index:60;display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 20px;background:#000;border-bottom:1px solid rgba(255,212,0,0.16)}.kiosk-brand{display:inline-flex;align-items:center;gap:0;color:#fff6d5;text-decoration:none}.kiosk-brand-text{display:inline-flex;align-items:center;gap:0.75rem;color:#fff3c2;font-family:"Orbitron", sans-serif;font-optical-sizing:auto;font-weight:800;font-style:normal;font-size:1.22rem;letter-spacing:0.08em;line-height:1;white-space:nowrap;text-transform:uppercase}.kiosk-brand-primary,.kiosk-brand-page-title,.kiosk-brand-divider{color:inherit}.kiosk-brand-primary{display:inline-flex;align-items:baseline;gap:0}.kiosk-brand-logo-word,.kiosk-brand-logo-number{display:block;font-family:"Orbitron", sans-serif;font-optical-sizing:auto;font-style:normal}.kiosk-brand-logo-number{color:#ffd42a}.kiosk-brand-page-title{font-size:0.72rem;letter-spacing:0.08em}.kiosk-brand-divider{opacity:0.6;font-size:0.7rem}.kiosk-auth{display:flex;align-items:center;min-width:120px;justify-content:flex-end}.kiosk-sign-in{color:#fff2bf;text-decoration:none;font-size:0.64rem;letter-spacing:0.08em;text-transform:uppercase;padding:10px 12px 8px;border:2px solid rgba(255,212,0,0.4);background:rgba(255,212,0,0.08)}.kiosk-user{display:inline-flex;align-items:center;gap:0;color:#fff2bf;text-decoration:none}.kiosk-user-name{color:inherit;font-size:0.58rem;letter-spacing:0.08em;text-transform:uppercase}.kiosk-brand,.kiosk-auth{min-width:0}.kiosk-page .games-container{min-height:calc(100vh - 64px);padding:24px 20px;background:#000}.kiosk-mobile-notice{display:none;min-height:calc(100vh - 64px);align-items:center;justify-content:center;padding:32px 20px}.kiosk-mobile-notice-card{max-width:760px;text-align:center}.kiosk-mobile-notice-title{margin:0 0 28px;color:#fff3c2;font-size:1.1rem;line-height:1.5;letter-spacing:0.1em}.kiosk-mobile-notice-copy{margin:0 0 18px;color:#d9d1b3;font-size:0.66rem;line-height:1.9;letter-spacing:0.06em}.kiosk-mobile-notice-copy:last-child{margin-bottom:0}.kiosk-mobile-notice-link{color:#ffd966;text-decoration:none}.kiosk-mobile-notice-link:hover,.kiosk-mobile-notice-link:focus-visible{color:#fff0a8}body.profile-page .profile-shell{min-height:100vh;background:#000;width:100%;max-width:none;margin:0;padding:0}body.profile-page .profile-content{min-height:calc(100vh - 64px);padding:44px 40px 84px;background:#000;box-sizing:border-box}body.profile-page .profile-console-card{display:block !important;width:calc(100vw - 80px) !important;max-width:1120px !important;margin:0 auto;box-sizing:border-box}body.profile-page .profile-console-head{display:flex !important;align-items:center !important;justify-content:flex-start !important;gap:24px;margin-bottom:0;width:100%}body.profile-page .profile-console-title-row{display:flex !important;flex-direction:row !important;align-items:center !important;gap:24px;min-width:0;width:100%}body.profile-page .profile-console-avatar{display:block;width:108px !important;height:108px !important;max-width:108px !important;max-height:108px !important;aspect-ratio:1 / 1;object-fit:cover;border-radius:999px;background:rgba(255,255,255,0.04);overflow:hidden;image-rendering:pixelated;image-rendering:crisp-edges}body.profile-page .profile-console-avatar-button{display:inline-flex !important;width:108px !important;height:108px !important;max-width:108px !important;max-height:108px !important;flex:0 0 auto;line-height:0;cursor:pointer;overflow:hidden;border-radius:999px}body.profile-page .profile-console-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;color:#fff;font-family:"Orbitron", sans-serif;font-size:2.2rem;letter-spacing:0.06em;text-transform:uppercase;background:linear-gradient(135deg, rgba(244,187,68,0.22), rgba(255,255,255,0.06))}body.profile-page .profile-console-title-copy{min-width:0;flex:1 1 auto}body.profile-page .profile-console-title{margin:0;color:#fff;font-family:"Orbitron", sans-serif;font-weight:700;font-size:2rem;line-height:1.05;letter-spacing:0.08em;text-transform:uppercase;overflow-wrap:anywhere}body.profile-page .profile-photo-upload-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;margin-top:14px;padding:12px 18px;color:#000;font-family:"Orbitron", sans-serif;font-size:0.62rem;line-height:1;letter-spacing:0.08em;text-transform:uppercase;background:#ffd42a;border:2px solid #ffd42a;cursor:pointer}body.profile-page .profile-photo-upload-button:hover,body.profile-page .profile-photo-upload-button:focus-visible{color:#000;background:#fff0a8;border-color:#fff0a8}body.profile-page .profile-console-actions{display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:space-between !important;gap:16px;margin-top:24px;margin-bottom:24px;width:100%}body.profile-page .profile-console-actions-main{display:flex !important;flex-direction:row !important;flex:1 1 auto;flex-wrap:wrap;align-items:center;gap:10px;min-width:0}body.profile-page .profile-console-button{display:inline-flex !important;align-items:center;justify-content:center;min-width:0;min-height:48px;padding:14px 24px;color:#fff;font-size:0.7rem;font-weight:normal;line-height:1;letter-spacing:0.08em;text-transform:uppercase;text-decoration:none;border:2px solid rgba(255,255,255,0.2);border-radius:0;background:transparent;box-shadow:none;cursor:pointer;white-space:nowrap}body.profile-page .profile-console-back{margin-left:auto;flex:0 0 auto}body.profile-page .profile-ranking-section{margin-top:36px}body.profile-page .profile-ranking-head{margin-bottom:20px}body.profile-page .profile-ranking-title{margin:0;color:#fff;font-family:"Orbitron", sans-serif;font-weight:700;font-size:1.4rem;line-height:1.05;letter-spacing:0.08em;text-transform:uppercase}body.profile-page .profile-summary-grid{display:grid !important;grid-template-columns:repeat(4, minmax(0, 1fr));gap:16px;margin-bottom:24px}body.profile-page .profile-summary-box{display:block;padding:18px;border:1px solid rgba(255,255,255,0.12);border-radius:22px;background:rgba(255,255,255,0.03)}body.profile-page .profile-summary-link{color:inherit;text-decoration:none;cursor:pointer}body.profile-page .profile-summary-link:hover,body.profile-page .profile-summary-link:focus-visible{border-color:rgba(255,212,42,0.58);background:rgba(255,212,42,0.08);outline:none}body.profile-page .profile-summary-label{margin:0;color:rgba(255,212,42,0.78);font-size:0.6rem;letter-spacing:0.1em;text-transform:uppercase}body.profile-page .profile-summary-value{margin:10px 0 0;color:#fff;font-family:"Orbitron", sans-serif;font-size:1.1rem;letter-spacing:0.06em;text-transform:uppercase}body.profile-page .profile-ranking-list{display:grid;gap:10px}body.profile-page .profile-ranking-row{display:grid !important;grid-template-columns:auto minmax(24px, 1fr) auto auto;align-items:center;gap:12px;padding:14px 0;color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,0.08)}body.profile-page .profile-ranking-row-game{color:#fff;font-family:"Orbitron", sans-serif;font-size:0.82rem;letter-spacing:0.05em;text-transform:uppercase}body.profile-page .profile-ranking-row-separator{height:1px;background:rgba(255,255,255,0.16)}body.profile-page .profile-ranking-row-score{color:rgba(255,255,255,0.76);font-size:0.62rem;letter-spacing:0.05em;text-transform:uppercase}body.profile-page .profile-ranking-row-rank{color:rgba(255,212,42,0.82);font-size:0.62rem;letter-spacing:0.08em;text-transform:uppercase}.profile-friends-search,.profile-friends-results{margin-top:24px}.profile-friend-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,0.08)}.profile-friend-row-name{color:#fff;font-family:"Orbitron", sans-serif;font-size:0.78rem;letter-spacing:0.05em;text-transform:uppercase}.profile-friend-row-action{margin:0;flex:0 0 auto}.profile-score-card .dev-game-score-card-meta{word-break:break-word}.profile-signout{margin-top:32px}.profile-signout .btn{width:100%}body.kiosk-mode{margin:0}.kiosk-game-link{outline:none}.kiosk-page .games-container .container{max-width:1400px;margin:0 auto;padding:0 20px}.kiosk-page .games-grid{max-width:1200px}.kiosk-page .game-card{position:relative;background:#111;box-shadow:0 4px 12px rgba(0,0,0,0.45);transition:background-color 120ms ease, box-shadow 120ms ease, transform 120ms ease}.kiosk-page .game-card.kiosk-hidden{display:none}.kiosk-page .game-icon{position:relative;background:#050505}.kiosk-page .game-info{background:#111;padding:14px 12px 16px}.kiosk-page .game-title{color:#fff;font-size:0.7rem;line-height:1.4;text-align:center}.kiosk-page .game-build{display:none;margin-top:8px;color:#b7b7b7;font-size:0.5rem;letter-spacing:0.12em;text-align:center}.kiosk-page[data-kiosk-dev-mode="true"] .game-build{display:block}.kiosk-page .game-dev-badge{position:absolute;top:10px;right:10px;z-index:2;padding:2px 5px;background:rgba(124,12,33,0.72);color:#ffd2da;border-radius:999px;font-size:0.42rem;font-weight:700;letter-spacing:0.08em;line-height:1;text-transform:lowercase}.kiosk-page[data-kiosk-dev-mode="false"] .game-card[data-published="false"]{display:none}.kiosk-game-link:focus .game-card,.kiosk-game-link:focus-visible .game-card,.kiosk-game-link[data-kiosk-active="true"] .game-card{background:#2a2408;border-color:#ffd400;box-shadow:0 0 0 4px rgba(255,212,0,0.35)}.kiosk-game-link[data-kiosk-active="true"] .game-info,.kiosk-game-link:focus .game-info,.kiosk-game-link:focus-visible .game-info{background:#332b0a}.kiosk-game-link[data-kiosk-active="true"] .game-title,.kiosk-game-link:focus .game-title,.kiosk-game-link:focus-visible .game-title{color:#ffe27a}.kiosk-page[data-kiosk-input-mode="controller"] .kiosk-game-link[data-kiosk-active="true"] .game-card,.kiosk-page[data-kiosk-input-mode="controller"] .kiosk-game-link:focus .game-card,.kiosk-page[data-kiosk-input-mode="controller"] .kiosk-game-link:focus-visible .game-card{transform:translateY(-4px) scale(1.01)}.kiosk-page[data-kiosk-input-mode="mouse"] .kiosk-game-link[data-kiosk-active="true"] .game-card,.kiosk-page[data-kiosk-input-mode="mouse"] .kiosk-game-link:focus .game-card,.kiosk-page[data-kiosk-input-mode="mouse"] .kiosk-game-link:focus-visible .game-card{transform:none;box-shadow:0 0 0 2px rgba(255,212,0,0.2);transition:none}html[data-theme="dark"]{background:#000 !important;color-scheme:dark;min-height:100%;min-height:-webkit-fill-available}html body.mobile-home{background:#000 !important;color:#fff;color-scheme:dark}body.mobile-home{margin:0;min-height:100vh;min-height:100svh;min-height:100dvh;min-height:-webkit-fill-available;background:#000;color:#fff;-webkit-text-size-adjust:100%;text-size-adjust:100%;-webkit-tap-highlight-color:transparent;overflow-x:hidden}body.mobile-home::after{content:"";position:fixed;left:0;right:0;bottom:0;height:calc(env(safe-area-inset-bottom) + 48px);background:#000;pointer-events:none;z-index:999}body.mobile-home .alert{display:none}.mobile-home-page{--mobile-home-shell-max-width: 1024px;min-height:100vh;min-height:100svh;min-height:100dvh;min-height:-webkit-fill-available;background:#000}.mobile-home-content{box-sizing:border-box;width:100%;max-width:var(--mobile-home-shell-max-width);margin:0 auto;padding:10px calc(env(safe-area-inset-right) + 20px) calc(env(safe-area-inset-bottom) + 48px) calc(env(safe-area-inset-left) + 20px)}.mobile-home-empty{margin-top:24px;padding:22px 18px;border:2px solid rgba(255,255,255,0.14);border-radius:24px;background:#000}.mobile-home-empty-title{margin:0;color:#fff;font-family:"Orbitron", sans-serif;font-optical-sizing:auto;font-weight:700;font-style:normal;font-size:1rem;letter-spacing:0.08em;text-transform:uppercase}.mobile-home-empty-copy{margin:12px 0 0;color:#a0a0a0;font-size:0.6rem;line-height:1.8}.mobile-home-topbar{box-sizing:border-box;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:16px;width:100%;max-width:var(--mobile-home-shell-max-width);margin:0 auto;padding:calc(env(safe-area-inset-top) + 18px) calc(env(safe-area-inset-right) + 20px) 8px calc(env(safe-area-inset-left) + 20px)}.mobile-home-icon-button{position:relative;display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;color:#fff;text-decoration:none}.mobile-home-menu{position:relative;justify-self:start}.mobile-home-menu-button{display:inline-flex;padding:0;margin:0;font:inherit;color:inherit;line-height:0;cursor:pointer;-webkit-appearance:none;appearance:none;border:0;box-shadow:none;background:transparent}.mobile-home-menu-button:focus-visible{outline:2px solid #ffd42a;outline-offset:3px;border-radius:12px}.mobile-home-menu.is-open .mobile-home-menu-button{color:#ffd42a}.mobile-home-icon{display:block;width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mobile-home-auth-link{justify-self:end}.mobile-home-auth-link .kiosk-user-name{display:block}.mobile-home-login-button{display:inline-flex;min-height:44px;padding:0 16px;align-items:center;justify-content:center;color:#fff;font-family:"Orbitron", sans-serif;font-optical-sizing:auto;font-weight:700;font-style:normal;font-size:0.7rem;line-height:1;letter-spacing:0.08em;text-align:center;text-decoration:none;text-transform:uppercase;white-space:nowrap;border:1px solid rgba(255,255,255,0.22);border-radius:999px;background:rgba(255,255,255,0.04)}.mobile-home-login-button:hover,.mobile-home-login-button:focus-visible{color:#fff;background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.34)}.mobile-home-create-game{position:fixed;right:calc(env(safe-area-inset-right) + 26px);bottom:calc(env(safe-area-inset-bottom) + 26px);z-index:1001;display:inline-flex;min-height:48px;max-width:calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right) - 32px);align-items:center;justify-content:center;box-sizing:border-box;padding:0 20px;color:#0b0b0b;font-family:"Orbitron", sans-serif;font-optical-sizing:auto;font-weight:800;font-style:normal;font-size:0.72rem;line-height:1;letter-spacing:0.08em;text-align:center;text-decoration:none;text-transform:uppercase;white-space:nowrap;border:1px solid rgba(255,212,42,0.86);border-radius:999px;background:#ffd42a;box-shadow:0 14px 36px rgba(0,0,0,0.52),0 0 22px rgba(255,212,42,0.18)}.mobile-home-create-game:hover,.mobile-home-create-game:focus-visible{color:#000;background:#ffe06a;border-color:#ffe06a}.mobile-home-create-game:focus-visible{outline:2px solid #fff;outline-offset:3px}.mobile-home-menu-panel{position:absolute;top:calc(100% + 10px);left:0;z-index:30;min-width:210px;max-width:calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right) - 32px);padding:10px;border:1px solid rgba(255,255,255,0.12);border-radius:18px;background:rgba(0,0,0,0.96);box-shadow:0 20px 48px rgba(0,0,0,0.45)}.mobile-home-menu-link{display:block;padding:12px 14px;color:#e6e6e6;font-family:"Orbitron", sans-serif;font-optical-sizing:auto;font-weight:600;font-style:normal;font-size:0.72rem;letter-spacing:0.08em;text-decoration:none;text-transform:uppercase;border-radius:12px}.mobile-home-menu-link:hover,.mobile-home-menu-link:focus-visible{color:#fff;background:rgba(255,255,255,0.08)}.mobile-home-menu-link.is-active{color:#ffd42a;background:rgba(255,212,42,0.12)}.mobile-home-menu-separator{height:1px;margin:8px 6px;background:rgba(255,255,255,0.12)}.mobile-home-menu-link+.mobile-home-menu-link{margin-top:4px}.mobile-home-topbar-spacer{display:block;width:44px;height:44px}.mobile-home-icon-dot{position:absolute;right:3px;bottom:5px;width:10px;height:10px;background:#ffd42a;border:2px solid #000;border-radius:999px}.mobile-home-logo{margin:0;color:#fff;display:flex;align-items:baseline;justify-content:center;gap:0;font-family:"Orbitron", sans-serif;font-optical-sizing:auto;font-weight:800;font-style:normal;font-size:2rem;line-height:1;letter-spacing:0.08em}.mobile-home-logo-word,.mobile-home-logo-number{display:block;font-family:"Orbitron", sans-serif;font-optical-sizing:auto;font-style:normal}.mobile-home-logo-number{color:#ffd42a}.mobile-spotlight-card,.mobile-list-card{display:grid;color:inherit;text-decoration:none;background:#000;overflow:hidden}.mobile-spotlight-card{grid-template-columns:minmax(0, 1.12fr) minmax(260px, 0.88fr);border:3px solid var(--mobile-card-accent);border-radius:32px;box-shadow:0 0 0 1px rgba(255,212,42,0.1)}.mobile-list-card{display:block;width:100%;max-width:256px;outline:none;border:0;border-radius:0;background:transparent;overflow:visible}.mobile-list-card-play,.mobile-list-card-title-link{display:block;color:inherit;text-decoration:none}.mobile-list-card:focus,.mobile-list-card:focus-visible,.mobile-list-card-play:focus,.mobile-list-card-play:focus-visible,.mobile-list-card-title-link:focus,.mobile-list-card-title-link:focus-visible{outline:none}.mobile-list-card-art-wrap{position:relative}.mobile-list-card-title-row{position:relative;display:flex;align-items:flex-start;justify-content:center;gap:8px}.mobile-list-card-title-link{min-width:0}.mobile-list-card-menu-button{position:absolute;top:8px;left:8px;z-index:3;display:flex;width:30px;height:34px;align-items:center;justify-content:center;flex-direction:column;gap:3px;color:rgba(255,255,255,0.92);text-decoration:none;border-radius:999px;background:radial-gradient(circle at center, rgba(0,0,0,0.72), rgba(0,0,0,0.18));box-shadow:0 2px 8px rgba(0,0,0,0.8),0 0 0 1px rgba(255,255,255,0.08);filter:drop-shadow(0 1px 2px rgba(0,0,0,0.95))}.mobile-list-card-menu-button:hover,.mobile-list-card-menu-button:focus-visible{color:#ffd42a}.mobile-list-card-owner-badge{position:absolute;top:8px;right:8px;z-index:3;display:block;max-width:calc(100% - 54px);min-height:24px;padding:5px 9px 4px;box-sizing:border-box;overflow:hidden;color:rgba(255,255,255,0.92);font-family:"Orbitron", sans-serif;font-size:0.5rem;font-weight:700;line-height:1;letter-spacing:0.04em;text-align:right;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;border-radius:999px;background:radial-gradient(circle at center, rgba(0,0,0,0.72), rgba(0,0,0,0.18));box-shadow:0 2px 8px rgba(0,0,0,0.8),0 0 0 1px rgba(255,255,255,0.08);filter:drop-shadow(0 1px 2px rgba(0,0,0,0.95))}.mobile-list-card-owner-badge:hover,.mobile-list-card-owner-badge:focus-visible{color:#ffd42a}.mobile-list-card-menu-dot{display:block;width:4px;height:4px;border-radius:999px;background:currentColor;box-shadow:0 1px 3px rgba(0,0,0,0.95)}.mobile-spotlight-card:hover,.mobile-spotlight-card:focus-visible,.mobile-list-card:hover,.mobile-list-card:focus-visible{color:inherit;transform:translateY(-1px)}.mobile-list-card.is-keyboard-selected{color:inherit;transform:translateY(-1px)}.mobile-spotlight-card-art,.mobile-list-card-art{position:relative;min-width:0;background:#000}.mobile-list-card-art{min-height:0;aspect-ratio:1 / 1;border-radius:18px;overflow:hidden;background:rgba(255,255,255,0.04)}.mobile-list-card.is-keyboard-selected .mobile-list-card-art{box-shadow:0 0 0 2px rgba(255,212,42,0.95),0 0 0 6px rgba(255,212,42,0.18)}.mobile-spotlight-card-art img,.mobile-list-card-art img{width:100%;height:100%;display:block;object-fit:cover;image-rendering:pixelated;image-rendering:crisp-edges}.mobile-spotlight-card-copy,.mobile-list-card-copy{display:flex;flex-direction:column;justify-content:flex-start;min-width:0;padding:24px 20px}.mobile-list-card-copy{gap:6px;height:auto;padding:10px 2px 0}.mobile-spotlight-card-title,.mobile-list-card-title{margin:0;color:#fff;font-family:"Orbitron", sans-serif;font-optical-sizing:auto;font-weight:700;font-style:normal;line-height:1.05;letter-spacing:0.08em;text-transform:uppercase}.mobile-spotlight-card-title{font-size:1.65rem}.mobile-list-card-title{font-size:Clamp(0.72rem, calc(0.24vw + 0.68rem), 0.84rem);line-height:1.22;letter-spacing:0.06em;text-align:center;padding:0 24px}.mobile-list-card.is-keyboard-selected .mobile-list-card-title{color:#ffd42a}.mobile-list-card-rank{display:none;margin:auto 0 0;color:var(--mobile-card-accent);font-family:"Orbitron", sans-serif;font-optical-sizing:auto;font-weight:500;font-style:normal;font-size:1rem;line-height:1.05;letter-spacing:0.04em}.mobile-game-list{display:grid;grid-template-columns:repeat(auto-fit, minmax(136px, 256px));justify-content:space-evenly;gap:Clamp(12px, 1.3vw, 20px) Clamp(10px, 1.1vw, 16px);margin-top:Clamp(10px, 1.6vh, 18px)}.mobile-list-card-chevron{display:none}.game-profile-page .game-profile-shell{min-height:100vh;background:#000}.game-profile-content{min-height:calc(100vh - 64px);padding:44px 40px 84px;background:#000;box-sizing:border-box}.game-profile-card{width:100%;max-width:1120px;margin:0 auto}.game-profile-hero{display:grid;grid-template-columns:256px minmax(0, 1fr);gap:32px;align-items:center}.game-profile-image{width:256px;aspect-ratio:1 / 1;display:block;object-fit:cover;border-radius:28px;background:rgba(255,255,255,0.04);image-rendering:pixelated;image-rendering:crisp-edges}.game-profile-copy{min-width:0}.game-profile-owner{margin:0 0 12px;color:rgba(255,212,42,0.78);font-size:0.6rem;letter-spacing:0.12em;text-transform:uppercase}.game-profile-title{margin:0;color:#fff;font-family:"Orbitron", sans-serif;font-size:2rem;line-height:1.05;letter-spacing:0.08em;text-transform:uppercase;overflow-wrap:anywhere}.game-profile-goal{max-width:760px;margin:18px 0 0;color:rgba(255,255,255,0.72);font-size:0.72rem;line-height:1.8;letter-spacing:0.04em}.game-profile-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.game-profile-button{min-width:120px}.game-profile-action-form{display:inline-flex;margin:0}.game-profile-back{margin-left:auto}.game-profile-description,.game-profile-activity{padding:18px;border:1px solid rgba(255,255,255,0.12);border-radius:22px;background:rgba(255,255,255,0.03)}.game-profile-section-title{margin:0;color:rgba(255,212,42,0.78);font-size:0.6rem;letter-spacing:0.1em;text-transform:uppercase}.game-profile-description{margin-top:24px}.game-profile-activity{margin-top:28px}.game-profile-section-head{display:flex;align-items:baseline;justify-content:flex-start;gap:16px}.game-profile-activity-chart{display:flex;align-items:end;justify-content:center;gap:2px;height:136px;margin-top:18px}.game-profile-activity-day-bar{display:flex;flex:1 1 0;min-width:0;height:100%;flex-direction:column;align-items:center;justify-content:flex-end}.game-profile-activity-track{position:relative;width:100%;flex:1 1 auto;overflow:hidden;border-radius:6px 6px 2px 2px;background:transparent;box-shadow:none}.game-profile-activity-fill{position:absolute;left:0;right:0;bottom:0;min-height:2px;border-radius:inherit;background:linear-gradient(180deg, rgba(255,212,42,0.95), rgba(74,222,255,0.74));box-shadow:0 -8px 24px rgba(255,212,42,0.18)}.game-profile-description p{margin:12px 0 0;color:rgba(255,255,255,0.7);font-size:0.68rem;line-height:1.8}@media (min-width: 821px){.mobile-list-card-menu-button{display:inline-flex}}@media (max-width: 820px){body.kiosk-home{overflow-y:auto}.kiosk-header{height:58px;padding:0 14px}.kiosk-brand-text{gap:0.55rem;font-size:0.92rem;letter-spacing:0.06em}.kiosk-brand-page-title{font-size:0.58rem;letter-spacing:0.06em}.kiosk-auth{min-width:0}.kiosk-user-name,.kiosk-sign-in{font-size:0.52rem}.kiosk-page .games-container{min-height:calc(100vh - 58px);padding:18px 12px}body.profile-page .profile-content{min-height:calc(100vh - 58px);padding:32px 18px 56px}body.profile-page .profile-console-card{width:100% !important}body.profile-page .profile-console-title-row{gap:18px}body.profile-page .profile-console-avatar,body.profile-page .profile-console-avatar-button{width:92px !important;height:92px !important;max-width:92px !important;max-height:92px !important;border-radius:999px}body.profile-page .profile-console-title{font-size:1.55rem;letter-spacing:0.06em}body.profile-page .profile-photo-upload-button{min-height:40px;margin-top:12px;padding:11px 16px;font-size:0.58rem}body.profile-page .profile-console-actions{align-items:stretch !important;gap:10px}body.profile-page .profile-console-actions-main{gap:10px}body.profile-page .profile-console-button{min-height:44px;padding:12px 18px;font-size:0.62rem}body.profile-page .profile-summary-grid{grid-template-columns:repeat(2, minmax(0, 1fr));gap:12px}body.profile-page .profile-ranking-row{grid-template-columns:minmax(0, 1fr) auto;gap:8px 12px;align-items:start}body.profile-page .profile-ranking-row-separator{display:none}body.profile-page .profile-ranking-row-score{grid-column:1}body.profile-page .profile-ranking-row-rank{grid-column:2;grid-row:1 / span 2}.mobile-home-topbar{grid-template-columns:40px 1fr auto;gap:12px;padding:calc(env(safe-area-inset-top) + 14px) calc(env(safe-area-inset-right) + 14px) 6px calc(env(safe-area-inset-left) + 14px)}.mobile-home-topbar-spacer,.mobile-home-icon-button{width:40px;height:40px}.mobile-home-icon{width:30px;height:30px}.mobile-home-logo{font-size:Clamp(1.35rem, 8vw, 1.8rem)}.mobile-home-login-button{min-height:40px;padding:0 12px;font-size:0.58rem}.mobile-home-create-game{right:calc(env(safe-area-inset-right) + 16px);bottom:calc(env(safe-area-inset-bottom) + 16px);min-height:44px;padding:0 16px;font-size:0.62rem}.mobile-home-content{padding:8px calc(env(safe-area-inset-right) + 14px) calc(env(safe-area-inset-bottom) + 34px) calc(env(safe-area-inset-left) + 14px)}.mobile-game-list{grid-template-columns:repeat(auto-fit, minmax(152px, 1fr));justify-content:center;gap:16px 14px}.mobile-list-card{max-width:320px;justify-self:center}.game-profile-content{min-height:calc(100vh - 58px);padding:32px 18px 56px}.game-profile-hero{grid-template-columns:120px minmax(0, 1fr);gap:18px}.game-profile-image{width:120px;border-radius:22px}.game-profile-title{font-size:1.45rem}.game-profile-back{margin-left:0}}@media (orientation: landscape) and (max-height: 520px) and (pointer: coarse){.mobile-game-list{grid-template-columns:repeat(5, minmax(0, 1fr));gap:12px}.mobile-list-card{width:100%;max-width:192px}}@media (max-width: 520px){.kiosk-header{padding:0 10px}.kiosk-brand-text{gap:0.4rem;font-size:0.72rem}.kiosk-brand-page-title{font-size:0.48rem}.kiosk-user-name{max-width:28vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.profile-page .profile-content{padding:26px 14px 44px}body.profile-page .profile-console-title-row{gap:14px}body.profile-page .profile-console-avatar,body.profile-page .profile-console-avatar-button{width:74px !important;height:74px !important;max-width:74px !important;max-height:74px !important;border-radius:999px}body.profile-page .profile-console-title{font-size:1.2rem}body.profile-page .profile-photo-upload-button{width:100%;margin-top:10px}body.profile-page .profile-console-actions{flex-wrap:wrap}body.profile-page .profile-console-actions-main{flex:1 1 100%}body.profile-page .profile-console-button{flex:1 1 auto;padding:12px 14px}body.profile-page .profile-console-back{margin-left:0}body.profile-page .profile-summary-grid{grid-template-columns:1fr}.mobile-home-menu-panel{width:calc(100vw - 28px);min-width:0;max-width:210px}.mobile-game-list{grid-template-columns:repeat(auto-fit, minmax(140px, 1fr));gap:16px 14px}.mobile-list-card-title{padding:0}.game-profile-content{padding:26px 14px 44px}.game-profile-hero{display:block}.game-profile-image{width:96px;margin-bottom:18px;border-radius:18px}.game-profile-section-head{display:block}.game-profile-activity-chart{height:118px;gap:1px}.game-profile-activity-track{border-radius:4px 4px 1px 1px}}.navbar{background-color:#343a40;padding:15px 0;margin-bottom:20px}.navbar .container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 20px}.navbar .brand{color:white;font-size:24px;font-weight:bold;text-decoration:none}.navbar .brand:hover{color:#007bff}.navbar .nav-links{display:flex;gap:20px}.navbar .nav-links a{color:white;text-decoration:none;padding:8px 15px;border-radius:4px;transition:background-color 0.2s;display:flex;align-items:center}.navbar .nav-links a:hover{background-color:#495057}.navbar .nav-profile-link{display:flex;align-items:center;gap:8px}.platform-name{font-size:2rem;color:#F4BB44;margin:0;text-shadow:-2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000, -2px 0 0 #000, 2px 0 0 #000, 0 -2px 0 #000, 0 2px 0 #000;font-weight:normal;letter-spacing:4px;font-family:inherit}nav[aria-label=breadcrumb] ul{width:100%;overflow-x:auto;margin-bottom:-32px}nav[aria-label=breadcrumb] ul::-webkit-scrollbar{display:none}nav[aria-label=breadcrumb] ul{scrollbar-width:none;-ms-overflow-style:none}nav[aria-label=breadcrumb] ul li{display:flex;justify-content:center;align-items:center}nav[aria-label=breadcrumb] ul li:not(:last-child) ::after{content:""}[role=tab]{border-bottom:2px solid transparent;padding:var(--nav-link-spacing-vertical) calc(var(--nav-link-spacing-horizontal)*1.5);user-select:none;color:var(--secondary);border-radius:0;background:transparent}[role=tab][aria-current]{color:var(--contrast) !important;border-color:var(--contrast)}[role=tab][aria-current-2]{color:var(--contrast) !important;border-color:var(--contrast)}.profile-header{text-align:center;margin-bottom:30px}.avatar-container{display:inline-block;margin:20px auto}.profile-avatar{width:150px;height:150px;border-radius:999px;object-fit:cover;border:4px solid #007bff;box-shadow:0 4px 8px rgba(0,0,0,0.1)}.avatar-preview{margin:10px 0 15px 0;text-align:center}.avatar-preview-img{width:120px;height:120px;border-radius:999px;object-fit:cover;border:3px solid #ddd;display:inline-block}.form-group input[type="file"]{padding:8px}.user-avatar-small{width:32px;height:32px;min-width:32px;min-height:32px;border-radius:999px;object-fit:cover;border:2px solid white;vertical-align:middle;flex-shrink:0}:root{--primary: #444444;background-color:#FFF4E0}html,body,body *,input,button,textarea,select,option{font-family:'Orbitron', sans-serif}
