.Button-module__8RiFmG__button{border-radius:var(--radius);white-space:nowrap;border:1px solid #0000;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;line-height:1.25rem;transition:all .2s ease-in-out;display:inline-flex}.Button-module__8RiFmG__button:focus-visible{box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--ring)}.Button-module__8RiFmG__button:disabled{opacity:.5;pointer-events:none}.Button-module__8RiFmG__primary{background-color:var(--primary);color:var(--primary-foreground);box-shadow:0 1px 2px #0000000d}.Button-module__8RiFmG__primary:hover{opacity:.9;transform:translateY(-1px)}.Button-module__8RiFmG__secondary{background-color:var(--secondary);color:var(--secondary-foreground);border:1px solid var(--border)}.Button-module__8RiFmG__secondary:hover{background-color:var(--muted)}.Button-module__8RiFmG__ghost{color:var(--foreground);background-color:#0000}.Button-module__8RiFmG__ghost:hover{background-color:var(--muted)}.Button-module__8RiFmG__outline{border:1px solid var(--border);color:var(--foreground);background-color:#0000}.Button-module__8RiFmG__outline:hover{background-color:var(--muted)}.Button-module__8RiFmG__destructive{background-color:var(--destructive);color:var(--destructive-foreground)}.Button-module__8RiFmG__destructive:hover{opacity:.9}.Button-module__8RiFmG__sm{padding:.25rem .75rem;font-size:.75rem}.Button-module__8RiFmG__lg{padding:.75rem 1.5rem;font-size:1rem}.Button-module__8RiFmG__icon{padding:.5rem}.Button-module__8RiFmG__spinner{width:1rem;height:1rem;margin-right:.5rem;animation:1s linear infinite Button-module__8RiFmG__spin}@keyframes Button-module__8RiFmG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.Navbar-module__cJzEcG__navbar{z-index:50;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#fffc;align-items:center;width:100%;height:64px;display:flex;position:sticky;top:0}[data-theme=dark] .Navbar-module__cJzEcG__navbar{background-color:#09090bcc}.Navbar-module__cJzEcG__inner{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cJzEcG__logo{color:var(--foreground);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.Navbar-module__cJzEcG__logoIcon{color:var(--primary);width:24px;height:24px}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__link{color:var(--muted-foreground);font-size:.875rem;font-weight:500;transition:color .2s}.Navbar-module__cJzEcG__link:hover{color:var(--foreground)}.Navbar-module__cJzEcG__actions{align-items:center;gap:1rem;display:flex}@media (max-width:768px){.Navbar-module__cJzEcG__navLinks{display:none}}
.Footer-module__S6Hkya__footer{background-color:var(--secondary);border-top:1px solid var(--border);margin-top:auto;padding:4rem 0 2rem}.Footer-module__S6Hkya__container{flex-direction:column;gap:3rem;display:flex}.Footer-module__S6Hkya__top{flex-wrap:wrap;justify-content:space-between;gap:3rem;display:flex}.Footer-module__S6Hkya__brand{max-width:300px}.Footer-module__S6Hkya__logo{align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.Footer-module__S6Hkya__logoIcon{color:var(--primary);width:24px;height:24px}.Footer-module__S6Hkya__tagline{color:var(--muted-foreground);line-height:1.6}.Footer-module__S6Hkya__links{flex-wrap:wrap;gap:4rem;display:flex}.Footer-module__S6Hkya__column{flex-direction:column;gap:1rem;display:flex}.Footer-module__S6Hkya__column h4{margin-bottom:.5rem;font-size:.875rem;font-weight:600}.Footer-module__S6Hkya__column a{color:var(--muted-foreground);font-size:.875rem}.Footer-module__S6Hkya__column a:hover{color:var(--foreground)}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--border);text-align:center;color:var(--muted-foreground);padding-top:2rem;font-size:.875rem}
.Content-module__LcUiZq__page{background-color:var(--background);flex-direction:column;min-height:100vh;display:flex}.Content-module__LcUiZq__header{color:#fff;text-align:center;background:#000;padding:8rem 0 4rem;position:relative;overflow:hidden}.Content-module__LcUiZq__header:after{content:"";background:var(--primary);filter:blur(80px);opacity:.5;border-radius:50%;width:200px;height:100px;position:absolute;bottom:-50px;left:50%;transform:translate(-50%)}.Content-module__LcUiZq__title{letter-spacing:-.03em;z-index:10;margin-bottom:2rem;font-size:3.5rem;font-weight:800;line-height:1.2;position:relative}.Content-module__LcUiZq__subtitle{color:#a1a1aa;z-index:10;max-width:600px;margin:0 auto;font-size:1.25rem;position:relative}.Content-module__LcUiZq__container{width:100%;max-width:800px;margin:0 auto;padding:4rem 1.5rem}.Content-module__LcUiZq__prose{color:var(--foreground);font-size:1.125rem;line-height:1.9}.Content-module__LcUiZq__prose h2{color:#000;letter-spacing:-.01em;margin-top:3rem;margin-bottom:1.5rem;font-size:1.8rem;font-weight:700}.Content-module__LcUiZq__prose p{color:#52525b;margin-bottom:2rem}.Content-module__LcUiZq__prose ul{margin-bottom:2rem;padding-left:1.5rem;list-style-type:none}.Content-module__LcUiZq__prose li{color:#52525b;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.Content-module__LcUiZq__prose li:before{content:"→";color:var(--primary);font-weight:700;position:absolute;left:0}.Content-module__LcUiZq__meta{color:#a1a1aa;border-bottom:1px solid var(--border);margin-bottom:3rem;padding-bottom:1rem;font-family:monospace;font-size:.9rem;display:block}.Content-module__LcUiZq__valuesGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:3rem 0;display:grid}.Content-module__LcUiZq__valueCard{border-radius:var(--radius);border:1px solid var(--border);background:#fafafa;padding:2rem}.Content-module__LcUiZq__valueTitle{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.Content-module__LcUiZq__valueText{color:var(--muted-foreground);font-size:1rem;line-height:1.6}
