:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.config-page,.configurations-page{--studio-accent:#e60023;--studio-accent-soft:#e600231f;--studio-border:#00000014;--studio-surface:#00000008;--studio-sunken:#fff;--studio-muted:#766f66;--studio-danger:#e60023;color:#111;background:#fdfbf7}.config-page{flex-direction:column;align-items:center;gap:24px;min-height:100vh;padding:32px 16px 64px;display:flex}.config-page__header{text-align:center;width:min(92vw,560px)}.config-page__header h1{color:#111;margin:0 0 6px;font-size:1.6rem}.config-page__header p{color:var(--studio-muted);margin:0;font-size:.9rem}.config-page__card{border:1px solid var(--studio-border);background:var(--studio-surface);border-radius:18px;flex-direction:column;gap:16px;width:min(92vw,560px);padding:20px;display:flex}.config-page__error{color:var(--studio-danger);text-align:center;margin:0;font-size:.88rem}.config-page .status{text-align:center;color:var(--studio-muted);margin:0;font-size:.88rem}.config-page__footer{justify-content:flex-end;gap:10px;display:flex}.button{border:1px solid var(--studio-border);background:var(--studio-surface);color:#111;cursor:pointer;border-radius:14px;padding:13px 16px;font-size:.95rem;font-weight:600;transition:transform 50ms,opacity .2s,background .2s}.button:hover:not(:disabled){background:#0000000f}.button:active{transform:scale(.98)}.button:disabled{opacity:.45;cursor:default}.button--primary{color:#fff;background:linear-gradient(135deg,#e60023,#ff6e57);border:none}.button--primary:hover:not(:disabled){background:linear-gradient(135deg,#f01a3b,#ff8470)}.button--small{border-radius:10px;padding:8px 12px;font-size:.82rem}.button--danger{color:var(--studio-danger);border-color:#e6002380}.button--danger:hover:not(:disabled){background:#e6002314}.button--ghost{background:0 0}.setup-page__link{color:var(--studio-muted);text-align:center;font-size:.85rem;text-decoration:underline}.setup-page__list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.setup-page__row{border:1px solid var(--studio-border);background:#00000005;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:10px 14px;transition:border-color .2s;display:flex}.setup-page__row--selected{border-color:var(--studio-accent);background:linear-gradient(135deg, var(--studio-accent-soft), #ff6e571f)}.setup-page__row-select{cursor:pointer;flex:auto;align-items:center;gap:10px;display:flex}.setup-page__row-text{flex-direction:column;gap:2px;display:flex}.setup-page__row-name{font-size:.9rem;font-weight:600}.setup-page__row-meta{color:var(--studio-muted);font-size:.75rem}.setup-page__row-actions{gap:8px;display:flex}.setup-page__edit-link{width:30px;height:30px;color:var(--studio-muted);border-radius:8px;justify-content:center;align-items:center;font-size:.95rem;text-decoration:none;display:inline-flex}.setup-page__edit-link:hover{background:#0000000d}.toggle{cursor:pointer;flex:none;align-items:center;gap:8px;display:inline-flex}.toggle--disabled{cursor:default;opacity:.5}.toggle__input{opacity:0;width:0;height:0;position:absolute}.toggle__track{background:#0000001f;border-radius:999px;flex:none;width:42px;height:24px;transition:background .2s;position:relative}.toggle__thumb{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:2px;left:2px}.toggle__input:checked+.toggle__track{background:linear-gradient(135deg,#e60023,#ff6e57)}.toggle__input:checked+.toggle__track .toggle__thumb{transform:translate(18px)}.toggle__input:focus-visible+.toggle__track{outline:2px solid var(--studio-accent);outline-offset:2px}.toggle__label{font-size:.9rem}.char-counter{text-align:right;color:var(--studio-muted);margin:0;font-size:.72rem}.char-counter--danger{color:var(--studio-danger)}#root:has(.configurations-page){border-inline:none;width:100%}.configurations-page{text-align:left;flex-direction:column;gap:20px;min-width:1100px;min-height:100vh;padding:24px 32px 40px;display:flex}.configurations-page h1,.configurations-page h2,.configurations-page h3,.dialog h2{color:#111;letter-spacing:normal;font-weight:600}.configurations-page__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.configurations-page__header h1{margin:0 0 4px;font-size:1.5rem}.configurations-page__header p{color:var(--studio-muted);margin:0;font-size:.88rem}.configurations-page__back{color:var(--studio-muted);border:1px solid var(--studio-border);border-radius:10px;padding:8px 12px;font-size:.85rem;text-decoration:none}.configurations-page__back:hover{background:#0000000a}.configurations-page__split{flex:auto;grid-template-columns:300px minmax(0,1fr);align-items:start;gap:20px;display:grid}.config-list{border:1px solid var(--studio-border);background:var(--studio-surface);border-radius:16px;flex-direction:column;gap:12px;max-height:calc(100vh - 140px);padding:16px;display:flex;position:sticky;top:24px}.config-list__toolbar{flex-direction:column;gap:8px;display:flex}.config-list__search{border:1px solid var(--studio-border);background:var(--studio-sunken);color:#111;border-radius:10px;width:100%;padding:10px 12px;font-size:.88rem}.config-list__status{color:var(--studio-muted);margin:0;padding:8px 4px;font-size:.82rem}.config-list__draft{border:1px dashed var(--studio-accent);background:#e6002314;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;display:flex}.config-list__draft-name{font-size:.88rem;font-weight:600}.config-list__draft-note{color:var(--studio-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.72rem}.config-list__items{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.config-list__item{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;flex-direction:column;gap:3px;padding:10px 12px;transition:background .15s,border-color .15s;display:flex}.config-list__item:hover{background:#0000000a}.config-list__item--selected{border-color:var(--studio-accent);background:linear-gradient(135deg, var(--studio-accent-soft), #ff6e571f)}.config-list__name{font-size:.9rem;font-weight:600}.config-list__meta{color:var(--studio-muted);font-size:.74rem}.editor{flex-direction:column;gap:16px;min-width:0;display:flex}.editor__status{text-align:center;color:var(--studio-muted);margin:0;padding:40px}.editor__empty{text-align:center;border:1px dashed var(--studio-border);background:#00000005;border-radius:16px;padding:64px 32px}.editor__empty h2{margin:0 0 8px;font-size:1.1rem}.editor__empty p{color:var(--studio-muted);margin:0;font-size:.88rem}.editor__header{border-bottom:1px solid var(--studio-border);justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:16px;display:flex}.editor__heading h2{margin:0 0 4px;font-size:1.25rem}.editor__subheading{color:var(--studio-muted);margin:0;font-size:.8rem}.editor__header-actions{flex:none;align-items:center;gap:12px;display:flex}.editor__dirty{text-transform:uppercase;letter-spacing:.06em;color:#d97706;font-size:.75rem;font-weight:600}.editor__error{color:var(--studio-danger);background:#e600230f;border:1px solid #e600234d;border-radius:12px;margin:0;padding:12px 14px;font-size:.85rem}.editor__issues{background:#d977060f;border:1px solid #d977064d;border-radius:12px;padding:12px 14px;font-size:.85rem}.editor__issues-title{color:#d97706;margin:0 0 6px;font-weight:600}.editor__issues ul{color:#b45309;margin:0;padding-left:20px}.editor-section{border:1px solid var(--studio-border);background:var(--studio-surface);border-radius:16px;padding:18px 20px}.editor-section--danger{background:#e6002305;border-color:#e6002340}.editor-section__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.editor-section__title{letter-spacing:.08em;text-transform:uppercase;color:#111;margin:0 0 4px;font-size:.8rem;font-weight:700}.editor-section__description{color:var(--studio-muted);max-width:68ch;margin:0;font-size:.83rem}.editor-section__error{color:var(--studio-danger);margin:0;font-size:.82rem}.editor-section__body{flex-direction:column;gap:14px;margin-top:16px;display:flex}.editor-section__body--grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.field{color:#111;flex-direction:column;gap:5px;font-size:.78rem;font-weight:600;display:flex}.field__optional{color:#766f66;font-weight:400}.field__helper{color:#766f66;margin:0;font-size:.74rem;font-weight:400}.field input,.field textarea,.field select{border:1px solid var(--studio-border);background:var(--studio-sunken);color:#111;resize:vertical;border-radius:10px;padding:10px 12px;font-family:inherit;font-size:.88rem;font-weight:400}.field input:focus-visible,.field textarea:focus-visible,.field select:focus-visible,.config-list__search:focus-visible,.dialog__search:focus-visible{outline:2px solid var(--studio-accent);outline-offset:1px}.choice{border:none;flex-direction:column;gap:8px;margin:0;padding:0;display:flex}.choice__legend{color:#111;padding:0 0 8px;font-size:.78rem;font-weight:700}.choice__option{border:1px solid var(--studio-border);cursor:pointer;background:#00000003;border-radius:12px;align-items:flex-start;gap:10px;padding:12px 14px;transition:border-color .15s,background .15s;display:flex}.choice__option:hover{background:#00000008}.choice__option--selected{border-color:var(--studio-accent);background:#e6002314}.choice__option input{accent-color:var(--studio-accent);flex:none;margin-top:2px}.choice__text{flex-direction:column;gap:3px;display:flex}.choice__title{font-size:.9rem;font-weight:600}.choice__description{color:var(--studio-muted);font-size:.8rem}.feature-row{border:1px solid var(--studio-border);background:#00000003;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:12px 14px;display:flex}.feature-row__title{margin:0 0 3px;font-size:.9rem}.feature-row__description{color:var(--studio-muted);max-width:68ch;margin:0;font-size:.8rem}.segmented{border:1px solid var(--studio-border);background:var(--studio-sunken);border-radius:12px;flex:none;gap:2px;padding:3px;display:inline-flex}.segmented__btn{color:var(--studio-muted);cursor:pointer;background:0 0;border:none;border-radius:9px;padding:7px 14px;font-size:.82rem;font-weight:600;transition:background .15s,color .15s}.segmented__btn:hover{color:#111}.segmented__btn--active{color:#fff;background:linear-gradient(135deg,#e60023,#ff6e57)}.style-section__toolbar{align-items:center;gap:8px;display:flex}.style-section__count{color:var(--studio-muted);margin-left:auto;font-size:.78rem}.style-section__empty{text-align:center;border:1px dashed var(--studio-border);color:var(--studio-muted);border-radius:12px;margin:0;padding:20px;font-size:.83rem}.style-section__list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.style-row{border:1px solid var(--studio-border);background:#00000005;border-radius:12px;overflow:hidden}.style-row--expanded{border-color:var(--studio-accent-soft)}.style-row__summary{align-items:center;gap:12px;padding:10px 12px;display:flex}.style-row__thumb{object-fit:cover;background:#0000000a;border-radius:9px;flex:none;width:40px;height:40px}.style-row__thumb--empty{border:1px dashed var(--studio-border);background:0 0}.style-row__text{flex:auto;min-width:0}.style-row__title{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.style-row__label{font-size:.9rem;font-weight:600}.style-row__badge{border:1px solid var(--studio-accent-soft);text-transform:uppercase;letter-spacing:.05em;color:#e60023;background:#e6002314;border-radius:999px;padding:2px 7px;font-size:.68rem;font-weight:600}.style-row__badge--custom{border-color:var(--studio-border);color:var(--studio-muted);background:#0000000a}.style-row__badge--warning{color:#d97706;background:#d977060f;border-color:#d977064d}.style-row__hint{color:var(--studio-muted);text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:.78rem;overflow:hidden}.style-row__actions{flex:none;gap:6px;display:flex}.style-row__body{border-top:1px solid var(--studio-border);background:#00000003;flex-direction:column;gap:12px;padding:14px 12px 16px;display:flex}.style-row__provenance{color:var(--studio-muted);margin:0;font-size:.76rem}.style-row__provenance code{background:#0000000a;border-radius:5px;padding:1px 5px;font-size:.74rem}.dialog-backdrop{z-index:50;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0006;justify-content:center;align-items:center;padding:32px;display:flex;position:fixed;inset:0}.dialog{border:1px solid var(--studio-border);color:#111;background:#fdfbf7;border-radius:18px;flex-direction:column;gap:14px;width:min(90vw,760px);max-height:min(84vh,820px);padding:20px 22px;display:flex;box-shadow:0 24px 60px #00000026}.dialog--compact{width:min(90vw,440px)}.dialog__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.dialog__title{margin:0;font-size:1.05rem}.dialog__subtitle,.dialog__body{color:var(--studio-muted);margin:6px 0 0;font-size:.85rem}.dialog__close{color:var(--studio-muted);cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:1.5rem;line-height:1}.dialog__close:hover{color:#111}.dialog__search{border:1px solid var(--studio-border);background:var(--studio-sunken);color:#111;border-radius:10px;width:100%;padding:10px 12px;font-size:.88rem}.dialog__empty{text-align:center;color:var(--studio-muted);margin:0;padding:32px;font-size:.85rem}.dialog__footer{justify-content:space-between;align-items:center;gap:16px;padding-top:4px;display:flex}.dialog__notice{color:#d97706;margin:0;font-size:.8rem}.dialog__actions{gap:10px;margin-left:auto;display:flex}.preset-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;padding:2px;list-style:none;display:grid;overflow-y:auto}.preset-card{border:1px solid var(--studio-border);cursor:pointer;background:#00000003;border-radius:12px;align-items:center;gap:10px;height:100%;padding:10px 12px;transition:border-color .15s,background .15s;display:flex}.preset-card:hover{background:#00000008}.preset-card--selected{border-color:var(--studio-accent);background:#e6002314}.preset-card--disabled{opacity:.4;cursor:default}.preset-card__checkbox{accent-color:var(--studio-accent);flex:none}.preset-card__thumb{object-fit:cover;background:#0000000a;border-radius:8px;flex:none;width:36px;height:36px}.preset-card__thumb--empty{border:1px dashed var(--studio-border);background:0 0}.preset-card__text{flex-direction:column;gap:2px;min-width:0;display:flex}.preset-card__label{align-items:center;gap:6px;font-size:.86rem;font-weight:600;display:flex}.preset-card__added{text-transform:uppercase;letter-spacing:.05em;color:var(--studio-muted);background:#0000000a;border-radius:999px;padding:1px 6px;font-size:.65rem;font-weight:600}.preset-card__hint{color:var(--studio-muted);font-size:.76rem}
