:root{--bg:#f7f6f2;--surface:#fffefa;--surface-soft:#f1f4ef;--surface-warm:#f5efe7;--text:#26332d;--muted:#647068;--faint:#8b938e;--line:#e1e4de;--line-strong:#d2d8d0;--green:#486c58;--green-dark:#31503f;--green-soft:#dfeae2;--amber:#987345;--amber-soft:#f4e8d8;--blue:#55727e;--blue-soft:#e2ecef;--shadow-sm:0 1px 2px rgba(35,49,41,.05),0 8px 24px rgba(35,49,41,.04);--shadow-md:0 18px 50px rgba(35,49,41,.14);--radius-sm:12px;--radius-md:18px;--radius-lg:26px;--sidebar-width:250px;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0;background:radial-gradient(circle at 82% 4%,rgba(218,229,221,.46),transparent 27rem),var(--bg);color:var(--text);line-height:1.5}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit;cursor:pointer}a{color:inherit}svg{display:block;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.skip-link{position:fixed;z-index:1000;top:12px;left:12px;transform:translateY(-160%);padding:10px 14px;border-radius:10px;background:var(--text);color:#fff;text-decoration:none}.skip-link:focus{transform:none}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:30;width:var(--sidebar-width);padding:24px 18px 18px;background:#f0f1ec;border-right:1px solid rgba(38,51,45,.07);display:flex;flex-direction:column}.brand-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:27px}.brand{display:flex;align-items:center;color:var(--green-dark);text-decoration:none}.brand strong,.brand small{display:block}.brand strong{font-size:17px;font-weight:820;letter-spacing:-.025em;line-height:1.2}.brand small{font-size:10px;color:#7b857e;margin-top:1px}.nav-list{display:grid;gap:5px}.nav-item{min-height:45px;padding:0 13px;display:flex;align-items:center;gap:12px;border-radius:12px;color:#616b64;text-decoration:none;font-size:14px;font-weight:650}.nav-item svg{width:20px;height:20px}.nav-item:hover{background:rgba(255,255,255,.58);color:var(--green-dark)}.nav-item.is-active{background:var(--surface);color:var(--green-dark);box-shadow:var(--shadow-sm)}.sidebar-footer{margin-top:auto;position:relative}.profile-button{width:100%;margin-top:14px;padding:13px 7px 4px;border:0;border-top:1px solid var(--line);background:transparent;display:flex;align-items:center;gap:10px;text-align:left}.profile-copy{min-width:0;display:flex;flex-direction:column;flex:1}.profile-copy strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-copy small{font-size:11px;color:var(--muted);margin-top:2px}.profile-button>svg{width:18px}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#d8e5dc;color:var(--green-dark);font-size:12px;font-weight:800;flex:0 0 auto}.profile-menu{position:absolute;bottom:57px;left:4px;right:4px;padding:6px;background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:var(--shadow-md)}.profile-menu button{width:100%;border:0;background:transparent;border-radius:8px;padding:9px 11px;text-align:left;font-size:13px}.profile-menu button:hover{background:var(--surface-soft)}.main{margin-left:var(--sidebar-width);min-height:100vh}.mobile-header{display:none}.page-wrap{max-width:1440px;margin:0 auto;padding:52px 54px 72px}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:28px;margin-bottom:27px}.eyebrow,.section-kicker{margin:0 0 5px;text-transform:uppercase;letter-spacing:.11em;font-size:10px;font-weight:800;color:#78827b}.page-header h1{margin:0;font-size:36px;line-height:1.15;letter-spacing:-.045em}.page-intro{max-width:680px;color:var(--muted);font-size:16px;margin:10px 0 0}.page-footer{display:flex;justify-content:center;gap:9px;color:var(--faint);font-size:11px;margin-top:34px}.sidebar-close{display:none}.placeholder-page{min-height:calc(100vh - 180px);display:grid;place-items:center}.placeholder-card{width:min(680px,100%);text-align:center;padding:clamp(34px,7vw,70px)}.placeholder-icon{width:68px;height:68px;margin:0 auto 20px;border-radius:22px;background:var(--green-soft);display:grid;place-items:center;color:var(--green)}.placeholder-icon svg{width:34px}.placeholder-card h2{font-size:26px;margin:0}.placeholder-card p{max-width:470px;margin:12px auto;color:var(--muted)}
@media(max-width:820px){.sidebar{transform:translateX(-102%);transition:.2s;box-shadow:20px 0 55px rgba(20,28,23,.15)}body.sidebar-open .sidebar{transform:none}.sidebar-close{display:grid}.sidebar-scrim{position:fixed;inset:0;background:rgba(30,39,34,.32);z-index:20}.main{margin-left:0}.mobile-header{display:flex;position:sticky;top:0;z-index:15;height:61px;background:rgba(247,246,242,.93);backdrop-filter:blur(14px);border-bottom:1px solid rgba(45,55,49,.06);align-items:center;justify-content:space-between;padding:0 18px}.mobile-brand{text-decoration:none;color:var(--green-dark);font-size:17px;font-weight:820;letter-spacing:-.025em;line-height:1.2}.avatar-button{border:0}.page-wrap{padding:28px 20px 60px}.page-header{display:grid}}
@media(max-width:620px){.page-header h1{font-size:31px}.page-intro{font-size:14px}.page-header>.button{width:100%}.page-footer{flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}

.compliance-nav-toggle{width:100%;border:0;background:transparent;text-align:left}.nav-chevron{margin-left:auto}.compliance-nav.is-open .nav-chevron{transform:rotate(180deg)}.compliance-nav-links{display:grid;gap:2px;margin:2px 0 5px 31px}.compliance-nav-links a{padding:7px 9px;border-radius:8px;color:var(--muted);font-size:11px;font-weight:700;text-decoration:none}.compliance-nav-links a:hover,.compliance-nav-links a.is-active{background:var(--surface);color:var(--green-dark)}
