:root {
  --ink: #102b31;
  --muted: #63777b;
  --line: #dce6e4;
  --soft: #f5f8f7;
  --paper: #ffffff;
  --green: #116b5a;
  --green-dark: #0b5045;
  --mint: #dff2ea;
  --blue: #2366a8;
  --violet: #7253b5;
  --warning: #9b5d0c;
  --danger: #b3433c;
  --shadow: 0 18px 45px rgba(16, 43, 49, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #edf3f1; color: var(--ink); font-family: "DM Sans", sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.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; }
.app-shell { width: min(1480px, 100%); margin: 0 auto; min-height: 100vh; background: #fbfcfc; box-shadow: 0 0 70px rgba(16, 43, 49, 0.08); }

.topbar { height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(22px, 4vw, 68px); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); position: sticky; top: 0; z-index: 10; }
.brand { display: flex; gap: 13px; text-decoration: none; align-items: center; }
.brand-mark { width: 37px; height: 37px; background: var(--green); border-radius: 11px; display: flex; align-items: end; justify-content: center; gap: 3px; padding: 8px; }
.brand-mark span { width: 4px; background: white; border-radius: 4px; }
.brand-mark span:nth-child(1) { height: 10px; opacity: .65; }.brand-mark span:nth-child(2) { height: 20px; }.brand-mark span:nth-child(3) { height: 14px; opacity: .82; }
.brand strong, .brand small { display: block; }.brand strong { font: 700 15px/1.3 "Manrope"; }.brand small { color: var(--muted); font-size: 11px; margin-top: 2px; }
.topbar-actions { display: flex; align-items: center; gap: 12px; }
.environment { font-size: 12px; color: var(--green); background: var(--mint); padding: 8px 11px; border-radius: 99px; font-weight: 700; }
.environment span { width: 7px; height: 7px; border-radius: 50%; display: inline-block; background: #24a37e; margin-right: 6px; box-shadow: 0 0 0 3px rgba(36,163,126,.13); }
.user-avatar { display: grid; place-items: center; width: 37px; height: 37px; background: #173e43; color: white; border-radius: 50%; font: 700 12px "Manrope"; }

main { padding: 0 clamp(22px, 4vw, 68px) 70px; }
.privacy-banner { margin: 20px 0 0; display: flex; align-items: center; gap: 11px; border: 1px solid #b9dfd1; background: #f0faf6; color: #245c50; border-radius: 10px; padding: 11px 14px; font-size: 12px; }
.privacy-banner svg { width: 19px; flex: 0 0 auto; }.privacy-banner p { margin: 0; flex: 1; }.privacy-banner a { font-weight: 700; white-space: nowrap; }
.hero { min-height: 330px; padding: 72px 0 55px; display: flex; justify-content: space-between; align-items: end; gap: 38px; }
.eyebrow { text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 800; color: var(--green); margin: 0 0 14px; }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin-top: 0; letter-spacing: -.035em; }
h1 { font-size: clamp(40px, 5.2vw, 70px); line-height: 1.02; max-width: 860px; margin-bottom: 24px; }
.hero-copy { color: var(--muted); max-width: 740px; font-size: 17px; line-height: 1.65; margin: 0; }
.button { border: 0; border-radius: 9px; padding: 11px 16px; font-weight: 700; font-size: 13px; cursor: pointer; transition: .18s ease; white-space: nowrap; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--green); color: white; box-shadow: 0 8px 20px rgba(17,107,90,.18); }.button-primary:hover { background: var(--green-dark); }
.button-secondary { border: 1px solid var(--line); color: var(--ink); background: white; }
.hero .button { padding: 14px 18px; margin-bottom: 9px; }

.metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 22px; }
.metric { background: var(--paper); border: 1px solid var(--line); border-radius: 13px; padding: 19px 20px; min-height: 150px; position: relative; overflow: hidden; }
.metric::after { content:""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: currentColor; opacity: .7; }
.metric > div { display: flex; justify-content: space-between; align-items: center; }.metric-icon { width: 30px; height: 30px; display:grid; place-items:center; border-radius:8px; background: currentColor; color: white; font-weight: 800; }.trend { color: var(--muted); font-size: 10px; font-weight: 700; }
.metric strong { font: 800 32px "Manrope"; display: block; margin-top: 17px; color: var(--ink); }.metric p { color: var(--muted); margin: 3px 0 0; font-size: 12px; }
.metric-danger { color: var(--danger); }.metric-warning { color: var(--warning); }.metric-violet { color: var(--violet); }.metric-blue { color: var(--blue); }

.workspace { background: white; border: 1px solid var(--line); border-radius: 15px; overflow: hidden; box-shadow: var(--shadow); }
.workspace-heading { display: flex; justify-content: space-between; align-items: end; padding: 27px 28px 20px; }.workspace-heading .eyebrow { margin-bottom: 7px; }.workspace-heading h2 { margin: 0; font-size: 25px; }.queue-count { color: var(--muted); background: var(--soft); padding: 6px 9px; border-radius: 6px; font-size: 11px; font-weight: 700; }
.toolbar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 12px 18px; display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.filters { display: flex; gap: 4px; overflow-x: auto; }.filter { background: transparent; border: 0; padding: 8px 11px; color: var(--muted); border-radius: 7px; cursor: pointer; font-size: 12px; font-weight: 700; white-space: nowrap; }.filter:hover { color: var(--ink); background: var(--soft); }.filter-active { color: var(--green); background: var(--mint); }
.search { position: relative; width: 235px; }.search svg { position: absolute; width: 16px; left: 11px; top: 10px; color: var(--muted); }.search input { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 9px 10px 9px 34px; outline: none; font-size: 12px; background: #fbfcfc; }.search input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(17,107,90,.1); }
.queue-header, .claim-row { display: grid; grid-template-columns: 1.55fr 1.3fr .85fr .85fr 1fr 24px; gap: 14px; align-items: center; }
.queue-header { padding: 10px 21px; color: #829195; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; background: #fafcfc; }
.claim-row { width: 100%; border: 0; border-top: 1px solid #edf1f0; background: white; text-align: left; padding: 15px 21px; cursor: pointer; color: var(--ink); transition: .16s; }.claim-row:hover { background: #f8fbfa; }.claim-row:focus-visible { outline: 3px solid rgba(17,107,90,.25); outline-offset: -3px; }
.claim-row strong { display: block; font-size: 12px; font-weight: 700; }.claim-row small { display: block; color: var(--muted); font-size: 10px; margin-top: 4px; line-height: 1.25; }.member-cell { display: flex; align-items: center; gap: 10px; }.avatar { display:grid; place-items:center; flex: 0 0 auto; width: 34px; height: 34px; border-radius: 10px; color: var(--green); background: var(--mint); font: 800 10px "Manrope"; }.amount-cell strong { font-family: "Manrope"; }
.status { display: inline-flex; width: fit-content; align-items: center; border-radius: 99px; padding: 5px 8px; font-size: 9px; font-weight: 800; white-space: nowrap; }.status-danger { color: #9e3732; background: #f8e6e4; }.status-warning { color: #86540d; background: #fbefd8; }.status-success { color: #146148; background: #def1e7; }.status-violet { color: #65479a; background: #ece6f7; }.status-neutral { color: #66777a; background: #eaf0ef; }
.deadline { display: flex!important; align-items: center; color: var(--danger)!important; font-weight: 700; }.deadline svg { width: 11px; margin-right: 4px; }.row-arrow { color: #91a19e; }.row-arrow svg { width: 17px; display:block; }
.empty-state { text-align: center; padding: 55px 20px; }.empty-state > span { display:grid; place-items:center; width: 40px; height: 40px; border-radius:50%; background: var(--mint); color: var(--green); margin: 0 auto 13px; }.empty-state h3 { font-size: 17px; margin-bottom: 6px; }.empty-state p { color: var(--muted); font-size: 12px; margin: 0; }

.workflow-grid { display: grid; grid-template-columns: 1.4fr .8fr; gap: 18px; margin: 24px 0; }.workflow-card, .source-card { border-radius: 15px; padding: clamp(26px, 4vw, 44px); }.workflow-card { border: 1px solid var(--line); background: white; }.workflow-card h2 { font-size: 29px; margin-bottom: 28px; }.workflow-card ol { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }.workflow-card li { display: flex; gap: 12px; }.workflow-card li > span { font: 800 10px "Manrope"; color: var(--green); background: var(--mint); width: 30px; height: 30px; display:grid; place-items:center; border-radius: 8px; flex:0 0 auto; }.workflow-card strong { font-size: 13px; display:block; }.workflow-card small { color: var(--muted); font-size: 11px; line-height: 1.5; display:block; margin-top: 5px; }
.source-card { color: white; background: var(--ink); display: flex; flex-direction: column; justify-content: center; }.source-kicker { color: #8fdac2; text-transform: uppercase; font-weight: 800; font-size: 9px; letter-spacing: .13em; }.source-card h3 { font-size: 27px; margin: 14px 0; }.source-card p { color: #b8c8c8; font-size: 12px; line-height: 1.6; }.source-links { margin-top: 8px; }.source-links a { display: flex; justify-content: space-between; text-decoration: none; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; font-weight: 700; }.source-links a:hover { color: #8fdac2; }
.safety { border-radius: 15px; padding: clamp(30px, 5vw, 55px); background: #edf6f2; display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; }.safety h2 { font-size: clamp(26px, 3vw, 40px); margin: 0; }.safety-copy p { color: #456166; line-height: 1.7; font-size: 13px; margin-top: 0; }.safety-copy .disclaimer { color: #6d7c7e; font-size: 11px; margin: 18px 0 0; padding-top: 18px; border-top: 1px solid #cfe0da; }
footer { min-height: 85px; padding: 26px clamp(22px, 4vw, 68px); border-top: 1px solid var(--line); display:flex; justify-content:space-between; align-items:center; color: var(--muted); font-size: 10px; }footer span:first-child { font: 700 12px "Manrope"; color: var(--ink); }

.claim-modal { width: min(780px, calc(100% - 28px)); max-height: calc(100vh - 28px); border: 0; padding: 0; border-radius: 16px; box-shadow: 0 35px 90px rgba(6,28,32,.3); color: var(--ink); }.claim-modal::backdrop { background: rgba(8,31,35,.6); backdrop-filter: blur(4px); }.modal-shell { padding: 27px; }.modal-header { display:flex; justify-content:space-between; align-items:start; padding-bottom: 22px; }.modal-header .eyebrow { margin-bottom:7px; }.modal-header h2 { margin-bottom: 4px; font-size: 25px; }.modal-header p:last-child { margin:0; color: var(--muted); font-size:11px; }.icon-button { border:1px solid var(--line); background:white; border-radius:8px; width:34px; height:34px; cursor:pointer; font-size:20px; color:var(--muted); }
.modal-summary { background: var(--soft); border-radius: 12px; display:grid; grid-template-columns: .8fr 1.6fr .8fr .7fr .7fr; gap: 13px; padding: 15px; }.modal-summary small, .next-action small { text-transform:uppercase; color:var(--muted); letter-spacing:.07em; font-size:8px; font-weight:800; display:block; margin-bottom:6px; }.modal-summary strong { display:block; font-size:11px; }
.modal-section { padding: 26px 0 20px; }.section-title { display:flex; align-items:end; justify-content:space-between; gap:20px; }.section-title .eyebrow { margin-bottom:6px; }.section-title h3 { margin:0; font-size:19px; }.rules-version { font-size:9px; color:var(--muted); }.issue-list { list-style:none; padding:0; margin:16px 0 0; }.issue { display:flex; align-items:start; gap:12px; border:1px solid var(--line); padding:13px; border-radius:10px; margin-top:8px; }.issue-icon { width:30px; height:30px; border-radius:8px; display:grid; place-items:center; flex:0 0 auto; }.issue-icon svg { width:16px; }.issue-high .issue-icon { color:var(--danger); background:#f8e6e4; }.issue-medium .issue-icon { color:var(--warning); background:#fbefd8; }.issue-clear .issue-icon { color:var(--green); background:var(--mint); }.issue strong { display:block; font-size:12px; }.issue small { display:block; color:var(--muted); line-height:1.5; margin-top:4px; font-size:10px; }
.next-action { border-left:3px solid var(--green); background:#f1f8f5; border-radius:0 9px 9px 0; padding:14px 16px; }.next-action strong { display:block; font-size:13px; }.next-action p { margin:5px 0 0; color:var(--muted); font-size:10px; }
.appeal-details { margin-top:17px; border:1px solid var(--line); border-radius:10px; overflow:hidden; }.appeal-details summary { padding:13px 15px; cursor:pointer; font-weight:700; font-size:11px; display:flex; justify-content:space-between; }.appeal-details pre { white-space:pre-wrap; font: 10px/1.6 "DM Sans"; color:#425b60; background:#f8faf9; padding:15px; margin:0; border-top:1px solid var(--line); }.appeal-details .button { margin: 0 15px 15px; }.modal-actions { display:flex; justify-content:flex-end; gap:9px; margin-top:20px; }
.toast { position:fixed; left:50%; bottom:24px; transform:translate(-50%, 30px); background:var(--ink); color:white; padding:11px 16px; border-radius:9px; font-size:11px; font-weight:700; box-shadow:var(--shadow); opacity:0; pointer-events:none; transition:.22s; z-index:100; }.toast-visible { opacity:1; transform:translate(-50%, 0); }

@media (max-width: 940px) {
  .metrics { grid-template-columns: 1fr 1fr; }.queue-header { display:none; }.claim-row { grid-template-columns: 1.4fr 1fr 1fr 23px; }.date-cell, .amount-cell { display:none; }.workflow-grid { grid-template-columns:1fr; }.safety { gap:30px; }.modal-summary { grid-template-columns:1fr 1.5fr 1fr; }.modal-summary > div:nth-child(4), .modal-summary > div:nth-child(5) { margin-top:5px; }
}
@media (max-width: 680px) {
  .topbar { height:68px; }.environment, .topbar .button { display:none; }.brand small { display:none; }main { padding-inline:16px; }.privacy-banner { align-items:start; }.privacy-banner a { display:none; }.hero { min-height:unset; padding:45px 0 35px; display:block; }.hero .button { margin-top:25px; }h1 { font-size:40px; }.hero-copy { font-size:14px; }.metrics { gap:9px; }.metric { padding:15px; min-height:130px; }.metric strong { font-size:25px; }.trend { display:none; }.toolbar { display:block; }.filters { margin-bottom:10px; }.search { width:100%; }.claim-row { grid-template-columns:1fr auto 18px; gap:8px; padding:14px; }.service-cell { display:none; }.status-cell { justify-self:end; }.workspace-heading { padding:22px 18px 16px; }.workflow-card ol { grid-template-columns:1fr; }.safety { grid-template-columns:1fr; }.safety h2 { font-size:28px; }footer { display:block; }footer span { display:block; margin:5px 0; }.modal-shell { padding:20px; }.modal-summary { grid-template-columns:1fr 1fr; }.modal-summary > div { margin:0!important; }.section-title { align-items:start; }.rules-version { display:none; }.modal-actions .button { flex:1; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior:auto!important; transition:none!important; } }
