:root{--primary-blue-1:#f0f9ff;--primary-blue-2:#caecff;--primary-blue-3:#8ad4ff;--primary-blue-4:#6ac8ff;--primary-blue-5:#2196f3;--secondary-grey-1:#f6f6f6;--secondary-grey-2:#e4e6e7;--secondary-grey-3:#dcdcdc;--secondary-grey-4:#9c9c9c;--secondary-grey-5:#767676;--secondary-grey-6:#171717;--secondary-grey-7:#000;--text-primary:#171717;--text-secondary:#9c9c9c;--text-disabled:#767676;--text-on-accent:#fff;--text-link:#2196f3;--text-success:#25b939;--text-error:#f30;--bg-primary:#fff;--bg-secondary:#f6f6f6;--bg-app:#f4f6fa;--bg-accent:#edf8ff;--zebra-row:#fafafa;--bg-error:#fff0f1;--bg-success:#edffed;--bg-overlay:#1c1c1d;--status-success:#25b939;--status-error:#ff3500;--status-info:#2196f3;--touch-target:44px;--content-pad-x:28px;--content-pad-y:24px}@media (width<=767px){:root{--content-pad-x:16px;--content-pad-y:16px}}[data-theme=dark]{--secondary-grey-2:#24242f;--text-primary:#f1f5f9;--text-secondary:#8b8ba0;--text-disabled:#71717a;--text-link:#4aa3ff;--bg-primary:#14141c;--bg-secondary:#0f0f16;--bg-app:#09090d;--bg-accent:#122039;--zebra-row:#1a1a24}*{box-sizing:border-box}html,body,#root{min-height:100%}html,body{max-width:100%;overflow-x:hidden}img,svg,video{max-width:100%}body{background:var(--bg-app);color:var(--text-primary);margin:0;font-family:Arial,sans-serif;font-size:16px}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6,p{margin:0}.ant-menu-horizontal>.ant-menu-item:after,.ant-menu-horizontal>.ant-menu-submenu:after{display:none}.ant-message-notice-content{white-space:pre-line}.app-shell{background:0 0;height:100dvh;overflow:hidden}.app-shell__main{background:0 0;flex-direction:column;min-width:0;height:100dvh;display:flex}.app-shell__main>.app-header{flex:none}.app__content{min-width:0;padding:var(--content-pad-y) var(--content-pad-x) 32px;flex:auto;overflow:hidden auto}@media (width<=767px){.app__content{padding-bottom:calc(40px + env(safe-area-inset-bottom,0px))}.ant-drawer-left:not(.sidebar-drawer-root):not(.sidebar-drawer)>.ant-drawer-content-wrapper,.ant-drawer-right:not(.sidebar-drawer-root):not(.sidebar-drawer)>.ant-drawer-content-wrapper{max-width:100%;width:100%!important}.ant-modal{max-width:calc(100vw - 16px);margin:0 auto;padding-bottom:0;top:8px}.ant-modal-body{max-height:calc(100dvh - 160px);overflow-y:auto}.ant-picker,.ant-select,.ant-input-number,.ant-input-number-affix-wrapper,.ant-input-number-group-wrapper{width:100%!important}.page__topbar{flex-wrap:wrap}.page__actions,.page__actions>div{width:100%}.page__actions .ant-btn{flex:auto}}.app__page{gap:20px;display:grid}.app__page-header{gap:8px;display:grid}.app__page-title{letter-spacing:.02em;font-size:32px;font-weight:700}.app__page-subtitle{color:var(--tm-muted);max-width:780px;line-height:1.5}.app__grid{gap:20px;display:grid}.app__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.app__placeholder-copy{color:var(--tm-muted);line-height:1.6}.flex{display:flex}.flex-column,.flex-col{flex-direction:column}.flex-row{flex-direction:row}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.align-center{align-items:center}.align-start{align-items:flex-start}.align-end{align-items:flex-end}.align-stretch{align-items:stretch}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-1{flex:1}.flex-auto{flex:auto}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.grid-cols-5{grid-template-columns:repeat(5,1fr)}.grid-cols-6{grid-template-columns:repeat(6,1fr)}.grid-rows-1{grid-template-rows:repeat(1,1fr)}.grid-rows-2{grid-template-rows:repeat(2,1fr)}.grid-rows-3{grid-template-rows:repeat(3,1fr)}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.grid-auto-flow-row{grid-auto-flow:row}.grid-auto-flow-col{grid-auto-flow:column}.place-items-center{place-items:center}.place-items-start{place-items:start}.place-items-end{place-items:end}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pr-0{padding-right:0}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.d-none{display:none!important}.w-full{width:100%}.app-header{background:var(--bg-primary);border-bottom:1px solid #eef1f5;align-items:center;gap:16px;height:64px;padding:0 24px;display:flex}.app-header__left{flex:1;align-items:center;gap:20px;min-width:0;display:flex}.app-header__burger{width:var(--touch-target);height:var(--touch-target);color:#475569;cursor:pointer;background:0 0;border:none;border-radius:10px;flex:none;justify-content:center;align-items:center;padding:0;font-size:20px;transition:background .15s;display:none}.app-header__burger:hover{background:#f1f5f9}.app-header__search{cursor:pointer;background:#f4f6fa;border:1px solid #e6eaf0;border-radius:999px;flex:1;align-items:center;gap:10px;min-width:0;max-width:420px;height:42px;padding:0 16px;transition:background .15s,border-color .15s;display:flex}.app-header__search:hover{border-color:var(--primary-blue-5);background:#fff}.app-header__search-icon{color:#94a3b8;flex:none;font-size:16px}.app-header__search-text{text-align:left;color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:14px;overflow:hidden}.app-header__search-kbd{color:#64748b;background:#fff;border:1px solid #e6eaf0;border-radius:6px;flex:none;align-items:center;padding:2px 8px;font-size:11px;font-weight:500;display:inline-flex}.app-header__right{align-items:center;gap:8px;display:flex}.app-header__breadcrumbs{white-space:nowrap;flex:none}.app-header__icon-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;padding:0;font-size:18px;transition:background .15s,color .15s;display:inline-flex}.app-header__icon-btn:hover{color:#0f172a;background:#f1f5f9}.app-header__divider{background:#e6eaf0;width:1px;height:28px;margin:0 6px}.app-header__user{cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:10px;height:48px;padding:0 10px 0 4px;transition:background .15s;display:flex}.app-header__user:hover{background:#f1f5f9}.app-header__avatar{background:var(--primary-blue-5);color:#fff;flex:none;font-weight:600}.app-header__user-copy{flex-direction:column;align-items:flex-start;line-height:1.25;display:flex}.app-header__user-name{color:#0f172a;font-size:14px;font-weight:600}.app-header__user-role{color:#94a3b8;font-size:12px}.app-header__user-caret{color:#94a3b8;font-size:11px}.app-header__menu{background:var(--bg-primary);border-radius:12px;min-width:248px;padding:6px;box-shadow:0 8px 28px #0f172a24}.app-header__menu-head{align-items:center;gap:10px;padding:8px 10px;display:flex}.app-header__menu-divider{background:#eef1f5;height:1px;margin:4px 0}.app-header__menu-row{color:#0f172a;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:8px 10px;font-size:14px;display:flex}.app-header__menu-row:hover{background:#f1f5f9}.app-header__menu-item{color:#0f172a;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:8px 10px;font-size:14px;display:flex}.app-header__menu-item:hover{background:#f1f5f9}@media (width<=900px){.app-header__breadcrumbs,.app-header__user-copy{display:none}}@media (width<=767px){.app-header{gap:8px;height:56px;padding:0 12px}.app-header__left{gap:8px}.app-header__burger{display:inline-flex}.app-header__search{width:var(--touch-target);max-width:none;height:var(--touch-target);border-radius:10px;flex:none;justify-content:center;padding:0}.app-header__search-text,.app-header__search-kbd,.app-header__user-caret{display:none}}[data-theme=dark] .app-header{border-bottom:1px solid #24242f}[data-theme=dark] .app-header__search{background:#0f0f16;border:1px solid #24242f}[data-theme=dark] .app-header__search:hover{background:#14141c}[data-theme=dark] .app-header__search-icon,[data-theme=dark] .app-header__search-text{color:#8b8ba0}[data-theme=dark] .app-header__search-kbd{color:#c3c3d0;background:#14141c;border:1px solid #24242f}[data-theme=dark] .app-header__icon-btn{color:#c3c3d0}[data-theme=dark] .app-header__icon-btn:hover{color:#f1f5f9;background:#1c1c26}[data-theme=dark] .app-header__divider{background:#24242f}[data-theme=dark] .app-header__user:hover{background:#1c1c26}[data-theme=dark] .app-header__avatar{color:#fff}[data-theme=dark] .app-header__user-name{color:#f1f5f9}[data-theme=dark] .app-header__user-role,[data-theme=dark] .app-header__user-caret{color:#8b8ba0}[data-theme=dark] .app-header__menu{box-shadow:0 8px 28px #00000073}[data-theme=dark] .app-header__menu-divider{background:#24242f}[data-theme=dark] .app-header__menu-row{color:#f1f5f9}[data-theme=dark] .app-header__menu-row:hover{background:#1c1c26}[data-theme=dark] .app-header__menu-item{color:#f1f5f9}[data-theme=dark] .app-header__menu-item:hover{background:#1c1c26}.blacklist-check-popover{width:min(400px,100vw - 48px)}@media (width<=767px){.blacklist-check-popover-root{max-width:calc(100vw - 16px);left:8px!important;right:8px!important;transform:none!important}.blacklist-check-popover-root .ant-popover-arrow{display:none}.blacklist-check-popover-root .ant-popover-inner{max-width:100%}}.blacklist-check{width:100%}.blacklist-check__search{align-items:flex-start;gap:8px;display:flex}.blacklist-check__search-series{flex:0 0 116px}.blacklist-check__search-number{flex:auto;min-width:0}.blacklist-check__search .ant-form-item{margin-bottom:0}.blacklist-check__search .ant-form-item-label{white-space:nowrap;overflow:hidden}.blacklist-check__search .ant-form-item-label>label{white-space:nowrap;max-width:100%}.blacklist-check__list{background:var(--ant-color-error-bg,#fff2f0);border-radius:8px;margin-top:8px;padding:0 12px}.button-color-secondary.ant-btn-primary{background-color:#1677ff;border-color:#1677ff}.button-color-secondary.ant-btn-primary:not(:disabled):not(.ant-btn-disabled):hover{background-color:#4096ff;border-color:#4096ff}.button-color-secondary.ant-btn-primary:not(:disabled):not(.ant-btn-disabled):active{background-color:#0958d9;border-color:#0958d9}.button-color-warning.ant-btn-primary{color:#1f1f1f;background-color:#faad14;border-color:#faad14}.button-color-warning.ant-btn-primary:not(:disabled):not(.ant-btn-disabled):hover{color:#1f1f1f;background-color:#ffc53d;border-color:#ffc53d}.button-color-warning.ant-btn-primary:not(:disabled):not(.ant-btn-disabled):active{color:#1f1f1f;background-color:#d48806;border-color:#d48806}.button-color-error.ant-btn-primary{background-color:#ff4d4f;border-color:#ff4d4f}.button-color-error.ant-btn-primary:not(:disabled):not(.ant-btn-disabled):hover{background-color:#ff7875;border-color:#ff7875}.button-color-error.ant-btn-primary:not(:disabled):not(.ant-btn-disabled):active{background-color:#cf1322;border-color:#cf1322}.theme-toggle{background:#e2e8f0;border-radius:999px;flex:none;width:52px;height:28px;transition:background .3s;display:inline-block;position:relative}.theme-toggle--dark{background:#1a1a24}.theme-toggle__knob{color:#334155;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;transition:transform .32s cubic-bezier(.34,1.56,.64,1),background .3s,color .3s;display:flex;position:absolute;top:3px;left:3px;box-shadow:0 2px 5px #0f172a47}.theme-toggle--dark .theme-toggle__knob{color:#1e293b;background:#fff;transform:translate(24px)}.theme-toggle__knob svg{width:14px;height:14px}.command-palette__modal .ant-modal-content{border-radius:16px;padding:0;overflow:hidden}.command-palette{flex-direction:column;display:flex}.command-palette__search{border-bottom:1px solid #eef1f5;align-items:center;gap:10px;padding:14px 18px;display:flex}.command-palette__search-icon{color:#94a3b8;font-size:18px}.command-palette__input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;height:28px;font-size:16px}.command-palette__input::placeholder{color:#94a3b8}.command-palette__kbd{color:#64748b;background:#f4f6fa;border:1px solid #e6eaf0;border-radius:6px;align-items:center;padding:2px 7px;font-size:11px;font-weight:500;line-height:1.4;display:inline-flex}.command-palette__list{max-height:56vh;padding:8px;overflow-y:auto}.command-palette__group+.command-palette__group{margin-top:4px}.command-palette__group-title{color:#94a3b8;padding:8px 10px 4px;font-size:11px}.command-palette__item{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;width:100%;padding:9px 10px;display:flex}.command-palette__item--active{background:var(--bg-accent)}.command-palette__item-icon{color:#475569;background:#f4f6fa;border-radius:8px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:16px;display:flex}.command-palette__item--active .command-palette__item-icon{color:var(--primary-blue-5);background:#fff}.command-palette__item-label{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:14px;overflow:hidden}.command-palette__item-hint{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;flex:none;max-width:45%;font-size:12px;overflow:hidden}.command-palette__item-enter{color:var(--primary-blue-5);opacity:0;flex:none;font-size:13px}.command-palette__item--active .command-palette__item-enter{opacity:1}.command-palette__empty{text-align:center;color:#94a3b8;padding:32px;font-size:14px}.command-palette__footer{color:#94a3b8;background:#f8fafc;border-top:1px solid #eef1f5;align-items:center;gap:16px;padding:10px 18px;font-size:12px;display:flex}[data-theme=dark] .command-palette__search{border-bottom-color:#24242f}[data-theme=dark] .command-palette__search-icon{color:#8b8ba0}[data-theme=dark] .command-palette__input{color:#f1f5f9}[data-theme=dark] .command-palette__input::placeholder{color:#8b8ba0}[data-theme=dark] .command-palette__kbd{color:#c3c3d0;background:#0f0f16;border-color:#24242f}[data-theme=dark] .command-palette__group-title{color:#8b8ba0}[data-theme=dark] .command-palette__item-icon{color:#c3c3d0;background:#0f0f16}[data-theme=dark] .command-palette__item--active .command-palette__item-icon{background:#14141c}[data-theme=dark] .command-palette__item-label{color:#f1f5f9}[data-theme=dark] .command-palette__item-hint,[data-theme=dark] .command-palette__empty{color:#8b8ba0}[data-theme=dark] .command-palette__footer{color:#8b8ba0;background:#0f0f16;border-top-color:#24242f}.accept-payment__field{margin-bottom:16px}.accept-payment__field:last-child{margin-bottom:0}.accept-payment__label{color:#475569;margin-bottom:6px;font-size:13px;display:block}[data-theme=dark] .accept-payment__label{color:#c3c3d0}.global-search__input.ant-input-affix-wrapper{background:#f4f6fa;border:1px solid #e6eaf0;border-radius:999px;width:100%;max-width:600px;height:42px;padding:4px 16px;transition:background .15s,border-color .15s,box-shadow .15s}.global-search__input.ant-input-affix-wrapper:hover{border-color:var(--primary-blue-5);background:#fff}.global-search__input.ant-input-affix-wrapper-focused{border-color:var(--primary-blue-5);background:#fff;box-shadow:0 0 0 3px #2196f31f}.global-search__input .ant-input{background:0 0;font-size:14px}.global-search__prefix{color:#94a3b8;margin-inline-end:4px}.global-search__shortcut{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;padding:2px 8px;font-family:SF Mono,Menlo,Consolas,monospace;font-size:11px;font-weight:500;display:inline-flex}.global-search__dropdown{background:#fff;border-radius:8px;width:min(520px,100vw - 24px);max-height:480px;padding:8px 0;overflow-y:auto;box-shadow:0 6px 16px #0000001f}.global-search__group+.global-search__group{border-top:1px solid #f0f0f0;margin-top:4px;padding-top:8px}.global-search__group-title{color:#8c8c8c;text-transform:uppercase;letter-spacing:.02em;padding:4px 16px;font-size:12px;font-weight:600}.global-search__hit{cursor:pointer;text-align:left;background:0 0;border:0;align-items:flex-start;gap:10px;width:100%;padding:8px 16px;display:flex}.global-search__hit:hover,.global-search__hit:focus-visible{background:#f5f5f5}.global-search__hit-icon{color:#595959;flex:none;margin-top:2px}.global-search__hit-body{flex-direction:column;min-width:0;display:flex}.global-search__hit-label{color:#262626;text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.global-search__hit-hint{color:#8c8c8c;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12px;overflow:hidden}.global-search__mark{background:#fff4cf;border-radius:2px;padding:0 1px}.global-search__loading,.global-search__empty{color:#8c8c8c;padding:12px 16px}.global-search__loading{align-items:center;gap:8px;display:flex}.sidebar{border-right:1px solid #eef1f5;height:100vh;top:0;left:0;overflow:auto;box-shadow:6px 0 24px #0f172a0a;background:var(--bg-primary)!important;position:sticky!important}@media (width<=767px){.sidebar{display:none!important}}.sidebar-drawer .sidebar__inner{height:100%;min-height:auto}.sidebar-drawer .ant-drawer-body{padding:0;overflow-y:auto}.sidebar__inner{flex-direction:column;min-height:100vh;display:flex}.sidebar__brand{align-items:center;gap:12px;padding:18px 18px 14px;display:flex}.sidebar__brand-link{align-items:center;gap:12px;min-width:0;display:flex}.sidebar__brand-link img{width:42px;height:42px}.sidebar__brand-copy{gap:2px;min-width:0;display:grid}.sidebar__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#94a3b8;font-size:11px}.sidebar__title{letter-spacing:.06em;color:#0f172a;font-size:18px;font-weight:700}.sidebar__menu{flex:1;padding:10px 12px 16px;background:0 0!important;border-inline-end:none!important}.sidebar__menu.ant-menu-inline-collapsed{width:auto}.sidebar__menu .ant-menu-item,.sidebar__menu .ant-menu-submenu-title{color:#475569;border-radius:12px;height:46px;margin-bottom:4px;font-weight:500}.sidebar__menu .ant-menu-item .anticon,.sidebar__menu .ant-menu-submenu-title .anticon{color:#94a3b8;font-size:18px}.sidebar__menu .ant-menu-item:hover,.sidebar__menu .ant-menu-submenu-title:hover{color:#0f172a!important;background:#f1f5f9!important}.sidebar__menu .ant-menu-item:hover .anticon,.sidebar__menu .ant-menu-submenu-title:hover .anticon{color:#475569!important}.sidebar__menu .ant-menu-sub.ant-menu-inline{background:0 0!important}.sidebar__menu .ant-menu-sub .ant-menu-item{height:40px}.sidebar__menu .ant-menu-item-selected,.sidebar__menu .ant-menu-submenu-selected>.ant-menu-submenu-title{font-weight:600;color:var(--primary-blue-5)!important;background:var(--bg-accent)!important}.sidebar__menu .ant-menu-item-selected .anticon,.sidebar__menu .ant-menu-submenu-selected>.ant-menu-submenu-title .anticon{color:var(--primary-blue-5)!important}.sidebar__toggle{color:#475569;background:#fff;border-color:#e6eaf0}.sidebar__toggle:hover{color:var(--primary-blue-5)!important;border-color:var(--primary-blue-5)!important;background:#f1f5f9!important}.sidebar__footer{border-top:1px solid #eef1f5;gap:8px;padding:14px 18px;display:grid}.sidebar__profile{gap:2px;min-width:0;display:grid}.sidebar__footer-title{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.sidebar__footer-copy{text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.4;overflow:hidden}.sidebar__footer-copy--muted{color:#94a3b8}.sidebar__footer-actions{justify-content:space-between;align-items:center;gap:10px;margin-top:2px;display:flex}.sidebar__footer-actions--compact{justify-items:center;gap:10px;display:grid}.sidebar__logout{color:#475569;background:#fff;border-color:#e6eaf0;flex:1}.sidebar__logout:hover{color:var(--text-error)!important;border-color:var(--text-error)!important;background:#fff5f5!important}.sidebar--collapsed .sidebar__brand{justify-content:center;padding-inline:12px}.sidebar--collapsed .sidebar__footer{justify-items:center;padding-inline:12px}[data-theme=dark] .sidebar{border-right:1px solid #24242f;box-shadow:6px 0 24px #00000073}[data-theme=dark] .sidebar__eyebrow{color:#8b8ba0}[data-theme=dark] .sidebar__title{color:#f1f5f9}[data-theme=dark] .sidebar__menu .ant-menu-item,[data-theme=dark] .sidebar__menu .ant-menu-submenu-title{color:#c3c3d0}[data-theme=dark] .sidebar__menu .ant-menu-item .anticon,[data-theme=dark] .sidebar__menu .ant-menu-submenu-title .anticon{color:#8b8ba0}[data-theme=dark] .sidebar__menu .ant-menu-item:hover,[data-theme=dark] .sidebar__menu .ant-menu-submenu-title:hover{color:#f1f5f9!important;background:#1c1c26!important}[data-theme=dark] .sidebar__menu .ant-menu-item:hover .anticon,[data-theme=dark] .sidebar__menu .ant-menu-submenu-title:hover .anticon{color:#c3c3d0!important}[data-theme=dark] .sidebar__toggle{color:#c3c3d0;background:#14141c;border-color:#24242f}[data-theme=dark] .sidebar__toggle:hover{background:#1c1c26!important}[data-theme=dark] .sidebar__footer{border-top:1px solid #24242f}[data-theme=dark] .sidebar__footer-title{color:#f1f5f9}[data-theme=dark] .sidebar__footer-copy--muted{color:#8b8ba0}[data-theme=dark] .sidebar__logout{color:#c3c3d0;background:#14141c;border-color:#24242f}[data-theme=dark] .sidebar__logout:hover{background:#f8717126!important}
