.mc-modern-select{border:1px solid var(--mc-border,#d9dee8);background:var(--mc-surface,#fff);width:100%;color:var(--mc-text,#172033);font:inherit;text-align:left;border-radius:.5rem;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem .7rem;font-size:.875rem;display:inline-flex}.mc-modern-select:hover,.mc-modern-select:focus-visible{border-color:var(--mc-primary,#6366f1)}.mc-modern-select:focus-visible{outline:none;box-shadow:0 0 0 3px #6366f129}.mc-modern-select:disabled{cursor:not-allowed;opacity:.55}.mc-modern-select__chevron{color:var(--mc-muted,#667085)}.mc-modern-select__content{z-index:50;min-width:var(--bits-select-anchor-width);border:1px solid var(--mc-border,#d9dee8);background:var(--mc-surface,#fff);border-radius:.55rem;padding:.25rem;overflow:hidden;box-shadow:0 16px 36px #0f172a24}.mc-modern-select__item{cursor:pointer;border-radius:.35rem;outline:none;justify-content:space-between;align-items:center;gap:1rem;padding:.5rem .6rem;font-size:.875rem;display:flex}.mc-modern-select__item[data-highlighted]{background:var(--mc-primary-soft,#eef2ff);color:var(--mc-primary-strong,#4338ca)}.mc-modern-select__item[data-disabled]{cursor:not-allowed;opacity:.45}@theme inline{--color-background: hsl(var(--background)); --color-foreground: hsl(var(--foreground)); --color-card: hsl(var(--card)); --color-card-foreground: hsl(var(--card-foreground)); --color-popover: hsl(var(--popover)); --color-popover-foreground: hsl(var(--popover-foreground)); --color-primary: hsl(var(--primary)); --color-primary-foreground: hsl(var(--primary-foreground)); --color-secondary: hsl(var(--secondary)); --color-secondary-foreground: hsl(var(--secondary-foreground)); --color-muted: hsl(var(--muted)); --color-muted-foreground: hsl(var(--muted-foreground)); --color-accent: hsl(var(--accent)); --color-accent-foreground: hsl(var(--accent-foreground)); --color-destructive: hsl(var(--destructive)); --color-destructive-foreground: hsl(var(--destructive-foreground)); --color-border: hsl(var(--border)); --color-input: hsl(var(--input)); --color-ring: hsl(var(--ring)); --radius-lg: var(--radius); --radius-md: calc(var(--radius) - 2px); --radius-sm: calc(var(--radius) - 4px);}@layer base{:root{--background:0 0% 100%;--foreground:240 10% 3.9%;--card:0 0% 100%;--card-foreground:240 10% 3.9%;--popover:0 0% 100%;--popover-foreground:240 10% 3.9%;--primary:240 5.9% 10%;--primary-foreground:0 0% 98%;--secondary:240 4.8% 95.9%;--secondary-foreground:240 5.9% 10%;--muted:240 4.8% 95.9%;--muted-foreground:240 3.8% 46.1%;--accent:240 4.8% 95.9%;--accent-foreground:240 5.9% 10%;--destructive:0 84.2% 60.2%;--destructive-foreground:0 0% 98%;--border:240 5.9% 90%;--input:240 5.9% 90%;--ring:240 5.9% 10%;--radius:.5rem}.dark{--background:240 10% 3.9%;--foreground:0 0% 98%;--card:240 10% 3.9%;--card-foreground:0 0% 98%;--popover:240 10% 3.9%;--popover-foreground:0 0% 98%;--primary:0 0% 98%;--primary-foreground:240 5.9% 10%;--secondary:240 3.7% 15.9%;--secondary-foreground:0 0% 98%;--muted:240 3.7% 15.9%;--muted-foreground:240 5% 64.9%;--accent:240 3.7% 15.9%;--accent-foreground:0 0% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:0 0% 98%;--border:240 3.7% 15.9%;--input:240 3.7% 15.9%;--ring:240 4.9% 83.9%}}.mc-grid{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:8px;display:grid}.mc-grid__item{cursor:pointer;background:#fff;border:1px solid #d4d4d8;border-radius:6px;padding:4px}.mc-grid__item--selected{border:2px solid #18181b}.mc-grid__thumb{border-radius:4px;width:100%;height:auto;display:block}.mc-grid__caption{margin-top:4px;line-height:1.3;overflow:hidden}.mc-grid__filename{white-space:nowrap;text-overflow:ellipsis;color:#3f3f46;font-size:11px;display:block;overflow:hidden}.mc-grid__size{color:#a1a1aa;font-size:10px;display:block}.mc-alert{color:#b00020;font-size:.875rem}.mc-field{flex-direction:column;gap:4px;margin-bottom:8px;display:flex}.mc-select,.mc-input{border:1px solid #d4d4d8;border-radius:6px;padding:6px 8px;font-size:.875rem}.mc-button{cursor:pointer;background:#fafafa;border:1px solid #d4d4d8;border-radius:6px;padding:6px 12px;font-size:.875rem}.mc-button:disabled{opacity:.5;cursor:not-allowed}.mc-mime-group{flex-wrap:wrap;gap:8px;display:flex}.mc-mime-pill{border:1px solid #d4d4d8;border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:.8125rem;display:inline-flex}.mc-toolbar{border:1px solid #d4d4d8;border-radius:6px;align-items:center;gap:12px;padding:8px 12px;display:flex}.mc-editor{flex-direction:column;gap:12px;display:flex}.mc-editor__actions,.mc-editor__controls{flex-wrap:wrap;align-items:flex-end;gap:8px;display:flex}.mc-editor__preview{border:1px solid #d4d4d8;border-radius:6px;max-width:100%;max-height:70vh;overflow:hidden}.mc-editor__preview img{max-width:100%;display:block}.mc-modal-backdrop{z-index:50;background:#00000080;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.mc-modal{background:#fff;border-radius:10px;flex-direction:column;width:min(720px,100%);max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 25px -5px #00000026}.mc-modal__header{border-bottom:1px solid #e4e4e7;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.mc-modal__title{margin:0;font-size:1rem;font-weight:600}.mc-modal__close{cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px;line-height:0}.mc-modal__close:hover{background:#f4f4f5}.mc-modal__tabs{border-bottom:1px solid #e4e4e7;gap:4px;padding:8px 16px 0;display:flex}.mc-modal__tab{cursor:pointer;color:#71717a;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:6px;padding:8px 12px;font-size:.875rem;display:inline-flex}.mc-modal__tab--active{color:#18181b;border-bottom-color:#18181b;font-weight:500}.mc-modal__body{flex:1;padding:16px;overflow-y:auto}.mc-modal__controls{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;display:flex}.mc-modal__search{flex:1;min-width:160px}.mc-modal__footer{color:#71717a;border-top:1px solid #e4e4e7;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:12px 16px;font-size:.8125rem;display:flex}.mc-folder-tabs{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.mc-folder-tab{cursor:pointer;background:#fff;border:1px solid #d4d4d8;border-radius:999px;padding:4px 12px;font-size:.8125rem}.mc-folder-tab--active{color:#fff;background:#18181b;border-color:#18181b}.mc-pagination{align-items:center;gap:4px;display:flex}.mc-pagination__button{cursor:pointer;background:#fff;border:1px solid #d4d4d8;border-radius:6px;min-width:28px;height:28px;font-size:.8125rem}.mc-pagination__button--active{color:#fff;background:#18181b;border-color:#18181b}.mc-dropzone{text-align:center;color:#71717a;border:2px dashed #d4d4d8;border-radius:10px;padding:32px 16px;font-size:.875rem}.mc-dropzone--dragover{background:#fafafa;border-color:#18181b}.mc-upload-queue{flex-direction:column;gap:8px;margin-top:12px;display:flex}.mc-upload-item{border:1px solid #e4e4e7;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;font-size:.8125rem;display:flex}.mc-upload-item__name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.mc-upload-item__track{background:#e4e4e7;border-radius:999px;width:96px;height:6px;overflow:hidden}.mc-upload-item__bar{background:#18181b;height:100%}.mc-upload-item__status--error{color:#b00020}.mc-upload-item__status--done{color:#16a34a}.mc-editor-modal{width:min(880px,100%)}.mc-editor-modal__body{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:16px;display:grid}@media (width<=640px){.mc-editor-modal__body{grid-template-columns:1fr}}.mc-editor-modal__left{flex-direction:column;gap:12px;display:flex}.mc-editor-modal__right{border-left:1px solid #e4e4e7;flex-direction:column;gap:8px;padding-left:16px;display:flex}.mc-editor-modal__preview{background:#fafafa;border:1px solid #d4d4d8;border-radius:6px;max-width:100%;max-height:50vh;position:relative;overflow:hidden}.mc-editor-modal__preview img{max-width:100%;display:block}.mc-editor-modal__crop-overlay{border:2px dashed #fff;box-shadow:0 0 0 1px #0006}.mc-editor-modal__handle{background:#fff;border:1px solid #18181b;border-radius:999px;box-shadow:0 1px 2px #0003}.mc-editor-modal__badge{color:#71717a;background:#f4f4f5;border-radius:4px;margin-left:4px;padding:1px 4px;font-size:10px;display:inline-block}.error.svelte-1llt124{color:var(--mc-danger)}.triggers.svelte-1llt124{gap:.75rem;margin-bottom:1rem;display:flex}.debug-strip.svelte-1llt124{border:1px dashed var(--mc-neutral-200);border-radius:8px;flex-direction:column;gap:.25rem;margin-bottom:1rem;padding:.5rem .75rem;font-size:.85rem;display:flex}.style-switcher.svelte-1llt124{border:1px solid var(--mc-neutral-200);border-radius:8px;flex-direction:column;gap:.35rem;margin-bottom:1rem;padding:.75rem 1rem;display:flex}
