@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";.md-top-app-bar{background-color:var(--md-sys-color-surface);height:64px;color:var(--md-sys-color-on-surface);box-shadow:var(--md-sys-elevation-level-0);z-index:100;border-bottom:1px solid var(--md-sys-color-outline-variant);justify-content:space-between;align-items:center;padding:0 16px;display:flex;position:sticky;top:0}.md-top-app-bar__title{align-items:center;gap:12px;display:flex}.md-top-app-bar__actions{align-items:center;gap:8px;display:flex}.app-container{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.hero{text-align:center;background:linear-gradient(to bottom, var(--md-sys-color-surface), var(--md-sys-color-surface-container-low));justify-content:center;align-items:center;padding:80px 24px;display:flex}.hero-content{flex-direction:column;align-items:center;gap:24px;max-width:840px;display:flex}.hero-title{color:var(--md-sys-color-on-surface)}.hero-highlight{color:var(--md-sys-color-primary);font-weight:700}.hero-subtitle{color:var(--md-sys-color-on-surface-variant);max-width:600px}.hero-actions{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:24px;display:flex}.section-title{text-align:center;color:var(--md-sys-color-on-background);margin-bottom:48px}.nav-link{color:var(--md-sys-color-on-surface-variant);text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--md-sys-color-primary)}.features{max-width:1200px;margin:0 auto;padding:64px 24px}.features-grid{grid-template-columns:1fr;gap:24px;display:grid}.feature-card{border-radius:var(--md-sys-shape-corner-large);align-items:flex-start;padding:32px;transition:transform .3s cubic-bezier(.2,0,0,1),box-shadow .3s cubic-bezier(.2,0,0,1)}.feature-icon-wrapper{background-color:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container);border-radius:var(--md-sys-shape-corner-medium);justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:8px;font-size:24px;display:flex}.showcase{max-width:1000px;margin:0 auto;padding:64px 24px}.showcase-content{flex-direction:column;gap:24px;display:flex}.showcase-image-placeholder{background-color:var(--md-sys-color-surface-container-highest);border-radius:var(--md-sys-shape-corner-medium);height:250px;color:var(--md-sys-color-on-surface-variant);border:1px dashed var(--md-sys-color-outline-variant);justify-content:center;align-items:center;display:flex}.about-section{max-width:800px;margin:0 auto;padding:64px 24px}.faq-section{max-width:800px;margin:0 auto;padding:0 24px 80px}.about-card{padding:32px}.about-list{color:var(--md-sys-color-on-surface-variant);flex-direction:column;gap:8px;margin-top:16px;list-style:none;display:flex}.footer{background-color:var(--md-sys-color-surface-container-high);color:var(--md-sys-color-on-surface-variant);border-top:1px solid var(--md-sys-color-outline-variant);padding:32px 24px}.footer-content{text-align:center;flex-direction:column;align-items:center;gap:24px;max-width:1200px;margin:0 auto;display:flex}.footer-brand p{margin-top:8px}.footer-links{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.footer-links a:hover{color:var(--md-sys-color-primary);text-decoration:underline}@media (width>=600px){.features-grid{grid-template-columns:repeat(2,1fr)}.footer-content{text-align:left;flex-direction:row;justify-content:space-between}}@media (width>=840px){.features-grid{grid-template-columns:repeat(3,1fr)}.hero{padding:120px 24px}}.md-button{border-radius:var(--md-sys-shape-corner-full);cursor:pointer;height:40px;font-family:var(--md-sys-typescale-font-family);border:none;justify-content:center;align-items:center;gap:8px;padding:0 24px;transition:all .2s ease-in-out;display:inline-flex;position:relative;overflow:hidden}.md-button:disabled{opacity:.38;cursor:not-allowed}.md-button__icon{justify-content:center;align-items:center;margin-left:-8px;font-size:18px;display:flex}.md-button--filled{background-color:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);box-shadow:var(--md-sys-elevation-level-0)}.md-button--filled:hover:not(:disabled){box-shadow:var(--md-sys-elevation-level-1);background-image:linear-gradient(#ffffff14,#ffffff14)}.md-button--filled:active:not(:disabled){background-image:linear-gradient(#ffffff1f,#ffffff1f)}.md-button--elevated{background-color:var(--md-sys-color-surface-container-low);color:var(--md-sys-color-primary);box-shadow:var(--md-sys-elevation-level-1)}.md-button--elevated:hover:not(:disabled){box-shadow:var(--md-sys-elevation-level-2);background-image:linear-gradient(#386a2014,#386a2014)}.md-button--filled-tonal{background-color:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container)}.md-button--filled-tonal:hover:not(:disabled){box-shadow:var(--md-sys-elevation-level-1);background-image:linear-gradient(#131f0d14,#131f0d14)}.md-button--outlined{color:var(--md-sys-color-primary);border:1px solid var(--md-sys-color-outline);background-color:#0000}.md-button--outlined:hover:not(:disabled){border-color:var(--md-sys-color-primary);background-color:#386a2014}.md-button--text{color:var(--md-sys-color-primary);background-color:#0000;padding:0 12px}.md-button--text:hover:not(:disabled){background-color:#386a2014}.md-card{border-radius:var(--md-sys-shape-corner-medium);flex-direction:column;gap:12px;padding:16px;transition:all .2s;display:flex;overflow:hidden}.md-card--primary-container{background-color:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container);box-shadow:var(--md-sys-elevation-level-0)}.md-card--primary-container:hover{box-shadow:var(--md-sys-elevation-level-2);transform:translateY(-4px)}.md-card--primary-container h3,.md-card--primary-container p{color:var(--md-sys-color-on-primary-container)}.md-card--secondary-container{background-color:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container);box-shadow:var(--md-sys-elevation-level-0)}.md-card--secondary-container:hover{box-shadow:var(--md-sys-elevation-level-2);transform:translateY(-4px)}.md-card--secondary-container h3,.md-card--secondary-container p{color:var(--md-sys-color-on-secondary-container)}.md-card--elevated{background-color:var(--md-sys-color-surface-container-low);color:var(--md-sys-color-on-surface);box-shadow:var(--md-sys-elevation-level-1)}.md-card--elevated:hover{box-shadow:var(--md-sys-elevation-level-2)}.md-card--filled{background-color:var(--md-sys-color-surface-container-highest);color:var(--md-sys-color-on-surface);box-shadow:var(--md-sys-elevation-level-0)}.md-card--filled:hover{box-shadow:var(--md-sys-elevation-level-1);background-image:linear-gradient(#1a1c1814,#1a1c1814)}.md-card--outlined{background-color:var(--md-sys-color-surface);color:var(--md-sys-color-on-surface);border:1px solid var(--md-sys-color-outline-variant);box-shadow:var(--md-sys-elevation-level-0)}.md-card--outlined:hover{box-shadow:var(--md-sys-elevation-level-1);background-image:linear-gradient(#1a1c180a,#1a1c180a)}.md-accordion{flex-direction:column;gap:8px;width:100%;display:flex}.md-accordion-item{background-color:var(--md-sys-color-surface-container);border-radius:var(--md-sys-shape-corner-medium);transition:background-color .2s;overflow:hidden}.md-accordion-item--expanded{background-color:var(--md-sys-color-surface-container-high)}.md-accordion-header{cursor:pointer;width:100%;color:var(--md-sys-color-on-surface);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.md-accordion-header:hover{background-image:linear-gradient(#1a1c180a,#1a1c180a)}.dark-theme .md-accordion-header:hover{background-image:linear-gradient(#e3e3dc0a,#e3e3dc0a)}.md-accordion-icon{color:var(--md-sys-color-on-surface-variant);justify-content:center;align-items:center;display:flex}.md-accordion-content-wrapper{overflow:hidden}.md-accordion-content{color:var(--md-sys-color-on-surface-variant);padding:0 24px 24px}:root{--md-sys-color-primary:#386a20;--md-sys-color-on-primary:#fff;--md-sys-color-primary-container:#b7f397;--md-sys-color-on-primary-container:#042100;--md-sys-color-secondary:#55624c;--md-sys-color-on-secondary:#fff;--md-sys-color-secondary-container:#d8e7cb;--md-sys-color-on-secondary-container:#131f0d;--md-sys-color-tertiary:#386666;--md-sys-color-on-tertiary:#fff;--md-sys-color-tertiary-container:#bbeceb;--md-sys-color-on-tertiary-container:#002020;--md-sys-color-error:#ba1a1a;--md-sys-color-on-error:#fff;--md-sys-color-error-container:#ffdad6;--md-sys-color-on-error-container:#410002;--md-sys-color-background:#fdfdf5;--md-sys-color-on-background:#1a1c18;--md-sys-color-surface:#fdfdf5;--md-sys-color-on-surface:#1a1c18;--md-sys-color-surface-variant:#dfe4d7;--md-sys-color-on-surface-variant:#43483e;--md-sys-color-surface-container-highest:#e3e3e3;--md-sys-color-surface-container-high:#e9e9e9;--md-sys-color-surface-container:#efefef;--md-sys-color-surface-container-low:#f5f5f5;--md-sys-color-surface-container-lowest:#fff;--md-sys-color-outline:#74796d;--md-sys-color-outline-variant:#c3c8bc;--md-sys-color-surface-tint:#386a20;--md-sys-color-scrim:#000;--md-sys-color-shadow:#000;--md-sys-typescale-font-family:"Roboto", sans-serif;--md-sys-typescale-display-large-font-size:57px;--md-sys-typescale-display-large-line-height:64px;--md-sys-typescale-display-large-weight:400;--md-sys-typescale-display-medium-font-size:45px;--md-sys-typescale-display-medium-line-height:52px;--md-sys-typescale-display-medium-weight:400;--md-sys-typescale-display-small-font-size:36px;--md-sys-typescale-display-small-line-height:44px;--md-sys-typescale-display-small-weight:400;--md-sys-typescale-headline-large-font-size:32px;--md-sys-typescale-headline-large-line-height:40px;--md-sys-typescale-headline-large-weight:400;--md-sys-typescale-headline-medium-font-size:28px;--md-sys-typescale-headline-medium-line-height:36px;--md-sys-typescale-headline-medium-weight:400;--md-sys-typescale-headline-small-font-size:24px;--md-sys-typescale-headline-small-line-height:32px;--md-sys-typescale-headline-small-weight:400;--md-sys-typescale-title-large-font-size:22px;--md-sys-typescale-title-large-line-height:28px;--md-sys-typescale-title-large-weight:400;--md-sys-typescale-title-medium-font-size:16px;--md-sys-typescale-title-medium-line-height:24px;--md-sys-typescale-title-medium-weight:500;--md-sys-typescale-title-small-font-size:14px;--md-sys-typescale-title-small-line-height:20px;--md-sys-typescale-title-small-weight:500;--md-sys-typescale-body-large-font-size:16px;--md-sys-typescale-body-large-line-height:24px;--md-sys-typescale-body-large-weight:400;--md-sys-typescale-body-medium-font-size:14px;--md-sys-typescale-body-medium-line-height:20px;--md-sys-typescale-body-medium-weight:400;--md-sys-typescale-body-small-font-size:12px;--md-sys-typescale-body-small-line-height:16px;--md-sys-typescale-body-small-weight:400;--md-sys-typescale-label-large-font-size:14px;--md-sys-typescale-label-large-line-height:20px;--md-sys-typescale-label-large-weight:500;--md-sys-typescale-label-medium-font-size:12px;--md-sys-typescale-label-medium-line-height:16px;--md-sys-typescale-label-medium-weight:500;--md-sys-typescale-label-small-font-size:11px;--md-sys-typescale-label-small-line-height:16px;--md-sys-typescale-label-small-weight:500;--md-sys-shape-corner-none:0px;--md-sys-shape-corner-extra-small:4px;--md-sys-shape-corner-small:8px;--md-sys-shape-corner-medium:12px;--md-sys-shape-corner-large:16px;--md-sys-shape-corner-extra-large:28px;--md-sys-shape-corner-full:9999px;--md-sys-elevation-level-0:none;--md-sys-elevation-level-1:0px 1px 3px 1px #00000026, 0px 1px 2px 0px #0000004d;--md-sys-elevation-level-2:0px 2px 6px 2px #00000026, 0px 1px 2px 0px #0000004d;--md-sys-elevation-level-3:0px 1px 3px 0px #0000004d, 0px 4px 8px 3px #00000026;--md-sys-elevation-level-4:0px 2px 3px 0px #0000004d, 0px 6px 10px 4px #00000026;--md-sys-elevation-level-5:0px 4px 4px 0px #0000004d, 0px 8px 12px 6px #00000026;--md-sys-breakpoint-compact:600px;--md-sys-breakpoint-medium:840px;--md-sys-breakpoint-expanded:1200px}.dark-theme{--md-sys-color-primary:#9cd67e;--md-sys-color-on-primary:#0f3900;--md-sys-color-primary-container:#225107;--md-sys-color-on-primary-container:#b7f397;--md-sys-color-secondary:#becba8;--md-sys-color-on-secondary:#283421;--md-sys-color-secondary-container:#3e4a36;--md-sys-color-on-secondary-container:#d8e7cb;--md-sys-color-tertiary:#a0d0d0;--md-sys-color-on-tertiary:#003737;--md-sys-color-tertiary-container:#1e4e4e;--md-sys-color-on-tertiary-container:#bbeceb;--md-sys-color-error:#ffb4ab;--md-sys-color-on-error:#690005;--md-sys-color-error-container:#93000a;--md-sys-color-on-error-container:#ffdad6;--md-sys-color-background:#1a1c18;--md-sys-color-on-background:#e3e3dc;--md-sys-color-surface:#1a1c18;--md-sys-color-on-surface:#e3e3dc;--md-sys-color-surface-variant:#43483e;--md-sys-color-on-surface-variant:#c3c8bc;--md-sys-color-surface-container-highest:#333630;--md-sys-color-surface-container-high:#292b26;--md-sys-color-surface-container:#1f211c;--md-sys-color-surface-container-low:#1a1c18;--md-sys-color-surface-container-lowest:#0e0f0c;--md-sys-color-outline:#8d9287;--md-sys-color-outline-variant:#43483e;--md-sys-color-surface-tint:#9cd67e;--md-sys-color-scrim:#000;--md-sys-color-shadow:#000}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--md-sys-typescale-font-family);background-color:var(--md-sys-color-background);color:var(--md-sys-color-on-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.md-typescale-display-large{font-size:var(--md-sys-typescale-display-large-font-size);line-height:var(--md-sys-typescale-display-large-line-height);font-weight:var(--md-sys-typescale-display-large-weight)}.md-typescale-display-medium{font-size:var(--md-sys-typescale-display-medium-font-size);line-height:var(--md-sys-typescale-display-medium-line-height);font-weight:var(--md-sys-typescale-display-medium-weight)}.md-typescale-display-small{font-size:var(--md-sys-typescale-display-small-font-size);line-height:var(--md-sys-typescale-display-small-line-height);font-weight:var(--md-sys-typescale-display-small-weight)}.md-typescale-headline-large{font-size:var(--md-sys-typescale-headline-large-font-size);line-height:var(--md-sys-typescale-headline-large-line-height);font-weight:var(--md-sys-typescale-headline-large-weight)}.md-typescale-headline-medium{font-size:var(--md-sys-typescale-headline-medium-font-size);line-height:var(--md-sys-typescale-headline-medium-line-height);font-weight:var(--md-sys-typescale-headline-medium-weight)}.md-typescale-headline-small{font-size:var(--md-sys-typescale-headline-small-font-size);line-height:var(--md-sys-typescale-headline-small-line-height);font-weight:var(--md-sys-typescale-headline-small-weight)}.md-typescale-title-large{font-size:var(--md-sys-typescale-title-large-font-size);line-height:var(--md-sys-typescale-title-large-line-height);font-weight:var(--md-sys-typescale-title-large-weight)}.md-typescale-title-medium{font-size:var(--md-sys-typescale-title-medium-font-size);line-height:var(--md-sys-typescale-title-medium-line-height);font-weight:var(--md-sys-typescale-title-medium-weight)}.md-typescale-title-small{font-size:var(--md-sys-typescale-title-small-font-size);line-height:var(--md-sys-typescale-title-small-line-height);font-weight:var(--md-sys-typescale-title-small-weight)}.md-typescale-body-large{font-size:var(--md-sys-typescale-body-large-font-size);line-height:var(--md-sys-typescale-body-large-line-height);font-weight:var(--md-sys-typescale-body-large-weight)}.md-typescale-body-medium{font-size:var(--md-sys-typescale-body-medium-font-size);line-height:var(--md-sys-typescale-body-medium-line-height);font-weight:var(--md-sys-typescale-body-medium-weight)}.md-typescale-body-small{font-size:var(--md-sys-typescale-body-small-font-size);line-height:var(--md-sys-typescale-body-small-line-height);font-weight:var(--md-sys-typescale-body-small-weight)}.md-typescale-label-large{font-size:var(--md-sys-typescale-label-large-font-size);line-height:var(--md-sys-typescale-label-large-line-height);font-weight:var(--md-sys-typescale-label-large-weight)}.md-typescale-label-medium{font-size:var(--md-sys-typescale-label-medium-font-size);line-height:var(--md-sys-typescale-label-medium-line-height);font-weight:var(--md-sys-typescale-label-medium-weight)}.md-typescale-label-small{font-size:var(--md-sys-typescale-label-small-font-size);line-height:var(--md-sys-typescale-label-small-line-height);font-weight:var(--md-sys-typescale-label-small-weight)}a{color:inherit;text-decoration:none}
