@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#e6edf3;-webkit-font-smoothing:antialiased;background:#0d1117;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (min-width:768px){.container{padding:0 2rem}}.site-header{z-index:50;background:#0d1117;border-bottom:1px solid #21262d;position:sticky;top:0}.site-header .inner{justify-content:space-between;align-items:center;height:64px;display:flex}.logo{color:#e6edf3;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;display:flex}.logo:before{content:"";background:#5c9a3a;border-radius:4px;width:20px;height:20px;display:inline-block;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'/%3E%3C/svg%3E") 50%/14px no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'/%3E%3C/svg%3E") 50%/14px no-repeat}.nav-main{align-items:center;gap:2rem;display:none}@media (min-width:768px){.nav-main{display:flex}}.nav-main a{color:#8b949e;font-size:.875rem;font-weight:500;transition:color .1s}.nav-main a:hover{color:#e6edf3}.nav-cta{align-items:center;gap:1rem;display:none}@media (min-width:768px){.nav-cta{display:flex}}.nav-cta a{color:#8b949e;font-size:.875rem;font-weight:500;transition:color .1s}.nav-cta a:hover{color:#e6edf3}.nav-cta .btn-sm{color:#fff;background:#5c9a3a;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:background .1s}.nav-cta .btn-sm:hover{background:#4a7d2e}.hero{background-image:url(/images/image-01.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:4rem 0 5rem;position:relative;overflow:hidden}.hero:before{content:"";z-index:0;background:#0d1117d1;position:absolute;inset:0}.hero>*{z-index:1;position:relative}@media (min-width:768px){.hero{padding:6rem 0 7rem}}.hero-grid{align-items:center;gap:3rem;display:grid}@media (min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr;gap:4rem}}.hero-eyebrow{color:#8b949e;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.875rem;display:inline-flex}.hero-eyebrow .pill{color:#5c9a3a;background:#5c9a3a1f;border:1px solid #5c9a3a33;border-radius:9999px;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:inline-flex}.hero h1{letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.05}.hero h1 span{display:block}.hero-desc{color:#8b949e;max-width:28rem;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.hero-desc code{color:#e6edf3;background:#161b22;border-radius:4px;padding:.125rem .375rem;font-family:Geist Mono,SF Mono,Menlo,Consolas,monospace;font-size:.9375rem}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.btn-primary{color:#fff;cursor:pointer;background:#5c9a3a;border:none;border-radius:.75rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-size:.9375rem;font-weight:600;transition:background .1s;display:inline-flex}.btn-primary:hover{background:#4a7d2e}.btn-ghost{color:#8b949e;border-radius:.75rem;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-family:SF Mono,Menlo,Consolas,monospace;font-size:.9375rem;font-weight:500;transition:color .1s;display:inline-flex}.btn-ghost:hover{color:#e6edf3}.hero-stats{flex-wrap:wrap;gap:2rem;display:flex}.stat{flex-direction:column;display:flex}.stat-num{color:#e6edf3;font-size:1.5rem;font-weight:700;line-height:1}.stat-label{color:#484f58;text-transform:uppercase;letter-spacing:.5px;margin-top:.25rem;font-size:.75rem}.code-window{background:#0d1117;border:1px solid #21262d;border-radius:.75rem;overflow:hidden;box-shadow:0 8px 32px #0000004d}.code-header{background:#161b22;border-bottom:1px solid #21262d;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.dot{border-radius:50%;width:10px;height:10px}.dot-r{background:#ff5f56}.dot-y{background:#ffbd2e}.dot-g{background:#27c93f}.code-filename{color:#484f58;margin-left:.5rem;font-family:SF Mono,Menlo,Consolas,monospace;font-size:.75rem}.code-body{padding:1rem 1.25rem;font-family:Geist Mono,SF Mono,Menlo,Consolas,monospace;font-size:.8125rem;line-height:1.7;overflow-x:auto}.showcase-section{border-top:1px solid #21262d;padding:5rem 0}.showcase-section.alt{background:#0a0e14}.showcase-grid{align-items:center;gap:3rem;display:grid}@media (min-width:1024px){.showcase-grid{grid-template-columns:1fr 1fr;gap:4rem}.showcase-grid.reverse{direction:rtl}.showcase-grid.reverse>*{direction:ltr}}.showcase-image img{border:1px solid #21262d;border-radius:.75rem;width:100%;height:auto;box-shadow:0 8px 32px #0000004d}.showcase-desc{color:#8b949e;max-width:28rem;margin-bottom:1.5rem;font-size:1.0625rem;line-height:1.6}.showcase-actions{flex-wrap:wrap;gap:1rem;display:flex}.why-section{padding:5rem 0}.section-eyebrow{text-transform:uppercase;letter-spacing:.5px;color:#5c9a3a;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:flex}.section-title{letter-spacing:-.02em;margin-bottom:3rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;line-height:1.15}.feature-grid{gap:2rem;display:grid}@media (min-width:768px){.feature-grid{grid-template-columns:1fr 1fr}}.feature{flex-direction:column;gap:.5rem;display:flex}.feature h3{color:#e6edf3;font-size:1.125rem;font-weight:600}.feature p{color:#8b949e;font-size:.9375rem;line-height:1.6}.gallery-banner{text-align:center;background-image:url(/images/image-07.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:6rem 0;position:relative}.gallery-banner:before{content:"";z-index:0;background:#0d1117cc;position:absolute;inset:0}.gallery-banner>*{z-index:1;position:relative}.gallery-banner h2{letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.gallery-banner p{color:#8b949e;max-width:32rem;margin:0 auto;font-size:1rem;line-height:1.6}.cta-section{text-align:center;padding:5rem 0}.cta-section .section-title{margin-bottom:1rem}.cta-desc{color:#8b949e;max-width:28rem;margin:0 auto 2rem;font-size:1.0625rem;line-height:1.6}.cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.site-footer{border-top:1px solid #21262d;padding:4rem 0 3rem}.footer-grid{gap:3rem;display:grid}@media (min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-brand{flex-direction:column;gap:.75rem;display:flex}.footer-brand .logo{margin-bottom:.25rem}.footer-brand p{color:#8b949e;max-width:20rem;font-size:.9375rem;line-height:1.6}.footer-brand .url{color:#484f58;font-family:SF Mono,Menlo,Consolas,monospace;font-size:.8125rem}.footer-col h4{text-transform:uppercase;letter-spacing:.5px;color:#484f58;margin-bottom:1rem;font-size:.75rem;font-weight:600}.footer-col ul{flex-direction:column;gap:.625rem;list-style:none;display:flex}.footer-col a{color:#8b949e;font-size:.875rem;transition:color .1s}.footer-col a:hover{color:#e6edf3}.footer-col span{color:#484f58;font-size:.875rem}.footer-bottom{text-align:center;border-top:1px solid #21262d;margin-top:3rem;padding-top:2rem}.footer-bottom p{color:#484f58;font-size:.8125rem}.page{max-width:48rem;margin:0 auto;padding:6rem 2rem}.page h1{letter-spacing:-.5px;margin-bottom:1rem;font-size:2.5rem;font-weight:600;line-height:1.1}.page h2{margin-top:3rem;margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.page p{color:#8b949e;margin-bottom:1rem;font-size:1rem;line-height:1.6}.page ul,.page ol{color:#8b949e;margin-bottom:1rem;padding-left:1.5rem;line-height:1.6}.page li{margin-bottom:.375rem}.page a{color:#5c9a3a}.page a:hover{text-decoration:underline}.page code{background:#161b22;border-radius:6px;padding:.125rem .375rem;font-size:.875rem}.search-page{max-width:48rem;margin:0 auto;padding:6rem 1.5rem}.search-page h1{letter-spacing:-.5px;margin-bottom:.5rem;font-size:2.5rem;font-weight:600;line-height:1.1}.search-page .subtitle{color:#8b949e;margin-bottom:3rem}:root{--pagefind-ui-scale:1;--pagefind-ui-primary:#5c9a3a;--pagefind-ui-text:#e6edf3;--pagefind-ui-background:#0d1117;--pagefind-ui-border:#21262d;--pagefind-ui-tag:#161b22;--pagefind-ui-border-width:1px;--pagefind-ui-border-radius:.75rem;--pagefind-ui-image-border-radius:.75rem;--pagefind-ui-font:"Inter", system-ui, sans-serif}
