.flex-column-start{flex-direction:column!important;align-items:flex-start!important;display:flex!important}.flex-column-center{flex-direction:column!important;align-items:center!important;display:flex!important}.flex-column-end{flex-direction:column!important;align-items:flex-end!important;display:flex!important}.flex-column-center-start{flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;display:flex!important}.flex-column-center-between{flex-direction:column!important;justify-content:space-between!important;align-items:center!important;display:flex!important}.flex-column-center-center{flex-direction:column!important;justify-content:center!important;align-items:center!important;display:flex!important}.flex-column-center-end{flex-direction:column!important;justify-content:flex-end!important;align-items:center!important;display:flex!important}.flex-column-between-center{flex-direction:column!important;justify-content:space-between!important;align-items:center!important;display:flex!important}.flex-start-start{justify-content:flex-start!important;align-items:flex-start!important;display:flex!important}.flex-start-center{justify-content:flex-start!important;align-items:center!important;display:flex!important}.flex-start-end{justify-content:flex-start!important;align-items:flex-end!important;display:flex!important}.flex-center-start{justify-content:center!important;align-items:flex-start!important;display:flex!important}.flex-center-center{justify-content:center!important;align-items:center!important;display:flex!important}.flex-center-end{justify-content:center!important;align-items:flex-end!important;display:flex!important}.flex-end-start{justify-content:flex-end!important;align-items:flex-start!important;display:flex!important}.flex-end-center{justify-content:flex-end!important;align-items:center!important;display:flex!important}.flex-end-end{justify-content:flex-end!important;align-items:flex-end!important;display:flex!important}.flex-between{justify-content:space-between!important;display:flex!important}.flex-between-start{justify-content:space-between!important;align-items:flex-start!important;display:flex!important}.flex-between-center{justify-content:space-between!important;align-items:center!important;display:flex!important}.flex-between-end{justify-content:space-between!important;align-items:flex-end!important;display:flex!important}.main-bg{background-color:var(--bg-surface-page);min-height:100%}.main-border{border:1px solid var(--border-primary)}.default-card{background:var(--bg-surface);border:1px solid var(--border-primary);border-radius:16px;padding:8px;width:100%!important}@media (width>=600px){.default-card{padding:16px}}.pointer{cursor:pointer}.relative{position:relative}.absolute{position:absolute}:root{--app-scrollbar-track:#fff;--app-scrollbar-thumb:#8f979e;--app-scrollbar-thumb-hover:#5f6670;--brand-primary:#1565c0;--brand-primary-rgb:21, 101, 192;--brand-secondary:#ebf4ff;--brand-hover:#c0ddff;--orange-primary:#ffa957;--orange-secondary:#fff6ee;--orange-hover:#ffe3c8;--bg-page:#f5f9fc;--bg-surface:#fff;--bg-surface-page:#f5f9fc;--bg-disabled:#e5e7e9;--bg-inverse:#111827;--text-primary:#3c4146;--text-secondary:#777d83;--text-tertiary:#ced1d5;--text-disabled:#b7bcc0;--text-inverse:#fff;--border-primary:#e5e7e9;--border-secondary:#c0ddff;--border-disabled:#e5e7e9;--border-orange:#ffcfa2;--success-bg:#edfff8;--success-fg:#169d6c;--warning-bg:#fff6ee;--warning-fg:#dd8d42;--error-bg:#fff0f1;--error-fg:#e1575a;--info-bg:#eaf8ff;--info-fg:#15a2e8;--title-group:#e9edf280;--title-text:#737b8c}[data-theme-mode=dark]{--app-scrollbar-track:#fff;--app-scrollbar-thumb:#8f979e;--app-scrollbar-thumb-hover:#5f6670;--brand-primary:#6aafff;--brand-secondary:#002a5a;--brand-hover:#003a7c;--orange-primary:#bb732f;--orange-secondary:#552f0a;--orange-hover:#774414;--bg-page:#000;--bg-surface:#011731;--bg-surface-page:#001a3a;--bg-disabled:#3c4146;--bg-inverse:#f9fafb;--text-primary:#f5f9fc;--text-secondary:#ced1d5;--text-tertiary:#777d83;--text-disabled:#a1a6ac;--text-inverse:#111827;--border-primary:#003a7c;--border-secondary:#1565c0;--border-disabled:#003a7c;--border-orange:#995b20;--success-bg:#26bf87;--success-fg:#edfff8;--warning-bg:#dd8d42;--warning-fg:#fff6ee;--error-bg:#e1575a;--error-fg:#ffd0d1;--info-bg:#15a2e8;--info-fg:#eaf8ff;--title-group:#252d3780;--title-text:#8f96a3}:root.theme-switching,:root.theme-switching *,:root.theme-switching :before,:root.theme-switching :after{transition-property:background-color,color,border-color,fill,stroke,box-shadow,outline-color,text-decoration-color,caret-color!important;transition-duration:.3s!important;transition-timing-function:ease!important}:root.theme-switching .theme-toggle-mui,:root.theme-switching .theme-toggle-icon,:root.theme-switching .theme-toggle-cloud,:root.theme-switching .theme-toggle-star,:root.theme-switching .theme-toggle-thumb{animation-duration:inherit;transition:none!important}*{scrollbar-width:thin;scrollbar-color:transparent var(--app-scrollbar-track)}.app-scrollbar{scrollbar-width:thin;scrollbar-color:var(--app-scrollbar-thumb) var(--app-scrollbar-track)}.app-scrollbar:hover,:hover{scrollbar-color:var(--app-scrollbar-thumb) var(--app-scrollbar-track)}.app-scrollbar::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar{width:8px;height:8px}.app-scrollbar::-webkit-scrollbar-track{background:var(--app-scrollbar-track)}::-webkit-scrollbar-track{background:var(--app-scrollbar-track)}.app-scrollbar::-webkit-scrollbar-thumb{border:2px solid var(--app-scrollbar-track);background:0 0;border-radius:999px}::-webkit-scrollbar-thumb{border:2px solid var(--app-scrollbar-track);background:0 0;border-radius:999px}.app-scrollbar::-webkit-scrollbar-thumb{background:var(--app-scrollbar-thumb)}.app-scrollbar:hover::-webkit-scrollbar-thumb{background:var(--app-scrollbar-thumb)}:hover::-webkit-scrollbar-thumb{background:var(--app-scrollbar-thumb)}.app-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--app-scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:hover{background:var(--app-scrollbar-thumb-hover)}.ellipsis{white-space:nowrap!important;text-overflow:ellipsis!important;overflow:hidden!important}.ellipsis-2{-webkit-line-clamp:2!important;line-clamp:2!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important}.ellipsis-3{-webkit-line-clamp:3!important;line-clamp:3!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important}.label-gap-sm{margin-bottom:2px!important}.label-gap{margin-bottom:4px!important}.label-gap-md{margin-bottom:6px!important}.label-gap-lg{margin-bottom:8px!important}.nowrap{white-space:nowrap!important}
