:root{--bg-page:#f5f7fa;--bg-surface:var(--primary-400)}@supports (color:color-mix(in lab, red, red)){:root{--bg-surface:color-mix(in srgb, var(--primary-400) 3%, #fff)}}:root{--bg-elevated:var(--primary-400)}@supports (color:color-mix(in lab, red, red)){:root{--bg-elevated:color-mix(in srgb, var(--primary-400) 2%, #fff)}}:root{--bg-overlay:#0006;--bg-hover:#f1f5f9;--bg-active:#e2e8f0;--bg-disabled:#f1f5f9;--bg-input:#fff;--bg-sidebar:var(--primary-400)}@supports (color:color-mix(in lab, red, red)){:root{--bg-sidebar:color-mix(in srgb, var(--primary-400) 5%, #fff)}}:root{--bg-sidebar-nav-hover:var(--primary-600)}@supports (color:color-mix(in lab, red, red)){:root{--bg-sidebar-nav-hover:color-mix(in srgb, var(--primary-600)15%, var(--bg-hover))}}:root{--bg-navbar:var(--primary-400)}@supports (color:color-mix(in lab, red, red)){:root{--bg-navbar:color-mix(in srgb, var(--primary-400) 3%, #fff)}}:root{--text-primary:#0f172a;--text-secondary:#475569;--text-tertiary:#94a3b8;--text-placeholder:#94a3b8;--text-disabled:#475569;--text-inverse:#fff;--text-link:#2563eb;--border-subtle:#f1f5f9;--border-divider:#eef2f6;--border-default:#e2e8f0;--border-strong:#cbd5e1;--border-emphasis:#b0bccc;--border-hover:var(--primary-500);--border-focus:var(--primary-500);--btn-primary-bg:var(--primary-600);--btn-primary-text:#fff;--btn-primary-hover:var(--primary-700);--btn-secondary-bg:#fff;--btn-secondary-text:#334155;--btn-secondary-border:#cbd5e1;--btn-secondary-hover-bg:#f8fafc;--btn-secondary-hover-border:#94a3b8;--btn-outline-text:var(--primary-600);--btn-outline-border:var(--primary-600);--btn-outline-hover-bg:var(--primary-50);--btn-outline-hover-border:var(--primary-700);--btn-danger-bg:#ef4444;--btn-danger-text:#fff;--btn-danger-hover:#dc2626;--btn-ghost-hover:#f1f5f9;--color-status-blue-bg:#eff6ff;--color-status-blue-text:#1d4ed8;--color-status-blue-border:#bfdbfe;--color-status-green-bg:#d1fae5;--color-status-green-text:#065f46;--color-status-green-border:#a7f3d0;--color-status-purple-bg:#faf5ff;--color-status-purple-text:#6d28d9;--color-status-purple-border:#e9d5ff;--color-status-orange-bg:#fff7ed;--color-status-orange-text:#c2410c;--color-status-orange-border:#fed7aa;--color-status-amber-bg:#fffbeb;--color-status-amber-text:#92400e;--color-status-amber-border:#fde68a;--color-status-red-bg:#fef2f2;--color-status-red-text:#991b1b;--color-status-red-border:#fecaca;--color-status-gray-bg:#f9fafb;--color-status-gray-text:#4b5563;--color-status-gray-border:#e5e7eb;--color-status-iris-bg:#f5f3ff;--color-status-iris-text:#6d28d9;--color-status-iris-border:#ddd6fe;--color-status-indigo-bg:#eef2ff;--color-status-indigo-text:#4338ca;--color-status-indigo-border:#c7d2fe;--color-status-teal-bg:#f0fdfa;--color-status-teal-text:#0f766e;--color-status-teal-border:#99f6e4;--color-status-pink-bg:#fdf2f8;--color-status-pink-text:#9d174d;--color-status-pink-border:#fbcfe8;--role-l0-avatar:#7c3aed;--role-l0-light-bg:#ede9fe;--role-l0-light-text:#6d28d9;--role-l0-light-border:#c4b5fd;--role-l1-avatar:#0284c7;--role-l1-light-bg:#e0f2fe;--role-l1-light-text:#0369a1;--role-l1-light-border:#bae6fd;--role-l2-avatar:#65a30d;--role-l2-light-bg:#ecfccb;--role-l2-light-text:#4d7c0f;--role-l2-light-border:#bef264;--role-l3-avatar:#059669;--role-l3-light-bg:#d1fae5;--role-l3-light-text:#047857;--role-l3-light-border:#a7f3d0;--role-l4-avatar:#d97706;--role-l4-light-bg:#fef3c7;--role-l4-light-text:#b45309;--role-l4-light-border:#fde68a}:root[data-mode=dark]{--bg-page:#0f172a;--bg-surface:var(--primary-600)}@supports (color:color-mix(in lab, red, red)){:root[data-mode=dark]{--bg-surface:color-mix(in srgb, var(--primary-600) 3%, #1e293b)}}:root[data-mode=dark]{--bg-elevated:var(--primary-600)}@supports (color:color-mix(in lab, red, red)){:root[data-mode=dark]{--bg-elevated:color-mix(in srgb, var(--primary-600) 2%, #253349)}}:root[data-mode=dark]{--bg-overlay:#0009;--bg-hover:#334155;--bg-active:#475569;--bg-disabled:#1e293b;--bg-input:#334155;--bg-sidebar:var(--primary-600)}@supports (color:color-mix(in lab, red, red)){:root[data-mode=dark]{--bg-sidebar:color-mix(in srgb, var(--primary-600) 5%, var(--bg-page))}}:root[data-mode=dark]{--bg-sidebar-nav-hover:var(--primary-400)}@supports (color:color-mix(in lab, red, red)){:root[data-mode=dark]{--bg-sidebar-nav-hover:color-mix(in srgb, var(--primary-400) 15%, var(--bg-hover))}}:root[data-mode=dark]{--bg-navbar:var(--primary-600)}@supports (color:color-mix(in lab, red, red)){:root[data-mode=dark]{--bg-navbar:color-mix(in srgb, var(--primary-600) 3%, #1e293b)}}:root[data-mode=dark]{--text-primary:#f1f5f9;--text-secondary:#cbd5e1;--text-tertiary:#64748b;--text-placeholder:#64748b;--text-disabled:#cbd5e1;--text-inverse:#fff;--text-link:#60a5fa;--border-subtle:#1e293b;--border-divider:#283548;--border-default:#334155;--border-strong:#475569;--border-emphasis:#55647a;--border-hover:var(--primary-500);--btn-primary-bg:var(--primary-500);--btn-primary-text:#fff;--btn-primary-hover:var(--primary-600);--btn-secondary-bg:#1e293b;--btn-secondary-text:#f1f5f9;--btn-secondary-border:#475569;--btn-secondary-hover-bg:#253349;--btn-secondary-hover-border:#64748b;--btn-outline-text:var(--primary-400);--btn-outline-border:var(--primary-500);--btn-outline-hover-bg:var(--primary-500)}@supports (color:color-mix(in lab, red, red)){:root[data-mode=dark]{--btn-outline-hover-bg:color-mix(in srgb, var(--primary-500) 20%, transparent)}}:root[data-mode=dark]{--btn-outline-hover-border:var(--primary-400);--btn-danger-bg:#f87171;--btn-danger-text:#fff;--btn-danger-hover:#ef4444;--btn-ghost-hover:#334155;--color-status-blue-bg:#3b82f626;--color-status-blue-text:#60a5fa;--color-status-blue-border:#3b82f64d;--color-status-green-bg:#34d39926;--color-status-green-text:#34d399;--color-status-green-border:#34d3994d;--color-status-purple-bg:#8b5cf626;--color-status-purple-text:#a78bfa;--color-status-purple-border:#8b5cf64d;--color-status-orange-bg:#fb923c26;--color-status-orange-text:#fb923c;--color-status-orange-border:#fb923c4d;--color-status-amber-bg:#f59e0b26;--color-status-amber-text:#fbbf24;--color-status-amber-border:#f59e0b4d;--color-status-red-bg:#f8717126;--color-status-red-text:#f87171;--color-status-red-border:#f871714d;--color-status-gray-bg:#64748b26;--color-status-gray-text:#94a3b8;--color-status-gray-border:#64748b40;--color-status-iris-bg:#6366f126;--color-status-iris-text:#818cf8;--color-status-iris-border:#6366f14d;--color-status-indigo-bg:#4f46e526;--color-status-indigo-text:#818cf8;--color-status-indigo-border:#4f46e54d;--color-status-teal-bg:#14b8a626;--color-status-teal-text:#2dd4bf;--color-status-teal-border:#14b8a64d;--color-status-pink-bg:#ec489926;--color-status-pink-text:#f472b6;--color-status-pink-border:#ec48994d}.bg-role-l0-avatar{background-color:var(--role-l0-avatar)}.text-role-l0-light-text{color:var(--role-l0-light-text)}.bg-role-l0-light-bg{background-color:var(--role-l0-light-bg)}.border-role-l0-light-border{border-color:var(--role-l0-light-border)}.bg-role-l1-avatar{background-color:var(--role-l1-avatar)}.text-role-l1-light-text{color:var(--role-l1-light-text)}.bg-role-l1-light-bg{background-color:var(--role-l1-light-bg)}.border-role-l1-light-border{border-color:var(--role-l1-light-border)}.bg-role-l2-avatar{background-color:var(--role-l2-avatar)}.text-role-l2-light-text{color:var(--role-l2-light-text)}.bg-role-l2-light-bg{background-color:var(--role-l2-light-bg)}.border-role-l2-light-border{border-color:var(--role-l2-light-border)}.bg-role-l3-avatar{background-color:var(--role-l3-avatar)}.text-role-l3-light-text{color:var(--role-l3-light-text)}.bg-role-l3-light-bg{background-color:var(--role-l3-light-bg)}.border-role-l3-light-border{border-color:var(--role-l3-light-border)}.bg-role-l4-avatar{background-color:var(--role-l4-avatar)}.text-role-l4-light-text{color:var(--role-l4-light-text)}.bg-role-l4-light-bg{background-color:var(--role-l4-light-bg)}.border-role-l4-light-border{border-color:var(--role-l4-light-border)}[data-mode=dark]{--adm-color-background:var(--bg-elevated);--adm-color-background-secondary:var(--bg-surface);--adm-color-border:var(--border-default);--adm-color-text:var(--text-primary);--adm-color-text-secondary:var(--text-secondary);--adm-color-text-weak:var(--text-tertiary);--adm-color-text-placeholder:var(--text-placeholder);--adm-color-primary:var(--primary-500);--adm-color-danger:var(--error);--adm-color-fill:var(--bg-hover);--adm-color-fill-light:var(--bg-page);--adm-color-business:var(--text-primary);--adm-popup-bg-color:var(--bg-elevated);--adm-popup-mask-background:#000000a6;--adm-color-header-button-text:var(--primary-500);--adm-picker-header-button-font-size:14px;--adm-picker-cell-active-color:var(--text-primary);--adm-picker-highlight-color:#ffffff0f;--adm-action-sheet-header-color:var(--text-primary);--adm-action-sheet-action-color:var(--text-secondary)}.adm-popup-body{background-color:var(--bg-elevated,#fff)!important}[data-mode=dark] .adm-popup-body{background-color:var(--bg-elevated,#253349)!important}[data-mode=dark] .adm-picker-header{background-color:var(--bg-elevated,#253349);border-bottom-color:var(--border-default,#334155)}[data-mode=dark] .adm-picker-view,[data-mode=dark] .adm-picker-view-wheel{background-color:var(--bg-elevated,#253349)!important;background:var(--bg-elevated,#253349)!important}[data-mode=dark] .adm-picker-view-mask-top{background:var(--bg-elevated,#253349)!important;-webkit-mask:linear-gradient(#000 0%,#000c 50%,#0009 100%)!important;mask:linear-gradient(#000 0%,#000c 50%,#0009 100%)!important}[data-mode=dark] .adm-picker-view-mask-bottom{background:var(--bg-elevated,#253349)!important;-webkit-mask:linear-gradient(#0009 0%,#000c 50%,#000 100%)!important;mask:linear-gradient(#0009 0%,#000c 50%,#000 100%)!important}[data-mode=dark] .adm-picker-view-mask-middle{border-top-color:var(--border-default,#e2e8f0)!important;border-bottom-color:var(--border-default,#e2e8f0)!important}.adm-picker-highlight:before,.adm-picker-highlight:after{background-color:var(--border-subtle,#f1f5f9)}[data-mode=dark] .adm-picker-highlight:before,[data-mode=dark] .adm-picker-highlight:after{background-color:var(--primary-500)}@supports (color:color-mix(in lab, red, red)){[data-mode=dark] .adm-picker-highlight:before,[data-mode=dark] .adm-picker-highlight:after{background-color:color-mix(in srgb, var(--primary-500) 15%, transparent)}}[data-mode=dark] .adm-picker-view-column-item-label{color:var(--text-primary,#f1f5f9)}.adm-action-sheet{background-color:var(--bg-elevated,#fff)!important}[data-mode=dark] .adm-action-sheet{background-color:var(--bg-elevated,#253349)!important}[data-mode=dark] .adm-action-sheet-header{color:var(--text-primary,#f1f5f9)}[data-mode=dark] .adm-action-sheet-list,[data-mode=dark] .adm-action-sheet-button-item{background-color:var(--bg-elevated,#253349)!important}[data-mode=dark] .adm-action-sheet-button-item-name{color:var(--text-primary,#f1f5f9)!important}[data-mode=dark] .adm-action-sheet-button-item-danger .adm-action-sheet-button-item-name{color:var(--color-status-red-text,#ef4444)!important}[data-mode=dark] .adm-action-sheet-cancel{background-color:var(--bg-surface,#1e293b);border-top-color:var(--border-subtle,#1e293b)}[data-mode=dark] .adm-action-sheet-button-list,[data-mode=dark] .adm-action-sheet-button-item-wrapper{border-bottom-color:var(--border-subtle,#1e293b)!important}[data-mode=dark] .adm-action-sheet-button-item{color:var(--text-secondary,#94a3b8)!important}
:root{--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--form-font-size:var(--text-sm);--form-label-size:var(--text-sm);--form-error-size:var(--text-xs);--form-hint-size:var(--text-xs);--form-height:2.5rem;--form-padding-x:.75rem;--form-padding-y:.5rem;--form-border-radius:var(--radius-md);--form-border-width:1.5px;--form-height-sm:2rem;--form-padding-x-sm:.625rem;--form-font-size-sm:.75rem;--form-height-lg:3rem;--form-padding-x-lg:1rem;--form-font-size-lg:1rem;--heading-font-size-xs:.75rem;--heading-font-size-sm:.875rem;--heading-font-size-base:1rem;--heading-font-size-lg:1.125rem;--color-primary:var(--primary-500);--color-primary-hover:var(--primary-600);--color-primary-active:var(--primary-700);--color-primary-bg:var(--primary-50);--color-border-default:var(--gray-300);--color-border-hover:var(--primary-500);--color-border-focus:var(--primary-500);--color-border-error:var(--error);--color-border-disabled:var(--gray-200);--color-bg-input:#fff;--color-bg-disabled:var(--gray-100);--color-text-input:var(--gray-900);--color-text-placeholder-color:var(--gray-500);--gap-xs:.25rem;--gap-sm:.5rem;--gap-md:1rem;--gap-lg:1.5rem;--gap-xl:2rem;--transition-fast:.15s ease;--transition-normal:.2s ease}[data-theme=blue]{--primary-50:#eff6ff;--primary-100:#dbeafe;--primary-200:#bfdbfe;--primary-300:#93c5fd;--primary-400:#60a5fa;--primary-500:#3b82f6;--primary-600:#2563eb;--primary-700:#1d4ed8;--primary-800:#1e40af;--primary-900:#1e3a8a;--primary-950:#172554}[data-theme=green]{--primary-50:#ecfdf5;--primary-100:#d1fae5;--primary-200:#a7f3d0;--primary-300:#6ee7b7;--primary-400:#34d399;--primary-500:#10b981;--primary-600:#059669;--primary-700:#047857;--primary-800:#065f46;--primary-900:#064e3b;--primary-950:#022c22}[data-theme=coral]{--primary-50:#fff7ed;--primary-100:#ffedd5;--primary-200:#fed7aa;--primary-300:#fdba74;--primary-400:#fb923c;--primary-500:#f97316;--primary-600:#ea580c;--primary-700:#c2410c;--primary-800:#9a3412;--primary-900:#7c2d12;--primary-950:#431407}[data-theme=rose]{--primary-50:#fff1f2;--primary-100:#ffe4e6;--primary-200:#fecdd3;--primary-300:#fda4af;--primary-400:#fb7185;--primary-500:#f43f5e;--primary-600:#e11d48;--primary-700:#be123c;--primary-800:#9f1239;--primary-900:#881337;--primary-950:#4c0519}[data-theme=purple]{--primary-50:#f5f3ff;--primary-100:#ede9fe;--primary-200:#ddd6fe;--primary-300:#c4b5fd;--primary-400:#a78bfa;--primary-500:#8b5cf6;--primary-600:#7c3aed;--primary-700:#6d28d9;--primary-800:#5b21b6;--primary-900:#4c1d95;--primary-950:#2e1065}:root[data-theme=dark],:root[data-mode=dark]{--form-font-size:var(--text-sm);--color-bg-input:var(--gray-100);--color-bg-disabled:var(--gray-50);--color-text-input:var(--gray-200);--placeholder-color:var(--gray-500);--border-light:1px solid #334155;--border-medium:1px solid #475569}
