:root{--ink:#18312d;--muted:#63736f;--green:#0f4c42;--green2:#176b5d;--mint:#dcece7;--cream:#f6f3eb;--paper:#fffefb;--gold:#d9a441;--line:#dfe6e2;--shadow:0 18px 50px #1237301f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--cream);font-family:var(--font-geist-sans),Arial,sans-serif;margin:0}button,input,select{font:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline-offset:3px;outline:3px solid #f0b84b}.hero{color:#fff;background:radial-gradient(circle at 88% 15%,#e1b95b33,#0000 27%),linear-gradient(135deg,#0c3d35,#0f5548 62%,#176b5d);padding:0 max(5vw,24px) 78px}.topbar{border-bottom:1px solid #ffffff29;justify-content:space-between;align-items:center;gap:24px;max-width:1440px;min-height:88px;margin:auto;display:flex}.brand{color:#fff;align-items:center;gap:13px;text-decoration:none;display:flex}.brand-mark{background:var(--gold);color:#153b34;letter-spacing:-.05em;border-radius:13px;place-items:center;width:46px;height:46px;font-weight:900;display:grid}.brand strong,.brand small{display:block}.brand strong{font-size:15px}.brand small{color:#ffffffad;margin-top:3px;font-size:12px}.top-actions{gap:10px;display:flex}.button{cursor:pointer;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;min-height:42px;padding:0 18px;font-weight:750;text-decoration:none;transition:all .18s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button.ghost{color:#fff;background:0 0;border-color:#ffffff52}.button.light{color:var(--green);background:#fff}.button.primary{color:#fff;background:var(--green2)}.button.secondary{color:var(--ink);border-color:var(--line);background:#fff}.hero-content{text-align:center;max-width:1000px;margin:72px auto 0}.eyebrow{color:#efc36b;letter-spacing:.18em;margin:0 0 13px;font-size:11px;font-weight:850}.eyebrow.dark{color:var(--green2)}.hero h1{letter-spacing:-.035em;max-width:850px;margin:auto;font-family:Georgia,serif;font-size:clamp(40px,6vw,70px);font-weight:500;line-height:1.02}.hero-copy{color:#ffffffc4;max-width:710px;margin:24px auto 35px;font-size:17px;line-height:1.7}.search-wrap{text-align:left;max-width:780px;margin:auto}.search-wrap>label{color:#ffffffbf;margin:0 0 9px 3px;font-size:12px;font-weight:700;display:block}.search-box{color:#8a9693;background:#fff;border-radius:14px;align-items:center;gap:14px;height:66px;padding:0 20px;display:flex;box-shadow:0 20px 55px #00000038}.search-box>span{color:var(--green2);font-size:29px;transform:rotate(-18deg)}.search-box input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;flex:1;font-size:16px}.clear-search{color:#70807c;cursor:pointer;background:0 0;border:0;font-size:25px}.stats{z-index:2;background:var(--paper);max-width:1120px;box-shadow:var(--shadow);border:1px solid #1d4d441a;border-radius:15px;grid-template-columns:repeat(4,1fr);margin:-34px auto 46px;display:grid;position:relative}.stats article{border-right:1px solid var(--line);padding:25px 30px}.stats article:last-child{border:0}.stats strong,.stats span{display:block}.stats strong{color:var(--green);font-family:Georgia,serif;font-size:31px;font-weight:500}.stats span{color:var(--muted);margin-top:4px;font-size:12px}.workspace{grid-template-columns:280px 1fr;align-items:start;gap:42px;max-width:1440px;margin:auto;padding:0 max(5vw,24px) 80px;display:grid}.filters{background:#eeeee7;border:1px solid #dedfd7;border-radius:14px;padding:25px;position:sticky;top:20px}.filter-heading,.results-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.filter-heading{border-bottom:1px solid #d2d8d4;margin-bottom:20px;padding-bottom:18px}.filter-heading h2,.results-header h2{margin:0;font-family:Georgia,serif;font-size:28px;font-weight:500}.filter-heading button{color:var(--green2);cursor:pointer;background:0 0;border:0;margin-top:21px;font-size:12px;font-weight:800}.filters label,.sort-label{color:#334a45;font-size:12px;font-weight:750;display:block}.filters label{margin-bottom:20px}select{width:100%;height:43px;color:var(--ink);background:#fff;border:1px solid #cad3cf;border-radius:8px;margin-top:8px;padding:0 37px 0 12px}.scope-note{color:#3b5751;background:#dfe9e5;border-radius:9px;gap:10px;margin-top:25px;padding:15px;display:flex}.scope-note>span{background:var(--green2);color:#fff;border-radius:50%;flex:0 0 20px;place-items:center;height:20px;font-family:Georgia,serif;font-size:12px;font-style:italic;display:grid}.scope-note p{margin:0;font-size:11px;line-height:1.55}.scope-note strong{color:var(--ink);margin-bottom:3px;display:block}.results-header{margin-bottom:23px}.sort-label{min-width:190px}.cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.card{border:1px solid var(--line);background:var(--paper);border-radius:12px;min-width:0;padding:23px 24px 20px;transition:all .18s;box-shadow:0 8px 26px #24413b0e}.card:hover{border-color:#b9ccc6;transform:translateY(-2px);box-shadow:0 14px 34px #24413b1a}.card-top,.detail-tags{justify-content:space-between;align-items:center;gap:10px;display:flex}.category-pill{text-overflow:ellipsis;white-space:nowrap;background:var(--mint);max-width:65%;color:var(--green);letter-spacing:.04em;text-transform:uppercase;border-radius:5px;padding:5px 9px;font-size:10px;font-weight:850;display:inline-block;overflow:hidden}.status{color:#8a5e36;align-items:center;gap:5px;font-size:10px;font-weight:800;display:inline-flex}.status:before{content:"";background:#c68645;border-radius:50%;width:6px;height:6px}.status.published{color:#36735d}.status.published:before{background:#49a67f}.card-title{width:100%;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;margin:17px 0 10px;padding:0;font-family:Georgia,serif;font-size:21px;font-weight:600;line-height:1.25}.card-title:hover{color:var(--green2)}.excerpt{height:63px;color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 17px;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}.card-meta{color:#7b8885;border-top:1px solid #edf0ee;flex-wrap:wrap;gap:10px 16px;padding-top:13px;font-size:10px;display:flex}.view-link{width:100%;color:var(--green2);cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;margin-top:17px;padding:0;font-size:12px;font-weight:850;display:flex}.view-link span{font-size:20px}.pagination{color:var(--muted);justify-content:center;align-items:center;gap:20px;margin-top:28px;font-size:12px;display:flex}.pagination button{border:1px solid var(--line);min-height:38px;color:var(--green);cursor:pointer;background:#fff;border-radius:8px;padding:0 14px;font-weight:750}.pagination button:disabled{opacity:.35;cursor:not-allowed}.empty{text-align:center;background:#ffffff8c;border:1px dashed #c8d2ce;border-radius:14px;padding:70px 20px}.empty>span{color:var(--green2);font-size:42px}.empty h3{margin:10px 0 5px;font:25px Georgia,serif}.empty p{color:var(--muted);margin:0 0 20px}footer{color:#ffffffa6;background:#102e29;justify-content:space-between;gap:25px;padding:35px max(5vw,24px);font-size:11px;display:flex}footer p{max-width:620px;margin:0}.modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#071c18b8;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.detail{background:var(--paper);border-radius:16px;flex-direction:column;width:min(900px,100%);max-height:calc(100vh - 48px);display:flex;overflow:hidden;box-shadow:0 35px 100px #0006}.detail-bar{background:var(--green);color:#ffffffbf;justify-content:space-between;align-items:center;min-height:50px;padding:0 18px 0 25px;font-size:11px;font-weight:750;display:flex}.detail-bar button{color:#fff;cursor:pointer;background:#ffffff1a;border:0;border-radius:50%;width:34px;height:34px;font-size:23px}.detail-body{padding:35px 45px;overflow-y:auto}.detail-tags{justify-content:flex-start}.detail h2{margin:18px 0 14px;font:500 clamp(27px,4vw,40px)/1.1 Georgia,serif}.detail-meta{color:var(--muted);flex-wrap:wrap;gap:10px 22px;font-size:11px;display:flex}.detail-section{margin-top:30px}.detail-section h3{border-bottom:1px solid var(--line);text-transform:uppercase;letter-spacing:.08em;margin:0 0 15px;padding-bottom:10px;font-size:13px}.detail-section h3 span{color:var(--green2);margin-left:5px}.content-text{color:#354a46;white-space:pre-wrap;font:16px/1.8 Georgia,serif}.attachment-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.attachment-list li{background:#edf2ef;border-radius:8px;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:11px 13px;display:grid}.file-icon{background:var(--green2);color:#fff;border-radius:5px;place-items:center;width:38px;height:35px;font-size:9px;font-weight:850;display:grid}.attachment-list strong,.attachment-list small{overflow-wrap:anywhere;display:block}.attachment-list strong{font-size:12px}.attachment-list small,.attachment-list li>span:last-child{color:var(--muted);margin-top:3px;font-size:10px}.download-file{background:var(--green2);color:#fff;white-space:nowrap;border-radius:7px;padding:8px 11px;font-size:10px;font-weight:800;text-decoration:none}.missing-file{color:#8a5e36;white-space:nowrap;background:#eee4da;border-radius:6px;padding:7px 9px;font-size:10px;font-weight:800}.attachment-help{color:var(--muted);margin:10px 0 0;font-size:10px}.technical{border:1px solid var(--line);border-radius:9px;margin-top:28px;padding:14px 16px}.technical summary{cursor:pointer;color:var(--green2);font-size:12px;font-weight:800}.technical dl{margin:15px 0 0}.technical dl div{margin-bottom:13px}.technical dt{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800}.technical dd{overflow-wrap:anywhere;margin:3px 0 0;font-size:12px}.technical code{color:#d9ede7;white-space:pre-wrap;max-height:220px;font:10px var(--font-geist-mono),monospace;background:#162d29;border-radius:6px;padding:12px;display:block;overflow:auto}.detail-footer{border-top:1px solid var(--line);background:#f6f6f1;justify-content:flex-end;align-items:center;gap:10px;min-height:70px;padding:0 30px;display:flex}.state-page{background:var(--green);color:#fff;place-content:center;justify-items:center;gap:12px;min-height:100vh;display:grid}.loader{border:3px solid #ffffff40;border-top-color:#fff;border-radius:50%;width:38px;height:38px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=1000px){.stats{grid-template-columns:repeat(2,1fr);margin-left:24px;margin-right:24px}.stats article:nth-child(2){border-right:0}.stats article:nth-child(-n+2){border-bottom:1px solid var(--line)}.workspace{grid-template-columns:1fr}.filters{grid-template-columns:repeat(3,1fr);gap:16px;display:grid;position:static}.filter-heading,.scope-note{grid-column:1/-1}.filters label{margin:0}}@media (width<=720px){.topbar{align-items:flex-start;padding:15px 0}.top-actions{flex-direction:column}.button.ghost{display:none}.button.light{min-height:38px;padding:0 12px;font-size:11px}.hero{padding-bottom:62px}.hero-content{margin-top:48px}.search-box{height:58px;padding:0 14px}.stats{margin-top:-26px}.stats article{padding:18px}.stats strong{font-size:25px}.workspace{gap:28px;padding-left:17px;padding-right:17px}.filters,.cards{grid-template-columns:1fr}.results-header{align-items:flex-end}.results-header h2{font-size:25px}.sort-label{min-width:145px}.detail-body{padding:25px 20px}.attachment-list li{grid-template-columns:38px 1fr}.attachment-list li>span:last-child{grid-column:2}.detail-footer{padding:12px 18px}footer{flex-direction:column}}@media (width<=480px){.brand small{display:none}.brand strong{font-size:13px}.brand-mark{width:40px;height:40px}.hero h1{font-size:38px}.hero-copy{font-size:14px}.stats{margin-left:14px;margin-right:14px}.stats span{font-size:10px}.results-header{display:block}.sort-label{margin-top:15px}.pagination{gap:8px}.pagination button{padding:0 9px;font-size:11px}}
