/* ghb-editor.css
   Separado automaticamente a partir do bloco HTML original.
   Nao altera seletores, visual ou comportamento. */
#GHB .top-actions,#GHB .hud-side,#GHB .editor-top-left,#GHB .editor-top-actions,#GHB .editor-toolbar-group,#GHB .editor-view-actions,#GHB .editor-actions,#GHB .editor-shortcuts{display:flex;gap:10px;align-items:center;flex-wrap:wrap;min-width:0}

#GHB .editor-quiet{width:44px;height:44px;padding:0;display:grid;place-items:center;border-radius:14px}

#GHB .panel,#GHB .editor-side,#GHB .editor-toolbar,#GHB .editor-top,#GHB .editor-foot,#GHB .editor-canvas-wrap,#GHB .auth-card,#GHB .pop{background:linear-gradient(180deg,rgba(10,10,15,.94),rgba(12,12,18,.88));border:1px solid rgba(255,255,255,.08);box-shadow:0 0 0 1px rgba(159,82,253,.1),0 20px 40px rgba(0,0,0,.26);min-width:0}

#GHB .editor{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;background:linear-gradient(rgba(0,0,0,.64),rgba(0,0,0,.76)),var(--menu-bg) center center/cover no-repeat;padding:16px 18px 24px;overflow:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;min-height:var(--screen-h);height:100%}

#GHB .editor-shell{display:grid;grid-template-rows:auto 1fr;align-content:start;justify-items:stretch;gap:14px;width:min(1600px,100%);min-height:100%;height:auto;max-height:none;margin:0 auto;flex:1;overflow:visible}

#GHB .editor-top{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;padding:14px;border-radius:24px}

#GHB .editor-top-left{flex:1 1 420px;justify-content:flex-start}

#GHB .editor-top > .editor-top-actions{flex:1 1 420px;justify-content:flex-end}

#GHB .editor-layout{display:grid;grid-template-columns:minmax(310px,360px) minmax(620px,1fr) minmax(320px,390px);grid-template-areas:"left center right";gap:14px;min-height:0;height:auto;align-items:start;overflow:visible}

#GHB .editor-layout > .editor-side:first-child{grid-area:left}

#GHB .editor-layout > .editor-center{grid-area:center}

#GHB .editor-layout > .editor-side:last-child{grid-area:right}

#GHB .editor-side{display:grid;align-content:start;gap:12px;min-height:0;height:auto;max-height:none;overflow:visible;padding:16px 12px 16px 16px;border-radius:26px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-gutter:stable both-edges;scrollbar-width:thin;scrollbar-color:rgba(159,82,253,.52) rgba(255,255,255,.05)}

#GHB .editor-side::-webkit-scrollbar,#GHB .editor-list::-webkit-scrollbar,#GHB .editor-tool-grid::-webkit-scrollbar,#GHB .editor-prefabs::-webkit-scrollbar,#GHB .editor-code::-webkit-scrollbar{width:10px;height:10px}

#GHB .editor-side::-webkit-scrollbar-track,#GHB .editor-list::-webkit-scrollbar-track,#GHB .editor-tool-grid::-webkit-scrollbar-track,#GHB .editor-prefabs::-webkit-scrollbar-track,#GHB .editor-code::-webkit-scrollbar-track{background:rgba(255,255,255,.04);border-radius:999px}

#GHB .editor-side::-webkit-scrollbar-thumb,#GHB .editor-list::-webkit-scrollbar-thumb,#GHB .editor-tool-grid::-webkit-scrollbar-thumb,#GHB .editor-prefabs::-webkit-scrollbar-thumb,#GHB .editor-code::-webkit-scrollbar-thumb{background:linear-gradient(180deg,rgba(159,82,253,.82),rgba(112,247,176,.46));border-radius:999px;border:2px solid rgba(7,7,11,.16)}

#GHB .editor-center{min-width:0;min-height:0;height:auto;max-height:none;display:grid;grid-template-rows:auto minmax(560px,68vh) auto;gap:12px;align-content:start;overflow:visible}

#GHB .editor-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;padding:12px 14px;border-radius:22px;flex:0 0 auto}

#GHB .editor-toolbar-group{flex:1 1 420px;justify-content:flex-start}

#GHB .editor-view-actions{flex:0 0 auto;justify-content:flex-end}

#GHB .editor-canvas-wrap{min-height:520px;height:clamp(520px,68vh,860px);border-radius:26px;overflow:hidden;position:relative;contain:layout paint size}

#GHB .editor-canvas-wrap canvas{width:100%;height:100%;min-height:0;display:block;cursor:crosshair;touch-action:none}

#GHB .editor-foot{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;padding:12px 14px;border-radius:20px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--soft);flex:0 0 auto}

#GHB .editor-block{padding:14px;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);min-width:0;display:grid;gap:12px;align-content:start;overflow:hidden}

#GHB .editor-block + .editor-block{margin-top:0}

#GHB .editor-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:0;background:transparent;border:0;color:#fff;text-align:left;cursor:pointer}

#GHB .editor-block-head-main{display:grid;gap:4px;min-width:0}

#GHB .editor-block-label{font-size:10px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-soft)}

#GHB .editor-block-title{font:900 14px/1.1 'Montserrat',sans-serif;letter-spacing:.04em;text-transform:uppercase;color:#fff;overflow-wrap:anywhere}

#GHB .editor-block-meta{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--soft);max-width:48%;text-align:center}

#GHB .editor-block-body{display:grid;gap:12px;min-width:0}

#GHB .editor-block.is-collapsed .editor-block-body{display:none}

#GHB .editor-block-head::after{content:'▾';font-size:14px;color:var(--soft);transition:transform .18s ease,color .18s ease}

#GHB .editor-block.is-collapsed .editor-block-head::after{transform:rotate(-90deg)}

#GHB .editor-block:hover .editor-block-head::after{color:#fff}

#GHB .editor-list{display:grid;gap:8px;max-height:min(34vh,380px);overflow:auto;-webkit-overflow-scrolling:touch;padding-right:4px}

#GHB .editor-phase{width:100%;text-align:left;padding:12px 14px;border-radius:15px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:#fff;display:grid;gap:4px;overflow:hidden}

#GHB .editor-phase.on{background:linear-gradient(135deg,rgba(159,82,253,.22),rgba(159,82,253,.08));border-color:rgba(159,82,253,.54)}

#GHB .editor-phase.err{border-color:rgba(255,138,164,.54)}

#GHB .editor-phase b,#GHB .editor-phase small{overflow-wrap:anywhere}

#GHB .editor-phase small{color:var(--soft)}

#GHB .editor-tools{display:block;min-width:0}

#GHB .editor-prefabs{display:block;min-width:0;max-height:min(56vh,860px);overflow:auto;padding-right:4px;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;align-content:start}

#GHB .editor-tools-shell{display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:10px;min-width:0;min-height:0}

#GHB .editor-tool-filters{display:flex;gap:8px;flex-wrap:wrap}

#GHB .editor-tool-filter{padding:8px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);color:var(--soft);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}

#GHB .editor-tool-filter.on{background:linear-gradient(135deg,rgba(159,82,253,.22),rgba(159,82,253,.08));border-color:rgba(159,82,253,.54);color:#fff}

#GHB .editor-tool-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;min-width:0;max-height:min(42vh,560px);overflow:auto;padding-right:4px;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}

#GHB .editor-tool{min-height:78px;padding:10px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:#fff;display:grid;gap:8px;align-content:start;text-align:left;min-width:0}

#GHB .editor-tool.on{background:linear-gradient(135deg,rgba(159,82,253,.22),rgba(159,82,253,.08));border-color:rgba(159,82,253,.54)}

#GHB .editor-tool-ic{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);font-weight:900;overflow:hidden}

#GHB .editor-tool-ic img{width:100%;height:100%;object-fit:cover}

#GHB .editor-tool b,#GHB .editor-tool span{overflow-wrap:anywhere}

#GHB .editor-tool b{font-size:12px}

#GHB .editor-tool span{font-size:10px;color:var(--soft)}

#GHB .editor-tool .editor-tool-desc,#GHB .editor-tool .editor-tool-meta{display:none}

#GHB .editor-help-on .editor-tool .editor-tool-desc,#GHB .editor-help-on .editor-tool .editor-tool-meta,#GHB .editor-tool.on .editor-tool-desc,#GHB .editor-tool.on .editor-tool-meta{display:block}

#GHB .editor-library-shell{display:grid;gap:18px}

#GHB .editor-library-hero{display:grid;grid-template-columns:minmax(88px,112px) minmax(0,1fr);gap:16px;padding:16px 18px;border-radius:24px;border:1px solid rgba(159,82,253,.18);background:linear-gradient(135deg,rgba(159,82,253,.14),rgba(112,247,176,.06) 58%,rgba(255,255,255,.03));box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)}

#GHB .editor-library-hero-thumb{display:grid;place-items:center;min-height:96px;padding:12px;border-radius:20px;background:rgba(10,10,16,.5);border:1px solid rgba(255,255,255,.08)}

#GHB .editor-library-hero-thumb img{width:100%;height:100%;object-fit:contain}

#GHB .editor-library-hero-copy{display:grid;gap:10px;min-width:0}

#GHB .editor-library-hero-copy strong{font:900 18px/1.05 'Montserrat',sans-serif;letter-spacing:.03em;color:#fff}

#GHB .editor-library-hero-copy p{margin:0;font-size:12px;line-height:1.72;color:var(--muted);overflow-wrap:anywhere}

#GHB .editor-library-hero-actions{display:flex;gap:8px;flex-wrap:wrap}

#GHB .editor-library-hero-copy .editor-meta,#GHB .editor-tilepicker-hero-copy .editor-meta{margin-bottom:0}

#GHB .editor-style-section{display:grid;gap:12px;padding-top:2px}

#GHB .editor-style-section + .editor-style-section{padding-top:18px;border-top:1px solid rgba(255,255,255,.06)}

#GHB .editor-style-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;flex-wrap:wrap}

#GHB .editor-style-section-copy{display:grid;gap:4px;min-width:0}

#GHB .editor-style-section-copy b{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#fff}

#GHB .editor-style-section-copy span{font-size:11px;line-height:1.65;color:var(--soft);overflow-wrap:anywhere}

#GHB .editor-style-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px}

#GHB .editor-style-card,#GHB .editor-tile-card{appearance:none;-webkit-appearance:none;font:inherit;width:100%;cursor:pointer;outline:none}

#GHB .editor-style-card{min-height:178px;padding:14px;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);display:grid;gap:12px;align-content:start;text-align:left;color:#fff;box-shadow:0 12px 24px rgba(0,0,0,.12)}

#GHB .editor-style-card:hover{border-color:rgba(199,154,255,.28);transform:translateY(-1px)}

#GHB .editor-style-card.on{background:linear-gradient(135deg,rgba(159,82,253,.24),rgba(112,247,176,.08));border-color:rgba(159,82,253,.54)}

#GHB .editor-style-card:focus-visible,#GHB .editor-tile-card:focus-visible{outline:2px solid rgba(199,154,255,.64);outline-offset:2px}

#GHB .editor-style-thumb{height:92px;display:grid;place-items:center;padding:12px;border-radius:18px;background:rgba(9,9,14,.54);border:1px solid rgba(255,255,255,.08);overflow:hidden}

#GHB .editor-style-thumb img{width:100%;height:100%;object-fit:contain}

#GHB .editor-style-card-head{display:grid;gap:6px}

#GHB .editor-style-card-head b{font-size:13px;line-height:1.2;color:#fff}

#GHB .editor-style-card-head span{font-size:10px;line-height:1.55;color:var(--soft);text-transform:uppercase;letter-spacing:.12em}

#GHB .editor-style-card p{margin:0;font-size:11px;line-height:1.68;color:var(--muted);overflow-wrap:anywhere}

#GHB .editor-tile-workbench{display:grid;gap:16px}

#GHB .editor-tile-summary{display:flex;gap:8px;flex-wrap:wrap}

#GHB .editor-tile-stage{display:grid;grid-template-columns:minmax(170px,210px) minmax(240px,320px) minmax(0,1fr);gap:14px;align-items:start}

#GHB .editor-tile-panel{display:grid;gap:12px;padding:14px;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);min-width:0}

#GHB .editor-tile-panel-head{display:grid;gap:4px}

#GHB .editor-tile-panel-head b{font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#fff}

#GHB .editor-tile-panel-head span{font-size:11px;line-height:1.6;color:var(--soft);overflow-wrap:anywhere}

#GHB .editor-tile-category-list{display:grid;gap:8px}

#GHB .editor-tile-category-btn{appearance:none;-webkit-appearance:none;width:100%;padding:12px 14px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:#fff;text-align:left;font:inherit;display:grid;gap:4px;cursor:pointer}

#GHB .editor-tile-category-btn b{font-size:12px;line-height:1.2}

#GHB .editor-tile-category-btn span{font-size:10px;line-height:1.55;color:var(--soft);text-transform:uppercase;letter-spacing:.12em}

#GHB .editor-tile-category-btn.on{background:linear-gradient(135deg,rgba(159,82,253,.22),rgba(112,247,176,.08));border-color:rgba(159,82,253,.54)}

#GHB .editor-tile-style-grid,#GHB .editor-tile-name-list{display:grid;gap:10px}

#GHB .editor-tile-name-btn{appearance:none;-webkit-appearance:none;width:100%;padding:12px 14px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:#fff;text-align:left;font:inherit;display:grid;gap:4px;cursor:pointer}

#GHB .editor-tile-name-btn b{font-size:12px;line-height:1.24}

#GHB .editor-tile-name-btn span{font-size:10px;line-height:1.55;color:var(--soft);letter-spacing:.12em;text-transform:uppercase}

#GHB .editor-tile-name-btn.on{background:linear-gradient(135deg,rgba(159,82,253,.22),rgba(112,247,176,.08));border-color:rgba(159,82,253,.54)}

#GHB .editor-tile-name-btn:focus-visible,#GHB .editor-tile-category-btn:focus-visible{outline:2px solid rgba(199,154,255,.64);outline-offset:2px}

#GHB .editor-tile-style-grid .editor-style-card{min-height:0;padding:12px}

#GHB .editor-tile-style-grid .editor-style-thumb{height:84px}

#GHB .editor-tile-detail-hero{display:grid;grid-template-columns:minmax(120px,160px) minmax(0,1fr);gap:16px;padding:16px;border-radius:22px;border:1px solid rgba(159,82,253,.18);background:linear-gradient(135deg,rgba(159,82,253,.16),rgba(112,247,176,.08) 56%,rgba(255,255,255,.03))}

#GHB .editor-tile-detail-preview{display:grid;place-items:center;min-height:128px;padding:14px;border-radius:18px;background:rgba(10,10,16,.54);border:1px solid rgba(255,255,255,.08)}

#GHB .editor-tile-detail-preview img{width:100%;height:100%;object-fit:contain}

#GHB .editor-tile-detail-copy{display:grid;gap:10px;min-width:0}

#GHB .editor-tile-detail-copy strong{font:900 18px/1.08 'Montserrat',sans-serif;color:#fff}

#GHB .editor-tile-detail-copy p{margin:0;font-size:12px;line-height:1.72;color:var(--muted);overflow-wrap:anywhere}

#GHB .editor-piece-groups{display:grid;gap:18px}

#GHB .editor-piece-section{display:grid;gap:10px}

#GHB .editor-piece-section + .editor-piece-section{padding-top:16px;border-top:1px solid rgba(255,255,255,.06)}

#GHB .editor-piece-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px}

#GHB .editor-piece-grid .editor-tile-card{min-height:176px}

#GHB .editor-piece-grid .editor-tile-thumb{height:92px}

#GHB .editor-piece-grid.simple{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}

#GHB .editor-prefabs .editor-tile-stage{grid-template-columns:1fr}

#GHB .editor-prefabs .editor-piece-grid.simple{grid-template-columns:1fr}

#GHB .editor-cursor-meta{display:inline-flex;align-items:center;gap:8px;color:var(--text);font-size:11px;letter-spacing:.04em;text-transform:none;min-width:0;overflow-wrap:anywhere}

#GHB .editor-dpad{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:10px}

#GHB .editor-dpad .btn{min-width:0;padding:8px 10px}

#GHB .editor-form{display:grid;gap:10px}

#GHB .editor-form.two{grid-template-columns:repeat(auto-fit,minmax(132px,1fr))}

#GHB .editor-form label{display:grid;gap:6px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--soft)}

#GHB .editor-form input,#GHB .editor-form textarea,#GHB .editor-form select,#GHB .editor-search{width:100%;padding:10px 12px;border-radius:13px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.05);color:#fff;outline:none;min-width:0}

#GHB .editor-form select,#GHB #ghEditorSnapStep{appearance:none;-webkit-appearance:none;color-scheme:dark;background-color:#13101d;color:#f7f3ff;border-color:rgba(199,154,255,.22)}

#GHB .editor-form input::placeholder,#GHB .editor-form textarea::placeholder,#GHB .editor-search::placeholder{color:rgba(255,255,255,.38)}

#GHB .editor-form select option,#GHB #ghEditorSnapStep option{background:#13101d;color:#f7f3ff}

#GHB .editor-form select:focus,#GHB .editor-form input:focus,#GHB .editor-form textarea:focus,#GHB .editor-search:focus,#GHB #ghEditorSnapStep:focus{border-color:rgba(159,82,253,.5);box-shadow:0 0 0 3px rgba(159,82,253,.14)}

#GHB .editor-form textarea{min-height:82px;resize:vertical}

#GHB .editor-note{font-size:12px;line-height:1.7;color:var(--muted);overflow-wrap:anywhere}

#GHB .editor-note.compact{font-size:11px;line-height:1.55}

#GHB .editor-help-note{padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.03);border:1px dashed rgba(255,255,255,.08)}

#GHB .editor-subtitle{margin:14px 0 8px;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#d8c5ff}

#GHB .editor-pattern-grid{display:grid;gap:10px}

#GHB .editor-pattern-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}

#GHB .editor-meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}

#GHB .editor-badge{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.05);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}

#GHB .editor-badge.ok{border-color:rgba(112,247,176,.3);color:#c6ffe3}

#GHB .editor-badge.warn{border-color:rgba(255,216,112,.34);color:#ffe8a0}

#GHB .editor-badge.err{border-color:rgba(255,138,164,.42);color:#ffd0da}

#GHB .editor-validation{display:grid;gap:8px}

#GHB .editor-validation div{padding:10px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);font-size:12px;line-height:1.55;overflow-wrap:anywhere}

#GHB .editor-validation .ok{border-color:rgba(112,247,176,.28);color:#c6ffe3}

#GHB .editor-validation .warn{border-color:rgba(255,216,112,.36);color:#ffe8a0}

#GHB .editor-validation .err{border-color:rgba(255,138,164,.44);color:#ffd0da}

#GHB #ghEditorStatus{flex:1 1 260px;min-width:0;overflow-wrap:anywhere}

#GHB .editor-shortcuts{justify-content:flex-end;row-gap:6px;flex:1 1 360px}

#GHB .editor-mode-badge{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:999px;background:rgba(159,82,253,.12);border:1px solid rgba(159,82,253,.24);font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#fff}

#GHB .editor-fold{display:grid;gap:10px}

#GHB .editor-fold summary{cursor:pointer;list-style:none;padding:10px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fff}

#GHB .editor-fold summary::-webkit-details-marker{display:none}

#GHB .editor-fold[open] summary{border-color:rgba(159,82,253,.42);background:linear-gradient(135deg,rgba(159,82,253,.16),rgba(159,82,253,.04))}

#GHB .editor-inline-picker{display:flex;gap:8px;flex-wrap:wrap;align-items:flex-end}

#GHB .editor-inline-picker .btn{flex:0 0 auto}

#GHB .editor-code textarea{width:100%;min-height:220px;padding:14px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(4,4,7,.92);color:#f2ecff;font:500 12px/1.7 Consolas,monospace;outline:none;resize:vertical}

#GHB .editor-code .editor-code-hero{display:grid;gap:10px;padding:16px;border-radius:18px;border:1px dashed rgba(199,154,255,.5);background:linear-gradient(180deg,rgba(159,82,253,.12),rgba(12,12,18,.3))}

#GHB .editor-code .editor-code-hero b{font:900 16px/1.15 'Montserrat',sans-serif;letter-spacing:.08em;text-transform:uppercase}

#GHB .editor-code .editor-code-hero span{font-size:12px;line-height:1.6;color:var(--muted)}

#GHB .editor-code textarea.big{min-height:340px}

#GHB .editor-code{max-height:min(48vh,680px);overflow:auto;padding-right:4px;scrollbar-gutter:stable both-edges;scrollbar-width:thin;scrollbar-color:rgba(159,82,253,.52) rgba(255,255,255,.05)}

#GHB .editor-tilepicker-bg{position:absolute;inset:0;display:none;align-items:center;justify-content:center;z-index:129;padding:18px;background:rgba(0,0,0,.74);backdrop-filter:blur(10px);overflow:auto}

#GHB .editor-tilepicker-bg.on{display:flex}

#GHB .editor-tilepicker{width:min(1180px,calc(100% - 24px));max-height:min(90vh,960px);padding:22px;border-radius:30px;display:grid;gap:18px;overflow:hidden}

#GHB .editor-tilepicker-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}

#GHB .editor-tilepicker-copy{display:grid;gap:6px;min-width:0}

#GHB .editor-tilepicker-copy h3{margin:0;font-size:24px;line-height:1.12}

#GHB .editor-tilepicker-copy p{margin:0;font-size:12px;line-height:1.7;color:var(--muted);overflow-wrap:anywhere}

#GHB .editor-tilepicker-meta{display:flex;gap:8px;flex-wrap:wrap}

#GHB .editor-tilepicker-body{display:grid;gap:16px;min-height:0}

#GHB .editor-tilepicker-grid{display:grid;grid-template-rows:auto minmax(0,1fr);gap:18px;min-height:0}

#GHB .editor-tilepicker-hero{display:grid;grid-template-columns:minmax(120px,160px) minmax(0,1fr);gap:18px;padding:18px;border-radius:24px;border:1px solid rgba(159,82,253,.18);background:linear-gradient(135deg,rgba(159,82,253,.16),rgba(112,247,176,.08) 56%,rgba(255,255,255,.03))}

#GHB .editor-tilepicker-preview{display:grid;place-items:center;min-height:132px;padding:16px;border-radius:20px;background:rgba(10,10,16,.54);border:1px solid rgba(255,255,255,.08)}

#GHB .editor-tilepicker-preview img{width:100%;height:100%;object-fit:contain}

#GHB .editor-tilepicker-hero-copy{display:grid;gap:10px;min-width:0}

#GHB .editor-tilepicker-hero-copy strong{font:900 18px/1.08 'Montserrat',sans-serif;color:#fff}

#GHB .editor-tilepicker-hero-copy p{margin:0;font-size:12px;line-height:1.72;color:var(--muted);overflow-wrap:anywhere}

#GHB .editor-tilepicker-sections{display:grid;gap:20px;max-height:min(58vh,680px);overflow:auto;padding-right:6px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(159,82,253,.52) rgba(255,255,255,.05)}

#GHB .editor-tilepicker-sections::-webkit-scrollbar{width:10px;height:10px}

#GHB .editor-tilepicker-sections::-webkit-scrollbar-track{background:rgba(255,255,255,.04);border-radius:999px}

#GHB .editor-tilepicker-sections::-webkit-scrollbar-thumb{background:linear-gradient(180deg,rgba(159,82,253,.82),rgba(112,247,176,.46));border-radius:999px;border:2px solid rgba(7,7,11,.16)}

#GHB .editor-tilepicker-section{display:grid;gap:12px}

#GHB .editor-tilepicker-section + .editor-tilepicker-section{padding-top:18px;border-top:1px solid rgba(255,255,255,.06)}

#GHB .editor-tilepicker-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;flex-wrap:wrap}

#GHB .editor-tilepicker-section-copy{display:grid;gap:4px;min-width:0}

#GHB .editor-tilepicker-section-copy b{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#fff}

#GHB .editor-tilepicker-section-copy span{font-size:11px;line-height:1.65;color:var(--soft);overflow-wrap:anywhere}

#GHB .editor-tilepicker-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px}

#GHB .editor-tile-card{min-height:188px;padding:14px;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);display:grid;gap:12px;align-content:start;text-align:left;color:#fff;box-shadow:0 12px 24px rgba(0,0,0,.12)}

#GHB .editor-tile-card:hover{border-color:rgba(199,154,255,.3);transform:translateY(-1px)}

#GHB .editor-tile-card.on{background:linear-gradient(135deg,rgba(159,82,253,.22),rgba(159,82,253,.08));border-color:rgba(159,82,253,.54)}

#GHB .editor-tile-thumb{height:100px;display:grid;place-items:center;padding:12px;border-radius:18px;background:rgba(9,9,14,.54);border:1px solid rgba(255,255,255,.08);overflow:hidden}

#GHB .editor-tile-thumb img{width:100%;height:100%;object-fit:contain}

#GHB .editor-tile-card b{font-size:13px;overflow-wrap:anywhere}

#GHB .editor-tile-card span{font-size:10px;line-height:1.55;color:var(--soft);overflow-wrap:anywhere}
