@font-face {
  font-family:Inter;
  src:url('/fonts/inter-latin.woff2') format('woff2');
  font-style:normal;
  font-weight:400;
  font-display:swap
}

:root {
  --ink:#171717;
  --text:#222222;
  --muted:#6f6f6f;
  --green:#171717;
  --accent:#171717;
  --accent-soft:#f3f3f3;
  --border:#e5e7eb;
  --surface:#ffffff;
  --canvas:#ffffff;
  --sidebar:#f3f3f3;
  --brand-blue:#214f91;
  --brand-blue-soft:rgb(33 79 145 / 7%);
  --card-surface:#f3f5f9;
  --card-border:#c7d1df;
  --radius:20px;
  --nav-width:232px;
  --font:Inter,'Segoe UI',sans-serif
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:80px
}

body {
  margin:0;
  background:var(--canvas);
  color:var(--text);
  font-family:var(--font);
  font-size:15px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased
}

button,input,select,textarea {
  font:inherit
}

button,a,input,select,textarea {
  -webkit-tap-highlight-color:transparent
}

button {
  cursor:pointer
}

a {
  color:inherit;
  text-decoration:none
}

button:disabled {
  cursor:not-allowed;
  opacity:.5
}

h1,h2,h3,p {
  margin:0
}

h1,h2,h3 {
  color:var(--ink)
}

h1 {
  font-size:32px;
  font-weight:400;
  letter-spacing:-1.15px;
  line-height:1.24
}

h2 {
  font-size:18px;
  letter-spacing:-.45px;
  font-weight:400
}

h3 {
  font-size:15px;
  font-weight:400
}

svg {
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex-shrink:0
}

button svg,a svg {
  pointer-events:none
}

::selection {
  background:#f3f3f3;
  color:#171717
}

:focus-visible {
  outline:2px solid #171717;
  outline-offset:3px
}

button:focus:not(:focus-visible),main:focus {
  outline:none
}

[hidden] {
  display:none!important
}

.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}

.skip-link {
  position:fixed;
  top:-60px;
  left:20px;
  background:var(--ink);
  color:#ffffff;
  padding:12px 20px;
  border-radius:8px;
  z-index:100
}

.skip-link:focus {
  top:12px
}

/* Compound direction: paper, quiet navigation and a single weight. */
.region-ribbon { min-height:40px; padding:7px 20px; background:var(--brand-blue); color:#fff; display:flex; align-items:center; justify-content:center; gap:18px; font-size:12px }
.region-ribbon a { display:inline-flex; align-items:center; gap:12px; border-radius:9999px; background:#fff; color:var(--brand-blue); padding:4px 12px; font-size:11px }
.region-ribbon a:hover { background:#e8eff9 }
.region-ribbon :focus-visible { outline-color:#fff }
.sidebar { position:relative; display:flex; align-items:center; gap:28px; width:100%; max-width:1328px; height:96px; margin:0 auto; padding:0 40px; background:#fff; z-index:40 }
.brand-row { display:flex; align-items:center; justify-content:space-between; flex-shrink:0; margin-right:auto }
.brand { display:inline-flex; align-items:center; gap:8px; color:var(--ink) }
.brand-mark { width:32px; height:32px; display:grid; place-items:center }
.brand-mark svg { width:32px; height:32px; stroke-width:1.5 }
.radar-point { fill:var(--ink); stroke:white; stroke-width:2 }
.brand strong { display:block; font-size:32px; letter-spacing:-1.8px; line-height:1; font-weight:400 }
.brand small { display:block; font-size:8px; letter-spacing:1.7px; margin:5px 0 0 2px; color:var(--muted) }
.brand-dot { color:var(--ink) }
.region-label,.nav-label,.sidebar-foot,.sidebar-close,.mobile-wordmark { display:none }
.sidebar nav { display:flex; gap:6px; align-items:center }
.sidebar nav a { display:flex; align-items:center; gap:7px; padding:10px 12px; min-height:44px; font-size:13px; color:var(--muted); white-space:nowrap; border-radius:9999px; transition:background .15s,color .15s }
.sidebar nav a:hover,.sidebar nav a.active { color:var(--ink); background:var(--sidebar) }
.sidebar #primary-nav a>span[data-icon] { display:none }
.nav-count { font-size:10px; color:var(--muted); line-height:18px; min-width:19px; border-radius:9999px; background:var(--sidebar); text-align:center; font-variant-numeric:tabular-nums }
.sidebar nav a.active .nav-count { background:#fff; color:var(--ink) }
.account-menu { position:relative; flex-shrink:0 }
.account-menu>summary { list-style:none; display:flex; align-items:center; gap:12px; border-radius:9999px; background:var(--ink); color:white; padding:11px 18px; font-size:13px; cursor:pointer }
.account-menu>summary::-webkit-details-marker { display:none }
.account-menu>summary svg { width:14px; height:14px }
.account-menu>summary:hover { background:#333 }
.account-links { position:absolute; right:0; top:calc(100% + 12px); min-width:244px; background:#fff; padding:10px; border:1px solid var(--border); border-radius:20px; box-shadow:0 8px 24px #0000000a }
.account-links nav { display:grid; gap:2px }
.account-links a svg { width:16px; height:16px }
.account-links .nav-count { margin-left:auto }
.workspace { min-height:calc(100vh - 136px); display:flex; flex-direction:column; margin:0 }
.topbar { display:flex; align-items:center; gap:24px; width:100%; max-width:1280px; margin:0 auto; height:44px; padding:0 40px; color:var(--muted) }
.topbar-location { display:flex; align-items:center; gap:12px; font-size:11px; white-space:nowrap }
.topbar-location strong { font-weight:400 }
.topbar-divider { color:#c7c7c7 }
.topbar-source { display:flex; align-items:center; gap:6px; font-size:11px }
.topbar-source svg,.global-search svg { width:15px; height:15px }
.global-search { display:flex; align-items:center; gap:8px; margin-left:auto; color:var(--muted); background:transparent; border:0; font-size:11px; padding:8px }
.global-search kbd { font:inherit; border:1px solid var(--border); border-radius:4px; padding:0 6px; margin-left:8px }
.global-search:hover,.topbar-source:hover { color:var(--ink) }
main { width:100%; max-width:1280px; padding:48px 40px 80px; margin:0 auto; flex:1; min-width:0 }
.page-heading { display:flex; align-items:center; justify-content:space-between; gap:24px; margin-bottom:40px }
.page-heading h1 { font-size:48px; line-height:1.1; font-weight:400; letter-spacing:-2px }
.page-heading p { color:var(--muted); font-size:14px; line-height:1.7; margin-top:20px; max-width:680px }
.eyebrow { font-size:11px; color:var(--muted); margin-bottom:18px }
.eyebrow-line { display:none }
.heading-actions { display:flex; gap:10px; align-items:center }
.page-footer { max-width:1280px; width:100%; margin:auto; display:flex; justify-content:space-between; gap:24px; padding:28px 40px; font-size:11px; color:var(--muted); border-top:1px solid var(--border) }
.footer-dot { margin:0 8px }
.page-footer a:hover { text-decoration:underline; text-underline-offset:4px }

/* The four measures share one baseline, without competing card surfaces. */
.stats-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin:0 0 26px;
  padding:16px 0 18px;
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border)
}

.stat-card {
  padding:0 23px;
  border-left:1px solid var(--border);
  min-width:0
}

.stat-card:first-child {
  border-left:0;
  padding-left:0
}

.stat-card:last-child {
  padding-right:0
}

.stat-top {
  font-size:12px;
  font-weight:400;
  color:#5e5e5e;
  display:flex;
  align-items:center;
  gap:7px
}

.stat-top svg {
  width:14px;
  height:14px;
  order:-1
}

.stat-number {
  font-size:34px;
  font-weight:400;
  font-variant-numeric:tabular-nums;
  letter-spacing:-1.9px;
  color:var(--ink);
  line-height:1.1;
  display:block;
  margin-top:8px
}

.highlight .stat-number {
  color:var(--accent)
}

.stat-bottom {
  font-size:11px;
  color:var(--muted);
  margin-top:5px;
  display:flex;
  align-items:center;
  gap:5px
}

.stat-card:hover .stat-top {
  color:var(--accent)
}

.stat-arrow {
  font-size:13px;
  color:#6f6f6f;
  margin-left:auto
}

.stat-card:hover .stat-arrow {
  transform:translateX(3px)
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:40px;
  border:1px solid var(--border);
  padding:9px 14px;
  background:#ffffff;
  color:#171717;
  border-radius:7px;
  font-size:12px;
  font-weight:400;
  line-height:1.5;
  transition:background .15s,border-color .15s,box-shadow .15s
}

.button svg {
  width:16px;
  height:16px
}

.button:hover {
  background:#f3f3f3;
  border-color:#c7c7c7
}

.button.primary {
  background:var(--accent);
  border-color:var(--accent);
  color:#ffffff;
  box-shadow:0 1px 2px #17171712
}

.button.primary:hover {
  background:#171717;
  border-color:#171717
}

.button.secondary {
  background:#ffffff;
  box-shadow:0 1px 2px #17171705
}

.button.secondary:hover {
  border-color:#c7c7c7;
  background:#ffffff
}

.button.ghost {
  background:transparent;
  border-color:transparent;
  box-shadow:none;
  color:var(--muted)
}

.button.ghost:hover {
  background:#f3f3f3;
  color:var(--accent)
}

.button.small {
  min-height:34px;
  padding:7px 10px;
  font-size:11px
}

.icon-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  min-width:34px;
  width:34px;
  height:34px;
  border:0;
  border-radius:6px;
  background:transparent;
  color:#6f6f6f;
  transition:background .15s,color .15s
}

.icon-button:hover {
  background:#f3f3f3;
  color:var(--accent)
}

.icon-button svg {
  width:18px;
  height:18px
}

.icon-button.saved {
  color:var(--accent);
  background:var(--accent-soft)
}

.icon-button.saved svg {
  fill:#e5e7eb;
  stroke:var(--accent)
}

.reset-link {
  border:0;
  background:transparent;
  color:var(--accent);
  font-size:12px;
  padding:8px;
  text-decoration:underline;
  text-underline-offset:4px
}

.text-link {
  color:var(--accent);
  text-decoration:underline;
  text-underline-offset:3px
}

.notice {
  border:1px solid var(--border);
  border-radius:8px;
  background:#f3f3f3;
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:14px 16px;
  margin-bottom:23px;
  font-size:12px;
  line-height:1.75;
  color:#5e5e5e
}

.notice>svg {
  width:16px;
  height:16px;
  margin-top:2px;
  color:#6f6f6f
}

.notice>span {
  flex:1;
  min-width:0
}

.notice>a {
  display:flex;
  align-items:center;
  gap:6px;
  white-space:nowrap;
  color:var(--accent);
  font-weight:400
}

.notice>a svg {
  width:14px;
  height:14px
}

.notice.warning {
  background:#ffffff;
  border-color:#e5e7eb;
  color:#5e5e5e
}

.notice.warning>svg {
  color:#5e5e5e
}

.notice.neutral {
  background:#f3f3f3
}

.freshness-line {
  display:flex;
  align-items:center;
  gap:7px;
  color:var(--muted);
  font-size:11px;
  margin:12px 0 0
}

.freshness-line svg {
  width:13px;
  height:13px
}

.freshness-line.warning {
  color:#5e5e5e
}

.freshness-line a {
  margin-left:auto;
  text-decoration:underline;
  text-underline-offset:3px
}

.freshness-disclosure {
  margin:0 0 22px
}

.freshness-disclosure summary {
  cursor:pointer;
  list-style:none;
  display:flex;
  align-items:center;
  gap:7px;
  font-size:11px;
  color:var(--muted)
}

.freshness-disclosure summary::-webkit-details-marker {
  display:none
}

.freshness-disclosure summary svg {
  width:14px;
  height:14px
}

.freshness-disclosure summary::after {
  content:'+';
  margin-left:auto;
  font-size:15px
}

.freshness-disclosure[open] summary::after {
  content:'−'
}

.freshness-disclosure .notice {
  margin:10px 0 0
}

.freshness-disclosure.warning summary {
  color:#5e5e5e
}

.content-grid {
  display:grid;
  grid-template-columns:minmax(0,1fr) 254px;
  gap:28px;
  align-items:start
}

.content-grid>section {
  min-width:0
}

.section-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:0 0 17px
}

.section-heading h2 {
  font-size:17px;
  letter-spacing:-.4px
}

.section-heading .count-label {
  font-size:11px;
  color:var(--muted);
  font-weight:400;
  margin-left:10px
}

.view-tabs {
  display:flex;
  align-items:center;
  gap:23px;
  border-bottom:1px solid var(--border);
  margin-bottom:18px;
  overflow-x:auto;
  scrollbar-width:thin
}

.view-tabs a {
  white-space:nowrap;
  font-size:12px;
  font-weight:400;
  color:#5e5e5e;
  padding:0 1px 13px;
  position:relative
}

.view-tabs a:hover {
  color:var(--accent)
}

.view-tabs a.active {
  color:var(--ink);
  font-weight:400
}

.view-tabs a.active::after {
  content:'';
  height:2px;
  background:var(--accent);
  position:absolute;
  bottom:0;
  left:0;
  right:0
}

.search-panel {
  padding:0 0 18px;
  border-bottom:1px solid var(--border)
}

.search-row {
  display:flex;
  gap:8px;
  align-items:stretch
}

.search-field {
  position:relative;
  display:block;
  flex:1;
  min-width:0
}

.search-field>svg {
  position:absolute;
  left:13px;
  top:14px;
  width:17px;
  height:17px;
  color:#6f6f6f
}

.search-field input {
  width:100%;
  height:44px;
  border:1px solid #f3f3f3;
  border-radius:7px;
  padding:11px 13px 11px 39px;
  background:#ffffff;
  font-size:13px;
  color:var(--ink);
  box-shadow:0 1px 2px #17171703
}

.search-field input::placeholder {
  color:#5e5e5e
}

.search-field input:focus {
  border-color:#6f6f6f;
  box-shadow:0 0 0 3px #17171710;
  outline:none
}

.search-row>.button {
  min-width:44px
}

.search-row>.button svg {
  display:none
}

.filter-row {
  display:flex;
  gap:8px;
  align-items:center;
  margin-top:10px;
  flex-wrap:wrap
}

.filter-row select {
  flex:1;
  min-width:120px;
  width:0;
  background:#ffffff;
  border:1px solid #f3f3f3;
  border-radius:6px;
  color:#5e5e5e;
  padding:8px 25px 8px 10px;
  font-size:11px;
  min-height:35px;
  max-width:240px
}

.filter-row .button {
  padding:8px;
  min-height:35px;
  font-size:11px
}

.filter-row .button svg {
  width:15px
}

.advanced-dates {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:17px
}

.advanced-dates label {
  font-size:11px;
  color:var(--muted);
  font-weight:400
}

.advanced-dates input {
  display:block;
  width:100%;
  margin-top:6px;
  border:1px solid var(--border);
  border-radius:6px;
  padding:8px;
  background:#ffffff;
  color:var(--ink);
  min-height:38px
}

.filter-note {
  font-size:11px;
  color:var(--muted);
  margin:12px 0
}

.active-filters {
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:13px
}

.filter-chip {
  background:#f3f3f3;
  border:1px solid #f3f3f3;
  color:#171717;
  border-radius:5px;
  display:flex;
  gap:6px;
  align-items:center;
  font-size:11px;
  padding:4px 7px;
  max-width:100%;
  overflow-wrap:anywhere
}

.filter-chip svg {
  width:12px;
  height:12px
}

.filter-chip:hover {
  background:#f3f3f3
}

.results-tools {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:15px 0;
  font-size:12px;
  color:var(--muted)
}

.results-tools strong {
  color:#171717;
  font-weight:400
}

.results-right {
  display:flex;
  align-items:center;
  gap:12px
}

.sort-select {
  font-size:11px;
  border:0;
  background:transparent;
  color:#5e5e5e;
  padding:6px 20px 6px 0;
  max-width:170px
}

.view-switch {
  display:flex;
  gap:1px;
  border:1px solid #f3f3f3;
  background:#f3f3f3;
  padding:2px;
  border-radius:6px
}

.view-switch .icon-button {
  width:28px;
  min-width:28px;
  height:26px
}

.view-switch svg {
  width:15px;
  height:15px
}

.view-switch .active {
  background:#ffffff;
  box-shadow:0 1px 2px #17171715;
  color:var(--accent)
}

/* List rows align the decision: project, place, deadline. */
.project-list {
  display:grid;
  background:#ffffff;
  border:1px solid var(--border);
  border-radius:20px;
  overflow:hidden
}

.project-card {
  position:relative;
  padding:20px 20px 16px;
  border-bottom:1px solid var(--border);
  transition:background .15s;
  min-width:0
}

.project-card:last-child {
  border-bottom:0
}

.project-card:hover {
  background:#ffffff
}

.project-card-top {
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  padding-right:27px;
  margin-bottom:10px;
  min-height:20px
}

.badge {
  display:inline-flex;
  gap:5px;
  align-items:center;
  border-radius:4px;
  background:#f3f3f3;
  color:#5e5e5e;
  font-size:10px;
  font-weight:400;
  padding:3px 6px;
  line-height:1.4
}

.badge-dot {
  width:5px;
  height:5px;
  border-radius:50%;
  background:currentColor;
  flex-shrink:0
}

.badge.open,.badge.active {
  background:#f3f3f3;
  color:#5e5e5e
}

.badge.upcoming {
  background:#f3f3f3;
  color:#5e5e5e
}

.badge.awarded {
  background:#f3f3f3;
  color:#5e5e5e
}

.badge.cancelled,.badge.error {
  background:#f3f3f3;
  color:#5e5e5e
}

.badge.stale {
  color:#5e5e5e;
  background:#f3f3f3
}

.ref {
  font-size:10px;
  font-family:var(--font);
  color:#5e5e5e;
  overflow-wrap:anywhere
}

.card-save {
  position:absolute;
  top:15px;
  right:13px
}

.project-row-main {
  display:flex;
  gap:12px;
  align-items:flex-start
}

.owner-avatar {
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  flex-shrink:0;
  border:1px solid #f3f3f3;
  border-radius:8px;
  background:#f3f3f3;
  color:#5e5e5e;
  font-size:12px;
  font-weight:400;
  margin-top:2px
}

.owner-avatar.tone-1 {
  background:#f3f3f3;
  border-color:#f3f3f3;
  color:#5e5e5e
}

.owner-avatar.tone-2 {
  background:#f3f3f3;
  border-color:#f3f3f3;
  color:#5e5e5e
}

.owner-avatar.tone-3 {
  background:#f3f3f3;
  border-color:#f3f3f3;
  color:#5e5e5e
}

.project-row-copy {
  flex:1;
  min-width:0
}

.project-title {
  display:block;
  font-weight:400;
  color:#171717;
  line-height:1.55;
  font-size:14px;
  letter-spacing:-.13px;
  overflow-wrap:anywhere
}

.project-title:hover {
  color:var(--accent)
}

.project-owner {
  display:flex;
  align-items:center;
  gap:5px;
  font-size:11px;
  color:#5e5e5e;
  margin-top:5px;
  line-height:1.6
}

.project-owner svg {
  width:12px;
  height:12px
}

.project-location {
  font-size:11px;
  color:#5e5e5e;
  display:inline-flex;
  align-items:center;
  gap:4px
}

.project-location svg {
  width:12px;
  height:12px
}

.project-tags {
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
  margin-top:9px
}

.tag {
  font-size:10px;
  color:#5e5e5e;
  border:1px solid #f3f3f3;
  background:#ffffff;
  border-radius:4px;
  padding:2px 6px;
  line-height:1.5
}

.tag:hover:is(a) {
  background:var(--accent-soft);
  color:var(--accent)
}

.project-card-bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-top:14px;
  padding-left:46px
}

.project-facts {
  display:flex;
  flex-wrap:wrap;
  gap:5px 16px;
  align-items:center
}

.project-facts>span {
  display:flex;
  gap:5px;
  align-items:center;
  font-size:10px;
  color:#5e5e5e
}

.project-facts svg {
  width:12px;
  height:12px
}

.project-facts>span.urgent {
  color:#5e5e5e
}

.card-link {
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:11px;
  color:#5e5e5e;
  white-space:nowrap
}

.card-link svg {
  width:14px;
  height:14px
}

.project-card:hover .card-link {
  color:var(--accent)
}

.project-row-deadline {
  flex-shrink:0;
  text-align:right;
  min-width:91px;
  padding-left:10px;
  margin-top:2px
}

.project-row-deadline small {
  display:block;
  font-size:10px;
  color:#5e5e5e;
  margin-bottom:3px
}

.project-row-deadline strong {
  display:block;
  font-size:12px;
  color:#5e5e5e;
  font-weight:400;
  white-space:nowrap
}

.project-row-deadline.urgent strong {
  color:#5e5e5e
}

.project-list.cards {
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:13px;
  background:transparent;
  border:0;
  border-radius:0;
  overflow:visible
}

.cards .project-card {
  background:#ffffff;
  border:1px solid var(--border);
  border-radius:20px;
  padding:19px;
  display:flex;
  flex-direction:column
}

.cards .project-row-main {
  flex-wrap:wrap
}

.cards .owner-avatar {
  display:none
}

.cards .project-row-copy {
  flex-basis:100%
}

.cards .project-row-deadline {
  margin-top:10px;
  text-align:left;
  padding:0
}

.cards .project-card-bottom {
  padding-left:0;
  margin-top:auto;
  padding-top:15px
}

.cards .project-card-top {
  padding-right:23px
}

.cards .project-facts>span {
  font-size:10px
}

.cards .card-link {
  font-size:0
}

.cards .card-link svg {
  width:16px;
  height:16px
}

.rail {
  display:grid;
  gap:22px;
  padding-top:1px
}

.rail-panel {
  padding:0 0 23px;
  border-bottom:1px solid var(--border)
}

.rail-panel h3 {
  font-size:14px;
  letter-spacing:-.15px
}

.rail-subtitle {
  font-size:11px;
  color:var(--muted);
  margin-top:6px;
  line-height:1.7
}

.rail-heading {
  display:flex;
  align-items:center;
  justify-content:space-between
}

.rail-heading>svg {
  color:#6f6f6f;
  width:16px;
  height:16px
}

.territory-list {
  display:grid;
  gap:3px;
  margin-top:12px
}

.territory-item {
  padding:10px 0;
  border-bottom:1px solid #f3f3f3;
  font-size:11px;
  color:#5e5e5e
}

.territory-item:last-child {
  border:0
}

.territory-title {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px
}

.territory-title svg {
  width:13px;
  height:13px;
  color:#c7c7c7
}

.territory-item:hover {
  color:var(--accent)
}

.territory-item:hover svg {
  color:var(--accent);
  transform:translateX(2px)
}

.rail-link {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  font-size:11px;
  font-weight:400;
  color:var(--accent);
  margin-top:16px
}

.rail-link svg {
  width:14px;
  height:14px
}

.deadline-list {
  display:grid;
  margin-top:13px
}

.deadline-item {
  display:flex;
  gap:11px;
  padding:14px 0;
  border-bottom:1px solid var(--border)
}

.deadline-item:last-child {
  border-bottom:0
}

.date-tile {
  width:36px;
  min-width:36px;
  height:44px;
  border:1px solid #e5e7eb;
  background:#ffffff;
  color:#5e5e5e;
  border-radius:6px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  line-height:1.15
}

.date-tile strong {
  font-size:17px;
  font-weight:400;
  letter-spacing:-.5px
}

.date-tile small {
  font-size:8px;
  text-transform:uppercase;
  font-weight:400;
  margin-top:2px
}

.deadline-copy {
  min-width:0
}

.deadline-copy strong {
  font-size:11px;
  font-weight:400;
  line-height:1.65;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  color:#171717
}

.deadline-copy small {
  display:block;
  font-size:10px;
  color:var(--muted);
  margin-top:4px
}

.deadline-item:hover .deadline-copy strong {
  color:var(--accent)
}

.radar-note {
  background:#f3f3f3;
  border:1px solid #f3f3f3;
  border-radius:20px;
  padding:21px
}

.radar-note>svg {
  width:24px;
  height:24px;
  color:#6f6f6f;
  margin-bottom:13px
}

.radar-note h3 {
  font-size:15px;
  line-height:1.5;
  color:#171717
}

.radar-note p {
  font-size:12px;
  color:#5e5e5e;
  margin-top:9px;
  line-height:1.8
}

.radar-note .button {
  margin-top:17px;
  min-height:35px;
  font-size:11px;
  background:transparent;
  border-color:#e5e7eb;
  color:#5e5e5e;
  justify-content:space-between;
  width:100%
}

.rail-caption {
  display:flex;
  gap:7px;
  color:var(--muted);
  font-size:10px;
  line-height:1.8
}

.rail-caption svg {
  width:14px;
  height:14px;
  margin-top:2px
}

.empty-state,.error-state {
  padding:55px 24px;
  text-align:center;
  background:#ffffff;
  border:1px solid var(--border);
  border-radius:20px
}

.project-list>.empty-state {
  border:0
}

.empty-icon {
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  margin:0 auto 16px;
  border-radius:13px;
  background:#f3f3f3;
  color:#5e5e5e
}

.empty-icon svg {
  width:24px;
  height:24px
}

.empty-state h3,.error-state h3 {
  font-size:17px;
  margin-bottom:9px;
  letter-spacing:-.4px
}

.empty-state p,.error-state p {
  font-size:13px;
  color:var(--muted);
  max-width:430px;
  margin:0 auto 20px;
  overflow-wrap:anywhere;
  line-height:1.9
}

.loading-state {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:90px 20px;
  color:var(--muted);
  font-size:14px
}

.spinner {
  width:17px;
  height:17px;
  border:2px solid #f3f3f3;
  border-top-color:var(--accent);
  border-radius:50%;
  animation:spin .8s linear infinite
}

@keyframes spin {
  to {
    transform:rotate(360deg)
  }
}

.pagination {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-top:21px;
  font-size:11px;
  color:var(--muted)
}

.pagination>div {
  display:flex;
  gap:6px
}

.muted {
  color:var(--muted)
}

.nowrap {
  white-space:nowrap
}

/* Project dossier */
.back-link {
  display:inline-flex;
  gap:7px;
  align-items:center;
  font-size:12px;
  color:var(--muted);
  margin-bottom:23px
}

.back-link:hover {
  color:var(--accent)
}

.back-link svg {
  width:14px;
  height:14px
}

.detail-heading {
  max-width:900px
}

.detail-heading h1 {
  font-size:30px;
  line-height:1.4;
  letter-spacing:-1px;
  margin:14px 0
}

.detail-heading .project-owner {
  font-size:13px;
  flex-wrap:wrap
}

.detail-actions {
  display:flex;
  gap:9px;
  flex-wrap:wrap;
  margin:23px 0 27px
}

.detail-grid {
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:25px;
  align-items:start
}

.detail-main,.detail-rail {
  display:grid;
  gap:21px;
  min-width:0
}

.detail-rail {
  position:sticky;
  top:24px
}

.panel {
  border:1px solid var(--border);
  border-radius:20px;
  padding:25px;
  background:#ffffff;
  min-width:0
}

.panel h2 {
  font-size:16px;
  margin-bottom:19px;
  letter-spacing:-.3px
}

.panel p {
  font-size:13px;
  line-height:1.95;
  overflow-wrap:anywhere
}

.panel p+p {
  margin-top:12px
}

.panel-label {
  font-size:10px;
  letter-spacing:.8px;
  font-weight:400;
  color:#5e5e5e;
  margin-bottom:10px
}

.panel-label.spaced {
  margin-top:23px
}

.tags-after {
  margin-top:20px
}

.facts-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:23px 30px;
  margin:0
}

.fact dt {
  font-size:11px;
  color:#5e5e5e;
  margin-bottom:5px
}

.fact dd {
  margin:0;
  font-size:13px;
  color:#171717;
  font-weight:400;
  overflow-wrap:anywhere;
  line-height:1.7
}

.fact dd.unknown {
  color:#5e5e5e;
  font-weight:400
}

.facts-stack {
  display:grid;
  gap:20px;
  margin:0
}

.deadline-box {
  background:#f3f3f3;
  border-color:#f3f3f3
}

.deadline-box h2 {
  font-size:12px;
  color:#5e5e5e;
  letter-spacing:0;
  margin-bottom:13px
}

.deadline-date {
  font-size:24px;
  font-weight:400;
  letter-spacing:-.7px;
  color:#171717
}

.deadline-box p {
  font-size:11px;
  color:#5e5e5e;
  margin-top:6px
}

.deadline-box .button {
  width:100%;
  margin-top:21px
}

.source-item {
  display:flex;
  align-items:flex-start;
  gap:9px;
  padding:15px 0;
  border-top:1px solid var(--border)
}

.source-item:first-of-type {
  border-top:0;
  padding-top:0
}

.source-item>svg {
  width:15px;
  height:15px;
  color:#6f6f6f;
  margin-top:2px
}

.source-item a {
  display:block;
  font-size:12px;
  font-weight:400;
  color:#5e5e5e;
  line-height:1.7;
  overflow-wrap:anywhere
}

.source-item small {
  display:block;
  font-size:11px;
  color:var(--muted);
  line-height:1.8;
  margin-top:5px
}

.readability-note {
  font-size:11px!important;
  color:#5e5e5e;
  border-top:1px solid var(--border);
  padding-top:14px;
  margin-top:20px!important;
  line-height:1.8!important
}

.timeline {
  list-style:none;
  margin:0;
  padding:0
}

.timeline li {
  position:relative;
  padding:0 0 25px 23px;
  margin-left:4px;
  border-left:1px solid #f3f3f3
}

.timeline li:last-child {
  padding-bottom:0;
  border-color:transparent
}

.timeline li::before {
  content:'';
  position:absolute;
  left:-4px;
  top:6px;
  width:7px;
  height:7px;
  background:#c7c7c7;
  border:2px solid white;
  border-radius:50%;
  box-shadow:0 0 0 1px #f3f3f3
}

.timeline h3 {
  font-size:13px;
  font-weight:400
}

.timeline time {
  font-size:11px;
  color:var(--muted);
  margin-top:4px;
  display:block
}

.timeline p {
  font-size:12px;
  margin-top:7px
}

.document-list {
  padding:0;
  margin:0;
  list-style:none;
  display:grid;
  gap:13px
}

.document-list a {
  display:inline-flex;
  align-items:flex-start;
  gap:8px;
  color:#5e5e5e;
  font-size:13px;
  overflow-wrap:anywhere
}

.document-list svg {
  width:16px;
  height:16px;
  margin-top:2px
}

.detail-description {
  white-space:pre-wrap
}

/* Secondary screens share the same typography and quieter panels. */
.coverage-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:17px;
  margin-bottom:30px
}

.territory-card {
  border:1px solid var(--border);
  background:#ffffff;
  border-radius:20px;
  padding:24px;
  min-width:0;
  display:flex;
  flex-direction:column
}

.territory-card>svg {
  width:23px;
  height:23px;
  color:#6f6f6f;
  margin-bottom:22px
}

.territory-card h2 {
  font-size:16px;
  line-height:1.5;
  margin-bottom:8px
}

.territory-card p {
  font-size:12px;
  color:var(--muted)
}

.territory-stat {
  font-size:35px!important;
  font-weight:400;
  letter-spacing:-1px;
  color:var(--ink)!important;
  margin:17px 0 1px
}

.territory-card .button {
  margin-top:20px;
  align-self:flex-start
}

.municipalities {
  margin-top:16px;
  font-size:12px;
  color:var(--muted)
}

.municipalities summary {
  cursor:pointer;
  line-height:1.7
}

.municipalities p {
  margin-top:10px;
  line-height:1.9
}

.coverage-metrics {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin-top:21px;
  padding-top:18px;
  border-top:1px solid var(--border)
}

.coverage-metrics strong {
  display:block;
  font-size:23px;
  color:var(--ink);
  font-weight:400;
  letter-spacing:-.7px
}

.coverage-metrics span {
  font-size:10px;
  color:var(--muted)
}

.territory-bar {
  height:3px;
  background:#f3f3f3;
  border-radius:2px;
  margin-top:16px;
  overflow:hidden
}

.territory-bar>span {
  display:block;
  height:100%;
  background:#6f6f6f;
  border-radius:2px
}

.coverage-overview {
  border:1px solid var(--border);
  border-radius:9px;
  background:#ffffff;
  margin:0 0 28px;
  padding:17px 20px;
}
.coverage-overview>summary {
  display:flex;
  align-items:center;
  gap:14px;
  cursor:pointer;
  list-style:none;
  font-size:13px;
  color:#5e5e5e;
}
.coverage-overview>summary::-webkit-details-marker { display:none; }
.coverage-overview>summary>span { display:flex; align-items:center; gap:9px; font-weight:400; }
.coverage-overview>summary>span svg { width:16px; height:16px; color:#6f6f6f; }
.coverage-overview>summary>small { margin-left:auto; font-size:11px; color:var(--muted); }
.coverage-overview>summary::after { content:'+'; font-size:18px; color:#6f6f6f; }
.coverage-overview[open]>summary::after { content:'−'; }
.coverage-list { margin-top:20px; }
.coverage-row { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:12px; border-top:1px solid var(--border); padding:13px 0; font-size:11px; color:var(--muted); }
.coverage-row strong { font-weight:400; color:#5e5e5e; }
.coverage-overview>p { font-size:11px; color:var(--muted); padding-top:10px; }
.source-note { margin-top:7px; font-size:10px; color:var(--muted); max-width:350px; }
.source-note summary { cursor:pointer; color:#5e5e5e; }
.source-note p { margin-top:8px; line-height:1.8; }
@media(max-width:550px) {
  .coverage-overview { padding:15px; }
  .coverage-overview>summary { flex-wrap:wrap; gap:5px; font-size:12px; position:relative; }
  .coverage-overview>summary>small { flex-basis:100%; margin:0 20px 0 25px; font-size:10px; }
  .coverage-overview>summary::after { position:absolute; right:0; top:0; }
  .coverage-row { grid-template-columns:repeat(3,1fr); gap:6px; }
  .coverage-row>strong { grid-column:1/-1; margin-bottom:3px; }
}
.table-wrap {
  border:1px solid var(--border);
  border-radius:9px;
  overflow-x:auto;
  max-width:100%;
  background:#ffffff
}

table {
  border-collapse:collapse;
  text-align:left;
  width:100%;
  font-size:12px;
  line-height:1.7
}

th {
  background:#f3f3f3;
  padding:13px 16px;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.6px;
  color:#5e5e5e;
  font-weight:400;
  white-space:nowrap
}

td {
  padding:16px;
  border-top:1px solid var(--border);
  vertical-align:top;
  overflow-wrap:anywhere
}

td a {
  color:#5e5e5e;
  font-weight:400
}

td small {
  display:block;
  font-size:11px;
  line-height:1.75;
  color:var(--muted);
  margin-top:6px;
  max-width:350px
}

td .badge {
  white-space:nowrap
}

tbody tr:hover {
  background:#ffffff
}

.source-tools {
  display:flex;
  gap:10px;
  margin:0 0 17px
}

.source-tools input,.source-tools select {
  border:1px solid var(--border);
  border-radius:7px;
  background:#ffffff;
  padding:10px 12px;
  font-size:12px;
  color:var(--text);
  min-height:41px
}

.source-tools input {
  flex:1;
  min-width:100px
}

.source-tools select {
  max-width:270px
}

.saved-searches {
  display:grid;
  gap:12px
}

.saved-search-card {
  display:flex;
  align-items:center;
  gap:18px;
  background:#ffffff;
  border:1px solid var(--border);
  border-radius:20px;
  padding:23px
}

.saved-search-card>svg {
  color:#6f6f6f;
  width:23px;
  height:23px
}

.saved-search-card>div {
  flex:1;
  min-width:0
}

.saved-search-card h2 {
  font-size:15px;
  overflow-wrap:anywhere
}

.saved-search-card p {
  font-size:11px;
  color:var(--muted);
  margin-top:6px
}

.saved-search-card .button {
  flex-shrink:0
}

.form-panel {
  max-width:650px
}

.form-panel label,dialog label {
  display:block;
  font-size:12px;
  font-weight:400;
  color:#5e5e5e;
  margin:19px 0 7px
}

.form-panel input,.form-panel textarea,.form-panel select,dialog input {
  width:100%;
  border:1px solid #f3f3f3;
  border-radius:7px;
  background:#ffffff;
  color:var(--ink);
  padding:11px 12px;
  font-size:13px;
  min-height:42px
}

.form-panel textarea {
  min-height:105px;
  resize:vertical
}

.form-panel p {
  font-size:13px;
  color:var(--muted)
}

.form-panel .button {
  margin-top:23px
}

.form-error {
  color:#5e5e5e!important;
  font-size:12px;
  margin-top:13px
}

.admin-panels {
  display:grid;
  gap:17px
}

.admin-panels>details {
  border:1px solid var(--border);
  background:#ffffff;
  padding:19px 23px;
  border-radius:20px;
  min-width:0
}

.admin-panels summary {
  font-size:14px;
  font-weight:400;
  cursor:pointer;
  color:#171717
}

.admin-panels details .table-wrap {
  margin-top:18px
}

.admin-item {
  padding:16px 0;
  border-top:1px solid var(--border);
  font-size:13px;
  overflow-wrap:anywhere
}

.admin-item:first-of-type {
  margin-top:17px
}

.admin-item a {
  font-weight:400;
  color:#5e5e5e
}

.admin-item small {
  display:block;
  font-size:11px;
  color:var(--muted);
  margin-top:5px
}

.admin-empty {
  margin-top:17px;
  font-size:13px
}

.inline-form {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px
}

.inline-form input {
  flex:1;
  min-width:140px;
  border:1px solid var(--border);
  border-radius:6px;
  padding:9px 10px;
  font-size:12px
}

.json-data {
  font-size:11px;
  line-height:1.8;
  white-space:pre-wrap;
  word-break:break-word;
  background:#f3f3f3;
  border-radius:6px;
  padding:13px;
  max-height:330px;
  overflow:auto
}

.profile-local-note {
  font-size:11px;
  color:var(--muted);
  margin-top:20px;
  line-height:1.9
}

.mobile-menu,.mobile-backdrop {
  display:none
}

.toast {
  position:fixed;
  bottom:25px;
  left:calc(50% + 116px);
  transform:translateX(-50%);
  z-index:90;
  background:#171717;
  color:#ffffff;
  border:1px solid #171717;
  border-radius:9px;
  padding:13px 20px;
  font-size:13px;
  box-shadow:0 6px 25px #17171725;
  max-width:calc(100% - 32px);
  animation:toast-in .2s ease-out
}

@keyframes toast-in {
  from {
    opacity:0;
    translate:0 6px
  }
  to {
    opacity:1;
    translate:0 0
  }
}

dialog {
  border:1px solid var(--border);
  border-radius:14px;
  background:#ffffff;
  color:var(--text);
  width:calc(100% - 36px);
  max-width:450px;
  padding:28px;
  box-shadow:0 20px 80px #17171730
}

dialog::backdrop {
  background:#17171766;
  backdrop-filter:blur(2px)
}

.dialog-header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px
}

.dialog-header h2 {
  font-size:19px;
  line-height:1.5
}

dialog p {
  font-size:13px;
  color:var(--muted);
  line-height:1.9
}

.dialog-actions {
  display:flex;
  gap:9px;
  justify-content:flex-end;
  margin-top:25px
}

.noscript {
  position:fixed;
  bottom:20px;
  left:20px;
  right:20px;
  padding:20px;
  background:#f3f3f3;
  border:1px solid #c7c7c7;
  border-radius:9px;
  z-index:90
}

.public-project {
  max-width:880px;
  padding:50px 28px
}

.public-project h1 {
  margin:25px 0
}

.public-project p {
  margin:18px 0
}

.public-project a {
  color:var(--accent)
}

@media(min-width:1700px) {
  main {
    padding-top:42px
  }
  .content-grid {
    grid-template-columns:minmax(0,1fr) 285px;
    gap:35px
  }
  .project-title {
    font-size:15px
  }
  .project-card {
    padding:22px
  }
  .rail-subtitle,.territory-item {
    font-size:12px
  }
}

@media(max-width:1250px) {
  :root {
    --nav-width:213px
  }
  .sidebar {
    padding-left:11px;
    padding-right:11px
  }
  .topbar {
    padding:0 28px;
    gap:18px
  }
  main {
    padding:28px
  }
  .content-grid {
    grid-template-columns:minmax(0,1fr) 224px;
    gap:22px
  }
  .page-heading {
    gap:16px
  }
  .page-heading h1 {
    font-size:28px
  }
  .page-heading p {
    font-size:13px
  }
  .stat-card {
    padding:0 17px
  }
  .stat-top {
    font-size:11px
  }
  .stat-top svg {
    display:none
  }
  .stat-bottom {
    font-size:10px
  }
  .detail-grid {
    grid-template-columns:minmax(0,1fr) 270px;
    gap:20px
  }
  .project-row-deadline {
    min-width:80px
  }
  .project-card {
    padding:17px 15px
  }
  .project-card-bottom {
    padding-left:0
  }
  .owner-avatar {
    display:none
  }
  .page-footer {
    padding:20px 28px
  }
  .toast {
    left:calc(50% + 106px)
  }
  .topbar-product {
    display:none
  }
  .topbar-divider {
    display:none
  }
  .global-search {
    font-size:11px
  }
}

@media(max-width:1050px) {
  .content-grid {
    grid-template-columns:1fr
  }
  .rail {
    grid-template-columns:1fr 1fr;
    margin-top:20px;
    gap:25px
  }
  .rail-panel {
    padding:0 0 20px
  }
  .radar-note {
    padding:22px
  }
  .rail-caption {
    grid-column:1/-1
  }
  .detail-grid {
    grid-template-columns:1fr
  }
  .detail-rail {
    position:static;
    grid-template-columns:1fr 1fr
  }
  .detail-rail .panel:last-child {
    grid-column:1/-1
  }
  .coverage-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .page-heading {
    align-items:flex-start
  }
  .page-heading>.button {
    font-size:11px
  }
  .topbar-source {
    font-size:10px
  }
  .project-title {
    font-size:15px
  }
  .project-card {
    padding:20px
  }
  .owner-avatar {
    display:grid
  }
  .project-card-bottom {
    padding-left:46px
  }
}

@media(max-width:800px) {
  :root {
    --nav-width:240px
  }
  .sidebar {
    transform:translateX(-100%);
    visibility:hidden;
    transition:transform .18s ease,visibility .18s;
    padding-top:25px;
    box-shadow:none
  }
  .nav-open {
    overflow:hidden
  }
  .nav-open .sidebar {
    transform:translateX(0);
    visibility:visible;
    box-shadow:15px 0 45px #17171718
  }
  .sidebar-close {
    display:inline-flex!important
  }
  .brand-row {
    margin-right:1px
  }
  .workspace {
    margin-left:0
  }
  .topbar {
    height:60px;
    padding:0 22px;
    gap:12px
  }
  .topbar-location {
    gap:10px;
    font-size:12px
  }
  .mobile-menu {
    display:inline-flex;
    margin-left:-6px;
    color:#5e5e5e
  }
  .mobile-backdrop {
    position:fixed;
    inset:0;
    background:#17171755;
    z-index:35;
    border:0
  }
  .nav-open .mobile-backdrop {
    display:block
  }
  .global-search {
    margin-left:auto
  }
  .global-search span:not([data-icon]),.global-search kbd {
    display:none
  }
  .global-search {
    width:34px;
    height:34px;
    justify-content:center
  }
  .global-search svg {
    width:18px;
    height:18px
  }
  .topbar-source {
    font-size:11px
  }
  .topbar-source svg {
    width:17px;
    height:17px
  }
  main {
    padding:28px 24px 35px
  }
  .page-footer {
    padding:20px 24px
  }
  .toast {
    left:50%;
    width:max-content
  }
  .detail-heading h1 {
    font-size:27px
  }
  .sidebar-bottom {
    padding-top:40px
  }
}

@media(max-width:550px) {
  body {
    font-size:15px
  }
  .topbar {
    padding:0 17px;
    gap:7px
  }
  .topbar-source span:not([data-icon]) {
    display:none
  }
  .topbar-source {
    justify-content:center;
    width:34px;
    height:34px
  }
  .topbar-location strong {
    font-size:12px
  }
  main {
    padding:24px 18px 32px
  }
  .page-heading {
    flex-direction:column;
    gap:16px;
    margin-bottom:22px
  }
  .page-heading h1 {
    font-size:28px;
    letter-spacing:-1px
  }
  .page-heading p {
    font-size:13px;
    line-height:1.8;
    margin-top:9px
  }
  .eyebrow {
    font-size:11px;
    margin-bottom:7px
  }
  .page-heading>.button {
    min-height:36px;
    font-size:11px
  }
  .stats-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    padding:0;
    margin:0 0 20px;
    border:1px solid var(--border);
    border-radius:9px;
    background:#ffffff;
    overflow:hidden
  }
  .stat-card {
    padding:16px!important;
    border:0;
    min-width:0
  }
  .stat-card:nth-child(odd) {
    border-right:1px solid var(--border)
  }
  .stat-card:nth-child(-n+2) {
    border-bottom:1px solid var(--border)
  }
  .stat-top {
    font-size:11px;
    gap:4px
  }
  .stat-number {
    font-size:32px;
    margin-top:9px
  }
  .stat-bottom {
    font-size:10px;
    margin-top:4px
  }
  .stat-arrow {
    display:none
  }
  .view-tabs {
    gap:20px;
    margin-bottom:15px
  }
  .view-tabs a {
    font-size:11px;
    padding-bottom:11px
  }
  .section-heading {
    margin-bottom:14px
  }
  .section-heading h2 {
    font-size:17px
  }
  .content-grid {
    gap:20px
  }
  .search-field input {
    font-size:13px;
    height:45px
  }
  .search-row .button {
    min-width:45px;
    padding:10px
  }
  .search-row>.button svg {
    display:block
  }
  .search-button-label {
    display:none
  }
  .filter-row {
    gap:7px;
    margin-top:8px
  }
  .filter-row select {
    min-width:0;
    flex-basis:calc(50% - 4px);
    font-size:11px;
    min-height:39px;
    max-width:none;
    padding:9px 19px 9px 9px
  }
  .filter-row select:last-of-type {
    flex-basis:calc(50% - 4px);
    flex-grow:0
  }
  .filter-row .button {
    flex:1;
    min-height:39px
  }
  .filter-row .reset-link {
    font-size:11px
  }
  .advanced-dates {
    gap:12px
  }
  .advanced-dates input {
    min-width:0;
    font-size:12px
  }
  .active-filters {
    gap:5px
  }
  .filter-chip {
    min-height:30px
  }
  .freshness-disclosure {
    margin-bottom:17px
  }
  .freshness-disclosure summary {
    font-size:11px;
    line-height:1.7
  }
  .notice {
    font-size:12px;
    padding:13px;
    gap:8px;
    flex-wrap:wrap;
    line-height:1.8
  }
  .notice>a {
    margin-left:24px
  }
  .results-tools {
    font-size:11px;
    gap:8px;
    padding:14px 0
  }
  .results-right {
    gap:7px
  }
  .sort-select {
    font-size:11px;
    max-width:140px
  }
  .view-switch {
    display:none
  }
  .project-list,.project-list.cards {
    display:grid;
    grid-template-columns:1fr;
    border-radius:9px
  }
  .project-list.cards {
    gap:12px
  }
  .project-card,.cards .project-card {
    padding:17px 15px
  }
  .project-card-top {
    gap:6px;
    margin-bottom:10px;
    min-height:24px;
    padding-right:26px
  }
  .badge {
    font-size:10px;
    padding:4px 6px
  }
  .ref {
    font-size:10px;
    max-width:145px
  }
  .card-save {
    right:9px;
    top:12px;
    min-width:38px;
    width:38px;
    height:38px
  }
  .project-row-main {
    gap:0;
    flex-wrap:wrap
  }
  .owner-avatar {
    display:none
  }
  .project-row-copy {
    flex-basis:100%
  }
  .project-title {
    font-size:14px;
    line-height:1.7
  }
  .project-owner {
    font-size:11px;
    line-height:1.8;
    margin-top:6px;
    flex-wrap:wrap
  }
  .project-tags {
    gap:5px;
    margin-top:10px
  }
  .tag {
    font-size:10px;
    padding:3px 6px
  }
  .project-row-deadline {
    width:100%;
    text-align:left;
    display:flex;
    align-items:center;
    gap:8px;
    margin-top:12px;
    padding:0
  }
  .project-row-deadline small {
    font-size:11px;
    margin:0
  }
  .project-row-deadline strong {
    font-size:12px
  }
  .project-card-bottom,.cards .project-card-bottom {
    padding:12px 0 0;
    margin-top:12px;
    border-top:1px solid #f3f3f3
  }
  .project-facts>span {
    font-size:10px
  }
  .card-link {
    font-size:0
  }
  .card-link svg {
    width:17px;
    height:17px
  }
  .rail {
    grid-template-columns:1fr;
    margin-top:8px
  }
  .rail-caption {
    grid-column:auto
  }
  .rail-panel h3 {
    font-size:15px
  }
  .territory-item {
    font-size:13px;
    padding:12px 0
  }
  .rail-link {
    font-size:12px
  }
  .deadline-copy strong {
    font-size:13px
  }
  .deadline-copy small {
    font-size:11px
  }
  .date-tile {
    width:42px;
    min-width:42px;
    height:48px
  }
  .date-tile strong {
    font-size:19px
  }
  .date-tile small {
    font-size:10px
  }
  .radar-note {
    padding:24px
  }
  .radar-note h3 {
    font-size:18px
  }
  .radar-note p {
    font-size:13px
  }
  .radar-note .button {
    font-size:12px;
    min-height:41px
  }
  .page-footer {
    padding:20px 18px 25px;
    flex-direction:column;
    gap:8px;
    font-size:10px
  }
  .back-link {
    margin-bottom:17px;
    font-size:12px
  }
  .detail-heading h1 {
    font-size:24px;
    line-height:1.45;
    letter-spacing:-.6px
  }
  .detail-heading .project-owner {
    font-size:12px
  }
  .detail-actions {
    gap:8px;
    margin:21px 0
  }
  .detail-actions>.button {
    font-size:11px;
    min-height:42px
  }
  .detail-actions>.primary {
    flex-basis:100%
  }
  .detail-grid {
    display:flex;
    flex-direction:column;
    gap:20px
  }
  .detail-main,.detail-rail {
    display:contents
  }
  .detail-grid .panel {
    width:100%
  }
  .deadline-box {
    order:-1
  }
  .detail-main .panel {
    padding:21px 18px
  }
  .detail-main .panel p {
    font-size:13px
  }
  .detail-rail .panel:last-child {
    grid-column:auto
  }
  .panel h2 {
    font-size:16px
  }
  .facts-grid {
    gap:20px 18px
  }
  .fact dt {
    font-size:11px
  }
  .fact dd {
    font-size:12px
  }
  .deadline-box {
    padding:20px
  }
  .deadline-date {
    font-size:25px
  }
  .deadline-box .button {
    margin-top:16px
  }
  .mobile-provenance {
    display:block
  }
  .coverage-grid {
    grid-template-columns:1fr;
    gap:14px;
    margin-bottom:25px
  }
  .territory-card {
    padding:24px
  }
  .territory-card h2 {
    font-size:18px
  }
  .territory-card p {
    font-size:13px
  }
  .coverage-metrics span {
    font-size:11px
  }
  .territory-card .button {
    min-height:41px
  }
  .source-tools {
    flex-direction:column;
    gap:8px
  }
  .source-tools input,.source-tools select {
    width:100%;
    max-width:none;
    font-size:13px
  }
  .table-wrap {
    border-radius:8px
  }
  th {
    padding:12px;
    font-size:10px
  }
  td {
    padding:13px;
    font-size:12px;
    min-width:120px
  }
  td small {
    font-size:11px
  }
  .saved-search-card {
    padding:20px;
    gap:12px;
    flex-wrap:wrap
  }
  .saved-search-card>svg {
    display:none
  }
  .saved-search-card>div {
    flex-basis:100%
  }
  .saved-search-card .button {
    font-size:12px
  }
  .saved-search-card>.icon-button {
    margin-left:auto
  }
  .saved-search-card h2 {
    font-size:16px
  }
  .form-panel {
    padding:23px 20px
  }
  .form-panel label {
    font-size:13px
  }
  .form-panel input,.form-panel textarea,.form-panel select {
    font-size:16px
  }
  .heading-actions {
    flex-wrap:wrap
  }
  .admin-panels>details {
    padding:18px 15px
  }
  .admin-panels summary {
    font-size:13px
  }
  .pagination {
    font-size:11px
  }
  .pagination .button {
    font-size:11px;
    padding:9px;
    min-height:40px
  }
  .empty-state,.error-state {
    padding:40px 20px
  }
  .empty-state h3,.error-state h3 {
    font-size:17px;
    line-height:1.5
  }
  .empty-state p,.error-state p {
    font-size:13px
  }
  .toast {
    font-size:12px;
    padding:12px 16px;
    bottom:18px
  }
  .dialog-header h2 {
    font-size:18px
  }
  dialog {
    padding:23px
  }
  dialog input {
    font-size:16px
  }
}

/* App-scale adaptation of the supplied Compound reference. */
strong,b { font-weight:400 }
button,input,select,textarea { font-weight:400 }
body { background:#fff }
::selection { background:#dbe8fa; color:#173d72 }
main[data-page="/"]>.page-heading { justify-content:center; text-align:center; padding:14px 0 24px; margin-bottom:32px }
main[data-page="/"]>.page-heading .eyebrow { display:none }
main[data-page="/"]>.page-heading h1 { max-width:850px; font-size:64px; letter-spacing:-3px; line-height:1.08; text-wrap:balance }
main[data-page="/"]>.page-heading p { margin:24px auto 0; font-size:14px }
.stats-grid { padding:28px 0; margin:0 0 26px; border-top:0; background:#f3f3f3; border:0; border-radius:20px }
.stat-card,.stat-card:first-child,.stat-card:last-child { padding:0 28px }
.stat-top { color:#5e5e5e; font-size:12px }
.stat-top svg { display:none }
.stat-number { color:#171717; font-size:40px; letter-spacing:-1.8px; margin-top:12px }
.stat-bottom { font-size:11px; color:#5e5e5e; margin-top:8px }
.stat-arrow { color:#5e5e5e }
.button { border-radius:9999px; font-size:13px; min-height:42px; padding:10px 18px; box-shadow:none }
.button.primary,.button.primary:hover { background:#171717; border-color:#171717; box-shadow:none }
.button.primary:hover { background:#333 }
.button.secondary { box-shadow:none }
.button.small { border-radius:9999px; font-size:12px }
.icon-button,.view-switch,.badge,.tag,.filter-chip { border-radius:9999px }
.icon-button { min-width:36px; min-height:36px }
.search-field input { height:48px; border-radius:9999px; background:#f3f3f3; border-color:transparent; padding-left:42px; font-size:13px; box-shadow:none }
.search-field>svg { left:16px; top:16px; color:#6f6f6f }
.search-field input::placeholder { color:#6f6f6f }
.search-field input:focus { border-color:#171717; box-shadow:0 0 0 2px #17171712 }
.filter-row select { border-radius:9999px; background:#fff; padding:9px 27px 9px 13px; min-height:40px; font-size:12px }
.filter-row .button { font-size:12px; min-height:40px }
.advanced-dates input,dialog input,.form-panel input,.form-panel select,.form-panel textarea { border-radius:12px }
.search-panel { padding-bottom:24px }
.freshness-disclosure { margin-bottom:32px }
.freshness-disclosure summary { color:#6f6f6f; font-size:11px }
.content-grid { grid-template-columns:minmax(0,1fr) 264px; gap:40px }
.content-grid>section { border:1px solid var(--border); border-radius:20px; padding:28px; box-shadow:0 8px 18px #cfcfcf0a,0 33px 33px #cfcfcf0a }
.section-heading { margin-bottom:28px }
.section-heading h2 { font-size:24px; letter-spacing:-.7px; font-weight:400 }
.section-heading .button { min-height:38px; font-size:11px; padding:8px 12px }
.view-tabs { gap:24px; margin-bottom:24px }
.view-tabs a { font-size:13px; padding-bottom:14px }
.view-tabs a.active::after { height:1px }
.results-tools { font-size:12px; padding:18px 0 }
.project-list { border:0; border-radius:0; overflow:visible }
.project-card { padding:24px 0; border-bottom:1px solid var(--border) }
.project-card-top { margin-bottom:12px }
.project-card:hover,.project-card:focus-within { background:var(--brand-blue-soft) }
.project-title { font-size:16px; letter-spacing:-.25px; line-height:1.5; color:#171717 }
.project-title:hover { text-decoration:underline; text-underline-offset:4px }
.project-owner,.project-location { font-size:12px; color:#6f6f6f }
.project-facts>span,.tag,.ref { font-size:11px; color:#6f6f6f }
.ref { font-family:var(--font) }
.owner-avatar,.owner-avatar[class*="tone-"] { width:38px; height:38px; background:#f3f3f3; border:0; border-radius:9999px; color:#5e5e5e }
.card-save { top:16px; right:-7px }
.project-row-deadline { min-width:100px }
.project-row-deadline strong { font-size:13px }
.project-row-deadline.urgent strong { color:#171717; text-decoration:underline; text-underline-offset:4px }
.project-card-bottom { padding-left:50px }
.badge { font-size:10px; padding:4px 9px; background:#f3f3f3; color:#5e5e5e }
.badge.open,.badge.active { background:#171717; color:#fff }
.badge.upcoming,.badge.awarded,.badge.closed,.badge.cancelled,.badge.error,.badge.stale { color:#5e5e5e; background:#f3f3f3 }
.badge.upcoming .badge-dot { background:transparent; border:1px solid currentColor; width:6px; height:6px }
.badge.cancelled,.badge.error,.badge.stale { border:1px dashed #6f6f6f }
.tag { border:0; background:#f3f3f3; padding:3px 8px }
.project-list.cards { gap:16px; border:0 }
.project-list.cards .project-card { padding:20px; border:1px solid var(--card-border); border-radius:20px; background:var(--card-surface); box-shadow:0 2px 6px #1832520a; transition:border-color .15s,box-shadow .15s }
.project-list.cards .project-card:hover,.project-list.cards .project-card:focus-within { border-color:#879fbe; box-shadow:0 4px 12px #18325212 }
.project-list.cards .project-owner,.project-list.cards .project-location,.project-list.cards .project-facts>span,.project-list.cards .ref { color:#5e6878 }
.project-list.cards .tag,.project-list.cards .badge:not(.open):not(.active) { background:#e6ebf2; color:#4d5869 }
.territory-card,.saved-search-card { background:var(--card-surface); border-color:var(--card-border); box-shadow:0 2px 6px #1832520a }
.owner-seal,.deadline-symbol { display:none }
/* Project dossiers: status masthead, buyer seal and a distinct decision field. */
.project-list.cards { gap:22px }
.project-list.cards .project-card { --dossier-ink:var(--brand-blue); --dossier-tint:var(--brand-blue-soft); padding:0; overflow:hidden; background:#fff; border-color:#bdcadd; border-radius:18px; box-shadow:0 3px 0 #e7edf5,0 6px 18px #18325208 }
.project-list.cards .project-card:hover,.project-list.cards .project-card:focus-within { border-color:var(--dossier-ink); box-shadow:0 3px 0 var(--dossier-tint),0 8px 22px #18325212 }
.project-list.cards .project-card-top { min-height:58px; margin:0; padding:16px 54px 16px 22px; gap:8px; background:var(--dossier-tint); border-top:3px solid var(--dossier-ink); border-bottom:1px solid #1832520c }
.project-list.cards .project-card-top .badge { background:#fff; color:var(--dossier-ink); font-size:10px; padding:4px 8px }
.project-list.cards .project-card-top .ref { color:var(--dossier-ink); font-size:10px; letter-spacing:.3px }
.project-list.cards .card-save { right:12px; top:13px; border-radius:50%; color:var(--dossier-ink) }
.project-list.cards .card-save:hover,.project-list.cards .card-save.saved { background:#fff }
.project-list.cards .project-row-main { display:flex; flex:1; flex-direction:column; gap:0; padding:24px 22px 0 }
.project-list.cards .project-row-copy { flex:1; flex-basis:auto; width:100% }
.project-list.cards .project-title { font-size:20px; line-height:1.4; letter-spacing:-.5px; color:#182738 }
.project-list.cards .project-title:hover { color:var(--dossier-ink) }
.project-list.cards .project-owner { gap:9px; margin-top:16px; line-height:1.5; color:#596678; font-size:11px }
.project-list.cards .owner-seal { display:grid; place-items:center; flex-shrink:0; width:28px; height:28px; border:1px solid #d8e0eb; border-radius:8px; font-size:10px; color:var(--dossier-ink); background:var(--dossier-tint) }
.project-list.cards .project-tags { margin-top:18px; gap:6px }
.project-list.cards .project-location { flex-basis:100%; margin-bottom:4px; color:#596678 }
.project-list.cards .tag { background:#fff; color:#596678; border:1px solid #dbe2eb; border-radius:6px; font-size:10px }
.project-list.cards .project-row-deadline { display:grid; grid-template-columns:32px minmax(0,1fr); column-gap:10px; row-gap:4px; align-items:center; width:100%; min-width:0; margin:24px 0 0; padding:16px; text-align:left; border-radius:12px; background:#f4f6f9; border:1px solid #e4e9f0 }
.project-list.cards .deadline-symbol { display:grid; place-items:center; grid-row:1/3; width:32px; height:32px; color:var(--dossier-ink) }
.project-list.cards .deadline-symbol svg { width:23px; height:23px; stroke-width:1.3 }
.project-list.cards .project-row-deadline small { color:#596678; font-size:9px; text-transform:uppercase; letter-spacing:.8px; margin:0 }
.project-list.cards .project-row-deadline strong { font-size:21px; line-height:1.2; letter-spacing:-.6px; color:#23374d; overflow-wrap:anywhere }
.project-list.cards .project-row-deadline.urgent { background:var(--brand-blue-soft); border-color:var(--brand-blue) }
.project-list.cards .project-row-deadline.urgent strong { color:var(--brand-blue) }
.project-list.cards .project-card-bottom { margin:0; padding:18px 22px; gap:12px }
.project-list.cards .project-facts { flex:1; min-width:0 }
.project-list.cards .project-facts>span { color:#596678; font-size:10px; line-height:1.6 }
.project-list.cards .card-link { display:grid; place-items:center; flex-shrink:0; width:36px; height:36px; border-radius:50%; background:var(--dossier-tint); color:var(--dossier-ink) }
.project-list.cards .card-link:hover { background:var(--dossier-ink); color:#fff }
.rail { gap:32px; padding-top:6px }
.rail-heading h3 { font-size:18px; letter-spacing:-.4px }
.rail-subtitle { font-size:12px; line-height:1.7 }
.deadline-item { padding:17px 0 }
.deadline-copy strong { font-size:12px; line-height:1.6 }
.deadline-copy small { color:#6f6f6f; font-size:11px }
.date-tile { width:40px; min-width:40px; height:48px; border:0; border-radius:12px; background:#f3f3f3; color:#171717 }
.date-tile strong { font-size:19px }
.rail-link,.territory-item { font-size:12px; color:#5e5e5e }
.radar-note { padding:24px; background:#f3f3f3; border:0; border-radius:20px }
.radar-note .button { background:#fff; border-color:#fff; font-size:11px }
.panel,.territory-card,.coverage-card,.saved-search-card,.admin-panels>details,dialog,.notice,.coverage-overview,.table-wrap { border-radius:20px }
.source-tools input,.source-tools select { border-radius:9999px; padding-left:16px }
.panel { padding:28px }
.detail-heading h1 { font-size:40px; line-height:1.15; font-weight:400; letter-spacing:-1.5px }
.detail-heading { margin-top:24px; margin-bottom:36px }
.panel h2 { font-size:21px }
.deadline-box { background:#f3f3f3; border-color:#f3f3f3 }
.form-panel { max-width:620px }
.coverage-card { background:#f3f3f3 }
.empty-state { padding:64px 24px }
.toast { left:50% }

@media(min-width:801px) {
  .sidebar { position:relative; width:100%; height:96px; padding:0 40px; flex-direction:row; border:0; overflow:visible; background:#fff }
  .sidebar-close { display:none!important }
  .workspace { margin-left:0 }
  .topbar { height:44px; padding:0 40px }
  .topbar-product,.topbar-divider { display:inline }
  main { padding:48px 40px 80px }
  .page-heading h1 { font-size:48px }
}
@media(min-width:801px) and (max-width:1120px) {
  .sidebar { gap:12px; padding:0 24px }
  .sidebar nav a { font-size:11px; padding:9px 8px; gap:4px }
  .brand-mark,.brand small { display:none }
  .brand strong { font-size:28px }
  .account-menu>summary { font-size:12px; padding:10px 13px }
  .nav-count { display:none }
  .content-grid { gap:24px; grid-template-columns:minmax(0,1fr) 230px }
  .content-grid>section { padding:22px }
}
@media(max-width:1050px) {
  .content-grid { grid-template-columns:1fr }
  .rail { grid-template-columns:1fr 1fr; margin-top:16px; gap:32px }
}
@media(max-width:800px) {
  .region-ribbon { min-height:36px; font-size:10px; gap:10px; padding:6px 12px }
  .region-ribbon a { padding:3px 10px; font-size:10px }
  .sidebar { position:fixed; inset:0 auto 0 0; width:min(330px,90vw); height:100dvh; margin:0; padding:28px 20px; display:flex; flex-direction:column; align-items:stretch; gap:0; overflow-y:auto; background:white; border-right:1px solid var(--border) }
  .sidebar .brand-row { margin:0 0 32px }
  .sidebar nav { display:grid; gap:4px }
  .sidebar nav a { font-size:14px; gap:12px; padding:12px 14px }
  .sidebar #primary-nav a>span[data-icon] { display:flex }
  .sidebar nav a svg { width:18px; height:18px }
  .sidebar .nav-count { margin-left:auto }
  .nav-label { display:block; font-size:11px; margin:0 14px 12px; color:var(--muted) }
  .account-menu { margin-top:24px; border-top:1px solid var(--border); padding-top:20px }
  .account-menu>summary { background:transparent; color:var(--muted); border-radius:0; padding:0 14px 8px; font-size:11px; pointer-events:none; list-style:none }
  .account-menu>summary svg { display:none }
  .account-links { position:static; padding:0; border:0; box-shadow:none; min-width:0 }
  .sidebar-foot { display:grid; gap:4px; margin-top:auto; padding:32px 14px 0; border:0; font-size:13px; color:#5e5e5e }
  .sidebar-foot small { font-size:11px }
  .region-label { display:none }
  .workspace { margin:0; min-height:calc(100vh - 36px) }
  .topbar { height:72px; padding:0 24px; gap:12px; border-bottom:1px solid var(--border) }
  .topbar-location { gap:10px }
  .topbar-product,.topbar-divider,#page-context { display:none }
  .mobile-wordmark { display:block; font-size:27px; line-height:1; letter-spacing:-1.5px; color:#171717 }
  .global-search { width:36px; height:40px }
  main { padding:36px 24px 56px }
  .page-heading h1 { font-size:38px; letter-spacing:-1.5px }
  .page-heading p { font-size:13px; margin-top:16px }
  main[data-page="/"]>.page-heading { padding:16px 0 12px; margin-bottom:28px }
  main[data-page="/"]>.page-heading h1 { font-size:50px; letter-spacing:-2.2px }
  main[data-page="/"]>.page-heading p { margin-top:20px; font-size:13px }
  .stats-grid { grid-template-columns:repeat(4,minmax(0,1fr)); padding:22px 0 }
  .stat-card,.stat-card:first-child,.stat-card:last-child { padding:0 18px }
  .stat-top { font-size:11px }
  .stat-number { font-size:32px }
  .stat-bottom { display:none }
  .page-footer { padding:24px }
}
@media(max-width:550px) {
  .region-ribbon>span { max-width:170px; line-height:1.4 }
  .region-ribbon a { white-space:nowrap }
  .topbar { padding:0 18px }
  main { padding:28px 18px 48px }
  .page-heading { margin-bottom:28px }
  .page-heading h1 { font-size:36px; letter-spacing:-1.2px }
  main[data-page="/"]>.page-heading h1 { font-size:42px; letter-spacing:-1.9px; line-height:1.08 }
  main[data-page="/"]>.page-heading { padding:8px 4px 16px; margin-bottom:24px }
  main[data-page="/"]>.page-heading p { font-size:12px; max-width:270px; margin-top:18px }
  .stats-grid { grid-template-columns:repeat(2,minmax(0,1fr)); background:#f3f3f3; padding:6px 20px; gap:0; border:0; border-radius:20px; overflow:visible; margin-bottom:24px }
  .stat-card,.stat-card:first-child,.stat-card:last-child { padding:17px 0; border:0; border-bottom:1px solid #e5e7eb }
  .stat-card:nth-child(even) { padding-left:20px }
  .stat-card:nth-last-child(-n+2) { border-bottom:0 }
  .stat-top { font-size:10px; line-height:1.5; white-space:normal; min-height:0 }
  .stat-number { font-size:30px; margin-top:8px }
  .stat-arrow { display:none }
  .freshness-disclosure { margin-bottom:24px }
  .freshness-disclosure summary { font-size:10px; line-height:1.6 }
  .content-grid>section { border:0; border-radius:0; padding:0; box-shadow:none }
  .section-heading { margin-bottom:22px; gap:8px }
  .section-heading h2 { font-size:22px; letter-spacing:-.7px }
  .section-heading .button { font-size:0; min-width:40px; min-height:40px; padding:10px; flex-shrink:0 }
  .section-heading .button svg { width:17px; height:17px }
  .view-tabs { gap:22px; margin-bottom:20px }
  .view-tabs a { font-size:11px; padding-bottom:12px }
  .filter-row select { padding:8px 20px 8px 11px; min-height:40px; font-size:11px }
  .filter-row .button { font-size:11px }
  .search-field input { font-size:12px }
  .search-row>.button { min-width:48px; padding:12px }
  .results-tools { font-size:11px; padding:16px 0 }
  .project-list { border:0; border-radius:0; gap:0 }
  .project-card,.project-card:first-child { padding:22px 0; border:0; border-bottom:1px solid var(--border); border-radius:0 }
  .project-title { font-size:16px }
  .owner-avatar { display:none }
  .project-row-deadline { min-width:0 }
  .project-owner,.project-location { font-size:11px }
  .project-facts>span { font-size:10px }
  .project-card-bottom { padding-left:0 }
  .rail { grid-template-columns:1fr; gap:28px; margin-top:32px }
  .detail-heading h1 { font-size:30px; letter-spacing:-1px }
  .panel { padding:22px }
  .panel h2 { font-size:20px }
  .page-footer { padding:24px 18px }
}


@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important;
    scroll-behavior:auto!important
  }
}

@media print {
  .sidebar,.topbar,.region-ribbon,.page-footer,.detail-actions,.back-link,.toast,.search-panel,.rail,.pagination,.freshness-disclosure {
    display:none!important
  }
  .workspace {
    margin:0
  }
  main {
    padding:0
  }
  .detail-grid {
    display:block
  }
  .detail-rail {
    position:static;
    display:block
  }
  .detail-rail>.panel {
    display:block!important
  }
  .panel {
    break-inside:avoid;
    margin-bottom:20px
  }
  .project-card {
    break-inside:avoid
  }
  body {
    background:white
  }
}
