.ops-shell{--ops-bg:#fcfcfd;--ops-sidebar-bg:#ffffff;--ops-card-bg:#ffffff;--ops-primary:#1b8354;--ops-primary-soft:#ecfdf3;--ops-success:#079455;--ops-success-soft:#ecfdf3;--ops-warning:#b87b02;--ops-warning-soft:#fffaeb;--ops-danger:#d92d20;--ops-danger-soft:#fef3f2;--ops-info:#175cd3;--ops-info-soft:#eff8ff;--ops-border:#d2d6db;--ops-divider:#eaecf0;--ops-text:#101828;--ops-text-secondary:#475467;--ops-muted:#f9fafb;--ops-hover:#f9fafb;--ops-shadow:0 1px 3px rgba(16,24,40,0.05),0 1px 2px rgba(16,24,40,0.05);--ops-sidebar-width:224px;--ops-header-height:105px;--ops-radius-card:16px;--ops-radius-btn:4px;--ops-radius-input:16px;--ops-radius-nav:8px;min-height:100dvh;display:flex;background:var(--ops-bg);color:var(--ops-text);font-family:var(--font-ibm-arabic),"IBM Plex Sans Arabic",sans-serif}.ops-shell__sidebar{position:sticky;top:0;z-index:40;display:flex;flex-direction:column;width:var(--ops-sidebar-width);min-width:var(--ops-sidebar-width);height:100dvh;background:var(--ops-sidebar-bg);border-inline-end:1px solid var(--ops-border)}.ops-shell__brand{display:flex;align-items:center;justify-content:center;gap:12px;padding:20px 16px;border-bottom:1px solid var(--ops-border)}.ops-shell__brand-logo{width:40px;height:40px;object-fit:contain;flex-shrink:0}.ops-shell__brand-name{margin:0;font-size:14px;font-weight:700;line-height:1.3;color:var(--ops-text);text-align:center}.ops-shell__nav{flex:1;overflow-y:auto;padding:16px 12px;display:flex;flex-direction:column;gap:4px}.ops-shell__nav-item{display:flex;align-items:center;gap:12px;height:44px;padding:0 16px;border-radius:var(--ops-radius-nav);color:var(--ops-text);font-size:14px;font-weight:500;text-decoration:none;transition:background .15s ease,color .15s ease}.ops-shell__nav-item:hover{background:var(--ops-hover)}.ops-shell__nav-item--active{background:#ecfdf3;color:var(--ops-primary);font-weight:600}.ops-shell__nav-item svg{width:auto;height:auto;max-width:22px;max-height:22px;flex-shrink:0;color:inherit}.ops-shell__nav-item--active .ops-nav-icon--dashboard rect{fill:currentColor;stroke:none}.ops-shell__logout{margin-top:auto;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:74px;height:74px;padding:0 16px;border:none;border-top:1px solid var(--ops-border);border-radius:0;background:#fff;color:#d92d20;font-size:14px;font-weight:500;line-height:1.4;cursor:pointer;flex-shrink:0}.ops-shell__logout svg{width:20px;height:20px;flex-shrink:0}.ops-shell__logout:hover{background:#fef3f2;color:#b42318}.ops-shell__logout:focus-visible{outline:2px solid #d92d20;outline-offset:-2px}.ops-shell__main{flex:1;min-width:0;display:flex;flex-direction:column}.ops-shell__header{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:16px;height:var(--ops-header-height);padding:16px 24px;background:#fff;border-bottom:1px solid var(--ops-border)}.ops-shell__menu-btn{display:none;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--ops-border);border-radius:var(--ops-radius-btn);background:#fff;cursor:pointer;order:-1}.ops-shell__search{flex:1;max-width:666px;margin-inline:auto;display:flex;align-items:center;gap:10px;height:44px;padding:0 16px;border:1px solid var(--ops-border);border-radius:var(--ops-radius-input);background:#fff;color:var(--ops-text-secondary);order:1}.ops-shell__search input{flex:1;min-width:0;border:none;background:transparent;outline:none;font-size:14px;color:var(--ops-text)}.ops-shell__search input::placeholder{color:var(--ops-text-secondary)}.ops-shell__search-mic{display:inline-flex;color:var(--ops-text-secondary)}.ops-shell__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:var(--ops-radius-btn);background:transparent;color:var(--ops-text);cursor:pointer}.ops-shell__icon-btn:hover{background:var(--ops-hover)}.ops-shell__profile{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit;flex-shrink:0;order:0}.ops-shell__avatar{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#e4e7ec;font-size:13px;font-weight:700;color:var(--ops-text);flex-shrink:0}.ops-shell__profile-meta{display:none}@media (min-width:1025px){.ops-shell__profile-meta{display:block}}.ops-shell__profile-name{margin:0;font-size:14px;font-weight:600;line-height:1.3}.ops-shell__profile-role{margin:0;font-size:12px;color:var(--ops-text-secondary)}.ops-shell__content{flex:1;padding:24px}.ops-shell__backdrop{display:none}.ops-card{background:var(--ops-card-bg);border:1px solid var(--ops-border);border-radius:var(--ops-radius-card);box-shadow:var(--ops-shadow)}.ops-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:8px}.ops-page-head__titles{display:flex;flex-direction:column;gap:4px}.ops-page-head__title{margin:0;font-size:24px;font-weight:700;line-height:1.25;color:var(--ops-text)}.ops-page-head__subtitle{margin:0;font-size:14px;line-height:1.5;color:var(--ops-text-secondary);max-width:42rem}.ops-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 16px;border:1px solid var(--ops-border);border-radius:var(--ops-radius-btn);background:#fff;color:var(--ops-text);font-size:14px;font-weight:500;cursor:pointer;text-decoration:none}.ops-btn:hover{background:var(--ops-hover)}.ops-btn--primary{background:var(--ops-primary);border-color:var(--ops-primary);color:#fff}.ops-btn--primary:hover{filter:brightness(.95);background:var(--ops-primary)}.ops-kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:24px;align-items:stretch}.ops-stat-card{display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;box-sizing:border-box;width:100%;height:142px;min-height:142px;padding:20px 24px;border-radius:12px;border:1px solid var(--ops-divider);background:#fff;box-shadow:0 1px 2px rgba(16,24,40,.05)}.ops-stat-card__top{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;min-width:0}.ops-stat-card__label{margin:0;min-width:0;font-size:14px;font-weight:500;line-height:20px;color:var(--ops-text-secondary);text-align:start}.ops-stat-card__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:999px;background:var(--ops-success-soft);color:var(--ops-success);flex-shrink:0}.ops-stat-card__icon svg{width:auto;height:auto;max-width:22px;max-height:22px;flex-shrink:0;display:block}.ops-stat-card__icon--success{background:var(--ops-success-soft);color:var(--ops-success)}.ops-stat-card__icon--warning{background:var(--ops-warning-soft);color:var(--ops-warning)}.ops-stat-card__icon--info{background:var(--ops-info-soft);color:var(--ops-info)}.ops-stat-card__icon--danger{background:var(--ops-danger-soft);color:var(--ops-danger)}.ops-stat-card__value{margin:0;font-size:30px;font-weight:600;line-height:38px;letter-spacing:-.02em;color:var(--ops-text);text-align:start}.ops-charts-grid{display:grid;grid-template-columns:minmax(0,1fr) calc((100% - 32px) / 3);gap:24px;margin-bottom:24px;align-items:stretch}.ops-chart-card{box-sizing:border-box;min-height:304px;height:auto;padding:20px 24px 24px;display:flex;flex-direction:column}.ops-chart-card--status{width:100%;max-width:100%}.ops-chart-card__title{margin:0 0 16px;width:fit-content;max-width:100%;height:24px;font-size:16px;font-weight:600;line-height:24px;color:var(--ops-text)}.ops-chart-card__body{flex:1;min-height:0;display:flex;align-items:center;justify-content:center}.ops-chart-card__body--bars{align-items:stretch}.ops-lists-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:24px}.ops-list-card{padding:24px}.ops-list-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.ops-list-card__title{margin:0;font-size:16px;font-weight:600}.ops-list-card__link{font-size:13px;color:var(--ops-primary);text-decoration:none;font-weight:500}.ops-recent-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:56px;padding:8px 4px;border-bottom:1px solid var(--ops-divider);text-decoration:none;color:inherit;border-radius:4px}.ops-recent-row:last-child{border-bottom:none}.ops-recent-row:hover{background:var(--ops-hover)}.ops-recent-row__name{margin:0;font-size:14px;font-weight:500}.ops-recent-row__meta{margin:2px 0 0;font-size:12px;color:var(--ops-text-secondary)}.ops-recent-row__chevron{display:inline-flex;color:#98a2b3;flex-shrink:0}html[dir=ltr] .ops-recent-row__chevron{transform:scaleX(-1)}.ops-usage-row{display:grid;grid-template-columns:1fr auto;gap:8px 12px;align-items:center;padding:10px 0}.ops-usage-row__name{margin:0;font-size:14px}.ops-usage-row__count{margin:0;font-size:12px;color:var(--ops-text-secondary)}.ops-progress{grid-column:1/-1;height:8px;border-radius:999px;background:var(--ops-divider);overflow:hidden}.ops-progress__fill{height:100%;border-radius:999px;background:var(--ops-primary)}.ops-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.ops-summary-card{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:72px;padding:16px}.ops-summary-card__text{min-width:0;text-align:start}.ops-summary-card__icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:var(--ops-primary-soft);color:var(--ops-primary);flex-shrink:0}.ops-summary-card__icon svg{width:auto;height:auto;max-width:22px;max-height:22px;display:block}.ops-summary-card__label{margin:0;font-size:12px;color:var(--ops-text-secondary)}.ops-summary-card__value{margin:2px 0 0;font-size:18px;font-weight:600}.ops-empty,.ops-error,.ops-loading{padding:24px;text-align:center;color:var(--ops-text-secondary);font-size:14px}.ops-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:280px;padding:40px 24px;text-align:center}.ops-empty-state__title{margin:0;font-size:16px;font-weight:600;color:var(--ops-text)}.ops-empty-state__hint{margin:0;max-width:28rem;font-size:14px;line-height:1.5;color:var(--ops-text-secondary)}.ops-error{color:var(--ops-danger)}.ops-donut{position:relative;width:min(150px,40%);min-width:128px;aspect-ratio:1;flex-shrink:0}.ops-donut svg{width:100%;height:100%;transform:rotate(-90deg)}.ops-donut__center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none;text-align:center;padding:12px}.ops-donut__center strong{font-size:26px;font-weight:700;line-height:1.1;color:var(--ops-text)}.ops-donut__center span{margin-top:4px;font-size:12px;color:var(--ops-text-secondary)}.ops-donut-wrap{display:flex;align-items:center;gap:20px;width:100%;flex-wrap:wrap;justify-content:center}.ops-legend{display:grid;grid-template-columns:repeat(2,minmax(100px,1fr));gap:8px 16px;margin:0;padding:0;list-style:none;flex:1;min-width:200px}.ops-legend__item{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--ops-text-secondary)}.ops-legend__dot{width:8px;height:8px;border-radius:999px;flex-shrink:0}.ops-legend__label{flex:1;min-width:0}.ops-legend__count{color:var(--ops-text-secondary)}.ops-bars{display:flex;align-items:flex-end;gap:3px;width:100%;height:220px;padding:8px 4px 0}.ops-bars__col{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;height:100%;gap:8px}.ops-bars__track{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center}.ops-bars__bar{width:100%;max-width:14px;border-radius:4px 4px 0 0;background:var(--ops-primary);min-height:4px}.ops-bars__label{font-size:10px;color:var(--ops-text-secondary);white-space:nowrap;line-height:1;height:12px}.ops-bars__label--spacer{visibility:hidden}.ops-dash-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:8px;margin-top:8px;flex-wrap:wrap}.ops-dash-footer__copy{margin:0;font-size:13px;color:var(--ops-text-secondary)}.ops-dash-footer__marks{display:flex;align-items:center;gap:16px}.ops-dash-footer__marks img{height:40px;width:auto}.ops-workspace{display:flex;flex-direction:column;gap:16px}.ops-shell .assignment-manage.ops-workspace,.ops-shell .officer-manage.ops-workspace{min-height:0;background:transparent}.ops-shell .assignment-manage__shell,.ops-shell .officer-manage__shell{width:100%;max-width:none;margin:0;padding:0}.ops-shell .officer-manage__grid{grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);gap:16px}.ops-shell .officer-manage__panel{min-height:22rem;border-radius:12px;box-shadow:var(--ops-shadow)}.ops-shell .officer-manage__panel--queue{position:sticky;top:calc(var(--ops-header-height) + 24px);align-self:start;max-height:calc(100dvh - var(--ops-header-height) - 48px);display:flex;flex-direction:column;min-height:0}.ops-shell .officer-manage__panel--queue .officer-manage__list{flex:1 1 auto;max-height:none;min-height:0;overflow:auto}.ops-shell .officer-manage__panel--queue .officer-manage__empty,.ops-shell .officer-manage__panel--queue .officer-manage__loading{flex-shrink:0}@media (max-width:1024px){.ops-shell .officer-manage__panel--queue{position:static;max-height:none}.ops-shell .officer-manage__panel--queue .officer-manage__list{max-height:min(50vh,420px)}}.ops-shell .officer-manage__list{gap:8px;padding:12px;max-height:min(68vh,640px)}.ops-shell .officer-manage__item{padding:12px 14px}.ops-shell .assignment-manage__table td,.ops-shell .assignment-manage__table th{padding:10px 12px;vertical-align:middle}.ops-shell .assignment-manage__empty,.ops-shell .assignment-manage__loading{padding:2rem 1rem}.ops-toolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.ops-input,.ops-select{height:40px;padding:0 12px;border:1px solid #9da4ae;border-radius:4px;background:#fff;font-size:14px;color:var(--ops-text)}.ops-input:focus,.ops-select:focus{outline:none;border-color:#1b8354;box-shadow:none}.ops-table-wrap{overflow-x:auto;min-height:200px}.ops-table{width:100%;border-collapse:collapse;font-size:13px}.ops-table td,.ops-table th{padding:10px 12px;text-align:start;border-bottom:1px solid var(--ops-divider);vertical-align:middle}.ops-table th{font-size:12px;font-weight:600;color:var(--ops-text-secondary);background:var(--ops-muted)}.ops-table tr:hover td{background:var(--ops-hover)}.ops-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:500;background:var(--ops-muted);color:var(--ops-text-secondary)}.ops-badge--success{background:#ecfdf3;color:var(--ops-success)}.ops-badge--danger{background:#fef3f2;color:var(--ops-danger)}.ops-badge--warning{background:#fffaeb;color:var(--ops-warning)}.ops-badge--info{background:#eff8ff;color:var(--ops-info)}.ops-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:100%}.ops-settings-section{padding:20px;display:flex;flex-direction:column;gap:4px;min-height:100%}.ops-settings-section h2{margin:0 0 12px;font-size:16px;font-weight:600}.ops-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.ops-field--check{flex-direction:row;align-items:center;gap:10px;margin-bottom:10px}.ops-field--check input{width:16px;height:16px;margin:0;flex-shrink:0}.ops-field label{font-size:13px;font-weight:500}.ops-field input,.ops-field select,.ops-field textarea{height:40px;padding:0 12px;border:1px solid var(--ops-border);border-radius:var(--ops-radius-btn);font-size:14px}.ops-field textarea{height:auto;min-height:96px;padding:10px 12px;resize:vertical;overflow-y:scroll}.ops-drawer-backdrop{position:fixed;inset:0;z-index:50;background:rgba(16,24,40,.35)}.ops-drawer{position:fixed;inset-block:0;inset-inline-start:0;z-index:60;width:min(420px,100%);background:#fff;border-inline-start:1px solid var(--ops-border);padding:24px;overflow-y:auto;box-shadow:var(--ops-shadow)}.ops-drawer h2{margin:0 0 16px;font-size:18px;font-weight:600}.ops-drawer__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}@media (max-width:1199px){.ops-kpi-grid,.ops-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1024px){.ops-shell__sidebar{position:fixed;inset-block:0;inset-inline-start:0;z-index:70;transform:translateX(-105%);transition:transform .25s ease}html[dir=rtl] .ops-shell__sidebar{inset-inline-start:auto;inset-inline-start:0;transform:translateX(105%)}.ops-settings-grid{grid-template-columns:1fr}.ops-shell--nav-open .ops-shell__sidebar{transform:translateX(0)}.ops-shell--nav-open .ops-shell__backdrop{display:block;position:fixed;inset:0;z-index:65;background:rgba(16,24,40,.4)}.ops-shell__menu-btn{display:inline-flex}.ops-shell__search{max-width:none}.ops-charts-grid,.ops-lists-grid{grid-template-columns:1fr}.ops-chart-card{height:auto;min-height:304px}}.ops-page-head--with-actions{align-items:center}.ops-page-head__actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px}.officer-requests-toolbar__btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;height:40px;padding:0 16px;border-radius:4px;font-family:inherit;font-size:16px;font-weight:500;line-height:24px;cursor:pointer;white-space:nowrap}.officer-requests-toolbar__btn:disabled{opacity:.55;cursor:not-allowed}.officer-requests-toolbar__btn--ghost{border:1px solid #d2d6db;background:#fff;color:#161616}.officer-requests-toolbar__btn--primary{border:none;background:#1b8354;color:#fff}.officer-requests-filters{background:#fff;border:1px solid #d2d6db;border-radius:8px;padding:24px;margin-block-end:16px}.officer-requests-filters__row{display:flex;flex-wrap:wrap;align-items:center;gap:16px;width:100%}.officer-requests-filters__select-wrap{position:relative;flex:0 0 auto;width:176px;max-width:100%;z-index:2}.officer-requests-filters__select-wrap:focus-within,.officer-requests-filters__select-wrap:has([aria-expanded=true]){z-index:40}.officer-requests-filters__dropdown-trigger{height:39px;padding:0 12px;border:1px solid #9da4ae;border-radius:3.5px;background:#ffffff;font:inherit;font-size:14px;line-height:20px;color:#161616}.officer-requests-filters__dropdown-trigger:focus-visible{outline:none;border-color:#1b8354;box-shadow:none}.officer-requests-filters__dropdown-trigger:active{background:#f3f4f6}.officer-requests-filters__dropdown-trigger[aria-expanded=true]{border-color:#9da4ae;background:#ffffff}.officer-requests-filters__dropdown .request-status-select__menu.contact-dial__menu{inset-inline:0;top:calc(100% + 8px);max-height:280px;padding:8px 0;border:1px solid #d2d6db;border-radius:4px;background:#ffffff;box-shadow:0 8px 16px rgb(16 24 40/3%),0 20px 40px rgb(16 24 40/8%);direction:inherit;scrollbar-color:#e5e7eb transparent}.officer-requests-filters__dropdown .request-status-select__option.contact-dial__option{display:flex;width:calc(100% - 16px);margin-inline:8px;align-items:center;justify-content:flex-start;gap:12px;padding:8px;border:0;border-radius:4px;background:#ffffff;color:#161616;font:inherit;font-size:14px;font-weight:400;line-height:21px;text-align:start}.officer-requests-filters__dropdown .request-status-select__option.contact-dial__option:hover{background:#f3f4f6;color:#161616}.officer-requests-filters__dropdown .request-status-select__option.contact-dial__option:active{background:#e5e7eb;color:#161616}.officer-requests-filters__dropdown .request-status-select__option.contact-dial__option:focus-visible{outline:none;box-shadow:0 0 0 2px #161616}.officer-requests-filters__dropdown .request-status-select__option.contact-dial__option.contact-dial__option--active,.officer-requests-filters__dropdown .request-status-select__option.contact-dial__option.contact-dial__option--active:hover{background:#e5e7eb;color:#161616;font-weight:500}.officer-requests-filters__search{flex:1 1 280px;--std-search-height:46px}.officer-requests-filters__search-btn{flex:0 0 auto;height:32px;padding:0 16px;border:none;border-radius:4px;background:#1b8354;color:#fff;font:inherit;font-size:14px;cursor:pointer}.ops-shell .officer-manage__grid--table{grid-template-columns:1fr;gap:24px}.ops-shell .officer-manage__panel--table{position:static;max-height:none;min-height:0;padding:0;overflow:hidden;border:1px solid #e5e7eb;border-radius:8px;box-shadow:none;background:#fff}.ops-shell .officer-manage__panel--table .officer-manage__empty,.ops-shell .officer-manage__panel--table .officer-manage__loading{padding:24px}.officer-requests-table-wrap{width:100%;overflow-x:auto}.officer-requests-table{width:100%;min-width:1100px;border-collapse:collapse;table-layout:auto;font-family:var(--font-ibm-arabic),var(--font-family-base),sans-serif;font-size:16px;line-height:1.25}.officer-requests-table thead th{height:56px;padding:12px 10px;background:#f3f4f6;color:#667380;font-size:16px;font-weight:400;white-space:nowrap}.officer-requests-table tbody td,.officer-requests-table thead th{border-bottom:1px solid #e5e7eb;text-align:right;vertical-align:middle}.officer-requests-table tbody td{height:64px;padding:10px;color:#0d121c}.officer-requests-table tbody tr:nth-child(2n){background:#f9fafb}.officer-requests-table tbody tr:nth-child(odd){background:#fff}.officer-requests-table__row--active{outline:2px solid rgba(27,131,84,.35);outline-offset:-2px}.officer-requests-table__sort-btn{display:inline-flex;flex-direction:row;align-items:center;gap:8px;max-width:100%;padding:0;border:none;background:transparent;color:inherit;font:inherit;cursor:pointer}.officer-requests-table__sort-btn--active,.officer-requests-table__sort-btn:hover{color:#161616}.officer-requests-table__sort-icon{width:24px;height:24px;flex-shrink:0}.officer-requests-table tbody td.officer-requests-table__ref,.officer-requests-table thead th.officer-requests-table__col-ref{text-align:right}.officer-requests-table tbody td.officer-requests-table__ref{white-space:nowrap;unicode-bidi:isolate;direction:ltr;text-align:right}.officer-requests-table__col-ref .officer-requests-table__sort-btn{gap:8px;width:auto;max-width:100%}.officer-assignments-table__date,.officer-assignments-table__email,.officer-requests-table__date,.officer-requests-table__email{white-space:nowrap;unicode-bidi:isolate;direction:ltr;text-align:right}.officer-assignments-table .officer-requests-table__sort-btn{gap:8px}.officer-requests-table__view-btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:33px;padding:0 13px;border:1px solid #d2d6db;border-radius:4px;background:#fff;color:#161616;font-family:var(--font-ibm-arabic),"IBM Plex Sans Arabic",sans-serif;font-size:13px;font-weight:500;line-height:20px;cursor:pointer;white-space:nowrap}.officer-requests-table__view-btn:hover{background:#f9fafb}.officer-requests-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px 20px;direction:ltr}.officer-requests-pagination__summary{margin:0;color:#6c737f;font-size:14px;unicode-bidi:plaintext}.officer-assignments-table{width:100%;min-width:100%;table-layout:auto}.officer-assignments-table tbody td,.officer-assignments-table thead th{padding:10px 8px;text-align:right;white-space:nowrap}.officer-assignments-table td,.officer-assignments-table th{width:auto!important}.officer-assignments-table__employee,.officer-assignments-table__entity,.officer-assignments-table__permissions,.officer-assignments-table__services{overflow:visible;text-overflow:clip}.officer-assignments-table__tags{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:6px}.officer-assignments-table__cell-actions,.officer-assignments-table__cell-status,.officer-assignments-table__permissions,.officer-assignments-table__services{text-align:right}.officer-assignments-table__service-tag{border-radius:4px;background:#f3f4f6;color:#384250}.officer-assignments-table__perm-tag,.officer-assignments-table__service-tag{display:inline-flex;align-items:center;height:24px;padding:0 8px;font-size:12px;font-weight:500;line-height:18px;white-space:nowrap}.officer-assignments-table__perm-tag{border:1px solid #b2ddff;border-radius:4px;background:#eff8ff;color:#175cd3}.officer-assignments-table__perm-more{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 6px;border-radius:999px;background:#f3f4f6;color:#384250;font-size:12px;font-weight:600;line-height:18px;cursor:pointer;border:none;transition:background-color .2s ease}.officer-assignments-table__perm-more:hover{background:#e5e7eb}.officer-assignments-table__popover{position:absolute;z-index:100;width:191px;background:#FCFCFC;border:1px solid #d2d6db;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.1);overflow:hidden}.officer-assignments-table__popover-row{display:flex;align-items:center;height:48px;padding:0 12px}.officer-assignments-table__popover-row:not(:last-child){border-bottom:1px solid #d2d6db}.officer-assignments-table__status-inactive{display:inline-flex;align-items:center;gap:6px;color:#6c737f;font-family:var(--font-ibm-arabic),var(--font-family-base),sans-serif;font-size:12px;font-weight:600;line-height:18px;white-space:nowrap}.officer-assignments-table__date,.officer-assignments-table__email{white-space:nowrap;unicode-bidi:isolate;direction:ltr;text-align:right}.officer-assignments-table__cell-actions{position:relative;width:52px;padding-inline:6px}.officer-assignments-table__menu{position:relative;display:inline-flex}.officer-assignments-table__menu-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid #d2d6db;border-radius:4px;background:#fff;color:#161616;cursor:pointer}.officer-assignments-table__menu-btn--open,.officer-assignments-table__menu-btn:hover{background:#f3f4f6}.officer-assignments-table__menu-panel{position:fixed;z-index:1200;display:flex;flex-direction:column;align-items:stretch;width:156px;padding:0;overflow:hidden;border:none;border-radius:6px;background:#fcfcfc;box-shadow:0 0 4px rgb(0 0 0/10%)}.officer-assignments-table__menu-item{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:16px;width:100%;height:50.67px;padding:12px 8px;border:0;border-top:1px solid #d2d6db;border-radius:0;background:transparent;color:#080914;font-family:var(--font-ibm-arabic),"IBM Plex Sans Arabic",sans-serif;font-size:12px;font-weight:400;line-height:18px;direction:ltr;text-align:right;cursor:pointer}.officer-assignments-table__menu-item:first-child{border-top:none}.officer-assignments-table__menu-item:hover{background:#f3f4f6}.officer-assignments-table__menu-item--danger{background:#fffbfa;color:#080914}.officer-assignments-table__menu-item--danger:hover{background:#fef3f2}.officer-assignments-table__menu-label{flex:0 0 auto;text-align:right}.officer-assignments-table__menu-icon{box-sizing:border-box;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:26.67px;min-width:26.67px;height:26.67px;min-height:26.67px;border:.83px solid #d2d6db;border-radius:3.33px;background:#fff}.officer-assignments-table__menu-icon--danger{border-color:#fecdca}.officer-museums-table{table-layout:fixed;width:100%}.officer-museums-table td,.officer-museums-table th{text-align:right;vertical-align:middle;font-weight:400}.officer-museums-table__slug{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;color:#6c737f;font-weight:400}.officer-museums-table__name{font-weight:400}.officer-museums-table__tags{display:flex;flex-wrap:wrap;gap:6px}.officer-museums-table__tag{display:inline-flex;align-items:center;padding:4px 8px;border:1px solid #d2d6db;border-radius:4px;background:#f9fafb;color:#384250;font-size:12px;font-weight:400;white-space:nowrap}.officer-museums-table__tag--more{background:#eef2f6}.officer-museums-table .my-requests-table__status,.officer-museums-table .officer-assignments-table__status-inactive{font-weight:400}.officer-services-table{min-width:1100px}.officer-services-table__index{width:72px;color:#667380;font-variant-numeric:tabular-nums}.officer-services-table__name{font-weight:400;color:#0d121c;max-width:280px}.officer-services-table__fee{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;color:#161616;font-size:14px;font-weight:500;white-space:nowrap}.officer-services-table .my-requests-table__status,.officer-services-table .officer-assignments-table__status-inactive{white-space:nowrap;font-weight:400}.officer-services-table .officer-assignments-table__menu-btn{width:32px;height:32px;border:1px solid #d2d6db;border-radius:6px;background:#fff}.officer-services-table .officer-assignments-table__menu-btn svg{display:block}.officer-services-table .officer-assignments-table__menu-btn rect{display:none}.ops-shell .assignment-manage.officer-manage,.ops-shell .museums-manage.officer-manage{min-height:0;background:transparent}.ops-shell .museums-manage .officer-manage__panel--table,.ops-shell .museums-manage .officer-requests-filters{border-radius:16px;border-color:#e5e7eb}.ops-shell .museums-manage .officer-requests-filters{margin-block-end:8px}.ops-shell .assignment-manage .assignment-manage__form{margin-block-end:16px}.officer-request-modal{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:24px}.officer-request-modal__backdrop{position:absolute;inset:0;border:0;padding:0;margin:0;cursor:pointer;background:rgba(16,24,40,.45)}.officer-request-modal__dialog{position:relative;z-index:1;display:flex;flex-direction:column;width:min(1200px,100%);height:min(936px,calc(100vh - 48px));max-height:min(936px,calc(100vh - 48px));background:#fff;border-radius:16px;box-shadow:0 24px 48px rgba(16,24,40,.18);overflow:hidden;scrollbar-width:none;-ms-overflow-style:none}.officer-request-modal__dialog::-webkit-scrollbar{width:0;height:0;display:none}.officer-request-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px 24px 12px}.officer-request-modal__header-main{min-width:0;flex:1}.officer-request-modal__title-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.officer-request-modal__title{margin:0;font-size:22px;font-weight:400;color:#161616;line-height:1.3}.officer-request-modal__meta{margin:8px 0 0;color:#6c737f;font-size:14px}.officer-request-modal__close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border:1px solid #e5e7eb;border-radius:10px;background:#fff;color:#374151;cursor:pointer}.officer-request-modal__close:hover{background:#f9fafb}.officer-request-modal__tabs{display:flex;gap:4px;padding:0 24px;border-bottom:1px solid #e5e7eb;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.officer-request-modal__tabs::-webkit-scrollbar{width:0;height:0;display:none}.officer-request-modal__tab{flex-shrink:0;border:0;background:transparent;padding:12px 14px;font-size:14px;font-weight:400;color:#6c737f;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px}.officer-request-modal__tab:hover{color:#161616}.officer-request-modal__tab--active{color:#0b7a4b;border-bottom-color:#0b7a4b;font-weight:400}.officer-request-modal__alerts{padding:12px 24px 0}.officer-request-modal__body{flex:1;min-height:0;overflow:hidden;background:#f9fafb}.officer-request-modal__body-scroll{box-sizing:border-box;height:100%;overflow-x:hidden;overflow-y:auto;direction:ltr;width:calc(100% + 28px);margin-right:-28px;padding:20px 52px 20px 24px;scrollbar-width:none;-ms-overflow-style:none}.officer-request-modal__body-scroll>*{direction:inherit}.officer-request-modal[dir=rtl] .officer-request-modal__body-scroll>*,.officer-request-modal__dialog[dir=rtl] .officer-request-modal__body-scroll>*{direction:rtl}.officer-request-modal[dir=ltr] .officer-request-modal__body-scroll>*,.officer-request-modal__dialog[dir=ltr] .officer-request-modal__body-scroll>*{direction:ltr}.officer-request-modal__body-scroll::-webkit-scrollbar{width:0!important;height:0!important;display:none!important;background:transparent}.officer-request-modal__body-scroll::-webkit-scrollbar-button,.officer-request-modal__body-scroll::-webkit-scrollbar-corner,.officer-request-modal__body-scroll::-webkit-scrollbar-thumb,.officer-request-modal__body-scroll::-webkit-scrollbar-track{display:none!important;width:0!important;height:0!important;background:transparent!important}.officer-request-modal__empty,.officer-request-modal__loading{margin:0;color:#6c737f;font-size:14px}.officer-request-modal__kv{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:100%;margin:0 0 24px}.officer-request-modal__kv-card{display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;margin:0;min-height:82px;height:auto;padding:16px 20px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.officer-request-modal__kv-card dt{margin:0 0 8px;color:#6c737f;font-size:13px;font-weight:400;line-height:1.3}.officer-request-modal__kv-card dd{margin:0;color:#161616;font-size:16px;font-weight:400;line-height:1.35;word-break:break-word}.officer-request-modal__section{margin-top:20px}.officer-request-modal__section h3{margin:0 0 12px;font-size:16px;font-weight:400;color:#161616}.officer-request-modal__journey{box-sizing:border-box;width:100%;min-height:164px;height:auto;padding:20px 24px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.officer-request-modal__journey h3{margin:0 0 16px;font-size:16px;font-weight:400;color:#161616}.officer-request-modal__journey .officer-map{margin:0}.officer-request-modal__select,.officer-request-modal__textarea{width:100%;border:1px solid #9da4ae;border-radius:4px;font-size:14px;color:#161616;background:#fff}.officer-request-modal__select{height:39px;padding-right:32px;padding-left:12px;border-radius:3.5px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.1281 0.254404C1.22967 0.388883 1.53293 0.790336 1.71353 1.02176C2.07526 1.48527 2.56952 2.10118 3.10269 2.71526C3.63856 3.33244 4.20148 3.93352 4.70158 4.37539C4.95234 4.59695 5.17262 4.76531 5.35439 4.87489C5.52535 4.97796 5.62634 4.99939 5.62634 4.99939C5.62634 4.99939 5.72436 4.97795 5.89531 4.8749C6.07708 4.76532 6.29737 4.59696 6.54813 4.37539C7.04822 3.93352 7.61114 3.33244 8.14701 2.71525C8.68018 2.10116 9.17444 1.48525 9.53617 1.02173C9.71678 0.790306 10.0196 0.38942 10.1212 0.25494C10.3259 -0.0229954 10.7175 -0.082942 10.9955 0.121752C11.2734 0.326446 11.3328 0.717694 11.1281 0.99563L11.1265 0.997703C11.02 1.13871 10.7059 1.55461 10.5216 1.79077C10.1517 2.26475 9.64302 2.89884 9.09089 3.53476C8.54146 4.16757 7.93673 4.81649 7.3758 5.31212C7.09605 5.5593 6.81247 5.78156 6.54067 5.94542C6.28602 6.09893 5.96361 6.25 5.62485 6.25C5.28609 6.25 4.96368 6.09893 4.70904 5.94541C4.43723 5.78156 4.15366 5.5593 3.87391 5.31212C3.31298 4.81649 2.70825 4.16758 2.15882 3.53477C1.60669 2.89886 1.098 2.26478 0.728099 1.7908C0.543666 1.55447 0.229494 1.13852 0.123226 0.997826L0.1219 0.996069C-0.082796 0.718135 -0.0237164 0.326489 0.254218 0.121794C0.532143 -0.0828948 0.923396 -0.0235067 1.1281 0.254404Z' fill='%23161616'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}[dir=rtl] .officer-request-modal__select{padding-left:32px;padding-right:12px;background-position:left 12px center}.officer-request-modal__select:focus{outline:none;border-color:#1b8354;box-shadow:none}.officer-request-modal__textarea{min-height:96px;padding:12px;resize:vertical;margin-bottom:12px;overflow-y:scroll}.officer-request-modal__hint{margin:8px 0 0;color:#6c737f;font-size:12px;line-height:1.5}.officer-request-modal__card{box-sizing:border-box;width:100%;min-height:100%;padding:24px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.officer-request-modal__card-title{margin:0 0 24px;font-size:18px;font-weight:400;color:#161616;line-height:1.4}.officer-request-modal__form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:48px;row-gap:28px;margin:0}.officer-request-modal__form-field{margin:0;min-width:0}.officer-request-modal__form-field dt{margin:0 0 8px;color:#6c737f;font-size:13px;font-weight:400;line-height:1.4}.officer-request-modal__form-field dd{margin:0;color:#161616;font-size:16px;font-weight:400;line-height:1.5;word-break:break-word}.officer-request-modal__attachments{display:flex;flex-wrap:wrap;gap:16px;margin:0;padding:0;list-style:none}.officer-request-modal__attachments>li{margin:0;padding:0;border:0;background:transparent}.officer-request-modal__attachment-card{display:flex;align-items:center;gap:12px;box-sizing:border-box;min-width:260px;max-width:360px;padding:14px 16px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:inherit;text-decoration:none}a.officer-request-modal__attachment-card:hover{background:#fafafa}.officer-request-modal__attachment-card--unavailable{opacity:.55;cursor:not-allowed}.officer-request-modal__attachment-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;border-radius:12px;overflow:hidden;background:transparent;color:inherit}.officer-request-modal__attachment-meta{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.officer-request-modal__attachment-name{color:#161616;font-size:14px;font-weight:400;line-height:1.4;word-break:break-word}.officer-request-modal__attachment-date,.officer-request-modal__attachment-size{color:#6c737f;font-size:12px;font-weight:400;line-height:1.4}.officer-request-modal__attachment-download{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#667380}.officer-request-modal__event-timeline{display:flex;flex-direction:column;margin:0;padding:0;list-style:none;width:min(100%,480px)}.officer-request-modal__event-item{display:flex;align-items:stretch;gap:14px;margin:0;padding:0;border:0!important;background:transparent!important;box-shadow:none!important}.officer-request-modal__event-rail{display:flex;flex-direction:column;align-items:center;flex:0 0 20px;width:20px;padding-top:2px}.officer-request-modal__event-marker{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;width:20px;height:20px;flex-shrink:0;border-radius:999px;background:#0b7a4b;color:#fff}.officer-request-modal__event-line{display:block;width:2px;flex:1 1 auto;min-height:20px;margin:4px 0 0;background:#d0d5dd;border-radius:999px}.officer-request-modal__event-content{min-width:0;flex:1;padding-bottom:24px}.officer-request-modal__event-item:last-child .officer-request-modal__event-content{padding-bottom:0}.officer-request-modal__event-title{margin:0 0 4px;color:#161616;font-size:15px;font-weight:400;line-height:1.4}.officer-request-modal__event-actor,.officer-request-modal__event-note,.officer-request-modal__event-time{display:block;margin:0;color:#6c737f;font-size:13px;font-weight:400;line-height:1.45}.officer-request-modal__event-note{margin-top:2px}.officer-request-modal__event-time{margin-top:4px}.officer-request-modal__panel--notes{display:flex;flex-direction:column;gap:16px}.officer-request-modal__notes-compose{box-sizing:border-box;width:100%;min-height:235px;padding:24px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.officer-request-modal__notes-compose-head{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:#161616}.officer-request-modal__notes-compose-head h3{margin:0;font-size:16px;font-weight:400;line-height:1.4}.officer-request-modal__notes-textarea{box-sizing:border-box;width:100%;min-height:100px;height:100px;margin:0;padding:14px 16px;border:1px solid #d0d5dd;border-radius:10px;background:#fff;color:#161616;font-size:14px;font-weight:400;line-height:1.5;resize:vertical;overflow-y:scroll}.officer-request-modal__notes-textarea::placeholder{color:#98a2b3}.officer-request-modal__notes-compose-foot{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px}.officer-request-modal__notes-privacy{margin:0;color:#6c737f;font-size:13px;font-weight:400;line-height:1.5}.officer-request-modal__notes-list{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}.officer-request-modal__note-card{box-sizing:border-box;width:100%;min-height:100px;margin:0;padding:20px 24px;border:1px solid #e5e7eb!important;border-radius:12px;background:#fff!important;box-shadow:none!important}.officer-request-modal__note-card-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px}.officer-request-modal__note-card-author{color:#161616;font-size:14px;font-weight:400;line-height:1.4}.officer-request-modal__note-card-date{color:#6c737f;font-size:13px;font-weight:400;line-height:1.4;white-space:nowrap}.officer-request-modal__note-card-body{margin:0;color:#161616;font-size:14px;font-weight:400;line-height:1.6}.officer-request-modal__list,.officer-request-modal__notes,.officer-request-modal__timeline{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.officer-request-modal__list li,.officer-request-modal__notes li,.officer-request-modal__timeline li{padding:12px 14px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;font-size:14px;color:#161616}.officer-request-modal__list-label{display:block;margin-bottom:4px;color:#6c737f;font-size:12px}.officer-request-modal__list-meta{color:#6c737f}.officer-request-modal__timeline-time{display:block;margin-bottom:4px;color:#6c737f;font-size:12px}.officer-request-modal__notes-meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;margin-bottom:6px;color:#6c737f;font-size:12px}.officer-request-modal__notes p{margin:0;line-height:1.5}.officer-request-modal__note-banner{margin:16px 0;padding:12px 14px;border-radius:10px;background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;font-size:14px;line-height:1.5}.officer-request-modal__note-banner strong{display:block;margin-bottom:4px}.officer-request-modal__footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:12px;box-sizing:border-box;width:100%;min-height:88px;height:auto;padding:24px;border-top:1px solid #e5e7eb;background:#fff}.officer-request-modal__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;height:40px;padding:0 16px;border-radius:8px;border:1px solid transparent;font-size:14px;font-weight:400;line-height:1.2;cursor:pointer;background:#fff;color:#161616;white-space:nowrap}.officer-request-modal__btn svg{flex-shrink:0;display:block}.officer-request-modal__btn:disabled{opacity:.45;cursor:not-allowed}.officer-request-modal__btn--primary{background:#0b5f3c;border-color:#0b5f3c;color:#fff}.officer-request-modal__btn--primary:hover:not(:disabled){background:#094f32;border-color:#094f32}.officer-request-modal__btn--danger{background:#fff;border-color:#d0d5dd;color:#b42318}.officer-request-modal__btn--danger:hover:not(:disabled){background:#fff5f5}.officer-request-modal__btn--outline,.officer-request-modal__btn--warn{background:#fff;border-color:#d0d5dd;color:#161616}.officer-request-modal__btn--outline:hover:not(:disabled),.officer-request-modal__btn--warn:hover:not(:disabled){background:#f9fafb}@media (max-width:900px){.ops-page-head--with-actions{align-items:stretch;flex-direction:column}.officer-requests-filters__select-wrap{flex:1 1 160px;width:auto}.officer-request-modal{padding:12px}.officer-request-modal__dialog{max-height:calc(100vh - 24px)}.officer-request-modal__body,.officer-request-modal__footer,.officer-request-modal__header,.officer-request-modal__tabs{padding-inline:16px}.officer-request-modal__kv{grid-template-columns:1fr}.officer-request-modal__form-grid{grid-template-columns:1fr;column-gap:0;row-gap:20px}.officer-request-modal__notes-compose-foot{flex-direction:column;align-items:stretch}.officer-request-modal__notes-compose-foot .officer-request-modal__btn{width:100%}}@media (max-width:639px){.ops-shell__content{padding:16px}.ops-kpi-grid,.ops-summary-grid{grid-template-columns:1fr}.ops-page-head{flex-direction:column}.ops-shell__header{height:auto;min-height:72px;flex-wrap:wrap}}.ops-notif{display:inline-flex;order:2;margin-inline-start:auto}.ops-notif,.ops-notif__btn{position:relative}.ops-notif__btn .nds-badge{position:absolute;inset-block-start:2px;inset-inline-end:2px;z-index:1;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background-color:var(--background-error,#d92d20);color:var(--text-on-color,#fff);font-size:10px;font-weight:500;line-height:normal;display:flex;align-items:center;justify-content:center;pointer-events:none}.ops-notif__panel{position:absolute;top:calc(100% + 8px);left:0;right:auto;z-index:1200;width:420px;max-width:calc(100vw - 32px);padding:8px;border:1px solid var(--ops-border,#eaecf0);border-radius:12px;background:#fff;box-shadow:0 12px 24px rgba(16,24,40,.16)}.ops-notif__panel-title{margin:4px 8px 8px;color:var(--ops-text,#101828);font-size:13px;font-weight:600}.ops-notif__empty{margin:0;padding:16px 8px;color:var(--ops-text-muted,#6c737f);font-size:13px;text-align:center}.ops-notif__list{max-height:360px;overflow-y:auto;margin:0;padding:0;list-style:none}.ops-notif__item{display:flex;flex-direction:column;gap:2px;width:100%;padding:10px 8px;border:none;border-radius:8px;background:transparent;text-align:start;cursor:pointer}.ops-notif__item:hover{background:var(--ops-hover,#f9fafb)}.ops-notif__item--unread{border-inline-start:3px solid var(--ops-brand,#1b8354);background:#f6fbf8}.ops-notif__item-title{color:var(--ops-text,#101828);font-size:13px;font-weight:500;line-height:1.5}.ops-notif__item-ref{color:var(--ops-text-muted,#6c737f);font-size:11px;font-variant-numeric:tabular-nums}.ops-notif__item-time{color:var(--ops-text-muted,#6c737f);font-size:11px}