@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Space+Mono:wght@400;700&display=swap');

:root {
  --ink: #17211d;
  --ink-soft: #24322b;
  --paper: #f4f1e9;
  --white: #fbfaf6;
  --gold: #b98a37;
  --gold-light: #ead39a;
  --line: rgba(23, 33, 29, .15);
  --muted: #6e756d;
  --green: #287156;
  --red: #a85347;
  --amber: #8c6a2d;
  --admin-bg: #edf0ed;
  --admin-navy: #1b2a2a;
  --admin-line: #d5ded9;
  --sans: "Plus Jakarta Sans", "Helvetica Neue", sans-serif;
  --display: "DM Serif Display", Georgia, serif;
  --mono: "Space Mono", "SFMono-Regular", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.site-header { position: absolute; z-index: 5; inset: 0 0 auto; color: #fff; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 108px; }
.brand-lockup { display: inline-flex; flex-direction: column; width: max-content; color: currentColor; letter-spacing: .18em; }
.brand-small { font-size: 9px; letter-spacing: .24em; font-weight: 700; }
.brand-large { margin-top: 5px; font-size: 15px; font-weight: 800; letter-spacing: .28em; }
.brand-rule { width: 100%; height: 1px; margin-top: 9px; background: var(--gold); }
.original-logo-wrap { width: 150px; }
.original-logo { display: block; width: 150px; height: auto; object-fit: contain; }
.footer-brand .original-logo { width: 170px; }
.public-nav { display: flex; align-items: center; gap: 32px; color: rgba(255,255,255,.8); font-size: 12px; font-weight: 700; }
.public-nav a { transition: color .2s ease; }
.public-nav a:hover, .public-nav a:focus-visible { color: var(--gold-light); }
.public-nav .nav-cta { border: 1px solid rgba(242,215,137,.7); padding: 11px 15px; color: var(--gold-light); }
.menu-button { display: none; border: 0; background: none; color: currentColor; font-size: 22px; padding: 5px; }
.hero { min-height: 730px; position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 80% 12%, rgba(215,172,68,.14), transparent 27%), #101010; }
.hero-grid { position: absolute; inset: 0; opacity: .19; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg, #000, transparent 80%); }
.hero-inner { position: relative; display: flex; min-height: 660px; align-items: center; justify-content: space-between; gap: 48px; padding-top: 80px; }
.hero-copy { max-width: 720px; }
.kicker { display: flex; align-items: center; gap: 11px; margin: 0 0 20px; color: var(--gold-light); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .2em; }
.kicker span { display: inline-block; width: 27px; height: 1px; background: currentColor; }
.kicker.dark { color: #9c761e; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin: 0; font-size: clamp(54px, 8vw, 106px); font-weight: 500; line-height: .94; letter-spacing: -.065em; }
em { color: var(--gold); font-family: var(--display); font-weight: 400; }
.hero-lede { max-width: 445px; margin: 32px 0 0; color: rgba(255,255,255,.65); font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 48px; border: 1px solid transparent; padding: 13px 18px; font-size: 11px; font-weight: 800; letter-spacing: .03em; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 17px; line-height: 1; }
.button-gold { background: var(--gold); color: var(--ink); }
.button-gold:hover { background: var(--gold-light); }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: #333; }
.text-link, .underlined-link { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-size: 12px; font-weight: 700; }
.text-link span, .underlined-link span { color: var(--gold); font-size: 18px; }
.hero-aside { display: flex; flex-direction: column; align-items: flex-end; gap: 40px; }
.hero-index { color: var(--gold); font: 11px var(--mono); letter-spacing: .12em; }
.hero-index span { color: #777; margin: 0 9px; }
.hero-card { width: 220px; padding: 25px; border: 1px solid rgba(255,255,255,.21); border-top: 2px solid var(--gold); background: rgba(255,255,255,.045); }
.hero-card .card-line { display: block; width: 31px; height: 1px; margin-bottom: 26px; background: var(--gold); }
.hero-card strong { display: block; font: 28px/1.02 var(--display); }
.hero-card p { margin: 25px 0 0; color: #929292; font-size: 11px; line-height: 1.65; }
.hero-footer { position: absolute; bottom: 27px; left: 50%; display: flex; justify-content: space-between; color: #7d7d7d; font: 10px var(--mono); letter-spacing: .09em; text-transform: uppercase; transform: translateX(-50%); }
.hero-footer b { display: inline-block; margin-left: 9px; color: var(--gold); font-size: 17px; font-weight: 400; }
.intro-section, .service-preview { padding: 120px 0; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.intro-section h2, .service-preview h2, .closing-cta h2 { max-width: 510px; margin: 0; font-size: clamp(38px, 5vw, 65px); font-weight: 500; line-height: .98; letter-spacing: -.06em; }
.intro-copy { padding-top: 20px; max-width: 440px; color: var(--muted); }
.intro-copy p { margin-bottom: 20px; font-size: 17px; line-height: 1.75; }
.underlined-link { padding-bottom: 8px; border-bottom: 1px solid var(--gold); color: var(--ink); }
.service-preview { background: #ebe8df; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 58px; }
.section-number { color: #858177; font: 10px var(--mono); letter-spacing: .12em; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.service-grid article { min-height: 310px; padding: 26px 28px; border-right: 1px solid var(--line); }
.service-grid article:first-child { border-left: 1px solid var(--line); }
.service-number { color: #978961; font: 11px var(--mono); }
.service-grid h3 { min-height: 86px; margin: 42px 0 16px; font: 33px/.98 var(--display); letter-spacing: -.04em; }
.service-grid p { max-width: 210px; color: var(--muted); font-size: 13px; }
.service-grid a { display: inline-block; margin-top: 22px; color: #80631e; font-size: 11px; font-weight: 800; }
.closing-cta { padding: 115px 0 128px; color: #fff; background: var(--ink); }
.closing-cta h2 em { color: var(--gold-light); }
.cta-inner { position: relative; }
.circle-arrow { position: absolute; right: 8%; bottom: -4px; display: flex; width: 84px; height: 84px; align-items: center; justify-content: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-size: 25px; transition: background .2s ease, color .2s ease; }
.circle-arrow:hover { background: var(--gold); color: var(--ink); }
.site-footer { padding: 58px 0 30px; color: #d3d0c8; background: #191919; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; padding-bottom: 60px; }
.footer-brand { color: #fff; }
.footer-note { max-width: 230px; margin: 20px 0 0; color: #7e7e7e; font-size: 12px; }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 13px; font-size: 12px; }
.footer-links a:hover, .footer-contact a:hover { color: var(--gold-light); }
.footer-contact { color: #8f8c86; }
.footer-contact a { color: #d7d3ca; }
.footer-bottom { display: flex; justify-content: center; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #686662; font: 10px var(--mono); letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.inner-page { min-height: 620px; }
.inner-hero { padding: 210px 0 115px; color: #fff; background: radial-gradient(circle at 87% 10%, rgba(215,172,68,.15), transparent 32%), var(--ink); }
.inner-hero .kicker { color: var(--gold-light); }
.inner-hero h1 { max-width: 750px; margin: 0; font-size: clamp(51px, 7vw, 90px); font-weight: 500; line-height: .95; letter-spacing: -.065em; }
.inner-lede { max-width: 520px; margin: 31px 0 0; color: #9b9b98; font-size: 17px; line-height: 1.7; }
.inner-body { padding: 100px 0 130px; }
.inner-body .editorial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; }
.inner-body p { color: var(--muted); font-size: 17px; line-height: 1.8; }
.inner-body h2 { margin: 0 0 18px; font: 42px/.98 var(--display); letter-spacing: -.05em; }
.fact-list { display: grid; gap: 0; margin-top: 34px; border-top: 1px solid var(--line); }
.fact-list div { display: flex; justify-content: space-between; gap: 30px; padding: 17px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.fact-list strong { color: var(--ink); font-weight: 700; }
.contact-grid, .claim-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; padding-top: 100px; padding-bottom: 130px; }
.contact-details h2, .claim-note h2 { margin: 0; font: 58px/.94 var(--display); letter-spacing: -.06em; }
.contact-list { display: grid; gap: 11px; margin-top: 55px; color: var(--muted); font-size: 14px; }
.contact-list a { color: var(--ink); font-weight: 700; }
.contact-form { display: grid; gap: 20px; align-content: start; }
.contact-form label { display: grid; gap: 8px; color: #6e6b64; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid #cfcac0; border-radius: 0; outline: 0; padding: 13px 14px; color: var(--ink); background: transparent; font-size: 14px; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(215,172,68,.18); }
.contact-form small { margin-top: -3px; color: #8b887f; font-size: 10px; font-weight: 400; letter-spacing: 0; }
.gold-disc { display: flex; width: 52px; height: 52px; align-items: center; justify-content: center; margin-bottom: 28px; border-radius: 50%; color: var(--ink); background: var(--gold); font-size: 12px; font-weight: 900; }
.claim-note p { max-width: 310px; margin: 28px 0 0; color: var(--muted); line-height: 1.7; }
.process-list { display: grid; gap: 0; max-width: 350px; margin-top: 44px; border-top: 1px solid var(--line); }
.process-list div { display: flex; gap: 17px; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.process-list b { color: var(--gold); font: 10px var(--mono); }
.flash { margin: 20px 0; border-left: 3px solid; padding: 13px 16px; color: #444; background: #fff; font-size: 13px; }
.flash-success { border-color: var(--green); background: #e8f6ee; color: var(--green); }
.flash-error { border-color: var(--red); background: #fcebe8; color: var(--red); }
.flash-warning { border-color: var(--amber); background: #fff5da; color: var(--amber); }
.flash-hidden { opacity: 0; transition: opacity .4s ease; }

/* Admin */
.admin-site { min-height: 100vh; color: #29354d; background: var(--admin-bg); }
.admin-sidebar { position: fixed; z-index: 10; inset: 0 auto 0 0; display: flex; width: 255px; flex-direction: column; padding: 24px 15px 17px; color: #d8deea; background: var(--admin-navy); }
.admin-brand { display: flex; align-items: center; gap: 10px; padding: 0 10px 26px; border-bottom: 1px solid #3b465e; }
.admin-mark { display: flex; width: 35px; height: 35px; align-items: center; justify-content: center; border-radius: 9px; color: var(--admin-navy); background: var(--gold-light); font-size: 11px; font-weight: 900; letter-spacing: -.08em; }
.admin-brand strong { display: block; color: #fff; font-size: 16px; letter-spacing: -.03em; }
.admin-brand small, .workspace-chip small, .admin-user small { display: block; color: #9da9bd; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.workspace-chip { display: flex; align-items: center; gap: 9px; margin: 21px 4px 22px; border: 1px solid #3d4962; border-radius: 9px; padding: 11px; background: #293650; }
.workspace-chip strong { display: block; margin-top: 4px; color: #fff; font-size: 11px; }
.live-dot { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #7bc9a4; box-shadow: 0 0 0 4px rgba(123,201,164,.12); }
.admin-nav { overflow-y: auto; }
.nav-label { display: block; margin: 17px 11px 7px; color: #8996ad; font: 9px var(--mono); letter-spacing: .16em; text-transform: uppercase; }
.admin-nav a { display: block; margin: 2px 0; border-radius: 8px; padding: 10px 11px; color: #c3ccda; font-size: 12px; font-weight: 700; }
.admin-nav a:hover { color: #fff; background: #2d3955; }
.admin-nav a.active { color: var(--admin-navy); background: var(--gold-light); }
.admin-user { display: flex; align-items: center; gap: 9px; margin-top: auto; padding: 17px 7px 0; border-top: 1px solid #3b465e; }
.admin-user strong { display: block; max-width: 128px; overflow: hidden; color: #fff; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.admin-user a { margin-left: auto; color: #9da9bd; font-size: 18px; }
.avatar { display: inline-flex; width: 32px; height: 32px; flex: 0 0 auto; align-items: center; justify-content: center; border-radius: 9px; color: #34435f; background: #e5eaf2; font-size: 10px; font-weight: 900; }
.avatar-gold { color: var(--admin-navy); background: var(--gold-light); }
.admin-main { min-height: 100vh; margin-left: 255px; }
.admin-topbar { position: sticky; z-index: 4; top: 0; display: flex; height: 65px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--admin-line); padding: 0 38px; background: rgba(248,249,251,.9); backdrop-filter: blur(10px); }
.admin-menu { color: var(--admin-navy); }
.breadcrumbs { color: #7e899a; font-size: 12px; }
.breadcrumbs span { margin: 0 9px; color: #c5ccd6; }
.breadcrumbs strong { color: #27334c; }
.topbar-meta { display: flex; align-items: center; gap: 16px; color: #8290a5; font: 10px var(--mono); }
.admin-content { max-width: 1440px; margin: 0 auto; padding: 35px 38px 60px; }
.admin-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 30px; }
.admin-heading .eyebrow { margin: 0 0 9px; color: #a38326; font: 10px var(--mono); letter-spacing: .18em; text-transform: uppercase; }
.admin-heading h1 { margin: 0; color: #202b45; font-size: 36px; letter-spacing: -.055em; }
.admin-heading p { max-width: 540px; margin: 8px 0 0; color: #718096; font-size: 13px; }
.admin-button { display: inline-flex; align-items: center; gap: 9px; border: 0; border-radius: 8px; padding: 12px 15px; color: #fff9e9; background: var(--admin-navy); font-size: 11px; font-weight: 800; }
.admin-button:hover { background: #2e3b5a; }
.admin-button.gold { color: var(--admin-navy); background: var(--gold-light); }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 24px; }
.metric-card, .panel { border: 1px solid var(--admin-line); border-radius: 13px; background: #fff; box-shadow: 0 14px 40px rgba(32,43,69,.055); }
.metric-card { padding: 18px; }
.metric-icon { display: flex; width: 32px; height: 32px; align-items: center; justify-content: center; border-radius: 9px; color: #34435f; background: #e8edf5; font-size: 15px; font-weight: 900; }
.metric-icon.gold { color: #a38326; background: #fff1c6; }.metric-icon.green { color: #287d5a; background: #ddf2e7; }.metric-icon.red { color: #c35d4d; background: #fde5df; }
.metric-value { margin-top: 16px; color: #202b45; font-size: 27px; font-weight: 800; letter-spacing: -.06em; }
.metric-label { margin-top: 1px; color: #4d5b73; font-size: 11px; font-weight: 800; }
.metric-detail { margin-top: 7px; color: #8b97a8; font: 9px var(--mono); }
.dashboard-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 20px; }
.panel-title { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e8ebf1; padding: 15px 18px; }
.panel-title h2 { margin: 0; color: #27334c; font-size: 13px; letter-spacing: -.02em; }
.panel-title span { color: #8c98a9; font: 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.activity-row { display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #edf0f4; padding: 13px 18px; }
.activity-row:last-child { border-bottom: 0; }
.activity-icon { display: flex; width: 31px; height: 31px; align-items: center; justify-content: center; border-radius: 8px; color: #64728a; background: #eef2f7; font-size: 11px; }
.activity-row strong { display: block; color: #34435f; font-size: 11px; }.activity-row small { display: block; margin-top: 2px; color: #8290a5; font-size: 10px; }.activity-row time { margin-left: auto; color: #9aa5b5; font: 9px var(--mono); }
.exposure { padding: 18px; }.exposure-big { color: #202b45; font-size: 39px; font-weight: 800; letter-spacing: -.08em; }.exposure-copy { color: #718096; font-size: 11px; }.exposure-link { display: inline-block; margin-top: 20px; border-radius: 7px; padding: 9px 11px; color: #fff; background: var(--admin-navy); font-size: 10px; font-weight: 800; }
.progress { height: 7px; overflow: hidden; margin-top: 20px; border-radius: 5px; background: #e8edf4; }.progress span { display: block; height: 100%; border-radius: inherit; background: #7bc9a4; }
.data-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.search-box, .filter-box { height: 40px; border: 1px solid #d7dee8; border-radius: 7px; outline: 0; padding: 0 12px; color: #27334c; background: #fff; font-size: 11px; }
.search-box { min-width: 260px; }.filter-box { min-width: 145px; }.search-box:focus, .filter-box:focus { border-color: #a38326; }
.record-count { color: #8b97a8; font: 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.data-wrap { overflow-x: auto; }
.data-table { width: 100%; min-width: 680px; border-collapse: collapse; font-size: 11px; }
.data-table th { border-bottom: 1px solid var(--admin-line); padding: 11px 15px; color: #8b97a8; background: #fbfcfd; font: 9px var(--mono); letter-spacing: .1em; text-align: left; text-transform: uppercase; }
.data-table td { border-bottom: 1px solid #edf0f4; padding: 14px 15px; color: #64728a; vertical-align: middle; }.data-table tr:last-child td { border-bottom: 0; }.data-table tr:hover td { background: #fcf8eb; }.data-table strong { color: #34435f; font-size: 11px; }.data-table small { display: block; margin-top: 2px; color: #9aa5b5; font: 9px var(--mono); }
.status { display: inline-flex; align-items: center; gap: 6px; border-radius: 999px; padding: 5px 8px; font-size: 9px; font-weight: 800; white-space: nowrap; }.status span { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }.status-success { color: #16764b; background: #dff5e9; }.status-warning { color: #8b6415; background: #fff0c9; }.status-danger { color: #b84537; background: #fde3df; }.status-neutral { color: #5c6a7f; background: #e8edf4; }
.empty-state { padding: 55px 20px; color: #8290a5; text-align: center; }.empty-state strong { display: block; margin-bottom: 5px; color: #34435f; font-size: 13px; }.empty-state p { margin: 0; font-size: 11px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 840px; }.form-grid .full { grid-column: 1 / -1; }.form-panel { max-width: 900px; padding: 25px; }.form-grid label { display: grid; gap: 7px; color: #4d5b73; font-size: 10px; font-weight: 800; }.form-grid input, .form-grid select, .form-grid textarea { min-height: 40px; border: 1px solid #d7dee8; border-radius: 7px; outline: 0; padding: 9px 11px; color: #27334c; background: #fbfcfd; font-size: 12px; }.form-grid textarea { min-height: 100px; resize: vertical; }.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: #a38326; box-shadow: 0 0 0 2px rgba(163,131,38,.12); }.form-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 25px; border-top: 1px solid #e8ebf1; padding-top: 18px; }.form-actions .cancel { padding: 11px 14px; color: #64728a; font-size: 11px; font-weight: 800; }
.inline-form { display: inline-flex; align-items: center; gap: 5px; }.inline-form select { border: 1px solid #d7dee8; border-radius: 5px; padding: 5px; color: #5c6a7f; background: #fff; font-size: 9px; }.mini-button { border: 0; border-radius: 5px; padding: 6px 8px; color: #fff; background: var(--admin-navy); font-size: 9px; font-weight: 800; }.mini-button.gold { color: var(--admin-navy); background: var(--gold-light); }
.table-actions { display: inline-flex; width: max-content; align-items: center; justify-content: flex-start; gap: 6px; min-width: 116px; flex-wrap: nowrap; white-space: nowrap; }.table-actions .inline-form { display: flex; flex-shrink: 0; margin: 0; }.table-actions .mini-button { display: inline-block; min-width: 50px; text-align: center; white-space: nowrap; }
.delete-form { position: relative; }.delete-unlock { width: 13px; height: 13px; margin: 0; accent-color: #a38326; }.delete-unlock-label { color: #8b6a20; font: 8px var(--mono); white-space: nowrap; cursor: pointer; }.delete-action { color: #fff; background: #a33b32; }.delete-form:not(.is-unlocked) .delete-action { display: none; }
.history-heading-actions { border-top: 0; padding-top: 0; margin-top: 0; }.history-subject { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 18px; padding: 18px; }.history-subject > div { display: grid; gap: 5px; }.history-subject strong { color: #34435f; font-size: 12px; }.history-subject small { color: #8a96a6; font: 9px var(--mono); }.history-toolbar { margin-bottom: 18px; }.history-note-panel { max-width: 900px; margin-bottom: 18px; padding: 20px; }.history-note-form { max-width: none; }.history-list { display: grid; gap: 0; padding: 0 20px 20px; }.history-entry { border-bottom: 1px solid #e7ebef; padding: 17px 0; }.history-entry:last-child { border-bottom: 0; }.history-entry-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; color: #8a96a6; font: 9px var(--mono); }.history-entry-meta strong { color: #34435f; font: 800 12px var(--sans); }.history-entry p { margin: 9px 0 6px; color: #536179; font-size: 11px; line-height: 1.6; }.history-entry > small { color: #9aa5b5; font: 9px var(--mono); }.history-json { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 10px; }.history-json pre { overflow: auto; margin: 0; border: 1px solid #e6ebef; border-radius: 5px; padding: 10px; color: #5c6a7f; background: #f8fafb; font: 9px/1.5 var(--mono); white-space: pre-wrap; }
.contract-sheet { max-width: 900px; border: 1px solid #c9c9c9; padding: 45px; color: #111; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.08); }.contract-sheet header { display: flex; align-items: flex-start; justify-content: space-between; border-bottom: 2px solid #111; padding-bottom: 16px; }.contract-sheet .contract-logo { font-weight: 900; letter-spacing: .18em; }.contract-sheet .contract-id { font: 10px var(--mono); text-align: right; }.contract-sheet h1 { margin: 27px 0 18px; font-size: 23px; text-transform: uppercase; }.contract-sheet p, .contract-sheet li { font-size: 10px; line-height: 1.5; }.contract-sheet .contract-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px 30px; border: 1px solid #aaa; padding: 12px; }.contract-sheet .contract-grid div { font-size: 10px; }.contract-sheet .contract-grid strong { display: block; margin-bottom: 2px; font-size: 8px; text-transform: uppercase; }.contract-sheet .signatures { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; margin-top: 28px; }.contract-sheet .signature-box { min-height: 58px; border-bottom: 1px solid #111; }.contract-sheet .signature-box small { display: block; margin-top: 5px; font-size: 9px; }
.login-page { display: grid; min-height: 100vh; grid-template-columns: 1fr 1fr; color: #fff; background: var(--ink); }.login-panel { display: flex; width: min(430px, calc(100% - 60px)); flex-direction: column; justify-content: center; margin: 0 auto; }.login-brand { margin-bottom: 95px; }.login-panel .kicker { color: var(--gold-light); }.login-panel h1 { margin: 0; font-size: 66px; font-weight: 500; line-height: .9; letter-spacing: -.065em; }.login-lede { max-width: 320px; margin: 26px 0 34px; color: #858585; font-size: 13px; }.login-form { display: grid; gap: 17px; }.login-form label { display: grid; gap: 8px; color: #939393; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.login-form input { border: 1px solid #454545; padding: 13px; outline: 0; color: #fff; background: #1c1c1c; }.login-form input:focus { border-color: var(--gold); }.login-form .button { margin-top: 10px; }.back-link { margin-top: 27px; color: #858585; font-size: 11px; }.back-link:hover { color: var(--gold-light); }.login-art { position: relative; display: flex; align-items: flex-end; padding: 70px; overflow: hidden; background: #191919; }.login-art > span { position: relative; font: 36px/1 var(--display); }.login-art em { color: var(--gold-light); }.art-lines { position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(215,172,68,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(215,172,68,.2) 1px, transparent 1px); background-size: 70px 70px; mask-image: radial-gradient(circle at 50% 50%, #000, transparent 72%); }
.report-heading { margin-bottom: 24px; }.report-lock { display: flex; align-items: center; gap: 9px; border: 1px solid #d9c27c; border-radius: 8px; padding: 10px 12px; color: #84651b; background: #fff8e5; font: 10px var(--mono); letter-spacing: .04em; }.report-lock span { font-size: 15px; }.report-filters { margin-bottom: 18px; }.report-filter-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 18px; }.report-filter-grid label { display: grid; gap: 7px; color: #4d5b73; font-size: 10px; font-weight: 800; }.report-filter-grid input, .report-filter-grid select { min-height: 39px; border: 1px solid #d7dee8; border-radius: 7px; outline: 0; padding: 8px 10px; color: #27334c; background: #fbfcfd; font-size: 11px; }.report-filter-grid input:focus, .report-filter-grid select:focus { border-color: #a38326; }.report-filter-action { display: flex; align-items: end; }.report-summary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-bottom: 18px; }.report-summary { border: 1px solid var(--admin-line); border-radius: 11px; padding: 15px 17px; background: #fff; }.report-summary span { display: block; color: #8290a5; font: 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }.report-summary strong { display: block; margin-top: 8px; color: #202b45; font-size: 21px; letter-spacing: -.04em; }.report-summary small { display: block; margin-top: 3px; color: #9aa5b5; font-size: 10px; }.report-results .panel-title > div:first-child { display: flex; align-items: center; gap: 12px; }.export-actions { display: flex; gap: 5px; }.export-link { border: 1px solid #cdd5e0; border-radius: 5px; padding: 6px 8px; color: #4d5b73; background: #fff; font: 9px var(--mono); }.export-link:hover { border-color: #a38326; color: #84651b; }.export-pdf { color: #fff; border-color: var(--admin-navy); background: var(--admin-navy); }.report-footnote { display: flex; gap: 9px; margin-top: 14px; color: #7e899a; font-size: 10px; }.report-footnote span { color: #a38326; font-size: 15px; }.report-footnote p { margin: 0; max-width: 800px; }
@media (max-width: 850px) {
  .container { width: min(100% - 38px, 650px); }.public-nav { display: none; position: absolute; top: 84px; right: 19px; left: 19px; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid rgba(255,255,255,.2); padding: 10px; background: #1a1a1a; }.public-nav.is-open { display: flex; }.public-nav a { padding: 11px; }.menu-button { display: block; }.hero { min-height: 790px; }.hero-inner { min-height: 700px; align-items: flex-start; padding-top: 170px; }.hero-aside { display: none; }.hero-footer { bottom: 21px; }.two-column, .inner-body .editorial-grid, .contact-grid, .claim-layout { grid-template-columns: 1fr; gap: 45px; }.intro-section, .service-preview { padding: 80px 0; }.service-grid { grid-template-columns: 1fr; }.service-grid article, .service-grid article:first-child { min-height: 240px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }.service-grid h3 { min-height: auto; margin-top: 25px; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: 1 / -1; }.contact-grid, .claim-layout { padding-top: 70px; padding-bottom: 85px; }.circle-arrow { right: 5%; bottom: 0; }.admin-sidebar { width: 235px; transform: translateX(-100%); transition: transform .2s ease; }.admin-sidebar.is-open { transform: translateX(0); }.admin-main { margin-left: 0; }.admin-topbar { padding: 0 19px; }.admin-menu { display: block; }.admin-content { padding: 25px 19px 45px; }.metric-grid { grid-template-columns: repeat(2, 1fr); }.dashboard-grid { grid-template-columns: 1fr; }.admin-heading { align-items: flex-start; flex-direction: column; }.topbar-meta > span:first-child { display: none; }.login-page { grid-template-columns: 1fr; }.login-art { display: none; }.login-panel { padding: 60px 0; }.login-brand { margin-bottom: 75px; }.report-filter-grid { grid-template-columns: repeat(2, 1fr); }.report-summary-grid { grid-template-columns: 1fr; }.report-lock { align-self: stretch; }.report-results .panel-title { align-items: flex-start; gap: 12px; flex-direction: column; }
}
@media (max-width: 520px) {
  .container { width: calc(100% - 32px); }.hero h1 { font-size: 53px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }.inner-hero { padding: 170px 0 80px; }.inner-hero h1 { font-size: 54px; }.contact-details h2, .claim-note h2 { font-size: 49px; }.footer-grid { grid-template-columns: 1fr; }.footer-grid > div:first-child { grid-column: auto; }.footer-bottom { align-items: center; flex-direction: column; gap: 8px; }.metric-grid { gap: 9px; }.metric-card { padding: 13px; }.metric-value { font-size: 23px; }.data-toolbar { align-items: stretch; flex-direction: column; }.search-box, .filter-box { width: 100%; }.form-grid { grid-template-columns: 1fr; }.form-grid .full { grid-column: auto; }.contract-sheet { padding: 22px; }.contract-sheet .contract-grid, .contract-sheet .signatures { grid-template-columns: 1fr; gap: 17px; }.report-filter-grid { grid-template-columns: 1fr; }.report-filter-action { align-items: stretch; }.report-filter-action .admin-button { width: 100%; justify-content: center; }.export-actions { flex-wrap: wrap; }
}
@media print { .site-header, .site-footer, .admin-topbar, .admin-sidebar, .no-print { display: none !important; }.admin-main { margin: 0; }.admin-content { padding: 0; }.contract-sheet { border: 0; box-shadow: none; max-width: none; } }

/* Cash Credit visual system: quiet wealth on the public site, private-bank precision in the desk. */
:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.home-page { overflow: hidden; }
.home-hero { min-height: 780px; background: radial-gradient(circle at 76% 20%, rgba(185,138,55,.2), transparent 24%), radial-gradient(circle at 12% 100%, rgba(68,102,83,.2), transparent 30%), #17211d; }
.home-hero::after { position: absolute; inset: 0; pointer-events: none; opacity: .08; content: ""; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
.hero-grid { opacity: .12; background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 78%); }
.hero-orbit { position: absolute; width: 540px; height: 540px; border: 1px solid rgba(234,211,154,.2); border-radius: 50%; transform: translate(30%, -32%) rotate(-18deg); }
.hero-orbit::after { position: absolute; top: 11%; right: 13%; width: 8px; height: 8px; border-radius: 50%; background: var(--gold-light); content: ""; }
.hero-orbit-one { top: 55px; right: -20px; }
.hero-orbit-two { top: 102px; right: -88px; width: 680px; height: 680px; opacity: .32; }
.hero-inner { min-height: 705px; padding-top: 115px; }
.hero-copy { max-width: 760px; }
.hero h1 { font-size: clamp(58px, 8.4vw, 116px); line-height: .9; }
.hero h1 em { color: #ead39a; }
.hero-lede { max-width: 490px; color: rgba(251,250,246,.7); }
.hero-card { position: relative; width: 248px; min-height: 270px; padding: 29px; border-color: rgba(234,211,154,.32); background: rgba(251,250,246,.06); box-shadow: 0 24px 80px rgba(0,0,0,.16); }
.hero-card strong { font-size: 31px; }
.hero-card-mark { position: absolute; right: 24px; bottom: 20px; color: rgba(234,211,154,.65); font: 10px var(--mono); letter-spacing: .18em; }
.hero-footer a { color: #8d978e; }
.hero-footer a:hover { color: var(--gold-light); }
.home-intro { padding: 138px 0 118px; background: var(--paper); }
.home-intro h2, .home-services h2, .home-method h2 { font-size: clamp(42px, 5.4vw, 73px); }
.principle-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 108px; border-top: 1px solid var(--line); }
.principle-strip div { position: relative; min-height: 115px; padding: 22px 24px 18px 0; border-bottom: 1px solid var(--line); }
.principle-strip div + div { padding-left: 24px; border-left: 1px solid var(--line); }
.principle-strip span { display: block; color: var(--gold); font: 10px var(--mono); }
.principle-strip strong { display: block; margin-top: 16px; color: var(--ink); font-size: 13px; }
.principle-strip small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }
.home-services { padding: 130px 0 140px; background: #e7e4da; }
.service-grid { border-top: 1px solid rgba(23,33,29,.24); }
.service-grid article { position: relative; min-height: 340px; padding: 29px 31px; border-color: rgba(23,33,29,.19); transition: background .3s ease, transform .3s ease; }
.service-grid article:hover { background: rgba(251,250,246,.42); transform: translateY(-5px); }
.service-grid h3 { margin-top: 54px; font-size: 37px; }
.service-grid p { max-width: 240px; line-height: 1.65; }
.service-grid a { display: inline-flex; align-items: center; gap: 9px; border-bottom: 1px solid transparent; }
.service-grid a:hover { border-color: currentColor; }
.home-method { padding: 136px 0; background: #f8f6f0; }
.method-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.method-intro > p:last-child { max-width: 270px; margin-top: 32px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.method-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.method-list li { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 27px 0 28px; border-bottom: 1px solid var(--line); }
.method-list li > span { color: var(--gold); font: 11px var(--mono); }
.method-list strong { color: var(--ink); font-size: 17px; font-weight: 600; }
.method-list p { max-width: 390px; margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.closing-cta { position: relative; padding: 145px 0 155px; background: #17211d; }
.closing-cta::before { position: absolute; top: 0; right: 13%; width: 1px; height: 100%; opacity: .22; background: var(--gold-light); content: ""; }
.cta-note { margin: 42px 0 0; color: #87918a; font-size: 12px; }
.circle-arrow { width: 96px; height: 96px; border-color: var(--gold-light); }
.circle-arrow:hover { border-color: var(--gold-light); background: var(--gold-light); }
.reveal { opacity: 1; transform: translateY(0); }
.js-ready .reveal { opacity: 0; transform: translateY(14px); transition: opacity .7s ease, transform .7s ease; }
.js-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s !important; }
.reveal-delay-two { transition-delay: .22s !important; }

/* Operations desk */
.admin-site { color: #263a38; background: var(--admin-bg); }
.admin-sidebar { width: 268px; padding: 25px 17px 18px; border-right: 1px solid rgba(234,211,154,.11); background: #1b2a2a; box-shadow: 14px 0 45px rgba(21,35,34,.1); }
.admin-brand { padding: 0 11px 27px; border-color: #344745; }
.admin-mark { border-radius: 5px; color: #1b2a2a; background: #ead39a; }
.workspace-chip { margin: 21px 3px 25px; border-color: #3c514e; border-radius: 5px; background: #243b39; }
.admin-nav a { border-left: 2px solid transparent; border-radius: 3px; padding: 10px 12px; color: #bdcbc5; font-size: 11px; letter-spacing: .01em; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.admin-nav a:hover { color: #f7f4e9; background: #29423f; }
.admin-nav a.active { border-left-color: #ead39a; color: #182a28; background: #ead39a; }
.nav-label { margin-top: 20px; color: #84958e; }
.admin-cms-link { display: flex; align-items: center; gap: 8px; margin: 0 3px 6px; border: 1px solid rgba(234,211,154,.28); border-radius: 3px; padding: 9px 11px; color: #ead39a; font-size: 11px; font-weight: 700; text-decoration: none; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.admin-cms-link:hover { border-color: #ead39a; color: #182a28; background: #ead39a; }
.admin-user { border-color: #344745; }
.admin-main { margin-left: 268px; }
.form-help { grid-column: 1 / -1; margin: 2px 0 4px; color: #718078; font-size: 11px; line-height: 1.6; }
.form-help strong { color: #263a38; }
.subform { margin: 22px 20px 20px; border-top: 1px solid #e7ebe7; padding-top: 20px; }
.subform h3 { margin: 0 0 14px; color: #263a38; font-size: 15px; }
.compact-form { display: grid; grid-template-columns: repeat(3, minmax(90px, 1fr)); gap: 6px; margin-top: 12px; min-width: 390px; }
.compact-form input, .compact-form select { width: 100%; border: 1px solid #d7dee8; border-radius: 4px; padding: 7px 8px; color: #263a38; background: #fff; font: 11px var(--sans); }
.compact-form .mini-button { width: max-content; }
.receipt-sheet { max-width: 860px; margin-bottom: 32px; background: #fff; }
.receipt-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; border-bottom: 1px solid #e7ebe7; padding: 25px 28px 20px; }
.receipt-header h2 { margin: 0; color: #263a38; font-size: 24px; }
.receipt-number { text-align: right; }
.receipt-number span, .receipt-grid span, .receipt-signature { color: #84958e; font: 9px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.receipt-number strong { display: block; margin-top: 5px; color: #263a38; font-size: 14px; }
.receipt-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; padding: 5px 28px 20px; }
.receipt-grid > div { border-bottom: 1px solid #edf0ed; padding: 15px 14px 14px 0; }
.receipt-grid > div:nth-child(even) { padding-left: 14px; border-left: 1px solid #edf0ed; }
.receipt-grid strong { display: block; margin-top: 5px; color: #263a38; font-size: 13px; }
.receipt-grid small { display: block; margin-top: 3px; color: #718078; font-size: 10px; }
.receipt-total { display: flex; align-items: center; justify-content: space-between; margin: 0 28px; border-top: 2px solid #263a38; border-bottom: 1px solid #dfe6df; padding: 15px 0; color: #263a38; }
.receipt-total strong { color: #8b6b24; font-size: 18px; }
.receipt-terms { margin: 24px 28px 0; border: 1px solid #e1e7e1; padding: 16px; color: #53635c; font-size: 11px; line-height: 1.7; }
.receipt-terms h3 { margin: 0 0 8px; color: #263a38; font-size: 12px; }
.receipt-notes { margin: 18px 28px 0; color: #53635c; font-size: 11px; }
.receipt-notes p { margin: 5px 0 0; }
.receipt-signature { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin: 28px; border-top: 1px solid #e7ebe7; padding-top: 14px; line-height: 1.6; }
.receipt-signature strong { color: #263a38; font: 11px var(--sans); letter-spacing: 0; text-transform: none; }
.contract-number { margin: 7px 0 0; color: #a8792c; font: 11px var(--mono); letter-spacing: .08em; }
.contract-intro { margin: 0 28px; border-left: 3px solid #ead39a; padding: 13px 15px; color: #53635c; background: #fbfaf3; font-size: 12px; line-height: 1.7; }
.contract-lines { margin: 24px 28px 0; }
.contract-lines h3 { margin: 0 0 10px; color: #263a38; font-size: 14px; }
.contract-lines .data-table { min-width: 690px; }
.contract-summary { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin: 18px 28px 0; border-top: 1px solid #e1e7e1; border-bottom: 1px solid #e1e7e1; padding: 13px 0; }
.contract-summary span { color: #84958e; font: 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.contract-summary strong { color: #8b6b24; font-size: 13px; }
.contract-line-row { display: grid; grid-template-columns: minmax(0, 1fr) 170px auto; align-items: end; gap: 10px; margin-bottom: 10px; border: 1px solid #e1e7e1; border-radius: 5px; padding: 12px; background: #fff; }
.contract-line-row label, .subform label { display: grid; gap: 7px; color: #53635c; font-size: 10px; font-weight: 800; }
.contract-line-row input, .contract-line-row select, .subform input, .subform select, .subform textarea { width: 100%; border: 1px solid #d7dee8; border-radius: 4px; padding: 9px 10px; color: #263a38; background: #fff; font: 11px var(--sans); }
.contract-line-row .line-remove { margin-bottom: 1px; }
.form-section { margin-top: 24px; border-top: 1px solid #e1e7e1; padding-top: 20px; }
.form-section-title { color: #263a38; font-size: 16px; font-weight: 800; }
.form-actions { display: flex; align-items: center; gap: 10px; }
.evidence-row { margin-top: 10px; border: 1px solid #e1e7e1; border-radius: 5px; padding: 12px; color: #53635c; font-size: 11px; }
.evidence-row > .status { margin-left: 8px; }
.evidence-row p { margin: 7px 0; line-height: 1.5; }
.underlined-link { display: inline-block; color: #8b6b24; text-decoration: underline; font-size: 12px; }
.merchandise-contract-sheet { overflow: hidden; }
@media print {
  .admin-sidebar, .admin-topbar, .no-print, .flash { display: none !important; }
  .admin-main { margin-left: 0; }
  .admin-content { max-width: none; padding: 0; }
  .receipt-sheet { max-width: none; border: 0; box-shadow: none; }
  .contract-intro, .contract-lines, .contract-summary, .receipt-terms { break-inside: avoid; }
}
@media (max-width: 700px) {
  .contract-line-row { grid-template-columns: 1fr; }
  .contract-summary { grid-template-columns: repeat(2, 1fr); margin-left: 18px; margin-right: 18px; }
  .contract-intro, .contract-lines { margin-left: 18px; margin-right: 18px; }
}
@media (max-width: 700px) {
  .receipt-header, .receipt-grid { padding-left: 18px; padding-right: 18px; }
  .receipt-grid { grid-template-columns: 1fr; }
  .receipt-grid > div:nth-child(even) { padding-left: 0; border-left: 0; }
  .receipt-total, .receipt-terms, .receipt-notes { margin-left: 18px; margin-right: 18px; }
  .receipt-signature { margin-left: 18px; margin-right: 18px; }
  .compact-form { min-width: 0; grid-template-columns: 1fr 1fr; }
}
.admin-topbar { height: 70px; border-color: var(--admin-line); padding: 0 43px; background: rgba(242,245,241,.92); }
.admin-content { max-width: 1510px; padding: 41px 43px 70px; }
.admin-heading { margin-bottom: 22px; }
.admin-heading h1 { color: #1b2a2a; font-size: clamp(33px, 3vw, 45px); line-height: .98; }
.admin-heading h1 em { color: #a8792c; }
.admin-heading p { color: #70807b; }
.admin-button { border-radius: 4px; padding: 13px 16px; transition: background .2s ease, transform .2s ease; }
.admin-button:hover { transform: translateY(-2px); }
.admin-button.gold { color: #1b2a2a; background: #ead39a; }
.desk-status { display: flex; align-items: center; gap: 9px; margin-bottom: 22px; border: 1px solid #cbd9d2; border-radius: 4px; padding: 10px 13px; color: #6d7c76; background: #f7f9f5; font: 10px var(--mono); }
.desk-status strong { color: #287156; font-family: var(--sans); font-size: 11px; }
.desk-status-pulse { width: 7px; height: 7px; border-radius: 50%; background: #4b9b70; box-shadow: 0 0 0 4px rgba(75,155,112,.12); }
.desk-status-divider { width: 1px; height: 14px; margin: 0 3px; background: #cbd9d2; }
.desk-status-time { margin-left: auto; color: #96a39d; }
.metric-grid { gap: 12px; margin-bottom: 20px; }
.metric-card, .panel { border-color: #d5ded9; border-radius: 5px; background: #fbfcf8; box-shadow: 0 10px 30px rgba(36,57,52,.045); }
.metric-card { position: relative; min-height: 163px; padding: 19px 20px; overflow: hidden; }
.metric-card-primary { border-top: 3px solid #a8792c; }
.metric-card-attention { border-top: 3px solid #a85347; }
.metric-icon { border-radius: 4px; color: #3b5751; background: #e2ebe5; }
.metric-value { color: #1b2a2a; font-size: 30px; }
.metric-label { color: #405a53; }
.metric-detail { color: #85948e; }
.metric-rule { position: absolute; right: -17px; bottom: -29px; width: 95px; height: 95px; border: 1px solid rgba(185,138,55,.25); border-radius: 50%; }
.dashboard-grid { grid-template-columns: 1.23fr .77fr; gap: 17px; }
.panel-title { border-color: #e3e9e4; padding: 17px 20px; }
.panel-kicker { margin: 0 0 4px; color: #a8792c; font: 9px var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.panel-title h2 { color: #263a38; font-size: 14px; }
.activity-row { gap: 12px; padding: 15px 20px; }
.activity-icon { width: 27px; height: 27px; border-radius: 4px; color: #6d887c; background: #e8efea; }
.activity-row strong { color: #3c5750; }
.activity-row time { color: #99a69f; }
.empty-state { padding: 68px 20px; }
.empty-mark { display: block; margin-bottom: 10px; color: #b98a37; font: 20px var(--mono); }
.exposure { padding: 22px 20px 24px; }
.exposure-topline { display: flex; align-items: flex-start; justify-content: space-between; }
.exposure-big { color: #1b2a2a; font-size: 47px; line-height: .9; }
.exposure-badge { border: 1px solid #e0c98c; border-radius: 3px; padding: 5px 7px; color: #8c6a2d; background: #fff8e6; font: 9px var(--mono); text-transform: uppercase; }
.exposure-link { border-radius: 3px; margin-top: 24px; padding: 10px 12px; background: #1b2a2a; }
.exposure-link:hover { background: #2d4944; }
.progress-label { display: flex; justify-content: space-between; margin-top: 25px; color: #71827a; font: 10px var(--mono); }
.progress-label strong { color: #36554c; font-weight: 700; }
.progress { height: 6px; margin-top: 9px; border-radius: 2px; background: #e0e9e2; }
.progress span { border-radius: 2px; background: #4b9b70; }
.exposure-footnote { margin: 20px 0 0; color: #9aa69f; font-size: 10px; line-height: 1.55; }
.monitoring-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 20px; }
.monitoring-panel { margin-bottom: 20px; }
.monitoring-panel .data-wrap { overflow-x: auto; }
.monitoring-panel .panel-note { padding: 14px 20px 0; color: #71827a; font-size: 11px; line-height: 1.6; }
.amount-alert { color: #a85347; }
.email-compose-panel { margin-bottom: 20px; }
.email-compose-panel .form-grid { padding: 20px; }
.email-compose-panel textarea { min-height: 180px; }
.email-compose-panel input[type="checkbox"] { width: auto; margin-right: 8px; }
.email-compose-panel code { font: 10px var(--mono); color: #6e7c76; }
.status-tabs { display:flex; flex-wrap:wrap; gap:8px; margin:0 0 18px; }
.status-tabs a { display:inline-flex; gap:7px; align-items:center; border:1px solid #dfe7e1; padding:8px 11px; color:#63756d; background:#fff; font:10px var(--mono); text-transform:uppercase; letter-spacing:.04em; }
.status-tabs a.active, .status-tabs a:hover { border-color:#c9a44c; color:#6d5120; background:#fff9e8; }
.status-tabs span { color:#9a8660; }
.status-pill { display:inline-block; border:1px solid #d7e0da; padding:4px 7px; border-radius:3px; color:#63756d; background:#f5f8f5; font:9px var(--mono); text-transform:uppercase; letter-spacing:.03em; }
.status-pill.status-pending, .status-pill.status-under_review { border-color:#e2cf98; color:#86651e; background:#fff8e6; }
.status-pill.status-approved { border-color:#afd4bb; color:#33724b; background:#edf8ef; }
.status-pill.status-rejected { border-color:#e6bcb4; color:#9a4d43; background:#fff3f1; }
.detail-grid { display:grid; grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr); gap:18px; margin-bottom:18px; }
.detail-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 24px; margin:0; padding:0 20px 20px; }
.detail-list div { border-top:1px solid #e3e9e4; padding:13px 0; }
.detail-list dt { color:#8b9a93; font:9px var(--mono); letter-spacing:.08em; text-transform:uppercase; }
.detail-list dd { margin:5px 0 0; color:#334a43; font-size:12px; line-height:1.55; }
.application-profile-image { padding:20px 20px 4px; }
.application-profile-image img { width:104px; height:104px; object-fit:cover; border-radius:50%; border:3px solid #ead9a9; }
.subheading { margin:20px 20px 10px; color:#506860; font:10px var(--mono); letter-spacing:.08em; text-transform:uppercase; }
.plain-list { list-style:none; margin:0 20px; padding:0; }
.plain-list li { border-top:1px solid #e3e9e4; padding:11px 0; color:#334a43; font-size:12px; }
.plain-list small { display:block; margin-top:4px; color:#899790; font-size:10px; }
.muted, .review-meta { margin:0 20px 20px; color:#899790; font-size:11px; line-height:1.5; }
.review-panel { margin-bottom:20px; }
.review-panel .form-grid { padding:20px; }
@media (max-width: 850px) { .detail-grid { grid-template-columns:1fr; } }
@media (max-width: 620px) { .detail-list { grid-template-columns:1fr; } }
@media (max-width: 850px) {
  .monitoring-summary { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .js-ready .reveal { opacity: 1; transform: none; }
}
@media (max-width: 850px) {
  .home-hero { min-height: 760px; }
  .hero-inner { min-height: 675px; padding-top: 165px; }
  .hero-orbit { right: -190px; opacity: .55; }
  .principle-strip { margin-top: 72px; }
  .method-layout { grid-template-columns: 1fr; gap: 60px; }
  .home-method { padding: 90px 0; }
  .admin-sidebar { width: 268px; }
  .admin-main { margin-left: 0; }
  .admin-content { padding: 29px 19px 50px; }
  .admin-topbar { padding: 0 19px; }
  .dashboard-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .hero h1 { font-size: 55px; }
  .hero-card { display: none; }
  .hero-footer { font-size: 9px; }
  .hero-footer span:first-child { display: none; }
  .home-intro { padding: 90px 0 82px; }
  .principle-strip { grid-template-columns: 1fr; }
  .principle-strip div, .principle-strip div + div { min-height: auto; padding: 17px 0; border-left: 0; }
  .home-services { padding: 90px 0; }
  .home-services .section-head { align-items: flex-start; }
  .section-number { padding-top: 5px; }
  .method-list li { grid-template-columns: 38px 1fr; }
  .closing-cta { padding: 100px 0 125px; }
  .circle-arrow { right: 0; bottom: -48px; width: 75px; height: 75px; }
  .desk-status { align-items: flex-start; flex-wrap: wrap; line-height: 1.4; }
  .desk-status-divider { display: none; }
  .desk-status-time { width: 100%; margin-left: 16px; }
  .dashboard-heading .admin-button { width: 100%; justify-content: center; }
  .metric-card { min-height: 145px; padding: 14px; }
  .metric-value { font-size: 24px; }
  .metric-detail { font-size: 8px; }
  .activity-row { align-items: flex-start; }
  .activity-row time { max-width: 70px; text-align: right; }
}