:root {
  --ink: #162322;
  --muted: #687574;
  --line: #dce4e1;
  --soft-line: #e9eeec;
  --canvas: #f2f5f3;
  --surface: #ffffff;
  --deep: #102a2a;
  --deep-2: #183939;
  --teal: #217d73;
  --teal-soft: #e7f3f0;
  --gold: #d7973f;
  --gold-soft: #fdf3e3;
  --red: #b24f49;
  --red-soft: #fbecea;
  --blue: #4c718d;
  --blue-soft: #eaf1f6;
  --shadow: 0 8px 30px rgba(25, 47, 45, .07);
}
* { box-sizing: border-box; }
html { font-size: 16px; }
body { margin: 0; color: var(--ink); background: var(--canvas); font-family: "DM Sans", sans-serif; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.workflow-steps { display: grid; gap: 8px; margin-top: 22px; text-align: left; }
.workflow-step { display: grid; grid-template-columns: 24px 1fr; align-items: center; gap: 9px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 7px; color: #65716f; font-size: 12px; background: #fbfcfb; }
.workflow-step span { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: #e7eeeb; color: #64736f; font-size: 11px; font-weight: 700; }
.workflow-step.complete { border-color: #b8d9cf; background: #f2faf7; color: #1f6255; }
.workflow-step.complete span { background: #197761; color: white; }
.workflow-step small { grid-column: 2; color: #2b8a73; font-size: 10px; }
.generic-records { display: grid; gap: 8px; }
.generic-record { display: grid; grid-template-columns: 1fr auto; gap: 8px 14px; align-items: center; padding: 11px 12px; border: 1px solid var(--line); border-radius: 7px; background: #fbfcfb; }
.generic-record strong { color: #253532; font-size: 12px; }
.generic-record small { display: block; color: #7a8783; font-size: 10px; margin-top: 3px; }
.generic-record .status { justify-self: end; }
.register-empty { color: #7a8783; font-size: 12px; line-height: 1.5; }
.register-error { color: #9b5c45; background: #fff7f2; border: 1px solid #efd8ca; border-radius: 7px; padding: 11px; font-size: 12px; }
.data-source { color: #70807b; font-size: 11px; letter-spacing: .04em; white-space: nowrap; }
.data-source.live { color: #167c68; font-weight: 700; }
.app-shell { min-height: 100vh; }
.sidebar { position: fixed; inset: 0 auto 0 0; width: 248px; padding: 28px 18px 18px; background: var(--deep); color: #fff; display: flex; flex-direction: column; z-index: 30; }
.brand { display: flex; align-items: center; gap: 12px; padding: 0 8px 29px; border-bottom: 1px solid rgba(255,255,255,.1); }
.brand-mark { width: 39px; height: 39px; border: 1px solid rgba(255,255,255,.28); display: flex; align-items: center; justify-content: center; font: 800 20px Manrope; color: #fff; position: relative; }
.brand-mark i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); right: 5px; top: 5px; }
.brand div:last-child { display: flex; flex-direction: column; }
.brand strong { font: 700 18px Manrope; letter-spacing: -.02em; }
.brand span { color: #aabdbc; font-size: 11px; margin-top: 2px; }
.primary-nav { padding-top: 22px; overflow-y: auto; }
.primary-nav p { margin: 13px 12px 8px; color: #718b89; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; }
.nav-item { width: 100%; color: #bfd0ce; background: transparent; border: 0; border-radius: 8px; padding: 10px 12px; display: flex; align-items: center; gap: 11px; text-align: left; margin: 2px 0; font-size: 14px; transition: .2s; }
.nav-item:hover { color: #fff; background: rgba(255,255,255,.055); }
.nav-item.active { background: #244443; color: #fff; box-shadow: inset 3px 0 0 var(--gold); }
.nav-icon { font-size: 18px; width: 20px; text-align: center; color: #93aaa8; }
.nav-item b { margin-left: auto; font-size: 11px; min-width: 22px; text-align: center; padding: 2px 5px; border-radius: 10px; background: rgba(255,255,255,.09); color: #c8d5d4; }
.nav-item b.alert-count { background: #84413d; color: #fff; }
.sidebar-footer { margin-top: auto; }
.support-card { width: 100%; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.04); color: #fff; border-radius: 9px; padding: 12px; display: flex; gap: 10px; align-items: center; text-align: left; }
.support-card > span { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: #244443; color: var(--gold); font-weight: 700; }
.support-card div, .profile-mini div:nth-child(2) { display: flex; flex-direction: column; }
.support-card strong, .profile-mini strong { font-size: 12px; }
.support-card small, .profile-mini span { color: #88a09e; font-size: 10px; margin-top: 3px; }
.profile-mini { margin-top: 15px; padding: 14px 4px 2px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; gap: 9px; }
.avatar { width: 32px; height: 32px; border-radius: 50%; background: #d9a052; color: #17312f; display: grid; place-items: center; font-size: 10px; font-weight: 700; font-style: normal; }
.profile-mini button { margin-left: auto; background: none; border: 0; color: #8ba19f; }
.main { margin-left: 248px; min-height: 100vh; }
.topbar { height: 68px; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); padding: 0 34px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 20; backdrop-filter: blur(8px); }
.breadcrumb { display: flex; align-items: center; gap: 9px; font-size: 13px; }
.breadcrumb span { color: var(--muted); }.breadcrumb b { color: #bac3c1; font-weight: 400; }.breadcrumb strong { font-weight: 600; }
.top-actions { display: flex; align-items: center; gap: 7px; }
.icon-button, .help-button, .mobile-menu, .language-button { border: 0; background: transparent; color: #576563; height: 35px; border-radius: 7px; }
.icon-button { width: 35px; font-size: 21px; position: relative; }.icon-button:hover { background: #f0f4f2; }
.notification i { position: absolute; width: 6px; height: 6px; background: #cc6c54; border: 2px solid #fff; border-radius: 50%; right: 6px; top: 5px; }
.help-button { padding: 0 10px; font-size: 13px; }.mobile-menu { display: none; font-size: 20px; }
.language-button { padding: 0 9px; font-size: 11px; font-weight: 700; color: var(--teal); }.language-button:hover { background: #eef5f2; }
.content { padding: 38px 38px 55px; max-width: 1480px; margin: 0 auto; }
.hidden { display: none !important; }
.page-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 26px; }
.page-heading.compact { align-items: center; }
.eyebrow { margin: 0 0 7px; color: var(--teal); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
h1, h2, h3 { font-family: Manrope, sans-serif; margin: 0; letter-spacing: -.035em; }
h1 { font-size: clamp(27px, 3vw, 36px); line-height: 1.14; }
h2 { font-size: 19px; }
h3 { font-size: 15px; }
.page-heading > div > p:last-child { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.primary-button, .secondary-button { border-radius: 7px; padding: 11px 16px; font-weight: 700; font-size: 13px; border: 1px solid transparent; }
.primary-button { background: var(--deep); color: #fff; box-shadow: 0 5px 14px rgba(16,42,42,.14); }.primary-button:hover { background: var(--deep-2); }.primary-button span { color: #f3bd6d; }
.secondary-button { background: #fff; border-color: var(--line); color: #34403f; }.secondary-button:hover { background: #f6f8f7; }
.attention-strip { background: #fffaf0; border: 1px solid #efd8af; border-left: 4px solid #d79436; border-radius: 8px; min-height: 65px; padding: 12px 16px; display: flex; align-items: center; gap: 13px; margin-bottom: 20px; }
.attention-icon { width: 29px; height: 29px; border-radius: 50%; background: var(--gold-soft); color: #af6c16; display: grid; place-items: center; font-weight: 800; }
.attention-strip > div:nth-child(2) { display: flex; flex-direction: column; gap: 3px; font-size: 13px; }.attention-strip strong { font-weight: 700; }.attention-strip span { color: #776c58; font-size: 12px; }
.attention-strip button { margin-left: auto; background: none; border: 0; color: #875b21; font-size: 12px; font-weight: 700; }
.metric-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-bottom: 18px; }
.metric-card, .panel { background: var(--surface); border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); }
.metric-card { padding: 17px 18px; display: flex; flex-direction: column; }
.metric-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.metric-icon { width: 30px; height: 30px; border-radius: 7px; display: grid; place-items: center; font-size: 17px; }.metric-icon.teal { background: var(--teal-soft); color: var(--teal); }.metric-icon.amber { background: var(--gold-soft); color: #b67622; }.metric-icon.red { background: var(--red-soft); color: var(--red); }.metric-icon.blue { background: var(--blue-soft); color: var(--blue); }
.metric-trend { font-size: 10px; font-weight: 700; padding: 3px 6px; border-radius: 9px; }.metric-trend.positive { color: #277362; background: #e8f5f0; }.metric-trend.negative { color: #a44943; background: #fbedeb; }.metric-trend.neutral { color: #65716f; background: #f0f3f2; }
.metric-card > strong { font: 700 27px Manrope; }.metric-card > strong .unit { font-size: 15px; margin-left: 1px; }.metric-card > span { font-size: 13px; font-weight: 600; margin-top: 2px; }.metric-card > small { color: var(--muted); margin-top: 8px; font-size: 11px; }
.dashboard-grid, .lower-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(370px,.75fr); gap: 18px; margin-bottom: 18px; }
.panel-header { min-height: 68px; padding: 17px 19px 13px; border-bottom: 1px solid var(--soft-line); display: flex; align-items: center; justify-content: space-between; }
.panel-header .eyebrow { margin-bottom: 3px; }.text-button { border: 0; background: none; color: var(--teal); font-size: 11px; font-weight: 700; }.text-button span { margin-left: 4px; }
.task-tabs { padding: 0 18px; display: flex; border-bottom: 1px solid var(--soft-line); }
.task-tabs button { padding: 12px 4px 10px; margin-right: 24px; border: 0; background: none; color: var(--muted); font-size: 11px; font-weight: 600; border-bottom: 2px solid transparent; }.task-tabs button.active { color: var(--ink); border-color: var(--teal); }.task-tabs b { font-size: 9px; background: #edf1ef; padding: 2px 5px; border-radius: 8px; margin-left: 3px; }
.task-list { padding: 3px 18px 7px; }.task-item { display: grid; grid-template-columns: 31px minmax(0,1fr) auto 16px; gap: 11px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--soft-line); cursor: pointer; }.task-item:last-child { border: 0; }.task-item:hover .task-copy strong { color: var(--teal); }.task-kind { width: 30px; height: 30px; border-radius: 7px; display: grid; place-items: center; background: var(--teal-soft); color: var(--teal); }.task-kind.warning { color: #b87928; background: var(--gold-soft); }.task-kind.danger { color: var(--red); background: var(--red-soft); }
.task-copy { display: flex; flex-direction: column; min-width: 0; }.task-copy strong { font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: .2s; }.task-copy span { color: var(--muted); font-size: 10px; margin-top: 4px; }.task-due { text-align: right; display: flex; flex-direction: column; }.task-due strong { font-size: 10px; }.task-due span { color: var(--muted); font-size: 9px; margin-top: 3px; }.task-arrow { color: #aeb9b6; }
.schedule-list { padding: 5px 19px 8px; }.schedule-item { display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--soft-line); }.schedule-item:last-child { border: 0; }.date-box { width: 40px; height: 44px; border: 1px solid #d7dfdc; border-radius: 7px; display: flex; flex-direction: column; align-items: center; justify-content: center; }.date-box span { color: var(--teal); font-size: 8px; letter-spacing: .1em; font-weight: 800; }.date-box strong { font: 700 18px Manrope; }
.schedule-copy { display: flex; flex-direction: column; min-width: 0; }.schedule-copy > strong { font-size: 11px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.schedule-copy > span { color: var(--muted); font-size: 9px; margin-top: 3px; }.schedule-copy small { display: flex; align-items: center; color: #53615f; font-size: 9px; margin-top: 7px; }.avatar.tiny { display: inline-grid; width: 19px; height: 19px; font-size: 7px; margin-right: -4px; border: 2px solid #fff; }.avatar.tiny.alt { background: #8fb1ad; }.schedule-copy small .avatar + .avatar { margin-right: 7px; }
.status { border-radius: 10px; padding: 3px 7px; font-size: 9px; font-weight: 700; white-space: nowrap; }.status.ready { background: var(--teal-soft); color: #277164; }.status.pending { background: var(--gold-soft); color: #9b651f; }.status.blocked { background: var(--red-soft); color: #a94944; }
.lower-grid { grid-template-columns: 1fr 1fr; }.period-button { border: 1px solid var(--line); background: #fff; border-radius: 6px; padding: 7px 9px; color: #53605e; font-size: 10px; }
.pipeline-bars { padding: 18px 20px 9px; }.pipeline-bars > div { display: grid; grid-template-columns: 120px 1fr 22px; gap: 12px; align-items: center; margin: 12px 0; }.pipeline-bars span { color: #5b6866; font-size: 10px; }.pipeline-bars i { height: 7px; background: #edf1ef; border-radius: 5px; overflow: hidden; }.pipeline-bars b { display: block; height: 100%; background: var(--teal); border-radius: 5px; }.pipeline-bars strong { font-size: 10px; text-align: right; }.chart-note { margin: 5px 20px 17px; color: #87918f; font-size: 9px; }
.readiness-content { padding: 24px; display: flex; gap: 30px; align-items: center; justify-content: center; }.readiness-ring { width: 118px; height: 118px; position: relative; flex: 0 0 auto; }.readiness-ring svg { width: 100%; transform: rotate(-90deg); }.readiness-ring circle { fill: none; stroke: #e8eeeb; stroke-width: 9; }.readiness-ring circle.progress { stroke: var(--teal); stroke-dasharray: 295; stroke-dashoffset: 94; stroke-linecap: round; }.readiness-ring > div { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }.readiness-ring strong { font: 700 23px Manrope; }.readiness-ring span { color: var(--muted); font-size: 9px; }.readiness-legend { flex: 1; }.readiness-legend p { display: grid; grid-template-columns: 8px 1fr auto; gap: 8px; align-items: center; margin: 8px 0; }.readiness-legend span { color: #586462; font-size: 9px; }.readiness-legend strong { font-size: 10px; }.dot { width: 7px; height: 7px; border-radius: 50%; }.dot.verified { background: var(--teal); }.dot.records { background: #6ba69e; }.dot.implemented { background: #d9a24f; }.dot.prepared { background: #b6c3c0; }
.table-panel { overflow: hidden; }.table-toolbar { padding: 14px 17px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }.search-box { width: min(360px, 42%); background: #f6f8f7; border: 1px solid var(--line); border-radius: 7px; padding: 8px 10px; color: var(--muted); display: flex; gap: 7px; }.search-box input { width: 100%; background: transparent; border: 0; outline: 0; font-size: 12px; }.filter-group { display: flex; gap: 4px; }.filter { border: 1px solid transparent; background: transparent; color: var(--muted); padding: 7px 10px; border-radius: 6px; font-size: 11px; font-weight: 600; }.filter.active { color: var(--teal); background: var(--teal-soft); }
.data-table-wrap { overflow-x: auto; }.data-table { width: 100%; border-collapse: collapse; min-width: 780px; }.data-table th { text-align: left; color: #7d8987; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; padding: 12px 17px; background: #fafbfa; border-bottom: 1px solid var(--line); }.data-table td { padding: 14px 17px; border-bottom: 1px solid var(--soft-line); font-size: 11px; }.data-table tr { cursor: pointer; }.data-table tbody tr:hover { background: #fafcfb; }.client-cell { display: flex; flex-direction: column; }.client-cell strong { font-size: 12px; }.client-cell span { color: var(--muted); margin-top: 4px; font-size: 9px; }.owner-cell { display: flex; align-items: center; gap: 7px; }.owner-cell .avatar { width: 27px; height: 27px; }.row-menu { border: 0; background: none; color: #899391; }
.generic-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }.empty-feature { min-height: 380px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 50px; text-align: center; }.feature-symbol { width: 76px; height: 76px; border-radius: 18px; background: var(--teal-soft); color: var(--teal); display: grid; place-items: center; font-size: 34px; margin-bottom: 18px; }.empty-feature p { max-width: 390px; color: var(--muted); line-height: 1.6; font-size: 13px; }.mini-stats { display: grid; grid-template-columns: repeat(3,1fr); padding: 22px; gap: 10px; }.mini-stats p { margin: 0; padding: 15px; background: #f7f9f8; border-radius: 8px; display: flex; flex-direction: column; }.mini-stats strong { font: 700 22px Manrope; }.mini-stats span { color: var(--muted); font-size: 10px; margin-top: 3px; }.activity-feed { padding: 0 22px 20px; }.activity-feed p { display: flex; gap: 11px; margin: 0; padding: 13px 0; border-top: 1px solid var(--soft-line); }.activity-feed i { width: 8px; height: 8px; border: 2px solid var(--teal); border-radius: 50%; margin-top: 4px; }.activity-feed span { display: flex; flex-direction: column; font-size: 11px; }.activity-feed small { color: var(--muted); font-size: 9px; margin-top: 4px; }
.overlay { position: fixed; inset: 0; background: rgba(7,20,19,.42); backdrop-filter: blur(2px); z-index: 50; opacity: 0; visibility: hidden; transition: .25s; }.overlay.open { opacity: 1; visibility: visible; }
.detail-drawer { position: fixed; inset: 0 0 0 auto; width: min(550px, 95vw); background: #fff; z-index: 60; transform: translateX(100%); transition: .32s ease; display: flex; flex-direction: column; box-shadow: -15px 0 50px rgba(8,25,23,.15); }.detail-drawer.open { transform: translateX(0); }.drawer-header { padding: 25px 27px 20px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }.drawer-header h2 { font-size: 23px; }.drawer-header > div > span { color: var(--muted); font-size: 11px; }.close-button { width: 34px; height: 34px; background: #f3f6f4; color: #5b6866; border: 0; border-radius: 50%; font-size: 22px; }.drawer-body { padding: 22px 27px; overflow-y: auto; }.case-state { padding: 15px 17px; border: 1px solid #cfe0dc; background: #f1f7f5; border-radius: 8px; display: flex; flex-direction: column; }.case-state span { color: var(--teal); text-transform: uppercase; font-size: 9px; letter-spacing: .1em; font-weight: 800; }.case-state strong { font: 700 15px Manrope; margin-top: 4px; }.case-state small { color: var(--muted); font-size: 9px; margin-top: 5px; }
.gate-progress { padding: 26px 0; border-bottom: 1px solid var(--line); }.gate-progress > div { min-height: 45px; display: grid; grid-template-columns: 27px 1fr; gap: 11px; position: relative; }.gate-progress > div:not(:last-child)::after { content: ""; width: 1px; background: #d9e0de; position: absolute; left: 13px; top: 27px; bottom: 0; }.gate-progress i { width: 27px; height: 27px; border-radius: 50%; background: #eef2f0; color: #87918f; display: grid; place-items: center; font-style: normal; font-size: 10px; font-weight: 700; z-index: 1; }.gate-progress .done i { background: var(--teal); color: #fff; }.gate-progress .current i { background: var(--gold); color: #fff; box-shadow: 0 0 0 4px var(--gold-soft); }.gate-progress span { font-size: 11px; display: flex; flex-direction: column; padding-top: 3px; }.gate-progress small { color: var(--muted); font-size: 9px; margin-top: 3px; }
.drawer-section { padding: 22px 0; border-bottom: 1px solid var(--line); }.drawer-section h3 { display: flex; justify-content: space-between; }.drawer-section h3 span { color: var(--muted); font: 600 10px "DM Sans"; }.gate-list p { display: flex; gap: 11px; margin: 14px 0; }.gate-list i { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; font-style: normal; font-size: 10px; font-weight: 800; flex: 0 0 auto; }.gate-list .pass i { color: var(--teal); background: var(--teal-soft); }.gate-list .warning i { color: #a66b20; background: var(--gold-soft); }.gate-list .blocked-gate i { color: var(--red); background: var(--red-soft); }.gate-list span { display: flex; flex-direction: column; }.gate-list strong { font-size: 11px; }.gate-list small { font-size: 9px; color: var(--muted); margin-top: 4px; }.case-profile { margin: 8px 0 0; }.case-profile div { display: grid; grid-template-columns: 130px 1fr; padding: 10px 0; }.case-profile dt { color: var(--muted); font-size: 10px; }.case-profile dd { margin: 0; font-size: 11px; font-weight: 600; }.drawer-footer { margin-top: auto; padding: 15px 27px; border-top: 1px solid var(--line); display: flex; justify-content: flex-end; gap: 8px; }
.modal { position: fixed; width: min(590px, calc(100vw - 30px)); left: 50%; top: 50%; transform: translate(-50%,-46%) scale(.98); z-index: 70; background: #fff; border-radius: 12px; box-shadow: 0 24px 80px rgba(5,20,18,.25); opacity: 0; visibility: hidden; transition: .22s; }.modal.open { opacity: 1; visibility: visible; transform: translate(-50%,-50%) scale(1); }.modal-header { padding: 24px 25px 18px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }.modal-header h2 { font-size: 23px; }.modal-header p:last-child { margin: 7px 0 0; color: var(--muted); font-size: 11px; }.modal form { padding: 21px 25px 24px; }.modal label { display: flex; flex-direction: column; gap: 6px; font-size: 11px; font-weight: 700; margin-bottom: 15px; }.modal input, .modal select, .modal textarea { border: 1px solid #cfd9d6; border-radius: 7px; padding: 10px 11px; outline: 0; color: var(--ink); background: #fff; font-size: 12px; }.modal input:focus, .modal select:focus, .modal textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px var(--teal-soft); }.modal textarea { min-height: 78px; resize: vertical; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }.form-notice { background: #f3f7f5; border-radius: 7px; padding: 11px 12px; display: flex; gap: 10px; }.form-notice > span { width: 21px; height: 21px; border-radius: 50%; background: #dbeae6; color: var(--teal); display: grid; place-items: center; font-weight: 700; }.form-notice p { margin: 0; display: flex; flex-direction: column; font-size: 10px; color: var(--muted); }.form-notice strong { color: var(--ink); margin-bottom: 3px; }.modal-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 19px; }
.command { position: fixed; z-index: 70; width: min(560px, calc(100vw - 30px)); left: 50%; top: 100px; transform: translate(-50%,-10px); background: #fff; border-radius: 10px; box-shadow: 0 22px 70px rgba(5,20,18,.25); padding: 12px; opacity: 0; visibility: hidden; transition: .2s; }.command.open { opacity: 1; visibility: visible; transform: translate(-50%,0); }.command label { border: 1px solid var(--line); border-radius: 7px; padding: 11px; display: flex; gap: 8px; color: var(--muted); }.command input { border: 0; outline: 0; width: 100%; }.command p { margin: 15px 8px 6px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }.command button { width: 100%; padding: 10px; border: 0; background: transparent; border-radius: 6px; display: flex; justify-content: space-between; color: #3d4947; text-align: left; }.command button:hover { background: #f3f7f5; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 90; background: var(--deep); color: #fff; padding: 13px 16px; border-radius: 9px; box-shadow: 0 12px 30px rgba(5,20,18,.25); display: flex; gap: 11px; align-items: center; transform: translateY(100px); opacity: 0; transition: .3s; }.toast.show { transform: translateY(0); opacity: 1; }.toast > span { width: 23px; height: 23px; border-radius: 50%; background: var(--teal); display: grid; place-items: center; }.toast p { margin: 0; display: flex; flex-direction: column; }.toast strong { font-size: 11px; }.toast small { color: #a9bfbd; font-size: 9px; margin-top: 3px; }
.source-summary { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-bottom: 18px; }
.source-summary article { padding: 15px 17px; border: 1px solid var(--line); border-radius: 9px; background: #fff; display: flex; flex-direction: column; box-shadow: var(--shadow); }
.source-summary span { color: var(--muted); font-size: 10px; }
.source-summary strong { font: 700 24px Manrope; margin: 4px 0 1px; }
.source-summary small { color: #8a9593; font-size: 9px; }
.source-panel { overflow: hidden; }
.legend-note { font-size: 9px; color: var(--muted); display: flex; align-items: center; gap: 6px; }
.legend-note i { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
.source-table td { cursor: default; }
.source-name { display: flex; flex-direction: column; min-width: 205px; }
.source-name strong { font-size: 11px; }
.source-name span { margin-top: 3px; color: var(--muted); font-size: 9px; }
.review-state { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; color: #53605e; }
.review-state i { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
.review-state.amber i { background: var(--gold); }
.source-guidance { margin-top: 15px; padding: 14px 16px; background: #eaf2f0; border-radius: 8px; display: flex; gap: 12px; }
.source-guidance > span { width: 23px; height: 23px; border-radius: 50%; background: #d5e7e2; color: var(--teal); display: grid; place-items: center; font-size: 11px; font-weight: 800; flex: 0 0 auto; }
.source-guidance strong { font-size: 11px; }
.source-guidance p { margin: 4px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
@media (max-width: 1100px) { .metric-grid { grid-template-columns: repeat(2,1fr); }.dashboard-grid { grid-template-columns: 1fr; }.lower-grid { grid-template-columns: 1fr; }.source-summary { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 800px) { .sidebar { transform: translateX(-100%); transition: .3s; }.sidebar.open { transform: translateX(0); }.main { margin-left: 0; }.mobile-menu { display: block; }.breadcrumb span,.breadcrumb b { display:none; }.content { padding: 26px 18px 45px; }.topbar { padding: 0 18px; }.page-heading { align-items: flex-start; gap: 16px; }.page-heading .primary-button { white-space: nowrap; }.generic-layout { grid-template-columns: 1fr; }.table-toolbar { align-items: stretch; flex-direction: column; gap: 10px; }.search-box { width: 100%; }.filter-group { overflow-x: auto; }.support-card { display:none; } }
@media (max-width: 540px) { .metric-grid { grid-template-columns: 1fr 1fr; gap: 9px; }.source-summary { grid-template-columns: 1fr 1fr; }.metric-card { padding: 14px; }.metric-card > strong { font-size: 23px; }.metric-trend { display: none; }.page-heading { flex-direction: column; }.page-heading .primary-button { width: 100%; }.attention-strip { align-items: flex-start; }.attention-strip button { display: none; }.readiness-content { flex-direction: column; }.pipeline-bars > div { grid-template-columns: 100px 1fr 20px; }.form-row { grid-template-columns: 1fr; gap: 0; }.modal { max-height: 94vh; overflow-y: auto; }.generic-layout .panel:first-child { min-height: 300px; padding: 28px; } }
[dir="rtl"] { direction: rtl; }
[dir="rtl"] .sidebar { left: auto; right: 0; }
[dir="rtl"] .main { margin-left: 0; margin-right: 248px; }
[dir="rtl"] .nav-item { text-align: right; }
[dir="rtl"] .nav-item.active { box-shadow: inset -3px 0 0 var(--gold); }
[dir="rtl"] .attention-strip button { margin-left: 0; margin-right: auto; }
[dir="rtl"] .drawer { right: auto; left: 0; }
@media (max-width: 800px) { [dir="rtl"] .sidebar { right: 0; left: auto; transform: translateX(100%); }.sidebar.open { transform: translateX(0); } [dir="rtl"] .main { margin-right: 0; } }
