*{margin:0;box-sizing:border-box}body,html{height:100%;background:#14100e;font-family:-apple-system,Segoe UI,Roboto,sans-serif;overflow:hidden}a{color:inherit}#topbar{position:fixed;top:0;left:0;right:0;height:54px;z-index:100;display:flex;align-items:center;gap:14px;padding:0 18px;background:rgba(20,16,14,.88);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.08);color:#eee}#topbar .t{font-weight:800;font-size:16px;color:#fff}#topbar .s{font-size:13px;color:#9a9088}#topbar .sp{flex:1 1}#topbar button{background:#2a2320;color:#eee;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:7px 12px;font-size:14px;cursor:pointer}#topbar button:hover{background:#3a302b}#viewport{position:fixed;top:54px;left:0;right:0;bottom:0;overflow:hidden;cursor:-webkit-grab;cursor:grab;background-color:#191310;background-image:radial-gradient(rgba(255,255,255,.05) 1.4px,transparent 0);background-size:28px 28px}#viewport.drag{cursor:-webkit-grabbing;cursor:grabbing}#canvas{position:absolute;top:0;left:0;transform-origin:0 0;width:max-content;padding:64px 90px}.sec{margin-bottom:70px}.sec h2{color:#fff;font-size:32px;font-weight:800;margin:0;letter-spacing:-.01em;white-space:nowrap}.sec h2 .cnt{font-size:16px;color:#7fd1d6;font-weight:700;margin-left:12px;vertical-align:middle}.rowhead{display:flex;align-items:center;gap:16px;margin:24px 0 11px}.rowlabel{color:#c9bfb6;font-size:15px;font-weight:700;letter-spacing:.02em;white-space:nowrap}.rowlabel .tt{color:#7f756d;font-weight:600;font-family:ui-monospace,Menlo,monospace;font-size:13px}.rowlabel .rc{color:#7fd1d6;font-weight:800;margin-left:6px}.lock{display:inline-flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#7f756d}.lock input{position:absolute;opacity:0;width:0;height:0}.lock .kn{position:relative;width:40px;height:22px;border-radius:999px;background:#3a302b;transition:background .15s;flex:none}.lock .kn:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#9a9088;transition:transform .15s,background .15s}.lock.on .kn{background:#16A0A6}.lock.on .kn:after{transform:translateX(18px);background:#fff}.lock.on{color:#2BD4DB}.row{display:flex;gap:18px;align-items:flex-start}.card{position:relative;flex:none;width:232px;margin:0;background:#221c19;border-radius:10px;overflow:hidden;box-shadow:0 10px 26px rgba(0,0,0,.32)}.card img{display:block;object-fit:cover;background:#333}.card .ph,.card img{width:100%;aspect-ratio:4/5}.card .ph{justify-content:center;color:#6b625b;font:600 13px ui-monospace,Menlo,monospace;background:#1c1714}.card .ph,.card figcaption{display:flex;align-items:center}.card figcaption{gap:6px;font-size:12px;color:#9a9088;padding:6px 10px;font-family:ui-monospace,Menlo,monospace}.card figcaption .capsp{flex:1 1}.card .lk-ic{display:inline-flex;align-items:center;flex:none;color:#16A0A6}.card .lk-ic svg{height:13px;width:auto;display:block}.card .cardedit{display:none;align-items:center;background:none;border:0;padding:0;cursor:pointer;color:#9a9088;flex:none}.card .cardedit svg{height:14px;width:auto;display:block}.card .cardedit:hover{color:#2BD4DB}.card:hover .cardedit{display:inline-flex}.card .ai-tag{flex:none;font-size:12px;font-weight:800;line-height:13px;color:#16A0A6;letter-spacing:.03em}.row.locked .card{outline:2px solid rgba(43,212,219,.55)}.card.foc{outline:4px solid #2BD4DB;outline-offset:3px;box-shadow:0 0 0 4px rgba(43,212,219,.3),0 16px 36px rgba(0,0,0,.5)}.card{cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(0,0,0,.45)}.ed-overlay{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;background:rgba(8,6,5,.66);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:22px}.ed-modal{position:relative;display:flex;flex-direction:column;width:min(1500px,95vw);height:min(980px,94vh);background:#1a1512;border:1px solid rgba(255,255,255,.1);border-radius:16px;box-shadow:0 30px 90px rgba(0,0,0,.6);overflow:hidden}.ed-head{display:flex;align-items:center;gap:12px;height:56px;flex:none;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(34,28,25,.6)}.ed-head .ed-id{font-family:ui-monospace,Menlo,monospace;font-weight:800;font-size:15px;color:#fff}.ed-head .ed-tmpl{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#9a9088;background:#2a2320;border:1px solid rgba(255,255,255,.1);border-radius:7px;padding:4px 9px}.ed-head .ed-tag{font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#04282b;background:#7fd1d6;border-radius:999px;padding:3px 9px}.ed-head .ed-sp{flex:1 1}.ed-head .ed-dirty{font-size:12px;color:#e7b86b;font-weight:700}.ed-head .ed-save{background:#16A0A6;color:#04282b;border:0;border-radius:9px;padding:9px 18px;font-weight:800;font-size:14px;cursor:pointer}.ed-head .ed-save:disabled{opacity:.45;cursor:default}.ed-head .ed-save:not(:disabled):hover{background:#1cb6bd}.ed-head .ed-close{background:#2a2320;color:#cfc6bd;border:1px solid rgba(255,255,255,.12);border-radius:9px;width:36px;height:36px;font-size:15px;cursor:pointer}.ed-head .ed-close:hover{background:#3a302b;color:#fff}.ed-body{flex:1 1;display:flex;min-height:0}.ed-preview{flex:1.5 1;min-width:0;position:relative;display:flex;align-items:center;justify-content:center;background:#0f0c0a;background-image:radial-gradient(rgba(255,255,255,.045) 1.3px,transparent 0);background-size:24px 24px;border-right:1px solid rgba(255,255,255,.08)}.ed-stage{position:relative;box-shadow:0 18px 50px rgba(0,0,0,.55);border-radius:6px;overflow:hidden}.ed-stage iframe{display:block}.ed-pending{position:absolute;top:10px;right:10px;width:14px;height:14px;border-radius:50%;border:2px solid rgba(43,212,219,.3);border-top-color:#2bd4db;animation:ed-spin .7s linear infinite}.ed-err{position:absolute;bottom:14px;left:14px;background:rgba(120,20,20,.9);color:#ffd9d9;font-size:13px;padding:8px 12px;border-radius:8px}.ed-fields{flex:none;width:392px;overflow-y:auto;padding:18px 18px 60px;background:#171310}.ed-group{margin-bottom:22px}.ed-group-h{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#7f756d;margin:0 0 12px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.07)}.ed-empty{font-size:13px;color:#7f756d;font-style:italic}.ed-field{margin-bottom:15px}.ed-field>label{display:flex;align-items:baseline;gap:8px;font-size:12px;font-weight:700;color:#cfc6bd;margin-bottom:6px;letter-spacing:.01em}.ed-field .ed-hint{font-size:11px;font-weight:500;color:#7f756d;letter-spacing:0}.ed-field input,.ed-field textarea{width:100%;padding:10px 12px;border-radius:9px;border:1px solid rgba(255,255,255,.12);background:#0f0c0a;color:#fff;font-size:14px;font-family:inherit;line-height:1.4;resize:vertical}.ed-field input:focus,.ed-field textarea:focus{outline:none;border-color:#16A0A6;box-shadow:0 0 0 3px rgba(22,160,166,.22)}.ed-field input:disabled,.ed-field textarea:disabled{opacity:.5;cursor:not-allowed}.ed-list-stub{font-size:13px;color:#9a9088;background:#0f0c0a;border:1px dashed rgba(255,255,255,.14);border-radius:9px;padding:11px 12px}.ed-brand{display:flex;flex-direction:column;gap:13px}.ed-brand-presets{display:flex;gap:8px;flex-wrap:wrap}.ed-swatch{display:flex;flex-direction:column;align-items:center;gap:5px;background:none;border:0;padding:0;cursor:pointer;width:54px}.ed-swatch .sw{width:48px;height:34px;border-radius:8px;border:2px solid rgba(255,255,255,.12);box-shadow:inset 0 0 0 1px rgba(0,0,0,.3)}.ed-swatch.off .sw{background:#0f0c0a;position:relative}.ed-swatch.off .sw:after{content:"";position:absolute;left:7px;right:7px;top:50%;height:2px;background:#7f756d;transform:rotate(-18deg)}.ed-swatch .lb{font-size:11px;font-weight:700;color:#9a9088}.ed-swatch:hover .sw{border-color:rgba(255,255,255,.3)}.ed-swatch.on .sw{border-color:#2BD4DB;box-shadow:0 0 0 2px rgba(43,212,219,.35)}.ed-swatch.on .lb{color:#2BD4DB}.ed-swatch:disabled{opacity:.5;cursor:not-allowed}.ed-brand-dose{display:flex;align-items:center;gap:12px}.ed-brand-dose input[type=range]{flex:1 1;accent-color:#16A0A6;height:4px}.ed-brand-val{font-size:12px;font-weight:800;color:#cfc6bd;min-width:42px;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.set-modal{display:flex;flex-direction:column;width:min(520px,94vw);max-height:90vh;background:#1a1512;border:1px solid rgba(255,255,255,.1);border-radius:16px;box-shadow:0 30px 90px rgba(0,0,0,.6);overflow:hidden}.set-body{padding:20px 22px 26px;overflow-y:auto}.set-section h3{font-size:15px;font-weight:800;color:#fff;margin:0 0 6px}.set-hint{font-size:12.5px;line-height:1.5;color:#9a9088;margin:0 0 16px}.set-exclude{margin:16px 0 18px}.set-exclude-h{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#7f756d;margin-bottom:9px}.set-exclude-list{display:flex;flex-wrap:wrap;gap:8px 16px}.set-check{display:inline-flex;align-items:center;gap:7px;font-size:13px;color:#cfc6bd;cursor:pointer}.set-check input{accent-color:#16A0A6;width:15px;height:15px}.set-apply{width:100%;margin-top:6px}.set-bar{margin-top:12px;height:6px;border-radius:999px;background:#0f0c0a;overflow:hidden}.set-bar-fill{height:100%;background:#16A0A6;transition:width .2s ease}.set-result{margin-top:12px;font-size:13px;font-weight:600;color:#7fd1d6}.ed-list{display:flex;flex-direction:column;gap:8px}.ed-list-empty{font-size:12.5px;color:#7f756d;font-style:italic}.ed-list-row{display:flex;gap:8px;align-items:flex-start;background:#0f0c0a;border:1px solid rgba(255,255,255,.09);border-radius:9px;padding:8px}.ed-list-fields{flex:1 1;display:flex;flex-wrap:wrap;gap:7px;min-width:0}.ed-list-str{width:100%;padding:8px 10px;border-radius:7px;border:1px solid rgba(255,255,255,.12);background:#1a1512;color:#fff;font-size:13.5px;font-family:inherit}.ed-list-fields .ed-item-line{flex:1 1 100%}.ed-list-fields .ed-item-num{flex:1 1 72px}.ed-list-fields .ed-item-bool{flex:1 1 100%}.ed-item-line,.ed-item-num{display:flex;flex-direction:column;gap:3px}.ed-item-line>span,.ed-item-num>span{font-size:10.5px;font-weight:700;color:#9a9088;letter-spacing:.02em}.ed-item-line input,.ed-item-num input{padding:7px 9px;border-radius:7px;border:1px solid rgba(255,255,255,.12);background:#1a1512;color:#fff;font-size:13px;font-family:inherit;width:100%}.ed-item-bool{display:flex;align-items:center;gap:7px;font-size:12.5px;color:#cfc6bd;cursor:pointer;margin-top:2px}.ed-item-bool input{accent-color:#16A0A6;width:15px;height:15px}.ed-item-line input:focus,.ed-item-num input:focus,.ed-list-str:focus{outline:none;border-color:#16A0A6}.ed-list-ctl{display:flex;flex-direction:column;gap:4px;flex:none}.ed-list-ctl button{width:26px;height:22px;border-radius:6px;border:1px solid rgba(255,255,255,.12);background:#2a2320;color:#cfc6bd;font-size:12px;cursor:pointer;line-height:1;padding:0}.ed-list-ctl button:hover:not(:disabled){background:#3a302b}.ed-list-ctl button:disabled{opacity:.35;cursor:default}.ed-list-ctl button.rm:hover:not(:disabled){background:#5a2222;color:#ffd9d9}.ed-list-add{align-self:flex-start;margin-top:2px;padding:8px 12px;border-radius:8px;border:1px dashed rgba(43,212,219,.4);background:transparent;color:#2BD4DB;font-size:12.5px;font-weight:700;cursor:pointer}.ed-list-add:hover:not(:disabled){background:rgba(43,212,219,.08)}.ed-list-add:disabled{opacity:.5;cursor:default}.ed-crop-box{position:relative;width:100%;border-radius:9px;overflow:hidden;background:#0f0c0a;border:1px solid rgba(255,255,255,.12);-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none}.ed-crop-box[data-grab=true]{cursor:-webkit-grab;cursor:grab}.ed-crop-box[data-grab=true]:active{cursor:-webkit-grabbing;cursor:grabbing}.ed-crop-box img{display:block;pointer-events:none}.ed-crop-ph{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#7f756d;font-size:12.5px}.ed-crop-grid{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.16) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 0);background-size:33.33% 33.33%;opacity:.6}.ed-crop-ctl{display:flex;align-items:center;gap:10px;margin-top:9px}.ed-crop-lab{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#7f756d}.ed-crop-ctl input[type=range]{flex:1 1;accent-color:#16A0A6;height:4px}.ed-crop-val{font-size:12px;font-weight:800;color:#cfc6bd;min-width:40px;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ed-crop-reset{background:#2a2320;color:#cfc6bd;border:1px solid rgba(255,255,255,.12);border-radius:7px;padding:5px 9px;font-size:11.5px;cursor:pointer}.ed-crop-reset:hover:not(:disabled){background:#3a302b}.ed-crop-hint{margin-top:7px}.ed-crop-hint,.ed-subhead{font-size:11px;color:#7f756d}.ed-subhead{font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin:16px 0 10px;padding-top:13px;border-top:1px solid rgba(255,255,255,.07)}.ed-crop-box[data-drop=true]{border-color:#16A0A6;box-shadow:inset 0 0 0 2px rgba(22,160,166,.5)}.ed-hero-empty{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;padding:14px;cursor:pointer;border:1.5px dashed rgba(255,255,255,.22);border-radius:8px;color:#9b9189;transition:border-color .12s,background .12s}.ed-hero-empty:hover{border-color:#16A0A6;background:rgba(22,160,166,.06)}.ed-hero-empty-ic{font-size:24px;line-height:1;color:#16A0A6;font-weight:700}.ed-hero-empty-t{font-size:12.5px;color:#cfc6bd;line-height:1.35}.ed-hero-empty-s{font-size:10.5px;color:#7f756d;letter-spacing:.02em}.ed-hero-tb{position:absolute;top:7px;right:7px;display:flex;gap:6px;z-index:3}.ed-hero-tb button{background:rgba(20,16,14,.82);color:#e9e2d8;border:1px solid rgba(255,255,255,.18);border-radius:7px;padding:5px 9px;font-size:11px;font-weight:700;cursor:pointer;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.ed-hero-tb button:hover{background:rgba(22,160,166,.85);border-color:#16A0A6;color:#fff}.ed-hero-drop{background:rgba(22,160,166,.18);color:#fff;font-weight:800;font-size:14px;letter-spacing:.03em;pointer-events:none;z-index:4}.ed-hero-busy,.ed-hero-drop{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.ed-hero-busy{gap:9px;background:rgba(15,12,10,.72);color:#e9e2d8;font-weight:700;font-size:13px;z-index:5}.ed-hero-spin{width:15px;height:15px;border:2px solid rgba(255,255,255,.25);border-top-color:#16a0a6;border-radius:50%;display:inline-block;animation:ed-spin .7s linear infinite}@keyframes ed-spin{to{transform:rotate(1turn)}}.ed-hero-url{display:flex;gap:7px;margin-top:8px}.ed-hero-url input{flex:1 1;background:#0f0c0a;color:#e9e2d8;border:1px solid rgba(255,255,255,.14);border-radius:7px;padding:7px 9px;font-size:12px}.ed-hero-url input:focus{outline:none;border-color:#16A0A6}.ed-hero-url button{background:#2a2320;color:#cfc6bd;border:1px solid rgba(255,255,255,.14);border-radius:7px;padding:6px 12px;font-size:12px;font-weight:700;cursor:pointer}.ed-hero-url button:hover:not(:disabled){background:#16A0A6;border-color:#16A0A6;color:#fff}.ed-hero-url button:disabled{opacity:.5;cursor:default}.ed-hero-err{margin-top:7px;font-size:11.5px;color:#f0a0a0;background:rgba(160,40,40,.12);border:1px solid rgba(220,90,90,.35);border-radius:6px;padding:6px 9px}.ed-head .ed-freeze{background:#2a2320;color:#cfc6bd;border:1px solid rgba(255,255,255,.14);border-radius:9px;padding:8px 14px;font-weight:700;font-size:13px;cursor:pointer}.ed-head .ed-freeze:hover:not(:disabled){background:#3a302b}.ed-head .ed-freeze.on{background:#3a2a12;border-color:#e7b86b;color:#f0c97a}.ed-head .ed-freeze:disabled{opacity:.5;cursor:default}.ed-head .ed-frozen{font-size:12px;font-weight:800;color:#f0c97a;letter-spacing:.02em}.ed-ai-toggle{display:flex;align-items:center;gap:9px;font-size:13.5px;color:#cfc6bd;cursor:pointer;margin-bottom:4px}.ed-ai-toggle input{accent-color:#16A0A6;width:16px;height:16px;flex:none}.ed-ai-hint{color:#7f756d;font-size:12px;font-weight:400}#topbar button.tb-new{background:#16A0A6;color:#04282b;border:0;font-weight:800}#topbar button.tb-new:hover{background:#1cb6bd}.create-modal{display:flex;flex-direction:column;width:min(620px,94vw);max-height:90vh;background:#1a1512;border:1px solid rgba(255,255,255,.1);border-radius:16px;box-shadow:0 30px 90px rgba(0,0,0,.6);overflow:hidden}.create-body{padding:18px 22px 24px;overflow-y:auto}.create-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(132px,1fr));grid-gap:10px;gap:10px;margin:14px 0 18px}.create-tile{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:3px;background:#221c19;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:12px 13px;cursor:pointer;text-align:left}.create-tile:hover:not(:disabled){border-color:#2BD4DB;background:#26201c}.create-tile:disabled{opacity:.6;cursor:default}.create-tmpl{font-size:14px;font-weight:700;color:#fff}.create-key{font-size:11px;color:#7f756d;font-family:ui-monospace,Menlo,monospace}.create-spin{position:absolute;top:10px;right:10px;width:12px;height:12px;border-radius:50%;border:2px solid rgba(43,212,219,.3);border-top-color:#2bd4db;animation:ed-spin .7s linear infinite}.create-gen{width:100%;padding:11px;border-radius:9px;border:1px dashed rgba(255,255,255,.16);background:transparent;color:#7f756d;cursor:not-allowed}.create-gen,.ed-head .ed-dup{font-size:13px;font-weight:700}.ed-head .ed-dup{background:#2a2320;color:#cfc6bd;border:1px solid rgba(255,255,255,.14);border-radius:9px;padding:8px 14px;cursor:pointer}.ed-head .ed-dup:hover:not(:disabled){background:#3a302b}.ed-head .ed-dup:disabled{opacity:.5;cursor:default}.ed-head .ed-del{background:transparent;color:#e88a8a;border:1px solid rgba(220,90,90,.5);border-radius:9px;padding:8px 14px;font-weight:700;font-size:13px;cursor:pointer}.ed-head .ed-del:hover:not(:disabled){background:rgba(150,30,30,.35);color:#ffc9c9;border-color:rgba(220,90,90,.85)}.ed-head .ed-del:disabled{opacity:.5;cursor:default}.ed-confirm{position:absolute;inset:0;z-index:10;display:flex;align-items:center;justify-content:center;background:rgba(8,6,5,.62);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.ed-confirm-box{width:min(420px,90%);background:#1f1916;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:22px 22px 18px;box-shadow:0 24px 60px rgba(0,0,0,.6)}.ed-confirm-title{font-size:16px;font-weight:800;color:#fff;margin-bottom:8px}.ed-confirm-text{font-size:13.5px;line-height:1.5;color:#cfc6bd;margin-bottom:18px}.ed-confirm-text b{color:#ffb3b3}.ed-confirm-actions{display:flex;justify-content:flex-end;gap:10px}.ed-confirm-cancel{background:#2a2320;color:#cfc6bd;border:1px solid rgba(255,255,255,.14);border-radius:9px;padding:9px 16px;font-weight:700;font-size:13px;cursor:pointer}.ed-confirm-cancel:hover:not(:disabled){background:#3a302b}.ed-confirm-del{background:#c0392b;color:#fff;border:0;border-radius:9px;padding:9px 18px;font-weight:800;font-size:13px;cursor:pointer}.ed-confirm-del:hover:not(:disabled){background:#d4452f}.ed-confirm-cancel:disabled,.ed-confirm-del:disabled{opacity:.55;cursor:default}.login-wrap{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#14100e}.login-card{background:#221c19;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:34px 32px;width:360px;color:#eee}.login-card h1{font-size:20px;font-weight:800;margin:0 0 4px;color:#fff}.login-card p{font-size:13px;color:#9a9088;margin:0 0 22px}.login-card label{display:block;font-size:12px;color:#9a9088;margin:14px 0 6px;text-transform:uppercase;letter-spacing:.06em}.login-card input{width:100%;padding:11px 13px;border-radius:9px;border:1px solid rgba(255,255,255,.12);background:#1a1512;color:#fff;font-size:15px}.login-card button{width:100%;margin-top:22px;padding:12px;border:0;border-radius:9px;background:#16A0A6;color:#04282b;font-weight:800;font-size:15px;cursor:pointer}.login-card button:disabled{opacity:.6;cursor:default}.login-card .err{color:#ff9a9a;font-size:13px;margin-top:14px}.ed-gen{background:#2a2012;color:#f0c97a;border:1px solid #e7b86b;border-radius:9px;padding:8px 14px;font-weight:700;font-size:13px;cursor:pointer}.ed-gen:hover:not(:disabled){background:#3a2c12}.gs-overlay{position:fixed;inset:0;z-index:60;background:rgba(8,6,5,.86);display:flex;align-items:stretch;justify-content:center;padding:22px}.gs-frame{width:100%;max-width:1320px;background:#15110f;border:1px solid rgba(255,255,255,.12);border-radius:14px;display:flex;flex-direction:column;overflow:hidden}.gs-head{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.08)}.gs-close{background:#2a2320;color:#cfc6bd;border:1px solid rgba(255,255,255,.14);border-radius:8px;width:32px;height:32px;font-size:15px;cursor:pointer}.gs-title{font-weight:800;font-size:16px;color:#f3ece2}.gs-chip{font-size:12px;color:#cfc6bd;background:#241d1a;border-radius:7px;padding:3px 9px}.gs-sp{flex:1 1}.gs-lab,.gs-lab2{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#7f756d}.gs-head select,.gs-prompt{background:#0f0c0a;color:#e9e2d8;border:1px solid rgba(255,255,255,.14);border-radius:8px}.gs-head select{padding:7px 9px;font-size:13px}.gs-body{display:flex;min-height:520px;flex:1 1}.gs-rail{width:38%;max-width:460px;border-right:1px solid rgba(255,255,255,.08)}.gs-main,.gs-rail{padding:16px;overflow-y:auto}.gs-main{flex:1 1;display:flex;flex-direction:column;overflow-x:auto}.gs-lab2{display:flex;align-items:center;gap:8px;margin:2px 0 8px}.gs-globalpill{font-size:10px;color:#7fdfe4;background:rgba(22,160,166,.16);border-radius:5px;padding:2px 6px}.gs-globalpill,.gs-savechain{font-weight:700;text-transform:none;letter-spacing:0}.gs-savechain{margin-left:auto;background:#241d1a;color:#cfc6bd;border:1px solid rgba(255,255,255,.12);border-radius:7px;padding:4px 9px;font-size:11px;cursor:pointer}.gs-refgrid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:7px;gap:7px;margin-bottom:18px}.gs-ref{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#0f0c0a}.gs-ref img{width:100%;height:100%;object-fit:cover;cursor:pointer;display:block}.gs-ref.off img{opacity:.32;filter:grayscale(1)}.gs-ref-ph{display:block;width:100%;height:100%}.gs-ref-del{position:absolute;top:2px;right:2px;width:18px;height:18px;border:0;border-radius:5px;background:rgba(8,6,5,.7);color:#e9e2d8;font-size:11px;cursor:pointer;line-height:1}.gs-ref-add{aspect-ratio:1;border:1.5px dashed rgba(255,255,255,.22);background:transparent;border-radius:8px;color:#9b9189;font-size:20px;cursor:pointer}.gs-ref-add:hover:not(:disabled){border-color:#16A0A6;color:#16A0A6}.gs-stage{border:1px solid rgba(255,255,255,.1);border-radius:9px;margin-top:8px;overflow:hidden}.gs-stage-h{width:100%;display:flex;align-items:center;gap:9px;background:#1a1512;border:0;padding:9px 11px;cursor:pointer;color:#e9e2d8}.gs-num{font-size:11px;font-weight:800;background:rgba(22,160,166,.18);color:#7fdfe4;border-radius:6px;padding:2px 8px}.gs-stage-name{font-size:13.5px;font-weight:700}.gs-stage-hint{font-size:11px;color:#7f756d}.gs-chev{color:#7f756d;font-size:12px}.gs-stage-body{padding:9px 11px}.gs-prompt{width:100%;font-size:12px;line-height:1.5;padding:8px 10px;resize:vertical;font-family:ui-monospace,monospace}.gs-stage-out{margin-top:8px;display:flex;flex-direction:column;gap:5px}.gs-out-item{font-size:12px;color:#cfc6bd;background:#0f0c0a;border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:6px 8px}.gs-generate{width:100%;margin-top:16px;padding:11px;background:#16A0A6;color:#04282b;border:0;border-radius:9px;font-weight:800;font-size:14px;cursor:pointer}.gs-generate:disabled{opacity:.55;cursor:default}.gs-note{font-size:11px;color:#7f756d;text-align:center;margin-top:7px}.gs-controls{margin-top:16px;display:flex;flex-direction:column;gap:10px}.gs-ctl-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.gs-stepper{display:inline-flex;align-items:center;gap:2px;background:#0f0c0a;border:1px solid rgba(255,255,255,.12);border-radius:8px;overflow:hidden}.gs-stepper button{width:30px;height:30px;background:transparent;color:#cfc6bd;border:0;font-size:13px;cursor:pointer}.gs-stepper button:disabled{opacity:.4;cursor:default}.gs-stepval{min-width:26px;text-align:center;font-weight:800;font-size:14px;color:#f0e9e1}.gs-modelsel{display:inline-flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.gs-mtoggle{padding:6px 10px;border-radius:8px;background:#0f0c0a;border:1px solid rgba(255,255,255,.12);color:#7f756d;font-size:11px;font-weight:700;cursor:pointer}.gs-mtoggle.on{background:rgba(22,160,166,.16);border-color:#16A0A6;color:#bdeef0}.gs-mtoggle:disabled{opacity:.5;cursor:default}.gs-err{margin-top:10px;font-size:12px;color:#f0a0a0;background:rgba(160,40,40,.12);border:1px solid rgba(220,90,90,.35);border-radius:7px;padding:7px 9px}.gs-matrix-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.gs-hint{font-size:12px;color:#7f756d}.gs-cols{display:grid;grid-template-columns:120px repeat(3,1fr);grid-gap:8px;gap:8px;margin-bottom:4px}.gs-cols span{font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#7f756d;text-align:center}.gs-row{display:grid;grid-template-columns:120px repeat(3,1fr);grid-gap:8px;gap:8px;margin-bottom:8px;align-items:center}.gs-rowlab{font-size:12px;font-weight:700;color:#cfc6bd}.gs-tile{position:relative;aspect-ratio:4/5;border-radius:9px;overflow:hidden;background:#0f0c0a;border:1px solid rgba(255,255,255,.1);cursor:pointer}.gs-tile.pick{border:2px solid #16a0a6}.gs-tile.sel{border:2px solid #2bd4db}.gs-tile img{width:100%;height:100%;object-fit:cover;display:block}.gs-tile-ph{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#5f574f;font-size:20px}.gs-tile-ph.err{color:#e0a04a}.gs-badge{position:absolute;font-size:10px;font-weight:700;border-radius:5px;padding:2px 6px}.gs-badge.sel{top:5px;right:5px;background:#16A0A6;color:#fff}.gs-badge.rf{top:5px;left:5px;background:rgba(8,6,5,.7);padding:3px 5px}.gs-badge.rfd{bottom:5px;left:5px;background:rgba(22,160,166,.85);color:#fff}.gs-spin{width:18px;height:18px;border:2px solid rgba(255,255,255,.2);border-top-color:#16a0a6;border-radius:50%;display:inline-block;animation:ed-spin .7s linear infinite}.gs-spin.sm{width:11px;height:11px;border-width:2px}.gs-actionbar{margin-top:auto;display:flex;flex-direction:column;align-items:stretch;gap:10px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08)}.gs-actionrow{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.gs-empty{padding:30px;text-align:center;color:#7f756d;font-size:13px;border:1px dashed rgba(255,255,255,.12);border-radius:10px;margin:8px 0}.gs-runblock{margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.06)}.gs-runhead{display:flex;align-items:center;gap:10px;margin:6px 0 8px}.gs-runidx{font-size:12px;font-weight:800;color:#2BD4DB}.gs-runmeta{font-size:11px;color:#7f756d}.gs-runstatus{font-size:11px;color:#16A0A6;font-weight:700}.gs-runstatus.err{color:#e0a04a}.gs-tweak{padding:12px;background:#0f0c0a;border:1px solid rgba(255,255,255,.1);border-radius:9px;display:flex;flex-direction:column;gap:9px}.gs-tweak-note{font-size:11px;color:#7f756d;line-height:1.4}.gs-tweak-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.gs-tweak label{display:flex;flex-direction:column;gap:3px;font-size:11px;font-weight:700;color:#9f958c}.gs-tweak input,.gs-tweak textarea{background:#1a1613;border:1px solid rgba(255,255,255,.14);border-radius:6px;color:#f0e9e1;padding:6px 8px;font-size:12px;font-family:ui-monospace,monospace;resize:vertical}.gs-tweak-full{width:100%}.gs-picklab{font-size:13px;font-weight:700;color:#e9e2d8}.gs-seg{background:#2a2320;color:#cfc6bd;border:1px solid rgba(255,255,255,.14);border-radius:8px;padding:7px 12px;font-size:12.5px;font-weight:700;cursor:pointer}.gs-seg:hover:not(:disabled){background:#3a302b}.gs-seg.primary{background:#16A0A6;color:#04282b;border-color:#16A0A6}.gs-seg:disabled{opacity:.5;cursor:default}