@font-face { font-family: Montserrat; src: url('/fonts/montserrat/files/montserrat-cyrillic-700-normal.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: Montserrat; src: url('/fonts/montserrat/files/montserrat-cyrillic-600-normal.woff2') format('woff2'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'PT Sans'; src: url('/fonts/pt-sans/files/pt-sans-cyrillic-400-normal.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'PT Sans'; src: url('/fonts/pt-sans/files/pt-sans-cyrillic-700-normal.woff2') format('woff2'); font-weight: 700; font-display: swap; }

:root { color-scheme: light; --ink: #202632; --muted: #68717f; --line: #e5e7ea; --accent: #b73552; --accent-soft: #fcf0f2; --paper: #fff; --canvas: #f6f7f8; font-family: 'PT Sans', Arial, sans-serif; }
* { box-sizing: border-box; }
html { min-width: 320px; }
body { margin: 0; color: var(--ink); background: var(--canvas); }
button, input { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: default; opacity: .44; }
:focus-visible { outline: 3px solid #dd6680; outline-offset: 3px; }
.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; }
.page-shell { min-height: 100vh; display: flex; flex-direction: column; }
.masthead { background: var(--paper); border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; padding: 14px max(28px, calc((100vw - 1190px) / 2)); gap: 20px; }
.brand { color: var(--ink); display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark { width: 27px; height: 27px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 3px; transform: rotate(-8deg); }
.brand-mark i { display: block; background: var(--accent); border-radius: 2px; }
.brand-mark i:nth-child(2) { opacity: .65; }.brand-mark i:nth-child(3) { opacity: .38; }
.brand-wordmark { font: 700 13px/1.1 Montserrat, Arial, sans-serif; letter-spacing: -.025em; }.brand-wordmark b { color: var(--accent); font-weight: 700; }
.public-note { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 13px; white-space: nowrap; }
.public-dot { height: 8px; width: 8px; border-radius: 50%; background: #2e9d7a; box-shadow: 0 0 0 4px #e8f5ee; }
main { width: min(1190px, calc(100% - 56px)); margin: 0 auto; padding: 26px 0 50px; flex: 1; }
.intro { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 22px; }
.eyebrow { color: var(--accent); font: 700 10px/1.4 Montserrat, Arial, sans-serif; letter-spacing: .14em; margin: 0 0 8px; }
h1, h2 { font-family: Montserrat, Arial, sans-serif; letter-spacing: -.055em; }
h1 { font-size: clamp(29px, 3vw, 38px); line-height: 1.12; margin: 0; }
.freshness { display: flex; align-items: center; flex-wrap: wrap; gap: 7px 10px; padding-bottom: 3px; }
.freshness-label { color: var(--muted); font-size: 12px; }.freshness strong { font-size: 13px; }
.freshness button { width: fit-content; background: none; border: 0; padding: 0; color: var(--accent); font-weight: 700; }.freshness button span { margin-left: 3px; }
.queue { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: 0 16px 42px rgba(32, 38, 50, .035); }
.queue-top { padding: 18px 26px 14px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.queue h2 { font-size: 22px; line-height: 1.2; margin: 0; }
.search-box { width: min(330px, 100%); height: 44px; border: 1px solid #d9dde2; border-radius: 9px; display: flex; align-items: center; gap: 10px; padding: 0 13px; }
.search-box:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.search-box svg { height: 17px; width: 17px; fill: none; stroke: #8d96a3; stroke-width: 1.8; flex: none; }.search-box input { border: 0; outline: 0; min-width: 0; width: 100%; color: var(--ink); background: transparent; font-size: 14px; }.search-box input::placeholder { color: #9ba3ae; }
.tabs { display: flex; gap: 23px; padding: 0 26px; border-bottom: 1px solid var(--line); overflow-x: auto; }.tabs button { border: 0; border-bottom: 2px solid transparent; background: none; padding: 0 2px 12px; color: var(--muted); white-space: nowrap; font-weight: 700; display: inline-flex; align-items: center; gap: 7px; }.tabs button.active { color: var(--accent); border-color: var(--accent); }
.tab-count { color: #6b7583; background: #f1f2f4; border-radius: 5px; padding: 2px 6px; min-width: 23px; text-align: center; font: 700 11px/1.35 Montserrat, Arial, sans-serif; }.tabs button.active .tab-count { background: var(--accent-soft); color: var(--accent); }
.list-heading, .case-row { display: grid; grid-template-columns: minmax(220px, 1.6fr) minmax(120px, .8fr) minmax(190px, 1fr) minmax(100px, .55fr); align-items: center; column-gap: 24px; }
.list-heading { background: #fafafa; color: #7b8491; text-transform: uppercase; font: 700 10px/1.3 Montserrat, Arial, sans-serif; letter-spacing: .095em; padding: 17px 32px; }
.case-row { padding: 21px 32px; border-top: 1px solid var(--line); min-height: 91px; }.case-row:first-child { border-top: 0; }
.case-main { min-width: 0; }.case-number { display: block; color: var(--accent); font: 700 12px/1.4 Montserrat, Arial, sans-serif; margin-bottom: 5px; }.case-org { display: block; font-size: 16px; font-weight: 700; overflow-wrap: anywhere; }
.stage { color: #515b69; font-size: 14px; }.stage-meter { display: flex; gap: 3px; margin-top: 8px; }.stage-meter i { width: 21px; height: 3px; border-radius: 9px; background: #e3e7eb; }.stage-meter i.filled { background: var(--accent); }
.state { width: fit-content; border: 1px solid #e3d5da; background: #fdf5f7; color: #93405a; padding: 6px 10px; border-radius: 6px; font-size: 13px; font-weight: 700; white-space: nowrap; }.state.new { background: #f6f7f9; border-color: #e1e5ea; color: #677383; }.state.closed { background: #f6f7f9; border-color: #e1e5ea; color: #586372; }
.case-state { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }.activity { color: var(--muted); font-size: 13px; line-height: 1.35; overflow-wrap: anywhere; }
.case-updated { color: var(--muted); font-size: 14px; white-space: nowrap; }
.message { padding: 52px 32px; text-align: center; color: var(--muted); }.message[hidden] { display: none; }.rows:empty { display: none; }
.queue-foot { border-top: 1px solid var(--line); padding: 16px 32px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 13px; }.pager { display: flex; gap: 8px; }.pager button { border: 1px solid var(--line); background: white; color: var(--ink); border-radius: 7px; padding: 7px 12px; font-weight: 700; }
.privacy-note { max-width: 740px; color: #78828f; font-size: 13px; line-height: 1.55; margin: 22px 0 0; }
footer { border-top: 1px solid var(--line); padding: 22px max(28px, calc((100vw - 1190px) / 2)); display: flex; justify-content: space-between; gap: 20px; color: #7a8492; font-size: 12px; }footer span:first-child { font-family: Montserrat, Arial, sans-serif; font-weight: 700; letter-spacing: .04em; }
@media (min-width: 1600px) { main { width: min(82vw, 1760px); }.masthead, footer { padding-left: max(9vw, calc((100vw - 1760px) / 2)); padding-right: max(9vw, calc((100vw - 1760px) / 2)); } }
@media (max-width: 790px) { main { width: calc(100% - 36px); padding-top: 24px; }.masthead, footer { padding-left: 18px; padding-right: 18px; }.intro { align-items: start; flex-direction: column; gap: 11px; margin-bottom: 20px; }.queue-top { align-items: stretch; flex-direction: column; gap: 12px; padding: 18px 22px 15px; }.search-box { width: 100%; }.tabs { padding: 0 22px; gap: 20px; }.list-heading { display: none; }.case-row { grid-template-columns: 1fr 1fr; gap: 16px; padding: 19px 22px; }.case-main { grid-column: 1 / -1; }.case-updated { justify-self: end; align-self: center; }.queue-foot { padding: 15px 22px; } }
@media (max-width: 520px) { .brand-wordmark { font-size: 11px; }.public-note { font-size: 0; }.public-dot { margin-right: 4px; }.case-row { grid-template-columns: 1fr; gap: 11px; }.case-main { grid-column: auto; }.case-updated { justify-self: start; }.stage-meter { margin-top: 5px; }.queue-foot { align-items: flex-start; flex-direction: column; }.pager { width: 100%; }.pager button { flex: 1; }footer { flex-direction: column; gap: 5px; } }
@media (prefers-reduced-motion: no-preference) { .case-row { animation: appear .25s ease both; }@keyframes appear { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } } }
