@font-face{font-family:Troneck;src:url(/fonts/troneck-regular.ttf)format("truetype");font-display:swap}@font-face{font-family:Nashville;src:url(/fonts/nhl-nashville-regular.ttf)format("truetype");font-display:swap}.login-root{color:#000;background:linear-gradient(120deg,#c3f56e,#46d3ee,#ffdd32,#ffad33,#c3f56e) 0 0/400% 400%;flex-direction:column;align-items:center;min-height:100vh;font-family:Nashville,system-ui,sans-serif;animation:18s infinite login-gradient;display:flex;position:relative;overflow:hidden}.login-root:before,.login-root:after{content:"";filter:blur(80px);opacity:.55;pointer-events:none;border-radius:50%;width:70vmax;height:70vmax;position:absolute}.login-root:before{background:#46d3ee;animation:22s ease-in-out infinite alternate login-blob-a;top:-30vmax;left:-20vmax}.login-root:after{background:#ffdd32;animation:26s ease-in-out infinite alternate login-blob-b;bottom:-35vmax;right:-25vmax}.login-wash{pointer-events:none;background:#c3f56e4d;position:absolute;inset:0}@keyframes login-gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes login-blob-a{to{transform:translate(25vmax,20vmax)scale(1.2)}}@keyframes login-blob-b{to{transform:translate(-25vmax,-15vmax)scale(1.15)}}@media (prefers-reduced-motion:reduce){.login-root,.login-root:before,.login-root:after{animation:none}}.login-content{z-index:1;flex-direction:column;width:100%;max-width:420px;min-height:100vh;padding:0 24px;display:flex;position:relative}.login-brand{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:220px;margin-top:48px;font-family:Troneck,serif;display:flex}.login-brand h1{margin:0;font-size:100px;font-weight:400;line-height:.8}.login-brand p{margin:8px 0 0;font-size:25px}.login-brand .login-sub{letter-spacing:3px;text-transform:uppercase;margin-top:14px;font-family:Nashville,system-ui,sans-serif;font-size:13px;font-weight:600}.login-spacer{flex:1}.login-card{background:#fff;border-radius:24px;flex-direction:column;gap:16px;padding:24px;display:flex;box-shadow:0 20px 50px #00000026}.login-field{background:#0000000d;border:1px solid #00000059;border-radius:100px;align-items:center;height:56px;transition:border-color .15s;display:flex;position:relative}.login-field:focus-within{border-width:2px;border-color:#25a4bc}.login-field .icon{flex:none;width:18px;height:18px;margin-left:20px}.login-field input{color:#000;background:0 0;border:0;outline:0;flex:1;min-width:0;height:100%;padding:0 16px 0 12px;font-family:system-ui,-apple-system,sans-serif;font-size:16px}.login-field input::placeholder{color:#9e9e9e}.login-eye{cursor:pointer;color:#9e9e9e;background:0 0;border:0;border-radius:50%;place-items:center;width:40px;height:40px;margin-right:8px;display:grid}.login-eye[aria-pressed=true]{color:#25a4bc}.login-eye svg{width:22px;height:22px}.login-error{color:#f44336;text-align:center;font-family:system-ui,sans-serif;font-size:14px}.login-button{color:#000;letter-spacing:1px;cursor:pointer;background:linear-gradient(90deg,#c3f56e,#46d3ee);border:0;border-radius:100px;width:100%;height:48px;font-family:Nashville,system-ui,sans-serif;font-size:16px;font-weight:700;transition:filter .15s,transform .1s;position:relative;overflow:hidden}.login-button:hover{filter:brightness(1.05)}.login-button:active{transform:scale(.99)}.login-button:active:after{content:"";background:#ffad3373;position:absolute;inset:0}.login-button:disabled{cursor:default;filter:none}.login-spinner{vertical-align:middle;border:2.5px solid #fff;border-right-color:#0000;border-radius:50%;width:22px;height:22px;animation:.8s linear infinite login-spin;display:inline-block}@keyframes login-spin{to{transform:rotate(360deg)}}.login-terms{text-align:center;padding:24px 0;font-size:12px;font-weight:300}.login-terms a{color:#000;font-weight:600;text-decoration:underline}.login-divider{text-align:center;margin-top:4px;font-size:12px;font-weight:300}.login-social{color:#000;letter-spacing:1px;cursor:pointer;background:linear-gradient(90deg,#ffdd32,#ffad33);border:0;border-radius:24px;justify-content:center;align-items:center;gap:12px;width:100%;height:48px;font-family:Nashville,system-ui,sans-serif;font-size:14px;font-weight:700;transition:filter .15s,transform .1s;display:flex}.login-social:hover{filter:brightness(1.05)}.login-social:active{transform:scale(.99)}.login-social:disabled{cursor:default;filter:none;opacity:.8}.login-spinner.dark{border-color:#000 #0000 #000 #000}.home-root{color:#000;background:linear-gradient(120deg,#c3f56e,#46d3ee,#ffdd32,#ffad33,#c3f56e) 0 0/400% 400%;min-height:100vh;font-family:Nashville,system-ui,sans-serif;animation:18s infinite login-gradient;position:relative;overflow-x:hidden}.home-root:before,.home-root:after{content:"";filter:blur(80px);opacity:.55;pointer-events:none;border-radius:50%;width:70vmax;height:70vmax;position:fixed}.home-root:before{background:#46d3ee;animation:22s ease-in-out infinite alternate login-blob-a;top:-30vmax;left:-20vmax}.home-root:after{background:#ffdd32;animation:26s ease-in-out infinite alternate login-blob-b;bottom:-35vmax;right:-25vmax}.home-wash{pointer-events:none;background:#c3f56e4d;position:fixed;inset:0}@media (prefers-reduced-motion:reduce){.home-root,.home-root:before,.home-root:after{animation:none}}.home-content{z-index:1;gap:24px;max-width:1120px;margin:0 auto;padding:24px 24px 48px;display:grid;position:relative}.home-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.home-brand{align-items:baseline;gap:12px;display:flex}.home-logo{font-family:Troneck,serif;font-size:48px;line-height:1}.home-sub{letter-spacing:3px;text-transform:uppercase;font-size:12px;font-weight:600}.home-user{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff9;border-radius:100px;align-items:center;gap:10px;padding:6px;display:flex}.home-avatar{object-fit:cover;background:linear-gradient(90deg,#c3f56e,#46d3ee);border-radius:50%;place-items:center;width:32px;height:32px;font-weight:700;display:grid}.home-username{font-size:14px;font-weight:600}.home-panel{background:#fff;border-radius:24px;gap:20px;padding:24px;display:grid;box-shadow:0 20px 50px #00000026}.home-section-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.home-section-head h1,.home-section-head h2{letter-spacing:.5px;margin:0;font-weight:700}.home-section-head h1{font-size:26px}.home-section-head h2{font-size:20px}.home-section-head p{color:#555;margin:4px 0 0;font-size:13px;font-weight:300}.home-primary,.home-secondary,.home-ghost{cursor:pointer;letter-spacing:1px;color:#000;border:0;border-radius:100px;font-family:Nashville,system-ui,sans-serif;font-weight:700;transition:filter .15s,transform .1s}.home-primary{background:linear-gradient(90deg,#c3f56e,#46d3ee);justify-content:center;align-items:center;gap:8px;height:48px;padding:0 24px;font-size:15px;display:inline-flex}.home-primary.wide{width:100%}.home-secondary{background:linear-gradient(90deg,#ffdd32,#ffad33);width:100%;height:48px;font-size:14px}.home-ghost{background:#0000000f;height:32px;padding:0 14px;font-size:12px}.home-primary:hover,.home-secondary:hover,.home-ghost:hover{filter:brightness(1.05)}.home-primary:active,.home-secondary:active,.home-ghost:active{transform:scale(.98)}.home-error{color:#c62828;background:#f4433614;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;font-family:system-ui,sans-serif;font-size:14px;display:flex}.home-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));align-items:start;gap:20px;display:grid}.home-card{text-align:left;font:inherit;color:inherit;cursor:pointer;background:#f6f7f4;border:0;border-radius:20px;padding:0;transition:transform .15s,box-shadow .15s;overflow:hidden}.home-card:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 28px #0000001f}.home-card:disabled{cursor:default}.home-cover{background:linear-gradient(135deg,#c3f56e80,#46d3ee80);place-items:center;width:100%;max-height:360px;display:grid;position:relative;overflow:hidden}.home-cover img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.home-cover-empty{opacity:.5;font-size:12px}.home-badge{letter-spacing:.5px;background:#ffffffe6;border-radius:100px;padding:4px 10px;font-size:11px;font-weight:700;position:absolute;top:10px;left:10px}.home-badge.live{background:linear-gradient(90deg,#c3f56e,#46d3ee)}.home-card-busy{background:#ffffff80;place-items:center;display:grid;position:absolute;inset:0}.home-card-body{gap:4px;padding:12px 14px 14px;display:grid}.home-card-title{white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;overflow:hidden}.home-card-meta{color:#555;font-size:12px;font-weight:300}.home-skeleton{cursor:default;background:linear-gradient(90deg,#f0f1ee 25%,#e4e6e1 50%,#f0f1ee 75%) 0 0/200% 100%;height:320px;animation:1.4s linear infinite home-shimmer}@keyframes home-shimmer{to{background-position:-200% 0}}.home-empty{text-align:center;border:2px dashed #0000001f;border-radius:20px;grid-column:1/-1;justify-items:center;gap:16px;padding:48px 16px;display:grid}.home-empty p{margin:0;font-weight:300}.home-drafts{gap:8px;margin:0;padding:0;list-style:none;display:grid}.home-drafts li{background:#f6f7f4;border-radius:16px;align-items:center;gap:12px;padding:8px 12px 8px 16px;display:flex}.home-draft-open{text-align:left;min-width:0;font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;flex:1;display:grid}.home-draft-open span{font-weight:600}.home-draft-open small{color:#555;font-size:12px;font-weight:300}.home-spinner{border:3px solid #000;border-right-color:#0000;border-radius:50%;width:26px;height:26px;animation:.8s linear infinite login-spin}.home-modal-backdrop{z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000059;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.home-modal{background:#fff;border-radius:24px;gap:16px;width:100%;max-width:420px;padding:24px;display:grid;box-shadow:0 20px 50px #00000040}.home-modal h2{margin:0;font-size:22px}.home-field{background:#0000000d;border:1px solid #00000059;border-radius:100px;height:56px;display:flex}.home-field:focus-within{border-width:2px;border-color:#25a4bc}.home-field input{background:0 0;border:0;outline:0;flex:1;min-width:0;padding:0 20px;font-family:system-ui,-apple-system,sans-serif;font-size:16px}.home-ratios{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.home-ratio{cursor:pointer;background:#0000000a;border:2px solid #0000;border-radius:16px;align-content:end;justify-items:center;gap:8px;height:96px;padding:10px 4px;font-family:inherit;font-size:11px;font-weight:600;display:grid}.home-ratio.on{background:#46d3ee1f;border-color:#25a4bc}.home-ratio-shape{border:2px solid;border-radius:4px}.home-more{justify-content:center;display:flex}.home-more .home-secondary{place-items:center;width:auto;min-width:200px;padding:0 32px;display:grid}.home-secondary:disabled{cursor:default;filter:none;opacity:.8}.home-spinner.small{border-width:2.5px;width:20px;height:20px}.ed-root{--lime:#c3f56e;--cyan:#46d3ee;--yellow:#ffdd32;--yellow-deep:#ffad33;--bg:#eff4fb;--ink:#1c2434;--muted:#8a99af;--line:#e5e8ec;--canvas:#14121c;--grad:linear-gradient(135deg, var(--lime), var(--cyan));background:var(--bg);height:100vh;color:var(--ink);grid-template-rows:auto 1fr;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:13px;display:grid}.ed-header{border-bottom:1px solid var(--line);background:#fff;align-items:center;gap:12px;min-width:0;padding:10px 16px;display:flex}.ed-back{color:inherit;border-right:1px solid var(--line);align-items:center;gap:10px;padding-right:12px;text-decoration:none;display:inline-flex}.ed-back svg{opacity:.6}.ed-logo{font-family:Troneck,serif;font-size:28px;line-height:1}.ed-logo-sub{letter-spacing:3px;text-transform:uppercase;color:var(--muted);font-family:Nashville,system-ui,sans-serif;font-size:10px}.ed-title{letter-spacing:.5px;white-space:nowrap;text-overflow:ellipsis;max-width:260px;font-family:Nashville,system-ui,sans-serif;font-size:18px;overflow:hidden}.ed-save{color:var(--muted);white-space:nowrap;font-size:11px}.ed-group{align-items:center;gap:4px;display:inline-flex}.ed-divider{background:var(--line);align-self:stretch;width:1px;margin:4px 2px}.ed-root button{font-family:inherit}.ed-btn,.ed-icon-btn,.ed-primary{cursor:pointer;color:var(--ink);white-space:nowrap;border:0;border-radius:100px;transition:filter .15s,transform .1s,background .15s}.ed-btn{letter-spacing:1px;background:#1c24340f;align-items:center;gap:6px;height:34px;padding:0 14px;font-family:Nashville,system-ui,sans-serif;font-size:12px;display:inline-flex}.ed-btn:hover:not(:disabled){background:#1c24341a}.ed-btn.on,.ed-btn.on:hover:not(:disabled){background:var(--ink);color:#fff}.ed-primary{letter-spacing:1px;background:var(--grad);align-items:center;gap:6px;height:36px;padding:0 18px;font-family:Nashville,system-ui,sans-serif;font-size:13px;display:inline-flex}.ed-primary:hover:not(:disabled){filter:brightness(1.05)}.ed-icon-btn{background:0 0;place-items:center;width:32px;height:32px;display:inline-grid}.ed-icon-btn:hover:not(:disabled){background:#1c243412}.ed-root button:active:not(:disabled){transform:scale(.97)}.ed-root button:disabled{opacity:.35;cursor:default}.ed-zoom{text-align:center;font-variant-numeric:tabular-nums;min-width:44px;font-size:12px}.ed-segment{background:#1c24340f;border-radius:100px;gap:2px;padding:3px;display:inline-flex}.ed-segment button{cursor:pointer;height:28px;color:var(--ink);background:0 0;border:0;border-radius:100px;padding:0 12px;font-size:12px;font-weight:600}.ed-segment button.on{background:var(--grad)}.ed-segment select{font:inherit;color:var(--muted);cursor:pointer;background:0 0;border:0;outline:0;padding:0 6px;font-size:12px;font-weight:600}.ed-body{grid-template-columns:272px 1fr 380px;min-height:0;display:grid}.ed-side{background:#fff;grid-template-columns:minmax(0,1fr);align-content:start;gap:20px;padding:16px;display:grid;overflow:hidden auto}.ed-side.left{border-right:1px solid var(--line)}.ed-side.right{border-left:1px solid var(--line)}.ed-section{grid-template-columns:minmax(0,1fr);gap:10px;min-width:0;display:grid}.ed-section-title{letter-spacing:2px;text-transform:uppercase;color:var(--muted);justify-content:space-between;align-items:center;font-family:Nashville,system-ui,sans-serif;font-size:12px;display:flex}.ed-stage{background-color:var(--bg);background-image:radial-gradient(#1c24341f 1px,#0000 1px);background-size:18px 18px;place-items:center;padding:40px;display:grid;overflow:auto}.ed-tiles{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.ed-tile{border:1px solid var(--line);cursor:pointer;text-align:left;color:var(--ink);background:#fff;border-radius:16px;justify-items:start;gap:6px;min-width:0;padding:12px 10px;transition:border-color .15s,box-shadow .15s;display:grid}.ed-tile:hover{border-color:var(--cyan);box-shadow:0 6px 16px #46d3ee2e}.ed-tile-icon{background:var(--grad);border-radius:10px;place-items:center;width:30px;height:30px;display:grid}.ed-tile-name{font-size:13px;font-weight:700}.ed-tile-hint{color:var(--muted);font-size:11px;line-height:1.3}.ed-shapes{grid-template-columns:repeat(6,1fr);gap:4px;display:grid}.ed-shape-btn{aspect-ratio:1;background:var(--bg);cursor:pointer;color:var(--ink);border:0;border-radius:10px;padding:6px}.ed-shape-btn:hover{background:#46d3ee2e}.ed-shape-btn svg{width:100%;height:100%;display:block;overflow:visible}.ed-chips{flex-wrap:wrap;gap:6px;display:flex}.ed-chip{border:1px solid var(--line);cursor:pointer;height:28px;color:var(--ink);background:#fff;border-radius:100px;padding:0 10px;font-size:12px}.ed-chip:hover{border-color:var(--cyan)}.ed-disclosure summary{cursor:pointer;list-style:none}.ed-disclosure summary::-webkit-details-marker{display:none}.ed-disclosure summary:after{content:"+";font-size:14px}.ed-disclosure[open] summary:after{content:"–"}.ed-disclosure>div{margin-top:10px}.ed-layers{gap:2px;margin:0;padding:0;list-style:none;display:grid}.ed-layer{border-radius:12px;align-items:center;gap:4px;padding:4px 4px 4px 8px;display:flex}.ed-layer:hover{background:var(--bg)}.ed-layer.selected{background:#46d3ee29;box-shadow:inset 0 0 0 1px #46d3ee99}.ed-layer-main{cursor:pointer;text-align:left;min-width:0;color:inherit;background:0 0;border:0;flex:1;align-items:center;gap:8px;padding:2px 0;font-size:13px;display:flex}.ed-layer-main.locked{opacity:.5}.ed-layer-type{background:var(--bg);width:24px;height:24px;color:var(--ink);border-radius:8px;flex:none;place-items:center;display:grid}.ed-layer-type.runner{background:var(--grad)}.ed-layer-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ed-layer-actions{opacity:0;transition:opacity .15s;display:flex}.ed-layer:hover .ed-layer-actions,.ed-layer.selected .ed-layer-actions,.ed-layer-actions:focus-within{opacity:1}.ed-layer .ed-icon-btn{width:26px;height:26px}.ed-empty{color:var(--muted);padding:8px;font-size:12px}.ed-inspector{align-content:start;gap:16px;display:grid}.ed-inspector-head{align-items:center;gap:10px;display:flex}.ed-inspector-head h2{letter-spacing:.5px;margin:0;font-family:Nashville,system-ui,sans-serif;font-size:18px;font-weight:400}.ed-card{background:var(--bg);border-radius:16px;gap:10px;padding:14px;display:grid}.ed-note{background:linear-gradient(135deg,#c3f56e59,#46d3ee59);border-radius:16px;gap:4px;padding:12px 14px;font-size:12px;line-height:1.45;display:grid}.ed-note strong{letter-spacing:.5px;font-family:Nashville,system-ui,sans-serif;font-size:13px;font-weight:400}.ed-note.warn{background:#ffdd324d}.ed-placeholder-empty{text-align:center;color:var(--muted);justify-items:center;gap:8px;padding:32px 12px;font-size:12px;display:grid}.ed-root .ed-side label{color:var(--ink);letter-spacing:.3px;font-size:11px;font-weight:600}.ed-root .ed-side input:not([type=checkbox]):not([type=range]):not([type=color]),.ed-root .ed-wizard-dialog input:not([type=checkbox]),.ed-root .ed-side select,.ed-root .ed-side textarea{border:1px solid var(--line);width:100%;min-width:0;height:34px;color:var(--ink);background:#fff;border-radius:10px;outline:0;padding:0 10px;font:400 13px system-ui,-apple-system,sans-serif}.ed-root .ed-side textarea{resize:vertical;height:auto;padding:8px 10px}.ed-root .ed-side input:focus,.ed-root .ed-wizard-dialog input:focus,.ed-root .ed-side select:focus,.ed-root .ed-side textarea:focus{border-color:var(--cyan);box-shadow:0 0 0 3px #46d3ee33}.ed-root .ed-side input[type=color]{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;width:100%;height:34px;padding:3px}.ed-root .ed-side input[type=range],.ed-root .ed-side input[type=checkbox],.ed-root .ed-wizard-dialog input[type=checkbox]{accent-color:var(--cyan)}@media (width<=1180px){.ed-logo-sub,.ed-save{display:none}.ed-body{grid-template-columns:240px 1fr 264px}.ed-title{max-width:160px}}.ed-modal-backdrop{z-index:20;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#14121c73;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.ed-modal{color:var(--ink);background:#fff;border-radius:22px;box-shadow:0 30px 60px #14121c59}.ed-assets{grid-template-rows:auto auto 1fr;gap:14px;width:min(960px,100%);height:min(720px,100%);min-height:0;padding:20px;display:grid}.ed-assets-head{align-items:center;gap:12px;display:flex}.ed-assets-head h2{letter-spacing:.5px;white-space:nowrap;margin:0;font-family:Nashville,system-ui,sans-serif;font-size:22px;font-weight:400}.ed-assets-head input{border:1px solid var(--line);border-radius:100px;outline:0;flex:1;height:38px;padding:0 14px;font:400 14px system-ui,sans-serif}.ed-assets-head input:focus{border-color:var(--cyan);box-shadow:0 0 0 3px #46d3ee33}.ed-assets-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));align-content:start;gap:10px;min-height:0;padding:2px;display:grid;overflow-y:auto}.ed-asset{border:1px solid var(--line);cursor:pointer;color:var(--ink);background:#fff;border-radius:16px;gap:6px;min-width:0;padding:8px;display:grid}.ed-asset:hover{border-color:var(--cyan);box-shadow:0 6px 16px #46d3ee2e}.ed-asset-thumb{aspect-ratio:1;background:repeating-conic-gradient(#e9edf3 0% 25%,#f7f9fc 0% 50%) 50%/16px 16px;border-radius:10px;place-items:center;padding:8px;display:grid;overflow:hidden}.ed-asset-thumb img{object-fit:contain;max-width:100%;max-height:100%}.ed-asset-name{text-transform:capitalize;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.ed-root.ed-portal{height:0;display:block}.ed-spacer{flex:1}.ed-assets{grid-template-rows:auto 1fr}.ed-assets-grid.packs{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.ed-pack{aspect-ratio:1.1;cursor:pointer;background:var(--bg);border:0;border-radius:16px;padding:0;transition:transform .15s,box-shadow .15s;position:relative;overflow:hidden}.ed-pack:hover{transform:translateY(-2px);box-shadow:0 12px 28px #14121c26}.ed-pack img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.ed-pack-empty{background:var(--grad);opacity:.5;position:absolute;inset:0}.ed-pack-title{color:#fff;letter-spacing:.5px;text-align:left;white-space:nowrap;text-overflow:ellipsis;background:linear-gradient(#14121c00,#14121cd9);padding:10px 12px;font-family:Nashville,system-ui,sans-serif;font-size:14px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.ed-skeleton{background:linear-gradient(90deg,#eef1f6 25%,#e2e7ef 50%,#eef1f6 75%) 0 0/200% 100%;border:0;animation:1.4s linear infinite ed-shimmer}@keyframes ed-shimmer{to{background-position:-200% 0}}.ed-load-error{background:#ffad332e;border-radius:16px;grid-column:1/-1;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;font-size:13px;display:flex}.ed-load-more{grid-column:1/-1;justify-content:center;padding:8px;display:flex}.ed-accordions{align-content:start;gap:12px;display:grid}.ed-accordion{border:1px solid var(--line);border-radius:18px;overflow:hidden}.ed-accordion-head{cursor:pointer;letter-spacing:2px;text-transform:uppercase;width:100%;color:var(--ink);background:#fff;border:0;align-items:center;gap:8px;padding:12px 14px;font-family:Nashville,system-ui,sans-serif;font-size:13px;display:flex}.ed-accordion-badge{background:var(--grad);letter-spacing:0;border-radius:100px;min-width:20px;padding:1px 6px;font:700 11px/18px system-ui,sans-serif}.ed-accordion-chevron{margin-left:auto;transition:transform .15s;transform:rotate(-90deg)}.ed-accordion.open .ed-accordion-chevron{transform:none}.ed-accordion-body{padding:4px 14px 14px}.ed-wizard-step{gap:8px}.ed-wizard-step-head{align-items:center;gap:4px;display:flex}.ed-wizard-step-head .ed-icon-btn{width:26px;height:26px}.ed-wizard-num{background:var(--grad);border-radius:50%;flex:none;place-items:center;width:22px;height:22px;font:700 11px system-ui,sans-serif;display:grid}.ed-wizard-step-head .ed-wizard-tools{gap:2px;margin-left:auto;display:flex}.ed-wizard-label{width:100%;font-weight:600}.ed-wizard-targets{flex-wrap:wrap;gap:4px;display:flex}.ed-wizard-target{border:1px solid var(--line);max-width:100%;color:var(--ink);cursor:pointer;background:#fff;border-radius:100px;align-items:center;gap:4px;padding:3px 8px;font:500 11px system-ui,sans-serif;display:inline-flex}.ed-wizard-target span{text-overflow:ellipsis;white-space:nowrap;max-width:110px;overflow:hidden}.ed-wizard-target em{color:var(--muted);white-space:nowrap;font-style:normal}.ed-wizard-dialog{grid-template-rows:auto auto minmax(0,1fr) auto auto;gap:12px;width:min(520px,100%);max-height:min(720px,100%);padding:20px;display:grid}.ed-wizard-dialog h2{margin:0;font-family:Nashville,system-ui,sans-serif;font-size:22px;font-weight:400}.ed-wizard-cands{align-content:start;gap:10px;min-height:0;display:grid;overflow-y:auto}.ed-wizard-cand-group{background:var(--bg);border-radius:14px;gap:4px;padding:10px 12px;display:grid}.ed-wizard-cand-layer{align-items:center;gap:6px;font-size:12px;font-weight:600;display:flex}.ed-wizard-cand{cursor:pointer;align-items:center;gap:8px;padding-left:20px;font-size:12px;display:flex}.ed-wizard-cand.disabled{opacity:.4;cursor:default}.ed-wizard-field-title{opacity:.95;margin-bottom:-4px;font-size:12px}.ed-wizard-dialog h2{letter-spacing:.5px;color:var(--ink);font-size:24px}.ed-wizard-dialog .ed-empty{color:var(--muted);font-size:13px}.ed-wizard-cand-layer{color:var(--ink);letter-spacing:.5px;font-family:Nashville,system-ui,sans-serif;font-size:13px;font-weight:400}.ed-wizard-cand{color:var(--ink);font-size:13px}.ed-wizard-cand input{width:16px;height:16px}.ed-wizard-dialog label{color:var(--ink)}.ed-wizard-dialog .ed-primary:disabled{opacity:.45;cursor:default}.ed-float{z-index:20;color:var(--ink);border:1px solid var(--line);white-space:nowrap;background:#fff;border-radius:12px;align-items:center;gap:2px;padding:4px;font-size:12px;display:flex;position:absolute;box-shadow:0 8px 24px #14121c2e}.ed-float-readout{pointer-events:none;background:var(--ink);color:#fff;border-color:var(--ink);font-variant-numeric:tabular-nums;gap:10px;padding:5px 10px}.ed-float-readout .muted{color:var(--muted)}.ed-float-btn{width:28px;height:28px;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;display:grid}.ed-float-btn:hover:not(:disabled){background:var(--bg)}.ed-float-btn.active{color:#0a8ea8}.ed-float-div{background:var(--line);width:1px;height:20px;margin:0 3px}.ed-float-num{color:var(--muted);align-items:center;gap:4px;padding:0 4px;display:flex}.ed-float-num input{border:1px solid var(--line);width:46px;height:24px;font:inherit;color:var(--ink);font-variant-numeric:tabular-nums;border-radius:6px;padding:0 6px}.ed-float-seg{background:var(--bg);border-radius:8px;margin-left:4px;padding:2px;display:flex}.ed-float-seg button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:3px 8px;font-size:11px}.ed-float-seg button.on{color:var(--ink);background:#fff;box-shadow:0 1px 2px #14121c1f}.ed-float-menu{border:1px solid var(--line);white-space:normal;background:#fff;border-radius:12px;gap:6px;min-width:230px;padding:10px 12px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 24px #14121c2e}.ed-float-check{cursor:pointer;align-items:center;gap:8px;display:flex}.ed-float-check.strong{font-weight:600}.ed-float-check.dim{color:var(--muted)}.ed-float-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.ed-float-row input{border:1px solid var(--line);width:56px;height:24px;font:inherit;border-radius:6px;padding:0 6px}.ed-float-sep{background:var(--line);height:1px;margin:2px 0}.ed-float-hint{color:var(--muted);font-size:11px}*,:before,:after{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{color:#f2f2f5;background:#101014;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}
