:root{--hg-black: #0A0A0A;--hg-dark: #1F1D1A;--hg-charcoal: #2d2d2d;--hg-dark-border: #3b3b3b;--hg-cream: #FBFBF9;--hg-warm-white: #f4f4f0;--hg-sand: #e1d5b6;--hg-sage: #a1c699;--hg-lime: #d0f289;--hg-forest: #00301e;--hg-brown: #967868;--hg-warm-gray: #e0e0dc;--hg-orange: #e68846;--hg-mint: #ebf5ed;--hg-off-green: #edfedc;--hg-mid-gray: #6b6b6b;--hg-dark-gray: #474747;--hg-light-border: #d0d0d0;--hg-accent: #d0f289;--hg-accent-dark: #00301e;--hg-serif: "DM Serif Display", Georgia, serif;--hg-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--hg-mono: "Fragment Mono", "Courier New", monospace}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:var(--hg-sans);color:var(--hg-dark);background:var(--hg-cream);line-height:1.65}.hg-container{max-width:52rem;margin:0 auto;padding:0 1.5rem}.hg-container.wide{max-width:68rem}.hg-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#0a0a0aeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--hg-dark-border)}.hg-nav-inner{max-width:68rem;margin:0 auto;padding:0 1.5rem;height:3.5rem;display:flex;align-items:center;justify-content:space-between}.hg-wordmark{font-family:var(--hg-serif);font-size:1.25rem;color:var(--hg-cream);text-decoration:none;letter-spacing:-.01em}.hg-nav-links{display:flex;align-items:center;gap:2rem}.hg-nav-links a{font-size:.85rem;font-weight:400;color:var(--hg-mid-gray);text-decoration:none;transition:color .2s;letter-spacing:.01em}.hg-nav-links a:hover,.hg-nav-links a.active{color:var(--hg-cream)}.hg-demo-btn{background:var(--hg-lime)!important;color:var(--hg-black)!important;padding:.4rem 1rem!important;border-radius:2rem;font-weight:600!important;font-size:.8rem!important;transition:opacity .2s!important}.hg-demo-btn:hover{opacity:.85}.hg-mobile-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:4px}.hg-mobile-toggle span{display:block;width:20px;height:2px;background:var(--hg-cream);border-radius:1px}.hg-footer{background:var(--hg-black);color:var(--hg-mid-gray);padding:4rem 0 2rem;margin-top:4rem}.hg-footer-inner{max-width:68rem;margin:0 auto;padding:0 1.5rem}.hg-footer-brand{margin-bottom:2.5rem}.hg-footer-wordmark{font-family:var(--hg-serif);font-size:1.5rem;color:var(--hg-cream)}.hg-footer-tagline{font-size:.8rem;color:var(--hg-mid-gray);margin-top:.25rem}.hg-footer-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.hg-footer-cols h4{font-family:var(--hg-mono);font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:var(--hg-sage);margin-bottom:.75rem}.hg-footer-cols a{display:block;font-size:.85rem;color:var(--hg-mid-gray);text-decoration:none;margin-bottom:.5rem;transition:color .2s}.hg-footer-cols a:hover{color:var(--hg-cream)}.hg-footer-disclaimer{border-top:1px solid var(--hg-dark-border);padding-top:2rem;margin-bottom:1.5rem}.hg-footer-disclaimer p{font-size:.75rem;line-height:1.7;color:var(--hg-mid-gray)}.hg-footer-disclaimer a{color:var(--hg-sage);text-decoration:none}.hg-footer-bottom p{font-family:var(--hg-mono);font-size:.65rem;color:var(--hg-dark-gray)}.hg-demo-toast{position:fixed;bottom:1.5rem;right:1.5rem;background:var(--hg-charcoal);border:1px solid var(--hg-lime);border-radius:.75rem;padding:1.25rem 2.5rem 1.25rem 1.25rem;max-width:24rem;z-index:200;opacity:0;transform:translateY(1rem);pointer-events:none;transition:opacity .3s,transform .3s}.hg-demo-toast.visible{opacity:1;transform:translateY(0);pointer-events:auto}.hg-demo-toast p{font-size:.8rem;color:var(--hg-warm-gray);margin-bottom:.5rem;line-height:1.5}.hg-demo-toast p:last-of-type{margin-bottom:0}.hg-demo-toast code{font-family:var(--hg-mono);font-size:.75rem;color:var(--hg-lime)}.hg-demo-toast button{position:absolute;top:.5rem;right:.75rem;background:none;border:none;color:var(--hg-mid-gray);font-size:1.1rem;cursor:pointer}.hg-section{padding:4rem 0}.hg-section.dark{background:var(--hg-black);color:var(--hg-cream)}.hg-section.warm{background:var(--hg-cream)}.hg-section.warm-alt{background:var(--hg-warm-white)}.hg-section-heading{font-family:var(--hg-serif);font-size:1.5rem;font-weight:400;margin-bottom:1.5rem;color:var(--hg-dark)}.hg-section.dark .hg-section-heading{color:var(--hg-cream)}.hg-section-divider{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--hg-warm-gray)}.hg-section.dark .hg-section-divider{border-top-color:var(--hg-dark-border)}.hg-body-text{font-size:.95rem;color:var(--hg-dark-gray);margin-bottom:1rem;line-height:1.75}.hg-body-text strong{color:var(--hg-forest);font-weight:600}@media(max-width:768px){.hg-nav-links{display:none;position:absolute;top:3.5rem;left:0;right:0;background:#0a0a0af7;flex-direction:column;padding:1rem 1.5rem;gap:1rem;border-bottom:1px solid var(--hg-dark-border)}.hg-nav-links.open,.hg-mobile-toggle{display:flex}.hg-footer-cols{grid-template-columns:1fr;gap:1.5rem}}
