:root {
  --navy-950: #071321;
  --navy-900: #0a1929;
  --navy-800: #10243a;
  --ink: #172033;
  --muted: #6e7b8e;
  --line: #dce4ed;
  --canvas: #f3f6fa;
  --white: #ffffff;
  --purple: #7040db;
  --purple-soft: #f0eaff;
  --cyan: #1ec9d2;
  --cyan-soft: #e7fafb;
  --green: #19a873;
  --green-soft: #e8f8f2;
  --orange: #eb9a32;
  --orange-soft: #fff5e7;
  --red: #dc5b69;
  --red-soft: #fff0f2;
  --shadow: 0 14px 38px rgba(30, 43, 62, .07);
  --radius: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--canvas); font-family: "DM Sans", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
button, select { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 14px; border-radius: 8px; color: white; background: var(--navy-950); }
.skip-link:focus { top: 14px; }

.demo-bar { min-height: 30px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 5px 24px; color: #c7d4e5; background: var(--navy-950); font-size: 10px; letter-spacing: .04em; }
.demo-bar span { display: inline-flex; align-items: center; gap: 7px; color: #7ce5da; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.demo-bar span i { width: 6px; height: 6px; border-radius: 50%; background: #49d5a3; box-shadow: 0 0 0 4px rgba(73,213,163,.13); }
.demo-bar p { margin: 0; }

.topbar { height: 76px; position: sticky; top: 0; z-index: 50; display: flex; align-items: center; gap: 36px; padding: 0 28px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 15px; min-width: 306px; }
.brand img { width: 137px; }
.brand > span { width: 1px; height: 31px; background: var(--line); }
.brand strong { font-family: Manrope, sans-serif; font-size: 14px; letter-spacing: -.02em; }
.brand em { color: var(--purple); font-style: normal; }
.airport-chip { min-width: 230px; display: flex; align-items: center; gap: 10px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 11px; background: #fbfcfe; }
.airport-chip > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; color: #007d88; background: var(--cyan-soft); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.airport-chip div { display: flex; flex: 1; flex-direction: column; line-height: 1.25; }
.airport-chip small, .profile-button small { color: var(--muted); font-size: 9px; }
.airport-chip strong, .profile-button strong { font-size: 12px; }
.airport-chip svg { width: 15px; color: #91a0b2; }
.topbar-status { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.live-status { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; font-weight: 700; }
.live-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(25,168,115,.12); }
.icon-button { width: 40px; height: 40px; position: relative; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: white; cursor: pointer; }
.icon-button svg { width: 18px; }
.icon-button b { min-width: 16px; height: 16px; position: absolute; top: -5px; right: -5px; display: grid; place-items: center; border: 2px solid white; border-radius: 999px; color: white; background: var(--red); font-size: 8px; }
.profile-button { display: flex; align-items: center; gap: 9px; padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.profile-button > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; color: white; background: linear-gradient(145deg, var(--purple), #4e73db); font-size: 11px; font-weight: 800; }
.profile-button div { display: flex; flex-direction: column; line-height: 1.25; }

.app-shell { min-height: calc(100vh - 106px); display: grid; grid-template-columns: 238px minmax(0, 1fr); }
.sidebar { min-height: calc(100vh - 106px); position: sticky; top: 76px; align-self: start; display: flex; flex-direction: column; padding: 26px 16px 18px; border-right: 1px solid var(--line); background: white; }
.sidebar-heading { display: flex; align-items: center; justify-content: space-between; padding: 0 9px 13px; color: #8b97a8; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.sidebar-heading b { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 6px; color: var(--purple); background: var(--purple-soft); font-size: 9px; }
.sidebar nav { display: flex; flex-direction: column; gap: 5px; }
.area-button { width: 100%; min-height: 51px; position: relative; display: grid; grid-template-columns: 35px 1fr auto; align-items: center; gap: 10px; padding: 7px 10px; border: 0; border-radius: 10px; color: #59677b; background: transparent; text-align: left; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
.area-button:hover { color: var(--ink); background: #f5f7fb; transform: translateX(2px); }
.area-button.active { color: #5730b7; background: var(--purple-soft); }
.area-button::before { content: ""; width: 3px; position: absolute; left: -16px; top: 8px; bottom: 8px; border-radius: 0 3px 3px 0; background: transparent; }
.area-button.active::before { background: var(--purple); }
.area-button > span { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid #e2e8f0; border-radius: 9px; background: white; }
.area-button.active > span { color: var(--purple); border-color: #ded1ff; }
.area-button svg { width: 17px; height: 17px; stroke-width: 1.9; }
.area-button strong { font-size: 12px; }
.area-button > i { width: 5px; height: 5px; border-radius: 50%; background: #ccd3dd; }
.area-button.active > i { background: var(--cyan); box-shadow: 0 0 0 4px rgba(30,201,210,.12); }
.sidebar-foot { display: flex; align-items: center; gap: 10px; margin-top: auto; padding: 14px 10px; border: 1px solid #d7eef0; border-radius: 11px; background: #f1fbfb; }
.sidebar-foot > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 8px; color: #078992; background: white; }
.sidebar-foot svg { width: 17px; }
.sidebar-foot div { display: flex; min-width: 0; flex-direction: column; line-height: 1.35; }
.sidebar-foot strong { font-size: 10px; }
.sidebar-foot small { color: #6f8990; font-size: 8px; }

.workspace { min-width: 0; padding: 31px 34px 24px; }
.workspace-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 24px; }
.breadcrumb { margin: 0 0 7px; color: #909bac; font-size: 10px; font-weight: 700; }
.breadcrumb span { margin: 0 6px; color: #c3cad4; }
.breadcrumb strong { color: var(--purple); }
.workspace-heading h1 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(29px, 3vw, 38px); letter-spacing: -.04em; line-height: 1.1; }
.workspace-heading > div:first-child > p:last-child { max-width: 720px; margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.workspace-controls { display: grid; grid-template-columns: auto 162px; align-items: center; gap: 6px 10px; }
.workspace-controls label { color: #8a96a7; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.workspace-controls select { grid-column: 2; grid-row: 1 / span 2; height: 39px; padding: 0 30px 0 12px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); background: white; font-size: 11px; font-weight: 700; outline: none; }
.workspace-controls select:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(112,64,219,.1); }
.updated { display: inline-flex; align-items: center; gap: 5px; color: #97a2b2; font-size: 9px; }
.updated svg { width: 11px; height: 11px; }

.priority-banner { min-height: 252px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; padding: 35px 42px; border: 1px solid #1b3149; border-radius: var(--radius); color: white; background: radial-gradient(circle at 80% 10%, rgba(30,201,210,.13), transparent 34%), linear-gradient(120deg, #0a1728, #0c2033); box-shadow: 0 20px 45px rgba(9,25,43,.12); }
.priority-banner::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(124,229,218,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(124,229,218,.12) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(90deg, transparent, black); }
.priority-copy { position: relative; z-index: 2; }
.priority-copy > p:first-child { display: flex; align-items: center; gap: 8px; margin: 0 0 12px; color: #65dfe2; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.priority-copy > p:first-child span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 7px; background: rgba(30,201,210,.1); }
.priority-copy > p:first-child svg { width: 14px; }
.priority-copy h2 { max-width: 650px; margin: 0; font-family: Manrope, sans-serif; font-size: clamp(24px, 2.6vw, 34px); line-height: 1.13; letter-spacing: -.035em; }
.priority-copy > p:nth-of-type(2) { max-width: 650px; margin: 12px 0 0; color: #aebdd0; font-size: 12px; line-height: 1.55; }
.priority-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 23px; }
.button { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 16px; border: 0; border-radius: 9px; font-size: 10px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 14px; }
.button-primary { color: white; background: var(--purple); box-shadow: 0 10px 25px rgba(112,64,219,.28); }
.button-ghost { color: #dbe4ef; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.06); }
.priority-visual { min-height: 210px; position: relative; z-index: 1; }
.radar { position: absolute; left: 58%; top: 50%; border: 1px dashed rgba(71,216,223,.29); border-radius: 50%; transform: translate(-50%,-50%); }
.radar-one { width: 82px; height: 82px; border-style: solid; background: rgba(30,201,210,.035); }
.radar-two { width: 156px; height: 156px; }
.radar-three { width: 238px; height: 238px; border-color: rgba(112,64,219,.34); }
.radar-core { width: 54px; height: 54px; position: absolute; left: 58%; top: 50%; display: grid; place-items: center; border: 1px solid rgba(84,222,228,.45); border-radius: 50%; color: #65dfe2; background: #102a3c; transform: translate(-50%,-50%); box-shadow: 0 0 35px rgba(30,201,210,.17); }
.radar-core svg { width: 23px; transform: rotate(-15deg); }
.signal { width: 8px; height: 8px; position: absolute; border: 2px solid #68e3e6; border-radius: 50%; box-shadow: 0 0 0 6px rgba(30,201,210,.09); }
.signal-a { left: 27%; top: 24%; }.signal-b { right: 14%; top: 40%; border-color: #9d76ed; box-shadow: 0 0 0 6px rgba(112,64,219,.1); }.signal-c { left: 39%; bottom: 11%; border-color: var(--orange); box-shadow: 0 0 0 6px rgba(235,154,50,.1); }

.kpi-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; margin: 16px 0; }
.kpi-card { min-height: 124px; position: relative; display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 13px; padding: 19px; border: 1px solid var(--line); border-radius: 13px; background: white; box-shadow: var(--shadow); }
.kpi-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 11px; color: var(--purple); background: var(--purple-soft); }
.kpi-card:nth-child(2) .kpi-icon { color: #078f96; background: var(--cyan-soft); }
.kpi-card:nth-child(3) .kpi-icon { color: #a1610d; background: var(--orange-soft); }
.kpi-card:nth-child(4) .kpi-icon { color: #17815c; background: var(--green-soft); }
.kpi-icon svg { width: 20px; height: 20px; }
.kpi-copy { display: flex; min-width: 0; flex-direction: column; }
.kpi-copy small { color: var(--muted); font-size: 9px; line-height: 1.3; }
.kpi-copy strong { margin-top: 2px; font-family: Manrope, sans-serif; font-size: 22px; letter-spacing: -.04em; }
.kpi-copy span { margin-top: 3px; color: #8290a3; font-size: 8px; }
.kpi-copy span.positive { color: var(--green); }

.dashboard-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 16px; }
.panel { min-width: 0; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.panel-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.panel-header p { margin: 0 0 3px; color: var(--purple); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.panel-header h2 { margin: 0; font-family: Manrope, sans-serif; font-size: 16px; letter-spacing: -.025em; }
.panel-chip, .count-chip { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; padding: 6px 8px; border-radius: 999px; color: #18805d; background: var(--green-soft); font-size: 8px; font-weight: 800; }
.panel-chip i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.count-chip { color: #a1610d; background: var(--orange-soft); }
.mini-button { padding: 5px 0; border: 0; color: var(--purple); background: transparent; font-size: 8px; font-weight: 800; cursor: pointer; }
.flow-list { display: flex; flex-direction: column; }
.flow-row { display: grid; grid-template-columns: 35px minmax(0,1fr) 145px auto; align-items: center; gap: 12px; padding: 14px 0; border-top: 1px solid #edf1f5; }
.flow-row:first-child { border-top: 0; padding-top: 2px; }
.flow-number { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 8px; color: #78869a; background: #f2f5f8; font-size: 8px; font-weight: 900; }
.flow-name { display: flex; min-width: 0; flex-direction: column; }
.flow-name strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.flow-name small { color: #8793a4; font-size: 8px; }
.flow-progress { display: flex; align-items: center; gap: 8px; }
.flow-progress > i { height: 5px; flex: 1; overflow: hidden; border-radius: 999px; background: #edf1f5; }
.flow-progress b { height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--cyan), #3dced0); }
.flow-progress span { width: 28px; color: #647286; font-size: 8px; font-weight: 800; }
.status { padding: 5px 8px; border-radius: 999px; font-size: 7px; font-weight: 900; text-transform: uppercase; white-space: nowrap; }
.status.ok { color: #147553; background: var(--green-soft); }.status.attention { color: #9c5d09; background: var(--orange-soft); }.status.review { color: #6040ae; background: var(--purple-soft); }
.chart-summary { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.chart-summary > strong { font-family: Manrope, sans-serif; font-size: 38px; letter-spacing: -.06em; }
.chart-summary > span { display: flex; align-items: center; gap: 5px; padding-bottom: 7px; color: var(--green); font-size: 8px; font-weight: 800; }
.chart-summary svg { width: 13px; }
.bar-chart { height: 104px; display: flex; align-items: flex-end; gap: 8px; margin-top: 12px; padding: 8px 8px 0; border-bottom: 1px solid var(--line); background-image: linear-gradient(to bottom, transparent 32%, #edf1f5 33%, transparent 34%, transparent 65%, #edf1f5 66%, transparent 67%); }
.bar-chart i { height: var(--bar-height); flex: 1; min-width: 8px; border-radius: 4px 4px 0 0; background: linear-gradient(to top, #6950c7, #9872e9); opacity: .82; transition: height .35s ease; }
.bar-chart i:last-child { background: linear-gradient(to top, #0fa9b1, #37d5d7); opacity: 1; }
.chart-labels { display: flex; justify-content: space-around; margin-top: 7px; color: #9aa5b4; font-size: 7px; }
.alert-list, .evidence-list { display: flex; flex-direction: column; }
.alert-item { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; padding: 13px 0; border-top: 1px solid #edf1f5; }
.alert-item:first-child { border-top: 0; padding-top: 1px; }
.alert-symbol { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 8px; color: #a1610d; background: var(--orange-soft); }
.alert-item.high .alert-symbol { color: #b33c4a; background: var(--red-soft); }
.alert-item.low .alert-symbol { color: #078f96; background: var(--cyan-soft); }
.alert-symbol svg { width: 16px; }
.alert-copy { display: flex; min-width: 0; flex-direction: column; }
.alert-copy strong { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.alert-copy small { color: #8c98a8; font-size: 8px; }
.alert-action { padding: 5px 7px; border: 0; border-radius: 7px; color: var(--purple); background: var(--purple-soft); font-size: 7px; font-weight: 900; cursor: pointer; }
.evidence-item { display: grid; grid-template-columns: 10px 1fr auto; gap: 10px; padding: 13px 0; border-top: 1px solid #edf1f5; }
.evidence-item:first-child { border-top: 0; padding-top: 1px; }
.evidence-item > i { width: 8px; height: 8px; margin-top: 4px; border: 2px solid var(--cyan); border-radius: 50%; box-shadow: 0 0 0 4px rgba(30,201,210,.09); }
.evidence-item div { display: flex; min-width: 0; flex-direction: column; }
.evidence-item strong { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.evidence-item small, .evidence-item > span { color: #8b97a8; font-size: 8px; }

.integration-strip { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 16px; padding: 20px 23px; border: 1px solid #cfe7e9; border-radius: 13px; background: linear-gradient(90deg, #ecfafa, #f8fbfd); }
.integration-strip > div { display: flex; align-items: center; gap: 13px; }
.integration-strip > div > span { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; color: #078f96; background: white; box-shadow: 0 8px 20px rgba(8,137,146,.08); }
.integration-strip svg { width: 20px; }
.integration-strip strong { font-size: 11px; }.integration-strip p { margin: 3px 0 0; color: #718390; font-size: 8px; }
.integration-strip ul { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 16px; margin: 0; padding: 0; list-style: none; }
.integration-strip li { display: flex; align-items: center; gap: 6px; color: #5f7380; font-size: 8px; font-weight: 800; }
.integration-strip li i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.app-footer { display: flex; justify-content: space-between; padding: 22px 4px 0; color: #9aa4b2; font-size: 8px; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(5,14,26,.68); backdrop-filter: blur(6px); }
.modal-card { width: min(560px, 100%); position: relative; z-index: 2; padding: 34px; border: 1px solid #d8e0e9; border-radius: 18px; background: white; box-shadow: 0 28px 80px rgba(5,14,26,.25); }
.modal-close { width: 36px; height: 36px; position: absolute; top: 16px; right: 16px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; background: white; cursor: pointer; }
.modal-close svg { width: 17px; }
.modal-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; color: var(--purple); background: var(--purple-soft); }
.modal-icon svg { width: 22px; }
.modal-eyebrow { margin: 20px 0 5px; color: var(--purple); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.modal-card h2 { margin: 0; font-family: Manrope, sans-serif; font-size: 25px; letter-spacing: -.04em; }
.modal-card > p:not(.modal-eyebrow):not(.human-note) { margin: 11px 0 22px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.modal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.modal-grid article { min-height: 98px; display: flex; flex-direction: column; padding: 14px; border: 1px solid var(--line); border-radius: 11px; background: #f8fafc; }
.modal-grid small { color: #8c98a8; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.modal-grid strong { margin-top: 8px; font-size: 11px; line-height: 1.4; }
.confidence { margin: 20px 0; }
.confidence > div { display: flex; justify-content: space-between; margin-bottom: 7px; font-size: 9px; }
.confidence > i { height: 6px; display: block; overflow: hidden; border-radius: 999px; background: #edf1f5; }
.confidence b { width: 92%; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--purple), var(--cyan)); transition: width .35s ease; }
.human-note { display: flex; align-items: flex-start; gap: 8px; margin: 0 0 20px; padding: 12px; border-radius: 9px; color: #61727f; background: var(--cyan-soft); font-size: 9px; }
.human-note svg { width: 15px; flex: 0 0 auto; color: #078f96; }
.button-wide { width: 100%; min-height: 45px; }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 150; display: flex; align-items: center; gap: 9px; padding: 13px 16px; border: 1px solid #bfe6d6; border-radius: 11px; color: #137553; background: white; box-shadow: 0 16px 40px rgba(11,34,51,.18); font-size: 10px; font-weight: 800; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s ease, transform .25s ease; }
.toast.show { opacity: 1; transform: translateY(0); }
.toast svg { width: 17px; }

@media (max-width: 1180px) {
  .topbar { gap: 16px; padding-inline: 20px; }.brand { min-width: auto; }.brand strong, .brand > span { display: none; }.topbar-status .live-status { display: none; }
  .app-shell { grid-template-columns: 210px minmax(0,1fr); }.workspace { padding-inline: 24px; }.priority-banner { grid-template-columns: 1fr .62fr; }.kpi-grid { grid-template-columns: repeat(2,1fr); }.dashboard-grid { grid-template-columns: 1fr; }
}

@media (max-width: 800px) {
  .demo-bar p { display: none; }.topbar { height: 68px; }.brand img { width: 120px; }.airport-chip { min-width: 0; margin-left: auto; }.airport-chip div, .airport-chip > svg, .profile-button div, .icon-button { display: none; }.topbar-status { margin-left: 0; gap: 8px; }
  .app-shell { display: block; }.sidebar { min-height: auto; position: sticky; top: 68px; z-index: 40; display: block; padding: 9px 14px; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--line); }.sidebar-heading, .sidebar-foot { display: none; }.sidebar nav { width: max-content; flex-direction: row; }.area-button { width: auto; min-height: 42px; grid-template-columns: 30px 1fr; padding: 5px 10px; }.area-button::before, .area-button > i { display: none; }.area-button > span { width: 30px; height: 30px; }.area-button strong { font-size: 10px; }
  .workspace { padding: 24px 16px; }.workspace-heading { align-items: flex-start; flex-direction: column; gap: 18px; }.workspace-controls { align-self: stretch; grid-template-columns: 1fr 170px; }.priority-banner { grid-template-columns: 1fr; padding: 30px; }.priority-visual { display: none; }.kpi-grid { grid-template-columns: repeat(2,1fr); }.integration-strip { align-items: flex-start; flex-direction: column; }.integration-strip ul { justify-content: flex-start; }.modal-card { padding: 27px 22px; }
}

@media (max-width: 520px) {
  .topbar { padding-inline: 12px; }.brand img { width: 104px; }.airport-chip { padding: 6px; border: 0; background: transparent; }.profile-button > span { width: 34px; height: 34px; }.workspace { padding: 20px 12px; }.workspace-heading h1 { font-size: 30px; }.workspace-controls { grid-template-columns: 1fr 150px; }
  .priority-banner { padding: 25px 20px; }.priority-copy h2 { font-size: 25px; }.priority-actions { align-items: stretch; flex-direction: column; }.kpi-grid { grid-template-columns: 1fr; }.kpi-card { min-height: 105px; }.panel { padding: 18px 15px; }.flow-row { grid-template-columns: 31px minmax(0,1fr) auto; }.flow-progress { display: none; }.panel-header { align-items: flex-start; flex-direction: column; gap: 8px; }.chart-panel .panel-header { flex-direction: row; }.alert-item { grid-template-columns: 32px 1fr; }.alert-action { grid-column: 2; justify-self: start; }.integration-strip ul { display: grid; grid-template-columns: 1fr 1fr; }.app-footer { align-items: flex-start; flex-direction: column; gap: 5px; }.modal-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: no-preference) {
  .signal { animation: pulse 2.4s ease-in-out infinite; }.signal-b { animation-delay: -.8s; }.signal-c { animation-delay: -1.6s; }
  @keyframes pulse { 50% { transform: scale(1.35); opacity: .68; } }
}
