.demo{--color-bg:#fff;--color-fg:#101828;--color-fg-muted:#475467;--color-fg-subtle:#667085;--color-surface:#f9fafb;--color-surface-2:#f2f4f7;--color-surface-3:#eaecf0;--color-border:#eaecf0;--color-border-strong:#d0d5dd;--color-accent:#6938ef;--color-accent-hover:#5925dc;--color-accent-fg:#fff;--color-accent-soft:#f4f3ff;--color-accent-soft-fg:#5925dc;--color-success:#17b26a;--color-success-soft:#ecfdf3;--color-warning:#f79009;--color-warning-soft:#fffaeb;--color-danger:#f04438;--color-danger-soft:#fef3f2;display:flex;flex-direction:column;gap:.875rem;max-width:30rem;color:var(--color-fg);font-size:.875rem}.dark .demo{--color-bg:#0c111d;--color-fg:#f9fafb;--color-fg-muted:#98a2b3;--color-fg-subtle:#667085;--color-surface:#101828;--color-surface-2:#1d2939;--color-surface-3:#344054;--color-border:#1d2939;--color-border-strong:#344054;--color-accent:#7a5af8;--color-accent-hover:#9b8afb;--color-accent-fg:#0c111d;--color-accent-soft:#27115f;--color-accent-soft-fg:#bdb4fe;--color-success:#47cd89;--color-success-soft:#074d31;--color-warning:#fdb022;--color-warning-soft:#7a2e0e;--color-danger:#f97066;--color-danger-soft:#7a271a}.demo input:where(:not([type=checkbox],[type=radio],[type=file],[type=range],[type=color])){padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:.375rem;background:var(--color-bg);color:var(--color-fg);font-family:inherit;font-size:.875rem}.demo input:where(:not([type=checkbox],[type=radio],[type=file],[type=range],[type=color])):focus{outline:2px solid var(--color-accent);outline-offset:-1px}.demo input:where(:not([type=checkbox],[type=radio],[type=file],[type=range],[type=color])):-moz-read-only{background:var(--color-surface);color:var(--color-fg-muted)}.demo input:where(:not([type=checkbox],[type=radio],[type=file],[type=range],[type=color])):read-only{background:var(--color-surface);color:var(--color-fg-muted)}.demo input:where(:not([type=checkbox],[type=radio],[type=file],[type=range],[type=color])):disabled{background:var(--color-surface);color:var(--color-fg-subtle);cursor:not-allowed}.demo label{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;font-weight:500}.demo button.ghost{align-self:flex-start;margin-top:0;padding:.375rem .75rem;border:1px solid var(--color-border-strong);border-radius:.375rem;background:var(--color-bg);color:var(--color-fg);font-size:.8125rem;font-weight:500}.demo button.ghost:hover:not(:disabled){background:var(--color-surface-2)}.demo button.ghost:disabled{opacity:.5;cursor:not-allowed}.demo button.primary{align-self:flex-start;border:1px solid var(--color-accent);background:var(--color-accent);color:var(--color-accent-fg);font-weight:600}.demo button.primary:hover:not(:disabled){background:var(--color-accent-hover);border-color:var(--color-accent-hover)}.demo .actions button.primary{padding:.35rem .8rem}.demo .row{display:flex;flex-direction:row;align-items:center;gap:.5rem;font-size:.875rem;font-weight:400}.demo .row input{margin:0}.demo .row.compact{gap:.4rem;font-size:.75rem;color:var(--color-fg-subtle)}.demo .row.compact input{width:auto}.demo .error,.demo em{color:var(--color-danger);font-size:.8125rem;font-style:normal;font-weight:400}.demo .hint{margin:0;font-size:.75rem;line-height:1.5;color:var(--color-fg-muted)}.demo code{padding:.05rem .3rem;border-radius:.25rem;background:var(--color-surface-2);font-family:ui-monospace,monospace;font-size:.9em}.demo .required{margin-left:.125rem;color:var(--color-danger);font-weight:600}.demo .banner{padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:.375rem;background:var(--color-surface);font-size:.8125rem;font-weight:500}.demo .banner .chips{margin-left:auto}.demo .banner.idle{background:var(--color-surface-2);color:var(--color-fg-muted)}.demo .banner.pending{background:var(--color-accent-soft);color:var(--color-accent-soft-fg)}.demo .banner.busy{background:var(--color-warning-soft);color:var(--color-warning)}.demo .banner.error,.demo .banner.failed{background:var(--color-danger-soft);color:var(--color-danger)}.demo .banner.saved,.demo .banner.success{background:var(--color-success-soft);color:var(--color-success)}.demo .stack{display:flex;flex-direction:column;gap:.625rem}.demo .progress{height:.375rem;border-radius:999px;background:var(--color-surface-2);overflow:hidden}.demo .progress-fill{height:100%;background:var(--color-accent);transition:width .2s ease}.demo .rail{display:flex;flex-wrap:wrap;gap:.375rem;margin:0;padding:0;list-style:none}.demo .rail li{display:flex;flex:1 1 6rem}.demo .step-button{flex:1;display:flex;align-items:center;gap:.375rem;padding:.375rem .5rem;border:0;border-radius:.375rem;background:var(--color-surface-2);color:var(--color-fg-muted);font-family:inherit;font-size:.75rem;font-weight:400;text-align:left;cursor:pointer;transition:filter .12s ease}.demo .step-button:hover{filter:brightness(.97)}.demo .step-button:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.demo .rail li.current .step-button{background:var(--color-accent-soft);color:var(--color-accent-soft-fg);font-weight:500}.demo .rail li.done .step-button{background:var(--color-success-soft);color:var(--color-success)}.demo .step-num{flex:none;width:1.25rem;height:1.25rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--color-bg);font-family:ui-monospace,monospace;font-size:.75rem}.demo .wizard-nav{display:flex;align-items:center;gap:.75rem}.demo .wizard-nav button{align-self:auto;margin-top:0}.demo .step-of{flex:1;text-align:center;font-family:ui-monospace,monospace;font-size:.75rem;color:var(--color-fg-muted)}.demo .step-button[data-v-7f935ed5]{text-transform:capitalize}.demo form[data-v-7f935ed5]{min-height:12rem}
