.ui-media-library{--uml-bg-root:var(--super-html-editor-bg,#1e1e1e);--uml-bg:var(--super-html-editor-bg-elevated,#272727);--uml-bg-muted:var(--super-html-editor-bg-muted,#172033);--uml-bg-hover:var(--super-html-editor-bg-elevated-hover,#3d3d3d);--uml-border:var(--super-html-editor-border,#273449);--uml-border-strong:var(--super-html-editor-border-strong,#374151);--uml-border-accent:var(--super-html-editor-border-accent,#60a5fa47);--uml-text:var(--super-html-editor-text,#d1d5db);--uml-text-strong:var(--super-html-editor-text-strong,#f8fafc);--uml-text-muted:var(--super-html-editor-text-muted,#94a3b8);--uml-accent:var(--super-html-editor-accent,#60a5fa);--uml-accent-muted:var(--super-html-editor-accent-muted,#60a5fa24);--uml-danger:var(--super-html-editor-danger-text,#fca5a5);--uml-radius:var(--super-html-editor-radius,6px);background:var(--uml-bg-root);height:100%;min-height:280px;color:var(--uml-text);box-sizing:border-box;flex-direction:column;gap:12px;padding:8px;font-size:.875rem;line-height:1.45;display:flex}.ui-media-library__toolbar{flex-wrap:wrap;flex-shrink:0;gap:8px;display:flex}.ui-media-library__search{box-sizing:border-box;border:1px solid var(--uml-border-strong);border-radius:var(--uml-radius);background:var(--uml-bg);min-width:120px;color:var(--uml-text-strong);flex:1;padding:8px 10px;font-family:inherit;font-size:.8125rem}.ui-media-library__search::placeholder{color:var(--uml-text-muted)}.ui-media-library__search:focus{border-color:var(--uml-accent);box-shadow:0 0 0 2px var(--uml-accent-muted);outline:none}.ui-media-library__sort{appearance:none;border:1px solid var(--uml-border);background:var(--uml-bg);color:var(--uml-text);border-radius:var(--uml-radius);cursor:pointer;flex-shrink:0;padding:8px 10px;font-size:.75rem}.ui-media-library__refresh,.ui-media-library__edit-toggle{appearance:none;border:1px solid var(--uml-border);background:var(--uml-bg);color:var(--uml-text);border-radius:var(--uml-radius);cursor:pointer;flex-shrink:0;padding:8px 12px;font-size:.75rem}.ui-media-library__refresh:hover:not(:disabled),.ui-media-library__edit-toggle:hover:not(:disabled){background:var(--uml-bg-hover)}.ui-media-library__refresh:disabled,.ui-media-library__edit-toggle:disabled{opacity:.5;cursor:default}.ui-media-library__import-status{color:var(--uml-text-muted);align-items:center;gap:6px;font-size:.75rem;display:inline-flex}@keyframes ui-media-library-spin{to{transform:rotate(360deg)}}.ui-media-library__spinner{border:2px solid #94a3b84d;border-top-color:var(--uml-accent);border-radius:50%;flex-shrink:0;width:12px;height:12px;animation:.7s linear infinite ui-media-library-spin;display:inline-block}.ui-media-library__spinner--lg{border-width:3px;width:28px;height:28px}.ui-media-library__content{position:relative}.ui-media-library__import-overlay{z-index:5;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);border-radius:var(--uml-radius);text-align:center;background:#0f172ab8;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:24px;display:flex;position:absolute;inset:0}.ui-media-library__import-overlay-text{color:var(--uml-text-strong);font-size:.8125rem;font-weight:600}.ui-media-library__import-overlay-file{max-width:320px;color:var(--uml-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;overflow:hidden}.ui-media-library__import-overlay-bar{background:#94a3b833;border-radius:999px;width:min(240px,80%);height:4px;overflow:hidden}.ui-media-library__import-overlay-bar-fill{background:var(--uml-accent);height:100%;transition:width .2s}.ui-media-library__duplicate-modal{width:min(480px,92vw)!important;max-height:min(80vh,620px)!important}.ui-media-library__duplicate-modal-body{flex-direction:column;gap:12px;padding:16px;display:flex}.ui-media-library__duplicate-modal-hint{color:var(--uml-text-muted);margin:0;font-size:.75rem;line-height:1.4}.ui-media-library__duplicate-bulk{color:var(--uml-text-muted);align-items:center;gap:6px;font-size:.7rem;display:flex}.ui-media-library__duplicate-bulk button{appearance:none;border:1px solid var(--uml-border-strong);color:var(--uml-text);cursor:pointer;background:#00000038;border-radius:4px;padding:4px 8px;font-size:.7rem}.ui-media-library__duplicate-bulk button:hover{background:var(--uml-bg-hover);color:var(--uml-text-strong)}.ui-media-library__duplicate-list{flex-direction:column;gap:8px;max-height:280px;margin:0;padding:0;list-style:none;display:flex;overflow:auto}.ui-media-library__duplicate-list li{border:1px solid var(--uml-border);border-radius:var(--uml-radius);background:#0000002e;flex-direction:column;gap:4px;padding:8px;display:flex}.ui-media-library__duplicate-list select{appearance:none;border:1px solid var(--uml-border);background:var(--uml-bg);color:var(--uml-text-strong);border-radius:4px;align-self:flex-start;padding:5px 8px;font-size:.75rem}.ui-media-library__duplicate-name{color:var(--uml-text-strong);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:600;overflow:hidden}.ui-media-library__duplicate-meta{color:var(--uml-text-muted);font-size:.7rem}.ui-media-library__edit-toggle--active{border-color:var(--uml-border-accent);background:var(--uml-accent-muted);color:var(--uml-text-strong)}.ui-media-library__main{flex:1;grid-template-columns:168px minmax(0,1fr) 220px;gap:10px;min-height:0;display:grid}.ui-media-library--compact .ui-media-library__main{grid-template-rows:auto minmax(160px,1fr) auto;grid-template-columns:1fr}.ui-media-library__groups{border:1px solid var(--uml-border);border-radius:var(--uml-radius);background:var(--uml-bg-muted);flex-direction:column;gap:12px;min-height:0;padding:8px;display:flex;overflow:auto}.ui-media-library__nav-section{flex-direction:column;gap:6px;display:flex}.ui-media-library__nav-header{justify-content:space-between;align-items:center;gap:8px;padding:0 2px;display:flex}.ui-media-library__nav-label{letter-spacing:.04em;text-transform:uppercase;color:var(--uml-text-muted);font-size:.62rem;font-weight:700}.ui-media-library__nav-create{flex-shrink:0;border:1px solid var(--uml-border-accent)!important;background:var(--uml-accent-muted)!important;width:22px!important;min-width:22px!important;height:22px!important;color:var(--uml-text-strong)!important;border-radius:4px!important;padding:0!important}.ui-media-library__nav-create:hover:not(:disabled){background:#60a5fa38!important}.ui-media-library__nav-create:disabled{opacity:.5;cursor:default}.ui-media-library__nav-create .material-icons{line-height:1;font-size:16px!important}.ui-media-library__name-modal{--uml-bg:var(--super-html-editor-bg,#1e1e1e);--uml-bg-elevated:var(--super-html-editor-bg-elevated,#272727);--uml-bg-hover:var(--super-html-editor-bg-elevated-hover,#3d3d3d);--uml-bg-header:var(--super-html-editor-bg-header,#0f172a);--uml-border:var(--super-html-editor-border,#273449);--uml-border-strong:var(--super-html-editor-border-strong,#374151);--uml-border-accent:var(--super-html-editor-border-accent,#60a5fa47);--uml-text:var(--super-html-editor-text,#d1d5db);--uml-text-strong:var(--super-html-editor-text-strong,#f8fafc);--uml-text-muted:var(--super-html-editor-text-muted,#94a3b8);--uml-text-placeholder:var(--super-html-editor-text-placeholder,#94a3b852);--uml-accent:var(--super-html-editor-accent,#60a5fa);--uml-accent-strong:var(--super-html-editor-accent-strong,#3b82f6);--uml-radius:var(--super-html-editor-radius,6px);border:1px solid var(--uml-border-accent);color:var(--uml-text);box-shadow:var(--super-html-editor-shadow,0 8px 32px #0000006b);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;overflow:hidden;background:var(--uml-bg)!important;border-radius:8px!important;width:min(400px,92vw)!important;height:auto!important;max-height:min(80vh,520px)!important;margin:18vh auto!important}.ui-media-library__name-modal>div:first-child{background:var(--uml-bg-header);color:var(--uml-text-strong);flex-shrink:0;border-bottom:1px solid var(--uml-border)!important;padding:12px 16px!important}.ui-media-library__name-modal>div:first-child h2{letter-spacing:.01em;color:var(--uml-text-strong);margin:0;font-size:.9375rem;font-weight:600}.ui-media-library__name-modal>div:first-child button{color:var(--uml-text-muted);border-radius:4px;line-height:1;transition:color .15s,background-color .15s}.ui-media-library__name-modal>div:first-child button:hover{color:var(--uml-text-strong);background:#94a3b824}.ui-media-library__name-modal>div:last-child{background:var(--uml-bg);overflow:visible!important}.ui-media-library__name-modal-body{flex-direction:column;gap:12px;padding:16px;display:flex}.ui-media-library__name-modal-field{flex-direction:column;min-width:0;display:flex}.ui-media-library__name-modal-label{color:var(--uml-text-muted);margin:0 0 6px;font-size:.75rem;font-weight:600;display:block}.ui-media-library__name-modal-input{box-sizing:border-box;border:1px solid var(--uml-border-strong);border-radius:var(--uml-radius);width:100%;height:32px;color:var(--uml-text-strong);background:#00000047;outline:none;padding:0 10px;font-family:inherit;font-size:.8125rem;transition:border-color .15s,box-shadow .15s,background-color .15s}.ui-media-library__name-modal-input::placeholder{color:var(--uml-text-placeholder);opacity:1}.ui-media-library__name-modal-input:hover:not(:disabled):not(:focus){background:#00000057;border-color:#94a3b880}.ui-media-library__name-modal-input:focus{background:#0000005c;border-color:#60a5fa8c;box-shadow:0 0 0 2px #60a5fa1f}.ui-media-library__name-modal-input:disabled{opacity:.55;cursor:not-allowed}.ui-media-library__name-modal-actions{justify-content:flex-end;gap:8px;margin-top:4px;display:flex}.ui-media-library__name-modal-btn{border-radius:var(--uml-radius);cursor:pointer;justify-content:center;align-items:center;gap:6px;padding:7px 11px;font-family:inherit;font-size:12px;font-weight:600;line-height:1;transition:background-color .15s,border-color .15s,color .15s,box-shadow .15s,filter .15s;display:inline-flex}.ui-media-library__name-modal-btn:disabled{opacity:.6;cursor:not-allowed}.ui-media-library__name-modal-btn--secondary{border:1px solid var(--uml-border-strong);color:var(--uml-text);background:#00000038}.ui-media-library__name-modal-btn--secondary:hover:not(:disabled){background:var(--uml-bg-hover);color:var(--uml-text-strong);border-color:#60a5fa73}.ui-media-library__name-modal-btn--primary{border:1px solid var(--uml-accent-strong);background:linear-gradient(180deg, var(--uml-accent) 0%, var(--uml-accent-strong) 100%);color:var(--uml-text-strong);box-shadow:0 1px 2px #00000040}.ui-media-library__name-modal-btn--primary:hover:not(:disabled){border-color:var(--uml-accent);filter:brightness(1.06)}.ui-media-library__nav-items{flex-wrap:wrap;gap:5px;display:flex}.ui-media-library__chip-wrap{border:1px solid var(--uml-border);background:var(--uml-bg);border-radius:6px;align-items:stretch;max-width:100%;display:inline-flex;overflow:hidden}.ui-media-library__chip-wrap:has(.ui-media-library__chip--active){border-color:var(--uml-border-accent);background:var(--uml-accent-muted)}.ui-media-library__chip-wrap .ui-media-library__chip{background:0 0;border:0;border-radius:0}.ui-media-library__chip{appearance:none;border:1px solid var(--uml-border);background:var(--uml-bg);max-width:100%;color:var(--uml-text);text-align:left;cursor:pointer;border-radius:6px;align-items:center;gap:5px;padding:4px 7px;font-size:.68rem;line-height:1.2;transition:border-color .12s,background .12s;display:inline-flex}.ui-media-library__chip:hover{border-color:var(--uml-border-strong);background:var(--uml-bg-hover)}.ui-media-library__chip--active{border-color:var(--uml-border-accent);background:var(--uml-accent-muted);color:var(--uml-text-strong)}.ui-media-library__chip-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:500;overflow:hidden}.ui-media-library__chip-count{min-width:1.1em;color:var(--uml-text-muted);font-variant-numeric:tabular-nums;text-align:center;background:#94a3b829;border-radius:999px;flex-shrink:0;padding:0 4px;font-size:.58rem;line-height:1.45}.ui-media-library__chip--active .ui-media-library__chip-count{color:var(--uml-text-strong);background:#60a5fa38}.ui-media-library__chip-actions{border-left:1px solid var(--uml-border);flex-shrink:0;align-items:center;display:flex}.ui-media-library__chip-actions button{appearance:none;color:var(--uml-text-muted);cursor:pointer;background:0 0;border:0;width:18px;height:100%;min-height:22px;padding:0;font-size:.65rem;line-height:1}.ui-media-library__chip-actions button:hover{color:var(--uml-text-strong);background:#94a3b824}.ui-media-library--compact .ui-media-library__groups{flex-flow:column;overflow:auto}.ui-media-library__content{border:1px solid var(--uml-border);border-radius:var(--uml-radius);background:var(--uml-bg-muted);min-width:0;min-height:0;padding:10px;overflow:auto}.ui-media-library__status{text-align:center;color:var(--uml-text-muted);padding:24px 12px;font-size:.8125rem}.ui-media-library__status--error{color:var(--uml-danger)}.ui-media-library__grid{grid-template-columns:repeat(auto-fill,minmax(124px,1fr));gap:10px;display:grid}.ui-media-library__card{appearance:none;border:1px solid var(--uml-border);border-radius:var(--uml-radius);background:var(--uml-bg);color:inherit;text-align:left;cursor:pointer;flex-direction:column;align-items:stretch;padding:0;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.ui-media-library__card:hover{border-color:var(--uml-border-strong)}.ui-media-library__card--selected{border-color:var(--uml-accent);box-shadow:0 0 0 1px var(--uml-accent)}.ui-media-library__card--selectable{position:relative}.ui-media-library__card--disabled{opacity:.45;cursor:default}.ui-media-library__card--disabled:hover{border-color:var(--uml-border)}.ui-media-library__card-check{z-index:1;box-sizing:border-box;width:18px;height:18px;color:var(--uml-text-strong);text-align:center;pointer-events:none;background:#0f172ab8;border:1px solid #94a3b88c;border-radius:4px;font-size:11px;font-weight:700;line-height:16px;position:absolute;top:6px;left:6px}.ui-media-library__card-check--on{border-color:var(--uml-accent);background:var(--uml-accent-strong,#3b82f6)}.ui-media-library__selection-bar{border:1px solid var(--uml-border);border-radius:var(--uml-radius);background:var(--uml-bg);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;padding:6px 8px;display:flex}.ui-media-library__selection-bar-count{color:var(--uml-text-muted);font-size:.7rem}.ui-media-library__selection-bar-actions{gap:6px;display:flex}.ui-media-library__bulk-summary{color:var(--uml-text-muted);margin:0;font-size:.75rem;line-height:1.4}.ui-media-library__card-tags{color:var(--uml-accent);margin-top:4px;font-size:.6rem}.ui-media-library__edit-hint{color:var(--uml-text-muted);text-align:center;margin-top:10px;font-size:.7rem}.ui-media-library__tag-editor{flex-direction:column;gap:6px;display:flex}.ui-media-library__tag-editor .select-container{width:100%}.ui-media-library__tag-readonly{color:var(--uml-text);word-break:break-word;font-size:.75rem}.ui-media-library__move-row label{color:var(--uml-text-muted);flex-direction:column;gap:4px;font-size:.7rem;display:flex}.ui-media-library__move-row select{appearance:none;border:1px solid var(--uml-border);background:var(--uml-bg);color:var(--uml-text-strong);border-radius:4px;padding:6px 8px;font-size:.75rem}.ui-media-library__card-thumb{background:var(--uml-bg-muted);border-bottom:1px solid var(--uml-border);height:96px;color:var(--uml-text-muted);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ui-media-library__card-thumb--preview{background-position:50%;background-repeat:no-repeat;background-size:cover}.ui-media-library__card-thumb--audio{color:var(--uml-accent);background:var(--uml-accent-muted)}.ui-media-library__card-play{color:#fff;pointer-events:none;background:#00000047;justify-content:center;align-items:center;font-size:1.1rem;display:flex;position:absolute;inset:0}.ui-media-library__glyph-icon{width:32px;height:32px;display:block}.ui-media-library__glyph-text{letter-spacing:.06em;font-size:.7rem;font-weight:700}.ui-media-library__card-body{min-width:0;padding:8px}.ui-media-library__card-name{color:var(--uml-text-strong);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:500;overflow:hidden}.ui-media-library__card-meta{color:var(--uml-text-muted);justify-content:space-between;gap:6px;margin-top:4px;font-size:.65rem;display:flex}.ui-media-library__card-kind{text-transform:capitalize}.ui-media-library__detail{border:1px solid var(--uml-border);border-radius:var(--uml-radius);background:var(--uml-bg-muted);flex-direction:column;gap:10px;min-height:0;padding:12px;display:flex;overflow:auto}.ui-media-library__detail-empty{text-align:center;color:var(--uml-text-muted);margin:auto;padding:16px 8px;font-size:.75rem}.ui-media-library__selection-count{color:var(--uml-accent);letter-spacing:.02em;font-size:.7rem;font-weight:600}.ui-media-library__detail-preview{border:1px solid var(--uml-border);background:var(--uml-bg);height:120px;color:var(--uml-text-muted);text-transform:capitalize;border-radius:4px;justify-content:center;align-items:center;display:flex;overflow:hidden}.ui-media-library__detail-preview--image{background-position:50%;background-repeat:no-repeat;background-size:contain}.ui-media-library__detail-name{color:var(--uml-text-strong);word-break:break-word;margin:0;font-size:.875rem;font-weight:600}.ui-media-library__archived-badge{color:var(--uml-danger);letter-spacing:.02em;background:#7f1d1d47;border:1px solid #f8717159;border-radius:999px;align-self:flex-start;margin-top:-4px;padding:2px 8px;font-size:.6875rem;font-weight:600}.ui-media-library__detail-list{flex-direction:column;gap:8px;margin:0;display:flex}.ui-media-library__detail-list>div{grid-template-columns:88px minmax(0,1fr);gap:8px;display:grid}.ui-media-library__detail-list dt{color:var(--uml-text-muted);margin:0;font-size:.7rem}.ui-media-library__detail-list dd{color:var(--uml-text);word-break:break-word;margin:0;font-size:.75rem}.ui-media-library__detail-actions{flex-wrap:wrap;gap:6px;margin-top:auto;display:flex}.ui-media-library__action{appearance:none;border:1px solid var(--uml-border);background:var(--uml-bg);color:var(--uml-text);cursor:pointer;border-radius:4px;padding:6px 10px;font-size:.7rem}.ui-media-library__action:hover{background:var(--uml-bg-hover)}.ui-media-library__action--primary{border-color:var(--uml-border-accent);background:var(--uml-accent-muted);color:var(--uml-text-strong)}.ui-media-library__action--accent{border-color:var(--uml-accent);background:var(--uml-accent);color:#0f172a;font-weight:600}.ui-media-library__action--danger{color:var(--uml-danger);background:#7f1d1d61;border-color:#f8717173}.ui-media-library__action--danger:hover{background:#991b1b9e}@media (max-width:900px){.ui-media-library__main{grid-template-rows:auto minmax(180px,1fr) auto;grid-template-columns:1fr}}
.ui-media-library-picker-modal__backdrop{box-sizing:border-box;background:#0000008c;justify-content:center;align-items:flex-start;padding:6vh 16px 24px;display:flex;position:fixed;inset:0;overflow:auto}.ui-media-library-picker-modal{--umlpm-bg:var(--super-html-editor-bg,#1e1e1e);--umlpm-bg-header:var(--super-html-editor-bg-header,#0f172a);--umlpm-border:var(--super-html-editor-border,#273449);--umlpm-border-accent:var(--super-html-editor-border-accent,#60a5fa47);--umlpm-text:var(--super-html-editor-text,#d1d5db);--umlpm-text-strong:var(--super-html-editor-text-strong,#f8fafc);--umlpm-text-muted:var(--super-html-editor-text-muted,#94a3b8);--umlpm-shadow:var(--super-html-editor-shadow,0 8px 32px #0000006b);background-color:var(--umlpm-bg);border:1px solid var(--umlpm-border-accent);width:min(920px,94vw);height:min(78vh,700px);max-height:min(86vh,760px);box-shadow:var(--umlpm-shadow);color:var(--umlpm-text);border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.ui-media-library-picker-modal__header{background:var(--umlpm-bg-header);border-bottom:1px solid var(--umlpm-border);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.ui-media-library-picker-modal__header h2{color:var(--umlpm-text-strong);margin:0;font-size:1rem;font-weight:600}.ui-media-library-picker-modal__close{appearance:none;color:var(--umlpm-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 6px;font-size:1.125rem;line-height:1}.ui-media-library-picker-modal__close:hover{color:var(--umlpm-text-strong);background:#94a3b824}.ui-media-library-picker-modal__body{box-sizing:border-box;flex-direction:column;flex:1;min-height:0;padding:12px 14px 14px;display:flex}.ui-media-library-picker-modal__body .ui-media-library{flex:1;min-height:0}
.ui-file-upload{--ufu-bg:var(--super-html-editor-bg-elevated,#272727);--ufu-bg-hover:var(--super-html-editor-bg-elevated-hover,#3d3d3d);--ufu-bg-muted:var(--super-html-editor-bg-muted,#172033);--ufu-border:var(--super-html-editor-border,#273449);--ufu-border-strong:var(--super-html-editor-border-strong,#374151);--ufu-border-accent:var(--super-html-editor-border-accent,#60a5fa47);--ufu-text:var(--super-html-editor-text,#d1d5db);--ufu-text-strong:var(--super-html-editor-text-strong,#f8fafc);--ufu-text-muted:var(--super-html-editor-text-muted,#94a3b8);--ufu-accent:var(--super-html-editor-accent,#60a5fa);--ufu-accent-strong:var(--super-html-editor-accent-strong,#3b82f6);--ufu-accent-muted:var(--super-html-editor-accent-muted,#60a5fa24);--ufu-danger:var(--super-html-editor-danger-text,#fca5a5);--ufu-danger-bg:var(--super-html-editor-danger-bg,#7f1d1d61);--ufu-radius:var(--super-html-editor-radius,6px);color:var(--ufu-text);width:100%;font-size:.875rem;line-height:1.45}.ui-file-upload--single .ui-file-upload__dropzone{min-height:120px}.ui-file-upload--single .ui-file-upload__dropzone--has-file{min-height:0}.ui-file-upload--single .ui-file-upload__list{margin-top:0}.ui-file-upload--single .ui-file-upload__list--single{display:block}.ui-file-upload--single .ui-file-upload__toolbar{justify-content:flex-start}.ui-file-upload__dropzone{border:1px dashed var(--ufu-border-strong);border-radius:var(--ufu-radius);background:var(--ufu-bg);flex-direction:column;align-items:stretch;min-height:180px;padding:16px;transition:border-color .15s,background .15s;display:flex;position:relative}.ui-file-upload__dropzone--dragging{border-color:var(--ufu-accent);background:var(--ufu-accent-muted)}.ui-file-upload__dropzone--readonly{justify-content:center;min-height:72px}.ui-file-upload__prompt{color:var(--ufu-text-muted);text-align:center;flex-direction:column;align-items:center;gap:10px;padding:12px 8px;display:flex}.ui-file-upload__prompt-title{color:var(--ufu-text);margin:0;font-weight:500}.ui-file-upload__prompt-hint{color:var(--ufu-text-muted);margin:0;font-size:.75rem}.ui-file-upload__prompt-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.ui-file-upload__browse{appearance:none;border:1px solid var(--ufu-border-accent);background:var(--ufu-accent-muted);color:var(--ufu-text-strong);border-radius:var(--ufu-radius);cursor:pointer;padding:7px 14px;font-size:.8125rem;font-weight:500;transition:background .15s,border-color .15s}.ui-file-upload__browse:hover:not(:disabled){border-color:var(--ufu-accent);background:#60a5fa38}.ui-file-upload__browse:disabled{opacity:.5;cursor:default}.ui-file-upload__browse--library{border-color:var(--ufu-border-strong);background:var(--ufu-bg);color:var(--ufu-text)}.ui-file-upload__browse--library:hover:not(:disabled){background:var(--ufu-bg-hover);border-color:var(--ufu-accent);color:var(--ufu-text-strong)}.ui-file-upload__input{opacity:0;width:1px;height:1px;position:absolute;left:-9999px}.ui-file-upload__list{flex-direction:column;gap:8px;display:flex}.ui-file-upload__list--card{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;display:grid}.ui-file-upload__empty{color:var(--ufu-text-muted);text-align:center;margin-top:4px;font-size:.75rem}.ui-file-upload__item{border:1px solid var(--ufu-border);border-radius:var(--ufu-radius);background:var(--ufu-bg-muted);align-items:center;gap:12px;padding:10px 12px;display:flex;position:relative;overflow:hidden}.ui-file-upload__item--card{flex-direction:column;align-items:stretch;gap:0;padding:0;overflow:hidden}.ui-file-upload__body{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.ui-file-upload__item--card .ui-file-upload__body{flex-direction:column;align-items:stretch;gap:8px;padding:10px}.ui-file-upload__thumb{background:var(--ufu-bg);border:1px solid var(--ufu-border);width:48px;height:48px;color:var(--ufu-text-muted);letter-spacing:.04em;cursor:default;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:600;display:flex;overflow:hidden}.ui-file-upload__item--card .ui-file-upload__thumb{border-width:0 0 1px;border-radius:0;width:100%;height:140px}.ui-file-upload__thumb--media{cursor:pointer}.ui-file-upload__thumb--audio{color:var(--ufu-accent);background:var(--ufu-accent-muted);border-color:var(--ufu-border-accent)}.ui-file-upload__thumb--audio:hover{background:#60a5fa38}.ui-file-upload__thumb--preview{background-color:var(--ufu-bg);background-position:50%;background-repeat:no-repeat;background-size:contain}.ui-file-upload__file-icon{width:26px;height:26px;display:block}.ui-file-upload__file-icon--audio{width:28px;height:28px}.ui-file-upload__item--card .ui-file-upload__file-icon{width:40px;height:40px}.ui-file-upload__item--card .ui-file-upload__file-icon--audio{width:44px;height:44px}.ui-file-upload__meta{flex:1;min-width:0}.ui-file-upload__item--card .ui-file-upload__meta{flex:none}.ui-file-upload__name{color:var(--ufu-text-strong);white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.ui-file-upload__sub{color:var(--ufu-text-muted);flex-wrap:wrap;align-items:center;gap:6px;margin-top:4px;font-size:.75rem;display:flex}.ui-file-upload__badge{letter-spacing:.02em;text-transform:uppercase;color:#0f172a;background:#94a3b8;border-radius:4px;align-items:center;padding:1px 6px;font-size:.65rem;font-weight:600;display:inline-flex}.ui-file-upload__badge--success{background:#34d399}.ui-file-upload__badge--error{background:#f87171}.ui-file-upload__badge--uploading{background:var(--ufu-accent)}.ui-file-upload__badge--aborted{background:#fbbf24}.ui-file-upload__badge--pending{color:#f8fafc;background:#64748b}.ui-file-upload__actions{flex-wrap:wrap;flex-shrink:0;gap:6px;display:flex}.ui-file-upload__item--card .ui-file-upload__actions{width:100%}.ui-file-upload__action{appearance:none;border:1px solid var(--ufu-border);background:var(--ufu-bg);color:var(--ufu-text);cursor:pointer;border-radius:4px;padding:4px 8px;font-size:.7rem;transition:background .15s,border-color .15s}.ui-file-upload__action:hover:not(:disabled){background:var(--ufu-bg-hover);border-color:var(--ufu-border-strong)}.ui-file-upload__action--danger{border-color:var(--super-html-editor-danger-border,#f8717173);color:var(--ufu-danger);background:var(--ufu-danger-bg)}.ui-file-upload__action--primary{border-color:var(--ufu-border-accent);background:var(--ufu-accent-muted);color:var(--ufu-text-strong)}.ui-file-upload__toolbar{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.ui-file-upload__loading{background:#60a5fa33;width:100%;height:2px;position:absolute;top:0;left:0;overflow:hidden}.ui-file-upload__loading-bar{background:var(--ufu-accent);width:30%;height:100%;animation:1.4s linear infinite ui-file-upload-loading;position:relative}@keyframes ui-file-upload-loading{0%{left:-30%}to{left:100%}}.ui-file-upload__fullscreen{z-index:10000;background:#000000e0;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ui-file-upload__fullscreen-inner{pointer-events:auto;touch-action:manipulation;max-width:90vw;max-height:90vh;position:relative}.ui-file-upload__fullscreen-inner--audio{min-width:min(420px,90vw)}.ui-file-upload__fullscreen-inner--file{flex-direction:column;gap:10px;width:min(960px,92vw);height:min(80vh,900px);display:flex}.ui-file-upload__fullscreen-close{appearance:none;color:#fff;cursor:pointer;z-index:1;background:0 0;border:none;font-size:1.5rem;line-height:1;position:absolute;top:-36px;right:-8px}.ui-file-upload__fullscreen-media{pointer-events:auto;border-radius:4px;max-width:90vw;max-height:85vh;display:block}.ui-file-upload__fullscreen-audio{pointer-events:auto;touch-action:manipulation;width:100%;display:block}.ui-file-upload__audio-player{border-radius:var(--ufu-radius);background:var(--ufu-bg);border:1px solid var(--ufu-border);color:var(--ufu-text-strong);flex-direction:column;align-items:center;gap:16px;min-width:min(360px,86vw);padding:28px 24px 20px;display:flex}.ui-file-upload__audio-player-icon{width:72px;height:72px;color:var(--ufu-accent);background:var(--ufu-accent-muted);border:1px solid var(--ufu-border-accent);border-radius:50%;justify-content:center;align-items:center;display:flex}.ui-file-upload__audio-player-name{text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-weight:500;overflow:hidden}.ui-file-upload__audio-player audio{width:100%}.ui-file-upload__file-viewer-name{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:500;overflow:hidden}.ui-file-upload__file-viewer{background:#fff;border:0;border-radius:4px;flex:1;width:100%}
.media-url-config-modal{--mucm-bg:var(--super-html-editor-bg,#1e1e1e);--mucm-bg-header:var(--super-html-editor-bg-header,#0f172a);--mucm-bg-elevated:var(--super-html-editor-bg-elevated,#272727);--mucm-border:var(--super-html-editor-border,#273449);--mucm-border-strong:var(--super-html-editor-border-strong,#374151);--mucm-border-accent:var(--super-html-editor-border-accent,#60a5fa47);--mucm-text:var(--super-html-editor-text,#d1d5db);--mucm-text-strong:var(--super-html-editor-text-strong,#f8fafc);--mucm-text-muted:var(--super-html-editor-text-muted,#94a3b8);--mucm-text-placeholder:var(--super-html-editor-text-placeholder,#94a3b852);--mucm-accent:var(--super-html-editor-accent,#60a5fa);--mucm-accent-muted:var(--super-html-editor-accent-muted,#60a5fa24);--mucm-radius:var(--super-html-editor-radius,6px);--mucm-shadow:var(--super-html-editor-shadow,0 8px 32px #0000006b);border:1px solid var(--mucm-border-accent);box-shadow:var(--mucm-shadow);color:var(--mucm-text);background-color:var(--mucm-bg)!important;border-radius:10px!important;width:min(440px,92vw)!important;height:auto!important;max-height:min(80vh,640px)!important;margin:10vh auto!important}.media-url-config-modal--library{width:min(820px,94vw)!important;max-height:min(86vh,720px)!important}.media-url-config-modal>div:first-of-type{background:var(--mucm-bg-header)!important;border-bottom:1px solid var(--mucm-border)!important}.media-url-config-modal>div:first-of-type h2{color:var(--mucm-text-strong);font-size:1rem;font-weight:600}.media-url-config-modal>div:first-of-type button{color:var(--mucm-text-muted);border-radius:var(--mucm-radius);font-size:1.125rem;line-height:1}.media-url-config-modal>div:first-of-type button:hover{color:var(--mucm-text-strong);background:var(--super-html-editor-hover-muted,#94a3b824)}.media-url-config-modal__body{min-height:0;color:var(--mucm-text);flex-direction:column;gap:12px;padding:16px 16px 18px;display:flex}.media-url-config-modal--library .media-url-config-modal__body{min-height:min(62vh,560px)}.media-url-config-modal__tabs{border:1px solid var(--mucm-border);border-radius:var(--mucm-radius);background:var(--mucm-bg-elevated);gap:4px;padding:3px;display:flex}.media-url-config-modal__tab{appearance:none;color:var(--mucm-text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;flex:1;padding:7px 10px;font-size:.75rem;font-weight:500}.media-url-config-modal__tab:hover{color:var(--mucm-text-strong)}.media-url-config-modal__tab--active{background:var(--mucm-accent-muted);border-color:var(--mucm-border-accent);color:var(--mucm-text-strong)}.media-url-config-modal__library{flex-direction:column;flex:1;min-height:360px;display:flex}.media-url-config-modal__library .ui-media-library{flex:1;min-height:0}.media-url-config-modal__upload{min-height:0}.media-url-config-modal__upload .ui-file-upload__dropzone{min-height:140px;padding:12px}.media-url-config-modal__label{color:var(--mucm-text-strong);font-size:.8125rem;font-weight:600}.media-url-config-modal__input{box-sizing:border-box;border:1px solid var(--mucm-border-strong);border-radius:var(--mucm-radius);background:var(--mucm-bg-elevated);width:100%;color:var(--mucm-text-strong);padding:10px 12px;font-family:inherit;font-size:.9375rem}.media-url-config-modal__input::placeholder{color:var(--mucm-text-placeholder)}.media-url-config-modal__input:focus{border-color:var(--mucm-accent);box-shadow:0 0 0 3px var(--mucm-accent-muted);outline:none}.media-url-config-modal__divider{color:var(--mucm-text-muted);align-items:center;gap:12px;margin:2px 0;font-size:.75rem;display:flex}.media-url-config-modal__divider:before,.media-url-config-modal__divider:after{content:"";background:var(--mucm-border);flex:1;height:1px}.media-source-config-button{appearance:none;border:1px solid var(--super-html-editor-border-accent,#60a5fa47);border-radius:var(--super-html-editor-radius,6px);background:var(--super-html-editor-accent-muted,#60a5fa24);width:32px;height:32px;color:var(--super-html-editor-text-muted,#94a3b8);cursor:pointer;justify-content:center;align-items:center;margin-top:8px;padding:0;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.media-source-config-button:hover{border-color:var(--super-html-editor-accent,#60a5fa);color:var(--super-html-editor-text-strong,#f8fafc);background:#60a5fa38}.media-source-config-button:focus-visible{outline-offset:2px;outline:2px solid #60a5fab3}
.pagination-container{align-items:center;gap:4px;display:flex}.pagination-button{cursor:pointer;background:0 0;border-radius:4px;min-width:32px;height:32px;padding:0 6px;transition:all .2s}.pagination-button.outlined{border:1px solid}.pagination-button.outlined.primary{color:#1976d2;border-color:#1976d2}.pagination-button.outlined.primary:hover:not(:disabled){background:#1976d20a}.pagination-button.outlined.primary.active{background:#1976d21f}.pagination-button.outlined.secondary{color:#9c27b0;border-color:#9c27b0}.pagination-button.outlined.secondary:hover:not(:disabled){background:#9c27b00a}.pagination-button.outlined.secondary.active{background:#9c27b01f}.pagination-button.contained{border:none}.pagination-button.contained.primary{color:#fff;background:#1976d2}.pagination-button.contained.primary:hover:not(:disabled),.pagination-button.contained.primary.active{background:#1565c0}.pagination-button.contained.secondary{color:#fff;background:#9c27b0}.pagination-button.contained.secondary:hover:not(:disabled),.pagination-button.contained.secondary.active{background:#7b1fa2}.pagination-button.active{font-weight:700}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-ellipsis{padding:0 4px}
.selection-group{flex-wrap:wrap;gap:.5rem;width:100%;display:flex}.selection-group--horizontal{flex-direction:row;align-items:center}.selection-group--vertical{flex-direction:column;align-items:stretch}.selection-group--disabled{pointer-events:none;cursor:not-allowed}.selection-group--disabled .selection-group__option,.selection-group--disabled .selection-group__button{cursor:not-allowed;color:#6b7280}.selection-group--disabled .selection-group__control{background:#f3f4f6;border-color:#d1d5db}.selection-group--disabled .selection-group__option--selected{color:#4b5563}.selection-group--disabled .selection-group__option--selected .selection-group__control{background:#9ca3af;border-color:#9ca3af}.selection-group--disabled .selection-group__button{color:#9ca3af;background:#f3f4f6;border-color:#e5e7eb}.selection-group--disabled .selection-group__button--selected{color:#4b5563;background:#e5e7eb;border-color:#d1d5db}.selection-group--disabled.selection-group--button.selection-group--horizontal .selection-group__button--selected+.selection-group__button{border-left-color:#d1d5db}.selection-group--disabled.selection-group--button.selection-group--vertical .selection-group__button--selected+.selection-group__button{border-top-color:#d1d5db}.selection-group__option{cursor:pointer;-webkit-user-select:none;user-select:none;color:#374151;align-items:center;gap:.5rem;min-height:1.75rem;font-size:.875rem;display:inline-flex}.selection-group__input{opacity:0;width:0;height:0;margin:0;position:absolute}.selection-group__control{background:#fff;border:1.5px solid #9ca3af;flex-shrink:0;justify-content:center;align-items:center;width:1.1rem;height:1.1rem;transition:border-color .15s,background .15s;display:inline-flex}.selection-group--radio .selection-group__control{border-radius:50%}.selection-group--checkbox .selection-group__control{border-radius:.25rem}.selection-group__option:hover .selection-group__control{border-color:#3b82f6}.selection-group__option--selected .selection-group__control{background:#2563eb;border-color:#2563eb}.selection-group--radio .selection-group__option--selected .selection-group__control:after{content:"";background:#fff;border-radius:50%;width:.4rem;height:.4rem}.selection-group--checkbox .selection-group__option--selected .selection-group__control:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:.3rem;height:.55rem;transform:rotate(45deg)translate(-.5px,-1px)}.selection-group__label{line-height:1.25}.selection-group--button{flex-wrap:nowrap;gap:0}.selection-group--button.selection-group--vertical{flex-wrap:wrap}.selection-group__button{color:#374151;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d1d5db;justify-content:center;align-items:center;gap:.375rem;margin:0;padding:.375rem .75rem;font-size:.8125rem;line-height:1.25;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.selection-group__button:hover:not(:disabled){background:#f9fafb}.selection-group__button:disabled{cursor:not-allowed}.selection-group__button--selected{color:#1976d2;z-index:1;background:#e3f2fd;border-color:#2196f3;position:relative}.selection-group--button.selection-group--horizontal .selection-group__button{border-right-width:0;border-radius:0}.selection-group--button.selection-group--horizontal .selection-group__button:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.selection-group--button.selection-group--horizontal .selection-group__button:last-child{border-right-width:1px;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.selection-group--button.selection-group--horizontal .selection-group__button--selected+.selection-group--button.selection-group--horizontal .selection-group__button{border-left-color:#2196f3}.selection-group--button.selection-group--vertical .selection-group__button{border-bottom-width:0;border-radius:0;width:100%}.selection-group--button.selection-group--vertical .selection-group__button:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.selection-group--button.selection-group--vertical .selection-group__button:last-child{border-bottom-width:1px;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.selection-group--button.selection-group--vertical .selection-group__button--selected+.selection-group--button.selection-group--vertical .selection-group__button{border-top-color:#2196f3}.super-html-editor-modal .selection-group .selection-group__option,.super-html-editor-modal .selection-group .selection-group__button,.model-editor-page--dark .selection-group .selection-group__option,.model-editor-page--dark .selection-group .selection-group__button,.data-admin-page--dark .selection-group .selection-group__option,.data-admin-page--dark .selection-group .selection-group__button,.select-component--dark .selection-group .selection-group__option,.select-component--dark .selection-group .selection-group__button{color:#e5e7eb}.super-html-editor-modal .selection-group .selection-group__control,.super-html-editor-modal .selection-group .selection-group__button,.model-editor-page--dark .selection-group .selection-group__control,.model-editor-page--dark .selection-group .selection-group__button,.data-admin-page--dark .selection-group .selection-group__control,.data-admin-page--dark .selection-group .selection-group__button,.select-component--dark .selection-group .selection-group__control,.select-component--dark .selection-group .selection-group__button{background:#1f2937;border-color:#4b5563}.super-html-editor-modal .selection-group .selection-group__option:hover .selection-group__control,.super-html-editor-modal .selection-group .selection-group__button:hover:not(:disabled),.model-editor-page--dark .selection-group .selection-group__option:hover .selection-group__control,.model-editor-page--dark .selection-group .selection-group__button:hover:not(:disabled),.data-admin-page--dark .selection-group .selection-group__option:hover .selection-group__control,.data-admin-page--dark .selection-group .selection-group__button:hover:not(:disabled),.select-component--dark .selection-group .selection-group__option:hover .selection-group__control,.select-component--dark .selection-group .selection-group__button:hover:not(:disabled){background:#111827;border-color:#60a5fa}.super-html-editor-modal .selection-group .selection-group__option--selected .selection-group__control,.super-html-editor-modal .selection-group .selection-group__button--selected,.model-editor-page--dark .selection-group .selection-group__option--selected .selection-group__control,.model-editor-page--dark .selection-group .selection-group__button--selected,.data-admin-page--dark .selection-group .selection-group__option--selected .selection-group__control,.data-admin-page--dark .selection-group .selection-group__button--selected,.select-component--dark .selection-group .selection-group__option--selected .selection-group__control,.select-component--dark .selection-group .selection-group__button--selected{color:#eff6ff;background:#1d4ed8;border-color:#60a5fa}.super-html-editor-modal .selection-group .selection-group--disabled .selection-group__option,.super-html-editor-modal .selection-group .selection-group--disabled .selection-group__button,.model-editor-page--dark .selection-group .selection-group--disabled .selection-group__option,.model-editor-page--dark .selection-group .selection-group--disabled .selection-group__button,.data-admin-page--dark .selection-group .selection-group--disabled .selection-group__option,.data-admin-page--dark .selection-group .selection-group--disabled .selection-group__button,.select-component--dark .selection-group .selection-group--disabled .selection-group__option,.select-component--dark .selection-group .selection-group--disabled .selection-group__button{color:#9ca3af}.super-html-editor-modal .selection-group .selection-group--disabled .selection-group__control,.model-editor-page--dark .selection-group .selection-group--disabled .selection-group__control,.data-admin-page--dark .selection-group .selection-group--disabled .selection-group__control,.select-component--dark .selection-group .selection-group--disabled .selection-group__control{background:#374151;border-color:#4b5563}.super-html-editor-modal .selection-group .selection-group--disabled .selection-group__option--selected,.model-editor-page--dark .selection-group .selection-group--disabled .selection-group__option--selected,.data-admin-page--dark .selection-group .selection-group--disabled .selection-group__option--selected,.select-component--dark .selection-group .selection-group--disabled .selection-group__option--selected{color:#d1d5db}.super-html-editor-modal .selection-group .selection-group--disabled .selection-group__option--selected .selection-group__control,.model-editor-page--dark .selection-group .selection-group--disabled .selection-group__option--selected .selection-group__control,.data-admin-page--dark .selection-group .selection-group--disabled .selection-group__option--selected .selection-group__control,.select-component--dark .selection-group .selection-group--disabled .selection-group__option--selected .selection-group__control{background:#6b7280;border-color:#6b7280}.super-html-editor-modal .selection-group .selection-group--disabled .selection-group__button,.model-editor-page--dark .selection-group .selection-group--disabled .selection-group__button,.data-admin-page--dark .selection-group .selection-group--disabled .selection-group__button,.select-component--dark .selection-group .selection-group--disabled .selection-group__button{color:#6b7280;background:#1f2937;border-color:#374151}.super-html-editor-modal .selection-group .selection-group--disabled .selection-group__button--selected,.model-editor-page--dark .selection-group .selection-group--disabled .selection-group__button--selected,.data-admin-page--dark .selection-group .selection-group--disabled .selection-group__button--selected,.select-component--dark .selection-group .selection-group--disabled .selection-group__button--selected{color:#d1d5db;background:#374151;border-color:#4b5563}
.tree-selection{width:100%;color:inherit;flex-direction:column;gap:.125rem;display:flex}.tree-selection--disabled{pointer-events:none;cursor:not-allowed;opacity:.65}.tree-selection--disabled .tree-selection__option,.tree-selection--disabled .tree-selection__expand,.tree-selection--disabled .tree-selection__group-label{cursor:not-allowed}.tree-selection__empty{opacity:.55;font-size:.8125rem}.tree-selection__node{flex-direction:column;display:flex}.tree-selection__row{min-height:1.75rem;padding:.125rem .25rem .125rem calc(var(--tree-selection-depth,0)*1rem + .25rem);color:inherit;border-radius:.25rem;align-items:center;gap:.125rem;display:flex}.tree-selection__row:hover{background:color-mix(in srgb, currentColor 8%, transparent)}.tree-selection__row--selected{background:#2563eb29}.tree-selection__expand,.tree-selection__expand-spacer{flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:inline-flex}.tree-selection__expand{cursor:pointer;color:inherit;opacity:.7;background:0 0;border:none;border-radius:.2rem;padding:0}.tree-selection__expand:hover:not(:disabled){opacity:1;background:color-mix(in srgb, currentColor 12%, transparent)}.tree-selection__expand .mat-icon,.tree-selection__expand .material-icons{color:inherit;font-size:1.1rem;line-height:1}.tree-selection__option{cursor:pointer;-webkit-user-select:none;user-select:none;color:inherit;flex:1;align-items:center;gap:.5rem;min-width:0;min-height:1.75rem;font-size:.875rem;display:inline-flex}.tree-selection__group-label{cursor:pointer;-webkit-user-select:none;user-select:none;min-width:0;min-height:1.75rem;color:inherit;opacity:.85;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:none;flex:1;align-items:center;padding:0;font-size:.875rem;font-weight:600;display:inline-flex;overflow:hidden}.tree-selection__group-label:disabled{cursor:not-allowed}.tree-selection__input{opacity:0;width:0;height:0;margin:0;position:absolute}.tree-selection__control{border:1.5px solid color-mix(in srgb, currentColor 45%, transparent);background:color-mix(in srgb, currentColor 6%, transparent);width:1.1rem;height:1.1rem;color:inherit;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .15s,background .15s;display:inline-flex}.tree-selection--radio .tree-selection__control{border-radius:50%}.tree-selection--checkbox .tree-selection__control{border-radius:.25rem}.tree-selection__option:hover .tree-selection__control{border-color:#60a5fa}.tree-selection__row--selected .tree-selection__control{color:#fff;background:#2563eb;border-color:#3b82f6}.tree-selection--radio .tree-selection__row--selected .tree-selection__control:after{content:"";background:#fff;border-radius:50%;width:.4rem;height:.4rem}.tree-selection--checkbox .tree-selection__row--selected:not(:has(.tree-selection__control--indeterminate)) .tree-selection__control:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:.3rem;height:.55rem;transform:rotate(45deg)translate(-.5px,-1px)}.tree-selection__control--indeterminate{color:#fff;background:#2563eb;border-color:#3b82f6}.tree-selection__control--indeterminate:after{content:"";background:#fff;border-radius:1px;width:.55rem;height:2px}.tree-selection__label{text-overflow:ellipsis;white-space:nowrap;color:inherit;line-height:1.25;overflow:hidden}.tree-selection__children{flex-direction:column;gap:.125rem;display:flex}.super-html-editor-modal .tree-selection,.model-editor-page--dark .tree-selection,.data-admin-page--dark .tree-selection,.select-component--dark .tree-selection,.tree-selection--dark{color:#e5e7eb}.super-html-editor-modal .tree-selection .tree-selection__row:hover,.model-editor-page--dark .tree-selection .tree-selection__row:hover,.data-admin-page--dark .tree-selection .tree-selection__row:hover,.select-component--dark .tree-selection .tree-selection__row:hover,.tree-selection--dark .tree-selection__row:hover{background:#ffffff0f}.super-html-editor-modal .tree-selection .tree-selection__row--selected,.model-editor-page--dark .tree-selection .tree-selection__row--selected,.data-admin-page--dark .tree-selection .tree-selection__row--selected,.select-component--dark .tree-selection .tree-selection__row--selected,.tree-selection--dark .tree-selection__row--selected{background:#2563eb47}.super-html-editor-modal .tree-selection .tree-selection__control,.model-editor-page--dark .tree-selection .tree-selection__control,.data-admin-page--dark .tree-selection .tree-selection__control,.select-component--dark .tree-selection .tree-selection__control,.tree-selection--dark .tree-selection__control{background:#ffffff0f;border-color:#6b7280}.super-html-editor-modal .tree-selection .tree-selection__option:hover .tree-selection__control,.model-editor-page--dark .tree-selection .tree-selection__option:hover .tree-selection__control,.data-admin-page--dark .tree-selection .tree-selection__option:hover .tree-selection__control,.select-component--dark .tree-selection .tree-selection__option:hover .tree-selection__control,.tree-selection--dark .tree-selection__option:hover .tree-selection__control{border-color:#60a5fa}.super-html-editor-modal .tree-selection .tree-selection__row--selected .tree-selection__control,.super-html-editor-modal .tree-selection .tree-selection__control--indeterminate,.model-editor-page--dark .tree-selection .tree-selection__row--selected .tree-selection__control,.model-editor-page--dark .tree-selection .tree-selection__control--indeterminate,.data-admin-page--dark .tree-selection .tree-selection__row--selected .tree-selection__control,.data-admin-page--dark .tree-selection .tree-selection__control--indeterminate,.select-component--dark .tree-selection .tree-selection__row--selected .tree-selection__control,.select-component--dark .tree-selection .tree-selection__control--indeterminate,.tree-selection--dark .tree-selection__row--selected .tree-selection__control,.tree-selection--dark .tree-selection__control--indeterminate{color:#fff;background:#2563eb;border-color:#60a5fa}.super-html-editor-modal .tree-selection .tree-selection__expand:hover:not(:disabled),.model-editor-page--dark .tree-selection .tree-selection__expand:hover:not(:disabled),.data-admin-page--dark .tree-selection .tree-selection__expand:hover:not(:disabled),.select-component--dark .tree-selection .tree-selection__expand:hover:not(:disabled),.tree-selection--dark .tree-selection__expand:hover:not(:disabled){background:#ffffff1a}
.transfer-list{align-items:stretch;gap:.5rem;width:100%;min-height:12rem;display:flex}.transfer-list--disabled{pointer-events:none;cursor:not-allowed}.transfer-list--disabled .transfer-list__panel{background:#f9fafb;border-color:#e5e7eb}.transfer-list--disabled .transfer-list__panel-header{color:#6b7280;background:#f3f4f6}.transfer-list--disabled .transfer-list__count,.transfer-list--disabled .transfer-list__empty{color:#9ca3af}.transfer-list--disabled .transfer-list__item{cursor:not-allowed;color:#9ca3af}.transfer-list--disabled .transfer-list__action{color:#d1d5db;cursor:not-allowed;opacity:1;background:#f3f4f6;border-color:#e5e7eb}.transfer-list__panel{background:#fff;border:1px solid #d1d5db;border-radius:.375rem;flex-direction:column;flex:1 1 0;min-width:0;display:flex;overflow:hidden}.transfer-list__panel-header{color:#374151;background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:600;display:flex}.transfer-list__count{color:#6b7280;font-variant-numeric:tabular-nums;font-weight:500}.transfer-list__items{flex:auto;max-height:16rem;margin:0;padding:.25rem;list-style:none;overflow:auto}.transfer-list__empty{color:#9ca3af;padding:.75rem;font-size:.8125rem;font-style:italic}.transfer-list__item{text-align:left;color:#111827;cursor:pointer;background:0 0;border:none;border-radius:.25rem;width:100%;padding:.4rem .6rem;font-size:.875rem}.transfer-list__item:hover:not(:disabled){color:#1d4ed8;background:#eff6ff}.transfer-list__item:disabled{cursor:not-allowed}.transfer-list__actions{flex-direction:column;flex:none;justify-content:center;gap:.375rem;display:flex}.transfer-list__action{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:.25rem;width:2rem;height:2rem;font-size:.875rem;line-height:1}.transfer-list__action:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.transfer-list__action:disabled{opacity:.45;cursor:not-allowed}.super-html-editor-modal .transfer-list .transfer-list__panel,.model-editor-page--dark .transfer-list .transfer-list__panel,.data-admin-page--dark .transfer-list .transfer-list__panel,.select-component--dark .transfer-list .transfer-list__panel{background:#111827;border-color:#4b5563}.super-html-editor-modal .transfer-list .transfer-list__panel-header,.model-editor-page--dark .transfer-list .transfer-list__panel-header,.data-admin-page--dark .transfer-list .transfer-list__panel-header,.select-component--dark .transfer-list .transfer-list__panel-header{color:#e5e7eb;background:#1f2937;border-bottom-color:#374151}.super-html-editor-modal .transfer-list .transfer-list__count,.super-html-editor-modal .transfer-list .transfer-list__empty,.model-editor-page--dark .transfer-list .transfer-list__count,.model-editor-page--dark .transfer-list .transfer-list__empty,.data-admin-page--dark .transfer-list .transfer-list__count,.data-admin-page--dark .transfer-list .transfer-list__empty,.select-component--dark .transfer-list .transfer-list__count,.select-component--dark .transfer-list .transfer-list__empty{color:#9ca3af}.super-html-editor-modal .transfer-list .transfer-list__item,.model-editor-page--dark .transfer-list .transfer-list__item,.data-admin-page--dark .transfer-list .transfer-list__item,.select-component--dark .transfer-list .transfer-list__item{color:#e5e7eb}.super-html-editor-modal .transfer-list .transfer-list__item:hover:not(:disabled),.model-editor-page--dark .transfer-list .transfer-list__item:hover:not(:disabled),.data-admin-page--dark .transfer-list .transfer-list__item:hover:not(:disabled),.select-component--dark .transfer-list .transfer-list__item:hover:not(:disabled){color:#bfdbfe;background:#1e3a5f}.super-html-editor-modal .transfer-list .transfer-list__action,.model-editor-page--dark .transfer-list .transfer-list__action,.data-admin-page--dark .transfer-list .transfer-list__action,.select-component--dark .transfer-list .transfer-list__action{color:#e5e7eb;background:#1f2937;border-color:#4b5563}.super-html-editor-modal .transfer-list .transfer-list__action:hover:not(:disabled),.model-editor-page--dark .transfer-list .transfer-list__action:hover:not(:disabled),.data-admin-page--dark .transfer-list .transfer-list__action:hover:not(:disabled),.select-component--dark .transfer-list .transfer-list__action:hover:not(:disabled){background:#374151}.super-html-editor-modal .transfer-list .transfer-list--disabled .transfer-list__panel,.model-editor-page--dark .transfer-list .transfer-list--disabled .transfer-list__panel,.data-admin-page--dark .transfer-list .transfer-list--disabled .transfer-list__panel,.select-component--dark .transfer-list .transfer-list--disabled .transfer-list__panel{background:#111827;border-color:#374151}.super-html-editor-modal .transfer-list .transfer-list--disabled .transfer-list__panel-header,.model-editor-page--dark .transfer-list .transfer-list--disabled .transfer-list__panel-header,.data-admin-page--dark .transfer-list .transfer-list--disabled .transfer-list__panel-header,.select-component--dark .transfer-list .transfer-list--disabled .transfer-list__panel-header{color:#9ca3af;background:#1f2937}.super-html-editor-modal .transfer-list .transfer-list--disabled .transfer-list__item,.model-editor-page--dark .transfer-list .transfer-list--disabled .transfer-list__item,.data-admin-page--dark .transfer-list .transfer-list--disabled .transfer-list__item,.select-component--dark .transfer-list .transfer-list--disabled .transfer-list__item{color:#6b7280}.super-html-editor-modal .transfer-list .transfer-list--disabled .transfer-list__panel:last-child .transfer-list__item,.model-editor-page--dark .transfer-list .transfer-list--disabled .transfer-list__panel:last-child .transfer-list__item,.data-admin-page--dark .transfer-list .transfer-list--disabled .transfer-list__panel:last-child .transfer-list__item,.select-component--dark .transfer-list .transfer-list--disabled .transfer-list__panel:last-child .transfer-list__item{color:#d1d5db;background:#374151}.super-html-editor-modal .transfer-list .transfer-list--disabled .transfer-list__action,.model-editor-page--dark .transfer-list .transfer-list--disabled .transfer-list__action,.data-admin-page--dark .transfer-list .transfer-list--disabled .transfer-list__action,.select-component--dark .transfer-list .transfer-list--disabled .transfer-list__action{color:#4b5563;background:#1f2937;border-color:#374151}
.select-option{cursor:pointer}.select-option:hover{box-shadow:inset 0 0 3px #8a8aff,0 0 0 1px #8a8aff}.select-option-selected{z-index:200;box-shadow:inset 0 0 10px #ec7a44,0 0 0 5px #ec7a44}.select-option-selected:hover{z-index:200;box-shadow:inset 0 0 10px #ffa57b,0 0 0 5px #ffac86}.select-option-readonly{margin-bottom:1rem}.select-option-inline{vertical-align:top;display:inline-block}.super-html-editor-modal .select-option,.model-editor-page--dark .select-option,.data-admin-page--dark .select-option,.select-component--dark .select-option,.select-component-modal--dark .select-option{color:#e5e7eb}.super-html-editor-modal .select-option:hover,.model-editor-page--dark .select-option:hover,.data-admin-page--dark .select-option:hover,.select-component--dark .select-option:hover,.select-component-modal--dark .select-option:hover{box-shadow:inset 0 0 3px #60a5fa,0 0 0 1px #60a5fa}.super-html-editor-modal .select-option-selected,.model-editor-page--dark .select-option-selected,.data-admin-page--dark .select-option-selected,.select-component--dark .select-option-selected,.select-component-modal--dark .select-option-selected{color:#f8fafc;background:#3b82f63d;box-shadow:inset 0 0 10px #60a5fa,0 0 0 3px #60a5fa}.super-html-editor-modal .select-option-selected:hover,.model-editor-page--dark .select-option-selected:hover,.data-admin-page--dark .select-option-selected:hover,.select-component--dark .select-option-selected:hover,.select-component-modal--dark .select-option-selected:hover{background:#3b82f652;box-shadow:inset 0 0 10px #93c5fd,0 0 0 3px #93c5fd}.select-component-modal--dark{color:#e5e7eb;background-color:#1e1e1e!important}@keyframes blink{0%{z-index:200;box-shadow:inset 0 0 10px #ec7a44,0 0 0 5px #ec7a44}50%{box-shadow:none}to{z-index:200;box-shadow:inset 0 0 10px #ec7a44,0 0 0 5px #ec7a44}}
.image-url-picker-modal__body{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:12px;height:100%;padding:16px;display:flex}.image-url-picker-modal__search{border:1px solid #d0d7de;border-radius:6px;width:100%;padding:10px 12px;font-size:1rem}.image-url-picker-modal__status,.image-url-picker-modal__error{color:#57606a;margin:0}.image-url-picker-modal__error{color:#cf222e}.image-url-picker-modal__grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));place-content:start;align-items:start;gap:12px;min-height:0;padding-bottom:8px;display:grid;overflow:auto}.image-url-picker-modal__item{cursor:pointer;text-align:center;width:100%;height:auto;font:inherit;background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex-direction:column;justify-content:flex-start;align-self:start;align-items:center;gap:6px;padding:8px;display:flex}.image-url-picker-modal__item:hover{background:#f6f8fa;border-color:#0969da}.image-url-picker-modal__item-image{flex-shrink:0;justify-content:center;align-items:flex-start;width:72px;height:72px;display:flex}.image-url-picker-modal__item-image img{-o-object-fit:contain;object-fit:contain;width:auto;max-width:72px;height:auto;max-height:72px;display:block}.image-url-picker-modal__item-label{color:#24292f;word-break:break-word;font-size:.75rem;line-height:1.2}.image-link-picker-trigger{cursor:pointer;background:0 0;border:none;width:100%;padding:0;display:block}
.diagram-field{width:100%}.diagram-field__editor{box-sizing:border-box;resize:vertical;color:#222;background:#fafafa;border:1px solid #00000029;border-radius:4px;width:100%;min-height:160px;margin:0;padding:10px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.8125rem;line-height:1.45;display:block}.diagram-field__preview{width:100%}.diagram-field__mermaid{max-width:100%;box-shadow:none;margin:0}.diagram-field__empty{color:#00000073;min-height:2.5rem;padding:.75rem .5rem;font-size:.875rem}
.string-diagram-field{background:#2a2a2a;border:1px solid #0f172a1f;border-radius:8px;width:100%;min-width:0;min-height:240px;position:relative;overflow:hidden}.string-diagram-field__shield{z-index:20;cursor:default;pointer-events:auto;background:0 0;position:absolute;inset:0}.string-diagram-field--readonly{opacity:.96}
.string-table{--st-border:#0f172a1f;--st-header-bg:#0f172a09;--st-row-alt-bg:#0f172a05;--st-hover:#2563eb14;--st-drop:#2563eb80;--st-accent:#2563eb;--st-accent-fg:#fff;--st-danger:#dc2626;--st-danger-bg:#dc262614;--st-muted:#0f172a80;--st-fg:inherit;width:100%;min-width:0;color:var(--st-fg);font-size:13px}.string-table__scroll{border:1px solid var(--st-border);border-radius:10px;overflow:auto visible;box-shadow:0 1px 2px #0f172a0a}.string-table__table{border-collapse:separate;border-spacing:0;table-layout:auto;width:max-content;min-width:100%}.string-table__corner,.string-table__row-controls,.string-table__add-col,.string-table__row-spacer{white-space:nowrap;background:var(--st-header-bg);border-bottom:1px solid var(--st-border);vertical-align:middle;width:1%}.string-table__corner{border-top-left-radius:9px}.string-table__add-col{border-top-right-radius:9px}.string-table__header{background:var(--st-header-bg);border-bottom:1px solid var(--st-border);border-right:1px solid var(--st-border);text-align:left;vertical-align:middle;min-width:150px;padding:0;font-weight:600;transition:background-color .12s;position:relative}.string-table__header--sorted{background:var(--st-hover)}.string-table__header:last-of-type,.string-table__cell:last-of-type{border-right:none}.string-table__header--drop-target{box-shadow:inset 3px 0 0 var(--st-drop)}.string-table__header--dragging,.string-table__row--dragging{opacity:.4}.string-table__row--drop-target>td{box-shadow:inset 0 3px 0 var(--st-drop)}.string-table__header-inner{align-items:center;gap:2px;min-height:40px;padding:4px 6px;display:flex}.string-table__header-label-wrap{flex:1;min-width:0}.string-table__header-label,.string-table__header-input{width:100%;color:inherit;font:inherit;text-align:left;box-sizing:border-box;background:0 0;border:none;border-radius:5px;padding:5px 7px;font-weight:600}.string-table__header-label{cursor:text;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.string-table__header-label:hover{background:var(--st-hover)}.string-table__header-input{background:var(--st-hover);box-shadow:inset 0 0 0 1px var(--st-accent)}.string-table__header-input:focus{outline:none}.string-table__cell{border-bottom:1px solid var(--st-border);border-right:1px solid var(--st-border);vertical-align:middle;min-width:150px;padding:0}.string-table__row:nth-child(2n) .string-table__cell,.string-table__row:nth-child(2n) .string-table__row-controls,.string-table__row:nth-child(2n) .string-table__row-spacer{background:var(--st-row-alt-bg)}.string-table__cell-input,.string-table__cell-value{width:100%;min-height:38px;color:inherit;font:inherit;box-sizing:border-box;background:0 0;border:none;padding:8px 10px;display:block}.string-table__cell-input:focus{background:var(--st-hover);box-shadow:inset 0 0 0 1px var(--st-accent);outline:none}.string-table__cell-value{white-space:pre-wrap;word-break:break-word}.string-table__row-controls{text-align:center;padding:4px 6px;position:relative}.string-table__row-controls .string-table__drag-handle,.string-table__row-controls .string-table__icon-btn{vertical-align:middle;display:inline-flex}.string-table__drag-handle{width:26px;height:26px;color:var(--st-muted);cursor:grab;-webkit-user-select:none;user-select:none;opacity:.55;border-radius:6px;justify-content:center;align-items:center;transition:opacity .12s,background-color .12s,color .12s;display:inline-flex}.string-table__header:hover .string-table__drag-handle,.string-table__row-controls:hover .string-table__drag-handle,.string-table__drag-handle:hover{opacity:1}.string-table__drag-handle:hover{color:inherit;background:var(--st-hover)}.string-table__drag-handle:active{cursor:grabbing}.string-table__drag-handle .material-icons,.string-table__icon-btn .material-icons,.string-table__insert-gutter .material-icons,.string-table__add-btn .material-icons,.string-table__sort-indicator .material-icons{font-size:17px;line-height:1}.string-table__header-actions{border-radius:7px;align-items:center;gap:1px;padding:1px;display:flex}.string-table__icon-btn{width:26px;height:26px;color:var(--st-muted);cursor:pointer;opacity:.55;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:opacity .12s,background-color .12s,color .12s;display:inline-flex}.string-table__header:hover .string-table__icon-btn,.string-table__row-controls:hover .string-table__icon-btn,.string-table__icon-btn--active,.string-table__icon-btn:hover{opacity:1}.string-table__icon-btn:hover{color:inherit;background:var(--st-hover)}.string-table__icon-btn--active{color:var(--st-accent);background:var(--st-hover)}.string-table__icon-btn--danger:hover{color:var(--st-danger);background:var(--st-danger-bg)}.string-table__icon-btn:disabled{opacity:.2;cursor:not-allowed}.string-table__icon-btn:disabled:hover{color:var(--st-muted);background:0 0}:is(.string-table__row:has(.string-table__icon-btn--danger:hover) .string-table__cell,.string-table__row:has(.string-table__icon-btn--danger:hover) .string-table__row-controls,.string-table__row:has(.string-table__icon-btn--danger:hover) .string-table__row-spacer){background:var(--st-danger-bg)}.string-table__sort-indicator{color:var(--st-accent);padding:0 4px;display:inline-flex}.string-table__insert-gutter{z-index:3;background:var(--st-accent);color:var(--st-accent-fg);cursor:pointer;opacity:0;pointer-events:none;border:none;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;padding:0;transition:opacity .12s,transform .12s;display:flex;position:absolute;transform:scale(.6);box-shadow:0 1px 4px #0f172a59}.string-table__header:hover>.string-table__insert-gutter,.string-table__row-controls:hover>.string-table__insert-gutter{opacity:1;pointer-events:auto;transform:scale(1)}.string-table__insert-gutter:hover{transform:scale(1.12)!important}.string-table__insert-gutter--col{top:50%;left:-10px;transform:translateY(-50%)scale(.6)}.string-table__header:hover>.string-table__insert-gutter--col{transform:translateY(-50%)scale(1)}.string-table__insert-gutter--col:hover{transform:translateY(-50%)scale(1.12)!important}.string-table__insert-gutter--col-end{left:auto;right:-10px}.string-table__insert-gutter--row{top:-10px;left:50%;transform:translate(-50%)scale(.6)}.string-table__row-controls:hover>.string-table__insert-gutter--row{transform:translate(-50%)scale(1)}.string-table__insert-gutter--row:hover{transform:translate(-50%)scale(1.12)!important}.string-table__insert-gutter--row-end{top:auto;bottom:-10px}.string-table__add-btn{border:1px dashed var(--st-border);color:var(--st-muted);font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border-radius:6px;align-items:center;gap:4px;padding:6px 10px;font-size:12px;font-weight:500;transition:color .12s,border-color .12s,background-color .12s;display:inline-flex}.string-table__add-btn:hover{color:var(--st-accent);border-color:var(--st-accent);background:var(--st-hover);border-style:solid}.string-table__empty-cell{padding:0}.string-table__empty-inner{color:var(--st-muted);justify-content:center;align-items:center;gap:12px;padding:22px 12px;font-size:13px;display:flex}.string-table__footer{flex-wrap:wrap;align-items:center;gap:12px;margin-top:8px;display:flex}.string-table__hint{color:var(--st-muted);align-items:center;gap:2px;font-size:12px;display:inline-flex}.string-table__hint-icon{vertical-align:middle;margin:0 1px;font-size:13px!important}.string-table--readonly .string-table__header-label{cursor:default}.string-table--readonly .string-table__header-label:hover{background:0 0}.string-table--readonly .string-table__row:nth-child(2n) .string-table__cell{background:var(--st-row-alt-bg)}.ui-table-container--dark .string-table,[data-table-theme=dark] .string-table,.dark .string-table{--st-border:#ffffff1f;--st-header-bg:#ffffff0a;--st-row-alt-bg:#ffffff05;--st-hover:#579dff24;--st-drop:#579dffa6;--st-accent:#579dff;--st-accent-fg:#0b1220;--st-danger-bg:#dc262629;--st-muted:#b6c2cfbf}
.ui-slider{--slider-percent:0%;--slider-track:#d0d7de;--slider-fill:#4a90e2;--slider-thumb:#2f6fed;align-items:center;gap:.75rem;width:100%;max-width:280px;display:inline-flex}.ui-slider--disabled{opacity:.55;pointer-events:none}.ui-slider__track{flex:auto;align-items:center;height:20px;display:flex;position:relative}.ui-slider__input{appearance:none;background:linear-gradient(to right, var(--slider-fill) 0%, var(--slider-fill) var(--slider-percent), var(--slider-track) var(--slider-percent), var(--slider-track) 100%);cursor:pointer;border-radius:999px;outline:none;width:100%;height:6px;margin:0}.ui-slider__input::-webkit-slider-thumb{appearance:none;background:var(--slider-thumb);cursor:pointer;border:2px solid #fff;border-radius:50%;width:16px;height:16px;transition:opacity .15s,transform .15s;box-shadow:0 1px 3px #00000040}.ui-slider__input::-moz-range-thumb{background:var(--slider-thumb);cursor:pointer;border:2px solid #fff;border-radius:50%;width:16px;height:16px;transition:opacity .15s,transform .15s;box-shadow:0 1px 3px #00000040}.ui-slider__input::-moz-range-track{background:0 0;border-radius:999px;height:6px}.ui-slider--hide-thumb-until-hover .ui-slider__input::-webkit-slider-thumb{opacity:0;transform:scale(.5)}.ui-slider--hide-thumb-until-hover .ui-slider__input::-moz-range-thumb{opacity:0;transform:scale(.5)}.ui-slider--hide-thumb-until-hover .ui-slider__input:hover::-webkit-slider-thumb{opacity:1;transform:scale(1)}.ui-slider--hide-thumb-until-hover .ui-slider__input:focus::-webkit-slider-thumb{opacity:1;transform:scale(1)}.ui-slider--hide-thumb-until-hover .ui-slider__input:focus-visible::-webkit-slider-thumb{opacity:1;transform:scale(1)}.ui-slider--hide-thumb-until-hover .ui-slider__input:active::-webkit-slider-thumb{opacity:1;transform:scale(1)}.ui-slider--hide-thumb-until-hover .ui-slider__input:hover::-moz-range-thumb{opacity:1;transform:scale(1)}.ui-slider--hide-thumb-until-hover .ui-slider__input:focus::-moz-range-thumb{opacity:1;transform:scale(1)}.ui-slider--hide-thumb-until-hover .ui-slider__input:focus-visible::-moz-range-thumb{opacity:1;transform:scale(1)}.ui-slider--hide-thumb-until-hover .ui-slider__input:active::-moz-range-thumb{opacity:1;transform:scale(1)}.ui-slider--hide-thumb-until-hover:hover .ui-slider__input::-webkit-slider-thumb{opacity:1;transform:scale(1)}.ui-slider--hide-thumb-until-hover:hover .ui-slider__input::-moz-range-thumb{opacity:1;transform:scale(1)}.ui-slider__value{text-align:right;font-variant-numeric:tabular-nums;color:#444;min-width:2.25rem;font-size:.875rem}
.component-design-container{background-color:#0000;background-image:linear-gradient(45deg,#0000000d 25%,#0000 25%),linear-gradient(-45deg,#0000000d 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#0000000d 75%),linear-gradient(-45deg,#0000 75%,#0000000d 75%);background-position:0 0,0 1rem,1rem -1rem,-1rem 0;background-size:2rem 2rem;height:calc(100vh - 64px);overflow-y:scroll}.component-design-container.component-design-container--super-html{background-image:none;height:auto;min-height:100%;overflow-y:visible}.component-design-container.component-design-container--fill{width:100%;height:100%;min-height:0;overflow:hidden}.design-container-padding{padding:5px}
.model-editor-page{min-height:100%;color:inherit}.model-editor-page__content{min-width:100px;min-height:100px}.model-editor-page__toolbar{border-bottom:1px solid #e5e7eb;justify-content:flex-end;padding:8px 12px;display:flex}.model-editor-page__export-trigger{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;display:inline-flex}.model-editor-page__export-trigger:hover{background:#f9fafb}.model-editor-page__export-menu{background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;min-width:280px;padding:4px 0;display:flex;box-shadow:0 8px 24px #0f172a1f}.model-editor-page__export-menu-item{color:#374151;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px 14px;font-size:13px;display:flex}.model-editor-page__export-menu-item:hover{background:#f3f4f6}.model-editor-page__toolbar--dark{border-bottom-color:#3a3a3a}.model-editor-page__toolbar--dark .model-editor-page__export-trigger{color:#e5e7eb;background:#252525;border-color:#4b5563}.model-editor-page__toolbar--dark .model-editor-page__export-trigger:hover{background:#303030}.model-editor-page__export-menu--dark{background:#252525;border-color:#3a3a3a;box-shadow:0 8px 24px #00000073}.model-editor-page__export-menu--dark .model-editor-page__export-menu-item{color:#e5e7eb}.model-editor-page__export-menu--dark .model-editor-page__export-menu-item:hover{background:#303030}.model-editor-page__toggle{align-items:center;gap:6px;font-size:12px;display:inline-flex}.model-editor-page--dark{color:#e5e7eb;background:#1e1e1e}.model-editor-page--dark .model-editor-page__toolbar{border-bottom:1px solid #3a3a3a}.model-editor-page--dark .model-editor-page__toggle,.model-editor-page--dark .attribute-name,.model-editor-page--dark .accordion-label,.model-editor-page--dark .MuiTypography-root,.model-editor-page--dark .MuiFormLabel-root,.model-editor-page--dark .MuiInputBase-root,.model-editor-page--dark .MuiInputLabel-root,.model-editor-page--dark .MuiSelect-select,.model-editor-page--dark .MuiAccordionSummary-content,.model-editor-page--dark .MuiAccordionDetails-root,.model-editor-page--dark label,.model-editor-page--dark span{color:#e5e7eb}.model-editor-page--dark .tab-list-container{border-bottom-color:#3a3a3a}.model-editor-page--dark .tab{color:#cbd5e1}.model-editor-page--dark .tab:hover{color:#f8fafc;background-color:#94a3b824}.model-editor-page--dark .tab.selected{color:#93c5fd}.model-editor-page--dark .tab.selected:after{background-color:#93c5fd}.model-editor-page--dark .tab-panel{color:#e5e7eb}.model-editor-page--dark .scroll-button{color:#e5e7eb;background:#252525;border-color:#3a3a3a}.model-editor-page--dark .scroll-button:hover{background:#303030}.model-editor-page--dark .attribute-accordion,.model-editor-page--dark .MuiAccordion-root{color:#e5e7eb;background:#252525}.model-editor-page--dark .MuiAccordionSummary-root{background:#2a2a2a!important}.model-editor-page--dark input,.model-editor-page--dark textarea,.model-editor-page--dark select,.model-editor-page--dark .MuiInputBase-input{color:#f8fafc}.model-editor-page--dark .MuiOutlinedInput-notchedOutline{border-color:#4b5563}.model-editor-page--dark .MuiSvgIcon-root{color:#cbd5e1}
.ai-conversation{--ai-conversation-bg:var(--super-html-editor-bg,#1e1e1e);--ai-conversation-bg-elevated:var(--super-html-editor-bg-elevated,#272727);--ai-conversation-bg-header:var(--super-html-editor-bg-header,#0f172a);--ai-conversation-bg-canvas:var(--super-html-editor-bg-canvas,#161616);--ai-conversation-border:var(--super-html-editor-border,#273449);--ai-conversation-border-strong:var(--super-html-editor-border-strong,#374151);--ai-conversation-border-accent:var(--super-html-editor-border-accent,#60a5fa47);--ai-conversation-text:var(--super-html-editor-text,#d1d5db);--ai-conversation-text-strong:var(--super-html-editor-text-strong,#f8fafc);--ai-conversation-text-muted:var(--super-html-editor-text-muted,#94a3b8);--ai-conversation-text-hint:var(--super-html-editor-text-hint,#7eb8e8);--ai-conversation-accent:var(--super-html-editor-accent,#60a5fa);--ai-conversation-accent-strong:var(--super-html-editor-accent-strong,#3b82f6);--ai-conversation-accent-muted:var(--super-html-editor-accent-muted,#60a5fa24);--ai-conversation-danger-bg:var(--super-html-editor-danger-bg,#7f1d1d61);--ai-conversation-danger-border:var(--super-html-editor-danger-border,#f8717173);--ai-conversation-danger-text:var(--super-html-editor-danger-text,#fca5a5);--ai-conversation-radius:var(--super-html-editor-radius,6px);--ai-conversation-shadow:var(--super-html-editor-shadow,0 8px 32px #0000006b);box-sizing:border-box;border:1px solid var(--ai-conversation-border);border-radius:var(--ai-conversation-radius);background:var(--ai-conversation-bg);min-width:0;height:100%;min-height:0;max-height:100%;color:var(--ai-conversation-text);box-shadow:var(--ai-conversation-shadow);flex-direction:column;font-size:13px;line-height:1.45;display:flex;overflow:hidden}.ai-conversation__header{border-bottom:1px solid var(--ai-conversation-border);background:var(--ai-conversation-bg-header);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.ai-conversation__title-row{align-items:center;gap:8px;min-width:0;display:inline-flex}.ai-conversation__title-icon{color:var(--ai-conversation-accent);font-size:18px!important}.ai-conversation__title{color:var(--ai-conversation-text-strong);letter-spacing:.02em;margin:0;font-size:13px;font-weight:600}.ai-conversation__header-actions{flex-shrink:0;align-items:center;gap:8px;display:inline-flex}.ai-conversation__error{border:1px solid var(--ai-conversation-danger-border);border-radius:var(--ai-conversation-radius);background:var(--ai-conversation-danger-bg);color:var(--ai-conversation-danger-text);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:8px;margin:10px 12px 0;padding:8px 10px;font-size:12px;display:flex}.ai-conversation__error-dismiss{color:inherit;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.ai-conversation__error-dismiss .material-icons{font-size:16px}.ai-conversation__body{flex:1 1 0;min-height:0;display:flex;overflow:hidden}.ai-conversation__main{flex-direction:column;flex:1 1 0;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.ai-conversation__sessions{border-right:1px solid var(--ai-conversation-border);background:var(--ai-conversation-bg-header);flex-direction:column;flex:0 0 260px;align-self:stretch;width:260px;height:100%;min-height:0;display:flex;overflow:hidden}.ai-conversation__sessions-header{border-bottom:1px solid var(--ai-conversation-border);color:var(--ai-conversation-text-muted);text-transform:uppercase;letter-spacing:.05em;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;font-size:11px;font-weight:600;display:flex}.ai-conversation__sessions-header-actions{align-items:center;gap:2px;display:inline-flex}.ai-conversation__layout-status{color:var(--ai-conversation-text-hint);text-transform:none;letter-spacing:0;margin-right:4px;font-size:10px;font-weight:600}.ai-conversation__layout-error{border:1px solid var(--ai-conversation-danger-border);background:var(--ai-conversation-danger-bg);color:var(--ai-conversation-danger-text);border-radius:4px;margin:0 6px 6px;padding:6px 8px;font-size:10px;line-height:1.35}.ai-conversation__sessions-list{flex-direction:column;flex:1 1 0;gap:8px;min-height:0;padding:6px;display:flex;overflow:auto}.ai-conversation__group{border:1px solid var(--ai-conversation-border);border-radius:var(--ai-conversation-radius);background:#0000002e;flex-direction:column;gap:4px;min-height:0;max-height:220px;padding:4px;display:flex;overflow:hidden}.ai-conversation__group--ungrouped{background:0 0;border-style:dashed}.ai-conversation__group-header{z-index:1;background:inherit;flex-shrink:0;align-items:center;gap:2px;min-width:0;display:flex;position:sticky;top:0}.ai-conversation__group-icon{color:var(--ai-conversation-text-muted);margin-left:4px;font-size:16px!important}.ai-conversation__group-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--ai-conversation-text);text-align:left;cursor:text;background:0 0;border:none;flex:1;padding:4px 6px;font-size:11px;font-weight:600;overflow:hidden}.ai-conversation__group-name-input{border:1px solid var(--ai-conversation-border-accent);min-width:0;color:var(--ai-conversation-text-strong);background:#00000047;border-radius:4px;outline:none;flex:1;padding:4px 6px;font-size:11px;font-weight:600}.ai-conversation__session-bucket{border-radius:4px;flex-direction:column;flex:1;gap:4px;min-height:28px;max-height:180px;padding:2px;display:flex;overflow:auto}.ai-conversation__drop-empty{border:1px dashed var(--ai-conversation-border-strong);color:var(--ai-conversation-text-muted);text-align:center;border-radius:4px;padding:10px 8px;font-size:10px}.ai-conversation__drop-empty--active{border-color:var(--ai-conversation-accent);color:var(--ai-conversation-text-hint);background:var(--ai-conversation-accent-muted)}.ai-conversation__drop-line{background:var(--ai-conversation-accent);border-radius:1px;height:2px;margin:0 4px}.ai-conversation__sessions-empty{color:var(--ai-conversation-text-muted);text-align:center;padding:12px 8px;font-size:11px;line-height:1.45}.ai-conversation__session-item{border-radius:var(--ai-conversation-radius);cursor:grab;background:0 0;border:1px solid #0000;align-items:stretch;gap:2px;display:flex}.ai-conversation__session-item:active{cursor:grabbing}.ai-conversation__session-item--active{border-color:var(--ai-conversation-border-accent);background:var(--ai-conversation-accent-muted)}.ai-conversation__session-select{min-width:0;color:inherit;text-align:left;cursor:pointer;border-radius:var(--ai-conversation-radius);background:0 0;border:none;flex-direction:column;flex:1;align-items:flex-start;gap:2px;padding:8px;display:flex}.ai-conversation__session-select:hover:not(:disabled){background:#94a3b81a}.ai-conversation__session-select:disabled{opacity:.6;cursor:not-allowed}.ai-conversation__session-title{text-overflow:ellipsis;white-space:nowrap;width:100%;color:var(--ai-conversation-text-strong);font-size:12px;font-weight:600;overflow:hidden}.ai-conversation__session-meta{color:var(--ai-conversation-text-muted);font-size:10px}.ai-conversation__session-delete{opacity:.55;align-self:center;margin-right:4px}.ai-conversation__session-delete:hover:not(:disabled){opacity:1;color:var(--ai-conversation-danger-text)}.ai-conversation__icon-btn{color:var(--ai-conversation-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;display:inline-flex}.ai-conversation__icon-btn .material-icons{font-size:16px}.ai-conversation__icon-btn:hover:not(:disabled){color:var(--ai-conversation-text-strong);background:#94a3b81f}.ai-conversation__icon-btn:disabled{opacity:.5;cursor:not-allowed}.ai-conversation__messages{background:var(--ai-conversation-bg-canvas);flex-direction:column;flex:1 1 0;gap:10px;min-height:0;padding:12px;display:flex;overflow:hidden auto}.ai-conversation__empty{text-align:center;max-width:320px;color:var(--ai-conversation-text-muted);margin:auto;font-size:12px;line-height:1.5}.ai-conversation__message{border:1px solid var(--ai-conversation-border);border-radius:var(--ai-conversation-radius);background:var(--ai-conversation-bg-elevated);flex-direction:column;gap:6px;max-width:min(100%,720px);padding:10px 12px;display:flex}.ai-conversation__message--user{border-color:var(--ai-conversation-border-accent);background:var(--ai-conversation-accent-muted);align-self:flex-end}.ai-conversation__message--assistant,.ai-conversation__message--system{align-self:flex-start}.ai-conversation__message-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.ai-conversation__message-header-actions{flex-shrink:0;align-items:center;gap:6px;display:inline-flex}.ai-conversation__copy-btn{width:26px;min-width:26px;height:26px}.ai-conversation__copy-btn .material-icons{font-size:14px}.ai-conversation__role{text-transform:uppercase;letter-spacing:.05em;color:var(--ai-conversation-text-muted);font-size:11px;font-weight:600}.ai-conversation__streaming-badge{text-transform:uppercase;letter-spacing:.04em;color:var(--ai-conversation-text-hint);font-size:10px;font-weight:600}.ai-conversation__message-body,.ai-conversation__thinking-body{max-height:240px;color:var(--ai-conversation-text);white-space:pre-wrap;word-break:break-word;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.45;overflow:auto}.ai-conversation__message-body{color:var(--ai-conversation-text-strong)}.ai-conversation__placeholder{color:var(--ai-conversation-text-muted);align-items:center;gap:8px;font-size:12px;display:inline-flex}.ai-conversation__pulse{background:var(--ai-conversation-accent);border-radius:50%;width:8px;height:8px;animation:1s ease-in-out infinite ai-conversation-pulse}@keyframes ai-conversation-pulse{0%,to{opacity:.35;transform:scale(.9)}50%{opacity:1;transform:scale(1)}}.ai-conversation__thinking{border:1px solid var(--ai-conversation-border);background:#00000038;border-radius:4px}.ai-conversation__thinking--streaming{border-color:var(--ai-conversation-border-accent)}.ai-conversation__thinking-summary{cursor:pointer;color:var(--ai-conversation-text-hint);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:6px;padding:6px 8px;font-size:11px;font-weight:600;list-style:none;display:flex}.ai-conversation__thinking-summary::-webkit-details-marker{display:none}.ai-conversation__thinking-summary .material-icons{font-size:14px}.ai-conversation__thinking-body{border-top:1px solid var(--ai-conversation-border);max-height:160px;color:var(--ai-conversation-text-muted);padding:8px}.ai-conversation__composer{z-index:3;border-top:1px solid var(--ai-conversation-border);background:var(--ai-conversation-bg-header);flex-direction:column;flex:none;gap:8px;padding:10px 12px;display:flex;position:relative;box-shadow:0 -8px 16px #00000038}.ai-conversation__input{box-sizing:border-box;resize:none;border:1px solid var(--ai-conversation-border-strong);border-radius:var(--ai-conversation-radius);width:100%;min-height:40px;max-height:160px;color:var(--ai-conversation-text-strong);font:inherit;background:#00000047;outline:none;padding:10px 12px;font-size:13px;line-height:1.4;transition:border-color .15s,box-shadow .15s}.ai-conversation__input::placeholder{color:var(--super-html-editor-text-placeholder,#94a3b852)}.ai-conversation__input:focus{border-color:#60a5fa8c;box-shadow:0 0 0 2px #3b82f62e}.ai-conversation__input:disabled{opacity:.6;cursor:not-allowed}.ai-conversation__composer-actions{justify-content:flex-end;gap:8px;display:flex}.ai-conversation__btn{border-radius:var(--ai-conversation-radius);cursor:pointer;justify-content:center;align-items:center;gap:6px;padding:7px 11px;font-size:12px;font-weight:600;line-height:1;transition:background-color .15s,border-color .15s,color .15s,filter .15s;display:inline-flex}.ai-conversation__btn .material-icons{font-size:16px}.ai-conversation__btn:disabled{opacity:.6;cursor:not-allowed}.ai-conversation__btn--primary{border:1px solid var(--ai-conversation-accent-strong);background:linear-gradient(180deg, var(--ai-conversation-accent) 0%, var(--ai-conversation-accent-strong) 100%);color:var(--ai-conversation-text-strong);box-shadow:0 1px 2px #00000040}.ai-conversation__btn--primary:hover:not(:disabled){border-color:var(--ai-conversation-accent);filter:brightness(1.06)}.ai-conversation__btn--secondary{border:1px solid var(--ai-conversation-border-strong);color:var(--ai-conversation-text);background:#00000038}.ai-conversation__btn--secondary:hover:not(:disabled){background:var(--super-html-editor-bg-elevated-hover,#3d3d3d);color:var(--ai-conversation-text-strong);border-color:#60a5fa73}.ai-conversation__btn--danger{border:1px solid var(--ai-conversation-danger-border);background:var(--ai-conversation-danger-bg);color:var(--ai-conversation-danger-text)}.ai-conversation__btn--danger:hover:not(:disabled){background:var(--super-html-editor-danger-bg-hover,#991b1b9e)}.ai-conversation__btn--icon{justify-content:center;width:30px;min-width:30px;height:30px;padding:0}.ai-conversation__context{border-bottom:1px solid var(--ai-conversation-border);background:var(--ai-conversation-bg-elevated);flex-shrink:0}.ai-conversation__context-bar{flex-wrap:wrap;align-items:flex-end;gap:8px;padding:8px 12px;display:flex}.ai-conversation__context-field{flex-direction:column;gap:4px;min-width:0;display:flex}.ai-conversation__context-field--block{width:100%;padding:0 12px 8px}.ai-conversation__context-label{letter-spacing:.02em;text-transform:uppercase;color:var(--ai-conversation-text-muted);font-size:11px}.ai-conversation__select,.ai-conversation__text-input{box-sizing:border-box;border:1px solid var(--ai-conversation-border);border-radius:var(--ai-conversation-radius);background:var(--ai-conversation-bg-canvas);min-width:140px;max-width:220px;height:30px;color:var(--ai-conversation-text-strong);font:inherit;padding:0 8px}.ai-conversation__context-field--block .ai-conversation__text-input,.ai-conversation__context-field--block .ai-conversation__context-textarea{width:100%;max-width:none}.ai-conversation__select:disabled,.ai-conversation__text-input:disabled,.ai-conversation__context-textarea:disabled{opacity:.6}.ai-conversation__context-textarea{box-sizing:border-box;border:1px solid var(--ai-conversation-border);border-radius:var(--ai-conversation-radius);background:var(--ai-conversation-bg-canvas);width:100%;min-height:140px;color:var(--ai-conversation-text);font:inherit;resize:vertical;padding:8px}.ai-conversation__context-editor{border-top:1px solid var(--ai-conversation-border);padding-bottom:10px}.ai-conversation__context-editor-header{color:var(--ai-conversation-text-strong);justify-content:space-between;align-items:center;gap:8px;padding:8px 12px 0;display:flex}.ai-conversation__context-editor-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;padding:0 12px;display:flex}.ai-conversation__context-hint{color:var(--ai-conversation-text-muted);margin:0 12px 8px;font-size:12px}.ai-conversation__notice{border-bottom:1px solid var(--ai-conversation-border);color:var(--ai-conversation-text-strong);align-items:center;gap:8px;padding:8px 12px;font-size:13px;display:flex}.ai-conversation__notice--muted{color:var(--ai-conversation-text-muted)}.ai-conversation__notice>span{flex:1;min-width:0}.ai-conversation__proposal{border-bottom:1px solid var(--ai-conversation-border);padding:10px 0 12px}.ai-conversation__proposal-header{color:var(--ai-conversation-text-strong);padding:0 12px;font-size:13px}.ai-conversation__proposal-summary{color:var(--ai-conversation-text);margin:6px 12px 0;font-size:13px}.ai-conversation__proposal-body{color:var(--ai-conversation-text-muted);margin:8px 12px;font-size:12px}.ai-conversation__proposal-body pre{border:1px solid var(--ai-conversation-border);border-radius:var(--ai-conversation-radius);background:var(--ai-conversation-bg-canvas);max-height:160px;color:var(--ai-conversation-text);white-space:pre-wrap;word-break:break-word;margin:8px 0 0;padding:8px;overflow:auto}.ai-conversation__slash-chips{flex-wrap:wrap;gap:6px;width:100%;padding:0 0 6px;display:flex}.ai-conversation__chip{border:1px solid var(--ai-conversation-border);background:var(--ai-conversation-bg-elevated);height:26px;color:var(--ai-conversation-text-muted);font:inherit;cursor:pointer;border-radius:999px;padding:0 10px;font-size:12px}.ai-conversation__chip:hover:not(:disabled){color:var(--ai-conversation-text-strong);border-color:var(--ai-conversation-text-muted)}.ai-conversation__chip:disabled{opacity:.5;cursor:default}.ai-conversation__composer-row{align-items:flex-end;gap:8px;width:100%;display:flex}.ai-conversation__composer-row .ai-conversation__input{flex:auto;min-width:0}.ai-conversation__composer-row .ai-conversation__composer-actions{flex:none;padding-bottom:1px}.ai-conversation__status-icon{border:1px solid var(--ai-conversation-border-strong);width:36px;height:36px;color:var(--ai-conversation-text-muted);background:#00000038;border-radius:999px;flex:none;justify-content:center;align-items:center;margin-bottom:2px;transition:color .15s,border-color .15s,background-color .15s;display:inline-flex}.ai-conversation__status-icon .material-icons{font-size:18px}.ai-conversation__status-icon--idle{color:var(--ai-conversation-text-muted)}.ai-conversation__status-icon--thinking{color:#fbbf24;background:#fbbf241f;border-color:#fbbf2473;animation:1.2s ease-in-out infinite ai-conversation-status-pulse}.ai-conversation__status-icon--responding{color:var(--ai-conversation-accent);background:var(--ai-conversation-accent-muted);border-color:#60a5fa80;animation:1.2s ease-in-out infinite ai-conversation-status-pulse}.ai-conversation__status-icon--finished{color:#4ade80;background:#4ade801f;border-color:#4ade8073}@keyframes ai-conversation-status-pulse{0%,to{opacity:1}50%{opacity:.55}}.ai-conversation__messages-toggle{min-width:36px;min-height:36px;padding:8px}.ai-conversation__messages-toggle .material-icons{font-size:20px}.ai-conversation__compact-preview{border-bottom:1px solid var(--ai-conversation-border);background:var(--ai-conversation-bg-canvas);flex-direction:column;flex:none;gap:8px;margin:0;padding:8px 10px;display:flex}.ai-conversation__compact-preview-section{flex-direction:column;gap:4px;min-width:0;display:flex}.ai-conversation__compact-preview-label{letter-spacing:.04em;text-transform:uppercase;color:var(--ai-conversation-text-muted);font-size:10px;font-weight:600}.ai-conversation__compact-preview-text{max-height:5.8em;color:var(--ai-conversation-text);white-space:pre-wrap;word-break:break-word;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.45;overflow:hidden}.ai-conversation__compact-preview-text--response{max-height:8.7em;color:var(--ai-conversation-text-strong);overflow:auto}.ai-conversation--compact{height:auto;min-height:0;max-height:100%;box-shadow:none;overflow:visible}.ai-conversation--compact .ai-conversation__body{flex-direction:column;flex:none;min-height:auto;overflow:visible}.ai-conversation--compact .ai-conversation__main{flex:none;height:auto;min-height:auto;overflow:visible}.ai-conversation--compact .ai-conversation__messages{flex:0 auto;min-height:120px;max-height:min(320px,50vh);overflow:auto}.ai-conversation--compact .ai-conversation__composer{box-shadow:none;border-top:none;flex:none;padding:8px 10px}.ai-conversation--compact .ai-conversation__composer-actions{justify-content:flex-end}.ai-conversation--compact .ai-conversation__btn--primary,.ai-conversation--compact .ai-conversation__btn--danger{min-width:36px;min-height:36px;padding:8px}
