@import "tailwindcss";@import "tw-animate-css";@import "../vendor/shadcn-tailwind-4.13.0.css";
:root{--ink:#10231a;--green:#0c5b3c;--mint:#eaf5ef;--gold:#c2a35f;--line:#dbe7e0;--bg:#f5f8f6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif}.tricolor{height:6px;display:grid;grid-template-columns:1fr 1fr 1fr;position:sticky;top:0;z-index:60}.tricolor i:nth-child(1){background:#003da5}.tricolor i:nth-child(2){background:#f7d417}.tricolor i:nth-child(3){background:#d81e2b}.topbar{height:84px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px);border-bottom:1px solid var(--line);position:sticky;top:6px;z-index:50}.brand{display:flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none}.brand span:last-child{display:flex;flex-direction:column;gap:2px}.brand b{font-family:Georgia,serif;font-size:20px}.brand small{font-size:11px;letter-spacing:.06em;color:#60756a}.seal{width:46px;height:46px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-family:Georgia,serif;font-weight:bold;border:3px double #d9e7df}.topbar nav{display:flex;gap:30px}.topbar nav a{color:#355045;text-decoration:none;font-weight:700;font-size:14px}.menu{display:none;border:0;background:none}.hero{background:linear-gradient(120deg,#082c20 0%,#0d5c3e 65%,#14734e 100%);color:white;padding:72px max(6vw,24px) 48px;position:relative;overflow:hidden}.hero:after{content:"DA";position:absolute;right:3%;top:-30px;font-family:Georgia,serif;font-size:300px;font-weight:bold;color:#fff;opacity:.035}.eyebrow,.kicker{display:flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:800}.eyebrow svg,.kicker svg{width:17px}.hero h1{font-family:Georgia,serif;font-size:clamp(44px,6.5vw,86px);line-height:.98;margin:18px 0;letter-spacing:-.04em}.hero h1 em{font-weight:normal;color:#bde0cd}.hero>p{max-width:720px;color:#d6e7de;font-size:18px;line-height:1.65}.search{max-width:840px;height:66px;background:white;border-radius:16px;display:flex;align-items:center;gap:12px;padding:0 18px;color:var(--ink);margin:30px 0 26px;box-shadow:0 16px 35px #001b1038;position:relative;z-index:2}.search input{border:0;outline:0;flex:1;font-size:16px}.search kbd{background:var(--mint);color:var(--green);padding:7px 10px;border-radius:8px;font-weight:bold}.quick{display:flex;gap:10px;flex-wrap:wrap;position:relative;z-index:2}.quick a{background:#ffffff12;border:1px solid #ffffff25;color:#fff;text-decoration:none;border-radius:12px;padding:11px 14px;display:flex;align-items:center;gap:9px}.quick span{background:#fff;color:var(--green);width:30px;height:30px;border-radius:8px;display:grid;place-items:center;font-size:11px;font-weight:900}.quick svg{width:14px}.updates,.directory{padding:70px max(6vw,24px)}.updates{background:#fff}.sectionHead{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px}.sectionHead h2,.why h2{font-family:Georgia,serif;font-size:clamp(30px,4vw,48px);margin:10px 0 0}.kicker{color:var(--green)}button{font:inherit}.sectionHead button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:11px 15px;display:flex;align-items:center;gap:8px;font-weight:700;color:var(--green);cursor:pointer}.sectionHead button svg{width:16px}.sectionHead button.active{background:var(--green);color:#fff}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.updateGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.updateCard{color:inherit;text-decoration:none;border:1px solid var(--line);border-radius:16px;padding:20px;min-height:190px;display:flex;flex-direction:column;transition:.2s}.updateCard:hover,.resourceCard:hover{transform:translateY(-3px);box-shadow:0 14px 30px #0c5b3c12;border-color:#9cc5ae}.updateCard>div{display:flex;justify-content:space-between}.updateCard span{background:var(--mint);color:var(--green);padding:5px 9px;border-radius:99px;font-size:12px;font-weight:900}.updateCard small{color:#75867d}.updateCard h3{font-family:Georgia,serif;font-size:19px;line-height:1.4;flex:1}.updateCard b,.resourceCard>a{font-size:13px;color:var(--green);display:flex;align-items:center;gap:6px}.updateCard svg,.resourceCard>a svg{width:14px}.scanNote{font-size:12px;color:#6d7f75;margin-top:14px}.chips{display:flex;gap:8px;overflow:auto;padding-bottom:18px}.chips button{white-space:nowrap;border:1px solid var(--line);border-radius:99px;background:white;padding:9px 14px;cursor:pointer}.chips button.active{background:var(--green);color:#fff;border-color:var(--green)}.resourceGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.resourceCard{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;min-height:240px;display:flex;flex-direction:column;transition:.2s}.resourceTop{display:flex;justify-content:space-between}.monogram{width:48px;height:48px;border-radius:13px;background:var(--green);color:#fff;display:grid;place-items:center;font-family:Georgia,serif;font-weight:bold}.resourceTop button{border:0;background:none;color:#c3cec8;cursor:pointer}.resourceTop button:hover{color:var(--gold)}.resourceCard>small{color:var(--green);font-weight:800;text-transform:uppercase;letter-spacing:.09em;margin-top:17px}.resourceCard h3{font-family:Georgia,serif;font-size:18px;line-height:1.3;margin:8px 0}.resourceCard p{color:#718178;margin:0 0 16px;font-size:14px;flex:1}.resourceCard>a{text-decoration:none}.empty{padding:40px;text-align:center;background:#fff;border-radius:16px}.why{padding:75px max(6vw,24px);background:#dfeee6;display:grid;grid-template-columns:1fr 1fr;gap:70px}.benefits{display:grid;grid-template-columns:1fr 1fr;gap:14px}.benefits p{margin:0;background:#fff;padding:20px;border-radius:14px;display:flex;gap:12px}.benefits svg{color:var(--green);flex:0 0 22px}.benefits span{display:flex;flex-direction:column;gap:5px;color:#62746a;font-size:14px;line-height:1.45}.benefits b{color:var(--ink);font-size:16px}footer{background:#071f17;color:#cfddd6;padding:42px max(6vw,24px) 90px;display:grid;grid-template-columns:1fr 1fr auto;gap:40px;align-items:center;font-size:13px}.inverse{color:#fff}.inverse .seal{background:#fff;color:var(--green)}footer p{line-height:1.6}footer>div:last-child{display:flex;gap:16px}footer a{color:#b8d4c5}.mobilebar{display:none}
@media(max-width:900px){.topbar{height:70px}.brand b{font-size:17px}.brand small{display:none}.seal{width:40px;height:40px}.menu{display:block}.topbar nav{display:none;position:absolute;top:70px;left:0;right:0;background:white;padding:20px;flex-direction:column}.topbar nav.open{display:flex}.hero{padding-top:46px}.hero h1{font-size:47px}.search{height:auto;min-height:60px}.search kbd{display:none}.quick{display:grid;grid-template-columns:1fr 1fr}.quick a:nth-child(n+5){display:none}.updateGrid{grid-template-columns:1fr}.resourceGrid{grid-template-columns:1fr 1fr}.why{grid-template-columns:1fr;gap:30px}.sectionHead{align-items:flex-start;flex-direction:column}.benefits{grid-template-columns:1fr}.updates,.directory{padding-top:52px;padding-bottom:52px}footer{grid-template-columns:1fr;padding-bottom:110px}.mobilebar{position:fixed;z-index:70;display:grid;grid-template-columns:repeat(4,1fr);bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--line);padding:8px 4px calc(8px + env(safe-area-inset-bottom));box-shadow:0 -8px 25px #10231a12}.mobilebar a,.mobilebar button{color:#52675c;text-decoration:none;border:0;background:none;display:flex;flex-direction:column;align-items:center;gap:3px;font-size:11px}.mobilebar svg{width:20px}}@media(max-width:560px){.hero h1{font-size:39px}.hero>p{font-size:16px}.quick a{padding:9px}.quick b{font-size:12px}.resourceGrid{grid-template-columns:1fr}.resourceCard{min-height:210px}.sectionHead h2,.why h2{font-size:32px}}
