.color-picker.svelte-31e0k7{--cp-radius: 10px;--cp-padding: 1rem;display:flex;flex-direction:column;background:var(--tone);color:var(--text);overflow:hidden;box-sizing:border-box}.color-picker-rounded.svelte-31e0k7{border-radius:var(--cp-radius)}.color-picker-elevation-none.svelte-31e0k7{box-shadow:none}.color-picker-elevation-subtle.svelte-31e0k7{box-shadow:0 4px 12px var(--shadow-subtle)}.color-picker-elevation-hard.svelte-31e0k7{box-shadow:.4rem .4rem var(--shadow-hard)}.color-picker-header.svelte-31e0k7{flex-shrink:0;overflow:hidden}.color-picker-rounded.svelte-31e0k7 .color-picker-header:where(.svelte-31e0k7){border-radius:var(--cp-radius) var(--cp-radius) 0 0}.color-picker-body.svelte-31e0k7{flex:1;padding:var(--cp-padding);display:flex;flex-direction:column;gap:.75rem}.color-row.svelte-31e0k7{display:flex;gap:.75rem;align-items:flex-start}.cp-side.svelte-31e0k7{flex:1;min-width:0;display:flex;flex-direction:column;gap:.75rem}.color-picker-footer.svelte-31e0k7{padding:calc(var(--cp-padding) * .75) var(--cp-padding);border-top:1px solid var(--tone-hover);display:flex;align-items:center;gap:.75rem;flex-shrink:0}.cp-spectrum-wrap.svelte-31e0k7{position:relative;width:50%;aspect-ratio:280 / 160;border-radius:var(--radius-edge);overflow:hidden;cursor:crosshair}.cp-spectrum.svelte-31e0k7{display:block;width:100%;height:100%}.cp-cursor.svelte-31e0k7{position:absolute;width:14px;height:14px;border:2px solid #fff;border-radius:var(--radius-circle);box-shadow:0 0 0 1px #0000004d,inset 0 0 0 1px #0003;transform:translate(-50%,-50%);pointer-events:none}.cp-preview-row.svelte-31e0k7{display:flex;gap:.75rem;align-items:stretch}.cp-preview.svelte-31e0k7{width:56px;min-height:56px;border:1px solid var(--tone-hover);flex-shrink:0}.color-picker-rounded.svelte-31e0k7 .cp-preview:where(.svelte-31e0k7){border-radius:var(--radius-soft)}.cp-values.svelte-31e0k7{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px;justify-content:center}.cp-field.svelte-31e0k7{display:flex;align-items:center;gap:.5rem}.cp-label.svelte-31e0k7{font-size:.6rem;font-weight:700;text-transform:uppercase;opacity:.5;width:2.5rem;flex-shrink:0}.cp-value.svelte-31e0k7{font-size:.7rem;font-family:monospace;font-weight:600}.cp-input.svelte-31e0k7{font-size:.7rem;font-family:monospace;font-weight:600;background:var(--tone-bg);color:var(--text);border:1px solid var(--tone-hover);border-radius:var(--radius-edge);padding:2px 6px;width:6rem}.cp-input.svelte-31e0k7:focus{outline:2px solid var(--accent);outline-offset:-1px}.cp-sliders.svelte-31e0k7{display:flex;flex-direction:column;gap:6px}.cp-slider-row.svelte-31e0k7{display:flex;align-items:center;gap:.5rem;cursor:pointer}.cp-slider-label.svelte-31e0k7{font-size:.65rem;font-weight:700;opacity:.5;width:1rem;text-align:right;flex-shrink:0}.cp-slider-track.svelte-31e0k7{flex:1;height:12px;border-radius:var(--radius-edge);position:relative;border:1px solid var(--tone-hover)}.cp-alpha-track.svelte-31e0k7{position:relative;background-color:#fff;background-image:linear-gradient(45deg,#ddd 25%,transparent 25%),linear-gradient(-45deg,#ddd 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#ddd 75%),linear-gradient(-45deg,transparent 75%,#ddd 75%);background-size:8px 8px;background-position:0 0,0 4px,4px -4px,-4px 0}.cp-alpha-track.svelte-31e0k7:before{content:"";position:absolute;inset:0;border-radius:inherit;background:var(--alpha-grad);pointer-events:none}.cp-slider.svelte-31e0k7{-webkit-appearance:none;appearance:none;width:100%;height:100%;background:transparent;margin:0;cursor:pointer;position:relative}.cp-slider.svelte-31e0k7::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:var(--radius-circle);background:#fff;border:2px solid rgba(0,0,0,.3);box-shadow:0 1px 3px #0003;cursor:grab}.cp-slider.svelte-31e0k7::-moz-range-thumb{width:16px;height:16px;border-radius:var(--radius-circle);background:#fff;border:2px solid rgba(0,0,0,.3);box-shadow:0 1px 3px #0003;cursor:grab}.cp-slider-value.svelte-31e0k7{font-size:.65rem;font-family:monospace;font-weight:600;width:2.5rem;text-align:right;flex-shrink:0}.color-picker-extra.svelte-31e0k7{display:flex;flex-direction:column;gap:.5rem}@media(max-width:1024px){.color-row.svelte-31e0k7{flex-direction:column;align-items:stretch}.cp-spectrum-wrap.svelte-31e0k7{width:100%}}.headline.svelte-1qamehh{display:flex;align-items:baseline;gap:10px;color:var(--color, var(--text))}.headline-uppercase.svelte-1qamehh{text-transform:uppercase}.headline.svelte-1qamehh hr:where(.svelte-1qamehh){flex:1;border:1px solid var(--color, var(--text))}.headline-xs.svelte-1qamehh{font-weight:600}.headline-muted.svelte-1qamehh{color:var(--text-muted)}.hr-muted.svelte-1qamehh hr:where(.svelte-1qamehh){border-color:var(--text-muted)}.swatch-row.svelte-1rtnvvv{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:5px}.sw.svelte-1rtnvvv{min-width:0;padding:7px 8px;display:flex;flex-direction:column;justify-content:space-around;gap:2px;border:1px solid var(--tone-ghost-hover);overflow:hidden}.sw-aa.svelte-1rtnvvv{font-size:1.1rem;font-weight:700;line-height:1;margin-bottom:2px}.sw-label.svelte-1rtnvvv{font-size:.55rem;font-weight:600;opacity:.7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sw-value-row.svelte-1rtnvvv{display:flex;align-items:center;justify-content:space-between;gap:2px}.sw-hex.svelte-1rtnvvv{font-size:.55rem;font-weight:700;font-family:monospace}.sw-oklch.svelte-1rtnvvv{font-size:.55rem;font-weight:700;font-family:monospace;opacity:.6}.swatch-row-compact.svelte-1rtnvvv{grid-template-columns:repeat(auto-fit,minmax(60px,1fr))}.swatch-row-compact.svelte-1rtnvvv .sw:where(.svelte-1rtnvvv){padding:4px 5px;gap:1px}.swatch-row-compact.svelte-1rtnvvv .sw-aa:where(.svelte-1rtnvvv){font-size:.85rem;margin-bottom:1px}.swatch-row-compact.svelte-1rtnvvv .sw-label:where(.svelte-1rtnvvv){font-size:.5rem}.swatch-row-compact.svelte-1rtnvvv .sw-hex:where(.svelte-1rtnvvv){font-size:.5rem}.swatch-row-compact.svelte-1rtnvvv .sw-oklch:where(.svelte-1rtnvvv){font-size:.45rem}.swatch-row-rounded.svelte-1rtnvvv .sw:where(.svelte-1rtnvvv){border-radius:var(--radius-edge)}
