:root {
  color-scheme: light;
  --ink: #0e2637;
  --ink-soft: #4b6371;
  --navy: #06263a;
  --navy-2: #0a3d55;
  --aqua: #00a6cf;
  --aqua-dark: #007c9e;
  --paper: #f6f8f7;
  --white: #ffffff;
  --line: #dbe5e8;
  --alert: #cb5d42;
  --notice: #b47d16;
  --good: #28756d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); }
a { color: inherit; }

.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 82px; }
.site-logo { display: inline-flex; align-items: baseline; color: white; text-decoration: none; text-shadow: 0 4px 18px rgb(0 0 0 / 22%); }
.site-logo span { font-size: clamp(2rem, 4vw, 3.1rem); font-weight: 900; letter-spacing: -.07em; }
.site-logo small { margin-left: 9px; font-size: 1rem; font-weight: 900; letter-spacing: -.02em; }
.wordmark { display: inline-flex; gap: 7px; align-items: baseline; color: var(--navy); font-size: 1.2rem; font-weight: 850; letter-spacing: -.04em; text-decoration: none; }
.wordmark-mark { color: var(--aqua); font-size: 1.55em; letter-spacing: -.11em; }
.wordmark.inverse { color: white; }
.wordmark.dark { margin-bottom: 36px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 21px; border: 0; border-radius: 999px; font: inherit; font-weight: 800; text-decoration: none; cursor: pointer; }
.button.primary { color: white; background: var(--aqua); box-shadow: 0 10px 24px rgb(0 166 207 / 24%); }
.button.ghost { color: var(--navy); border: 1px solid var(--line); }
.button.disabled { cursor: not-allowed; opacity: .52; pointer-events: none; }
.actions { display: flex; flex-wrap: wrap; gap: 17px; align-items: center; margin-top: 34px; }
.text-link { color: var(--aqua-dark); font-weight: 800; text-decoration: none; }
.text-link span { padding-left: 4px; }
.eyebrow { margin: 0 0 11px; color: var(--aqua-dark); font-size: .74rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow.light { color: #9bdded; }

.marketing-page { background: var(--navy); }
.marketing-page .site-header { color: white; }
.marketing-page .wordmark { color: white; }
.marketing-page .button.ghost { color: white; border-color: rgb(255 255 255 / 25%); }
.landing { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: clamp(34px, 7vw, 98px); align-items: center; min-height: 610px; padding: 72px 0; color: white; }
.landing h1 { max-width: 700px; margin: 0; font-size: clamp(3.25rem, 7vw, 6.8rem); line-height: .89; letter-spacing: -.075em; }
.lede { max-width: 510px; margin: 29px 0 0; color: #c3d4da; font-size: clamp(1.08rem, 1.8vw, 1.3rem); line-height: 1.55; }
.landing .text-link { color: #aeeafa; }
.brand-photo { width: 100%; min-height: 360px; max-height: 500px; object-fit: cover; border: 1px solid rgb(255 255 255 / 18%); border-radius: 30px; box-shadow: 0 26px 75px rgb(0 0 0 / 32%); }
.brand-panel { position: relative; display: flex; min-height: 360px; align-items: baseline; justify-content: center; overflow: hidden; padding: 56px 34px; color: white; border: 1px solid rgb(255 255 255 / 18%); border-radius: 30px; background: radial-gradient(circle at 72% 28%, rgb(30 194 225 / 72%) 0 7%, transparent 8%), radial-gradient(circle at 68% 35%, transparent 0 13%, rgb(94 214 234 / 34%) 14% 16%, transparent 17%), linear-gradient(145deg, #0c8db4 0%, #075979 42%, #06263a 100%); box-shadow: 0 26px 75px rgb(0 0 0 / 32%); }
.brand-panel::before, .brand-panel::after { position: absolute; content: ""; border: 1px solid rgb(170 238 248 / 32%); border-radius: 50%; }
.brand-panel::before { width: 360px; height: 160px; right: -70px; top: 78px; transform: rotate(-9deg); }
.brand-panel::after { width: 280px; height: 110px; left: -60px; bottom: 42px; transform: rotate(12deg); }
.brand-panel-mark, .brand-panel-name, .brand-panel-company { position: relative; z-index: 1; font-weight: 900; letter-spacing: -.055em; text-shadow: 0 4px 18px rgb(0 0 0 / 25%); }
.brand-panel-mark { margin-right: 5px; font-size: clamp(4.2rem, 9vw, 7rem); }
.brand-panel-name { font-size: clamp(3.1rem, 7vw, 5.45rem); }
.brand-panel-company { margin-left: 9px; font-size: clamp(1.3rem, 3vw, 2.15rem); letter-spacing: -.025em; }
.contact-card { align-self: center; padding: clamp(28px, 5vw, 52px); color: var(--ink); border: 1px solid rgb(255 255 255 / 22%); border-radius: 30px; background: #f8fcfd; box-shadow: 0 26px 75px rgb(0 0 0 / 30%); }
.contact-kicker { margin: 0 0 8px; color: var(--aqua-dark); font-size: .82rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-card h2 { margin: 0 0 28px; font-size: clamp(1.7rem, 4vw, 2.45rem); line-height: 1.08; letter-spacing: -.035em; }
.contact-row { display: grid; gap: 6px; padding: 17px 0; color: inherit; border-top: 1px solid var(--line); text-decoration: none; }
.contact-row span { color: var(--ink-soft); font-size: .85rem; font-weight: 800; }
.contact-row strong { font-size: 1.12rem; line-height: 1.35; }
a.contact-row:hover strong, a.contact-row:focus-visible strong { color: var(--aqua-dark); }
.landing-strip { color: var(--ink); background: #dff7fb; }
.strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding: 31px 0; }
.strip-grid p { display: grid; gap: 4px; margin: 0; }
.strip-grid strong { font-size: 1.02rem; }
.strip-grid span { color: var(--ink-soft); font-size: .95rem; line-height: 1.45; }
.strip-grid a { color: inherit; text-underline-offset: 3px; }
.site-footer { display: flex; justify-content: space-between; padding: 26px 0 32px; color: #a7bdc5; font-size: .88rem; }
.site-footer a { text-decoration: none; }

.auth-page { min-height: 100vh; background: linear-gradient(135deg, #e9f7f8, #f8faf9 48%, #d7eef3); }
.auth-shell { width: min(520px, calc(100% - 40px)); margin: 0 auto; padding: 60px 0 35px; }
.auth-card { padding: clamp(28px, 6vw, 48px); background: white; border: 1px solid white; border-radius: 27px; box-shadow: 0 25px 72px rgb(5 39 58 / 13%); }
.auth-card h1 { margin: 0; font-size: clamp(2.45rem, 8vw, 4.2rem); letter-spacing: -.065em; line-height: .94; }
.auth-card p { color: var(--ink-soft); line-height: 1.58; }
.notice { margin: 24px 0; padding: 15px 17px; color: #835c12; border: 1px solid #f0d79e; border-radius: 15px; background: #fff9e9; font-size: .94rem; font-weight: 700; line-height: 1.45; }
.small { font-size: .88rem; }
.back-link { display: inline-block; margin-top: 28px; color: var(--aqua-dark); font-weight: 800; text-decoration: none; }

.dashboard-page { min-height: 100vh; background: #f3f6f5; }
.dashboard-header { position: sticky; top: 0; z-index: 2; display: flex; min-height: 72px; align-items: center; justify-content: space-between; padding: 0 clamp(18px, 4vw, 50px); color: white; background: var(--navy); box-shadow: 0 3px 15px rgb(0 0 0 / 10%); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.environment-badge { padding: 7px 10px; color: #c2eaf2; border: 1px solid rgb(194 234 242 / 27%); border-radius: 999px; font-size: .76rem; font-weight: 750; }
.profile { width: 35px; height: 35px; color: var(--navy); border: 0; border-radius: 50%; background: #def3f7; font: inherit; font-size: .78rem; font-weight: 900; }
.dashboard-shell { display: grid; grid-template-columns: 245px minmax(0, 1fr); min-height: calc(100vh - 72px); }
.dashboard-nav { padding: 31px 20px; background: white; border-right: 1px solid var(--line); }
.nav-caption { margin: 0 11px 8px; color: #7d919b; font-size: .69rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.nav-link { display: flex; align-items: center; justify-content: space-between; margin: 2px 0; padding: 11px; color: #35505f; border-radius: 10px; font-size: .94rem; font-weight: 700; text-decoration: none; }
.nav-link.active { color: var(--navy); background: #ddf4f8; }
.nav-link span { min-width: 22px; padding: 2px 6px; color: var(--aqua-dark); border-radius: 999px; background: #eef8fa; font-size: .75rem; text-align: center; }
.dashboard-nav hr { height: 1px; margin: 21px 11px; border: 0; background: var(--line); }
.dashboard-content { width: min(1120px, 100%); padding: clamp(27px, 5vw, 64px); }
.dashboard-intro { display: flex; justify-content: space-between; gap: 28px; align-items: end; }
.dashboard-intro h1 { margin: 0; color: var(--navy); font-size: clamp(2.5rem, 5vw, 4.6rem); letter-spacing: -.07em; line-height: .91; }
.subtitle { max-width: 570px; margin: 17px 0 0; color: var(--ink-soft); line-height: 1.55; }
.updated { margin: 0 0 5px; color: #78909b; font-size: .81rem; white-space: nowrap; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 36px 0 54px; }
.metric { display: flex; gap: 14px; align-items: center; padding: 18px 19px; border: 1px solid var(--line); border-radius: 17px; background: white; }
.metric span { display: grid; width: 42px; height: 42px; place-items: center; color: white; border-radius: 13px; font-size: 1.2rem; font-weight: 900; }
.metric p { margin: 0; color: #4c6673; font-size: .89rem; font-weight: 750; line-height: 1.25; }
.metric.urgent span { background: var(--alert); }.metric.waiting span { background: var(--notice); }.metric.calm span { background: var(--good); }
.work-section { margin-top: 46px; }
.section-heading { display: flex; justify-content: space-between; gap: 18px; align-items: end; margin-bottom: 18px; }
.section-heading h2, .status-panel h2 { margin: 0; color: var(--navy); font-size: clamp(1.45rem, 3vw, 2rem); letter-spacing: -.045em; }
.filter-row { display: flex; flex-wrap: wrap; gap: 7px; }
.filter { min-height: 35px; padding: 0 11px; color: #506873; border: 1px solid var(--line); border-radius: 999px; background: white; font: inherit; font-size: .78rem; font-weight: 800; cursor: pointer; }
.filter.is-selected { color: white; border-color: var(--navy); background: var(--navy); }
.case-list { display: grid; gap: 10px; }
.case-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: white; }
.case-card summary { display: grid; grid-template-columns: 84px minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 18px; list-style: none; cursor: pointer; }
.case-card summary::-webkit-details-marker { display: none; }
.case-card summary::after { content: '+'; grid-column: 3; grid-row: 1; color: var(--aqua-dark); font-size: 1.2rem; font-weight: 400; }
.case-card[open] summary::after { content: '−'; }
.case-priority { display: inline-flex; justify-content: center; padding: 5px 7px; border-radius: 7px; font-size: .7rem; font-weight: 900; }
.case-priority.high { color: #a13a2e; background: #fff0ec; }.case-priority.medium { color: #875c11; background: #fff8e7; }
.case-title { overflow: hidden; color: var(--navy); font-size: .98rem; font-weight: 830; text-overflow: ellipsis; white-space: nowrap; }
.case-owner { grid-column: 3; grid-row: 1; margin-right: 28px; color: #637a85; font-size: .79rem; font-weight: 700; }
.case-body { padding: 0 18px 19px; border-top: 1px solid #edf1f2; }
.case-body p { max-width: 760px; margin: 15px 0 0; color: #506873; font-size: .91rem; line-height: 1.55; }
.case-body .source { color: #748991; font-size: .82rem; }
.answer-button { margin-top: 16px; padding: 9px 13px; color: #8a9aa0; border: 1px solid #dbe4e7; border-radius: 9px; background: #f5f8f8; font: inherit; font-size: .8rem; font-weight: 800; }
.two-column { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.status-panel { padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.status-panel > p:not(.eyebrow) { color: var(--ink-soft); line-height: 1.6; }
.muted-panel { background: #e8f5f6; border-color: #cbe9ec; }
.flow-list { display: grid; gap: 15px; margin: 24px 0 0; padding: 0; list-style: none; }
.flow-list li { display: flex; gap: 12px; align-items: center; color: #45606c; font-size: .92rem; font-weight: 700; }
.flow-list span { display: grid; width: 28px; height: 28px; place-items: center; color: var(--aqua-dark); border-radius: 50%; background: #ddf4f8; font-size: .7rem; font-weight: 900; }

@media (max-width: 850px) {
  .landing { grid-template-columns: 1fr; min-height: auto; padding: 56px 0; }.brand-photo, .brand-panel { min-height: 260px; max-height: 350px; }.strip-grid { grid-template-columns: 1fr; gap: 19px; }.site-footer { gap: 12px; flex-direction: column; }
  .dashboard-shell { grid-template-columns: 1fr; }.dashboard-nav { display: flex; overflow-x: auto; gap: 2px; padding: 10px 16px; border-right: 0; border-bottom: 1px solid var(--line); }.dashboard-nav .nav-caption, .dashboard-nav hr { display: none; }.nav-link { flex: 0 0 auto; }.dashboard-content { padding: 32px 18px 50px; }.dashboard-intro { display: block; }.updated { margin-top: 16px; white-space: normal; }.metrics, .two-column { grid-template-columns: 1fr; }.metrics { margin-bottom: 39px; }.section-heading { display: block; }.filter-row { margin-top: 17px; }.case-card summary { grid-template-columns: 77px minmax(0, 1fr); }.case-owner { display: none; }.case-card summary::after { grid-column: 2; justify-self: end; }.case-title { padding-right: 25px; }.environment-badge { display: none; }
}

@media (max-width: 420px) {
  .shell { width: min(100% - 28px, 1180px); }.site-header { min-height: 76px; }.site-logo span { font-size: 1.75rem; }.site-logo small { margin-left: 6px; font-size: .76rem; }.site-header .button { min-height: 43px; padding: 0 15px; font-size: .86rem; }.landing h1 { font-size: 3.15rem; }.dashboard-header { padding: 0 16px; }.case-card summary { padding: 15px 13px; }.case-body { padding: 0 13px 15px; }
}
