:root{--bg: #0e0f13;--panel: #151821;--text: #ffffff;--muted: #ffffff;--accent: #5bfa8e;--border: #232734;--hud-text-color: #fff;--screen-flash-color: #ff4040;--screen-flash-opacity: .85;--base-font-size: 9px}*{box-sizing:border-box}html,body{height:100%}hr{border-top:4px solid var(--border)}html{font-size:var(--base-font-size)}body{margin:0;font-family:"Press Start 2P",monospace;color:var(--text);background:var(--bg)}body *{border-radius:0!important}.app{min-height:100vh;display:flex;flex-direction:column}header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:10px clamp(10px,2.5vw,20px);border-bottom:4px solid var(--border);background:var(--panel);position:sticky;top:0;z-index:10}header h1{margin:0;font-size:clamp(1.35rem,2vw + 1rem,1.9rem);letter-spacing:.4px}header input{flex:1 1 220px;max-width:360px;padding:5px 8px;background:var(--panel);border:1px solid var(--border);border-radius:10px;color:var(--text)}main{flex:1;width:min(1100px,100%);margin:0 auto;padding:clamp(10px,2.5vw,20px);display:grid;gap:16px}.tabs{display:flex;flex-wrap:wrap;gap:5px;padding:clamp(3px,1.2vw,6px);border:4px solid var(--border);border-radius:14px;background:var(--panel);width:100%;max-width:720px;margin:clamp(3px,1.2vw,8px) auto;position:relative;z-index:20;pointer-events:auto}body.game-mode .tabs{margin-bottom:0}.tabs-title{flex:1 1 100%;margin:0;text-align:center;font-size:clamp(.75rem,2vw,.9rem);letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.tabs-links{flex:1 1 auto;display:flex;gap:8px;flex-wrap:wrap;justify-content:center;align-items:center;width:100%}.tab-button{display:flex;align-items:center;justify-content:center;min-height:28px;padding:8px 12px;border:4px solid var(--border);background:#1a2030e6;color:#f2f5ff;cursor:pointer;font-weight:600;white-space:nowrap;font-size:.95rem}.tab-action-button{flex:0 0 auto;display:flex;align-items:center;justify-content:center;min-height:28px;padding:8px 12px;border:4px solid var(--border);background:#1e2337e0;color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap}.tab-button.active{background:#64b5f633;border-color:#64b5f673;color:#fff}@media(hover:hover){.tab-button:hover,.tab-action-button:hover{background:#64b5f633;border-color:#64b5f673;color:#fff}}@media(max-width:640px){.tabs{gap:3px;padding:3px;border-radius:9px;margin:3px auto 6px}.tabs-title{font-size:.75rem}.tabs-links{gap:3px;justify-content:center}.tab-button{min-height:26px;padding:4px 7px;font-size:.85rem}.tab-action-button{padding:4px 7px;font-size:.8rem}.project-save-controls{gap:3px}.btn-manual-save,.btn-history-dropdown{padding:4px 7px;font-size:.8rem;min-height:26px}body.game-mode #game-container{justify-content:flex-start;padding-top:4px;padding-bottom:10px;gap:8px;margin-top:0}body.game-mode .game-screen{margin-top:8px}}.tab-button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.project-save-controls{display:flex;gap:8px;justify-content:center;width:100%;max-width:720px;margin:0 auto clamp(3px,1.2vw,8px)}.history-dropdown-wrapper{position:relative}.btn-manual-save,.btn-history-dropdown{padding:8px 12px;background:#1a2030e6;border:4px solid var(--border);color:#fff;cursor:pointer;font-weight:600;font-size:.9rem;min-height:28px;font-family:"Press Start 2P",monospace;transition:all .2s}@media(hover:hover){.btn-manual-save:hover,.btn-history-dropdown:hover{background:#64b5f633;border-color:#64b5f673}}.btn-manual-save:focus-visible,.btn-history-dropdown:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn-manual-save:disabled{opacity:.6;cursor:not-allowed}.history-dropdown-menu{position:absolute;top:100%;left:0;margin-top:5px;background:var(--panel);border:4px solid var(--border);border-radius:8px;box-shadow:0 4px 12px #0000004d;min-width:200px;max-width:300px;z-index:1000}.history-dropdown-menu[hidden]{display:none}.history-items-container{max-height:300px;overflow-y:auto}.history-item{display:flex;flex-direction:column;gap:3px;width:100%;padding:10px 12px;cursor:pointer;border:none;border-bottom:1px solid var(--border);transition:background .15s;background:transparent;color:var(--text);text-align:left;font-family:"Press Start 2P",monospace;font-size:.8rem}.history-item-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-item-timestamp{font-size:.6rem;opacity:.6}@media(hover:hover){.history-item:hover{background:#64b5f61a}}.history-item:last-child{border-bottom:none}.history-item:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.tab-content{display:none;padding:clamp(10px,2vw,18px);border:4px solid var(--border);border-radius:14px;background:var(--panel)}.tab-content.active{display:block}body.editor-mode main{width:100%;max-width:none;margin:0;padding:0;gap:0;display:flex;flex-direction:column}body.editor-mode #tab-editor.tab-content{border:none;border-radius:0;box-shadow:none;background:var(--panel);padding:0}body.editor-mode #tab-editor.tab-content.active{display:flex;flex:1;flex-direction:column;min-height:0}body.editor-mode #tab-editor .editor-layout{flex:1;min-height:0;padding:clamp(10px,2.5vw,20px);overflow:auto}body.game-mode{overflow:hidden}body.game-mode .app{height:100vh}body.game-mode header{display:flex;background:#0b0d12;border-bottom:2px solid #2a2f3a;-webkit-backdrop-filter:none;backdrop-filter:none;color:#fff;font-family:"Press Start 2P",monospace}body.game-mode header h1{letter-spacing:1px;text-transform:uppercase}body.game-mode header input{border-radius:0;box-shadow:none;background-image:none;border:2px solid #2a2f3a;background:#0f131b;color:#fff}body.game-mode main{flex:1;width:100%;max-width:none;margin:0;padding:0;gap:0;display:flex;flex-direction:column;min-height:0}body.game-mode .tab-action-button{display:inline-flex;justify-content:center;align-items:center}body.game-mode #tab-game.tab-content{flex:1;padding:0;border:none;border-radius:0;box-shadow:none;background:#000;min-height:0;position:relative;z-index:1}body.game-mode #tab-game.tab-content.active{display:flex}body.game-mode #game-container{flex:1;width:100%;height:100%;min-height:0;padding:0 clamp(12px,3vw,32px) clamp(12px,3vw,32px);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:8px}body.game-mode #tab-game .game-controls{position:absolute;bottom:clamp(12px,4vw,28px);right:clamp(12px,4vw,32px);padding:6px 8px;background:var(--panel);border:4px solid var(--border);border-radius:8px;z-index:3}body.game-mode #tab-game .game-controls button{font-size:.75rem;padding:6px 10px}body.editor-mode{--bg: #0b0d12;--panel: #11151d;--text: #ffffff;--muted: #ffffff;--accent: #5bfa8e;--border: #2a2f3a;background:var(--bg);font-family:"Press Start 2P",monospace}body.editor-mode header{background:#0b0d12;border-bottom:2px solid var(--border);-webkit-backdrop-filter:none;backdrop-filter:none}body.editor-mode header h1{letter-spacing:1px;text-transform:uppercase}body.editor-mode .tabs,body.editor-mode .tab-content,body.editor-mode .tab-button,body.editor-mode .tab-action-button,body.editor-mode header input,body.editor-mode button,body.editor-mode input,body.editor-mode select,body.editor-mode textarea,body.editor-mode .map-nav-button,body.editor-mode .editor-mobile-nav-button,body.editor-mode [class*=card],body.editor-mode [class*=badge],body.editor-mode [class*=toggle],body.editor-mode [class*=button]{border-radius:0;box-shadow:none;background-image:none}body.editor-mode .tabs,body.editor-mode .tab-content,body.editor-mode [class*=card],body.editor-mode [class*=badge]{border:2px solid var(--border);background:var(--panel)}body.editor-mode .tile-card.selected,body.editor-mode .npc-card.selected,body.editor-mode .enemy-card.selected,body.editor-mode .object-type-card.selected{border-color:var(--accent);background:#64b5f61a;box-shadow:0 0 0 2px #64b5f626}body.editor-mode .tab-button,body.editor-mode .tab-action-button,body.editor-mode button,body.editor-mode .map-nav-button,body.editor-mode .editor-mobile-nav-button{border:2px solid var(--border);background:#141a24;color:var(--text);text-transform:uppercase;letter-spacing:.06em}body.editor-mode .tab-button.active{background:#1f2735;border-color:var(--accent);color:#fff}@media(hover:hover){body.editor-mode .tab-button:hover,body.editor-mode .tab-action-button:hover,body.editor-mode button:hover,body.editor-mode .map-nav-button:hover:not(:disabled),body.editor-mode .editor-mobile-nav-button:hover{background:#1f2735;border-color:var(--accent);color:#fff}}body.editor-mode input,body.editor-mode select,body.editor-mode textarea,body.editor-mode header input{border:2px solid var(--border);background:#0f131b;color:var(--text)}body.editor-mode .tab-button:focus-visible,body.editor-mode button:focus-visible,body.editor-mode .map-nav-button:focus-visible,body.editor-mode .editor-mobile-nav-button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.game-container{position:relative;display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}.game-screen{position:relative;display:inline-block;line-height:0}.game-screen canvas{display:block}.combat-indicator{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);padding:4px 10px;border-radius:6px;font-family:monospace;font-size:clamp(18px,4vw,24px);color:#fff;background:var(--panel);opacity:0;pointer-events:none;z-index:4}.combat-indicator.visible{opacity:1}.screen-flash{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;background:var(--screen-flash-color);mix-blend-mode:screen;opacity:0;transition:opacity .15s ease-out;z-index:3}.screen-flash.visible{opacity:var(--screen-flash-opacity)}#game-canvas{width:clamp(128px,45vw,384px);max-width:100%;height:auto;margin-top:1em}#editor-canvas{width:clamp(220px,90vw,820px);max-width:100%;height:auto;flex:0 1 auto}.editor-map-wrapper{position:relative;display:flex;justify-content:center;padding:24px;margin:0 auto;width:100%;max-width:900px}.editor-map-title{display:flex;align-items:baseline;gap:8px;font-size:1.05rem;color:var(--text)}.editor-map-position{font-size:.9rem;color:var(--muted)}.editor-map-wrapper canvas{display:block;width:100%}.map-nav-button{--map-nav-arrow-color: rgba(255, 255, 255, .85);position:absolute;width:28px;height:28px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:#0a0f19d9;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3}.map-nav-button:hover:not(:disabled),.map-nav-button:focus-visible:not(:disabled){border-color:#60a5fae6;background:#60a5fa59;outline:none}.map-nav-button:disabled{opacity:.35;cursor:default;--map-nav-arrow-color: rgba(255, 255, 255, .35)}.map-nav-button:after{content:"";display:block;width:0;height:0;border-style:solid}.map-nav-button--up{top:6px;left:50%;transform:translate(-50%)}.map-nav-button--up:after{border-width:0 6px 8px 6px;border-color:transparent transparent var(--map-nav-arrow-color) transparent}.map-nav-button--down{bottom:6px;left:50%;transform:translate(-50%)}.map-nav-button--down:after{border-width:8px 6px 0 6px;border-color:var(--map-nav-arrow-color) transparent transparent transparent}.map-nav-button--left{left:6px;top:50%;transform:translateY(-50%)}.map-nav-button--left:after{border-width:6px 8px 6px 0;border-color:transparent var(--map-nav-arrow-color) transparent transparent}.map-nav-button--right{right:6px;top:50%;transform:translateY(-50%)}.map-nav-button--right:after{border-width:6px 0 6px 8px;border-color:transparent transparent transparent var(--map-nav-arrow-color)}.editor-mobile-nav{display:none;gap:8px;justify-content:center;margin-top:16px;flex-wrap:wrap}.editor-mobile-nav-button{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:#0f172acc;color:#fff;font-size:1.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.editor-mobile-nav-button .nav-icon{image-rendering:pixelated;image-rendering:crisp-edges}.editor-mobile-nav-button.active{border-color:#60a5fae6;background:#60a5fa40}.editor-mobile-nav-button:focus-visible{outline:2px solid rgba(147,197,253,.8);outline-offset:2px}#tile-canvas{width:clamp(128px,45vw,384px);max-width:100%;height:auto}#selected-tile-preview{width:clamp(64px,24vw,128px);max-width:100%;height:auto}.game-controls{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;align-items:center;color:var(--muted);font-size:.9rem}.game-controls button{flex:0 0 auto}.touch-controls-toggle{display:none;margin-top:8px;padding:6px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.3);background:#ffffff05;color:#fff;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;font-weight:600;cursor:pointer}.touch-controls-toggle[aria-expanded=true]{border-color:#64b5f6}.game-touch-pad{display:none;z-index:2;gap:6px;align-items:center}.game-touch-pad .pad-button{width:36px;height:36px;border-radius:10px;border:1px solid rgba(255,255,255,.2);background:#ffffff14;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.85rem;padding:0;touch-action:manipulation}.game-touch-pad .pad-button:active{transform:translateY(1px)}.game-touch-pad .pad-middle-row{display:flex;gap:6px}.game-touch-pad .pad-center{opacity:0}.game-touch-pad .pad-up:before{content:"▲"}.game-touch-pad .pad-down:before{content:"▼"}.game-touch-pad .pad-left:before{content:"◀"}.game-touch-pad .pad-right:before{content:"▶"}.game-touch-pad .touch-controls-hide{display:none}@media(max-width:720px){.touch-controls-toggle{display:inline-flex;align-items:center;gap:6px}body.touch-controls-visible .touch-controls-toggle{display:none}body.touch-controls-visible .game-touch-pad{display:grid;position:absolute;bottom:clamp(72px,18vw,128px);left:50%;transform:translate(-50%);justify-items:center}body.touch-controls-visible .game-touch-pad .touch-controls-hide{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.3);background:#ffffff0d;font-size:.65rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px;color:#fff}body.game-mode.touch-controls-visible #game-container{padding-bottom:clamp(110px,24vw,160px)}}.editor-layout{display:grid;gap:24px;grid-template-columns:minmax(0,360px) minmax(0,1fr) minmax(0,360px);grid-template-areas:"left center right";align-items:start}.editor-left,.editor-right,.editor-center{display:grid;gap:24px;align-content:start;width:100%;min-width:0}.editor-left{grid-area:left;max-width:360px;justify-self:start}.editor-center{grid-area:center;align-content:start;justify-items:center;justify-self:center}.editor-right{grid-area:right;max-width:360px;justify-self:end}.editor-section--map{width:100%;max-width:768px;justify-items:center}.editor-section--map canvas{margin:0 auto}.editor-section{display:grid;gap:16px;padding:16px;border:4px solid var(--border);border-radius:12px;background:var(--panel)}.editor-section h3{margin:0;font-size:1rem;letter-spacing:.3px}.editor-section canvas{justify-self:center}.editor-section details{display:grid;gap:16px;background:var(--bg)}.editor-section details+details{margin-top:12px}.editor-section summary{cursor:pointer;font-weight:600;padding:6px 0}.editor-section details[open] summary{margin-bottom:8px}.tile-editor{display:grid;gap:16px}.tile-editor-top{display:grid;justify-items:center}.tile-editor-info{display:grid;gap:12px}.tile-name-line{display:flex;justify-content:space-between;align-items:center;font-size:.85rem}.tile-name-line .label{color:var(--muted)}.tile-editor-info .checkbox{display:flex;align-items:center;gap:6px;font-size:.85rem}.control-group{display:grid;gap:6px}.control-group label{font-size:.85rem;color:var(--muted)}.control-group input[type=text],.control-group input[type=color],.control-group select,.control-group textarea{width:100%}canvas{image-rendering:pixelated;image-rendering:crisp-edges;max-width:100%;height:auto}input,select,textarea,button{font:inherit;padding:10px 12px;border:4px solid var(--border);background:#0f1422;color:var(--text);outline:none}input:focus,select:focus,textarea:focus,button:focus-visible{border-color:var(--accent)}button{cursor:pointer}button:hover{border-color:#2d3242}textarea{width:100%;min-height:160px;resize:vertical}.tile-preset-summary{margin:0;font-size:.8rem;color:var(--muted)}.objects-panel{display:grid;gap:12px}.object-types{display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));max-height:min(40vh,260px);overflow-y:auto;padding-right:4px}.object-type-card{display:grid;grid-template-columns:48px 1fr;align-items:center;gap:10px;padding:8px 10px;background:var(--panel);border:4px solid var(--border);border-radius:8px;cursor:pointer;position:relative}.object-type-card:hover{border-color:#64b5f699}.object-types::-webkit-scrollbar{width:6px}.object-types::-webkit-scrollbar-thumb{background:#232734;border-radius:999px}.object-type-card.selected{border-color:var(--accent);box-shadow:0 0 0 2px #64b5f626}.object-type-card.placed .object-type-info{color:#8be9a5}.object-type-meta{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.object-type-name{font-weight:600;color:var(--text)}.object-type-info{font-size:.75rem;color:var(--muted)}.object-type-stats{display:flex;align-items:center;gap:6px;font-size:.95rem;margin-top:4px;flex-wrap:wrap}.object-stat-damage,.object-stat-durability{display:inline-flex;align-items:center;padding:7px 14px;border-radius:5px;font-weight:700;font-family:Courier New,monospace;font-size:1.35rem}.object-stat-damage{background:#ffa72626;color:#ffa726;border:1px solid rgba(255,167,38,.3)}.object-stat-damage:before{content:"⚔ ";margin-right:3px}.object-stat-durability{background:#42a5f526;color:#42a5f5;border:1px solid rgba(66,165,245,.3)}.object-stat-durability:before{content:"🛡 ";margin-right:3px}.object-stat-separator{color:var(--border);font-size:.85rem;opacity:.6}.objects-list{display:grid;gap:8px}.object-card{display:grid;grid-template-columns:auto 1fr;align-items:flex-start;gap:12px;padding:8px 12px;border:1px dashed var(--border);border-radius:8px;background:var(--panel)}.object-preview,.object-type-preview{width:48px;height:48px;min-width:48px;min-height:48px;max-width:48px;max-height:48px;border:1px solid var(--border);border-radius:4px;background:#0f1320a6;image-rendering:pixelated;flex-shrink:0;justify-self:center}.object-body{min-width:0;display:flex;flex-direction:column;gap:6px}.object-card .object-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.object-name{margin:0;font-size:.95rem;font-weight:600}.object-card .object-remove{align-self:flex-end;margin-top:4px}.object-position{font-size:.8rem;color:var(--muted)}.object-card .object-config{display:flex;flex-direction:column;gap:4px;padding:6px 8px;border-radius:6px;background:#212f4466}.object-config-label{display:flex;flex-direction:column;gap:4px;font-size:.75rem;color:#cfd8dc}.object-config-select{width:100%;padding:4px 6px;border-radius:4px;border:1px solid #334155;background:#172030;color:#e8f1ff}.object-config-textarea{width:100%;min-height:84px;padding:6px;border-radius:4px;border:1px solid #334155;background:#0f172a;color:#e8f1ff;font-family:inherit;font-size:.85rem;resize:vertical}.object-config-hint{font-size:.7rem;color:var(--muted);text-align:right}.object-status{font-size:.75rem;color:#eceff1}.object-status.is-on{color:#8be9a5}.npc-conditional-group{display:grid;gap:6px;margin:8px 0}.npc-conditional-section{display:grid;gap:8px}.npc-conditional-section[hidden]{display:none}.npc-conditional-toggle{margin:8px 0}.npc-conditional-toggle button{width:100%;padding:8px 10px;border:1px dashed var(--border);border-radius:6px;background:#0f121d80;color:var(--muted);cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.npc-conditional-toggle button[aria-expanded=true]{border-style:solid;border-color:var(--accent);color:var(--accent);background:#64b5f614}.npc-conditional-toggle button:hover,.npc-conditional-toggle button:focus-visible{border-color:var(--accent);color:var(--accent);background:#64b5f614;outline:2px solid var(--accent);outline-offset:2px}.npc-reward-group{display:grid;gap:6px;margin:8px 0}.npc-reward-group select,.npc-conditional-group select,.npc-conditional-group textarea{width:100%}.npc-extra{font-size:.75rem;color:var(--muted)}.project-actions{display:flex;flex-wrap:wrap;gap:8px}.project-field{display:flex;flex-direction:column;gap:4px;flex:1 1 220px;min-width:200px}.project-field--share-url{flex-basis:100%}.project-field span{font-size:.85rem;color:var(--muted)}.project-field input,.project-field select{width:100%;padding:8px 10px;border-radius:8px;border:1px solid var(--border);background:var(--panel);color:var(--text);font-size:.95rem;box-sizing:border-box}.project-field--share-url input{cursor:text;-webkit-user-select:text;user-select:text}.project-actions button{flex:1 1 160px}.project-actions button{flex-basis:100%}.project-group{flex:1 1 100%;display:flex;flex-direction:column;gap:8px}.project-group .project-field{flex:0 0 auto;min-width:0;width:100%}.project-group__title{margin:0;padding:8px 12px;font-size:.9rem;color:var(--accent);text-transform:uppercase;letter-spacing:.5px;border-left:3px solid var(--accent);background:#5bfa8e0d}.project-separator{flex:1 1 100%;height:1px;background:linear-gradient(90deg,transparent 0%,var(--border) 20%,var(--border) 80%,transparent 100%);margin:8px 0}.project-share-hint{flex:1 1 100%;font-size:.9rem;color:var(--muted);margin:4px 0}.project-variables{flex:1 1 100%;background:linear-gradient(135deg,#212635cc,#181c28e6);border:1px solid var(--border);border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:10px}.project-variables__header{display:flex;align-items:center;justify-content:space-between;gap:8px}body.game-mode .tabs{border:2px solid #2a2f3a;border-radius:0;box-shadow:none;background:var(--panel);background-image:none;font-family:"Press Start 2P",monospace}body.game-mode .tabs-title{color:#fff;letter-spacing:.12em;text-transform:uppercase}body.game-mode .tab-button,body.game-mode .tab-action-button{border:2px solid #2a2f3a;border-radius:0;box-shadow:none;background:#141a24;background-image:none;color:#fff;text-transform:uppercase;letter-spacing:.06em;font-family:"Press Start 2P",monospace}body.game-mode .tab-button.active{background:#1f2735;border-color:#5bfa8e;color:#fff}@media(hover:hover){body.game-mode .tab-button:hover,body.game-mode .tab-action-button:hover{background:#1f2735;border-color:#5bfa8e;color:#fff}}.project-variables__title{font-weight:700;letter-spacing:.2px}.project-variables__toggle{align-self:stretch;padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:#ffffff0f;color:var(--text);cursor:pointer;transition:background .12s ease,border-color .12s ease;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;font-weight:700}.project-variables__toggle:hover{background:#ffffff1a;border-color:#ffffff29}.project-variables__summary{font-size:.9rem;color:var(--muted)}.project-variables__list{display:flex;flex-direction:column;gap:8px}.project-variable-item{display:flex;align-items:center;gap:10px;padding:10px;border-radius:10px;border:1px solid rgba(255,255,255,.06);background:var(--panel)}.project-variable-color{width:16px;height:16px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:var(--muted);box-shadow:0 0 0 2px #ffffff08}.project-variable-name{flex:1;font-weight:600;letter-spacing:.2px}.project-variable-badge{padding:6px 10px;border-radius:999px;font-size:.8rem;font-weight:700;letter-spacing:.2px;border:1px solid rgba(255,255,255,.08)}.project-variable-badge.in-use{color:#a1f5c2;background:#47c48624;border-color:#47c48666}.project-variable-badge.unused{color:#f7c97c;background:#f7c97c24;border-color:#f7c97c59}.project-variables.is-collapsed .project-variables__list{display:none}.project-skills__list{gap:10px}.project-skill-group{display:flex;flex-direction:column;gap:8px}.project-skill-group-title{font-weight:700;letter-spacing:.2px;color:var(--text)}.project-skill-item{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:4px 10px;padding:10px;border-radius:10px;border:1px solid rgba(255,255,255,.06);background:var(--panel)}.project-skill-icon{grid-row:1 / span 2;font-size:1.1rem}.project-skill-name{font-weight:700;letter-spacing:.2px}.project-skill-desc{color:var(--muted);font-size:.9rem}.project-test{gap:8px}.project-test__panel{display:flex;flex-direction:column;gap:10px}.project-test__hint{margin:0;color:var(--muted);font-size:.9rem}.project-test__field{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:var(--panel)}.project-test__field select{flex:1;max-width:160px}.project-test__checkbox{cursor:pointer;-webkit-user-select:none;user-select:none}.project-test__checkbox input{width:18px;height:18px}.project-appearance__checkbox{margin-top:10px}.project-test__skills{display:flex;flex-direction:column;gap:8px}.project-test__skills-title{font-weight:700;letter-spacing:.2px}.project-test__skill-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px}.project-test__skill{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:var(--panel)}.project-test__skill input{width:16px;height:16px}.project-test__skill-label{display:flex;align-items:center;gap:6px;font-weight:600}.project-test__skill-icon{font-size:1rem}.project-test.is-collapsed .project-test__panel{display:none}.enemies-panel{display:grid;gap:12px}.enemy-types{display:grid;gap:8px;max-height:min(40vh,260px);overflow-y:auto;padding-right:4px;grid-template-columns:1fr}.enemy-xp-block{display:flex;flex-direction:column;gap:6px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:linear-gradient(135deg,#111827bf,#182134a6);grid-column:1 / -1;margin-bottom:6px}.enemy-xp-header{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--text);font-size:.95rem}.enemy-xp-label{font-weight:600;letter-spacing:.3px}.enemy-xp-value{color:var(--muted);font-size:.9rem}.enemy-xp-track{position:relative;width:100%;height:12px;border-radius:999px;background:#ffffff14;overflow:hidden;box-shadow:inset 0 1px 2px #00000059}.enemy-xp-fill{position:absolute;inset:0;width:0%;background:linear-gradient(90deg,#5eead4,#22d3ee);box-shadow:0 0 8px #22d3ee73;transition:width .25s ease}.enemy-overlay{position:absolute;pointer-events:none}.enemy-overlay-remove{position:absolute;transform:translate(-90%,-40%);width:22px;height:22px;border-radius:50%;border:1px solid rgba(255,255,255,.5);background:#000000b3;color:#fff;font-size:14px;line-height:20px;padding:0;cursor:pointer;pointer-events:auto}.enemy-overlay-remove:hover{background:#dc3545e6;border-color:#dc3545e6}.enemy-types::-webkit-scrollbar{width:6px}.enemy-types::-webkit-scrollbar-thumb{background:#232734;border-radius:999px}.enemy-card{display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--panel);border:4px solid var(--border);border-radius:8px;cursor:pointer;min-width:0;position:relative}.enemy-card.boss{border-color:var(--accent);background:#121923}.enemy-card:hover{border-color:#64b5f699}.enemy-card.selected{border-color:var(--accent);box-shadow:0 0 0 2px #64b5f626}.enemy-preview{width:56px;height:56px;border:1px solid var(--border);border-radius:6px;background:#0f121d99;flex-shrink:0}.enemy-meta{display:grid;gap:8px;flex:1;min-width:0;overflow:hidden}.enemy-boss-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 6px;font-size:11px;font-weight:700;letter-spacing:.5px;color:#fff;background:#1f7f4e;border-radius:0;width:fit-content}.enemy-name{font-size:1.05rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.enemy-damage{font-size:.8rem;color:var(--accent)}.enemy-stats{display:flex;align-items:center;gap:6px;font-size:.95rem;margin-top:4px;flex-wrap:wrap}.enemy-stat-lives,.enemy-stat-damage{display:inline-flex;align-items:center;padding:7px 14px;border-radius:5px;font-weight:700;font-family:Courier New,monospace;font-size:1.35rem}.enemy-stat-lives{background:#ef535026;color:#ef5350;border:1px solid rgba(239,83,80,.3)}.enemy-stat-lives:before{content:"♥ ";margin-right:3px}.enemy-stat-damage{background:#ffa72626;color:#ffa726;border:1px solid rgba(255,167,38,.3)}.enemy-stat-damage:before{content:"⚔ ";margin-right:3px}.enemy-stat-separator{color:var(--border);font-size:.85rem;opacity:.6}.enemies-list{display:grid;gap:6px}.enemy-item{display:flex;flex-direction:column;gap:8px;padding:6px 8px;border:1px solid var(--border);border-radius:6px;background:#12162299;font-size:.8rem}.enemy-item>span{flex:1 1 auto;text-align:left;line-height:1.3}.enemy-variable-wrapper{display:flex;align-items:center;gap:6px;font-size:.75rem;color:var(--muted)}.enemy-variable-select{min-width:120px;padding:3px 6px;border-radius:4px;border:1px solid var(--border);background:#0f121dd9;color:var(--text);font-size:.75rem}.enemy-controls{display:flex;align-items:center;gap:10px;justify-content:space-between}.enemy-controls .enemy-variable-wrapper{flex:1}.enemy-remove{padding:4px 8px;border-radius:4px;border:1px solid var(--border);background:#0f121de6;color:var(--text);cursor:pointer}.tile-list,.npcs-list{display:grid;gap:8px;max-height:min(40vh,260px);overflow-y:auto;padding-right:4px}.npcs-list{grid-template-columns:repeat(2,minmax(0,1fr))}.tile-group{display:grid;gap:6px}.tile-group+.tile-group{margin-top:12px}.tile-group-title{margin:4px 0 0;font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.tile-group:first-child .tile-group-title{margin-top:0}.tile-list::-webkit-scrollbar,.npcs-list::-webkit-scrollbar{width:6px}.tile-list::-webkit-scrollbar-thumb,.npcs-list::-webkit-scrollbar-thumb{background:#232734;border-radius:999px}.tile-card{display:flex;align-items:center;justify-content:center;padding:8px;width:92px;aspect-ratio:1 / 1;appearance:none;-webkit-appearance:none;background:var(--panel);border:4px solid var(--border);border-radius:8px;cursor:pointer;min-height:72px;position:relative}.tile-card:hover{border-color:#64b5f699}.tile-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.npc-card{display:flex;align-items:center;gap:10px;padding:8px 10px;background:var(--panel);border:4px solid var(--border);border-radius:8px;cursor:pointer;position:relative}.tile-card.selected{border-color:var(--accent);background:#64b5f614;box-shadow:0 0 0 2px #64b5f626}.tile-card-select{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:0;border:0!important;background:transparent;color:inherit}.tile-card-select:hover,.tile-card-select:focus,.tile-card-select:focus-visible{border:0!important;background:transparent!important;outline:none;box-shadow:none!important}.tile-card canvas{width:64px;height:64px}.npc-card .meta{flex:1;display:grid;gap:8px}.tile-name{font-size:.85rem;font-weight:600;color:var(--text)}.npc-card .row{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:.75rem;color:var(--muted)}.npc-card label{display:flex;align-items:center;gap:4px;cursor:pointer}.npc-card.selected{border-color:var(--accent);background:#64b5f61a;box-shadow:0 0 0 2px #64b5f626}.npc-card.npc-card-placed{border-color:#47c486b3!important;box-shadow:0 0 0 1px #47c4862e}.npc-card.npc-card-placed.selected{border-color:#47c486d1!important;box-shadow:0 0 0 1px #47c4863d,0 0 0 3px #47c48614}.npc-card .npc-preview{width:48px;height:48px;border:none;border-radius:4px;background:var(--panel);display:block;image-rendering:pixelated;flex-shrink:0}.world-panel{padding:4px 0}.world-grid{--world-cols: 3;display:grid;grid-template-columns:repeat(var(--world-cols),minmax(0,1fr));gap:6px}.world-cell{outline:none;border:1px solid var(--border);border-radius:6px;background:var(--panel);color:var(--muted);font-weight:600;padding:10px 0;display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;transition:border-color .2s ease,background .2s ease}.world-cell:hover{border-color:var(--accent)}.world-cell.active{border-color:var(--accent);background:#64b5f61f;color:var(--text);box-shadow:0 0 0 2px #64b5f62e}.world-cell-label{font-size:.85rem;letter-spacing:.5px}.world-cell-badges{display:flex;flex-wrap:wrap;gap:4px;justify-content:center}.world-cell-badge{font-size:.65rem;padding:2px 6px;border-radius:999px;background:#64b5f62e;color:var(--text)}.world-cell .badge-start{background:#ffc10740;color:#ffecb3}.npc-card .npc-name{font-size:.85rem;font-weight:600;color:var(--text)}.npc-card .npc-position,.npc-card .npc-dialog{font-size:.75rem;color:var(--muted)}.npc-card .npc-dialog{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:150px}.npc-variant-selector{display:flex;align-items:center;gap:8px;justify-content:flex-start;margin-bottom:8px}.npc-variant-buttons{display:inline-flex;gap:6px}.npc-variant-button{padding:6px 10px;border:1px solid var(--border);border-radius:6px;background:var(--panel);color:var(--text);cursor:pointer;transition:border-color .2s ease,background .2s ease}.npc-variant-button:hover,.npc-variant-button:focus-visible{border-color:var(--accent);outline:none}.npc-variant-button.active{border-color:var(--accent);background:#64b5f61f;box-shadow:0 0 0 2px #64b5f62e}.object-category-selector{display:flex;align-items:center;gap:8px;justify-content:flex-start;margin-bottom:8px}.object-category-buttons{display:inline-flex;gap:6px}.object-category-button{padding:6px 10px;border:1px solid var(--border);border-radius:6px;background:var(--panel);color:var(--text);cursor:pointer;transition:border-color .2s ease,background .2s ease}.object-category-button:hover,.object-category-button:focus-visible{border-color:var(--accent);outline:none}.object-category-button.active{border-color:var(--accent);background:#64b5f61f;box-shadow:0 0 0 2px #64b5f62e}.npc-editor{display:grid;gap:8px}.npc-editor[hidden]{display:none!important}.npc-editor label{font-size:.85rem;color:var(--muted)}.npc-editor textarea{min-height:140px}.npc-editor button{justify-self:flex-start}.json-editor{display:grid;gap:8px}.json-editor textarea{min-height:160px;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.app-footer{border-top:1px solid var(--border);color:var(--muted);padding:12px 16px;text-align:center}@media(min-width:1800px){.editor-layout{zoom:1.3}}@media(min-width:2000px){.editor-layout{zoom:1.4}}@media(min-width:2500px){.editor-layout{zoom:1.6}}@media(max-width:1200px){.editor-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"center center" "left right"}.editor-left,.editor-right{justify-self:stretch;max-width:none}.editor-center{justify-self:stretch}}@media(max-width:960px){main{padding:clamp(16px,5vw,24px)}.editor-layout{grid-template-columns:1fr;grid-template-areas:"center" "left" "right"}.editor-left,.editor-right{max-width:none}.editor-left,.editor-right,.editor-center{justify-self:stretch}}@media(max-width:920px){.editor-mobile-nav{display:flex}.editor-section[data-mobile-panel]{display:none}.editor-section[data-mobile-panel].is-mobile-active{display:block}.editor-left,.editor-right{width:100%}}@media(max-width:700px){header{justify-content:flex-start}header input{max-width:100%}.tab-button{flex:0 0 auto}.game-controls{flex-direction:column}.object-card{grid-template-columns:1fr;text-align:center}.object-preview{justify-self:center}.object-card .object-header{flex-direction:column;align-items:center;gap:4px}}@media(max-width:560px){header{padding:14px 16px}header h1{font-size:1.35rem}main{padding:16px 14px 28px}.tabs{gap:6px}.tab-button{flex:0 0 auto;min-width:auto}.npc-card{flex-direction:column;align-items:flex-start}.npc-card .npc-preview{margin-bottom:4px}.project-actions button{flex:1 1 100%}.tile-editor-controls{grid-template-columns:1fr}.tile-editor-controls .control-group:last-child{flex-direction:column}}.game-minimap{top:clamp(12px,3vw,28px);right:clamp(12px,4vw,32px);width:72px;height:72px;display:grid;grid-template-columns:repeat(3,1fr);gap:2px;padding:6px;border-radius:10px;background:#0a0d16b3;border:1px solid rgba(255,255,255,.08);pointer-events:none;z-index:3}.game-minimap-cell{width:16px;height:16px;border-radius:4px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 0 4px #00000059}.game-minimap-cell-active{background:#64b5f6e6;border-color:#64b5f6e6;box-shadow:0 0 6px #64b5f6a6,inset 0 0 4px #fff6}.world-cell:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media(max-width:960px){.editor-left .editor-section canvas{width:clamp(200px,80vw,320px)}}.tile-group-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(96px,max-content));gap:8px;justify-content:flex-start}.tile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(92px,max-content));gap:8px;justify-content:flex-start}.project-palette{margin-bottom:16px}.project-palette__panel{padding:12px;background:var(--panel);border-radius:4px;margin-top:8px}.palette-header{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:12px;gap:12px}.palette-description{font-size:11px;color:var(--muted);margin:0;opacity:.7}.palette-reset-btn{display:inline-flex;align-self:flex-start;padding:6px 12px;font-size:11px;background:#444;color:#fff;border:1px solid #666;border-radius:3px;cursor:pointer;transition:background .2s;white-space:nowrap}.palette-reset-btn:hover{background:#555}.palette-reset-btn:active{background:#333}.palette-grid{display:grid;grid-template-columns:repeat(6,24px);column-gap:8px;row-gap:18px}.palette-color-button{width:24px;height:24px;border:2px solid #444;border-radius:4px;cursor:pointer;position:relative;transition:transform .1s,border-color .2s}.palette-color-button:hover{transform:scale(1.1);border-color:#fff}.palette-color-button:active{transform:scale(.95)}.palette-color-button:after{content:attr(data-color-index);position:absolute;bottom:-16px;left:50%;transform:translate(-50%);font-size:9px;color:#666}#color-picker-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:16px;margin:0;background:#000c;z-index:1000}#color-picker-modal[hidden]{display:none}#color-picker-modal .color-picker-content{background:#0a0d16f2;border:1px solid var(--border);border-radius:10px;padding:10px;width:100%;max-width:460px;display:block}.color-picker-panel{border:2px solid var(--accent);border-radius:8px;background:var(--panel);padding:14px;margin:0;width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:12px}.color-picker-header{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-bottom:8px;border-bottom:1px solid var(--border)}.color-picker-header h3{margin:0;font-size:14px;color:var(--text)}.color-index-label{font-size:12px;color:var(--text);background:#0f121dd9;padding:4px 8px;border-radius:3px;border:1px solid var(--border)}.color-picker-preview{margin:0}.color-preview-box{display:grid;gap:12px;border:1px solid var(--border);border-radius:8px;background:#0c0e18bf;padding:10px;margin:0}.color-preview-row{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#0f121dbf;border:1px solid var(--border);border-radius:6px;padding:10px}.color-preview-meta{display:grid;gap:6px}.color-preview-label{display:block;font-size:11px;font-weight:700;letter-spacing:.02em;color:#f2f2f2;text-transform:uppercase;min-width:68px}.color-preview-value{display:block;font-family:Courier New,Courier,monospace;font-size:13px;color:var(--text)}.color-preview-swatch{width:72px;height:42px;border:1px solid var(--border);border-radius:4px;box-shadow:inset 0 0 0 1px #00000073}.color-picker-input{width:100%;height:50px;padding:0;border:1px solid var(--border);border-radius:4px;cursor:pointer;margin:0;box-sizing:border-box;background:#0f121de6;appearance:none;-webkit-appearance:none}.color-picker-input::-webkit-color-swatch-wrapper{padding:0}.color-picker-input::-webkit-color-swatch{border:none}.color-picker-input::-moz-color-swatch{border:none}.color-picker-actions{display:flex;gap:12px;border-top:1px solid var(--border);padding-top:10px}.color-picker-actions button{flex:1;min-height:40px;padding:10px 12px;font-size:12px;font-weight:700;border-radius:4px;cursor:pointer;transition:background .2s}.btn-secondary{background:#0f121de6;color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:#64b5f629;border-color:#64b5f673}.btn-primary{background:#64b5f633;color:#fff;border:1px solid rgba(100,181,246,.45)}.btn-primary:hover{background:#64b5f64d}@media(max-width:768px){.palette-grid{grid-template-columns:repeat(6,20px);column-gap:8px;row-gap:16px}.palette-color-button{width:20px;height:20px}#color-picker-modal .color-picker-content{width:100%;max-width:none}}.tile-card,.npc-card,.enemy-card,.object-type-card{position:relative}.sprite-edit-btn{position:absolute;top:4px;right:4px;width:20px;height:20px;padding:0;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.4);background:#0000008c;color:#fff;cursor:pointer;opacity:0;z-index:10;font-size:11px;line-height:1;text-align:center;box-shadow:0 0 0 1px #00000040;transition:opacity .1s,background .1s,border-color .1s}.tile-card.selected .sprite-edit-btn,.npc-card.selected .sprite-edit-btn,.enemy-card.selected .sprite-edit-btn,.object-type-card.selected .sprite-edit-btn{opacity:1}.pixel-art-editor-modal{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000}.pixel-art-editor-modal[hidden]{display:none}.pixel-art-editor{background:var(--panel, #1a1c2c);border:2px solid var(--border, #333);padding:16px;display:flex;flex-direction:column;gap:8px;min-width:320px}.pae-header{display:flex;justify-content:space-between;align-items:center}.pae-title{font-size:12px;font-weight:700;letter-spacing:1px}.pae-close{cursor:pointer;background:none;border:none;color:inherit;font-size:14px;padding:2px 6px}.pae-editor-area{display:flex;align-items:center;justify-content:center;width:100%}#pae-canvas{display:block;cursor:crosshair;image-rendering:pixelated}.pae-palette{display:flex;flex-wrap:wrap;gap:2px}.pae-frame-bar{display:flex;gap:4px;flex-wrap:wrap}.pae-frame-bar[hidden]{display:none}.pae-frame-btn{cursor:pointer;padding:4px 8px;border:2px solid var(--border, #333);background:var(--panel, #1a1c2c);color:inherit;font-size:11px}.pae-frame-btn.active{background:var(--accent, #29adff);color:#000}.pae-palette-swatch{width:16px;height:16px;cursor:pointer;border:2px solid transparent}.pae-palette-swatch.active{border-color:#fff}.pae-tools{display:flex;gap:4px}.pae-tool{cursor:pointer;padding:4px 8px;border:2px solid var(--border, #333);background:var(--panel, #1a1c2c);color:inherit;font-size:11px}.pae-tool.active{background:var(--accent, #29adff);color:#000}.pae-actions{display:flex;gap:4px;justify-content:flex-end}.pae-save-btn{background:var(--accent, #29adff);color:#000;border:none;padding:4px 12px;cursor:pointer;font-weight:700}.project-save-toast{position:fixed;bottom:24px;right:24px;padding:10px 18px;border-radius:4px;font-size:13px;font-weight:600;color:#fff;z-index:9999;pointer-events:none;animation:toast-in .2s ease,toast-out .3s ease 2.7s forwards}.project-save-toast--success{background:#1a6b3c}.project-save-toast--error{background:#8b1a1a}.project-save-toast--info{background:#1a3a6b}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes toast-out{0%{opacity:1}to{opacity:0}}
