:root { --ink:#15231d; --muted:#66736d; --line:#dce4df; --paper:#f5f7f4; --white:#fff; --green:#176c4b; --green-dark:#0e5037; --lime:#dff36b; --red:#b24338; --shadow:0 12px 35px rgba(20,43,33,.08); }
* { box-sizing:border-box; }
body { min-height:100vh; margin:0; display:flex; flex-direction:column; color:var(--ink); background:var(--paper); font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; line-height:1.5; }
main { flex:1 0 auto; }
a { color:inherit; }
.shell { width:min(1180px,calc(100% - 40px)); margin:0 auto; }
.site-header { height:72px; background:rgba(255,255,255,.95); border-bottom:1px solid var(--line); }
.header-inner { height:100%; display:flex; align-items:center; justify-content:space-between; }
.brand { display:flex; align-items:center; gap:10px; font-size:20px; font-weight:800; text-decoration:none; letter-spacing:-.4px; }
.brand-mark { display:grid; place-items:center; width:34px; height:34px; border-radius:10px; color:white; background:var(--green); font-family:Georgia,serif; font-style:italic; }
nav { display:flex; align-items:center; gap:28px; font-size:14px; font-weight:650; } nav a { text-decoration:none; } .nav-soon { color:#839089; } .nav-soon small { margin-left:5px; padding:3px 6px; border-radius:20px; background:#eef1ef; font-size:9px; text-transform:uppercase; }
.hero { min-height:560px; display:flex; align-items:center; color:white; background:radial-gradient(circle at 80% 20%,rgba(223,243,107,.18),transparent 26%),linear-gradient(135deg,#10271e,#164b37 75%,#176c4b); }
.hero-inner { padding:80px 0; }
.eyebrow { margin:0 0 10px; color:var(--green); font-size:12px; font-weight:800; letter-spacing:1.5px; text-transform:uppercase; }
.hero .eyebrow { color:var(--lime); }
.hero h1 { max-width:850px; margin:0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(48px,7vw,78px); font-weight:500; line-height:1.02; letter-spacing:-2.5px; }
.hero-copy { max-width:680px; margin:25px 0 34px; color:#d7e2dc; font-size:19px; }
.search-box { display:flex; align-items:center; max-width:850px; padding:8px; border-radius:14px; background:white; box-shadow:0 20px 55px rgba(0,0,0,.2); }
.search-box svg { width:22px; margin:0 13px; fill:none; stroke:#718078; stroke-width:2; }
.search-box input { min-width:0; flex:1; height:48px; border:0; outline:0; color:var(--ink); font:inherit; font-size:16px; }
.search-box button { height:48px; padding:0 25px; border:0; border-radius:9px; color:white; background:var(--green); font-weight:750; cursor:pointer; }
.search-box button:hover { background:var(--green-dark); }
.autocomplete { position:relative; max-width:850px; }.autocomplete-compact { max-width:720px; }.autocomplete .search-box { max-width:none; }.suggestions { position:absolute; z-index:20; top:calc(100% + 8px); right:0; left:0; color:var(--ink); }.suggestion-panel { overflow:hidden; border:1px solid var(--line); border-radius:13px; background:white; box-shadow:0 18px 50px rgba(9,30,20,.22); }.suggestion-row { display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; gap:13px; padding:12px 15px; border-bottom:1px solid var(--line); text-decoration:none; }.suggestion-row:hover,.suggestion-row:focus { outline:0; background:#f1f7f3; }.suggestion-main { display:flex; min-width:0; flex-direction:column; }.suggestion-main strong { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:14px; }.suggestion-main small,.suggestion-cui small { color:var(--muted); font-size:11px; }.suggestion-cui { display:flex; flex-direction:column; align-items:flex-end; font-size:13px; font-weight:750; }.suggestion-all { display:flex; justify-content:space-between; padding:12px 15px; color:var(--green); background:#f7faf8; text-decoration:none; font-size:13px; font-weight:750; }.suggestion-empty { padding:18px 15px; color:var(--muted); font-size:13px; }
.search-hint { margin:14px 0 0 58px; color:#9eb4a9; font-size:13px; }
.value-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin-top:-1px; background:var(--line); border:1px solid var(--line); }
.value-grid article { padding:38px; background:white; }.value-grid span { color:var(--green); font-size:12px; font-weight:800; }.value-grid h2 { margin:18px 0 8px; font-size:19px; }.value-grid p { margin:0; color:var(--muted); font-size:14px; }
.search-page-head { padding:55px 0; color:white; background:#143b2c; }.search-page-head h1 { margin:0 0 26px; font-family:Georgia,serif; font-size:42px; font-weight:500; }.search-page-head .eyebrow { color:var(--lime); }.search-box-compact { max-width:720px; }
.results-section { min-height:420px; padding:48px 0 80px; }.section-title,.panel-head { display:flex; align-items:flex-end; justify-content:space-between; gap:20px; margin-bottom:20px; }.section-title h2,.panel h2 { margin:0; font-size:24px; letter-spacing:-.5px; }.section-title>span,.panel-head>span { color:var(--muted); font-size:13px; }
.company-list { overflow:hidden; border:1px solid var(--line); border-radius:14px; background:white; box-shadow:var(--shadow); }.company-row { display:grid; grid-template-columns:auto minmax(250px,1fr) 130px 160px auto; align-items:center; gap:18px; padding:18px 22px; border-bottom:1px solid var(--line); text-decoration:none; }.company-row:last-child { border-bottom:0; }.company-row:hover { background:#f9fbf9; }.company-avatar { display:grid; place-items:center; width:42px; height:42px; border-radius:11px; color:var(--green-dark); background:#e3eee8; font-weight:800; }.company-main,.company-meta { display:flex; flex-direction:column; }.company-main small,.company-meta small { color:var(--muted); }.company-meta strong { font-size:13px; }.row-arrow { color:var(--green); font-size:20px; }
.empty-state,.notice { padding:48px; border:1px solid var(--line); border-radius:14px; text-align:center; background:white; }.empty-state p { margin:6px 0 0; color:var(--muted); }.notice-error { color:var(--red); }
.company-hero { padding:34px 0 42px; color:white; background:linear-gradient(120deg,#123526,#176044); }.back-link { display:inline-block; margin-bottom:32px; color:#bdd0c6; font-size:13px; text-decoration:none; }.company-heading { display:flex; align-items:center; gap:22px; }.company-avatar-large { width:68px; height:68px; border-radius:18px; color:white; background:rgba(255,255,255,.14); font-size:28px; }.company-heading h1 { margin:3px 0; font-family:Georgia,serif; font-size:40px; font-weight:500; }.company-heading p { margin:0; color:#bdd0c6; }.heading-meta { color:var(--lime); font-size:12px; font-weight:750; text-transform:uppercase; letter-spacing:1px; }.status-dot { display:inline-block; width:7px; height:7px; margin-right:5px; border-radius:50%; background:var(--lime); }
.company-layout { display:grid; grid-template-columns:minmax(0,2fr) minmax(280px,1fr); gap:24px; padding:34px 0 80px; }.main-column,.side-column { display:flex; flex-direction:column; gap:24px; }.panel { padding:26px; border:1px solid var(--line); border-radius:14px; background:white; box-shadow:0 5px 18px rgba(28,52,41,.04); }.year-pill { padding:5px 10px; border-radius:20px; color:var(--green); background:#eaf2ee; font-weight:750; }.metric-grid { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--line); border-radius:10px; }.metric-grid article { min-width:0; padding:20px; border-right:1px solid var(--line); }.metric-grid article:last-child { border:0; }.metric-grid small { display:block; color:var(--muted); font-size:12px; }.metric-grid strong { display:block; margin:7px 0; font-size:18px; white-space:nowrap; }.change { font-size:12px; font-weight:750; }.positive,.number-positive { color:var(--green); }.negative { color:var(--red); }
.table-scroll { overflow-x:auto; }table { width:100%; border-collapse:collapse; font-size:14px; }th { padding:11px 12px; color:var(--muted); background:#f4f7f5; text-align:right; font-size:11px; text-transform:uppercase; letter-spacing:.5px; }th:first-child,td:first-child { text-align:left; }td { padding:14px 12px; border-bottom:1px solid #e9eeeb; text-align:right; white-space:nowrap; }tbody tr:last-child td { border:0; }
.representative-list { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }.representative { display:flex; align-items:center; gap:12px; padding:14px; border:1px solid var(--line); border-radius:10px; }.representative>span { display:grid; place-items:center; width:36px; height:36px; flex:none; border-radius:50%; color:var(--green); background:#eaf2ee; font-weight:800; }.representative div { display:flex; flex-direction:column; }.representative small { color:var(--muted); }.identity-card dl { margin:20px 0 0; }.identity-card dl div { display:flex; justify-content:space-between; gap:15px; padding:13px 0; border-bottom:1px solid var(--line); }.identity-card dl div:last-child { border:0; }.identity-card dt { color:var(--muted); font-size:13px; }.identity-card dd { margin:0; text-align:right; font-size:13px; font-weight:700; }.address-card p:not(.eyebrow) { color:var(--muted); }.address-card a { color:var(--green); font-weight:700; font-size:13px; }.source-note { padding:0 10px; color:var(--muted); font-size:12px; }.source-note strong { color:var(--ink); }.source-note p { margin:5px 0; }.empty-inline { padding:30px; color:var(--muted); text-align:center; background:#f7f9f7; border-radius:10px; }
.site-footer { flex-shrink:0; padding:30px 0; color:#aab9b1; background:#10271e; }.site-footer .shell { display:flex; justify-content:space-between; align-items:center; }.site-footer p { margin:0; font-size:12px; }.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; }
@media (max-width:850px) { .value-grid,.company-layout { grid-template-columns:1fr; }.metric-grid { grid-template-columns:repeat(2,1fr); }.metric-grid article:nth-child(2) { border-right:0; }.metric-grid article:nth-child(-n+2) { border-bottom:1px solid var(--line); }.company-row { grid-template-columns:auto 1fr auto; }.company-meta { display:none; }.representative-list { grid-template-columns:1fr; } }
@media (max-width:560px) { .shell { width:min(100% - 24px,1180px); }.site-header nav { display:none; }.hero { min-height:500px; }.hero-inner { padding:55px 0; }.hero h1 { font-size:46px; }.search-box { display:grid; grid-template-columns:auto 1fr; }.search-box button { grid-column:1/-1; }.search-hint { margin-left:0; }.value-grid { margin:0 12px; width:auto; }.company-heading h1 { font-size:30px; }.company-avatar-large { display:none; }.panel { padding:18px; }.metric-grid { grid-template-columns:1fr; }.metric-grid article { border-right:0; border-bottom:1px solid var(--line); }.metric-grid article:nth-child(3) { border-bottom:1px solid var(--line); }.site-footer .shell { align-items:flex-start; flex-direction:column; gap:6px; } }
