:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#0f172a;background-color:#fffdf6;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,sans-serif}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%}body{color:#0f172a;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;background-color:#fffdf6;margin:0;overflow-y:auto}a{color:inherit}.web-shell{background-color:#fffdf6;flex-direction:column;min-height:100vh;display:flex}.web-shell__content{flex-direction:column;flex:1;display:flex}.web-header{z-index:10;backdrop-filter:blur(14px);background-color:#fffdf6eb;border-bottom:1px solid #0f172a14;width:100%;position:sticky;top:0}.web-header__inner{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;position:relative}.web-header__nav-container{flex:1;justify-content:space-between;align-items:center;gap:1.25rem;display:flex}.web-header__menu-toggle{cursor:pointer;background-color:#fff;border:1px solid #0f172a40;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;display:none}.web-header__menu-toggle span{background-color:#0f172a;border-radius:2px;width:18px;height:2px;transition:transform .2s}.web-header__logo{color:#0f172a;font-size:1.4rem;font-weight:700;text-decoration:none}.web-header__badge{text-transform:uppercase;letter-spacing:.08em;color:#0f766e;background-color:#0f766e1f;border-radius:.4rem;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.web-header__nav{flex:1;align-items:center;gap:.75rem;display:flex}.web-header__link{color:#475569;border-radius:999px;padding:.45rem .75rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s,background-color .2s,transform .2s}.web-header__link[data-active=true]{color:#0f172a;background-color:#0f172a14}.web-header__link:hover{color:#0f172a;transform:translateY(-1px)}.web-header__cta{align-items:center;gap:.6rem;display:flex}.web-header__button{color:#0f766e;background-color:#0000;border:1px solid #0f766e66;border-radius:999px;padding:.6rem 1.3rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s}.web-header__button:hover{border-color:#0f766e;transform:translateY(-1px);box-shadow:0 8px 15px #0f766e26}.web-header__button-primary{color:#fff;background-color:#0f172a;border-color:#0f172a;box-shadow:0 10px 18px #0f172a40}@media (width<=768px){.web-header__menu-toggle{display:inline-flex}.web-header__nav-container{opacity:0;pointer-events:none;z-index:5;background-color:#fffdf6;border:1px solid #0f172a14;border-radius:1rem;flex-direction:column;align-items:flex-start;padding:1.25rem 1.5rem 1.5rem;transition:opacity .2s,transform .2s;position:absolute;top:calc(100% + .5rem);left:1rem;right:1rem;transform:translateY(-10px);box-shadow:0 25px 45px #0f172a40}.web-header__nav-container.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.web-header__nav{flex-direction:column;align-items:flex-start;gap:.35rem;width:100%}.web-header__cta{flex-direction:column;align-items:stretch;width:100%}.web-header__button,.web-header__button-primary{justify-content:center;width:100%}}