*{transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}body{font-family:Inter,system-ui,-apple-system,sans-serif;letter-spacing:-.011em;line-height:1.5}h1,h2,h3,h4,h5,h6{font-weight:600;letter-spacing:-.02em;line-height:1.2}.button,[role=button],button{position:relative;overflow:hidden;transition:all .2s ease}.button:hover,[role=button]:hover,button:hover{transform:translateY(-1px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.button:active,[role=button]:active,button:active{transform:translateY(0)}a{position:relative;text-decoration:none;transition:color .2s ease}a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:hsl(var(--primary));transition:width .2s ease}a:hover:after{width:100%}.card-hover{transition:all .2s ease}.card-hover:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.animate-in{animation:fadeIn .4s ease forwards;opacity:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-stagger>*{animation:fadeIn .4s ease forwards;opacity:0}.animate-stagger>:first-child{animation-delay:.05s}.animate-stagger>:nth-child(2){animation-delay:.1s}.animate-stagger>:nth-child(3){animation-delay:.15s}.animate-stagger>:nth-child(4){animation-delay:.2s}.animate-stagger>:nth-child(5){animation-delay:.25s}input,select,textarea{transition:all .2s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsla(var(--primary)/.1)}html{scroll-behavior:smooth}.skeleton{background:linear-gradient(90deg,hsl(var(--muted)) 0,hsl(var(--muted)/.5) 50%,hsl(var(--muted)) 100%);background-size:200% 100%;animation:skeleton 1.5s infinite}@keyframes skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.fade-in-view{opacity:0;transform:translateY(20px);transition:all .6s ease}.fade-in-view.visible{opacity:1;transform:translateY(0)}.gradient-text{background:linear-gradient(135deg,hsl(var(--primary)) 0,hsl(var(--accent)) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hover-lift{transition:transform .2s ease,box-shadow .2s ease}.hover-lift:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}body,html{overflow-x:hidden;width:100%}@media (max-width:768px){[role=button],a,button,input[type=button],input[type=submit]{min-height:44px;min-width:44px}div,p,span{line-height:1.6}.container{padding-left:1rem;padding-right:1rem}.mobile-card{margin:.5rem 0;border-radius:1rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.mobile-button{margin:.25rem;padding:.875rem 1.25rem}.mobile-nav{padding:1rem}.mobile-grid{grid-template-columns:1fr;gap:1rem}input,select,textarea{font-size:16px!important;padding:.75rem;border-radius:.5rem}[data-radix-popper-content-wrapper]{padding:1rem}*{-webkit-overflow-scrolling:touch}:focus{outline:2px solid hsl(var(--ring));outline-offset:2px}.loading{display:flex;align-items:center;justify-content:center;min-height:200px}section{padding:2rem 1rem}.hero-section{padding:3rem 1rem;text-align:center}img{max-width:100%;height:auto}table{font-size:.875rem}ol,ul{padding-left:1.5rem}.badge,.button{margin:.125rem}.icon-sm{width:1rem;height:1rem}.icon-md{width:1.5rem;height:1.5rem}.icon-lg{width:2rem;height:2rem}h1{font-size:clamp(1.875rem,5vw,2.5rem);line-height:1.2}h2{font-size:clamp(1.5rem,4vw,2rem);line-height:1.3}h3{font-size:clamp(1.25rem,3vw,1.5rem);line-height:1.4}p{margin-bottom:1rem}a{text-decoration:none;color:inherit}a:hover{text-decoration:underline}.card{margin-bottom:1rem}.mobile-menu{width:100%;max-width:400px}.form-group{margin-bottom:1.5rem}.button-group{display:flex;flex-direction:column;gap:.5rem}.mobile-spacing-sm{margin:.5rem;padding:.5rem}.mobile-spacing-md{margin:1rem;padding:1rem}.mobile-spacing-lg{margin:1.5rem;padding:1.5rem}.mobile-fade-in{animation:fadeIn .3s ease-in-out}.mobile-slide-up{animation:slideUp .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mobile-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.error-message{color:hsl(var(--destructive))}.error-message,.success-message{font-size:.875rem;margin-top:.5rem}.success-message{color:hsl(var(--ai-success))}}@media (min-width:769px) and (max-width:1024px){.mobile-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.container{padding-left:2rem;padding-right:2rem}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.icon{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@supports (-ms-ime-align:auto){.dark,[class*=dark],[data-theme=dark],body,body.dark,html,html.dark{color-scheme:light!important}#__next,[data-nextjs-page],body{min-height:100vh!important;display:block!important;visibility:visible!important}}@media (forced-colors:active){body,html{color-scheme:light!important}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}