:root{--editor-bg:#151515;--editor-panel:#1b1b1b;--editor-panel-2:#252525;--editor-panel-3:#2f2f2f;--editor-border:#3a3a3a;--editor-border-soft:#2a2a2a;--editor-gold:#e8c170;--editor-accent:#0e7aff;--editor-accent-soft:#1a5fb4;--editor-orange:#f0883e;--editor-blue:#58a6ff;--editor-text:#ececec;--editor-muted:#9a9a9a;--editor-danger:#ff7b72;--font-ui:"Segoe UI", Inter, system-ui, sans-serif;--font-display:Marcellus, Georgia, serif;--font-mono:Consolas, "JetBrains Mono", monospace}*{box-sizing:border-box}html,body,#root{background:var(--editor-bg);min-height:100%;color:var(--editor-text);font-family:var(--font-ui);margin:0}button,input{font:inherit}.editor-loading,.editor-login{place-items:center;min-height:100vh;display:grid}.editor-login-card{border:1px solid var(--editor-border);background:linear-gradient(180deg, var(--editor-panel), var(--editor-panel-2));border-radius:12px;width:min(420px,100vw - 32px);padding:28px;box-shadow:0 18px 50px #00000059}.editor-login-card h1{font-family:var(--font-display);color:var(--editor-gold);margin:0 0 8px;font-weight:400}.editor-login-card label{color:var(--editor-muted);gap:6px;margin-top:14px;font-size:13px;display:grid}.editor-login-card input{color:var(--editor-text);border:1px solid var(--editor-border);background:#0a0f1a;border-radius:8px;padding:10px 12px}.editor-login-card button,.editor-topbar button,.editor-shell-bar button,.editor-sidebar button,.editor-topbar-actions .primary{color:var(--editor-text);border:1px solid var(--editor-border);background:var(--editor-panel-2);cursor:pointer;border-radius:8px;padding:8px 12px}.editor-login-card button,.editor-topbar-actions .primary{border-color:color-mix(in srgb, var(--editor-gold) 50%, var(--editor-border));background:linear-gradient(180deg, color-mix(in srgb, var(--editor-gold) 24%, transparent), transparent);width:100%;margin-top:16px}.editor-topbar-actions .primary{color:#1a1208;background:linear-gradient(180deg, var(--editor-gold), #c89a3c);width:auto}.editor-error{color:var(--editor-danger)}.editor-muted{color:var(--editor-muted);font-size:13px}.editor-shell-bar,.editor-topbar{border-bottom:1px solid var(--editor-border);background:var(--editor-panel);align-items:center;gap:12px;padding:10px 14px;display:flex}.editor-topbar strong{color:var(--editor-gold);font-family:var(--font-display);font-weight:400}.editor-topbar-actions{gap:8px;margin-left:auto;display:flex}.editor-topbar-actions button.active{border-color:var(--editor-blue);color:var(--editor-blue)}.editor-status{color:var(--editor-muted);font-size:12px}.editor-status-busy{color:var(--editor-gold)}.editor-dashboard{padding:20px}.editor-dashboard-head h1{font-family:var(--font-display);color:var(--editor-gold);margin:0;font-weight:400}.editor-cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-top:20px;display:grid}.editor-cards article{border:1px solid var(--editor-border);background:var(--editor-panel);border-radius:12px;padding:16px}.editor-cards h2{letter-spacing:.06em;text-transform:uppercase;color:var(--editor-gold);margin:0 0 12px;font-size:14px}.editor-map-list button{text-align:left;width:100%;color:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;gap:2px;padding:10px 12px;display:grid}.editor-map-list button:hover{border-color:var(--editor-border);background:var(--editor-panel-2)}.editor-map-list em{color:var(--editor-blue);font-size:11px;font-style:normal}.editor-world{flex-direction:column;height:100vh;display:flex}.editor-workspace{flex:1;grid-template-columns:260px 1fr 330px;min-height:0;display:grid}.editor-subbar{border-bottom:1px solid var(--editor-border);background:var(--editor-panel-2);flex-wrap:wrap;align-items:center;gap:14px;padding:6px 14px;display:flex}.editor-subbar-group{align-items:center;gap:6px;display:flex}.editor-subbar-right{margin-left:auto}.editor-subbar-label{letter-spacing:.08em;text-transform:uppercase;color:var(--editor-muted);font-size:11px}.editor-subbar button{color:var(--editor-text);border:1px solid var(--editor-border);background:var(--editor-panel);cursor:pointer;text-transform:capitalize;border-radius:6px;padding:5px 10px;font-size:12px}.editor-subbar button.active{border-color:var(--editor-blue);color:var(--editor-blue)}.editor-subbar button:disabled{opacity:.45;cursor:default}.editor-subbar select{color:var(--editor-text);border:1px solid var(--editor-border);background:var(--editor-panel);border-radius:6px;padding:5px 6px;font-size:12px}.editor-subbar-check{color:var(--editor-muted);align-items:center;gap:5px;font-size:12px;display:flex}.editor-dirty-dot{background:var(--editor-gold);border-radius:999px;width:8px;height:8px}.editor-viewport-placing{cursor:crosshair}.editor-viewport-flying{cursor:none}.editor-viewport-hint{color:var(--editor-text);border:1px solid var(--editor-border);background:#080c14d9;border-radius:6px;margin:0;padding:6px 10px;font-size:12px;position:absolute;top:12px;left:12px}.editor-tree-section{margin-top:12px}.editor-tree-section h3{letter-spacing:.06em;text-transform:uppercase;color:var(--editor-muted);margin:0 0 4px;font-size:11px}.editor-tree-section li button{justify-content:space-between;align-items:baseline;gap:8px;font-size:13px;display:flex}.editor-tree-section li button em{color:var(--editor-muted);font-size:11px;font-style:normal}.editor-inspector-tabs{gap:6px;margin-bottom:10px;display:flex}.editor-inspector-tabs button{color:var(--editor-muted);border:1px solid var(--editor-border);background:var(--editor-panel-2);cursor:pointer;border-radius:6px;flex:1;padding:6px 8px;font-size:12px}.editor-inspector-tabs button.active{color:var(--editor-gold);border-color:color-mix(in srgb, var(--editor-gold) 50%, var(--editor-border))}.editor-problem-badge{color:var(--editor-danger);border:1px solid color-mix(in srgb, var(--editor-danger) 55%, var(--editor-border));background:color-mix(in srgb, var(--editor-danger) 12%, transparent);cursor:pointer;border-radius:999px;padding:4px 9px;font-size:11px}.editor-problem-list{border-color:color-mix(in srgb, var(--editor-danger) 45%, var(--editor-border))!important}.editor-problem-list ul{color:var(--editor-danger);margin:0;padding-left:18px;font-size:12px}.editor-vector-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.editor-vector-row:has(>label:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.editor-inspector-body legend{letter-spacing:.06em;text-transform:uppercase;color:var(--editor-gold);font-size:11px}.editor-inspector-body fieldset{gap:8px;display:grid}.editor-inspector-body select{color:var(--editor-text);border:1px solid var(--editor-border);background:#0a0f1a;border-radius:6px;padding:8px 10px}.editor-inspector-body button{color:var(--editor-text);border:1px solid var(--editor-border);background:var(--editor-panel-2);cursor:pointer;border-radius:6px;padding:6px 10px;font-size:12px}.editor-sidebar,.editor-inspector{border-right:1px solid var(--editor-border);background:var(--editor-panel);padding:12px;overflow:auto}.editor-inspector{border-right:0;border-left:1px solid var(--editor-border)}.editor-sidebar h2,.editor-inspector h2{letter-spacing:.08em;text-transform:uppercase;color:var(--editor-gold);margin:0 0 10px;font-size:12px}.editor-sidebar ul{margin:0;padding:0;list-style:none}.editor-sidebar li button{text-align:left;width:100%;color:var(--editor-text);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:8px 10px}.editor-sidebar li button.active,.editor-sidebar li button:hover{background:var(--editor-panel-2)}.editor-viewport-wrap{background:#060910;min-width:0;position:relative}.editor-viewport{width:100%;height:100%;display:block}.editor-inspector-body{gap:10px;display:grid}.editor-inspector-body label{color:var(--editor-muted);gap:4px;font-size:12px;display:grid}.editor-inspector-body input{color:var(--editor-text);border:1px solid var(--editor-border);background:#0a0f1a;border-radius:6px;padding:8px 10px}.editor-sidebar::-webkit-scrollbar{width:8px}.editor-inspector::-webkit-scrollbar{width:8px}.editor-dashboard::-webkit-scrollbar{width:8px}.editor-sidebar::-webkit-scrollbar-thumb{background:linear-gradient(180deg, #6a5324, var(--editor-gold));border-radius:999px}.editor-inspector::-webkit-scrollbar-thumb{background:linear-gradient(180deg, #6a5324, var(--editor-gold));border-radius:999px}.editor-dashboard::-webkit-scrollbar-thumb{background:linear-gradient(180deg, #6a5324, var(--editor-gold));border-radius:999px}.editor-sidebar,.editor-inspector,.editor-dashboard{scrollbar-width:thin;scrollbar-color:#6a5324 transparent}.overlay{position:absolute;bottom:12px;left:12px}.editor-inspector-wide{grid-column:span 2}.editor-preview-canvas{min-height:420px}.editor-nav-list button{text-align:left;width:100%}.editor-inspector-body fieldset{border:1px solid #ffffff14;border-radius:8px;margin:12px 0;padding:10px}.editor-loot-head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.editor-loot-row{grid-template-columns:1.4fr repeat(3,.7fr) auto;gap:6px;margin-bottom:6px;display:grid}.editor-portal-row{grid-template-columns:1.2fr 1fr auto;align-items:center;gap:6px;display:grid}.editor-inspector-body textarea{resize:vertical;min-height:72px}.editor-hub{background:radial-gradient(1200px 500px at 10% -10%, #0e7aff14, transparent 55%), radial-gradient(900px 400px at 90% 0%, #f0883e0f, transparent 50%), var(--editor-bg);flex-direction:column;min-height:100vh;display:flex}.editor-hub-menu{border-bottom:1px solid var(--editor-border-soft);background:linear-gradient(#232323,#1a1a1a);grid-template-columns:auto 1fr auto;align-items:center;gap:16px;min-height:44px;padding:0 12px;display:grid}.editor-hub-brand{align-items:center;gap:10px;display:flex}.editor-hub-brand strong{letter-spacing:.02em;font-size:13px;display:block}.editor-hub-brand span{color:var(--editor-muted);font-size:11px;display:block}.editor-hub-logo{background:linear-gradient(135deg, var(--editor-accent), #00458f);color:#fff;border-radius:6px;place-items:center;width:28px;height:28px;font-size:14px;font-weight:700;display:grid}.editor-hub-menu-links{justify-content:center;gap:4px;display:flex}.editor-hub-menu-links span{color:var(--editor-muted);border-radius:4px;padding:6px 12px;font-size:12px}.editor-hub-menu-links span.active{color:var(--editor-text);box-shadow:inset 0 -2px 0 var(--editor-accent);background:#ffffff0f}.editor-hub-menu-user{align-items:center;gap:8px;display:flex}.editor-hub-pill{border:1px solid var(--editor-border);background:#ffffff0f;border-radius:999px;padding:4px 10px;font-size:12px}.editor-hub-ghost,.editor-hub-tree-btn,.editor-hub-tile{border:1px solid var(--editor-border);background:var(--editor-panel-2);color:var(--editor-text);cursor:pointer;font:inherit}.editor-hub-ghost{border-radius:4px;padding:6px 10px;font-size:12px}.editor-hub-ghost:hover,.editor-hub-tree-btn:hover,.editor-hub-tile:hover{background:var(--editor-panel-3);border-color:#555}.editor-hub-body{flex:1;grid-template-columns:280px minmax(0,1fr) 320px;min-height:0;display:grid}.editor-hub-outliner,.editor-hub-details{border-right:1px solid var(--editor-border-soft);background:var(--editor-panel);overflow:auto}.editor-hub-details{border-right:0;border-left:1px solid var(--editor-border-soft)}.editor-hub-main{padding:20px 24px 28px;overflow:auto}.editor-hub-panel-head{border-bottom:1px solid var(--editor-border-soft);justify-content:space-between;align-items:center;gap:8px;padding:12px 14px;display:flex}.editor-hub-panel-head h2{letter-spacing:.12em;text-transform:uppercase;color:var(--editor-muted);margin:0;font-size:11px;font-weight:600}.editor-hub-panel-head span{color:var(--editor-muted);font-size:11px}.editor-hub-tree{padding:8px 10px 14px}.editor-hub-tree h3{letter-spacing:.14em;text-transform:uppercase;color:#777;margin:8px 8px 6px;font-size:10px}.editor-hub-tree ul{margin:0;padding:0;list-style:none}.editor-hub-tree-btn{text-align:left;background:0 0;border-color:#0000;border-radius:4px;grid-template-columns:18px 1fr auto;align-items:center;gap:8px;width:100%;padding:8px;display:grid}.editor-hub-tree-label{gap:1px;min-width:0;display:grid}.editor-hub-tree-label strong{font-size:13px;font-weight:500}.editor-hub-tree-label em{color:var(--editor-muted);font-size:11px;font-style:normal}.editor-hub-badge{color:var(--editor-blue);background:#0e7aff26;border-radius:999px;padding:2px 6px;font-size:10px}.editor-hub-tree-icon,.editor-hub-tile-icon{background:var(--editor-panel-3);border-radius:3px;width:16px;height:16px;box-shadow:inset 0 0 0 1px #ffffff0f}.editor-hub-tree-icon.map,.editor-hub-tile-icon.world{background:linear-gradient(135deg,#2d6a4f,#1b4332)}.editor-hub-tree-icon.item,.editor-hub-tile-icon.item{background:linear-gradient(135deg,#7c4dff,#4527a0)}.editor-hub-tree-icon.monster,.editor-hub-tile-icon.monster{background:linear-gradient(135deg,#c0392b,#7b241c)}.editor-hub-tree-icon.loot,.editor-hub-tile-icon.loot{background:linear-gradient(135deg,#d4a017,#8a6d0b)}.editor-hub-tree-icon.skill,.editor-hub-tile-icon.skill{background:linear-gradient(135deg,#1a8cff,#0a4d8c)}.editor-hub-tree-icon.class,.editor-hub-tile-icon.class{background:linear-gradient(135deg,#2ecc71,#1a7a45)}.editor-hub-version-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.editor-hub-version-row>div{gap:2px;min-width:0;display:grid}.editor-hub-hero{border:1px solid var(--editor-border);background:linear-gradient(135deg,#0e7aff14,#0000 40%),linear-gradient(#222,#181818);border-radius:8px;grid-template-columns:1.2fr .8fr;gap:20px;padding:22px 24px;display:grid}.editor-hub-kicker{letter-spacing:.16em;text-transform:uppercase;color:var(--editor-orange);margin:0 0 8px;font-size:11px}.editor-hub-hero h1{font-family:var(--font-display);color:var(--editor-gold);margin:0;font-size:clamp(28px,4vw,40px);font-weight:400}.editor-hub-lead{max-width:56ch;color:var(--editor-muted);margin:12px 0 0;line-height:1.55}.editor-hub-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.editor-hub-stat{border:1px solid var(--editor-border-soft);background:#00000038;border-radius:6px;padding:12px 14px}.editor-hub-stat span{color:var(--editor-muted);text-transform:uppercase;letter-spacing:.08em;font-size:11px;display:block}.editor-hub-stat strong{margin-top:4px;font-size:24px;font-weight:600;display:block}.editor-hub-banner{background:#ff7b7214;border:1px solid #ff7b7240;border-radius:6px;margin-top:14px;padding:10px 12px}.editor-hub-launch{margin-top:22px}.editor-hub-launch h2,.editor-hub-assets h2{letter-spacing:.12em;text-transform:uppercase;color:var(--editor-muted);margin:0 0 12px;font-size:12px}.editor-hub-tiles{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.editor-hub-tile{text-align:left;background:linear-gradient(180deg, var(--editor-panel-2), #1a1a1a);border-radius:8px;gap:8px;min-height:120px;padding:16px;display:grid}.editor-hub-tile-icon{border-radius:6px;width:28px;height:28px}.editor-hub-tile strong{font-size:15px}.editor-hub-tile span:last-child{color:var(--editor-muted);font-size:12px}.editor-hub-assets{border:1px solid var(--editor-border);background:var(--editor-panel);border-radius:8px;margin-top:24px;overflow:hidden}.editor-hub-empty{padding:18px 16px 22px}.editor-hub-asset-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;margin:0;padding:12px 14px 16px;list-style:none;display:grid}.editor-hub-asset-grid li{border:1px solid var(--editor-border-soft);background:var(--editor-panel-2);border-radius:6px;padding:10px}.editor-hub-asset-thumb{background:linear-gradient(135deg,#333,#222);border-radius:4px;height:64px;margin-bottom:8px;display:block}.editor-hub-asset-grid strong{font-size:12px;display:block}.editor-hub-asset-grid em{color:var(--editor-muted);font-size:11px;font-style:normal}.editor-hub-detail-block{border-bottom:1px solid var(--editor-border-soft);padding:12px 14px 16px}.editor-hub-detail-block h3{letter-spacing:.1em;text-transform:uppercase;color:#888;margin:0 0 10px;font-size:11px}.editor-hub-kv{margin:0}.editor-hub-kv div{border-bottom:1px dashed #ffffff0d;justify-content:space-between;gap:12px;padding:6px 0;display:flex}.editor-hub-kv dt{color:var(--editor-muted);margin:0;font-size:12px}.editor-hub-kv dd{font-family:var(--font-mono);margin:0;font-size:12px}.editor-hub-log{gap:8px;margin:0;padding:0;list-style:none;display:grid}.editor-hub-log li{border:1px solid var(--editor-border-soft);background:#ffffff08;border-radius:4px;padding:8px 10px}.editor-hub-log strong{margin-bottom:2px;font-size:12px;display:block}.editor-hub-log span{color:var(--editor-muted);font-size:11px}.editor-hub-tip ul{color:var(--editor-muted);margin:0;padding-left:18px;font-size:12px;line-height:1.5}.editor-hub-statusbar{border-top:1px solid var(--editor-border-soft);min-height:26px;font-family:var(--font-mono);color:var(--editor-muted);background:#111;justify-content:space-between;align-items:center;gap:12px;padding:0 12px;font-size:11px;display:flex}@media (max-width:1100px){.editor-hub-body{grid-template-columns:240px minmax(0,1fr)}.editor-hub-details{display:none}.editor-hub-hero{grid-template-columns:1fr}}@media (max-width:760px){.editor-hub-body{grid-template-columns:1fr}.editor-hub-outliner{display:none}}.editor-hub-drafts{margin-bottom:1.5rem}.editor-hub-draft-actions{flex-wrap:wrap;gap:.5rem;display:flex}.editor-hub-draft-list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.editor-hub-draft-list>li{background:var(--editor-panel-2);border:1px solid var(--editor-border-soft);border-radius:6px;justify-content:space-between;align-items:center;gap:.75rem;padding:.55rem .7rem;display:flex}.editor-hub-draft-check{cursor:pointer;flex:1;align-items:center;gap:.55rem;min-width:0;display:flex}.editor-hub-draft-check strong{white-space:nowrap}.editor-hub-draft-check em{color:var(--editor-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;font-style:normal;overflow:hidden}.editor-hub-draft-row-actions{flex-shrink:0;gap:.35rem;display:flex}.editor-hub-asset-card{text-align:left;width:100%;color:inherit;cursor:pointer;background:0 0;border:none;flex-direction:column;gap:.25rem;padding:0;display:flex}.editor-hub-asset-card:hover strong{color:var(--editor-gold)}.editor-field-row{align-items:center;gap:.4rem;display:flex}.editor-field-row input{flex:1}.editor-modal-backdrop{z-index:80;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.editor-modal{background:var(--editor-panel);border:1px solid var(--editor-border);border-radius:10px;flex-direction:column;gap:.75rem;width:min(520px,100%);max-height:min(70vh,640px);padding:1rem;display:flex;overflow:auto}.editor-modal-head{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.editor-modal-head h2{margin:0;font-size:1.1rem}.editor-modal-search{background:var(--editor-panel-2);border:1px solid var(--editor-border);width:100%;color:var(--editor-text);border-radius:6px;padding:.45rem .6rem}.editor-modal-list{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.editor-modal-list-btn{text-align:left;background:var(--editor-panel-2);border:1px solid var(--editor-border-soft);width:100%;color:inherit;cursor:pointer;border-radius:6px;flex-direction:column;gap:.15rem;padding:.55rem .65rem;display:flex}.editor-modal-list-btn:hover{border-color:var(--editor-accent)}.editor-modal-list-btn em{color:var(--editor-muted);font-size:.8rem;font-style:normal}
