:root{--md-sys-color-primary:#0b57d0;--md-sys-color-on-primary:#fff;--md-sys-color-primary-container:#d3e3fd;--md-sys-color-on-primary-container:#041e49;--md-sys-color-secondary:#5e5e5e;--md-sys-color-on-secondary:#fff;--md-sys-color-secondary-container:#e3e3e3;--md-sys-color-on-secondary-container:#1f1f1f;--md-sys-color-tertiary:#188038;--md-sys-color-on-tertiary:#fff;--md-sys-color-tertiary-container:#c4eed0;--md-sys-color-on-tertiary-container:#072711;--md-sys-color-surface:#f8f9fa;--md-sys-color-on-surface:#1f1f1f;--md-sys-color-surface-variant:#e1e3e1;--md-sys-color-on-surface-variant:#444746;--md-sys-color-surface-container:#fff;--md-sys-color-surface-container-high:#f1f3f4;--md-sys-color-outline:#747775;--md-sys-color-outline-variant:#c4c7c5;--md-sys-typescale-body-medium-font:"Outfit", sans-serif;--md-sys-typescale-body-large-font:"Outfit", sans-serif;--md-sys-typescale-title-medium-font:"Outfit", sans-serif;--md-sys-typescale-title-large-font:"Outfit", sans-serif;--md-sys-typescale-headline-medium-font:"Outfit", sans-serif;--md-sys-typescale-headline-large-font:"Outfit", sans-serif;--md-sys-typescale-display-large-font:"Outfit", sans-serif;--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;font-family:var(--md-sys-typescale-body-large-font);background-color:var(--md-sys-color-surface);color:var(--md-sys-color-on-surface)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-overflow-style:none;scrollbar-width:none;margin:0}::-webkit-scrollbar{display:none}[data-theme=dark]{--md-sys-color-primary:#a8c7fa;--md-sys-color-on-primary:#062e6f;--md-sys-color-primary-container:#0842a0;--md-sys-color-on-primary-container:#d3e3fd;--md-sys-color-secondary:#c7c7c7;--md-sys-color-on-secondary:#303030;--md-sys-color-secondary-container:#474747;--md-sys-color-on-secondary-container:#e3e3e3;--md-sys-color-surface:#1f1f1f;--md-sys-color-on-surface:#e3e3e3;--md-sys-color-surface-variant:#444746;--md-sys-color-on-surface-variant:#c4c7c5;--md-sys-color-surface-container:#282a2c;--md-sys-color-surface-container-high:#343638;--md-sys-color-outline:#8e918f;--md-sys-color-outline-variant:#444746}.md3-skeleton{background:linear-gradient(90deg, var(--md-sys-color-surface-variant) 25%, var(--md-sys-color-surface-container-highest,#e3e3e3) 50%, var(--md-sys-color-surface-variant) 75%);border-radius:var(--md-sys-shape-corner-small);background-size:200% 100%;animation:1.5s infinite md3-shimmer}[data-theme=dark] .md3-skeleton{background:linear-gradient(90deg, var(--md-sys-color-surface-variant) 25%, var(--md-sys-color-surface-container-high) 50%, var(--md-sys-color-surface-variant) 75%);background-size:200% 100%}@keyframes md3-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.md3-app{background:var(--md-sys-color-surface);min-height:100vh;color:var(--md-sys-color-on-surface);font-family:var(--md-sys-typescale-body-large-font);display:flex}.md3-nav-rail{background:var(--md-sys-color-surface-container);border-right:1px solid var(--md-sys-color-outline-variant);z-index:100;flex-direction:column;align-items:center;width:80px;padding-top:24px;display:flex;position:fixed;top:0;bottom:0;left:0}.md3-nav-items{flex-direction:column;align-items:center;gap:24px;width:100%;margin-top:32px;display:flex}.md3-nav-fab{display:flex}.md3-content-wrapper{flex-direction:column;flex:1;margin-left:80px;display:flex}.md3-top-app-bar{background:var(--md-sys-color-surface);z-index:50;border-bottom:1px solid var(--md-sys-color-outline-variant);align-items:center;height:64px;padding:0 24px;display:flex;position:sticky;top:0}.md3-top-app-bar__title{font:var(--md-sys-typescale-title-large);color:var(--md-sys-color-on-surface);margin:0;font-weight:500}.md3-main-content{box-sizing:border-box;flex-direction:column;gap:80px;width:100%;max-width:1200px;margin:0 auto;padding:40px;display:flex}section{flex-direction:column;gap:24px;display:flex}section h2{font-family:var(--md-sys-typescale-headline-large-font);color:var(--md-sys-color-primary);margin:0;font-size:clamp(1.75rem,5vw,2.5rem)}.hero-container{background-color:var(--md-sys-color-surface-container-high);border-radius:var(--md-sys-shape-corner-extra-large);flex-direction:column;align-items:flex-start;gap:24px;padding:clamp(24px,5vw,48px);display:flex}.hero-title{color:var(--md-sys-color-on-surface);margin:0;font-size:clamp(2rem,8vw,3.5rem);line-height:clamp(2.5rem,9vw,4rem)}.hero-subtitle{color:var(--md-sys-color-primary);margin:-12px 0 0;font-size:clamp(1.25rem,4vw,1.5rem);font-weight:500}@media (width<=768px){.md3-app{flex-direction:column}.md3-content-wrapper{margin-bottom:80px;margin-left:0}.md3-nav-rail{border-right:none;border-top:1px solid var(--md-sys-color-outline-variant);box-sizing:border-box;flex-direction:row;order:1;justify-content:space-around;align-items:center;width:100%;height:72px;padding:0 8px;top:auto;bottom:0}.md3-nav-items{flex-direction:row;justify-content:space-around;gap:0;width:100%;margin-top:0}.md3-nav-fab{display:none}.md3-main-content{gap:48px;padding:16px}.md3-top-app-bar{height:56px;padding:0 12px}.md3-top-app-bar>div:nth-child(2){display:none!important}.md3-top-app-bar__title{font-size:1.125rem;flex:1!important}section h2{font-size:1.5rem}.hero-container{border-radius:20px;padding:24px}}@media (width<=480px){.md3-main-content{gap:36px;padding:12px}.md3-nav-items md-icon-button{--md-icon-button-icon-size:22px;--md-icon-button-state-layer-size:36px}}
