.theme-editor-gate{max-width:560px;margin:var(--space-6) auto;padding:var(--space-6);display:grid;gap:var(--space-2)}.theme-editor-layout{display:grid;grid-template-columns:380px minmax(0,1fr);gap:var(--space-5);align-items:start}.theme-editor-rail{display:grid;gap:var(--space-4);min-width:0}.theme-editor-rail-head{display:grid;gap:var(--space-3)}.theme-editor-title{margin:0}.theme-editor-theme-tabs button{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2)}.theme-editor-tab-dot{width:8px;height:8px;border-radius:50%;background:var(--pink);flex:0 0 8px}.theme-editor-search{width:100%}.theme-editor-groups{max-height:calc(100dvh - 420px);min-height:200px;display:grid;gap:var(--space-2);align-content:start;padding-right:var(--space-1)}.theme-editor-group>summary{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);cursor:pointer;padding:var(--space-2) 0}.theme-editor-group-rows{display:grid;gap:var(--space-1);padding:var(--space-2) 0 var(--space-3)}.theme-editor-group.full-details{display:grid;grid-template-rows:auto minmax(0,auto);overflow:visible}.theme-editor-row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:var(--space-2) var(--space-3);align-items:start;padding:var(--space-2) var(--space-3)}.theme-editor-swatch{width:40px;height:40px;min-height:40px;padding:0;border:1px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;background:linear-gradient(45deg,color-mix(in srgb,var(--muted) 18%,transparent) 25%,transparent 25%,transparent 75%,color-mix(in srgb,var(--muted) 18%,transparent) 75%),linear-gradient(45deg,color-mix(in srgb,var(--muted) 18%,transparent) 25%,transparent 25%,transparent 75%,color-mix(in srgb,var(--muted) 18%,transparent) 75%),var(--card);background-size:12px 12px;background-position:0 0,6px 6px;position:relative;grid-row:1 / span 2}.theme-editor-swatch:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.theme-editor-swatch:after{content:"";position:absolute;inset:0;border-radius:inherit;background:var(--theme-editor-swatch-color, transparent)}.theme-editor-row-copy{display:flex;flex-wrap:wrap;gap:var(--space-1) var(--space-2);align-items:baseline;min-width:0}.theme-editor-row-copy strong{font-weight:500;color:var(--ink)}.theme-editor-row-copy small{flex-basis:100%;display:none;color:var(--muted);line-height:1.35}.theme-editor-row-meta{display:flex;flex-wrap:wrap;gap:var(--space-1);align-items:center}.theme-editor-row-inputs{grid-column:2;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--space-2);align-items:center;justify-items:stretch}.theme-editor-hex{width:100%;min-width:0;font-family:var(--font-mono);font-variant-numeric:tabular-nums}.theme-editor-hex.invalid{border-color:var(--danger);outline:1px solid var(--danger)}.theme-editor-native{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.theme-editor-alpha{grid-column:1 / -1;width:100%}.theme-editor-shadow-colors{grid-column:1 / -1;display:flex;gap:var(--space-2);align-items:center;flex-wrap:wrap;justify-content:flex-end}.theme-editor-actions{position:sticky;bottom:var(--space-3);display:grid;gap:var(--space-2);padding:var(--space-3)}.theme-editor-actions-primary,.theme-editor-actions-secondary,.theme-editor-actions-danger{display:grid;gap:var(--space-2);align-items:center}.theme-editor-actions-primary .control{width:100%}.theme-editor-actions .control:disabled,.theme-editor-actions .control[aria-disabled=true]{border-color:var(--line);background:var(--surface-muted);color:var(--muted);box-shadow:none;cursor:not-allowed;opacity:1}.theme-editor-actions-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}.theme-editor-actions-secondary .control{justify-content:center}.theme-editor-actions-danger{border-top:1px solid var(--line);padding-top:var(--space-3)}.theme-editor-actions-danger .control{justify-content:center;width:100%}.theme-editor-preview{position:sticky;top:var(--space-4);display:grid;gap:var(--space-3);min-width:0}.theme-editor-preview-head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);flex-wrap:wrap}.theme-editor-preview-head .eyebrow{margin:0}.theme-editor-preview-uid{min-width:0;display:grid;grid-template-columns:auto 112px auto;align-items:center;gap:var(--space-2)}.theme-editor-preview-uid label{color:var(--muted);font-size:var(--font-xs);white-space:nowrap}.theme-editor-preview-uid input{width:112px;min-height:34px;padding:0 var(--space-2);border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font:inherit;font-variant-numeric:tabular-nums}.theme-editor-preview-uid-status{grid-column:1 / -1;min-height:16px;color:var(--muted);font-size:var(--font-xs);line-height:1.25}.theme-editor-preview-tools{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-2);flex-wrap:wrap}.theme-editor-click-tabs,.theme-editor-width-tabs{flex:0 0 auto}.theme-editor-frame-shell{overflow:hidden;display:grid;justify-items:center}.theme-editor-frame-shell.edit-click-mode{box-shadow:0 0 0 2px var(--focus)}.theme-editor-frame{width:100%;height:clamp(720px,calc(100dvh - 220px),980px);min-height:720px;border:0;display:block;background:transparent}.theme-editor-frame-shell.phone-width .theme-editor-frame{width:390px;max-width:100%}.theme-editor-inspector{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:var(--space-2);align-items:center;padding:var(--space-2) var(--space-3)}.theme-editor-inspector strong{min-width:0;overflow:hidden;color:var(--ink);font-weight:500;text-overflow:ellipsis;white-space:nowrap}.theme-editor-contrast{font-family:var(--font-mono)}.theme-editor-contrast.low{color:var(--warning)}.theme-editor-default-panel label{display:block;margin-top:var(--space-3)}.theme-editor-default-panel input{width:100%;font-family:var(--font-mono);letter-spacing:.08em}.theme-editor-default-hint{color:var(--muted)}.theme-editor-colour-tool{width:100%;max-height:min(520px,calc(100dvh - 280px));display:grid;grid-template-rows:40px minmax(0,1fr);overflow:hidden;padding:0}.theme-editor-colour-tool[hidden]{display:none}.theme-editor-colour-tool-head{min-height:40px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--space-2);padding:0 var(--space-3);border-bottom:1px solid var(--line)}.theme-editor-colour-tool-head strong{min-width:0;overflow:hidden;color:var(--ink);font-weight:500;text-overflow:ellipsis;white-space:nowrap}.theme-editor-colour-tool-body{min-width:0;overflow:auto;display:grid;gap:var(--space-3);padding:var(--space-3)}.theme-editor-colour-tool-target,.theme-editor-colour-tool-token,.theme-editor-colour-tool-message{margin:0;color:var(--muted);line-height:1.35;min-width:0}.theme-editor-colour-tool-target strong,.theme-editor-colour-tool-token strong{color:var(--ink);font-weight:500}.theme-editor-colour-tool-tabs{display:flex;gap:var(--space-1);overflow-x:auto}.theme-editor-colour-tool-tabs:empty{display:none}.theme-editor-colour-tool-tabs button{min-height:32px;flex:0 0 auto}.theme-editor-colour-tool-tabs button[aria-pressed=true]{border-color:var(--focus);color:var(--ink)}.theme-editor-colour-tool-field{display:grid;grid-template-columns:40px minmax(0,1fr);gap:var(--space-2);align-items:center}.theme-editor-colour-tool-field .theme-editor-swatch{grid-row:auto}.theme-editor-colour-tool-actions{display:grid;gap:var(--space-2);grid-template-columns:repeat(2,minmax(0,1fr))}.theme-editor-colour-tool-actions .control{justify-content:center}.theme-editor-colour-tool-actions #editor-colour-tool-reset{grid-column:1 / -1;justify-self:start}.theme-editor-frame-shell.sampling-colour{box-shadow:0 0 0 2px var(--focus)}@media(max-width:1180px){.theme-editor-layout{grid-template-columns:minmax(0,1fr)}.theme-editor-preview{position:sticky;top:0;z-index:5;order:-1}.theme-editor-body.colour-tool-open .theme-editor-preview{position:static;z-index:auto}.theme-editor-frame{height:max(520px,58dvh);min-height:520px}.theme-editor-groups{max-height:none}}@media(max-width:780px){.theme-editor-preview-uid{width:100%;grid-template-columns:auto minmax(108px,1fr) auto}.theme-editor-preview-tools{width:100%;justify-content:stretch}.theme-editor-click-tabs,.theme-editor-width-tabs{flex:1 1 220px}.theme-editor-preview-tools button{flex:1}.theme-editor-inspector{grid-template-columns:minmax(0,1fr)}.theme-editor-row{grid-template-columns:auto minmax(0,1fr)}.theme-editor-hex,.theme-editor-alpha{width:100%;max-width:none}.theme-editor-colour-tool{max-height:none}.theme-editor-colour-tool-actions{grid-template-columns:minmax(0,1fr)}.theme-editor-colour-tool-actions #editor-colour-tool-reset{grid-column:auto}}
