.ser-toast-viewport{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;width:min(440px,calc(100vw - 2rem));pointer-events:none}.ser-toast{pointer-events:auto;position:relative;width:min(440px,calc(100vw - 2rem));border-radius:18px;padding:1.05rem 1.15rem 1.1rem 1rem;border:1px solid transparent;box-shadow:0 18px 42px #0f172a29;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;animation:ser-toast-in .18s ease-out}.ser-toast__content{display:flex;align-items:flex-start;gap:.95rem;padding-right:1.9rem}.ser-toast__icon{width:52px;height:52px;border-radius:999px;display:grid;place-items:center;flex:none;color:#fff}.ser-toast__body{min-width:0;display:grid;gap:.35rem}.ser-toast__title{font-size:1.05rem;font-weight:800;line-height:1.2}.ser-toast__description{margin:0;font-size:1rem;line-height:1.45}.ser-toast__close{position:absolute;top:.7rem;right:.85rem;border:none;background:transparent;color:#475569e0;font-size:1.85rem;line-height:1;cursor:pointer;padding:0}.ser-toast__progress{position:absolute;left:0;right:0;bottom:0;height:5px;transform-origin:left;animation-name:ser-toast-progress;animation-timing-function:linear;animation-fill-mode:forwards}.ser-toast--success{background:linear-gradient(180deg,#ecfdf5fa,#dcfce7eb);border-color:#4ade8059}.ser-toast--success .ser-toast__icon{background:linear-gradient(180deg,#22c55e,#16a34a)}.ser-toast--success .ser-toast__title,.ser-toast--success .ser-toast__description{color:#14532d}.ser-toast--success .ser-toast__progress{background:linear-gradient(90deg,#16a34a,#22c55e)}.ser-toast--error{background:linear-gradient(180deg,#fef2f2fa,#fee2e2eb);border-color:#f8717161}.ser-toast--error .ser-toast__icon{background:linear-gradient(180deg,#ef4444,#dc2626)}.ser-toast--error .ser-toast__title,.ser-toast--error .ser-toast__description{color:#7f1d1d}.ser-toast--error .ser-toast__progress{background:linear-gradient(90deg,#dc2626,#ef4444)}.ser-toast--warning{background:linear-gradient(180deg,#fffbebfa,#fef9c3eb);border-color:#fbbf246b}.ser-toast--warning .ser-toast__icon{background:linear-gradient(180deg,#f59e0b,#d97706)}.ser-toast--warning .ser-toast__title,.ser-toast--warning .ser-toast__description{color:#713f12}.ser-toast--warning .ser-toast__progress{background:linear-gradient(90deg,#d97706,#f59e0b)}.ser-toast--info{background:linear-gradient(180deg,#eff6fffa,#dbeafeeb);border-color:#60a5fa5c}.ser-toast--info .ser-toast__icon{background:linear-gradient(180deg,#3b82f6,#2563eb)}.ser-toast--info .ser-toast__title,.ser-toast--info .ser-toast__description{color:#1e3a8a}.ser-toast--info .ser-toast__progress{background:linear-gradient(90deg,#2563eb,#3b82f6)}@keyframes ser-toast-in{0%{opacity:0;transform:translate3d(0,-10px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes ser-toast-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media(max-width:640px){.ser-toast-viewport{top:.75rem;right:.75rem;left:.75rem;width:auto}.ser-toast{width:100%}}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 22%),radial-gradient(circle at 85% 0%,rgba(2,132,199,.08),transparent 20%),linear-gradient(180deg,#f8fbff,#edf2f7);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--ser-navy-900: #081a33;--ser-blue-600: #2563eb;--ser-blue-700: #1d4ed8;--ser-slate-900: #0f172a;--ser-gray-700: #374151;--ser-gray-300: #d1d5db;--ser-gray-200: #e5e7eb;--ser-gray-100: #f3f4f6;--ser-surface: #ffffff;--ser-surface-2: #f8fbff;--ser-green-600: #16a34a;--ser-amber-600: #d97706;--ser-red-600: #dc2626;--ser-cyan-600: #0284c7;--ser-border: rgba(148, 163, 184, .28);--ser-shadow: 0 18px 40px rgba(8, 26, 51, .08);--ser-shadow-strong: 0 24px 60px rgba(15, 23, 42, .18);--ser-radius-lg: 20px;--ser-radius-md: 14px;--ser-radius-sm: 10px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;min-width:320px;min-height:100vh;color:var(--ser-slate-900)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}button{border:0;white-space:nowrap}svg{display:block}.ser-app-shell{min-height:100vh;display:flex;overflow-x:clip;--ser-shell-zoom: .75}.ser-sidebar{width:272px;background:linear-gradient(180deg,#05162d 0%,var(--ser-navy-900) 100%);color:#fff;display:flex;flex-direction:column;padding:20px 16px 16px;border-right:1px solid rgba(255,255,255,.08);box-shadow:8px 0 30px #0000001f;position:sticky;top:0;height:100vh;overflow:auto}.ser-sidebar__brand{display:flex;align-items:center;gap:12px;padding:6px 8px 18px}.ser-sidebar__brand--logo-only{justify-content:center;padding-inline:10px}.ser-sidebar__brand img{width:100%;max-width:206px;height:auto;object-fit:contain}.ser-sidebar__brand-title{font-size:18px;font-weight:700;line-height:1}.ser-sidebar__brand-subtitle{font-size:13px;opacity:.72;margin-top:2px}.ser-sidebar__group-title{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#ffffff7a;margin:14px 12px 10px}.ser-sidebar__nav{display:flex;flex-direction:column;gap:6px}.ser-sidebar__item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:14px;color:#ffffffe6;transition:background .2s ease,transform .2s ease}.ser-sidebar__item:hover{background:#ffffff0f;transform:translate(1px)}.ser-sidebar__item--active{background:#2563eb2e;box-shadow:inset 0 0 0 1px #2563eb59}.ser-sidebar__item-icon{width:22px;height:22px;border-radius:8px;display:grid;place-items:center;background:#ffffff0f;color:#9ed1ff;font-size:12px;font-weight:700;flex:none}.ser-sidebar__item-label{flex:1;font-size:14px}.ser-sidebar__footer-card{margin-top:auto;border-radius:18px;border:1px solid rgba(255,255,255,.12);padding:16px;background:#ffffff08}.ser-sidebar__footer-head{display:flex;align-items:center;gap:10px}.ser-sidebar__footer-icon{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:#ffffff0f;color:#9ed1ff;flex:none}.ser-sidebar__footer-copy{min-width:0}.ser-sidebar__footer-title{font-size:13px;font-weight:700;margin:0 0 4px}.ser-sidebar__footer-value{margin:0;font-size:12px;color:#9ed1ff;font-weight:700;letter-spacing:.06em}.ser-sidebar__footer-subtitle{font-size:12px;color:#ffffffb8;margin:10px 0 0}.ser-sidebar__logout{margin-top:16px}.ser-main{flex:1;min-width:0;display:flex;flex-direction:column}.ser-topbar{min-height:80px;display:flex;align-items:center;gap:14px;padding:0 24px;background:linear-gradient(180deg,#0d203b,#081a33);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(124,199,255,.12);box-shadow:0 14px 32px #030b1847;position:sticky;top:0;z-index:20}.ser-context-pill{display:flex;align-items:center;gap:10px;min-width:228px;padding:11px 16px;border-radius:16px;border:1px solid rgba(124,199,255,.16);background:#ffffff0a;color:#fff;box-shadow:0 12px 24px #030b1829}.ser-context-pill__icon{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:#2563eb2e;color:#7cc7ff;flex:none}.ser-context-pill__copy{min-width:0}.ser-context-pill__label{font-size:12px;color:#e2e8f0bd}.ser-context-pill__value{font-weight:700;font-size:16px;color:#fff;white-space:nowrap}.ser-context-pill__chevron{margin-left:auto;color:#e2e8f0db}.ser-context-pill--button{cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease,box-shadow .15s ease}.ser-context-pill--button:hover{transform:translateY(-1px);border-color:#7cc7ff47;background:#ffffff14}.ser-context-pill--button:focus-visible{outline:none;box-shadow:0 0 0 4px #2563eb33}.ser-search-shell{position:relative;flex:1;min-width:240px}.ser-search{display:flex;align-items:center;gap:12px;height:50px;padding:0 16px;border-radius:16px;background:#ffffff0a;border:1px solid rgba(124,199,255,.14);color:#e2e8f0d1;box-shadow:inset 0 1px #ffffff08}.ser-search__icon{flex:none;color:#e2e8f0b8}.ser-search input{border:none;background:transparent;outline:none;flex:1;color:#fff;min-height:unset;box-shadow:none}.ser-search input::placeholder{color:#e2e8f094}.ser-search__kbd{border:1px solid rgba(124,199,255,.14);padding:6px 10px;border-radius:10px;color:#e2e8f0b8;font-size:12px;white-space:nowrap;background:#ffffff0a}.ser-search-panel{position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:30;padding:12px;border-radius:18px;background:#fff;border:1px solid rgba(148,163,184,.22);box-shadow:0 24px 50px #030b183d}.ser-search-panel__label{font-size:12px;font-weight:700;color:var(--ser-gray-700);margin-bottom:10px;padding:0 4px}.ser-search-panel__list{display:flex;flex-direction:column;gap:8px}.ser-search-panel__item{width:100%;display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:14px;border:1px solid rgba(148,163,184,.16);background:#f8fbff;color:var(--ser-slate-900);text-align:left;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease}.ser-search-panel__item:hover{transform:translateY(-1px);border-color:#2563eb38;background:#f3f8ff;box-shadow:0 12px 24px #0f172a14}.ser-search-panel__icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;flex:none;background:#2563eb14;color:var(--ser-blue-600)}.ser-search-panel__body{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.ser-search-panel__title{font-size:14px;font-weight:700;color:var(--ser-slate-900)}.ser-search-panel__note{font-size:12px;color:var(--ser-gray-700);overflow-wrap:anywhere}.ser-search-panel__empty{padding:16px;border-radius:14px;border:1px dashed rgba(148,163,184,.34);color:var(--ser-gray-700);background:#f8fbff}.ser-topbar__actions{display:flex;align-items:center;gap:10px;margin-left:auto}.ser-topbar__icon{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:#ffffff0a;border:1px solid rgba(124,199,255,.14);position:relative;color:#fff;font-weight:700;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease,box-shadow .15s ease}.ser-topbar__icon:hover,.ser-profile:hover{transform:translateY(-1px);border-color:#7cc7ff47;background:#ffffff14}.ser-profile:focus-within{border-color:#7cc7ff47;background:#ffffff14;box-shadow:0 0 0 4px #2563eb33}.ser-topbar__icon:focus-visible,.ser-profile:focus-visible{outline:none;box-shadow:0 0 0 4px #2563eb33}.ser-topbar__badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--ser-amber-600);color:#fff;font-size:11px;display:grid;place-items:center;border:2px solid #0b1f38}.ser-topbar__badge--green{background:var(--ser-green-600)}.ser-topbar__divider{width:1px;height:28px;background:#7cc7ff29;margin:0 2px}.ser-profile{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:16px;background:#ffffff0a;border:1px solid rgba(124,199,255,.14);color:#fff;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease,box-shadow .15s ease}.ser-profile__avatar-button{position:relative;width:40px;height:40px;border:0;padding:0;border-radius:50%;overflow:hidden;background:transparent;flex:none;cursor:pointer}.ser-profile__avatar-button img{width:40px;height:40px;object-fit:cover;display:block}.ser-profile__avatar-overlay{position:absolute;inset:0;display:grid;place-items:center;background:#0f172a73;color:#fff;opacity:0;transition:opacity .15s ease}.ser-profile__meta-button{display:flex;align-items:center;gap:8px;border:0;background:transparent;color:inherit;padding:0;cursor:pointer}.ser-profile__meta-button:focus-visible,.ser-profile__avatar-button:focus-visible{outline:none;box-shadow:0 0 0 3px #7cc7ff38;border-radius:999px}.ser-profile__name{font-size:14px;font-weight:700}.ser-profile__role{font-size:12px;color:#e2e8f0b8}.ser-profile__meta{min-width:0}.ser-profile__name,.ser-profile__role{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:130px}.ser-profile__chevron{color:#e2e8f0d1}.ser-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:14px;font-weight:700;line-height:1;cursor:pointer;transition:transform .15s ease,background .15s ease,box-shadow .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease;min-height:44px;padding:0 18px;flex:0 0 auto;width:auto;white-space:nowrap;overflow-wrap:normal;word-break:normal}.ser-button:hover:not(:disabled){transform:translateY(-1px)}.ser-button:disabled{cursor:not-allowed;opacity:.55;transform:none}.ser-button--sm{min-height:36px;padding:0 14px;font-size:13px;border-radius:12px}.ser-button--lg{min-height:50px;padding:0 22px;border-radius:16px}.ser-button--full{width:100%}.ser-button--primary{color:#fff;background:linear-gradient(180deg,var(--ser-blue-600),var(--ser-blue-700));box-shadow:0 14px 24px #2563eb38}.ser-button--primary:hover:not(:disabled){box-shadow:0 18px 30px #2563eb47}.ser-button--secondary{color:var(--ser-slate-900);background:#fff;border:1px solid rgba(148,163,184,.34)}.ser-button--ghost{color:var(--ser-blue-600);background:#2563eb14;border:1px solid rgba(37,99,235,.12)}.ser-button--destructive{color:#fff;background:linear-gradient(180deg,#ef4444,var(--ser-red-600));box-shadow:0 14px 24px #dc26262e}.ser-button--icon{width:44px;padding:0;border-radius:999px;color:var(--ser-slate-900);background:#fff;border:1px solid rgba(148,163,184,.28)}.ser-button--icon.ser-button--sm{width:36px;min-height:36px}.ser-content{flex:1;padding:28px 24px 32px;min-width:0}.ser-page{max-width:1520px;margin:0 auto;display:flex;flex-direction:column;gap:20px;min-width:0}.ser-page__header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;min-width:0}.ser-page__eyebrow{font-size:12px;color:var(--ser-gray-700);margin-bottom:8px}.ser-page__title{font-size:clamp(28px,2.8vw,40px);line-height:1.05;margin:0;color:var(--ser-slate-900);letter-spacing:-.03em}.ser-page__subtitle{margin-top:10px;color:var(--ser-gray-700);font-size:15px;line-height:1.5;max-width:760px}.ser-page__actions{display:flex;flex-direction:column;gap:12px;flex-wrap:nowrap;align-items:flex-end;justify-content:flex-end}.ser-page-hero{border-radius:24px;padding:22px 24px;background:linear-gradient(180deg,#0e2748,#081a33);border:1px solid rgba(124,199,255,.14);box-shadow:var(--ser-shadow-strong)}.ser-page-hero .ser-page__eyebrow,.ser-page-hero .ser-page__subtitle{color:#e2e8f0c2}.ser-page-hero .ser-page__title{color:#fff}.ser-page-hero .ser-button--secondary{background:#ffffff14;color:#fff;border-color:#ffffff2e}.ser-page-hero .ser-button--secondary:hover:not(:disabled){background:#ffffff1f}.ser-banner{border-radius:20px;border:1px solid rgba(37,99,235,.18);background:linear-gradient(180deg,#fffffff5,#f0f6ffeb);box-shadow:var(--ser-shadow);padding:18px 20px;display:flex;align-items:flex-start;gap:14px;min-width:0}.ser-banner--dark{background:linear-gradient(180deg,#0b2746,#081a33);color:#fff;border-color:#ffffff14}.ser-banner__icon{width:46px;height:46px;border-radius:18px;display:grid;place-items:center;background:#2563eb1f;color:var(--ser-blue-600);flex:none;font-weight:700}.ser-banner--dark .ser-banner__icon{background:#ffffff14;color:#7cc7ff}.ser-banner__title{font-weight:700;font-size:15px;line-height:1.2;margin-bottom:4px}.ser-banner__text{color:inherit;opacity:.85;font-size:14px;line-height:1.45;margin:0;overflow-wrap:anywhere}.ser-grid{display:grid;gap:18px;min-width:0}.ser-grid--dashboard{grid-template-columns:minmax(0,1fr) minmax(300px,380px);align-items:start}.ser-grid--two-col{grid-template-columns:minmax(0,1fr) minmax(300px,360px);align-items:start}.ser-stack{display:flex;flex-direction:column;gap:18px;min-width:0}.ser-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.ser-kpi-card{background:var(--ser-surface);border:1px solid rgba(148,163,184,.22);border-radius:18px;padding:16px;box-shadow:0 14px 30px #0f172a0a;display:flex;gap:12px;align-items:flex-start;min-width:0}.ser-kpi-card__icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#2563eb17;color:var(--ser-blue-600);flex:none;font-weight:700}.ser-kpi-card__icon--blue{background:#2563eb17;color:var(--ser-blue-600)}.ser-kpi-card__icon--green{background:#16a34a1f;color:var(--ser-green-600)}.ser-kpi-card__icon--amber{background:#d977061f;color:var(--ser-amber-600)}.ser-kpi-card__icon--red{background:#dc26261f;color:var(--ser-red-600)}.ser-kpi-card__icon--gray{background:#94a3b81f;color:var(--ser-gray-700)}.ser-kpi-card__icon--violet{background:#7c3aed1f;color:#7c3aed}.ser-kpi-card__label{font-size:13px;color:var(--ser-gray-700);margin:0}.ser-kpi-card__value{font-size:28px;line-height:1;margin:8px 0 4px;font-weight:700;color:var(--ser-slate-900)}.ser-kpi-card__hint{font-size:12px;color:var(--ser-gray-700)}.ser-two-col{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,310px);gap:20px}.ser-summary-card{background:var(--ser-surface);border:1px solid rgba(148,163,184,.22);border-radius:18px;padding:20px;box-shadow:0 14px 30px #0f172a0a;min-width:0}.ser-summary-card__title{margin:0 0 10px;font-size:15px;font-weight:700;color:var(--ser-slate-900)}.ser-card-heading{display:flex;align-items:flex-start;gap:14px;min-width:0}.ser-card-heading__icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;flex:none;background:#2563eb14;color:var(--ser-blue-600)}.ser-card-heading__title{margin:0;font-size:15px;font-weight:700;color:var(--ser-slate-900);line-height:1.25}.ser-card-heading__text{margin:6px 0 0;font-size:13px;color:var(--ser-gray-700);line-height:1.5;overflow-wrap:anywhere}.ser-summary-card__stack{display:flex;flex-direction:column;gap:12px}.ser-summary-chip{display:flex;align-items:center;justify-content:space-between;gap:16px;border-radius:14px;padding:14px 16px;background:var(--ser-gray-100);border:1px solid rgba(148,163,184,.18);min-width:0}.ser-summary-chip>div,.ser-summary-chip__body{min-width:0}.ser-summary-chip__body{display:flex;flex-direction:column;gap:2px;flex:1}.ser-summary-chip__icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;flex:none;background:#2563eb14;color:var(--ser-blue-600)}.ser-summary-chip__icon--blue{background:#2563eb14;color:var(--ser-blue-600)}.ser-summary-chip__icon--green{background:#16a34a1f;color:var(--ser-green-600)}.ser-summary-chip__icon--amber{background:#d977061f;color:var(--ser-amber-600)}.ser-summary-chip__icon--red{background:#dc26261f;color:var(--ser-red-600)}.ser-summary-chip__icon--gray{background:#94a3b81f;color:var(--ser-gray-700)}.ser-summary-chip__icon--violet{background:#7c3aed1f;color:#7c3aed}.ser-summary-chip__label{font-size:13px;color:var(--ser-gray-700);line-height:1.35;overflow-wrap:anywhere}.ser-summary-chip__value{font-size:clamp(16px,1.45vw,22px);font-weight:700;color:var(--ser-slate-900);line-height:1.2;overflow-wrap:anywhere}.ser-dashboard-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid rgba(148,163,184,.16)}.ser-dashboard-row__left{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.ser-dashboard-row__body{min-width:0}.ser-dashboard-row__title{font-weight:700;color:var(--ser-slate-900)}.ser-dashboard-row__subtitle{color:var(--ser-gray-700);font-size:13px}.ser-dashboard-row__meta{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex:none}.ser-dashboard-row__date{font-size:13px;color:var(--ser-gray-700)}.ser-quick-action{width:100%;justify-content:space-between;text-align:left}.ser-quick-action__icon{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:#2563eb14;color:var(--ser-blue-600);flex:none}.ser-card-list{display:flex;flex-direction:column;gap:10px;min-width:0}.ser-card-list__item{display:flex;align-items:center;gap:12px;width:100%;min-width:0;padding:14px 16px;border-radius:14px;border:1px solid rgba(148,163,184,.18);background:var(--ser-gray-100);color:inherit;text-align:left}.ser-card-list__item--button{cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.ser-card-list__item--button:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0f172a0f}.ser-card-list__icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;flex:none;background:#2563eb14;color:var(--ser-blue-600)}.ser-card-list__body{min-width:0;flex:1}.ser-card-list__title{font-size:13px;color:var(--ser-gray-700);overflow-wrap:anywhere}.ser-card-list__value{font-size:16px;line-height:1.15;font-weight:700;color:var(--ser-slate-900);overflow-wrap:anywhere}.ser-card-list__note{margin-top:4px;font-size:12px;color:var(--ser-gray-700);overflow-wrap:anywhere}.ser-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.ser-tabs{display:flex;gap:18px;border-bottom:1px solid rgba(148,163,184,.24)}.ser-tab{padding:14px 2px 12px;position:relative;cursor:pointer;color:var(--ser-gray-700);font-weight:600}.ser-tab--active{color:var(--ser-blue-600)}.ser-tab--active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;border-radius:999px;background:var(--ser-blue-600)}.ser-field-grid{display:grid;gap:16px}.ser-field-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.ser-field-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.ser-field-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.ser-field{display:flex;flex-direction:column;gap:8px}.ser-field--toolbar{flex:1 1 280px;min-width:240px;max-width:380px}.ser-field label,.ser-label{font-size:13px;font-weight:600;color:var(--ser-slate-900)}.ser-content input:not([type=checkbox]):not([type=radio]),.ser-content select,.ser-content textarea,.ser-modal input:not([type=checkbox]):not([type=radio]),.ser-modal select,.ser-modal textarea{width:100%;min-height:46px;border-radius:12px;border:1px solid rgba(148,163,184,.35);background:#fff;padding:11px 14px;color:var(--ser-slate-900);outline:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.ser-content input:not([type=checkbox]):not([type=radio]):focus,.ser-content select:focus,.ser-content textarea:focus,.ser-modal input:not([type=checkbox]):not([type=radio]):focus,.ser-modal select:focus,.ser-modal textarea:focus{border-color:#2563ebb3;box-shadow:0 0 0 4px #2563eb1f}.ser-content textarea,.ser-modal textarea{min-height:120px;resize:vertical}.ser-content input::placeholder,.ser-content textarea::placeholder,.ser-modal input::placeholder,.ser-modal textarea::placeholder{color:#94a3b8}.ser-switch-row{display:flex;align-items:center;gap:10px}.ser-switch{width:48px;height:28px;border-radius:999px;background:#d1d5db;position:relative;flex:none}.ser-switch:after{content:"";position:absolute;width:22px;height:22px;border-radius:50%;background:#fff;top:3px;left:3px;transition:transform .15s ease}.ser-switch--on{background:#16a34abf}.ser-switch--on:after{transform:translate(20px)}.ser-form-actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}.ser-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:12px;color:var(--ser-gray-700)}.ser-breadcrumb a:hover{color:var(--ser-blue-600)}.ser-empty{padding:28px;text-align:center;color:var(--ser-gray-700);background:var(--ser-surface);border:1px dashed rgba(148,163,184,.4);border-radius:18px}.ser-table-shell,.ser-surface{background:var(--ser-surface);border:1px solid rgba(148,163,184,.22);border-radius:18px;box-shadow:0 14px 30px #0f172a0a;min-width:0}.ser-table-shell{overflow:hidden}.ser-surface{padding:24px 26px;overflow-wrap:anywhere}.ser-surface--compact{padding:18px 20px}.ser-surface--detail{padding:24px 26px}.ser-summary-card__stack--compact{gap:8px}.ser-summary-chip--compact{padding:12px 14px}.ser-grid--two-col>.ser-stack:last-child>.ser-surface,.ser-grid--dashboard>.ser-stack:last-child>.ser-surface{padding:18px 20px}.ser-grid--two-col>.ser-stack:last-child .ser-summary-card__stack,.ser-grid--dashboard>.ser-stack:last-child .ser-summary-card__stack{gap:10px}.ser-grid--two-col>.ser-stack:last-child .ser-summary-chip,.ser-grid--dashboard>.ser-stack:last-child .ser-summary-chip{padding:12px 14px;gap:14px}.ser-grid--two-col>.ser-stack:last-child .ser-summary-chip__icon,.ser-grid--dashboard>.ser-stack:last-child .ser-summary-chip__icon{width:36px;height:36px}.ser-grid--two-col>.ser-stack:last-child .ser-card-heading__text,.ser-grid--dashboard>.ser-stack:last-child .ser-card-heading__text{margin-top:4px;font-size:12.5px}.ser-grid--two-col>.ser-stack:last-child .ser-summary-chip__value,.ser-grid--dashboard>.ser-stack:last-child .ser-summary-chip__value{font-size:clamp(15px,1.25vw,20px)}.ser-grid--two-col>.ser-stack:last-child .ser-card-list__item,.ser-grid--dashboard>.ser-stack:last-child .ser-card-list__item{padding:12px 13px}.ser-checkbox-card{padding:12px 14px;border-radius:14px;border:1px solid rgba(148,163,184,.18);background:#f8fbff}.ser-checkbox-row{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--ser-slate-900)}.ser-checkbox-row input{margin-top:3px;flex:none}.ser-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ser-detail-item{padding:16px 18px;border-radius:16px;border:1px solid rgba(148,163,184,.18);background:#f8fbff;min-width:0}.ser-detail-item--full{grid-column:1 / -1}.ser-detail-item__label{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--ser-gray-700)}.ser-detail-item__value{margin-top:8px;font-size:15px;line-height:1.55;color:var(--ser-slate-900);overflow-wrap:anywhere}.ser-detail-audit{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:18px;border-radius:16px;border:1px solid rgba(148,163,184,.18);background:linear-gradient(180deg,#f8fafceb,#f1f5f9f0)}.ser-detail-audit__block{min-width:0}.ser-detail-audit__title{margin:0 0 8px;font-size:13px;font-weight:700;color:var(--ser-slate-900)}.ser-detail-audit__meta{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--ser-gray-700)}.ser-surface>*{min-width:0}.ser-surface h1,.ser-surface h2,.ser-surface h3,.ser-surface h4,.ser-surface h5,.ser-surface h6,.ser-surface p,.ser-surface small,.ser-surface label,.ser-surface li{overflow-wrap:anywhere}.ser-table{width:100%;border-collapse:collapse;table-layout:fixed}.ser-table thead th{text-align:left;padding:13px 14px;font-size:12px;text-transform:none;letter-spacing:.02em;color:var(--ser-gray-700);font-weight:700;background:#f8fbff;border-bottom:1px solid rgba(148,163,184,.18);overflow-wrap:anywhere}.ser-table tbody td{padding:13px 14px;border-bottom:1px solid rgba(148,163,184,.14);vertical-align:top;color:var(--ser-slate-900);font-size:14px;overflow-wrap:anywhere}.ser-table__actions{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;align-items:center}.ser-chip{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600;border:1px solid transparent}.ser-chip--green{background:#16a34a1f;color:var(--ser-green-600);border-color:#16a34a2e}.ser-chip--amber{background:#d977061f;color:var(--ser-amber-600);border-color:#d977062e}.ser-chip--red{background:#dc26261f;color:var(--ser-red-600);border-color:#dc26262e}.ser-chip--blue{background:#2563eb1f;color:var(--ser-blue-600);border-color:#2563eb2e}.ser-chip--gray{background:#94a3b81f;color:var(--ser-gray-700);border-color:#94a3b82e}.ser-modal-overlay{position:fixed;inset:0;z-index:80;background:#030b187a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:18px}.ser-modal{width:min(720px,100%);max-height:min(90vh,920px);overflow:hidden;display:flex;flex-direction:column;border-radius:24px;background:#fff;border:1px solid rgba(148,163,184,.24);box-shadow:0 30px 80px #0f172a3d}.ser-modal--sm{width:min(560px,100%)}.ser-modal--lg{width:min(960px,100%)}.ser-modal__header{padding:20px 22px 16px;display:flex;justify-content:space-between;gap:16px;align-items:flex-start;border-bottom:1px solid rgba(148,163,184,.16)}.ser-modal__title{margin:0;font-size:24px;line-height:1.1;color:var(--ser-slate-900)}.ser-modal__subtitle{margin-top:6px;color:var(--ser-gray-700);font-size:14px}.ser-modal__close{width:40px;height:40px;border-radius:50%;border:1px solid rgba(148,163,184,.32);background:#fff;color:var(--ser-slate-900);display:grid;place-items:center;cursor:pointer;flex:none}.ser-modal__body{padding:20px 22px;overflow:auto}.ser-modal__footer{padding:16px 22px 20px;border-top:1px solid rgba(148,163,184,.16);display:flex;justify-content:flex-end;gap:12px;background:linear-gradient(180deg,#f8fafc80,#fff)}.ser-modal--narrow .ser-modal__body{padding-top:18px}@media(max-width:1180px){.ser-topbar{flex-wrap:wrap;height:auto;padding:16px 18px}.ser-context-pill,.ser-search-shell,.ser-search{width:100%;min-width:0}.ser-field--toolbar{width:100%;min-width:0;max-width:none}.ser-topbar__actions{width:100%;margin-left:0;justify-content:flex-end}.ser-content [style*=min-width],.ser-modal [style*=min-width]{min-width:0!important}}@media(max-width:1280px){.ser-grid--dashboard,.ser-grid--two-col{grid-template-columns:1fr}.ser-sidebar{width:250px}}@media(max-width:960px){.ser-app-shell{flex-direction:column}.ser-sidebar{width:100%;height:auto;position:relative}.ser-topbar{position:relative;height:auto;flex-wrap:wrap;padding:16px 18px}.ser-content{padding:18px}.ser-page__header{flex-direction:column}.ser-page__actions{justify-content:flex-start}.ser-search,.ser-search-shell{order:3;width:100%;min-width:0}}@media(max-width:760px){.ser-field-grid--2,.ser-field-grid--3,.ser-field-grid--4,.ser-kpi-grid{grid-template-columns:1fr}.ser-modal{width:100%;max-height:92vh;border-radius:18px}.ser-modal__header,.ser-modal__body,.ser-modal__footer{padding-left:18px;padding-right:18px}.ser-page__title{font-size:30px}.ser-topbar__actions{margin-left:0;width:100%;justify-content:flex-end}.ser-dashboard-row{align-items:flex-start}.ser-page-hero{padding:20px 18px}.ser-detail-grid,.ser-detail-audit{grid-template-columns:1fr}.ser-surface--detail{padding:18px}}.ser-topbar__actions{overflow:visible}.ser-notification-menu{position:relative;display:inline-flex}.ser-notification-menu__trigger{position:relative}.ser-notification-menu__popover{position:absolute;top:calc(100% + 12px);right:0;z-index:70;width:min(460px,calc(100vw - 24px))}.ser-notification-menu__panel{display:flex;flex-direction:column;gap:14px;padding:16px;border:1px solid rgba(148,163,184,.2);border-radius:22px;background:linear-gradient(180deg,#0b1222fa,#080e1bf5);box-shadow:0 26px 60px #02061770;color:#eef4ff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.ser-notification-menu__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.ser-notification-menu__eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#bfdbfeb8}.ser-notification-menu__title{margin-top:3px;font-size:1rem;font-weight:800;color:#fff}.ser-notification-menu__count{min-width:2rem;height:2rem;padding:0 .55rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#2563eb2e;border:1px solid rgba(96,165,250,.28);color:#bfdbfe;font-size:.8rem;font-weight:800}.ser-notification-menu__sections{display:flex;flex-direction:column;gap:14px}.ser-notification-menu__section{display:flex;flex-direction:column;gap:10px;padding:12px;border-radius:18px;background:#ffffff08;border:1px solid rgba(148,163,184,.12)}.ser-notification-menu__section-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.ser-notification-menu__section-title{display:inline-flex;align-items:center;gap:8px;font-size:.88rem;font-weight:800;color:#fff}.ser-notification-menu__section-icon{width:1.7rem;height:1.7rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#3b82f629;color:#bfdbfe}.ser-notification-menu__section-badge{min-width:1.7rem;height:1.7rem;padding:0 .5rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff0f;color:#e2e8f0eb;font-size:.74rem;font-weight:800}.ser-notification-menu__list{display:flex;flex-direction:column;gap:8px}.ser-notification-menu__item{width:100%;display:grid;grid-template-columns:2.7rem minmax(0,1fr) auto;gap:12px;align-items:start;padding:12px;border:1px solid rgba(148,163,184,.12);border-radius:16px;background:#0f172ab3;color:inherit;text-align:left;transition:transform .12s ease,border-color .12s ease,background .12s ease,box-shadow .12s ease}.ser-notification-menu__item:hover,.ser-notification-menu__item:focus-visible{transform:translateY(-1px);border-color:#60a5fa61;background:#1e293bf2;box-shadow:0 16px 28px #02061747}.ser-notification-menu__item:focus-visible{outline:2px solid rgba(96,165,250,.55);outline-offset:2px}.ser-notification-menu__item-icon{width:2.7rem;height:2.7rem;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.ser-notification-menu__item-icon--danger{background:#ef44442e;color:#fecaca}.ser-notification-menu__item-icon--warning{background:#f59e0b2e;color:#fde68a}.ser-notification-menu__item-icon--info{background:#3b82f62e;color:#bfdbfe}.ser-notification-menu__item-body{min-width:0;display:flex;flex-direction:column;gap:4px}.ser-notification-menu__item-title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:.95rem;font-weight:800;color:#fff}.ser-notification-menu__item-subtitle,.ser-notification-menu__item-detail{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:.8rem;line-height:1.35;color:#e2e8f0b8}.ser-notification-menu__item-meta{display:inline-flex;align-items:center;gap:8px;padding-top:1px;color:#e2e8f0d1}.ser-notification-menu__tag{display:inline-flex;align-items:center;min-height:1.55rem;padding:0 .6rem;border-radius:999px;font-size:.68rem;font-weight:800;white-space:nowrap}.ser-notification-menu__tag--danger{background:#ef44442e;color:#fecaca}.ser-notification-menu__tag--warning{background:#f59e0b2e;color:#fde68a}.ser-notification-menu__tag--info{background:#3b82f62e;color:#bfdbfe}.ser-notification-menu__empty{display:flex;align-items:flex-start;gap:12px;padding:14px;border-radius:18px;border:1px dashed rgba(148,163,184,.3);background:#ffffff08}.ser-notification-menu__empty-icon{width:2.4rem;height:2.4rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#3b82f629;color:#bfdbfe;flex-shrink:0}.ser-notification-menu__empty-title{font-size:.95rem;font-weight:800;color:#fff}.ser-notification-menu__empty-text{margin-top:3px;font-size:.82rem;line-height:1.45;color:#e2e8f0b8}.ser-notification-menu__panel{max-height:min(78vh,720px);overflow:hidden}.ser-notification-menu__summary{display:flex;flex-wrap:wrap;gap:8px}.ser-notification-menu__summary-item{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid rgba(148,163,184,.16);font-size:.78rem;font-weight:800;line-height:1}.ser-notification-menu__summary-icon{display:inline-flex;align-items:center;justify-content:center;color:currentColor}.ser-notification-menu__summary-label{color:inherit}.ser-notification-menu__summary-count{min-width:1.5rem;height:1.5rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0 .45rem;font-size:.72rem;background:#ffffff14;color:inherit}.ser-notification-menu__summary-item--danger{background:#ef444424;color:#fecaca;border-color:#ef444433}.ser-notification-menu__summary-item--warning{background:#f59e0b24;color:#fde68a;border-color:#f59e0b33}.ser-notification-menu__summary-item--info{background:#3b82f624;color:#bfdbfe;border-color:#3b82f633}.ser-notification-menu__sections{max-height:min(52vh,460px);overflow-y:auto;padding-right:6px;margin-right:-6px;scrollbar-gutter:stable}.ser-notification-menu__popover{width:min(432px,calc(100vw - 24px))}.ser-notification-drawer{display:flex;flex-direction:column;gap:14px;max-height:min(78vh,760px);padding:16px;border-radius:22px;border:1px solid rgba(148,163,184,.16);background:linear-gradient(180deg,#0d203b,#071225);box-shadow:0 28px 68px #02061785;color:#eef4ff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.ser-notification-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.ser-notification-drawer__header-copy{min-width:0}.ser-notification-drawer__eyebrow{font-size:.76rem;font-weight:800;line-height:1;color:#e2e8f0e0;letter-spacing:.02em}.ser-notification-drawer__subtitle-top{margin-top:6px;font-size:.82rem;font-weight:600;color:#60a5fa}.ser-notification-drawer__close{width:32px;height:32px;border-radius:999px;border:1px solid rgba(148,163,184,.16);background:#ffffff0a;color:#ffffffe0;display:inline-flex;align-items:center;justify-content:center;font-size:20px;line-height:1;cursor:pointer;transition:transform .12s ease,background .12s ease,border-color .12s ease}.ser-notification-drawer__close:hover,.ser-notification-drawer__close:focus-visible{transform:translateY(-1px);border-color:#60a5fa4d;background:#ffffff14;outline:none}.ser-notification-drawer__tabs{display:flex;flex-wrap:wrap;gap:8px}.ser-notification-drawer__tab{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 12px;border-radius:999px;border:1px solid rgba(148,163,184,.18);background:#ffffff0a;color:#e2e8f0db;font-size:.8rem;font-weight:700;cursor:pointer;transition:transform .12s ease,background .12s ease,border-color .12s ease,box-shadow .12s ease}.ser-notification-drawer__tab:hover,.ser-notification-drawer__tab:focus-visible{transform:translateY(-1px);border-color:#60a5fa4d;background:#ffffff14;outline:none}.ser-notification-drawer__tab--active{background:linear-gradient(180deg,#2563eb,#1d4ed8);border-color:#60a5fa52;color:#fff;box-shadow:0 10px 22px #2563eb3d}.ser-notification-drawer__tab-count{min-width:1.55rem;height:1.55rem;padding:0 .45rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff14;color:inherit;font-size:.72rem;font-weight:800}.ser-notification-drawer__body{flex:1;min-height:0;overflow-y:auto;padding-right:6px;margin-right:-6px;scrollbar-gutter:stable}.ser-notification-drawer__body::-webkit-scrollbar{width:8px}.ser-notification-drawer__body::-webkit-scrollbar-track{background:#ffffff0a;border-radius:999px}.ser-notification-drawer__body::-webkit-scrollbar-thumb{background:#60a5fa47;border-radius:999px}.ser-notification-drawer__group{display:flex;flex-direction:column;gap:10px}.ser-notification-drawer__group+.ser-notification-drawer__group{margin-top:14px}.ser-notification-drawer__group-label{font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#bfdbfe8c}.ser-notification-drawer__list{display:flex;flex-direction:column;gap:8px}.ser-notification-drawer__card{width:100%;display:grid;grid-template-columns:8px 44px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px 14px 12px 12px;border-radius:18px;border:1px solid rgba(148,163,184,.12);background:#0a1223b8;color:inherit;text-align:left;transition:transform .12s ease,border-color .12s ease,background .12s ease,box-shadow .12s ease}.ser-notification-drawer__card:hover,.ser-notification-drawer__card:focus-visible{transform:translateY(-1px);border-color:#60a5fa3d;background:#0e182ef5;box-shadow:0 16px 30px #0206174d;outline:none}.ser-notification-drawer__dot{width:6px;height:6px;border-radius:999px;justify-self:center;box-shadow:0 0 0 4px #ffffff05}.ser-notification-drawer__dot--danger{background:#fb7185}.ser-notification-drawer__dot--warning{background:#f59e0b}.ser-notification-drawer__dot--info{background:#60a5fa}.ser-notification-drawer__icon{width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;flex:none}.ser-notification-drawer__icon--danger{background:#ef44442e;color:#fecaca}.ser-notification-drawer__icon--warning{background:#f59e0b2e;color:#fde68a}.ser-notification-drawer__icon--info{background:#3b82f62e;color:#bfdbfe}.ser-notification-drawer__content{min-width:0;display:flex;flex-direction:column;gap:4px}.ser-notification-drawer__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.ser-notification-drawer__title{min-width:0;font-size:.94rem;font-weight:800;line-height:1.25;color:#fff;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ser-notification-drawer__time{flex:none;min-height:1.55rem;padding:0 .55rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:800;white-space:nowrap}.ser-notification-drawer__time--danger{background:#ef444429;color:#fca5a5}.ser-notification-drawer__time--warning{background:#f59e0b29;color:#fde68a}.ser-notification-drawer__time--info{background:#3b82f629;color:#bfdbfe}.ser-notification-drawer__subtitle,.ser-notification-drawer__detail{font-size:.78rem;line-height:1.35;color:#e2e8f0bd;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ser-notification-drawer__chevron{align-self:center;color:#e2e8f09e}.ser-notification-drawer__footer{padding-top:2px}.ser-notification-drawer__footer-button{width:100%;display:inline-flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:0 14px;border-radius:14px;border:1px solid rgba(96,165,250,.18);background:#ffffff0a;color:#dbeafe;font-size:.84rem;font-weight:700;cursor:pointer;transition:transform .12s ease,background .12s ease,border-color .12s ease}.ser-notification-drawer__footer-button:hover,.ser-notification-drawer__footer-button:focus-visible{transform:translateY(-1px);background:#ffffff14;border-color:#60a5fa47;outline:none}.ser-notification-drawer__empty{display:flex;align-items:flex-start;gap:12px;padding:14px;border-radius:18px;border:1px dashed rgba(148,163,184,.24);background:#ffffff08}.ser-notification-drawer__empty-icon{width:2.4rem;height:2.4rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#3b82f629;color:#bfdbfe;flex-shrink:0}.ser-notification-drawer__empty-title{font-size:.95rem;font-weight:800;color:#fff}.ser-notification-drawer__empty-text{margin-top:3px;font-size:.82rem;line-height:1.45;color:#e2e8f0b8}.ser-context-loader{position:relative;width:100%;height:14px;border-radius:999px;overflow:hidden;background:linear-gradient(90deg,#0f172a1f,#2563eb1f);box-shadow:inset 0 1px 2px #0f172a1f,0 8px 24px #2563eb1f}.ser-context-loader__bar{position:absolute;inset:0;border-radius:inherit;background:linear-gradient(90deg,#1d4ed8,#2563eb 48%,#60a5fa);box-shadow:inset 0 0 0 1px #ffffff2e;transition:width .16s ease-out}@keyframes synapseAura{0%,to{transform:scale(.98);opacity:.85}50%{transform:scale(1.02);opacity:1}}@keyframes synapsePulse{0%,to{transform:scale(.96);opacity:.42}50%{transform:scale(1.02);opacity:.82}}@media(max-width:640px){.ser-loading-shell{min-height:320px}.expertise-synapse-loader{width:min(88vw,320px);border-radius:24px}}.ser-app-shell{min-height:100vh;background:#edf3fb;--ser-shell-zoom: .75}.ser-app-shell--spacious{--ser-shell-zoom: .82}.ser-main{zoom:var(--ser-shell-zoom, .75)}.ser-sidebar{width:288px;padding:18px 16px 16px;background:radial-gradient(circle at top right,rgba(37,99,235,.18),transparent 32%),linear-gradient(180deg,#041123,#071a33);box-shadow:10px 0 28px #00000029;border-right:1px solid rgba(255,255,255,.08)}.ser-sidebar__brand{padding:8px 10px 18px;gap:0;justify-content:center}.ser-sidebar__brand img{width:100%;max-width:206px;height:auto}.ser-sidebar__group-title{margin:14px 12px 10px;color:#e2e8f07a}.ser-sidebar__nav{gap:4px}.ser-sidebar__item{border-radius:14px;padding:12px 14px;color:#f8fafce6}.ser-sidebar__item:hover{background:#ffffff0f}.ser-sidebar__item--active{background:linear-gradient(90deg,#2563eb5c,#2563eb24);box-shadow:inset 0 0 0 1px #60a5fa47}.ser-sidebar__item-icon{width:24px;height:24px;border-radius:9px;background:#ffffff0f;color:#bfdbfe;font-size:12px}.ser-sidebar__footer-card{border-radius:18px;border-color:#ffffff1f;background:#ffffff0a}.ser-sidebar__logout .ser-button--secondary{color:#fff;background:transparent;border-color:#ffffff29}.ser-main{min-width:0;background:transparent}.ser-topbar{min-height:84px;padding:0 28px;gap:18px;background:linear-gradient(180deg,#041123fa,#071427f5);border-bottom:1px solid rgba(148,163,184,.14);box-shadow:0 10px 28px #0206172e}.ser-context-pill,.ser-search,.ser-topbar__icon,.ser-profile{color:#fff;background:#ffffff0a;border-color:#ffffff17;box-shadow:none}.ser-context-pill{min-width:272px}.ser-context-pill__label,.ser-profile__role,.ser-search,.ser-search__kbd{color:#e2e8f0c7}.ser-context-pill__value,.ser-profile__name{color:#fff}.ser-search{height:50px;background:#ffffff08}.ser-search input{color:#fff}.ser-search input::placeholder{color:#e2e8f0a8}.ser-search__kbd{border-color:#ffffff1f;background:#ffffff08}.ser-topbar__icon{color:#f8fafc}.ser-profile img{box-shadow:0 0 0 2px #ffffff1f}.ser-profile__avatar-button{position:relative;width:40px;height:40px;padding:0;border:0;border-radius:999px;background:transparent;cursor:pointer;flex:none}.ser-profile__avatar-button img{width:40px;height:40px;border-radius:999px;object-fit:cover}.ser-profile__avatar-overlay{position:absolute;inset:0;display:grid;place-items:center;border-radius:999px;background:#02061752;color:#fff;opacity:0;transition:opacity .18s ease}.ser-profile__avatar-button:hover .ser-profile__avatar-overlay,.ser-profile__avatar-button:focus-visible .ser-profile__avatar-overlay{opacity:1}.ser-content{padding:26px 28px 32px}.ser-page{max-width:1640px;gap:20px}.ser-page__header{gap:20px;align-items:flex-start}.ser-page__eyebrow{color:#2563eb;font-weight:600}.ser-page__title{font-size:42px;letter-spacing:-.04em}.ser-page__subtitle{margin-top:8px;font-size:15px;line-height:1.65;max-width:940px;overflow-wrap:anywhere}.ser-page__actions{flex-direction:column;gap:12px;flex-wrap:nowrap;align-items:flex-end}.ser-page .ser-button{border-radius:14px}.ser-page .ser-button--primary{background:linear-gradient(180deg,#2563eb,#1d4ed8)}.ser-page .ser-button--secondary{border-color:#94a3b852}.ser-page .ser-button--ghost{background:#2563eb14;border-color:#2563eb1f}.ser-page .ser-button--icon{width:44px;height:44px;padding:0;border-radius:999px}.ser-banner{border-radius:18px;border-color:#94a3b833;background:linear-gradient(180deg,#fffffffa,#f6fafff5);box-shadow:0 18px 40px #081a3314}.ser-banner--dark{color:#eef6ff;border-color:#60a5fa33;background:linear-gradient(180deg,#0b2b47,#071827)}.ser-banner--split{padding:0;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) auto}.ser-banner--split .ser-banner__split-main{display:flex;align-items:center;gap:16px;padding:18px 20px}.ser-banner--split .ser-banner__split-side{display:flex;align-items:center;border-left:1px solid rgba(148,163,184,.18);padding:18px 20px;gap:14px}.ser-banner__icon{width:52px;height:52px;border-radius:18px;font-size:24px;background:#2563eb1a;color:#2563eb}.ser-banner--dark .ser-banner__icon{background:#ffffff14;color:#7dd3fc}.ser-banner__title{font-size:16px}.ser-banner__text{font-size:14px;line-height:1.55;opacity:.88;overflow-wrap:anywhere}.ser-kpi-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.ser-kpi-card{gap:14px;padding:18px;border-radius:18px;background:#fff;border:1px solid rgba(148,163,184,.2);box-shadow:0 14px 30px #0f172a0a}.ser-kpi-card__icon{width:52px;height:52px;border-radius:16px;background:#2563eb14;color:#2563eb}.ser-kpi-card__value{font-size:32px}.ser-grid--dashboard,.ser-grid--two-col{gap:20px}.ser-grid--dashboard{grid-template-columns:minmax(0,1.55fr) minmax(320px,.92fr)}.ser-grid--two-col{grid-template-columns:minmax(0,1.5fr) minmax(320px,.88fr)}.ser-stack{gap:20px}.ser-summary-card,.ser-surface,.ser-table-shell{border-radius:18px;border-color:#94a3b82e;background:#fff;box-shadow:0 14px 30px #0f172a0a}.ser-summary-card__title{margin-bottom:14px;font-size:16px;line-height:1.25}.ser-summary-card__stack{gap:12px}.ser-summary-chip{border-radius:16px;padding:14px 16px;background:linear-gradient(180deg,#f9fbff,#f4f7fb);border:1px solid rgba(148,163,184,.16);min-width:0;flex-wrap:wrap}.ser-summary-chip__value{font-size:28px;line-height:1.15;overflow-wrap:anywhere}.ser-toolbar{align-items:center}.ser-filter-panel{padding:18px}.ser-filter-panel__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.ser-filter-panel__title{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:700;color:#0f172a}.ser-filter-panel__count{min-width:24px;height:24px;border-radius:999px;display:inline-grid;place-items:center;padding:0 8px;background:#2563eb1f;color:#2563eb;font-size:12px}.ser-filter-grid{display:grid;gap:12px}.ser-filter-grid--5{grid-template-columns:repeat(5,minmax(0,1fr))}.ser-filter-grid--6{grid-template-columns:repeat(6,minmax(0,1fr))}.ser-filter-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}.ser-filter-clear{color:#2563eb;font-size:13px;font-weight:600}.ser-rail{display:flex;flex-direction:column;gap:20px}.ser-rail--sticky{position:sticky;top:108px}.ser-quick-actions{display:flex;flex-direction:column;gap:10px}.ser-quick-action{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:14px;border:1px solid rgba(148,163,184,.18);background:#fff;color:#0f172a;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.ser-quick-action:hover{transform:translateY(-1px);border-color:#2563eb2e;box-shadow:0 12px 22px #0f172a0f}.ser-quick-action__left{display:flex;align-items:center;gap:10px}.ser-quick-action__icon{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#2563eb17;color:#2563eb;flex:none}.ser-quick-action__label{font-weight:600}.ser-footer-note{display:flex;align-items:center;gap:12px;padding:16px 18px;border-radius:16px;border:1px solid rgba(148,163,184,.18);background:#fff;color:#374151;box-shadow:0 14px 30px #0f172a0a}.ser-footer-note__icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#2563eb14;color:#2563eb;flex:none}.ser-table thead th{background:#f7fbff;color:#475569;font-size:12px;border-bottom-color:#94a3b82e}.ser-table tbody td{border-bottom-color:#94a3b824}.ser-table tbody tr:hover{background:#2563eb08}.ser-table__actions{justify-content:center;flex-wrap:wrap;align-items:center}.ser-table__actions>*{flex:0 0 auto}.ser-table__actions-cell{text-align:center;vertical-align:middle}.ser-table__actions .ser-button--icon{width:36px;min-height:36px}.ser-table__actions .ser-button--secondary{background:#fff}.ser-chip{border-radius:999px;padding:6px 10px}.ser-modal{border-radius:24px}.ser-modal__header{padding:22px 24px 18px}.ser-modal__body{padding:22px 24px}.ser-modal__footer{padding:18px 24px 24px}@media(max-width:1280px){.ser-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ser-grid--dashboard,.ser-grid--two-col,.ser-filter-grid--5,.ser-filter-grid--6{grid-template-columns:1fr}.ser-rail--sticky{position:static}.ser-sidebar{width:260px}}@media(max-width:960px){.ser-app-shell{flex-direction:column}.ser-sidebar{width:100%;height:auto;position:relative}.ser-topbar{position:relative;flex-wrap:wrap;height:auto;padding:16px 18px}.ser-search{order:3;width:100%;min-width:0}.ser-topbar__actions{margin-left:0;width:100%;justify-content:flex-end}.ser-content{padding:18px}.ser-page__header{flex-direction:column}}@media(max-width:760px){.ser-kpi-grid,.ser-field-grid--2,.ser-field-grid--3,.ser-field-grid--4{grid-template-columns:1fr}.ser-page__title{font-size:30px}.ser-modal{width:100%;max-height:92vh;border-radius:18px}.ser-modal__header,.ser-modal__body,.ser-modal__footer{padding-left:18px;padding-right:18px}}
