@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:#f8fafc!important;background:#0f172a!important;font-family:Inter,sans-serif!important;line-height:1.6;overflow-x:hidden;min-height:100vh!important;transition:background-color .3s ease,color .3s ease!important}html.light body{background:#f8fafc!important;color:#1e293b!important}html.dark body{background:#0f172a!important;color:#e2e8f0!important}.section-fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out!important}.section-fade-in.visible{opacity:1;transform:translateY(0)}.timeline-item{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease!important}.timeline-item.active{opacity:1;transform:translateY(0)}.timeline-dot{transition:background-color .3s ease,transform .3s ease,color .3s ease!important}.timeline-item.active .timeline-dot{background-color:#14b8a6!important;color:#fff!important;transform:scale(1.1)}.text-gradient{background:linear-gradient(135deg,#00d4ff,#09c)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}.container{width:100%!important;max-width:1540px!important;margin:0 auto!important;padding:0 20px!important}.header{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:1000!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;padding:1rem 0!important}.header,html.light .header{background:hsla(0,0%,100%,.8)!important;border-bottom:1px solid rgba(0,0,0,.1)!important}html.dark .header{background:rgba(15,23,42,.8)!important;border-bottom:1px solid hsla(0,0%,100%,.1)!important}.hero{min-height:100vh!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:0 20px!important}.hero h1{font-size:3.5rem!important;font-weight:700!important;margin-bottom:1.5rem!important}.hero h1,html.light .hero h1{color:#1e293b!important}html.dark .hero h1{color:#e2e8f0!important}.hero p{font-size:1.2rem!important;margin-bottom:2rem!important;max-width:600px!important;margin-left:auto!important;margin-right:auto!important;opacity:.9!important}.hero p,html.light .hero p{color:#64748b!important}html.dark .hero p{color:#cbd5e1!important}.btn{display:inline-block!important;padding:12px 30px!important;border-radius:50px!important;font-weight:600!important;text-decoration:none!important;transition:all .3s ease!important;margin:0 10px!important;border:2px solid transparent!important;cursor:pointer!important}.btn-primary{background:linear-gradient(135deg,#00d4ff,#09c)!important;color:#fff!important}.btn-primary:hover{transform:translateY(-2px)!important;box-shadow:0 10px 30px rgba(0,212,255,.3)!important}.btn-secondary{background:transparent!important;color:#00d4ff!important;border-color:#00d4ff!important}.btn-secondary:hover{background:#00d4ff!important;color:#0a0e1a!important;transform:translateY(-2px)!important}.section{padding:80px 0!important}.section h2{font-size:2.5rem!important;font-weight:700!important;text-align:center!important;margin-bottom:3rem!important;background:linear-gradient(135deg,#00d4ff,#09c)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}.services-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))!important;grid-gap:2rem!important;gap:2rem!important;margin-top:3rem!important}.service-card{background:hsla(0,0%,100%,.05)!important;border:1px solid hsla(0,0%,100%,.1)!important;border-radius:20px!important;padding:2rem!important;text-align:center!important;transition:all .3s ease!important}.service-card:hover{transform:translateY(-5px)!important;background:hsla(0,0%,100%,.08)!important;border-color:#00d4ff!important}html.light .service-card{background:rgba(0,0,0,.05)!important;border-color:rgba(0,0,0,.1)!important}html.light .service-card:hover{background:rgba(0,0,0,.08)!important}html.dark .service-card{background:hsla(0,0%,100%,.05)!important;border-color:hsla(0,0%,100%,.1)!important}html.dark .service-card:hover{background:hsla(0,0%,100%,.08)!important}.portfolio-filters{display:flex!important;justify-content:center!important;gap:.5rem!important;margin-bottom:3rem!important;flex-wrap:wrap!important}.filter-btn{padding:.5rem 1.25rem!important;border-radius:9999px!important;font-weight:500!important;transition:all .2s ease-in-out!important;border:1px solid transparent!important;background-color:transparent!important;color:#64748b!important;cursor:pointer!important}.filter-btn:hover{background-color:#f1f5f9!important}.filter-btn.active{background-color:#0d9488!important;color:#fff!important;border-color:#0d9488!important}html.dark .filter-btn{color:#94a3b8!important}html.dark .filter-btn:hover{background-color:#334155!important}html.dark .filter-btn.active{background-color:#2dd4bf!important;color:#1e293b!important;border-color:#2dd4bf!important}.portfolio-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))!important;grid-gap:2rem!important;gap:2rem!important;max-width:1200px!important;margin:0 auto!important}.portfolio-item{background:#fff!important;border-radius:.5rem!important;overflow:hidden!important;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)!important;cursor:pointer!important;transition:all .3s ease!important;group:true}.portfolio-item:hover{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)!important;transform:translateY(-4px)!important}html.dark .portfolio-item{background:#1e293b!important}.line-clamp-2{overflow:hidden!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}.contact-form{max-width:600px!important;margin:0 auto!important}.form-group{margin-bottom:1.5rem!important}.form-control{width:100%!important;padding:12px 15px!important;background:hsla(0,0%,100%,.05)!important;border:1px solid hsla(0,0%,100%,.1)!important;border-radius:10px!important;color:#fff!important;font-size:1rem!important}.form-control:focus{outline:none!important;border-color:#00d4ff!important;box-shadow:0 0 0 3px rgba(0,212,255,.1)!important}html.light .form-control{background:rgba(0,0,0,.05)!important;border-color:rgba(0,0,0,.1)!important;color:#000!important}html.dark .form-control{background:hsla(0,0%,100%,.05)!important;border-color:hsla(0,0%,100%,.1)!important;color:#fff!important}.footer{background:#f8fafc!important;padding:1.5rem!important;text-align:center!important;border-top:1px solid rgba(0,0,0,.1)!important;margin-top:1rem!important}.footer,html.dark .footer{color:hsla(0,0%,100%,.7)!important}html.dark .footer{background:#0f172a!important;border-top-color:hsla(0,0%,100%,.1)!important}html.light .footer{color:rgba(100,116,139,.7)!important}@media (min-width:1024px){.portfolio-grid{grid-template-columns:repeat(3,1fr)!important}}@media (min-width:768px) and (max-width:1023px){.portfolio-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:767px){.hero h1{font-size:2.5rem!important}.hero p{font-size:1rem!important}.section h2{font-size:2rem!important}.portfolio-grid,.services-grid{grid-template-columns:1fr!important}}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-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_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-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_e8ce0c;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_e8ce0c;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_e8ce0c;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_e8ce0c;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_e8ce0c{font-family:__Inter_e8ce0c,__Inter_Fallback_e8ce0c;font-style:normal}