*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px}body{color:#1e293b;background-color:#f1f5f9;line-height:1.5}img,svg{max-width:100%;display:block}a{color:inherit}button{cursor:pointer;font-family:inherit}.header{color:#f8fafc;z-index:100;background-color:#1e293b;position:sticky;top:0;box-shadow:0 2px 8px #0000004d}.header__container{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;padding:0 1.5rem;display:flex}.header__logo{color:#f8fafc;letter-spacing:-.5px;font-size:1.5rem;font-weight:700;text-decoration:none}.header__logo:hover{color:#38bdf8}.header__nav-list{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.header__nav-link{color:#cbd5e1;border-bottom:2px solid #0000;padding:.25rem 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s,border-color .2s}.header__nav-link:hover,.header__nav-link--active{color:#38bdf8;border-bottom-color:#38bdf8}@media (width<=480px){.header__nav-list{gap:1rem}.header__logo{font-size:1.2rem}}.footer{color:#94a3b8;background-color:#1e293b;margin-top:auto;padding:1.5rem 0}.footer__container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.footer__text{margin:0;font-size:.875rem}.footer__links{gap:1.5rem;display:flex}.footer__link{color:#94a3b8;font-size:.875rem;text-decoration:none;transition:color .2s}.footer__link:hover{color:#38bdf8}@media (width<=600px){.footer__container{text-align:center;flex-direction:column}}.layout{flex-direction:column;min-height:100vh;display:flex}.layout__main{background-color:#f1f5f9;flex:1}.layout__container{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.home__hero{text-align:center;color:#f8fafc;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border-radius:12px;margin-bottom:3rem;padding:4rem 1rem}.home__title{letter-spacing:-1px;margin:0 0 1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800}.home__subtitle{color:#94a3b8;max-width:600px;margin:0 auto 2rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}.home__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.home__section-title{color:#1e293b;margin-bottom:1.5rem;font-size:1.75rem;font-weight:700}.home__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1.5rem;transition:box-shadow .2s,transform .2s}.feature-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001a}.feature-card__icon{font-size:2rem}.feature-card__title{color:#1e293b;margin:.5rem 0 .25rem;font-size:1.1rem;font-weight:600}.feature-card__description{color:#64748b;margin:0;font-size:.9rem;line-height:1.5}.btn{cursor:pointer;border-radius:8px;padding:.65rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background-color .2s,transform .1s;display:inline-block}.btn:active{transform:scale(.97)}.btn--primary{color:#0f172a;background-color:#38bdf8}.btn--primary:hover{background-color:#0ea5e9}.btn--secondary{color:#f8fafc;background-color:#0000;border:2px solid #475569}.btn--secondary:hover{color:#38bdf8;border-color:#38bdf8}.about{max-width:760px}.about__title{color:#1e293b;margin-bottom:1rem;font-size:2.25rem;font-weight:800}.about__lead{color:#475569;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.about__section{margin-bottom:2.5rem}.about__section h2{color:#1e293b;border-bottom:2px solid #e2e8f0;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.4rem;font-weight:700}.about__stack-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.about__stack-item{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem 1rem;font-size:.95rem}.about__stack-item strong{color:#1e293b}.about__code{color:#e2e8f0;white-space:pre;background:#1e293b;border-radius:10px;padding:1.25rem 1.5rem;font-size:.875rem;line-height:1.7;overflow-x:auto}.not-found{text-align:center;padding:5rem 1rem}.not-found__code{color:#e2e8f0;margin:0;font-size:clamp(5rem,15vw,10rem);font-weight:900;line-height:1}.not-found__title{color:#1e293b;margin:.5rem 0 1rem;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700}.not-found__message{color:#64748b;margin-bottom:2rem;font-size:1.05rem}
