.xh-field--full,.xh-toggles,.xh-wrap .tool-seo{grid-column:1/-1}.xh-range,.xh-toggle input{accent-color:var(--yellow)}.xh-wrap{max-width:1000px;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:1.1rem;align-items:start}.xh-panel{display:flex;flex-direction:column;gap:1.2rem}.xh-preview{position:relative;border-radius:var(--r-md);overflow:hidden;border:1px solid var(--bg-border);box-shadow:var(--edge)}#xh-canvas{display:block;width:100%;height:auto;aspect-ratio:7/4;background:#2c2924}.xh-preview-bar{position:absolute;top:8px;right:8px;display:flex;gap:4px}.xh-bg-btn{font-size:11px;font-weight:var(--fw-bold);color:var(--gray-1);background:rgba(0,0,0,.55);border:1px solid rgba(255,255,255,.18);border-radius:var(--r-pill);padding:4px 11px;cursor:pointer;min-height:30px;transition:color .15s,background .15s}.xh-preset,.xh-toggle{font-weight:var(--fw-bold);min-height:40px}.xh-bg-btn.is-active{color:var(--text-on-gold);background:var(--grad-gold);border-color:transparent}.xh-bg-btn:focus-visible{outline:2px solid var(--yellow);outline-offset:2px}.xh-controls{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.2rem}.xh-field{display:flex;flex-direction:column;gap:0.4rem}.xh-field label,.xh-field-label{font-size:var(--fs-sm);color:var(--text-muted);font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:.04em;display:flex;align-items:baseline;justify-content:space-between;gap:0.5rem}.xh-val{color:var(--yellow);font-variant-numeric:tabular-nums;letter-spacing:0}.xh-range{width:100%;height:22px;cursor:pointer}.xh-color,.xh-color-custom{width:32px;height:32px;cursor:pointer}.xh-range:focus-visible{outline:2px solid var(--yellow);outline-offset:4px;border-radius:2px}.xh-toggles{display:flex;gap:1.4rem;flex-wrap:wrap}.xh-toggle{display:inline-flex;align-items:center;gap:0.5rem;color:var(--gray-1);font-size:var(--fs-base);cursor:pointer}.xh-toggle input{width:18px;height:18px;cursor:pointer}.xh-colors{display:flex;flex-wrap:wrap;gap:9px;align-items:center}.xh-color{border-radius:50%;background:var(--c);border:2px solid transparent;padding:0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.45)}.xh-color.is-active{border-color:var(--w)}.xh-color:focus-visible{outline:2px solid var(--yellow);outline-offset:2px}.xh-color-custom{border-radius:50%;overflow:hidden;border:1px dashed rgba(255,255,255,.45);display:inline-grid;place-items:center;position:relative;background:conic-gradient(from 0deg,#f44,#fd4,#4f4,#4ff,#44f,#f4f,#f44)}.xh-color-custom input[type=color]{position:absolute;inset:-25%;width:150%;height:150%;border:0;padding:0;opacity:0;cursor:pointer}.xh-side{display:flex;flex-direction:column;gap:1.1rem}.xh-out-panel,.xh-presets-panel{padding:1.1rem 1.2rem}.xh-out-head{display:flex;align-items:center;justify-content:space-between;gap:0.6rem;margin-bottom:0.8rem}.xh-out-title{font-size:var(--fs-md);color:var(--w);margin:0 0 0.8rem}.xh-out-head .xh-out-title{margin:0}.xh-commands{margin:0;padding:0.9rem 1rem;background:var(--bg-main);border:1px solid var(--bg-border);border-radius:var(--r-md);color:var(--gray-1);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.75;white-space:pre;overflow-x:auto}.xh-hint,.xh-preset{font-size:var(--fs-sm)}.xh-commands:focus-visible{outline:2px solid var(--yellow);outline-offset:2px}.xh-hint{margin:0.8rem 0 0;color:var(--text-muted);line-height:1.6}.xh-hint kbd,.xh-preset{color:var(--gray-1);background:var(--bg-card-2)}.xh-hint kbd{font-family:inherit;font-size:.85em;padding:1px 6px;border-radius:4px;border:1px solid var(--bg-border)}.xh-presets{display:flex;flex-wrap:wrap;gap:0.5rem}.xh-preset{border:1px solid var(--bg-border);border-radius:var(--r-pill);padding:8px 15px;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.xh-preset:focus-visible,.xh-preset:hover{color:var(--yellow-2);border-color:rgba(var(--yellow-rgb),.5);background:rgba(var(--yellow-rgb),.06);outline:0}.xh-preset:focus-visible{outline:2px solid var(--yellow);outline-offset:2px}@media (max-width:820px){.xh-wrap{grid-template-columns:1fr;max-width:640px}}@media (max-width:420px){.xh-controls{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.xh-bg-btn,.xh-preset{transition:none}}