.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;font-weight:600;text-align:center;text-decoration:none;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease;white-space:nowrap;outline:none}.btn:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.btn-primary{background-color:var(--primary-color, #2563eb);color:#fff;box-shadow:0 1px 3px #0000001a}.btn-primary:hover:not(.btn-disabled){background-color:var(--primary-hover, #1d4ed8);box-shadow:0 4px 6px #2563eb33;transform:translateY(-1px)}.btn-primary:active:not(.btn-disabled){transform:translateY(0);box-shadow:0 1px 2px #0000001a}.btn-secondary{background-color:var(--secondary-color, #10b981);color:#fff;box-shadow:0 1px 3px #0000001a}.btn-secondary:hover:not(.btn-disabled){background-color:var(--secondary-hover, #059669);box-shadow:0 4px 6px #10b98133;transform:translateY(-1px)}.btn-outline{background-color:transparent;color:var(--primary-color, #2563eb);border:2px solid var(--primary-color, #2563eb)}.btn-outline:hover:not(.btn-disabled){background-color:var(--primary-color, #2563eb);color:#fff}.btn-ghost{background-color:transparent;color:var(--text-primary, #1f2937);border:1px solid var(--border-color, #e5e7eb)}.btn-ghost:hover:not(.btn-disabled){background-color:var(--bg-light, #f9fafb);border-color:var(--primary-color, #2563eb)}.btn-link{background-color:transparent;color:var(--primary-color, #2563eb);padding:.25rem .5rem;text-decoration:underline}.btn-link:hover:not(.btn-disabled){color:var(--primary-hover, #1d4ed8);text-decoration:none}.btn-small{padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem}.btn-medium{padding:.75rem 1.5rem;font-size:1rem;line-height:1.5rem}.btn-large{padding:1rem 2rem;font-size:1.125rem;line-height:1.75rem}.btn-disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn-full-width{width:100%}.btn-icon{display:inline-flex;align-items:center;justify-content:center}.btn-icon svg{width:1.25rem;height:1.25rem}.btn-small .btn-icon svg{width:1rem;height:1rem}.btn-large .btn-icon svg{width:1.5rem;height:1.5rem}@media(max-width:640px){.btn-large{padding:.875rem 1.75rem;font-size:1rem}.btn-medium{padding:.625rem 1.25rem;font-size:.9375rem}}.navbar{position:fixed;top:0;left:0;width:100%;background-color:#fff;border-bottom:1px solid var(--border-color, #e5e7eb);z-index:1000;transition:all .3s ease}.navbar-scrolled{box-shadow:0 4px 6px #0000000d}.navbar-container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.navbar-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text-primary, #1f2937);font-weight:700;font-size:1.25rem;transition:opacity .2s ease}.navbar-logo:hover{opacity:.8}.navbar-logo-img{height:2.5rem;width:auto}.navbar-logo-text{white-space:nowrap}.navbar-menu{display:flex;align-items:center;gap:.5rem;list-style:none;padding:0;margin:0;flex:1;justify-content:center}.navbar-item{position:relative}.navbar-link{display:block;padding:.5rem 1rem;font-size:.9375rem;font-weight:500;color:var(--text-secondary, #6b7280);text-decoration:none;border-radius:.5rem;transition:all .2s ease}.navbar-link:hover{color:var(--primary-color, #2563eb);background-color:#2563eb0d}.navbar-link-active{color:var(--primary-color, #2563eb);background-color:#2563eb1a;font-weight:600}.navbar-actions{display:flex;align-items:center;gap:1rem}.navbar-toggle{display:none;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;background-color:transparent;border:none;color:var(--text-primary, #1f2937);cursor:pointer;transition:background-color .2s ease}.navbar-toggle:hover{background-color:var(--bg-light, #f9fafb);border-radius:.5rem}.navbar-mobile{display:none;position:fixed;top:5rem;left:0;width:100%;height:calc(100vh - 5rem);background-color:#fff;border-top:1px solid var(--border-color, #e5e7eb);overflow-y:auto;transform:translate(-100%);transition:transform .3s ease}.navbar-mobile-open{transform:translate(0)}.navbar-mobile-menu{list-style:none;padding:1.5rem;margin:0;display:flex;flex-direction:column;gap:.5rem}.navbar-mobile-item{width:100%}.navbar-mobile-link{display:block;padding:1rem 1.25rem;font-size:1rem;font-weight:500;color:var(--text-secondary, #6b7280);text-decoration:none;border-radius:.5rem;transition:all .2s ease}.navbar-mobile-link:hover{color:var(--primary-color, #2563eb);background-color:#2563eb0d}.navbar-mobile-link-active{color:var(--primary-color, #2563eb);background-color:#2563eb1a;font-weight:600}.navbar-mobile-cta{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-color, #e5e7eb)}@media(max-width:1024px){.navbar-menu{gap:.25rem}.navbar-link{padding:.5rem .75rem;font-size:.875rem}}@media(max-width:768px){.navbar-menu,.navbar-actions{display:none}.navbar-toggle{display:flex}.navbar-mobile{display:block}.navbar-logo-text{font-size:1.125rem}}@media(max-width:640px){.navbar-container{padding:.875rem 1rem}.navbar-logo-img{height:2rem}.navbar-logo-text{font-size:1rem}}.footer{width:100%;background-color:var(--text-primary, #1f2937);color:#fff;padding:4rem 0 2rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-section{display:flex;flex-direction:column}.footer-about{max-width:350px}.footer-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#fff;font-weight:700;font-size:1.25rem;margin-bottom:1rem;transition:opacity .2s ease}.footer-logo:hover{opacity:.8}.footer-logo-img{height:2.5rem;width:auto;filter:brightness(0) invert(1)}.footer-logo-text{white-space:nowrap}.footer-description{font-size:.9375rem;line-height:1.6;color:#ffffffb3;margin:0 0 1.5rem}.footer-social{display:flex;align-items:center;gap:1rem}.footer-social-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background-color:#ffffff1a;color:#fff;transition:all .3s ease}.footer-social-link:hover{background-color:var(--primary-color, #2563eb);transform:translateY(-2px)}.footer-title{font-size:1rem;font-weight:700;color:#fff;margin:0 0 1.25rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-link{font-size:.9375rem;color:#ffffffb3;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#fff}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;flex-wrap:wrap;gap:1rem}.footer-copyright{font-size:.875rem;color:#fff9;margin:0}.footer-bottom-links{display:flex;align-items:center;gap:1rem}.footer-bottom-link{font-size:.875rem;color:#fff9;text-decoration:none;transition:color .2s ease}.footer-bottom-link:hover{color:#fff}.footer-divider{color:#ffffff4d}@media(max-width:1024px){.footer-top{grid-template-columns:2fr 1fr 1fr;gap:2.5rem}.footer-section:last-child{grid-column:span 3}}@media(max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-top{grid-template-columns:1fr 1fr;gap:2rem;padding-bottom:2rem}.footer-about{grid-column:span 2;max-width:100%}.footer-section:last-child{grid-column:span 1}}@media(max-width:640px){.footer-container{padding:0 1rem}.footer-top{grid-template-columns:1fr;gap:2rem}.footer-about{grid-column:span 1}.footer-bottom{flex-direction:column;align-items:center;text-align:center;padding-top:1.5rem}.footer-copyright{order:2}.footer-bottom-links{order:1}}.page-wrapper{display:flex;flex-direction:column;min-height:100vh;width:100%}.page-main{flex:1;width:100%;margin-top:5rem}@media(max-width:768px){.page-main{margin-top:4.5rem}}@media(max-width:640px){.page-main{margin-top:4rem}}.hero-section{position:relative;width:100%;min-height:750px;display:flex;align-items:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-background img{width:100%;height:100%;object-fit:cover;display:block}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#00000080,#0000004d);z-index:1}.hero-container{position:relative;z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:flex-end;align-items:center}.hero-content{max-width:600px;width:100%;background:#ffffffbe;padding:3.5rem;border-radius:1.5rem;box-shadow:0 25px 50px #00000026;display:flex;flex-direction:column;gap:1.5rem;animation:fadeInUp .8s ease-out}.hero-title{font-size:1.89rem;font-weight:800;line-height:1.2;color:#1f2937;margin:0}.hero-subtitle{font-size:1.125rem;font-weight:600;line-height:1.5;color:#2563eb;margin:0}.hero-description{font-size:1.0625rem;line-height:1.75;color:#6b7280;margin:0}.hero-actions{display:flex;align-items:center;gap:1rem;margin-top:1rem;flex-wrap:wrap}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1023px){.hero-section{min-height:650px}.hero-container{justify-content:center;padding:0 1.5rem}.hero-content{max-width:550px;padding:3rem}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.0625rem}.hero-description{font-size:1rem}}@media(max-width:767px){.hero-section{min-height:600px;padding:2rem 0}.hero-container{padding:0 1rem}.hero-content{max-width:100%;padding:2.5rem 2rem;gap:1.25rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-description{font-size:.9375rem;line-height:1.65}.hero-actions{flex-direction:column;width:100%;gap:.75rem}.hero-actions button{width:100%}}@media(max-width:479px){.hero-section{min-height:550px}.hero-content{padding:2rem 1.5rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.9375rem}.hero-description{font-size:.875rem}}@media(prefers-reduced-motion:reduce){.hero-content{animation:none}}@media print{.hero-section{page-break-inside:avoid}.hero-overlay{display:none}.hero-content{box-shadow:none;border:1px solid #e5e7eb}}.section-wrapper{width:100%;position:relative}.section-bg-white{background-color:var(--bg-white, #ffffff)}.section-bg-light{background-color:var(--bg-light, #f9fafb)}.section-bg-gray{background-color:var(--bg-gray, #f3f4f6)}.section-bg-primary{background-color:var(--primary-color, #2563eb);color:#fff}.section-bg-gradient{background:linear-gradient(135deg,var(--primary-color, #2563eb) 0%,var(--secondary-color, #10b981) 100%);color:#fff}.section-padding-none{padding:0}.section-padding-small{padding:2rem 0}.section-padding-medium{padding:4rem 0}.section-padding-large{padding:6rem 0}.section-padding-xlarge{padding:8rem 0}.section-container{width:100%;margin:0 auto;padding:0}.container-default{max-width:1200px}.container-narrow{max-width:900px}.container-wide{max-width:1400px}.container-full{max-width:100%;padding:0}.section-header{margin-bottom:3rem}.section-header-center{text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.section-header-left{text-align:left}.section-header-right{text-align:right}.section-subtitle{font-size:.9375rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--primary-color, #2563eb);margin:0 0 .75rem}.section-bg-primary .section-subtitle,.section-bg-gradient .section-subtitle{color:#ffffffe6}.section-title{font-size:2.25rem;font-weight:800;line-height:1.2;color:var(--text-primary, #1f2937);margin:0 0 1rem}.section-bg-primary .section-title,.section-bg-gradient .section-title{color:#fff}.section-description{font-size:1.125rem;line-height:1.75;color:var(--text-secondary, #6b7280);margin:0}.section-bg-primary .section-description,.section-bg-gradient .section-description{color:#ffffffe6}.section-content{width:100%}@media(max-width:1024px){.section-padding-large{padding:4rem 0}.section-padding-xlarge{padding:6rem 0}.section-title{font-size:2rem}.section-description{font-size:1rem}}@media(max-width:768px){.section-padding-medium{padding:3rem 0}.section-padding-large{padding:3.5rem 0}.section-padding-xlarge{padding:4rem 0}.section-container{padding:0}.section-header{margin-bottom:2rem}.section-title{font-size:1.75rem}.section-subtitle{font-size:.875rem}.section-description{font-size:.9375rem}}@media(max-width:640px){.section-padding-small{padding:1.5rem 0}.section-padding-medium{padding:2.5rem 0}.section-padding-large{padding:3rem 0}.section-padding-xlarge{padding:3.5rem 0}.section-container{padding:0}.section-title{font-size:1.5rem}.section-header-right,.section-header-left{text-align:center}}.card{background-color:var(--bg-white, #ffffff);border-radius:.75rem;transition:all .3s ease;overflow:hidden}.card-default{background-color:var(--bg-white, #ffffff)}.card-light{background-color:var(--bg-light, #f9fafb)}.card-primary{background-color:var(--primary-color, #2563eb);color:#fff}.card-gradient{background:linear-gradient(135deg,var(--primary-color, #2563eb) 0%,var(--secondary-color, #10b981) 100%);color:#fff}.card-padding-small{padding:1rem}.card-padding-medium{padding:1.5rem}.card-padding-large{padding:2rem}.card-padding-none{padding:0}.card-shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.card-border{border:1px solid var(--border-color, #e5e7eb)}.card-hover:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a,0 4px 10px #0000000d}.card-clickable{cursor:pointer}.card-clickable:active{transform:translateY(-2px)}.card-header{padding-bottom:1rem;border-bottom:1px solid var(--border-color, #e5e7eb)}.card-body{padding:0}.card-footer{padding-top:1rem;border-top:1px solid var(--border-color, #e5e7eb);margin-top:auto}.card-title{font-size:1.25rem;font-weight:700;line-height:1.75rem;color:var(--text-primary, #1f2937);margin:0 0 .5rem}.card-primary .card-title,.card-gradient .card-title{color:#fff}.card-description{font-size:.9375rem;line-height:1.5rem;color:var(--text-secondary, #6b7280);margin:0}.card-primary .card-description,.card-gradient .card-description{color:#ffffffe6}.card-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.75rem;background-color:var(--bg-light, #f9fafb);color:var(--primary-color, #2563eb);margin-bottom:1rem}.card-icon svg{width:1.5rem;height:1.5rem}.card-primary .card-icon,.card-gradient .card-icon{background-color:#fff3;color:#fff}.card-full-height{height:100%;display:flex;flex-direction:column}@media(max-width:768px){.card-padding-large{padding:1.5rem}.card-padding-medium{padding:1.25rem}.card-title{font-size:1.125rem}.card-description{font-size:.875rem}}@media(max-width:640px){.card-padding-large{padding:1.25rem}.card-padding-medium{padding:1rem}.card-icon{width:2.5rem;height:2.5rem}.card-icon svg{width:1.25rem;height:1.25rem}}.value-props-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.value-prop-card{text-align:center;padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:center}.value-prop-icon{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border-radius:1rem;background:linear-gradient(135deg,var(--primary-color, #2563eb) 0%,var(--secondary-color, #10b981) 100%);color:#fff;margin-bottom:1.5rem;box-shadow:0 4px 6px #2563eb33}.value-prop-icon svg{width:2rem;height:2rem}.value-prop-icon img{width:2rem;height:2rem;object-fit:contain}.value-prop-title{font-size:1.25rem;font-weight:700;line-height:1.5;color:var(--text-primary, #1f2937);margin:0 0 1rem}.value-prop-description{font-size:.9375rem;line-height:1.75;color:var(--text-secondary, #6b7280);margin:0}.value-prop-card:hover .value-prop-icon{transform:scale(1.1);box-shadow:0 8px 12px #2563eb4d}@media(max-width:1024px){.value-props-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.75rem}}@media(max-width:768px){.value-props-grid{grid-template-columns:1fr;gap:1.5rem}.value-prop-card{padding:2rem 1.5rem}.value-prop-icon{width:3.5rem;height:3.5rem}.value-prop-icon svg,.value-prop-icon img{width:1.75rem;height:1.75rem}.value-prop-title{font-size:1.125rem}.value-prop-description{font-size:.875rem}}@media(max-width:640px){.value-prop-card{padding:1.75rem 1.25rem}}#value-propositions{position:relative}.programs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.program-card{display:flex;flex-direction:column;height:100%}.program-features{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-color, #e5e7eb)}.program-features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.program-feature-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:var(--text-secondary, #6b7280)}.program-feature-item svg{flex-shrink:0;margin-top:.125rem;color:var(--primary-color, #2563eb)}@media(max-width:1024px){.programs-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.75rem}}@media(max-width:768px){.programs-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:640px){.programs-grid{gap:1.25rem}.program-features{margin-top:1.25rem;padding-top:1.25rem}}.social-proof-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{display:flex;flex-direction:column;height:100%;position:relative;padding:2rem}.testimonial-quote-mark{font-size:4rem;line-height:1;color:var(--primary-color, #2563eb);opacity:.2;font-family:Georgia,serif;margin-bottom:-1rem}.testimonial-quote{font-size:1rem;line-height:1.75;color:var(--text-primary, #1f2937);margin:0 0 1.5rem;flex-grow:1;font-style:italic}.testimonial-footer{display:flex;align-items:center;gap:1rem;margin-top:auto;padding-top:1.5rem;border-top:1px solid var(--border-color, #e5e7eb)}.testimonial-image{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid var(--primary-color, #2563eb)}.testimonial-info{flex:1}.testimonial-institution{font-size:1rem;font-weight:700;color:var(--text-primary, #1f2937);margin-bottom:.25rem}.testimonial-location{font-size:.875rem;color:var(--text-secondary, #6b7280);margin-bottom:.5rem}.testimonial-meta{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.testimonial-badge{display:inline-block;padding:.25rem .75rem;font-size:.75rem;font-weight:600;color:var(--primary-color, #2563eb);background-color:#2563eb1a;border-radius:9999px}.testimonial-year{font-size:.875rem;color:var(--text-secondary, #6b7280)}@media(max-width:1024px){.social-proof-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}}@media(max-width:768px){.social-proof-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:1.5rem}.testimonial-quote{font-size:.9375rem}.testimonial-image{width:50px;height:50px}}@media(max-width:640px){.testimonial-quote-mark{font-size:3rem}.testimonial-footer{flex-direction:column;align-items:flex-start}.testimonial-image{width:60px;height:60px}}#social-proof{position:relative}.social-proof__container{max-width:1200px;margin:0 auto;padding:2rem}.social-proof__title{text-align:center;margin-bottom:2rem}#cta{position:relative;overflow:hidden}.cta-content{max-width:800px;margin:0 auto;text-align:center}.cta-title{font-size:2.5rem;font-weight:800;line-height:1.2;color:#fff;margin:0 0 1.5rem}.cta-description{font-size:1.125rem;line-height:1.75;color:#fffffff2;margin:0 0 2rem}.cta-actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.cta-button-white{background-color:#fff;color:var(--primary-color, #2563eb);box-shadow:0 4px 6px #0000001a}.cta-button-white:hover{background-color:#f9fafb;transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.cta-button-outline-white{background-color:transparent;color:#fff;border:2px solid #ffffff}.cta-button-outline-white:hover{background-color:#ffffff1a;border-color:#fff;color:#fff}@media(max-width:1024px){.cta-title{font-size:2.25rem}.cta-description{font-size:1.0625rem}}@media(max-width:768px){.cta-title{font-size:2rem}.cta-description{font-size:1rem}.cta-actions{flex-direction:column;width:100%}.cta-actions button{width:100%}}@media(max-width:640px){.cta-title{font-size:1.75rem}.cta-description{font-size:.9375rem}}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-top:3rem}.resource-card{display:flex;gap:1.25rem;padding:1.75rem;transition:all .3s ease}.resource-card:hover{border-color:var(--primary-color, #2563eb)}.resource-icon{flex-shrink:0;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:.75rem;background-color:#2563eb1a;color:var(--primary-color, #2563eb)}.resource-content{flex:1;display:flex;flex-direction:column}.resource-title{font-size:1.0625rem;font-weight:700;line-height:1.5;color:var(--text-primary, #1f2937);margin:0 0 .75rem}.resource-description{font-size:.875rem;line-height:1.6;color:var(--text-secondary, #6b7280);margin:0 0 1rem}.resource-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.resource-badge{display:inline-block;padding:.25rem .625rem;font-size:.75rem;font-weight:600;color:var(--primary-color, #2563eb);background-color:#2563eb1a;border-radius:9999px}.resource-duration{font-size:.75rem;color:var(--text-secondary, #6b7280)}.resource-action{margin-top:auto}.resources-footer{margin-top:4rem;text-align:center;padding:2rem;background-color:#2563eb0d;border-radius:.75rem}.resources-footer-text{font-size:1rem;line-height:1.75;color:var(--text-secondary, #6b7280);max-width:700px;margin:0 auto}@media(max-width:1024px){.resources-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media(max-width:768px){.resources-grid{grid-template-columns:1fr;gap:1.25rem}.resource-card{flex-direction:column;padding:1.5rem}.resource-icon{width:2.5rem;height:2.5rem}.resources-footer{margin-top:3rem;padding:1.5rem}.resources-footer-text{font-size:.9375rem}}@media(max-width:640px){.resource-card{padding:1.25rem}.resource-title{font-size:1rem}.resources-footer{padding:1.25rem}}.home-page{width:100%;overflow-x:hidden}html{scroll-behavior:smooth}#root{margin:0rem auto;padding:0rem;text-align:justify}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}:root{--primary-color: #2563eb;--primary-hover: #1d4ed8;--primary-light: #3b82f6;--primary-dark: #1e40af;--secondary-color: #10b981;--secondary-hover: #059669;--secondary-light: #34d399;--secondary-dark: #047857;--accent-color: #f59e0b;--accent-hover: #d97706;--accent-light: #fbbf24;--accent-dark: #b45309;--text-primary: #1f2937;--text-secondary: #6b7280;--text-tertiary: #9ca3af;--text-inverse: #ffffff;--bg-white: #ffffff;--bg-light: #f9fafb;--bg-gray: #f3f4f6;--bg-dark: #1f2937;--border-color: #e5e7eb;--border-light: #f3f4f6;--border-dark: #d1d5db;--success-color: #10b981;--success-light: #d1fae5;--success-dark: #047857;--error-color: #ef4444;--error-light: #fee2e2;--error-dark: #dc2626;--warning-color: #f59e0b;--warning-light: #fef3c7;--warning-dark: #d97706;--info-color: #3b82f6;--info-light: #dbeafe;--info-dark: #2563eb;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-full: 9999px;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem;--space-5xl: 8rem;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--font-serif: Georgia, Cambria, "Times New Roman", Times, serif;--font-mono: "Courier New", Courier, monospace;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--text-6xl: 3.75rem;--font-light: 300;--font-normal: 400;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--font-extrabold: 800;--font-black: 900;--leading-none: 1;--leading-tight: 1.25;--leading-snug: 1.375;--leading-normal: 1.5;--leading-relaxed: 1.625;--leading-loose: 2;--tracking-tighter: -.05em;--tracking-tight: -.025em;--tracking-normal: 0em;--tracking-wide: .025em;--tracking-wider: .05em;--tracking-widest: .1em;--z-dropdown: 1000;--z-sticky: 1020;--z-fixed: 1030;--z-modal-backdrop: 1040;--z-modal: 1050;--z-popover: 1060;--z-tooltip: 1070;--transition-fast: .15s;--transition-base: .2s;--transition-slow: .3s;--transition-slower: .5s;--breakpoint-sm: 640px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1280px;--breakpoint-2xl: 1536px;--container-sm: 640px;--container-md: 768px;--container-lg: 1024px;--container-xl: 1280px;--container-2xl: 1536px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--text-primary);background-color:var(--bg-white);-webkit-tap-highlight-color:transparent}h1,h2,h3,h4,h5,h6{margin:0;font-weight:var(--font-bold);line-height:var(--leading-tight);color:var(--text-primary)}h1{font-size:var(--text-5xl);font-weight:var(--font-extrabold)}h2{font-size:var(--text-4xl);font-weight:var(--font-bold)}h3{font-size:var(--text-3xl);font-weight:var(--font-bold)}h4{font-size:var(--text-2xl);font-weight:var(--font-semibold)}h5{font-size:var(--text-xl);font-weight:var(--font-semibold)}h6{font-size:var(--text-lg);font-weight:var(--font-semibold)}p{margin:0;line-height:var(--leading-relaxed)}a{color:var(--primary-color);text-decoration:none;transition:color var(--transition-base) ease}a:hover{color:var(--primary-hover)}a:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px;border-radius:var(--radius-sm)}ul,ol{list-style-position:inside}img{max-width:100%;height:auto;display:block}input,textarea,select,button{font-family:inherit;font-size:inherit;line-height:inherit}button{cursor:pointer;background:none;border:none;padding:0}input:focus,textarea:focus,select:focus{outline:2px solid var(--primary-color);outline-offset:2px}code{font-family:var(--font-mono);font-size:.875em;background-color:var(--bg-gray);padding:.125rem .25rem;border-radius:var(--radius-sm)}pre{font-family:var(--font-mono);background-color:var(--bg-gray);padding:var(--space-md);border-radius:var(--radius-md);overflow-x:auto}blockquote{border-left:4px solid var(--primary-color);padding-left:var(--space-lg);margin:var(--space-lg) 0;font-style:italic;color:var(--text-secondary)}hr{border:none;border-top:1px solid var(--border-color);margin:var(--space-2xl) 0}table{width:100%;border-collapse:collapse;border-spacing:0}th,td{padding:var(--space-md);text-align:left;border-bottom:1px solid var(--border-color)}th{font-weight:var(--font-semibold);background-color:var(--bg-light)}.container{width:100%;max-width:var(--container-xl);margin:0 auto;padding:0 var(--space-lg)}.container-narrow{max-width:var(--container-md)}.container-wide{max-width:var(--container-2xl)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background-color:var(--bg-light)}::-webkit-scrollbar-thumb{background-color:var(--border-dark);border-radius:var(--radius-full);border:2px solid var(--bg-light)}::-webkit-scrollbar-thumb:hover{background-color:var(--text-secondary)}::selection{background-color:var(--primary-color);color:var(--text-inverse)}::-moz-selection{background-color:var(--primary-color);color:var(--text-inverse)}:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}:disabled{cursor:not-allowed;opacity:.6}@media print{*,*:before,*:after{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}img{page-break-inside:avoid}img,picture{max-width:100%!important}h2,h3{page-break-after:avoid}}@media(max-width:768px){html{font-size:15px}h1{font-size:var(--text-4xl)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}}@media(max-width:640px){html{font-size:14px}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}.container{padding:0 var(--space-md)}}
