:root{--ql-card-overlay:rgba(15,23,42,.6);--ql-card-surface:#fff;--ql-card-surface-muted:#f9fafb;--ql-card-border:rgba(15,23,42,.08);--ql-card-border-strong:rgba(15,23,42,.15);--ql-card-input-border:rgba(15,23,42,.2);--ql-card-text:#1f2937;--ql-card-text-muted:#4b5563;--ql-card-helper:#6b7280;--ql-card-input-bg:#fff;--ql-card-pill-muted-bg:#e5e7eb;--ql-card-pill-muted-text:#374151;--ql-card-pill-primary-bg:#eef2ff;--ql-card-pill-primary-text:#4338ca;--ql-card-pill-danger-bg:#fee2e2;--ql-card-pill-danger-text:#b91c1c;--ql-card-button-save-bg:#556ee6;--ql-card-button-save-text:#fff}.dark-style,html[data-color-scheme=dark],html[data-theme=dark]{--ql-card-overlay:rgba(15,23,42,.65);--ql-card-surface:#3f4b64;--ql-card-surface-muted:rgba(20,31,53,.82);--ql-card-border:rgba(148,163,184,.2);--ql-card-border-strong:rgba(148,163,184,.4);--ql-card-input-border:rgba(148,163,184,.5);--ql-card-text:#e2e8f0;--ql-card-text-muted:#cbd5f5;--ql-card-helper:#94a3b8;--ql-card-input-bg:rgba(15,23,42,.85);--ql-card-pill-muted-bg:rgba(148,163,184,.15);--ql-card-pill-muted-text:#e2e8f0;--ql-card-pill-primary-bg:rgba(99,102,241,.2);--ql-card-pill-primary-text:#c7d2fe;--ql-card-pill-danger-bg:hsla(0,91%,71%,.2);--ql-card-pill-danger-text:#fecaca;--ql-card-button-save-bg:#7687ff;--ql-card-button-save-text:#0f172a}body.ql-card-editor-open{overflow:hidden}.ql-card-editor__overlay{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background:var(--ql-card-overlay);display:-ms-flexbox;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:2140}.ql-card-editor__dialog{background:var(--ql-card-surface);border-radius:1rem;box-shadow:0 25px 45px rgba(15,23,42,.35);color:var(--ql-card-text);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-height:calc(100vh - 3rem);overflow:auto;width:min(640px,100%)}.ql-card-editor__header{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;border-bottom:1px solid var(--ql-card-border);display:-ms-flexbox;display:flex;gap:1rem;justify-content:space-between;padding:1.25rem 1.5rem}.ql-card-editor__header h5{color:var(--ql-card-text);font-size:1.05rem;margin:0}.ql-card-editor__close{background:none;border:none;color:var(--ql-card-helper);cursor:pointer;font-size:1.5rem;line-height:1}.ql-card-editor__body{gap:1rem;padding:1.5rem}.ql-card-editor__body,.ql-card-editor__field{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.ql-card-editor__field{gap:.35rem}.ql-card-editor__field label{color:var(--ql-card-text);font-size:.9rem;font-weight:600}.ql-card-editor__field input,.ql-card-editor__field textarea{background:var(--ql-card-input-bg);border:1px solid var(--ql-card-border-strong);border-radius:.5rem;color:var(--ql-card-text);font-size:.95rem;padding:.65rem .75rem;width:100%}.ql-card-editor__field textarea{min-height:120px;resize:vertical}.ql-card-editor__helper{color:var(--ql-card-helper);font-size:.82rem}.ql-card-editor__footer{-ms-flex-pack:end;border-top:1px solid var(--ql-card-border);display:-ms-flexbox;display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.5rem}.ql-card-editor__footer button{border:none;border-radius:999px;cursor:pointer;font-size:.93rem;font-weight:600;padding:.55rem 1.5rem}.ql-card-editor__btn-cancel{background:var(--ql-card-pill-muted-bg);color:var(--ql-card-pill-muted-text)}.ql-card-editor__btn-save{background:var(--ql-card-button-save-bg);color:var(--ql-card-button-save-text)}.ql-card-editor__image-control{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.75rem}.ql-card-editor__upload-btn{-ms-flex-item-align:start;align-self:flex-start;background:var(--ql-card-pill-primary-bg);border:none;border-radius:999px;color:var(--ql-card-pill-primary-text);cursor:pointer;font-size:.85rem;font-weight:600;padding:.35rem 1rem}.ql-card-editor__dimension-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.75rem}.ql-card-editor__dimension-field{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;gap:.25rem;min-width:120px}.ql-card-editor__dimension-field label{color:var(--ql-card-text-muted);font-size:.82rem;font-weight:600}.ql-card-editor__dimension-field input{background:var(--ql-card-input-bg);border:1px solid var(--ql-card-input-border);border-radius:.5rem;color:var(--ql-card-text);font-size:.9rem;padding:.45rem .6rem;width:100%}.ql-card-editor__alignment-field{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.25rem}.ql-card-editor__alignment-field label{color:var(--ql-card-text-muted);font-size:.82rem;font-weight:600}.ql-card-editor__alignment-field select{background-color:var(--ql-card-input-bg);border:1px solid var(--ql-card-input-border);border-radius:.5rem;color:var(--ql-card-text);font-size:.9rem;padding:.45rem .6rem;width:100%}.ql-card-editor__spacing-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.75rem}.ql-card-editor__spacing-field{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;gap:.25rem;min-width:120px}.ql-card-editor__spacing-field label{color:var(--ql-card-text-muted);font-size:.82rem;font-weight:600}.ql-card-editor__spacing-field input{background:var(--ql-card-input-bg);border:1px solid var(--ql-card-input-border);border-radius:.5rem;color:var(--ql-card-text);font-size:.9rem;padding:.45rem .6rem;width:100%}.ql-card-editor__column-control{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.ql-card-editor__column-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.75rem}.ql-card-editor__column-field{display:-ms-flexbox;display:flex;-ms-flex:1 1 160px;flex:1 1 160px;-ms-flex-direction:column;flex-direction:column;gap:.25rem}.ql-card-editor__column-field label{color:var(--ql-card-text-muted);font-size:.82rem;font-weight:600}.ql-card-editor__column-field select{background-color:var(--ql-card-input-bg);border:1px solid var(--ql-card-input-border);border-radius:.5rem;color:var(--ql-card-text);font-size:.9rem;padding:.5rem .6rem;width:100%}.ql-card-editor__buttons-control,.ql-card-editor__buttons-list{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.75rem}.ql-card-editor__buttons-empty{background:var(--ql-card-surface-muted);border:1px dashed var(--ql-card-input-border);border-radius:.75rem;color:var(--ql-card-helper);font-size:.85rem;padding:.75rem;text-align:center}.ql-card-editor__button-item{background:var(--ql-card-surface-muted);border:1px solid var(--ql-card-border);border-radius:.9rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.5rem;padding:.75rem}.ql-card-editor__button-item input,.ql-card-editor__button-item select{background:var(--ql-card-input-bg);border:1px solid var(--ql-card-input-border);border-radius:.5rem;color:var(--ql-card-text);font-size:.9rem;padding:.5rem .6rem;width:100%}.ql-card-editor__button-meta{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5rem}.ql-card-editor__button-meta select{-ms-flex:1 1 160px;flex:1 1 160px}.ql-card-editor__button-actions{-ms-flex-pack:end;display:-ms-flexbox;display:flex;justify-content:flex-end}.ql-card-editor__button-remove{background:var(--ql-card-pill-danger-bg);color:var(--ql-card-pill-danger-text);font-size:.85rem;padding:.35rem 1rem}.ql-card-editor__add-button,.ql-card-editor__button-remove{border:none;border-radius:999px;cursor:pointer;font-weight:600}.ql-card-editor__add-button{-ms-flex-item-align:start;align-self:flex-start;background:var(--ql-card-pill-primary-bg);color:var(--ql-card-pill-primary-text);font-size:.9rem;padding:.45rem 1.2rem}.ql-editor .ql-card-template [data-card-button]{text-decoration:none!important}
