@import"https://fonts.googleapis.com/css2?family=Inter:wght@500;600&display=swap";:root{--font-size: 12px;--theme-color-blue-50: #edf1fc;--theme-color-gray-50: #ffffff;--theme-color-gray-100: #fafafa;--theme-color-gray-200: #f6f6f6;--theme-color-gray-300: #f1f1f1;--theme-color-gray-400: #e0e0e0;--theme-color-gray-500: #d0d0d0;--theme-color-gray-600: #929292;--theme-color-gray-700: #727272;--theme-color-gray-800: #575757;--theme-color-gray-900: #0e0e0e;--theme-color-sky-blue-300: #1ca1d7;--theme-color-steel-blue-300: #4882c2;--theme-color-yellow-50: #fef7ee;--theme-color-yellow-100: #ee9e27;--theme-color-red-100: #feeeee;--theme-color-red-400: #f72f2f;--theme-color-green-100: #eff8f1;--theme-color-green-200: #3caa4d;--theme-color-orange-50: #fff3ec;--theme-color-orange-100: #ff9e69;--border-radius: 10px;--border-color-primary: #f1f1f1;--main-border-color: #e0e0e0;--main-size-header: 72px;--main-size-main-width: 236px;--main-bg-color: #fafafa;--main-content-bg-color: #ffffff;--main-menu-bg-color: #fafafa;--main-text-color: #0e0e0e;--main-link-color: #2356d8;--padding-std: 16px}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-height:100vh;background-color:var(--main-bg-color);font-family:Inter,sans-serif;font-size:var(--font-size);color:var(--main-text-color)}button,a{font:inherit}button{background:transparent;border:0;color:inherit}a{color:var(--main-link-color);text-decoration:none}.app-shell{min-height:100vh}[template=spring] .main{position:relative;width:100%;min-height:100vh;max-width:1920px;margin:0 auto}[template=spring] .mavryx-app-env-dev-version{display:inline-block;background:#ff7f33;text-align:center;font-weight:700;color:#fff;position:fixed;width:auto;top:20px;z-index:1;font-size:13px;opacity:.3;right:25%;padding:10px;border-radius:10px}[template=spring] .container-fluid{width:100%;padding-left:0;padding-right:0}[template=spring] .container-full-width{width:100%;max-width:100%}[template=spring] .container-full-height{min-height:100vh}[template=spring] .row{display:flex;flex-wrap:wrap;margin:0}[template=spring] .col,[template=spring] .col-12,[template=spring] .col-md,[template=spring] .col-md-4{position:relative;width:100%;min-width:0;padding-left:10px;padding-right:10px}[template=spring] .col{flex:1 1 0%}[template=spring] .col-12{flex:0 0 100%;max-width:100%}[template=spring] .col-md,[template=spring] .col-md-4{flex:1 1 0%}[template=spring] .main_body{min-height:100vh;opacity:1;padding:0}[template=spring] .main_body>.container-fluid>.row>.col.container-full-width{padding-left:0;padding-right:0}[template=spring] [layout=default] .main_top{min-height:var(--main-size-header);display:flex;align-items:center;background-color:transparent;padding:0 20px 0 12px}[template=spring] .legacy-workspace{display:flex;position:relative;min-height:calc(100vh - var(--main-size-header))}[template=spring] [layout] .main_menu{display:flex;flex-direction:column;flex:0 0 var(--main-size-main-width);position:relative;width:var(--main-size-main-width);min-width:var(--main-size-main-width);height:calc(100vh - var(--main-size-header));overflow:hidden;background-color:var(--main-menu-bg-color)}[template=spring] [layout=default] .main_content{flex:1 1 auto;background-color:var(--main-bg-color);min-width:0}[template=spring] .main_content.main_content--standalone{margin-left:0;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px}[template=spring] [layout=default] .main_content .view{display:block;height:calc(100vh - var(--main-size-header));overflow-y:auto;width:auto;min-height:0}[template=spring] .view.view--standalone{width:min(680px,100%);min-height:auto;border-radius:var(--border-radius)}[template=spring] .admin-sidebar{padding:18px 14px 14px 12px}[template=spring] .admin-sidebar__bottom-logo{width:92px;height:auto;display:block}[template=spring] .admin-sidebar__section{padding:0}[template=spring] .admin-sidebar__heading{margin:0 0 12px;color:var(--theme-color-gray-600);font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}[template=spring] .admin-table-card__panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:12px}[template=spring] .admin-table-card__title{margin:0;color:var(--theme-color-gray-900);font-size:18px;font-weight:600;line-height:1.2;letter-spacing:-.04em}[template=spring] .admin-table-card__summary{margin:6px 0 0;color:var(--theme-color-gray-700);font-size:12px;line-height:1.4}[template=spring] .admin-table-card__panel-actions{display:flex;align-items:center;gap:8px}[template=spring] .admin-status-pill--inactive{background:var(--theme-color-gray-200);border-color:var(--theme-color-gray-400);color:var(--theme-color-gray-700)}[template=spring] .admin-section{min-height:100%;padding:14px;display:flex;flex-direction:column;gap:14px}[template=spring] .admin-context-bar,[template=spring] .admin-context-bar__breadcrumbs,[template=spring] .admin-context-bar__actions{display:flex;align-items:center}[template=spring] .admin-context-bar{justify-content:space-between;width:100%;gap:12px}[template=spring] .admin-context-bar__breadcrumbs{flex-wrap:wrap;gap:6px;color:var(--theme-color-gray-700);font-size:11px;font-weight:500;line-height:1.4;min-width:0}[template=spring] .admin-context-bar__crumb{display:inline-flex;align-items:center;gap:6px}[template=spring] .admin-context-bar__separator{color:var(--theme-color-gray-600)}[template=spring] .admin-context-bar__breadcrumbs strong{color:var(--theme-color-gray-900);font-weight:600}[template=spring] .admin-context-bar__actions{justify-content:flex-end;flex:0 0 auto}[template=spring] .admin-page-surface{background:var(--theme-color-gray-50);border:1px solid var(--theme-color-gray-400);border-radius:14px}[template=spring] .admin-page-surface__header{padding:12px 18px;border-bottom:1px solid var(--theme-color-gray-400)}[template=spring] .admin-page-surface__content{display:flex;flex-direction:column;gap:18px;padding:12px}[template=spring] .admin-view-state{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 170px);padding:24px}[template=spring] .admin-view-state__card,[template=spring] .admin-page-card,[template=spring] .admin-detail-hero,[template=spring] .admin-detail-panel,[template=spring] .admin-summary-card{background:var(--theme-color-gray-50);border:1px solid var(--theme-color-gray-400);border-radius:14px}[template=spring] .admin-view-state__card{width:min(520px,100%);padding:28px}[template=spring] .admin-view-state__card h2,[template=spring] .admin-page-card__title,[template=spring] .admin-detail-hero__title,[template=spring] .admin-detail-panel__title,[template=spring] .admin-summary-card__title{margin:0;color:var(--theme-color-gray-900);font-size:18px;font-weight:600;line-height:1.2;letter-spacing:-.04em}[template=spring] .admin-view-state__card p,[template=spring] .admin-page-card__eyebrow,[template=spring] .admin-detail-hero__subtitle,[template=spring] .admin-detail-panel__subtitle,[template=spring] .admin-summary-card__subtitle,[template=spring] .admin-detail-meta__item,[template=spring] .admin-detail-list__value{color:var(--theme-color-gray-700)}[template=spring] .admin-page-card{padding:16px}[template=spring] .admin-page-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}[template=spring] .admin-page-card__eyebrow{margin:0 0 6px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}[template=spring] .admin-page-card__actions,[template=spring] .admin-detail-actions,[template=spring] .admin-section-tabs{display:flex;align-items:center;gap:8px;flex-wrap:wrap}[template=spring] .admin-page-chip,[template=spring] .admin-detail-meta__item{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0 10px;border:1px solid var(--theme-color-gray-400);border-radius:999px;background:var(--theme-color-gray-50);color:var(--theme-color-gray-800);font-size:11px;font-weight:500}[template=spring] .admin-page-chip svg,[template=spring] .admin-detail-meta__item svg,[template=spring] .admin-back-button svg{width:14px;height:14px}[template=spring] .admin-section-tabs{border-bottom:1px solid var(--theme-color-gray-400);padding-bottom:8px}[template=spring] .admin-section-tabs__button{min-height:34px;padding:0 12px;border-radius:10px;color:var(--theme-color-gray-700);cursor:pointer}[template=spring] .admin-section-tabs__button.is-active{background:var(--theme-color-gray-300);color:var(--theme-color-sky-blue-300)}[template=spring] .admin-split-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:14px;align-items:start}[template=spring] .admin-summary-stack{display:flex;flex-direction:column;gap:14px}[template=spring] .admin-summary-card{padding:16px}[template=spring] .admin-summary-card__subtitle{margin:8px 0 0;font-size:12px;line-height:1.5}[template=spring] .admin-detail-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px}[template=spring] .admin-back-button{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 10px;border:1px solid var(--theme-color-gray-400);border-radius:10px;background:var(--theme-color-gray-50);color:var(--theme-color-gray-800);cursor:pointer}[template=spring] .admin-entity-shell{background:var(--theme-color-gray-50);border:1px solid var(--theme-color-gray-400);border-radius:14px}[template=spring] .admin-entity-shell__surface{display:flex;flex-direction:column;gap:18px;padding:16px}[template=spring] .admin-entity-shell__breadcrumb{display:flex;align-items:center;gap:6px;color:var(--theme-color-gray-700);font-size:11px;font-weight:500;line-height:1.4}[template=spring] .admin-entity-shell__breadcrumb strong{color:var(--theme-color-gray-900);font-weight:600}[template=spring] .admin-entity-shell__breadcrumb-separator{color:var(--theme-color-gray-600)}[template=spring] .admin-entity-header{padding-bottom:14px;border-bottom:1px solid var(--theme-color-gray-400)}[template=spring] .admin-entity-header__identity{display:flex;align-items:flex-start;gap:16px}[template=spring] .admin-entity-header__icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border:1px solid var(--theme-color-gray-400);border-radius:14px;background:var(--theme-color-gray-100);color:var(--theme-color-sky-blue-300);flex:0 0 auto}[template=spring] .admin-entity-header__icon svg{width:24px;height:24px}[template=spring] .admin-entity-header__copy{min-width:0;flex:1 1 auto}[template=spring] .admin-entity-header__title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}[template=spring] .admin-entity-header__title{margin:0;color:var(--theme-color-gray-900);font-size:22px;font-weight:600;line-height:1.16;letter-spacing:-.04em}[template=spring] .admin-entity-header__meta{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:10px}[template=spring] .admin-entity-header__meta-item{color:var(--theme-color-gray-800);font-size:12px;font-weight:500;line-height:1.4}[template=spring] .admin-entity-header__meta-label{color:var(--theme-color-gray-600);font-size:11px;font-weight:600;letter-spacing:.08em;margin-right:6px;text-transform:uppercase}[template=spring] .admin-entity-shell .admin-section-tabs{align-items:center;gap:8px;flex-wrap:wrap;overflow-x:auto;border-bottom:0;padding:0}[template=spring] .admin-entity-shell .admin-section-tabs__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border:1px solid var(--theme-color-gray-400);border-radius:10px;background:var(--theme-color-gray-100);color:var(--theme-color-gray-700);font-size:13px;font-weight:600;line-height:1;white-space:nowrap}[template=spring] .admin-entity-shell .admin-section-tabs__button.is-active{background:var(--theme-color-gray-50);border-color:var(--theme-color-sky-blue-300);color:var(--theme-color-sky-blue-300);box-shadow:inset 0 0 0 1px var(--theme-color-sky-blue-300)}[template=spring] .admin-entity-shell__content{display:flex;flex-direction:column;gap:16px}[template=spring] .admin-user-preview{background:var(--theme-color-gray-50)}[template=spring] .admin-user-preview__surface{gap:20px;padding:12px 18px 18px}[template=spring] .admin-detail-actions{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}[template=spring] .admin-page-surface__header .admin-context-bar__actions .admin-toolbar-button{display:inline-flex;align-items:center;justify-content:center;width:30px;min-width:30px;height:30px;min-height:30px;padding:0;border-radius:8px;border-color:var(--theme-color-gray-300);background:var(--theme-color-gray-50);color:inherit}[template=spring] .admin-page-surface__header .admin-context-bar__actions .admin-toolbar-button svg{width:14px;height:14px;color:var(--theme-color-sky-blue-300)}[template=spring] .admin-page-surface__header .admin-context-bar__actions .admin-toolbar-button--danger{border-color:var(--theme-color-gray-300);background:var(--theme-color-gray-50);color:inherit}[template=spring] .admin-page-surface__header .admin-context-bar__actions .admin-toolbar-button--danger svg{color:var(--theme-color-red-400)}[template=spring] .admin-user-preview__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:2px}[template=spring] .admin-user-preview__identity{display:flex;align-items:flex-start;gap:16px;min-width:0;flex:1 1 auto}[template=spring] .admin-user-preview__avatar{display:inline-flex;align-items:center;justify-content:center;width:88px;height:88px;border:1px solid var(--theme-color-gray-300);border-radius:16px;background:var(--theme-color-gray-100);color:var(--theme-color-gray-900);font-size:22px;font-weight:600;letter-spacing:-.08em;flex:0 0 auto}[template=spring] .admin-user-preview__copy{display:flex;flex-direction:column;justify-content:space-between;min-height:88px;min-width:0;flex:1 1 auto}[template=spring] .admin-user-preview__title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}[template=spring] .admin-user-preview__title{margin:0;color:var(--theme-color-gray-900);font-size:22px;font-weight:600;line-height:1.16;letter-spacing:-.04em}[template=spring] .admin-user-preview__subtitle{margin:6px 0 0;color:var(--theme-color-gray-700);font-size:13px;font-weight:500;line-height:1.4}[template=spring] .admin-user-preview__meta{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-top:10px}[template=spring] .admin-user-preview__meta-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}[template=spring] .admin-user-preview__meta-item{display:inline-flex;align-items:center;gap:6px;min-width:0;color:var(--theme-color-gray-800);font-size:12px;font-weight:500;line-height:1.4}[template=spring] .admin-user-preview__meta-separator{width:4px;height:4px;border-radius:999px;background:var(--theme-color-gray-500);flex:0 0 auto}[template=spring] .admin-user-preview__meta-icon{flex:0 0 auto;color:var(--theme-color-sky-blue-300)}[template=spring] .admin-organisation-preview .admin-user-preview__avatar{color:var(--theme-color-sky-blue-300)}[template=spring] .admin-organisation-preview__avatar-icon{width:32px;height:32px}[template=spring] .admin-permissions-preview .admin-user-preview__avatar{color:var(--theme-color-sky-blue-300)}[template=spring] .admin-permissions-preview__avatar-icon{width:32px;height:32px}[template=spring] .admin-user-preview__meta-label{color:var(--theme-color-gray-600);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}[template=spring] .admin-user-preview__meta-value{min-width:0;color:var(--theme-color-gray-900);word-break:break-word}[template=spring] .admin-detail-actions .admin-toolbar-button{display:inline-flex;align-items:center;justify-content:center;width:30px;min-width:30px;height:30px;min-height:30px;padding:0;border-radius:8px;border-color:var(--theme-color-gray-300);background:var(--theme-color-gray-50);color:inherit}[template=spring] .admin-detail-actions .admin-toolbar-button svg{width:14px;height:14px;color:var(--theme-color-sky-blue-300)}[template=spring] .admin-detail-actions .admin-toolbar-button--danger{border-color:var(--theme-color-gray-300);background:var(--theme-color-gray-50);color:inherit}[template=spring] .admin-detail-actions .admin-toolbar-button--danger svg{color:var(--theme-color-red-400)}[template=spring] .admin-user-preview__tabs{border-bottom:1px solid var(--theme-color-gray-400)}[template=spring] .admin-user-preview .admin-section-tabs{gap:24px;flex-wrap:nowrap;overflow-x:auto;border-bottom:0;padding:0;-ms-overflow-style:none;scrollbar-width:none}[template=spring] .admin-user-preview .admin-section-tabs::-webkit-scrollbar{display:none}[template=spring] .admin-user-preview .admin-section-tabs__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;min-height:38px;padding:0 0 10px;border:0;border-radius:0;background:transparent;color:var(--theme-color-gray-700);font-size:13px;font-weight:600;line-height:1.4;white-space:nowrap}[template=spring] .admin-user-preview .admin-section-tabs__button:hover{color:var(--theme-color-gray-900)}[template=spring] .admin-user-preview .admin-section-tabs__button.is-active{background:transparent;border-color:transparent;box-shadow:none;color:var(--theme-color-sky-blue-300)}[template=spring] .admin-user-preview .admin-section-tabs__button.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;border-radius:999px;background:var(--theme-color-sky-blue-300)}[template=spring] .admin-user-preview .admin-entity-shell__content{gap:0}[template=spring] .admin-user-preview .admin-table-card__surface{background:#fff;border-color:var(--theme-color-gray-300);padding:14px 16px 12px}[template=spring] .admin-user-preview .admin-table-card__panel-header{align-items:center;padding-bottom:14px}[template=spring] .admin-user-preview .admin-table-card__title{font-size:18px;line-height:1.2;letter-spacing:-.04em}[template=spring] .admin-user-preview .admin-table-card__toolbar{align-items:center;gap:16px;padding-bottom:14px}[template=spring] .admin-user-preview .admin-table-card__filters{gap:10px}[template=spring] .admin-user-preview .admin-filter-field span{display:none}[template=spring] .admin-user-preview .admin-filter-field select{min-width:144px;min-height:34px;border-radius:10px;background:var(--theme-color-gray-100);font-size:11px}[template=spring] .admin-user-preview .admin-search-field{min-height:34px;width:min(280px,100%);min-width:220px;border-radius:10px;background:#fff}[template=spring] .admin-user-preview .admin-table-wrap{border:1px solid var(--theme-color-gray-300);border-radius:14px;background:#fff}[template=spring] .admin-user-preview .admin-data-table thead th{background:var(--theme-color-gray-100)}[template=spring] .admin-user-preview .admin-table-card__footer{padding-top:14px}[template=spring] .admin-entity-overview{background:#fff;border:1px solid var(--theme-color-gray-300);border-radius:14px;padding:16px}[template=spring] .admin-entity-overview__title{margin:0;color:var(--theme-color-gray-900);font-size:16px;font-weight:600;line-height:1.2}[template=spring] .admin-entity-overview__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;margin-top:16px}[template=spring] .admin-entity-fact{display:flex;flex-direction:column;gap:6px;min-width:0;padding:14px;border:1px solid var(--theme-color-gray-300);border-radius:12px;background:#fff}[template=spring] .admin-entity-fact__label{color:var(--theme-color-gray-600);font-size:11px;font-weight:600;letter-spacing:.08em;line-height:1.4;text-transform:uppercase}[template=spring] .admin-entity-fact__value{color:var(--theme-color-gray-900);font-size:13px;font-weight:500;line-height:1.5;word-break:break-word}[template=spring] .admin-user-basics-card{background:#fff;border:1px solid var(--theme-color-gray-300);border-radius:14px;padding:18px}[template=spring] .admin-user-basics-card__title{margin:0;color:var(--theme-color-gray-900);font-size:16px;font-weight:600;line-height:1.2}[template=spring] .admin-user-basics-card__rows{display:flex;flex-direction:column;margin-top:16px;border:1px solid var(--theme-color-gray-300);border-radius:12px;overflow:hidden;background:#fff}[template=spring] .admin-user-basics-card__row{display:grid;grid-template-columns:minmax(140px,180px) minmax(0,1fr);gap:12px;padding:14px 16px;align-items:start}[template=spring] .admin-user-basics-card__row+.admin-user-basics-card__row{border-top:1px solid var(--theme-color-gray-300)}[template=spring] .admin-user-basics-card__label{color:var(--theme-color-gray-600);font-size:11px;font-weight:600;letter-spacing:.08em;line-height:1.4;text-transform:uppercase}[template=spring] .admin-user-basics-card__value{color:var(--theme-color-gray-900);font-size:13px;font-weight:500;line-height:1.5;word-break:break-word}[template=spring] .admin-detail-hero{padding:18px}[template=spring] .admin-detail-hero__main{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}[template=spring] .admin-detail-hero__identity{display:flex;align-items:center;gap:16px}[template=spring] .admin-detail-hero__avatar{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:18px;background:var(--theme-color-gray-200);color:var(--theme-color-gray-900);font-size:20px;font-weight:600;letter-spacing:-.06em}[template=spring] .admin-detail-hero__subtitle{margin:6px 0 0;font-size:13px;line-height:1.5}[template=spring] .admin-detail-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:14px}[template=spring] .admin-detail-panel{padding:16px}[template=spring] .admin-detail-panel__subtitle{margin:8px 0 0;font-size:12px;line-height:1.5}[template=spring] .admin-detail-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}[template=spring] .admin-detail-list__item{display:flex;flex-direction:column;gap:4px}[template=spring] .admin-detail-list__label{color:var(--theme-color-gray-600);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}[template=spring] .admin-detail-list__value{font-size:13px;line-height:1.5}[template=spring] .admin-inline-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}[template=spring] .admin-inline-stats--four-up{grid-template-columns:repeat(4,minmax(0,1fr))}[template=spring] .admin-inline-stat{background:var(--theme-color-gray-50);border:1px solid var(--theme-color-gray-400);border-radius:14px;padding:16px}[template=spring] .admin-inline-stat__label{color:var(--theme-color-gray-600);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}[template=spring] .admin-inline-stat__value{margin-top:8px;color:var(--theme-color-gray-900);font-size:28px;font-weight:600;line-height:1;letter-spacing:-.08em}[template=spring] .admin-inline-stat__hint{margin-top:8px;color:var(--theme-color-gray-700);font-size:12px;line-height:1.4}[template=spring] .admin-list-cell{display:inline-flex;align-items:center;gap:6px;color:var(--theme-color-gray-800)}[template=spring] .admin-list-cell--stacked{display:flex;flex-direction:column;align-items:flex-start;gap:4px}[template=spring] .admin-list-cell--stacked small{color:var(--theme-color-gray-600);font-size:11px}[template=spring] .admin-list-cell svg{width:14px;height:14px;color:var(--theme-color-gray-600)}[template=spring] .admin-chip-stack{display:flex;flex-wrap:wrap;gap:8px}[template=spring] .admin-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}[template=spring] .admin-collection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}[template=spring] .admin-collection-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}[template=spring] .admin-collection-card{display:flex;flex-direction:column;gap:12px;padding:16px;background:#fff;border:1px solid var(--theme-color-gray-300);border-radius:14px;min-width:0}[template=spring] .admin-collection-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}[template=spring] .admin-collection-card__title{margin:0;color:var(--theme-color-gray-900);font-size:15px;font-weight:600;line-height:1.25}[template=spring] .admin-collection-card__subtitle,[template=spring] .admin-collection-card__body,[template=spring] .admin-collection-card__footer,[template=spring] .admin-setting-list__item p{margin:0;color:var(--theme-color-gray-700);font-size:12px;line-height:1.5}[template=spring] .admin-collection-card__footer{color:var(--theme-color-gray-600)}[template=spring] .admin-setting-list{display:flex;flex-direction:column;gap:10px}[template=spring] .admin-setting-list__item{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;padding:14px 16px;border:1px solid var(--theme-color-gray-300);border-radius:12px;background:#fff}[template=spring] .admin-setting-list__item strong{display:block;color:var(--theme-color-gray-900);font-size:13px;font-weight:600;line-height:1.4}[template=spring] .admin-pill--positive{background:var(--theme-color-green-100);border-color:#3caa4d2e;color:var(--theme-color-green-200)}[template=spring] .admin-pill--muted{background:var(--theme-color-gray-100);border-color:var(--theme-color-gray-300);color:var(--theme-color-gray-700)}@media (max-width: 1100px){[template=spring] .admin-split-layout,[template=spring] .admin-inline-stats,[template=spring] .admin-detail-list,[template=spring] .admin-detail-grid,[template=spring] .admin-collection-grid,[template=spring] .admin-collection-grid--compact{grid-template-columns:1fr}[template=spring] .admin-user-preview__hero,[template=spring] .admin-user-preview .admin-table-card__toolbar{flex-direction:column;align-items:stretch}[template=spring] .admin-user-preview .admin-search-field{width:100%;min-width:0;margin-left:0}[template=spring] .admin-entity-overview__grid{grid-template-columns:1fr}[template=spring] .admin-user-basics-card__row{grid-template-columns:1fr;gap:6px}}@media (max-width: 860px){[template=spring] .legacy-workspace{flex-direction:column}[template=spring] [layout] .main_menu{width:100%;height:auto}[template=spring] .admin-header__brand-column{width:auto;min-width:0}[template=spring] .admin-header__title-row{min-width:0}[template=spring] .admin-detail-hero__main,[template=spring] .admin-page-card__header{flex-direction:column}[template=spring] .admin-entity-header__identity,[template=spring] .admin-entity-header__title-row,[template=spring] .admin-user-preview__identity,[template=spring] .admin-user-preview__title-row{flex-direction:column;align-items:flex-start}[template=spring] .admin-user-preview .admin-section-tabs{gap:18px}[template=spring] .admin-user-preview .admin-filter-field,[template=spring] .admin-user-preview .admin-filter-field select{width:100%}}[template=spring] .admin-sidebar__list{list-style:none;margin:0;padding:0}[template=spring] .admin-sidebar__list li+li{margin-top:4px}[template=spring] .admin-sidebar__item{display:flex;align-items:center;gap:10px;min-height:34px;width:100%;border:0;border-radius:10px;background:transparent;padding:8px;color:var(--theme-color-gray-800);text-align:left;cursor:pointer;transition:background-color .14s ease,color .14s ease}[template=spring] .admin-sidebar__item:hover{background:var(--theme-color-gray-300)}[template=spring] .admin-sidebar__item:hover .admin-sidebar__item-icon{color:var(--theme-color-sky-blue-300)}[template=spring] .admin-sidebar__item.is-active{background:var(--theme-color-gray-300);color:var(--theme-color-gray-900)}[template=spring] .admin-sidebar__item[aria-disabled=true]{cursor:default}[template=spring] .admin-sidebar__item-icon{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;color:var(--theme-color-gray-600);flex:0 0 auto;transition:color .14s ease}[template=spring] .admin-sidebar__item.is-active .admin-sidebar__item-icon{color:var(--theme-color-sky-blue-300)}[template=spring] .admin-sidebar__item-icon svg,[template=spring] .admin-sidebar__logout svg,[template=spring] .admin-header__icon-button svg,[template=spring] .admin-header__chevron,[template=spring] .admin-header__dropdown-item svg,[template=spring] .admin-header__logout-button svg,[template=spring] .admin-header__home-chip svg,[template=spring] .admin-metric-card__icon svg,[template=spring] .admin-metric-card__action svg{width:100%;height:100%}[template=spring] .admin-sidebar__item-label{font-size:13px;font-weight:600;line-height:1.2;flex:1 1 auto}[template=spring] .admin-sidebar__badge{width:16px;height:16px;min-width:16px;flex:0 0 16px;border-radius:999px;background:var(--theme-color-red-400);color:var(--theme-color-gray-50);font-size:10px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;padding:0}[template=spring] .admin-sidebar__divider,[template=spring] .admin-sidebar__footer-bar{height:1px;background:var(--theme-color-gray-400);margin:18px 0}[template=spring] .admin-sidebar__footer{margin-top:auto;padding:0}[template=spring] .admin-sidebar__list--compact .admin-sidebar__item{padding-left:8px;padding-right:8px;min-height:28px;border-radius:10px}[template=spring] .admin-sidebar__bottom-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:26px}[template=spring] .admin-sidebar__logout{display:inline-flex;align-items:center;gap:4px;padding:0;color:var(--theme-color-gray-700);cursor:pointer}[template=spring] .admin-sidebar__logout svg{width:14px;height:14px}[template=spring] .admin-sidebar__logout-chevron{width:12px!important;height:12px!important}[template=spring] .admin-header{position:relative}[template=spring] .admin-header__brand-column{width:var(--main-size-main-width);min-width:var(--main-size-main-width);display:flex;align-items:center;padding-right:18px}[template=spring] .admin-header__title-row,[template=spring] .admin-header__actions,[template=spring] .admin-header__profile-button,[template=spring] .admin-header__dropdown-user,[template=spring] .admin-header__dropdown-item,[template=spring] .admin-header__logout-button{display:flex;align-items:center}[template=spring] .admin-header__title-row{gap:12px;flex:1 1 auto;min-width:0}[template=spring] .admin-header__logo{width:124px;height:auto;display:block;flex:0 0 auto}[template=spring] .admin-header__home-chip{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;background:var(--theme-color-gray-50);border:1px solid var(--theme-color-gray-400);border-radius:9px;color:var(--theme-color-sky-blue-300)}[template=spring] .admin-header__title-copy h1{margin:0;font-size:18px;line-height:1.2;letter-spacing:-.06em;font-weight:600}[template=spring] .admin-header__actions{margin-left:auto;gap:14px;position:relative}[template=spring] .admin-header__icon-button,[template=spring] .admin-header__profile-button{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}[template=spring] .admin-header__icon-button{width:24px;height:24px;color:var(--theme-color-gray-600);position:relative;overflow:visible}[template=spring] .admin-header__icon-button svg{width:18px;height:18px;display:block;overflow:visible;transform:scale(1.42);transform-origin:center}[template=spring] .admin-header__notification-dot{position:absolute;top:0;right:-1px;width:5px;height:5px;border-radius:50%;background:var(--theme-color-red-400);z-index:1}[template=spring] .admin-header__profile-wrap{position:relative}[template=spring] .admin-header__profile-button{gap:8px;padding:0}[template=spring] .admin-header__avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;background:var(--theme-color-gray-300)}[template=spring] .admin-header__chevron{width:14px;height:14px;color:var(--theme-color-gray-700)}[template=spring] .admin-header__dropdown{position:absolute;top:calc(100% + 8px);right:0;width:194px;background:var(--theme-color-gray-50);border:1px solid var(--theme-color-gray-400);border-radius:12px;box-shadow:0 10px 30px #0e0e0e14;padding:10px;z-index:5}[template=spring] .admin-header__dropdown-user{gap:10px;padding:4px 4px 10px}[template=spring] .admin-header__dropdown-user strong,[template=spring] .admin-header__dropdown-user span{display:block}[template=spring] .admin-header__dropdown-user strong{color:var(--theme-color-gray-900);font-size:12px;font-weight:600}[template=spring] .admin-header__dropdown-user span{color:var(--theme-color-gray-700);font-size:11px;line-height:1.4}[template=spring] .admin-header__dropdown-item,[template=spring] .admin-header__logout-button{width:100%;gap:10px;padding:8px 10px;border-radius:8px;color:var(--theme-color-gray-800);cursor:pointer;text-align:left}[template=spring] .admin-header__dropdown-item svg,[template=spring] .admin-header__logout-button svg{width:14px;height:14px;color:var(--theme-color-gray-700);flex:0 0 auto}[template=spring] .admin-header__dropdown-item:first-of-type{background:var(--theme-color-gray-200)}[template=spring] .admin-header__dropdown-separator{height:1px;background:var(--theme-color-gray-400);margin:8px 0}[template=spring] .admin-header__logout-button{justify-content:center;border:1px solid var(--theme-color-gray-400);color:var(--theme-color-gray-700)}[template=spring] .admin-dashboard{min-height:100%;padding:14px;display:flex;flex-direction:column;box-sizing:border-box}[template=spring] .admin-dashboard--organisations{padding:0 14px 14px}[template=spring] .admin-dashboard__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}[template=spring] .admin-metric-card{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--theme-color-gray-50);border:1px solid var(--theme-color-gray-400);border-radius:10px;padding:10px 10px 10px 12px}[template=spring] .admin-metric-card__content{display:flex;align-items:center;gap:12px;min-width:0}[template=spring] .admin-metric-card__icon{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:9px}[template=spring] .admin-metric-card__icon--blue{background:var(--theme-color-blue-50);color:var(--theme-color-blue-100)}[template=spring] .admin-metric-card__icon--orange{background:var(--theme-color-yellow-50);color:var(--theme-color-yellow-100)}[template=spring] .admin-metric-card__icon--red{background:var(--theme-color-red-100);color:var(--theme-color-red-400)}[template=spring] .admin-metric-card__name{font-size:14px;font-weight:600;line-height:1.2;color:var(--theme-color-gray-900)}[template=spring] .admin-metric-card__action{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:1px solid var(--theme-color-gray-400);border-radius:8px;color:var(--theme-color-gray-700);flex:0 0 auto;cursor:pointer}[template=spring] .admin-dashboard__content{flex:1 1 auto;min-height:0;background:var(--theme-color-gray-50);border:1px solid var(--theme-color-gray-400);border-radius:14px;margin-top:14px}[template=spring] .admin-dashboard--tables{display:flex;flex-direction:column;gap:18px}[template=spring] .admin-table-card__toolbar,[template=spring] .admin-table-card__toolbar-controls,[template=spring] .admin-table-card__filters,[template=spring] .admin-table-card__panel-header,[template=spring] .admin-table-card__footer,[template=spring] .admin-table-entity,[template=spring] .admin-table-contact,[template=spring] .admin-table-actions,[template=spring] .admin-pagination,[template=spring] .admin-pagination__nav,[template=spring] .admin-search-field,[template=spring] .admin-page-size{display:flex;align-items:center}[template=spring] .admin-table-card{min-height:100%;width:100%}[template=spring] .admin-table-card__surface{background:var(--theme-color-gray-50);border:1px solid var(--theme-color-gray-400);border-radius:14px;padding:12px}[template=spring] .admin-table-card--embedded{min-height:0}[template=spring] .admin-table-card--embedded .admin-table-card__surface{background:transparent;border:0;border-radius:0;padding:0}[template=spring] .admin-table-card__toolbar{justify-content:space-between;align-items:center;gap:12px;padding:0 0 12px}[template=spring] .admin-table-card__toolbar-controls{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex:1 1 auto;min-width:0}[template=spring] .admin-table-card__filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end;flex:1 1 auto;min-width:0}[template=spring] .admin-table-card__results-count{margin:0;color:var(--theme-color-gray-900);font-size:16px;font-weight:600;line-height:1.2;letter-spacing:-.02em;white-space:nowrap;flex:0 0 auto}[template=spring] .admin-filter-field{display:flex;flex-direction:column;gap:4px;color:var(--theme-color-gray-700)}[template=spring] .admin-filter-field span{color:var(--theme-color-gray-700);font-size:11px;line-height:1.4}[template=spring] .admin-filter-field select{min-height:36px;min-width:152px;border:1px solid var(--theme-color-gray-400);border-radius:10px;background:var(--theme-color-gray-50);color:var(--theme-color-gray-800);font-size:12px;font-weight:500;outline:none;padding:0 10px}[template=spring] .admin-search-field svg,[template=spring] .admin-table-contact svg,[template=spring] .admin-action-button svg,[template=spring] .admin-pagination__nav svg{width:16px;height:16px;flex:0 0 auto}[template=spring] .admin-search-field{min-width:272px;min-height:40px;border:1px solid var(--theme-color-gray-400);border-radius:12px;background:var(--theme-color-gray-50);padding:0 12px;gap:8px;color:var(--theme-color-gray-600);width:min(360px,100%)}[template=spring] .admin-toolbar-button,[template=spring] .admin-text-button,[template=spring] .admin-dialog__close{border:1px solid var(--theme-color-gray-400);background:var(--theme-color-gray-50);color:var(--theme-color-gray-900);cursor:pointer}[template=spring] .admin-toolbar-button{min-height:36px;padding:0 12px;border-radius:10px;font-size:12px;font-weight:600}[template=spring] .admin-toolbar-button--primary{background:var(--theme-color-sky-blue-300);border-color:var(--theme-color-sky-blue-300);color:var(--theme-color-gray-50)}[template=spring] .admin-toolbar-button--secondary{background:var(--theme-color-gray-50);color:var(--theme-color-gray-800)}[template=spring] .admin-toolbar-button--danger{background:#f72f2f;border-color:#f72f2f;color:var(--theme-color-gray-50)}[template=spring] .admin-text-button{min-height:28px;padding:0 8px;border-radius:8px;font-size:11px;font-weight:600}[template=spring] .admin-text-button--danger{color:#f72f2f}[template=spring] .admin-toolbar-button:disabled,[template=spring] .admin-text-button:disabled,[template=spring] .admin-dialog__close:disabled{opacity:.5;cursor:not-allowed}[template=spring] .admin-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:24px;background:#0e0e0e59;z-index:3000}[template=spring] .admin-dialog{width:min(560px,100%);max-height:calc(100vh - 48px);overflow:auto;background:var(--theme-color-gray-50);border:1px solid var(--theme-color-gray-400);border-radius:16px}[template=spring] .admin-dialog__header,[template=spring] .admin-dialog__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px}[template=spring] .admin-dialog__header{border-bottom:1px solid var(--theme-color-gray-400)}[template=spring] .admin-dialog__footer{justify-content:flex-end;border-top:1px solid var(--theme-color-gray-400)}[template=spring] .admin-dialog__title{margin:0;font-size:18px;font-weight:600;line-height:1.2}[template=spring] .admin-dialog__close{width:32px;height:32px;border-radius:8px;font-size:18px;line-height:1}[template=spring] .admin-dialog__body{padding:16px}[template=spring] .admin-dialog__message,[template=spring] .admin-dialog__error{margin:0;font-size:13px;line-height:1.5}[template=spring] .admin-dialog__error{color:#f72f2f}[template=spring] .admin-form{display:flex;flex-direction:column;gap:14px}[template=spring] .admin-form-field{display:flex;flex-direction:column;gap:6px}[template=spring] .admin-form-field span{color:var(--theme-color-gray-700);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}[template=spring] .admin-form-field input,[template=spring] .admin-form-field select,[template=spring] .admin-form-field textarea{width:100%;min-height:40px;border:1px solid var(--theme-color-gray-400);border-radius:10px;background:var(--theme-color-gray-50);color:var(--theme-color-gray-900);font-size:13px;padding:0 12px}[template=spring] .admin-form-field textarea{min-height:104px;padding:12px;resize:vertical}[template=spring] .admin-form-checkbox{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--theme-color-gray-800)}[template=spring] .admin-search-field input{flex:1 1 auto;border:0;outline:none;background:transparent;color:var(--theme-color-gray-800);font-size:13px;min-width:0}[template=spring] .admin-search-field input::placeholder{color:var(--theme-color-gray-600)}[template=spring] .admin-action-button,[template=spring] .admin-pagination__nav,[template=spring] .admin-page-size{min-height:32px;border:1px solid var(--theme-color-gray-400);border-radius:10px;background:var(--theme-color-gray-50);color:var(--theme-color-gray-700)}[template=spring] .admin-table-wrap{overflow-x:auto;border-top:1px solid var(--theme-color-gray-300);border-bottom:1px solid var(--theme-color-gray-300);background:var(--theme-color-gray-50);width:100%}[template=spring] .admin-data-table{width:100%;border-collapse:collapse}[template=spring] .admin-data-table thead th{padding:14px 12px;text-align:left;color:var(--theme-color-gray-600);font-size:11px;font-weight:500;line-height:1.4;background:var(--theme-color-gray-50);border-bottom:1px solid var(--theme-color-gray-300)}[template=spring] .admin-data-table__sort-button{display:inline-flex;align-items:center;gap:6px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit}[template=spring] .admin-data-table__sort-indicator{color:var(--theme-color-gray-600);font-size:12px;line-height:1}[template=spring] .admin-data-table thead th:first-child,[template=spring] .admin-data-table tbody td:first-child{width:44px;padding-left:14px}[template=spring] .admin-data-table tbody td{padding:14px 12px;border-bottom:1px solid var(--theme-color-gray-300);color:var(--theme-color-gray-800);font-size:12px;font-weight:500;line-height:1.4;white-space:nowrap}[template=spring] .admin-data-table tbody tr[data-selected=true]{background:#1ca1d70a}[template=spring] .admin-data-table tbody tr:last-child td{border-bottom:0}[template=spring] .admin-data-table__empty{display:flex;align-items:center;justify-content:center;min-height:180px;color:var(--theme-color-gray-600);font-size:13px}[template=spring] .admin-checkbox{position:relative;display:inline-flex;width:20px;height:20px}[template=spring] .admin-checkbox input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}[template=spring] .admin-checkbox span{width:20px;height:20px;border:1px solid var(--theme-color-gray-500);border-radius:7px;background:var(--theme-color-gray-50)}[template=spring] .admin-checkbox input:checked+span{background:var(--theme-color-sky-blue-300);border-color:var(--theme-color-sky-blue-300);box-shadow:inset 0 0 0 4px var(--theme-color-gray-50)}[template=spring] .admin-table-entity{gap:12px}[template=spring] .admin-table-entity--stacked{align-items:flex-start}[template=spring] .admin-table-meta,[template=spring] .admin-table-entity__content{display:flex;flex-direction:column;gap:2px}[template=spring] .admin-table-meta strong{color:var(--theme-color-gray-900);font-size:12px;font-weight:600}[template=spring] .admin-table-meta span,[template=spring] .admin-table-entity__subline{color:var(--theme-color-gray-600);font-size:11px}[template=spring] .admin-table-avatar{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:var(--theme-color-gray-200);color:var(--theme-color-gray-800);font-size:9px;font-weight:600;letter-spacing:.08em}[template=spring] .admin-table-avatar--person{background:#1ca1d71f;color:var(--theme-color-sky-blue-300)}[template=spring] .admin-table-entity__name{color:var(--theme-color-gray-900);font-size:13px;font-weight:600}[template=spring] .admin-pill,[template=spring] .admin-status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 10px;border-radius:999px;border:1px solid var(--theme-color-gray-400);background:var(--theme-color-gray-50);font-size:11px;line-height:1.4}[template=spring] .admin-status-pill--active{background:var(--theme-color-green-100);border-color:#3caa4d2e;color:var(--theme-color-green-200)}[template=spring] .admin-status-pill--pending{background:var(--theme-color-yellow-50);border-color:#ee9e2733;color:var(--theme-color-yellow-100)}[template=spring] .admin-status-pill--suspended{background:var(--theme-color-red-100);border-color:#f72f2f24;color:var(--theme-color-red-400)}[template=spring] .admin-status-pill--invited{background:#1ca1d71a;border-color:#1ca1d72e;color:var(--theme-color-sky-blue-300)}[template=spring] .admin-status-pill--blocked{background:#f72f2f14;border-color:#f72f2f29;color:var(--theme-color-red-400)}[template=spring] .admin-table-contact{gap:6px;color:var(--theme-color-gray-700)}[template=spring] .admin-table-actions{width:100%;gap:8px;justify-content:flex-end}[template=spring] .admin-action-button{display:inline-flex;align-items:center;justify-content:center;width:36px;min-width:36px;height:36px;padding:0;border-radius:10px;border:1px solid var(--theme-color-gray-300);background:var(--theme-color-gray-50);cursor:pointer;line-height:0}[template=spring] .admin-action-button svg{color:var(--theme-color-sky-blue-300);display:block}[template=spring] .admin-action-button--danger svg{color:var(--theme-color-red-400)}[template=spring] .admin-action-button:disabled svg{color:var(--theme-color-gray-500)}[template=spring] .admin-table-card__footer{justify-content:space-between;gap:12px;padding-top:12px}[template=spring] .admin-filter-field--page-size{max-width:160px}[template=spring] .admin-filter-field--page-size span,[template=spring] .admin-pagination__summary{color:var(--theme-color-gray-600);font-size:12px}[template=spring] .admin-pagination{gap:8px}[template=spring] .admin-pagination__nav{justify-content:center;width:32px;padding:0;cursor:pointer}[template=spring] .admin-pagination__nav:disabled{opacity:.4;cursor:default}[template=spring] .admin-pagination__page{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--theme-color-gray-400);border-radius:10px;background:var(--theme-color-gray-50);color:var(--theme-color-gray-900);font-size:12px;font-weight:600}@media (max-width: 1180px){[template=spring] [layout=default] .main_top{height:auto;padding:16px}[template=spring] [layout] .main_menu,[template=spring] [layout=default] .main_content{width:100%;margin-left:0}[template=spring] .legacy-workspace{flex-direction:column}[template=spring] [layout] .main_menu{position:relative;min-height:auto;height:auto;border-right:0}[template=spring] .admin-dashboard__metrics{grid-template-columns:1fr}[template=spring] .admin-table-card__toolbar,[template=spring] .admin-table-card__toolbar-controls,[template=spring] .admin-table-card__footer{flex-direction:column;align-items:stretch}[template=spring] .admin-table-card__filters{justify-content:flex-start}[template=spring] .admin-table-card__results-count{white-space:normal}[template=spring] .admin-search-field{min-width:0;width:100%}}@media (max-width: 720px){[template=spring] .mavryx-app-env-dev-version{right:10px;top:10px}[template=spring] .main_body{padding-left:0;padding-right:0}[template=spring] .admin-header{padding:12px;gap:12px;align-items:flex-start;flex-direction:column}[template=spring] .admin-header__brand-column{width:auto;min-width:0;padding-right:0}[template=spring] .admin-header__actions{width:100%;justify-content:flex-end}[template=spring] .admin-header__dropdown{right:0}[template=spring] .admin-sidebar{padding:14px 12px}[template=spring] .admin-header__logo{width:104px}[template=spring] .admin-table-card__filters,[template=spring] .admin-filter-field,[template=spring] .admin-filter-field select{width:100%}[template=spring] .admin-pagination{width:100%;justify-content:flex-end;flex-wrap:wrap}}
