:root{--paper:#f2efe8;--paper-deep:#e7e1d5;--panel:#fffdf8;--ink:#18211e;--muted:#5b6560;--green:#123c32;--green-dark:#0c2d25;--green-light:#23604f;--orange:#d86738;--orange-soft:#f3e0d4;--line:#cbc5b9;--line-dark:#a9a397;--shell:1180px}*{box-sizing:border-box}html{scroll-behavior:auto;scroll-padding-top:92px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}svg{display:block}a:focus-visible,button:focus-visible{outline:3px solid var(--orange);outline-offset:3px}.skip-link{position:fixed;z-index:100;top:12px;left:12px;padding:9px 14px;background:var(--ink);color:var(--panel);font-size:13px;font-weight:750;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.shell{width:min(calc(100% - 48px),var(--shell));margin:0 auto}.site-header{position:sticky;z-index:20;top:0;border-bottom:1px solid var(--line);background:rgba(242,239,232,.97);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{position:relative;min-height:64px;display:grid;grid-template-columns:minmax(160px,1fr) auto minmax(160px,1fr);align-items:center;gap:20px}.brand{width:fit-content;color:var(--green-dark);font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:700;letter-spacing:-.035em;line-height:1}.header-context{min-width:1px}.desktop-navigation{display:flex;align-items:center;justify-self:end;gap:6px}.desktop-navigation a,.header-menu-panel a{min-height:40px;display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-bottom:2px solid transparent;color:#3c4742;font-size:13px;font-weight:700}.desktop-navigation a:hover,.header-menu-panel a:hover{border-bottom-color:var(--orange);color:var(--green-dark)}.desktop-navigation .nav-wiki,.header-menu-panel .nav-wiki{margin-left:6px;padding-right:14px;padding-left:14px;border:1px solid var(--green);border-radius:3px;background:var(--green);color:var(--panel)}.desktop-navigation .nav-wiki:hover,.header-menu-panel .nav-wiki:hover{border-color:var(--green-dark);background:var(--green-dark);color:var(--panel)}.button svg,.desktop-navigation svg,.featured-body svg,.section-grid>a>svg:last-child,.text-link svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.header-menu{display:none;justify-self:end}.header-menu summary{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 11px;border:1px solid var(--line-dark);border-radius:3px;color:var(--green-dark);background:var(--panel);font-size:13px;font-weight:750;cursor:pointer;list-style:none}.header-menu summary::-webkit-details-marker{display:none}.header-menu summary svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.8}.header-menu-panel{position:absolute;top:calc(100% - 1px);right:0;width:min(320px,calc(100vw - 30px));display:grid;padding:8px;border:1px solid var(--line-dark);background:var(--panel);box-shadow:0 18px 34px rgba(18,36,30,.18)}.header-menu-panel .nav-wiki,.header-menu-panel a{width:100%;min-height:46px;justify-content:flex-start;margin:0;padding:10px 12px;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;color:var(--green-dark)}.header-menu-panel a:last-child{border-bottom:0}.header-menu-panel .nav-wiki{margin-top:5px;background:var(--green);color:var(--panel)}.hero{padding:58px 0 64px;border-bottom:1px solid var(--line);background:var(--panel)}.hero-layout{display:grid;grid-template-columns:minmax(0,.93fr) minmax(420px,.82fr);gap:clamp(44px,7vw,88px);align-items:center}.eyebrow{margin:0 0 14px;color:var(--green-light);font-size:11px;font-weight:800;letter-spacing:.14em;line-height:1.3;text-transform:uppercase}.hero h1,.section h2{margin:0;color:var(--green-dark);font-family:Georgia,Times New Roman,serif;font-weight:500;letter-spacing:-.04em}.hero h1{max-width:660px;font-size:clamp(45px,5.3vw,67px);line-height:1.01}.hero-intro{max-width:610px;margin:22px 0 0;color:#46514c;font-size:18px;line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:10px 17px;border:1px solid var(--green);border-radius:3px;font-size:13px;font-weight:750}.button-primary{background:var(--green);color:var(--panel)}.button-primary:hover{border-color:var(--green-dark);background:var(--green-dark)}.button-secondary{background:var(--panel);color:var(--green)}.button-secondary:hover{background:var(--paper)}.featured-wiki{display:block;overflow:hidden;border:1px solid var(--line-dark);border-top:3px solid var(--orange);background:var(--green-dark);color:var(--panel);box-shadow:0 12px 28px rgba(18,36,30,.12)}.featured-wiki:focus-visible,.featured-wiki:hover{border-color:var(--green-dark)}.featured-image{position:relative;height:278px;overflow:hidden;background:#18221f}.featured-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,18,15,.58),transparent 48%);pointer-events:none}.featured-image img{object-fit:cover;transition:transform .22s ease}.featured-wiki:hover .featured-image img{transform:scale(1.018)}.featured-image>span{position:absolute;z-index:1;right:14px;bottom:14px;padding:5px 9px;border:1px solid rgba(255,255,255,.38);background:rgba(9,25,20,.86);color:#fff;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.featured-body{position:relative;padding:22px 24px 24px}.featured-body>p{margin:0 0 4px;color:#b9c6c0;font-size:11px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.featured-body h2{margin:0;color:var(--panel);font-family:Georgia,Times New Roman,serif;font-size:30px;font-weight:500;letter-spacing:-.025em;line-height:1.2}.featured-body>div{position:absolute;right:24px;bottom:27px;display:flex;align-items:center;gap:8px;color:#f1a17d;font-size:12px;font-weight:800}.section{padding:72px 0 78px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:32px;padding-bottom:24px;border-bottom:1px solid var(--line)}.section h2{font-size:clamp(35px,4vw,48px);line-height:1.06}.directory-count{flex:0 0 auto;margin-bottom:5px;padding:5px 10px;color:var(--muted);font-size:12px;font-weight:750}.directory-count,.wiki-entry{border:1px solid var(--line);background:var(--panel)}.wiki-entry{margin-top:24px;border-top:3px solid var(--orange)}.wiki-entry-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:40px;align-items:center;padding:28px 30px;border-bottom:1px solid var(--line)}.project-kind{margin:0 0 5px;color:var(--green-light);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.wiki-entry-header h3{margin:0;color:var(--green-dark);font-family:Georgia,Times New Roman,serif;font-size:31px;font-weight:500;letter-spacing:-.025em;line-height:1.16}.wiki-entry-header p:last-child{max-width:700px;margin:10px 0 0;color:var(--muted);font-size:14px}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:13px;font-weight:800;white-space:nowrap}.text-link:hover{color:var(--orange)}.section-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.section-grid>a{min-height:126px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:13px;align-items:start;padding:22px 20px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.section-grid>a:nth-child(4n){border-right:0}.section-grid>a:nth-last-child(-n+4){border-bottom:0}.section-grid>a:hover{background:var(--paper)}.section-icon{width:25px;height:25px;fill:none;stroke:var(--orange);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.55}.section-grid>a>span{min-width:0}.section-grid small,.section-grid strong{display:block}.section-grid strong{color:var(--green-dark);font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:600;line-height:1.25}.section-grid small{margin-top:6px;color:var(--muted);font-size:12px;line-height:1.45}.section-grid>a>svg:last-child{width:14px;color:var(--line-dark);margin-top:3px}.section-grid>a:hover>svg:last-child{color:var(--orange)}.policy-section{border-top:1px solid var(--line);background:var(--panel)}.policy-layout{display:grid;grid-template-columns:minmax(260px,.62fr) minmax(0,1.38fr);gap:clamp(48px,7vw,90px);align-items:start}.policy-heading{position:sticky;top:112px}.policy-heading>p:last-child{max-width:360px;margin:18px 0 0;color:var(--muted);font-size:14px}.policy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.policy-grid a{min-height:88px;padding:16px 18px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.policy-grid a:hover{background:var(--paper)}.policy-grid span,.policy-grid strong{display:block}.policy-grid strong{color:var(--green-dark);font-size:13px;font-weight:800}.policy-grid span{margin-top:5px;color:var(--muted);font-size:12px;line-height:1.4}.site-footer{padding:28px 0;background:var(--green-dark);color:var(--paper)}.footer-inner{display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center}.brand-footer{color:var(--paper);font-size:20px}.footer-inner nav{display:flex;justify-self:end;flex-wrap:wrap;gap:8px 22px;color:#cad3cf;font-size:12px;font-weight:700}.footer-inner nav a:hover{color:#f1a17d}.legal-header-inner{grid-template-columns:1fr auto}.legal-header-inner nav{justify-self:end}.legal-back{color:var(--green);font-size:13px;font-weight:750}.legal-main{padding:64px 0 92px}.legal-document{max-width:860px}.legal-document>header{padding-bottom:34px;border-bottom:1px solid var(--line)}.legal-document h1{margin:0;color:var(--green-dark);font-size:clamp(40px,6vw,62px);font-weight:500;letter-spacing:-.04em;line-height:1.02}.legal-description,.legal-document h1{font-family:Georgia,Times New Roman,serif}.legal-description{max-width:700px;margin:21px 0 0;color:#46514c;font-size:19px;line-height:1.55}.legal-date{margin:16px 0 0;color:var(--muted);font-size:12px;font-weight:750}.legal-sections section{padding:32px 0;border-bottom:1px solid var(--line)}.legal-sections h2{margin:0 0 16px;color:var(--green-dark);font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:500;letter-spacing:-.025em;line-height:1.2}.legal-sections li,.legal-sections p{color:#3f4945}.legal-sections p{margin:0 0 14px}.legal-sections a{color:var(--green-light);text-decoration:underline;text-decoration-color:rgba(35,96,79,.4);text-underline-offset:3px}.legal-sections ul{margin:16px 0 0;padding-left:22px}.legal-sections li+li{margin-top:9px}@media (max-width:980px){.hero-layout{grid-template-columns:1fr 390px;gap:36px}.hero h1{font-size:clamp(43px,6.5vw,58px)}.featured-image{height:238px}.section-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-grid>a:nth-child(4n){border-right:1px solid var(--line)}.section-grid>a:nth-child(2n){border-right:0}.section-grid>a:nth-last-child(-n+4){border-bottom:1px solid var(--line)}.section-grid>a:nth-last-child(-n+2){border-bottom:0}.policy-layout{grid-template-columns:1fr;gap:34px}.policy-heading{position:static}}@media (max-width:760px){html{scroll-padding-top:72px}.site-header{position:sticky;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{min-height:64px;grid-template-columns:1fr auto;gap:16px}.desktop-navigation,.header-context{display:none}.header-menu{display:block}.hero{padding:44px 0 48px}.hero-layout{grid-template-columns:1fr;gap:34px}.hero h1{font-size:clamp(42px,12vw,58px)}.featured-image{height:clamp(210px,55vw,310px)}.section{padding:56px 0 62px}.wiki-entry-header{grid-template-columns:1fr;gap:20px}}@media (max-width:560px){.shell{width:min(calc(100% - 30px),var(--shell))}.brand{font-size:24px}.hero-intro{font-size:16px}.hero-actions{display:grid}.button{width:100%}.featured-body{padding:18px 19px 20px}.featured-body h2{padding-right:92px;font-size:26px}.featured-body>div{right:19px;bottom:22px}.section-heading{align-items:start}.section h2{font-size:37px}.directory-count{margin-top:4px}.wiki-entry-header{padding:23px 20px}.section-grid{grid-template-columns:1fr}.section-grid>a{min-height:0;padding:18px;border-right:0!important;border-bottom:1px solid var(--line)!important}.section-grid>a:last-child{border-bottom:0!important}.policy-grid{grid-template-columns:1fr}.policy-grid a{min-height:0}.footer-inner{grid-template-columns:1fr;justify-items:start}.footer-inner nav{justify-self:start}.legal-main{padding-top:48px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important}}