@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--primary-bg: rgba(24, 24, 24, 1);--secondary-bg: rgba(30, 30, 30, 1);--tertiary-bg: #000000;--primary-text: #ffffff;--secondary-text: rgba(255, 255, 255, .7);--tertiary-text: rgba(132, 129, 153, 1);--grey: rgba(128, 128, 128, .543);--accent-color: #1d4ed8;--danger-color: #dc3545;--primary-font: "Roboto", sans-serif;--secondary-font: "Poppins", sans-serif;--primary-color-border: #ffffff25;--primary-box-shadow: rgba(255, 255, 255, .139);--lg-text: 6rem}.dashboard-root{--color-text-primary: #1a1a1a;--color-text-secondary: #4a4a4a;--color-text-muted: #9ca3af;--color-text-accent: #2563eb;--color-text-success: #16a34a;--color-text-warning: #ca8a04;--color-text-error: #dc2626;--color-bg-primary: #ffffff;--color-bg-secondary: #f9fafb;--color-bg-tertiary: #f3f4f6;--color-bg-accent: #2563eb;--color-bg-login: #f0f4ff;--color-bg-input: #ffffff;--color-bg-input-disabled: #e5e7eb;--color-border-light: ;--color-border-dark: #575757;--color-border-input: #d1d5db;--color-border-accent: #2563eb;--color-border-error: #dc2626;--color-hover: rgba(0,0,0,.05);--color-active: rgba(0,0,0,.1);--color-focus-ring: #2563eb33}html{font-size:16px;font-family:Roboto}a{text-decoration:none;color:var(--primary-text)}body{background-color:#000;color:var(--primary-text);scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar{display:none}button{background-color:transparent;border:none;font-size:20px}input:-webkit-autofill{background-color:transparent!important;-webkit-box-shadow:0 0 0px 1000px transparent inset!important;transition:background-color 9999s ease-in-out 0s}input:-moz-autofill{background-color:transparent!important}h1{font-size:clamp(1.75rem,2vw + 1rem,2.25rem);line-height:1.1;font-weight:700}h2{font-size:clamp(1.5rem,1.5vw + 1rem,2rem);line-height:1.35;font-weight:600}h3{font-size:clamp(1.25rem,1.25vw + .75rem,1.5rem);line-height:1.4;font-weight:600}.subheading-1,p{font-size:clamp(.9rem,1vw + .25rem,1rem);line-height:1.5;font-weight:500}.subheading-2,.form-label{font-size:clamp(.65rem,.75vw,.75rem);line-height:1.2;font-weight:400}.subheading-3{font-size:clamp(.5rem,.5vw,.5rem);line-height:1.2;font-weight:400}button,div{font-family:Roboto}span,a{font-family:Inter}nav div{font-family:Inter}p{font-family:Inter}.information-message{position:fixed;top:10vh;right:0;width:40%;height:8vh;background-color:#77777789;border:1px solid var(--primary-color-border);display:grid;place-items:center;z-index:1000;backdrop-filter:blur(6px) saturate(100%);-webkit-backdrop-filter:blur(6px) saturate(100%);transition:all 3s ease}.cursor-animation{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:9999}.cursor-dot{position:absolute;width:12px;height:12px;background:#fff9;border:1px solid rgba(255,255,255,.8);border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;transition:all .15s cubic-bezier(.25,.46,.45,.94);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);mix-blend-mode:difference;box-shadow:0 0 10px #ffffff4d}.cursor-dot-heading{width:16px;height:16px;background:#ffffffb3;box-shadow:0 0 15px #fff6}.cursor-dot-image{width:8px;height:8px;background:#fff6;border:1px solid rgba(255,255,255,.6)}.cursor-dot-interactive{width:18px;height:18px;background:#a855f7cc;border:2px solid rgba(168,85,247,1);box-shadow:0 0 20px #a855f780;mix-blend-mode:normal}.cursor-dot-hover{transform:translate(-50%,-50%) scale(1.3);background:#ec4899cc;border:2px solid rgba(236,72,153,1);box-shadow:0 0 25px #ec489999;mix-blend-mode:normal}@media screen and (max-width: 768px){.cursor-dot{width:10px;height:10px}.cursor-dot-heading{width:14px;height:14px}.cursor-dot-interactive{width:16px;height:16px}}@media screen and (max-width: 480px){.cursor-animation{display:none}}@media screen and (max-width: 375px){html{font-size:8px}}@media screen and (max-width: 480px){html{font-size:12px}}@media screen and (max-width: 768px){html{font-size:12px}}@media screen and (max-width: 1024px){html{font-size:14px}}.container{width:100%;height:auto}.hero-section{padding-top:5vh;background-color:var(--secondary-bg);display:flex;flex-direction:column;justify-content:space-between;align-items:center;overflow:hidden}.hero-section-content{text-align:center}.hero-section-dashboard-img-container{width:100%;height:auto;position:relative;display:flex;justify-content:space-around}#hero-section-dashboard-img-elliptical-overlay{position:absolute;bottom:0;width:60%;opacity:.2}.hero-section-dashboard-img-container img{width:80%;height:auto}.hero-section-dashboard-img-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#0000,#000)}.hero-section-starry-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:80%;width:80%}.hero-section-starry-bg img{width:100%;height:100%}.product-video-container{width:100%}.product-video-container img{width:100%;height:100%;object-fit:contain}.core-values-container,.testimonial-container{text-align:center;color:var(--primary-text);padding:50px 20px;background-color:var(--tertiary-bg)}.tab-buttons{display:flex;justify-content:center;gap:10px;margin:30px 0;flex-wrap:wrap}.tab-btn{padding:10px 20px;border:1px solid var(--primary-color-border);background:transparent;color:#fff;border-radius:5px;cursor:pointer;transition:all .3s ease}.tab-btn.active{background-color:var(--accent-color);color:#fff;border:none}.tab-content{display:flex;justify-content:center;align-items:stretch;flex-wrap:wrap;border:1px solid var(--primary-color-border);border-radius:10px;overflow:hidden;margin:0 auto;width:80%}.text-section{flex:1;text-align:left;padding:30px;border-radius:10px;background-color:var(--tertiary-bg)}.text-section h3{font-size:22px;margin-bottom:15px}.text-section p{color:var(--tertiary-text);margin-bottom:15px}.text-section ul{color:var(--tertiary-text);list-style:disc;margin-left:20px}.image-section{flex:1;display:flex;align-items:center;justify-content:center;background:var(--accent-color);padding:50px 30px}.image-section img{width:100%;max-width:500px;border-radius:5px}.testimonial-container{width:100%;background-color:var(--primary-bg);padding:20px}.testimonial-container p{text-align:left;color:#ffffffb8}.testimonial-section{color:#fff;padding:60px 20px;font-family:Arial,sans-serif}.heading{text-align:center;margin-bottom:40px;font-size:24px;font-weight:700;color:#fff}.testimonial-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;max-width:1200px;margin:0 auto}.testimonial-card{background-color:var(--tertiary-bg);border-radius:8px;padding:20px;position:relative}.stars{color:var(--accent-color);font-size:20px;margin-bottom:10px;text-align:left}.testimonial-text{font-size:14px;margin:35px 0;line-height:1.6}.testimonial-footer{display:flex;align-items:center;gap:10px}.avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.name{font-weight:600;font-size:14px}.title{font-size:12px;color:#bbb}.testimonial-tag{position:absolute;top:16px;right:16px;color:#fff;font-size:12px;display:flex;align-items:center;gap:5px}.testimonial-tag img{width:20px;height:20px}#testimonial-subtitle{text-align:center;margin:20px 0}.demo-section{overflow:hidden}@media screen and (max-width: 1024px){.testimonial-grid{grid-template-columns:1fr 1fr}.tab-content{width:90%}.core-values-container,.testimonial-container{padding:40px 30px}}@media screen and (max-width: 768px){.hero-section{height:auto;padding:40px 20px 30px}.hero-section-content h1{font-size:32px;line-height:1.2;margin-bottom:20px}.hero-section-content p{font-size:16px;margin-bottom:30px;padding:0 10px}.hero-section-dashboard-img-container img{width:90%}.product-video-container{height:auto;padding:20px}.core-values-container,.testimonial-container{padding:40px 20px}.core-values-container h2,.testimonial-container h2{font-size:28px;margin-bottom:20px}.tab-content{flex-direction:column;width:95%}.text-section,.image-section{flex:none}.text-section{padding:25px 20px}.image-section{padding:30px 20px}.image-section img{max-width:400px}.tab-buttons{gap:8px;margin:25px 0}.tab-btn{padding:8px 16px;font-size:14px}.testimonial-container{height:70vh}.testimonial-section{overflow:hidden;width:100%;padding:40px 10px}.testimonial-grid{display:flex;width:max-content;animation:scroll-carousel 10s linear infinite}.testimonial-card{width:400px;margin:20px;flex-shrink:0}@keyframes scroll-carousel{0%{transform:translate(0)}to{transform:translate(-50%)}}}@media screen and (max-width: 480px){.hero-section{height:auto;padding:30px 15px 20px;min-height:60vh}.hero-section-content h1{font-size:26px;line-height:1.3;margin-bottom:15px}.hero-section-content p{font-size:14px;margin-bottom:25px;padding:0 5px}.hero-section-dashboard-img-container{width:200%}.hero-section-dashboard-img-container img{height:100%;width:95%}#hero-section-dashboard-img-elliptical-overlay{width:70%}.product-video-container{height:auto;padding:15px}.product-video-container img{object-fit:cover}.core-values-container,.testimonial-container{padding:30px 15px}.core-values-container h2,.testimonial-container h2{font-size:24px;line-height:1.3}.tab-content{width:100%;margin:20px 0}.text-section{padding:20px 15px}.text-section h3{font-size:18px}.text-section p{font-size:14px;line-height:1.5}.image-section{padding:25px 15px}.tab-buttons{flex-direction:column;align-items:center;gap:10px;margin:20px 0}.tab-btn{width:200px;padding:10px 20px;font-size:14px}.testimonial-section{padding:20px 0;min-height:auto}.testimonial-card{width:300px;padding:15px}.testimonial-text{margin:20px 0;font-size:13px}}@media screen and (max-width: 360px){.hero-section-content h1{font-size:22px}.hero-section-content p{font-size:13px}.core-values-container h2,.testimonial-container h2{font-size:20px}.text-section{padding:15px 10px}.image-section{padding:20px 10px}.tab-btn{width:180px;font-size:13px}.testimonial-card{width:280px}}.cta-button-wrapper{position:relative;display:inline-block;margin:30px 0}.cta-button{height:60px;width:210px;background-color:#000;border-radius:30px;color:#fff;position:relative;z-index:6}.cta-button-glow{position:absolute;top:-15%;left:-5%;z-index:5;transition:transform .3s ease}.cta-button-wrapper:hover .cta-button-glow{transform:scale(1.02)}.cta-button-wrapper:hover .hero-section-dashboard-img-container{transform:translateY(100px)}.demo-container{width:70%;height:50vh;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid var(--primary-color-border);border-radius:20px;background-color:#00000080;margin:80px auto;position:relative}.demo-content{text-align:center}.demo-gradient{position:absolute;top:-5%}.demo-gradient img{opacity:.7}@media screen and (max-width: 768px){.demo-container{width:90%}}@media screen and (max-width: 480px){.demo-content{width:80%}}.comingsoon-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:1000}.comingsoon-container{background-color:#0009;color:#fff;padding:40px;border-radius:10px;width:60%;height:60%;text-align:center;position:relative;backdrop-filter:blur(8px) saturate(100%);-webkit-backdrop-filter:blur(8px) saturate(100%);display:grid;place-items:center}.comingsoon-title{color:#f70;font-weight:700;font-size:24px;margin-bottom:20px}.comingsoon-desc{color:#ffffffb3;font-size:16px;margin-bottom:30px;line-height:1.5}.comingsoon-subtitle{font-weight:700;font-size:16px;color:#fff;margin-bottom:15px}.comingsoon-input-container{text-align:left}.comingsoon-input-container label{margin-bottom:10px;font-size:14px;color:#ffffffb3}.comingsoon-input{width:100%;padding:12px 15px;font-size:15px;border-radius:10px;border:none;outline:none;background-color:transparent;margin:10px 0;color:#fff;border:1px solid rgba(255,255,255,.35)}.comingsoon-close-btn{position:absolute;top:12px;right:16px;background:none;border:none;color:#fff;font-size:28px;cursor:pointer}.about-hero-section{width:100%;height:100vh;background-color:#181818}.about-hero-title{height:45%;display:grid;place-items:center;text-align:center}.about-hero-cards{display:flex;background:url(../assets/about-hero-cards-bg.png);background-position:center;background-repeat:no-repeat;background-size:contain;height:55%;width:100%;background-color:var(--accent-color);justify-content:space-around;align-items:center}.about-hero-card{background-color:#ffffff08;margin:20px;height:80%;border:1px solid var(--primary-color-border);border-radius:10px;text-align:center;display:grid;place-items:center}.about-our-story-section{height:80vh;margin:80px auto}.about-section h2{text-align:center;margin-bottom:50px}.about-our-story-content{display:flex;justify-content:space-around;align-items:center}.about-our-story-content-left{width:50%;height:100%;display:grid;place-items:center}.about-our-story-content-left img{width:80%;height:auto;object-fit:cover}.about-our-story-content-right{width:50%;padding:0 45px 0 0;display:grid;place-items:start}.about-our-story-content-right h3{margin-bottom:20px}.about-core-values-section{height:75vh;margin:40px auto}.about-core-values-cards{display:flex;justify-content:space-around;align-items:center;margin:50px auto}.about-core-values-card{display:grid;place-items:center}.about-core-values-card-content{text-align:center}.about-core-values-card-icon{position:relative;margin-bottom:10px}.about-core-values-line{position:absolute;top:50%;right:-100%;width:200px}.about-core-values-card-content p{margin:15px;color:var(--tertiary-text)}.about-cloud-section{margin:80px 20px}.about-cloud-section-content{display:grid;grid-template-columns:1fr 1fr 1fr}.about-cloud-feature-card{position:relative;z-index:1;background-color:#1e1e1e;margin:20px;padding:25px;overflow:hidden;transition:transform .4s ease;border-radius:10px}.about-cloud-feature-card:before{content:"";position:absolute;inset:-1px;background:linear-gradient(90deg,#fff,#f1a5ffcc,#1e1e1e00);z-index:-1;border-radius:10px;transition:all .4s ease}.about-cloud-feature-card:after{content:"";position:absolute;inset:1px;background-color:#121212;z-index:-1;border-radius:10px}.about-cloud-feature-card:hover:before{inset:-4px;opacity:1;border-radius:10px}.about-cloud-feature-icon{width:30px;margin-bottom:15px}.about-cloud-feature-icon img{width:100%}.about-cloud-feature-card h3,.about-cloud-feature-card p{margin:10px auto}.about-team-section{height:100vh}.about-team-section p{width:100%;text-align:center}.about-team-images-container{width:100%;height:350px;position:relative}.about-team-images-container img{position:absolute;width:250px;border-radius:50%;border:8px solid black}.center{top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.left{top:50%;left:30%;transform:translate(-30%,-50%)}.left-offset{top:50%;left:10%;transform:translate(-10%,-50%)}.right-offset{top:50%;left:90%;transform:translate(-90%,-50%)}.right{top:50%;left:70%;transform:translate(-70%,-50%);z-index:1}.about-team-information{display:flex;align-items:center;gap:45px;flex-wrap:wrap}.about-team-information-container{display:grid;place-items:center}.team-info h3{font-size:24px}@media (width: 1280px){.about-team-section{height:auto}}@media (width: 1024px) and (height: 600px){.about-hero-section{height:95vh}.about-hero-cards h2{font-size:2rem;margin-bottom:10px}}@media (max-width: 1024px){.about-team-section{height:auto}.about-hero-title{height:20%}.about-hero-title h1{font-size:2.5rem}.about-hero-title p{font-size:1rem;padding:0 20px}.about-hero-cards{flex-direction:column;height:55%;padding:20px}.about-hero-card{width:90%;height:45%;margin:10px 0}.about-our-story-section{height:auto;margin:60px 20px}.about-our-story-content{flex-direction:column;gap:40px}.about-our-story-content-left,.about-our-story-content-right{width:100%}.about-our-story-content-right{padding:0 20px;text-align:center;place-items:center}.about-core-values-section{height:auto;margin:60px 20px}.about-core-values-cards{flex-direction:column;gap:40px}.about-core-values-line{display:none}.about-cloud-section-content{grid-template-columns:1fr 1fr;gap:20px}.about-team-images-container{height:300px}.about-team-images-container img{width:200px}.about-team-information{gap:30px;justify-content:center}}@media (max-width: 768px){.about-hero-section{height:auto;min-height:70vh}.about-hero-title{height:auto;padding:60px 20px 40px}.about-hero-title h1{font-size:2rem;line-height:1.2}.about-hero-title p{font-size:.9rem;line-height:1.5}.about-hero-cards{height:auto;flex-direction:column;padding:20px;background-size:cover}.about-hero-card{width:100%;height:200px;margin:10px 0}.about-hero-card h2{font-size:1.3rem;margin-bottom:10px}.about-hero-card p{font-size:.9rem;padding:0 15px}.about-our-story-section{margin:40px 15px}.about-section h2{font-size:1.8rem;margin-bottom:30px}.about-our-story-content-left img{width:100%}.about-our-story-content-right h3{font-size:1.5rem}.about-core-values-section{margin:40px 15px}.about-core-values-card-content p{margin:10px;font-size:.9rem}.about-cloud-section{margin:40px 15px}.about-cloud-section h2{font-size:1.8rem;line-height:1.3}.about-cloud-section-content{grid-template-columns:1fr;gap:15px}.about-cloud-feature-card{margin:10px 0;padding:20px}.about-team-section{height:auto;padding:40px 15px}.about-team-section h2{margin-bottom:20px}.about-team-section p{font-size:.9rem;line-height:1.5;margin-bottom:40px}.about-team-images-container{height:250px;margin-bottom:40px}.about-team-images-container img{width:150px;border:4px solid black}.left-offset{left:5%;transform:translate(-5%,-50%)}.left{left:25%;transform:translate(-25%,-50%)}.right{left:75%;transform:translate(-75%,-50%)}.right-offset{left:95%;transform:translate(-95%,-50%)}.about-team-information{gap:20px;flex-direction:column;align-items:center}.team-info{text-align:center}.team-info h3{font-size:1.2rem;margin-bottom:5px}.team-info p{font-size:.9rem;color:var(--tertiary-text)}}@media (max-width: 480px){.about-hero-title h1{font-size:1.7rem}.about-hero-title p{font-size:.8rem}.about-hero-card h2{font-size:1.1rem}.about-hero-card p{font-size:.8rem}.about-section h2,.about-cloud-section h2{font-size:1.5rem}.about-team-images-container{height:200px}.about-team-images-container img{width:120px}.left-offset{left:8%;transform:translate(-8%,-50%)}.left{left:28%;transform:translate(-28%,-50%)}.right{left:72%;transform:translate(-72%,-50%)}.right-offset{left:92%;transform:translate(-92%,-50%)}}.product-container{background:#0a0a0a;color:#fff;min-height:100vh;margin:0;padding:0;overflow:hidden;position:relative;isolation:isolate}.product-container .product-hero{position:relative;height:100vh;display:flex;overflow:hidden;align-items:center;justify-content:center}.product-container .product-hero-content{position:absolute;z-index:2;text-align:center;max-width:900px;padding:0 20px}.product-container .product-hero h1{font-size:64px;font-weight:500;line-height:1.1;margin-bottom:24px;background:linear-gradient(135deg,#fff,#222);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-container .product-hero p{font-size:32px;font-weight:500;line-height:1.6;color:#fff;margin-bottom:2rem}.product-container .product-hero-content .cta-button-wrapper{margin-top:400px}.product-container .product-video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.product-container .product-video-container img{width:100%;height:100%;object-fit:cover;opacity:.7}.product-container .problem-section{padding:60px 5%;margin:0 auto;text-align:center}.product-container .problem-section h2{font-family:"Lato ",sans-serif;font-size:64px;font-weight:500;text-align:center;line-height:1.1;margin-bottom:24px;background:linear-gradient(135deg,#fff,#222);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-container .problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;padding:50px;margin-top:60px}.product-container .problem-item{min-height:400px;background:#ffffff0d;padding:40px 30px;border-radius:12px;display:flex;flex-direction:column}.product-container .problem-item h3{font-size:34px;font-weight:400;margin-bottom:100px;color:#fff}.product-container .problem-item p{color:#b0b0b0;line-height:1.6;font-size:24px;font-weight:400}.product-container .solution-section{padding:80px 5%;max-width:1600px;margin:0 auto;text-align:center}.product-container .solution-section h2{font-family:"Lato ",sans-serif;font-size:64px;font-weight:500;text-align:center;line-height:1.1;margin-bottom:24px;background:linear-gradient(135deg,#fff,#222);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-container .features-grid{display:flex;flex-direction:column;gap:60px;margin-top:60px;max-width:1500px;margin-left:auto;margin-right:auto}.product-container .feature-card{background:#ffffff0d;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,box-shadow .3s ease;display:flex;align-items:center;gap:40px;height:550px}.product-container .feature-card:nth-child(2n){flex-direction:row-reverse}.product-container .feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0003}.product-container .feature-image{width:50%;height:100%;background-color:#1d4ed8}.product-container .feature-image img{width:100%;height:100%;object-fit:cover}.feature-image-container{width:100%;overflow:hidden;border-radius:8px;padding:50px 40px 40px}.product-container .feature-content{flex:1;text-align:left;padding:0 40px;width:50%}.product-container .feature-content h3{font-size:1.5rem;font-weight:600;margin-bottom:16px;color:#fff}.product-container .feature-content p{color:#b0b0b0;line-height:1.6;font-size:16px;font-weight:400;margin-top:3rem;margin-bottom:2rem}.about-core-values-section h2{font-family:"Lato ",sans-serif;font-size:64px;font-weight:500;text-align:center;line-height:1.1;margin-bottom:100px;background:linear-gradient(135deg,#fff,#222);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-core-values-section h3{font-family:"Lato ",sans-serif;font-size:30px;font-weight:300}.product-container .differentiators-section{padding:80px 5%;margin:0 auto;text-align:center}.product-container .differentiators-section h2{margin-top:200px;font-family:"Lato ",sans-serif;font-size:60px;font-weight:500;text-align:center;line-height:1.1;margin-bottom:24px;background:linear-gradient(135deg,#fff,#222);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-container .differentiators-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:60px}.product-container .differentiator-card{position:relative;z-index:1;background-color:#1e1e1e;padding:40px 30px;overflow:hidden;transition:transform .4s ease;border-radius:10px;text-align:center}.product-container .differentiator-card:before{content:"";position:absolute;inset:-1px;background:linear-gradient(90deg,#fff,#f1a5ffcc,#1e1e1e00);z-index:-1;border-radius:10px;transition:all .4s ease}.product-container .differentiator-card:after{content:"";position:absolute;inset:1px;background-color:#121212;z-index:-1;border-radius:10px}.product-container .differentiator-card:hover:before{inset:-4px;opacity:1;border-radius:10px}.product-container .differentiator-icon{font-size:3rem;margin-bottom:20px;display:block}.product-container .differentiator-card h3{font-size:1.25rem;font-weight:600;margin-bottom:16px;color:#fff}.product-container .differentiator-card p{color:#b0b0b0;line-height:1.6}.product-container .value-section{padding:80px 5%;max-width:1400px;margin:0 auto;text-align:center}.product-container .value-section h2{font-size:2.5rem;font-weight:600;margin:24px 0 60px;color:#fff}.product-container .value-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;margin-top:60px}.product-container .value-card{background:#ffffff0d;padding:40px 30px;border-radius:12px;border:1px solid rgba(255,255,255,.1);text-align:left}.product-container .value-card h3{font-size:1.5rem;font-weight:600;margin-bottom:8px;color:#fff}.product-container .value-subtitle{color:#4ade80;font-weight:600;margin-bottom:16px;font-size:1rem}.product-container .value-description{color:#b0b0b0;line-height:1.6;margin-bottom:20px}.product-container .value-card ul{list-style:none;padding:0}.product-container .value-card li{color:#d0d0d0;margin-bottom:8px;padding-left:20px;position:relative}.product-container .value-card li:before{content:"✓";position:absolute;left:0;color:#4ade80;font-weight:700}.product-container .product-cta-section{padding:80px 5%}@media (max-width: 1024px){.product-container .differentiators-section h2{margin-top:20px}.product-container .differentiators-grid{grid-template-columns:repeat(2,1fr)}.product-container .feature-card{flex-direction:column!important;text-align:center;height:auto}.product-container .feature-content{text-align:center;width:100%;padding:20px}.product-container .feature-image{width:100%}}@media (max-width: 768px){.product-container .product-hero-content .cta-button-wrapper{margin-top:300px}.product-container .product-hero-content{padding:0 20px}.product-container .product-hero h1{font-size:2.5rem}.product-container .product-hero p{font-size:1.2rem}.about-core-values-section h2{font-size:30px}.product-container .problem-grid,.product-container .differentiators-grid,.product-container .value-grid{grid-template-columns:1fr;gap:30px}.product-container .problem-section h2,.product-container .solution-section h2,.product-container .differentiators-section h2,.product-container .value-section h2{font-size:2rem}.product-container .feature-card{flex-direction:column;text-align:center;height:auto}.product-container .feature-content{text-align:center;width:100%;padding:5px}.product-container .feature-image{width:100%}}@media (max-width: 480px){.feature-image-container{padding:10px}.product-container .product-hero h1{font-size:2rem}.product-container .product-hero p{font-size:1.1rem}.product-container .problem-section,.product-container .solution-section,.product-container .differentiators-section,.product-container .value-section{padding:60px 5%}.product-container .problem-grid{padding:20px}}@media (width: 1280px){.product-container .differentiators-section h2,.product-container .product-hero-content .cta-button-wrapper{margin-top:300px}}@media (width: 1024px) and (height: 600px){.product-container .product-hero-content .cta-button-wrapper{margin-top:100px}}.pricing-section{text-align:center;padding:60px 20px}.subheading{margin:20px auto 40px;color:#ccc}.plan-toggle{display:inline-block;width:auto;height:auto;border:1px solid var(--primary-color-border);padding:5px;border-radius:8px;margin:0 auto}.plan-toggle button{background:none;color:#fff;padding:10px 20px;margin:5px;cursor:pointer;transition:.3s;border-radius:8px}.plan-toggle .active{background:#fff;color:#000}.pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:25px;margin-top:50px}.pricing-card{border:1px solid var(--primary-color-border);border-radius:10px;padding:30px 20px;display:flex;flex-direction:column}.price{text-align:left;font-size:32px;margin-bottom:40px}.price span{font-size:14px;color:#848199;margin-left:25px}.plan-name{text-align:left;font-size:20px;margin-bottom:10px}.plan-description{text-align:left;color:#aaa;font-size:14px;margin-bottom:40px;color:#848199}.feature-list{list-style:none;padding:0;margin:0 0 20px;text-align:left}.feature-list li{margin-bottom:10px;display:flex;align-items:center;color:#848199}.feature-list li img{width:20px;height:20px;margin-right:10px}.choose-button{background:#222;color:#fff;border:none;padding:14px 28px;border-radius:24px;cursor:pointer;transition:.3s}.choose-button:hover{background:#444}nav{height:90px;display:flex;align-items:center;justify-content:space-evenly;font-family:var(--primary-font);background-color:#000;border-bottom:1px solid var(--primary-color-border);position:relative}.hamburger{width:20px;display:flex;flex-direction:column;cursor:pointer;gap:4px;position:relative;z-index:10}.hamburger span{display:block;height:2px;background:#fff;transition:all .4s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,4px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-4px)}body{background:#101010}#logo{width:120px}.left-items{width:15%;height:100%;display:flex;align-items:center;justify-content:space-evenly;border-right:1px solid var(--primary-color-border)}.left-items a{height:100%;width:100%;display:grid;place-content:center}.center-items{width:55%;height:100%}.right-items{width:30%;height:100%;display:flex;align-items:center;justify-content:space-evenly}.main-menu{width:100%;height:100%;display:flex;justify-content:space-evenly;align-items:center}.main-menu a{height:100%;width:100%;display:grid;place-content:center}.scrambled{color:gray}.correct{color:#fff}.main-menu a{transition:color .4s ease}.letter{display:inline}.menu-item{height:100%;width:100%;display:grid;place-content:center;cursor:pointer;transition:all .3s ease}.menu-item.active-menu{background-color:#333;border-bottom:2px solid #ffffff;color:#fff}.right-items button{background-color:transparent;border:none;font-size:14px;width:100%;color:var(--primary-text);height:100%;border-left:1px solid var(--primary-color-border)}.resources-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%);background-color:#000;border:1px solid var(--primary-color-border);width:400px;height:150px;box-shadow:0 4px 10px var(--primary-box-shadow);display:flex;justify-content:center;z-index:1000}.resources-dropdown{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease;opacity:0;pointer-events:none}.resources-dropdown.active-dropdown{max-height:200px;opacity:1;pointer-events:auto}.translate{transform:translateY(100%)}.mobile-nav{display:none}@media screen and (max-width: 768px){nav{display:none}.mobile-nav{position:relative;display:flex;height:8vh;justify-content:space-between;align-items:center;width:100%}.mobile-dropdown{transform:translate(100%);transition:all .5s ease;position:absolute;right:0;top:100%;width:60%;height:92vh;z-index:10;background-color:#000;display:none}.mobile-dropdown.active-sideMenu{display:block;transform:translate(0)}.mobile-left-items,.mobile-right-items{width:20%;height:100%;display:grid;place-items:center}.mobile-left-items{border-right:1px solid var(--primary-color-border)}.mobile-right-items{border-left:1px solid var(--primary-color-border)}.mobile-main-menu{display:flex;flex-direction:column;justify-content:space-between}.mobile-main-menu a,.mobile-main-menu div{padding:20px 0;border-bottom:1px solid var(--primary-color-border)}.mobile-main-menu .menu-item.active-menu{background-color:#333;color:#fff}.mobile-resources-dropdown{display:flex;flex-direction:column;text-align:center;font-size:smaller;display:none;transition:all .7s ease}.mobile-resources-dropdown a{border:none}.mobile-resources-dropdown.active-dropdown{display:flex}}.footer{background-color:#000;color:#fff;padding:60px 50px;font-family:Inter,sans-serif}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px;margin-bottom:30px}.footer-section h2,.footer-section h4{margin-bottom:20px}.footer-section a,.footer-section p{color:#fff;text-decoration:none;display:block;margin-bottom:12px;font-size:15px}.social-icons{display:flex;gap:15px;font-size:20px}.footer-bottom{text-align:left;border-top:1px solid #333;padding-top:20px;font-size:14px;color:#aaa;display:flex;justify-content:space-between}.footer-bottom p{width:50%}.footer-bottom a{font-size:14px;color:#aaa}.logo-carousel{overflow:hidden;white-space:nowrap;position:relative}.logo-track{display:inline-flex;animation:scroll-left 10s linear infinite}.logo-item{font-size:var(--lg-text);font-weight:700;color:var(--grey);padding:0 50px}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.blogs-section{padding:0 2rem;background:#0f0f0f;color:#fff}.blogs-grid-section-1{display:grid;grid-template-columns:2fr 1.5fr 2fr;grid-template-rows:1fr 1.5fr;gap:20px;padding:30px;height:86vh}.blogs-card{background:#222;border-radius:30px;height:auto;padding:1rem;position:relative;overflow:hidden;display:flex;flex-direction:column}.blogs-card:nth-child(1){grid-row:span 2}.blogs-card:nth-child(2){grid-column:span 2}.blogs-card-content{display:flex;height:100%;flex-direction:column;justify-content:space-between;position:relative;z-index:2}.blogs-card-content-title{font-size:1.6rem;margin-bottom:.5rem}.blogs-card-content-tagline{border:1px solid var(--primary-color-border);border-radius:20px;padding:.5rem 1rem;background-color:#ffffff3d}.blogs-grid-link-icon{width:70px;height:auto}.blogs-grid-link-icon:hover{transform:scale(1.1);transition:transform .3s ease}.blogs-grid-overlay{position:absolute;bottom:0;left:0;width:100%;height:60%;background:linear-gradient(#0000,#000);border-radius:30px;opacity:.7;z-index:1}.blog-card-overlay{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:25px;gap:40px}.blog-card-overlay h2{font-size:22px}.blog-card-overlay p{font-size:18px;color:var(--tertiary-text)}.blog-card-overlay img{width:40px;height:40px;border-radius:50%}.blog-lower{display:flex;align-items:center;justify-content:space-between;width:100%}.blog-author-info{display:flex;align-items:center;gap:10px}.blog-author-info-content{display:flex;flex-direction:column}.blog-author-info-content small{color:var(--tertiary-text)}.blogs-card-content-upper{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.blog-read-info{display:flex;align-items:end;gap:10px}.blog-read-info img{width:15px;height:15px}.blogs-card-bg{position:absolute;width:100%;height:100%;object-fit:cover;top:0;left:0}.blogs-section-2{padding:50px 0 0;height:100%}.blogs-s2-header-content{display:flex;justify-content:space-between;align-items:center}.blogs-s2-header-content-right{width:60%}.blogs-action-buttons{width:100%;display:flex;align-items:center;justify-content:flex-end}.blogs-action-buttons button{background-color:#fff;color:#000;padding:.5rem 1rem;margin:10px;border-radius:6px}.category-toggles{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;height:100%}.toggle-btn{padding:.5rem 1rem;background:#222;border:none;color:#fff;cursor:pointer;border-radius:6px;height:60px;font-size:14px}.toggle-btn.active{background:#fff;color:#000}.blogs-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;margin:40px auto}.blog-card-s2{background-size:cover;background-position:center;height:100%;position:relative;border-radius:12px;overflow:hidden;background-color:#ffffff08;border:1px solid var(--primary-color-border)}.demo-container{margin:50px auto}.read-more-btn{margin:2rem auto 0;display:block;padding:.7rem 2rem;background:#222;color:#fff;border:none;border-radius:8px;cursor:pointer}@media (max-width: 1024px){.blogs-section{padding:1rem}.demo-container{height:30vh}.blogs-grid-section-1{padding:20px;height:auto;min-height:70vh}.blogs-s2-header-content{flex-direction:column;gap:20px;align-items:flex-start}.blogs-s2-header-content-left h1{font-size:2.5rem}.blogs-s2-header-content-right{width:100%}.blogs-action-buttons{justify-content:flex-start;margin-bottom:10px}.category-toggles{justify-content:flex-start;flex-wrap:wrap}.blogs-grid{grid-template-columns:1fr 1fr;gap:1.5rem}}@media (max-width: 768px){.demo-container{height:50vh}.blogs-section{padding:0 .5rem}.blogs-s2-header-content{gap:0}.blogs-grid-section-1{grid-template-columns:1fr;grid-template-rows:auto;gap:15px;padding:15px;height:auto}.blogs-section-2{padding:1rem}.blogs-card:nth-child(1){grid-row:span 1}.blogs-card:nth-child(2){grid-column:span 1}.blogs-card{min-height:250px}.blogs-card-content-title{font-size:1.3rem}.blogs-grid-link-icon{width:50px}.blogs-s2-header-content-left h1{font-size:1.8rem;margin-bottom:20px}.blogs-action-buttons{flex-wrap:wrap}.blogs-action-buttons button{margin:5px;padding:.4rem .8rem;font-size:14px}.category-toggles{gap:.3rem}.toggle-btn{padding:.4rem .8rem;height:50px;font-size:12px}.blogs-grid{grid-template-columns:1fr;gap:1rem;margin:30px auto}.blog-card-overlay{padding:20px;gap:30px}.blog-card-overlay h2{font-size:18px}.blog-card-overlay p{font-size:16px}.blog-lower{flex-direction:column;align-items:flex-start;gap:10px}.read-more-btn{padding:.6rem 1.5rem;font-size:14px}}@media (max-width: 480px){.blogs-section{padding:0 .25rem}.blogs-section-2{padding:.5rem}.blogs-s2-header-content{gap:0;padding:.5rem}.blogs-grid-section-1{padding:10px;gap:10px}.blogs-card{min-height:200px;padding:.8rem}.blogs-card-content-title{font-size:1.1rem}.blogs-card-content-tagline{padding:.3rem .8rem;font-size:12px}.blogs-grid-link-icon{width:40px}.blogs-s2-header-content-left h1{font-size:1.5rem}.blogs-action-buttons button{font-size:12px}.toggle-btn{padding:.3rem .6rem;height:35px;font-size:11px}.blog-card-overlay{padding:15px;gap:20px}.blog-card-overlay h2{font-size:16px}.blog-card-overlay p{font-size:14px}.blog-author-info img{width:35px;height:35px}.blog-author-info-content p{font-size:14px}.blog-author-info-content small,.blog-read-info small{font-size:12px}}@media (width:1024px) and (height:1366px){.demo-content h2{font-size:3.5rem}.demo-content p{padding-top:2rem;font-size:2rem}.demo-container{height:30vh}}@media (width:1024px) and (height:600px){.demo-container{height:60vh}}.single-blog-section{display:flex;flex-direction:column;align-items:center}.single-blog-title{margin:50px auto;width:60%;text-align:center}.single-blog-title h1{line-height:1}.single-blog-title p{margin:10px}.single-blog-hero-img{background-color:var(--accent-color);width:80%;padding:40px;height:auto;display:grid;place-items:center}.single-blog-hero-img img{width:50%;height:auto}.single-blog-content{width:80%;display:grid;grid-template-columns:2fr 1fr}.single-blog-content-left,.single-blog-content-right{padding:50px 0}.single-blog-intro{margin-bottom:40px}.table-of-contents{background-color:#ffffff08;padding:25px;margin-top:30px;margin-left:30px;border-radius:10px;border:1px solid var(--primary-color-border)}.table-of-contents h2{font-size:26px}.table-of-contents ul{list-style-type:none;padding:0}.table-of-contents ul li span{margin:15px 0;text-wrap:wrap;font-size:18px}.table-of-contents ul li a{display:flex;align-items:flex-start;gap:10px}.table-of-contents ul li:hover{color:var(--accent-color)}.single-blog-subsections{margin:40px 0}.single-blog-subsection-block{margin-bottom:25px}.single-blog-title .blog-author-info{justify-content:center}.single-blog-subsection-block h3{font-size:20px}.single-blog-section-block h2{font-size:40px}.single-blog-section p,.single-blog-section ul li{font-size:20px;color:#fff9}.single-blog-section ul li{margin:10px 10px 10px 15px}.blog-author-info-content p{margin:0}@media screen and (max-width: 768px){.single-blog-content{grid-template-columns:1fr}.single-blog-content-right{padding:20px 0;order:1}.single-blog-content-left{order:2}}@media screen and (max-width: 686px){.single-blog-title{margin:40px auto;width:85%;text-align:center}.single-blog-title .blog-author-info-content{text-align:left}.blog-author-info-content p{margin:0}.blog-author-info{margin:20px 0}.single-blog-hero-img{width:100%;height:200px;padding:10px}.single-blog-hero-img img{width:70%;height:auto}.single-blog-content-left{padding:20px 0}.table-of-contents{margin-left:0}}.auth-bg{width:100vw;background:url(../../assets/auth-bg.png);background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;height:auto}.auth-logo{color:#fff;font-size:2rem;font-weight:700;margin-top:40px;margin-bottom:20px;letter-spacing:2px}.auth-card{background:#ffffff1f;box-shadow:0 8px 32px #1f26875e;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:20px;border:1px solid rgba(255,255,255,.18);padding:40px 32px 32px;width:50%;display:flex;flex-direction:column;align-items:center;margin-bottom:40px}.auth-title{color:#fff;font-size:2rem;margin-bottom:24px;font-weight:600}.auth-form{width:100%;display:flex;flex-direction:column;gap:10px}.auth-form label{color:#fff;font-size:1rem;margin-bottom:2px}.auth-form input{padding:10px 12px;border-radius:6px;border:none;margin-bottom:8px;font-size:1rem;outline:none}.auth-forgot{width:100%;text-align:right;margin-bottom:10px}.auth-forgot a{color:#fff;font-size:.95rem;text-decoration:underline}.auth-signin-btn{width:100%;background:#0a2540;color:#fff;border:none;border-radius:8px;padding:12px 0;font-size:1.1rem;font-weight:500;margin-top:10px;margin-bottom:18px;cursor:pointer;transition:background .2s}.auth-signin-btn:hover{background:#174ea6}.auth-divider{color:#fff;margin:10px 0 12px;font-size:1rem;text-align:center}.auth-socials{display:flex;gap:16px;justify-content:center;margin-bottom:18px}.auth-social-btn{background:#fff;border:none;border-radius:6px;padding:8px 12px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #00000012;transition:box-shadow .2s}.auth-social-btn img{width:24px;height:24px}.auth-social-btn:hover{box-shadow:0 4px 16px #00000021}.auth-register{color:#fff;font-size:1rem;margin-top:10px;text-align:center}.auth-register a{color:#fff;text-decoration:underline}.auth-footer{color:#fff;font-size:.95rem;margin-bottom:18px;text-align:center;opacity:.8}@media screen and (max-width: 768px){.auth-card{width:85%}}.legal-page{max-width:800px;margin:0 auto;padding:60px 20px;text-align:left;color:#fff;font-family:Segoe UI,sans-serif;line-height:1.6}.legal-page h1{text-align:center;margin-bottom:30px;font-size:2rem;color:#e0e0e0}.legal-page h2{margin-top:30px;font-size:24px}.contact-overlay{width:100%;height:90vh;display:flex;justify-content:center;align-items:center;z-index:1000}.contact-container{background-color:#0009;color:#fff;padding:40px;border-radius:10px;width:60%;height:80%;text-align:center;position:relative;backdrop-filter:blur(8px) saturate(100%);-webkit-backdrop-filter:blur(8px) saturate(100%);display:grid;place-items:center;border:1px solid var(--primary-color-border)}.contact-title{color:#f70;font-weight:700;font-size:24px;margin-bottom:20px}.contact-desc{color:#ffffffb3;margin-bottom:30px;line-height:1.5}.contact-subtitle{font-weight:700;color:#fff;margin-bottom:15px}.contact-input-container{text-align:left}.contact-input-container label{margin-bottom:10px;font-size:16px;color:#ffffffb3}.contact-input{width:100%;padding:12px 15px;border-radius:10px;border:none;outline:none;background-color:transparent;margin:10px 0;color:#fff;border:1px solid rgba(255,255,255,.35)}.contact-info{text-align:left;width:100%;margin:20px}.contact-info p{font-size:16px;color:#ffffffb3}.contact-info a{color:#ffffffb3}@media screen and (max-width: 686px){.contact-container{width:auto}}.form-title{color:#000;margin-bottom:1rem;margin-top:0}.form-row{display:flex;gap:2rem}.form-group{flex:1;display:flex;flex-direction:column}.form-label{color:#000000b2;margin:5px}.form-input{width:100%;height:40px;border-radius:10px;border:1px solid var(--color-border-dark)!important;padding:8px 16px;background:transparent!important;color:#000!important;outline:none;box-sizing:border-box}.form-input::placeholder{color:#9ca3af!important}.form-group-full{width:100%;display:flex;flex-direction:column}.form-input-full{width:100%;height:40px;border-radius:10px;border:1px solid var(--color-border-dark)!important;padding:8px 16px;background:transparent!important;color:#000!important;outline:none;box-sizing:border-box}.form-input-full::placeholder{color:#9ca3af!important}.form-btn{width:720px;max-width:100%;border-radius:15px;background:#40abd7;color:#fff;padding:16px 40px;display:block;border:none;cursor:pointer}.form-btn:disabled{opacity:.6;cursor:not-allowed}.form-muted{color:#7e7e7e;margin-bottom:1rem;margin-top:.5rem;text-align:left}.form-muted a{color:#7e7e7e;text-decoration:underline}.form-error{color:#ef4444;margin:4px}*{box-sizing:border-box}.login-root{min-height:100vh;display:flex;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:url(/background-login-white.jpg) no-repeat center center;background-size:cover;background-attachment:fixed}.login-left{width:50%;min-height:100vh;padding:3rem;display:flex;align-items:center;background-size:cover;background-position:center}.promo{max-width:28rem;color:#111827e6}.brand-ui{color:#000}.headline-ui{margin:.75rem 0;color:#000}.sub{opacity:.9;margin-top:.5rem;color:#000}.login-right{width:50%;min-height:100vh;display:flex;align-items:center;justify-content:center}.card{width:90%;max-width:48rem;border:1px solid rgba(0,0,0,.1);padding:2.5rem;position:relative;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border-radius:10px;box-shadow:0 10px 30px #02061714}.form{display:block}.progress-wrap{margin:1rem 0;position:relative;height:.5rem}.progress-bg{position:absolute;inset:0;border-radius:999px;border:1px solid var(--color-border-dark)}.progress-bar{position:absolute;left:0;top:0;bottom:0;height:100%;border-radius:999px;background:#40abd7;width:0%}.btn.alt{width:334px;max-width:100%;margin:.5rem auto;background:transparent!important;border:1px solid var(--color-border-dark);border-radius:15px;padding:16px 40px;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;color:#000;text-decoration:none}.btn.alt:hover{background:#f9fafb}.or-sep{display:flex;align-items:center;gap:1rem}.or-sep span{flex:1;height:1px;background:var(--color-border-dark)}.or-sep div{color:var(--color-border-dark)}.icon-google{width:20px;height:20px;flex-shrink:0}@media (max-width: 900px){.login-root{flex-direction:column}.login-left,.login-right{width:100%}.login-left{min-height:auto;padding:2rem}.form-btn,.btn.alt{width:100%}.form-row{flex-direction:column;gap:1rem}}@media (max-width: 600px){.card{padding:1.5rem;margin:1rem}.form-btn{padding:12px 20px;height:48px}.form-input,.form-input-full{height:48px;padding:8px 12px}.btn.alt{height:48px;padding:12px 20px}.login-right{padding:1.5rem}}@media (max-width: 480px){.form-row{gap:.75rem}.card{padding:1rem}.or-sep{margin:1.5rem 0 1rem}.form-title{margin-bottom:1.5rem}}.overview-dashboard{width:100vw;height:100vh;background:#121212;display:flex;font-family:"Inter",;position:relative;overflow:hidden}.sidebar{width:320px;height:100vh;background:#121212;display:flex;flex-direction:column;padding:0;transition:width .3s ease;position:relative;z-index:10;flex-shrink:0}.sidebar.collapsed{width:70px}.hamburger-menu{width:21px;height:14px;position:absolute;top:20px;left:20px;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between}.hamburger-line{width:100%;height:2px;background:#cdcbcd;border-radius:1px}.project-name{width:158px;height:39px;position:absolute;top:55px;left:70px;font-family:"Inter",;font-weight:600;font-size:32px;line-height:100%;color:#fff;display:flex;align-items:center}.menu-items{margin-top:151px;display:flex;flex-direction:column;gap:20px;padding-left:30px}.menu-item-container{position:relative}.active-indicator{width:6px;height:72px;background:#fff;border-top-right-radius:10px;border-bottom-right-radius:10px;position:absolute;left:-20px;top:-25px}.menu-item{display:flex;align-items:center;gap:10px;padding:12px 0;cursor:pointer;transition:all .3s ease}.menu-item.active .menu-text{color:#fff;font-weight:700}.menu-item:not(.active) .menu-text{color:#cdcbcd;font-weight:400}.menu-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.menu-icon img{width:100%;height:100%;object-fit:contain}.menu-text{font-family:"Inter",;font-size:18px;line-height:100%;transition:all .3s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.dropdown-arrow{width:24px;height:24px;margin-left:auto;margin-right:15px;flex-shrink:0}.dropdown-menu{margin-left:34px;margin-top:10px;display:flex;flex-direction:column;gap:8px}.dropdown-item{padding:8px 12px;font-family:"Inter",;font-weight:400;font-size:16px;color:#cdcbcd;cursor:pointer;border-radius:4px;transition:background .3s ease}.dropdown-item:hover{background:#ffffff1a}.overview-main-content{flex:1;height:100vh;background:#0a0a0a;padding:49px 50px 0;box-sizing:border-box;transition:all .3s ease;width:calc(100vw - 320px);overflow-y:auto;display:flex;flex-direction:column}.main-content.expanded{flex:1;width:calc(100vw - 70px)}.main-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.page-title{width:161px;height:36px;font-family:"Inter",;font-weight:700;font-size:30px;line-height:100%;background:linear-gradient(90deg,#fff,#999);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.header-controls{display:flex;align-items:center;gap:20px}.search-box{width:140px;height:34px;border:1px solid #ffffff;border-radius:5px;position:relative}.search-box input{width:100%;height:100%;background:transparent;border:none;outline:none;padding:0 12px;font-family:"Inter",;font-weight:400;font-size:13px;color:#fff}.search-box input::placeholder{color:#ffffffb2}.date-range{width:139px;height:34px;background:#1a1b1fb2;border:1px solid #ffffff;border-radius:5px;display:flex;align-items:center;gap:8px;padding:0 12px;cursor:pointer}.date-range span{font-family:"Inter",;font-weight:600;font-size:14px;color:#fff}.export-button{width:79px;height:34px;background:#1a1b1fb2;border:1px solid #ffffff;border-radius:5px;display:flex;align-items:center;justify-content:center;font-family:"Inter",;font-weight:600;font-size:14px;color:#fff;cursor:pointer;transition:background .3s ease}.export-button:hover{background:#ffffff1a}.profile-name{font-family:"Inter",;font-weight:600;font-size:18px;line-height:100%;color:#fff;margin:0}.profile-email{font-family:"Inter",;font-weight:400;font-size:12px;line-height:100%;color:#fff;margin:5px 0 0}.tab-navigation{display:flex;gap:40px;margin-bottom:10px}.tab{font-family:"Inter",;font-size:16px;line-height:100%;cursor:pointer;transition:all .3s ease;padding:8px 0}.tab.active{font-weight:600;color:#fff}.tab:not(.active){font-weight:400;color:#fff}.tab-separator{width:100%;max-width:525px;height:1px;background:#ffffffb2;margin-bottom:10px}.tab-content{color:#fff;font-family:"Inter",;flex:1;display:flex;flex-direction:column}.vm-status{position:absolute;top:147px;right:50px;display:flex;align-items:center;gap:6px}.vm-status-indicator{width:11px;height:11px;background:#25d366;border-radius:50%}.vm-status-text{font-family:"Inter",;font-weight:400;font-size:14px;line-height:100%;color:#fff}.metric-cards{display:flex;gap:20px;margin-bottom:10px;width:100%;justify-content:space-between}.metric-card{flex:1;max-width:332px;height:183px;border:1px solid #000000;border-radius:8px;padding:20px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;background:#121212}.metric-card:nth-child(2){box-shadow:2px 2px 10px #00000014}.metric-card-header{display:flex;align-items:center;gap:12px}.metric-icon-container{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#498292}.metric-icon-container.forecasting{background:#498292}.metric-icon-container.idle-resources{background:#6b7280}.metric-icon-container.cleanup{background:#dc2626}.metric-icon{width:16px;height:16px;object-fit:contain}.metric-title{font-family:"Inter",;font-weight:500;font-size:15px;line-height:100%;color:#fff}.metric-value{font-family:"Inter",;font-weight:600;font-size:34px;line-height:100%;color:#fff;margin:8px 0}.metric-card:nth-child(2) .metric-value{font-size:30px}.metric-subtitle{font-family:"Inter",;font-weight:400;font-size:10px;line-height:100%;color:#ffffffb2}.metric-optimization{font-family:"Inter",;font-weight:600;font-size:10px;line-height:100%;color:#facc15b2}.metric-budget-limit{font-family:"Inter",;font-weight:400;font-size:11px;line-height:100%;color:#fff}.metric-percentage{display:flex;align-items:center;gap:6px}.percentage-text{font-family:"Inter",;font-weight:400;font-size:11px;line-height:100%;color:red}.metric-savings{font-family:"Inter",;font-weight:400;font-size:10px;line-height:100%;color:#22c55e}.metric-last-scan{font-family:"Inter",;font-weight:400;font-size:9px;line-height:100%;color:#ffffff80}.project-breakdown-container{width:100%;margin-top:10px;border:1px solid #ffffff4d;border-radius:8px;background:#0a0a0a}.project-breakdown-header{display:flex;justify-content:space-between;align-items:center;padding:15px 25px;border-bottom:1px solid #ffffff4d}.project-breakdown-title{font-family:"Inter",;font-weight:600;font-size:18px;line-height:100%;text-align:center;background:linear-gradient(90deg,#fff,#999);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.connect-account-btn{width:110px;height:30px;background:#fff3;border:none;border-radius:5px;font-family:"Inter",;font-weight:600;font-size:11px;line-height:100%;text-align:center;color:#fff;cursor:pointer;transition:background .3s ease}.connect-account-btn:hover{background:#fff6}.project-breakdown-table{padding:0}.table-header{display:flex;background:#ffffff1a;padding:17px 25px}.table-cell{flex:1;font-family:"Inter",;display:flex;align-items:center}.header-cell{font-weight:500;font-size:16px;line-height:100%;color:#fff}.table-row{display:flex;padding:18px 25px;align-items:center}.project-name-cell{font-weight:600;font-size:14px;line-height:100%;color:#fff}.table-cell:not(.project-name-cell):not(.header-cell):not(.status-cell){font-weight:400;font-size:14px;line-height:100%;color:#fff}.status-cell{display:flex;align-items:flex-start;gap:8px}.status-content{display:flex;flex-direction:column;gap:4px}.status-indicator{width:11px;height:11px;border-radius:50%}.status-indicator.under{background:#22c55e}.status-indicator.near-limit{background:#facc15}.status-indicator.over{background:#ef4444}.status-text{font-family:"Inter",;font-weight:400;font-size:14px;line-height:100%;color:#fff}.table-separator{width:100%;height:.5px;background:#ffffff4d;margin:0 25px;width:calc(100% - 50px)}.table-update{font-family:"Inter",;font-weight:400;font-size:9px;line-height:100%;color:#ffffff80;margin:0;padding:0}.live-spend-graph{width:100%;height:auto;min-height:100px;margin-top:5px;border:1px solid #ffffff4d;border-radius:15px;background:#0a0a0a;box-shadow:2px 2px 8px #00000014;padding:20px;box-sizing:border-box;position:relative;margin-left:0;margin-right:0}.graph-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.graph-title{font-family:"Inter",;font-weight:600;font-size:20px;line-height:100%;background:linear-gradient(90deg,#ffffffe6,#999999e6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.graph-controls{display:flex;align-items:center;gap:16px}.graph-icon{width:26px;height:24px;background:#fff3;border-radius:5px;display:flex;align-items:center;justify-content:center;cursor:pointer}.graph-icon img{width:13.33px;height:13.33px}.graph-dropdown{width:94px;height:24px;background:#fff3;border-radius:5px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;padding:0 8px;box-sizing:border-box}.dropdown-text{font-family:"Inter",;font-weight:600;font-size:10px;line-height:100%;color:#fff}.graph-legend{display:flex;gap:24px;margin-bottom:20px}.legend-item{display:flex;align-items:center;gap:8px}.legend-dot{width:10px;height:10px;border-radius:50%}.legend-dot.previous-week{background:#f15a83}.legend-dot.this-week{background:#74cae1}.legend-text{font-family:"Inter",;font-weight:400;font-size:12px;line-height:100%;color:#fffc}.graph-container{position:relative;height:200px;display:flex;margin-bottom:20px}.y-axis{display:flex;flex-direction:column;justify-content:space-between;height:200px;margin-right:20px;padding-top:0;position:relative}.y-axis-item{display:flex;align-items:center;position:relative;height:40px}.y-axis-label{font-family:"Inter",;font-weight:400;font-size:14px;line-height:100%;color:#fffc;width:48px;text-align:right}.horizontal-line{position:absolute;left:68px;width:calc(100vw - 600px);height:1px;border-top:1px dashed #dedede;opacity:1;z-index:1}.chart-area{flex:1;position:relative;height:200px;margin-top:0;overflow:hidden}.wave-chart{position:absolute;width:100%;height:60%;border-radius:15px}.pink-wave{background:linear-gradient(0deg,#ffd9e380,#ff9fb980 56.01%);border:1px solid #00000080;top:20%;clip-path:polygon(0% 80%,15% 70%,30% 75%,45% 65%,60% 70%,75% 60%,90% 65%,100% 55%,100% 100%,0% 100%)}.blue-wave{background:linear-gradient(173.61deg,#00a3cf99 6.35%,#c0f1ff99 96.35%);top:30%;height:55%;clip-path:polygon(0% 70%,15% 60%,30% 65%,45% 55%,60% 60%,75% 50%,90% 55%,100% 45%,100% 100%,0% 100%)}.x-axis{display:flex;justify-content:space-between;margin-top:0;padding:0 68px 0 88px;position:relative}.x-axis-label{font-family:"Inter",;font-weight:400;font-size:14px;line-height:100%;color:#fffc}@media (max-width: 1440px){.overview-dashboard{width:100vw;height:100vh}.sidebar{width:300px}.sidebar.collapsed{width:60px}.main-content{flex:1;width:calc(100vw - 300px)}.main-content.expanded{flex:1;width:calc(100vw - 60px)}.project-name{left:60px;font-size:28px}.page-title{font-size:26px}.live-spend-graph{max-width:100%}.horizontal-line{width:calc(100vw - 380px)}}@media (max-width: 1024px){.overview-dashboard{flex-direction:column}.sidebar{width:100%;height:auto;flex-direction:row;padding:10px 20px}.sidebar.collapsed{width:100%}.project-name{position:static;margin-left:40px;font-size:24px}.menu-items{margin-top:0;flex-direction:row;gap:20px;overflow-x:auto;padding-left:0}.main-content{width:100%;height:calc(100vh - 80px);flex:1}.main-content.expanded{width:100%;flex:1}.main-header{flex-direction:column;gap:20px;align-items:flex-start}.header-controls{flex-wrap:wrap;gap:15px}.tab-separator{width:100%}.project-breakdown-container{width:100%;overflow-x:auto}.table-header,.table-row{min-width:800px}.metric-cards{flex-wrap:wrap;justify-content:flex-start}.metric-card{flex:1;min-width:200px;max-width:calc(50% - 10px)}.live-spend-graph{height:auto;min-height:280px;padding:15px;margin-top:15px}.graph-header{flex-direction:column;gap:15px;align-items:flex-start}.graph-controls{align-self:flex-end}.graph-container,.y-axis,.chart-area{height:180px}.wave-chart{height:60%}.pink-wave{top:20%}.blue-wave{top:30%;height:55%}.horizontal-line{width:calc(100vw - 150px)}}@media (max-width: 768px){.hamburger-menu{top:15px;left:15px}.project-name{font-size:20px;margin-left:20px}.page-title{font-size:22px}.header-controls{width:100%;justify-content:space-between}.search-box,.date-range,.export-button{width:auto;min-width:100px}.tab-navigation{flex-wrap:wrap;gap:20px}.menu-text{font-size:16px}.sidebar{padding:10px 15px}.main-content{padding:20px 15px 0}.project-breakdown-header{flex-direction:column;gap:15px;align-items:flex-start}.connect-account-btn{align-self:flex-end}.metric-card{max-width:100%;min-width:100%}.live-spend-graph{margin-top:20px;padding:12px;height:auto;min-height:260px}.graph-title{font-size:18px}.graph-legend{flex-wrap:wrap;gap:16px}.graph-container{height:160px}.y-axis{height:160px;margin-right:15px}.chart-area{height:160px}.wave-chart{height:60%}.pink-wave{top:20%}.blue-wave{top:30%;height:55%}.y-axis-label{font-size:12px;width:40px}.x-axis-label{font-size:12px}.horizontal-line{left:55px;width:calc(100vw - 100px)}.x-axis{padding:0 55px 0 70px}}@media (max-width: 480px){.overview-dashboard{overflow-x:hidden}.main-content{padding:15px 10px 0}.live-spend-graph{padding:10px;min-height:240px}.graph-header{gap:10px}.graph-title{font-size:16px}.graph-controls{gap:10px}.graph-dropdown{width:80px;height:20px}.dropdown-text{font-size:9px}.graph-icon{width:22px;height:20px}.graph-container{height:140px}.y-axis{height:140px;margin-right:10px}.chart-area{height:140px}.wave-chart{height:60%}.pink-wave{top:20%}.blue-wave{top:30%;height:55%}.y-axis-label{font-size:11px;width:35px}.horizontal-line{left:45px;width:calc(100vw - 80px)}.x-axis-label,.legend-text{font-size:11px}.metric-cards{flex-direction:column;gap:15px}.metric-card{max-width:100%;min-width:100%}.header-controls{flex-direction:column;gap:10px;width:100%}.search-box,.date-range,.export-button{width:100%;min-width:auto}}.onboarding-container{width:100%;min-height:100vh;background:#0a0a0a;font-family:Inter;position:relative}.onboarding-header{display:flex;justify-content:space-between;align-items:flex-start;padding:73px 78px 0;width:100%;box-sizing:border-box}.header-left{flex:1}.main-title{width:auto;max-width:600px;height:auto;font-family:Inter;font-weight:700;font-size:36px;line-height:44px;letter-spacing:0%;color:#fff;margin:0;white-space:nowrap}.subtitle{width:453px;height:45px;font-family:Inter;font-weight:500;font-size:16px;line-height:45px;letter-spacing:0%;color:#fff9;margin:5px 0 0}.header-right{display:flex;align-items:center;gap:30px}.search-container{position:relative;width:316px;height:34px}.search-input{width:100%;height:100%;border:1px solid #ffffff;border-radius:10px;background:#fff;padding:0 18px 0 40px;font-family:Inter;font-weight:400;font-size:14px;line-height:100%;color:#191a524d;outline:none;box-sizing:border-box}.search-input::placeholder{color:#191a524d}.search-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);width:17px;height:17px;z-index:1}.bell-icon{width:24px;height:24px;cursor:pointer}.profile-section{display:flex;align-items:center;gap:10px}.avatar-container{position:relative;width:34px;height:34px}.avatar{width:34px;height:34px;border-radius:50%;object-fit:cover}.online-indicator{position:absolute;top:4px;right:0;width:10px;height:10px;background:#0f0;border-radius:50%;border:2px solid #0a0a0a}.profile-info{display:flex;flex-direction:column}.profile-name{font-family:Inter;font-weight:600;font-size:18px;line-height:100%;color:#fff;margin:0}.profile-email{font-family:Inter;font-weight:400;font-size:12px;line-height:100%;color:#fff;margin:5px 0 0}.main-content{display:flex;gap:40px;padding:56px 0 0 78px;width:100%;box-sizing:border-box;flex-direction:row}.content-area{flex:2;max-width:none}.project-card{width:100%;max-width:1200px;border:.5px solid #ffffff33;border-radius:20px;background:#0a0a0a4d;box-shadow:0 10px 20px #ffffff08;padding:64px 0;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.project-title{width:100%;max-width:861px;height:44px;font-family:Inter;font-weight:600;font-size:36px;line-height:100%;text-align:center;color:#fff;margin:0 0 42px}.project-description{width:100%;max-width:861px;height:20px;font-family:Inter;font-weight:500;font-size:16px;line-height:20px;text-align:center;color:#fff9;margin:0 0 149px}.file-upload-area{width:350px;height:250px;border:1px dashed #ffffff;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;position:relative}.file-upload-area:hover,.file-upload-area.drag-active{border-color:#fff9;background:#ffffff0d}.upload-icon{width:101px;height:122px;display:flex;align-items:center;justify-content:center}.sidebar{width:415px;height:805px;background:#121212;border-top-left-radius:30px;border-bottom-left-radius:30px;padding:44px 62px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;margin-left:auto;margin-right:0}.steps-container{display:flex;flex-direction:column;gap:48px}.step-item{display:flex;align-items:center;gap:20px;position:relative}.step-circle{width:30px;height:30px;border:1px solid #ffffff;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;transition:all .3s ease}.step-circle:hover{background:#ffffff1a}.step-circle.active .step-fill{width:20px;height:20px;background:#fff;border-radius:50%}.step-circle.completed{background:#ffffff1a;border-color:#fff}.step-line{position:absolute;left:15px;top:45px;width:1px;height:48px;background:#fff;transform:none;transform-origin:center}.step-text{font-family:Inter;font-weight:500;font-size:16px;line-height:45px;color:#fff;transition:all .3s ease}.step-text:hover{color:#fff9}.help-section{display:flex;flex-direction:column;gap:20px;margin-top:120px}.help-icon{width:20px;height:20px}.help-title{font-family:Inter,sans-serif;font-weight:600;font-size:16px;line-height:25px;color:#fff;margin:0}.help-description{font-family:Inter,sans-serif;font-weight:500;font-size:13px;line-height:20px;color:#fff9;margin:0}.contact-button{width:133px;height:43px;border:1px solid #ffffff99;border-radius:5px;background:transparent;font-family:Inter;font-weight:500;font-size:16px;line-height:45px;text-align:center;color:#fff;cursor:pointer;transition:all .3s ease;margin-top:30px}.contact-button:hover{background:#ffffff1a;border-color:#fff}.access-title{width:100%;max-width:861px;height:44px;font-family:Inter;font-weight:600;font-size:36px;line-height:100%;text-align:center;color:#fff;margin:0 0 72px}.access-options{display:flex;gap:60px;justify-content:center;margin-bottom:40px;flex-wrap:wrap}.access-card{width:325px;height:450px;border:1px solid #ffffff4d;border-radius:10px;padding:22px 31px 30px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.access-card-title{width:100%;height:36px;font-family:Inter;font-weight:600;font-size:24px;line-height:46px;text-align:center;color:#fff;margin:0 0 20px}.access-card-description{width:100%;max-width:264px;height:33px;font-family:Inter;font-weight:400;font-size:12px;line-height:20px;text-align:center;color:#fffc;margin:0 0 40px}.feature-list{display:flex;flex-direction:column;gap:20px;margin-bottom:30px;width:100%;flex:1}.feature-item{display:flex;align-items:center;gap:15px}.check-circle{width:25px;height:23px;border:1px solid #ffffff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-text{font-family:Inter;font-weight:400;font-size:16px;line-height:100%;color:#848199}.access-button{width:100%;max-width:263px;height:52px;background:#ffffff1a;border:none;border-radius:24px;font-family:Inter;font-weight:500;font-size:16px;color:#fff;cursor:pointer;transition:all .3s ease;margin-top:auto;flex-shrink:0}.access-button:hover{background:#fff3}.integration-text{width:275px;height:39px;font-family:Inter;font-weight:400;font-size:12px;line-height:20px;text-align:center;color:#fff9;margin:20px 0}.combined-access-button{width:350px;height:60px;background:#ffffff1a;border:none;border-radius:24px;font-family:Inter;font-weight:500;font-size:18px;color:#fff;cursor:pointer;transition:all .3s ease}.combined-access-button:hover{background:#fff3}.connect-title{width:100%;max-width:861px;height:44px;font-family:Inter;font-weight:600;font-size:36px;line-height:100%;text-align:center;color:#fff;margin:0 0 15px}.connect-description{width:100%;max-width:802px;height:20px;font-family:Inter;font-weight:500;font-size:16px;line-height:20px;text-align:center;color:#fff9;margin:0 0 40px}.aws-details-box{width:100%;max-width:653px;height:204px;border:1px solid #ffffff99;border-radius:10px;padding:30px;box-sizing:border-box;display:flex;flex-direction:column;gap:30px;margin-bottom:40px}.input-group{display:flex;flex-direction:column;gap:10px}.input-label{font-family:Inter;font-weight:500;font-size:16px;line-height:100%;color:#fff}.aws-input{width:100%;height:37px;background:#121212;border:1px solid #ffffff99;border-radius:10px;padding:0 18px;font-family:Inter;font-weight:500;font-size:12px;line-height:100%;color:#ffffff80;outline:none;box-sizing:border-box}.aws-input::placeholder{color:#ffffff80}.connect-instruction{width:100%;max-width:861px;height:20px;font-family:Inter;font-weight:500;font-size:16px;line-height:20px;text-align:center;color:#fff9;margin:0 0 30px}.form-section{width:100%;max-width:594px;display:flex;flex-direction:column;gap:40px;margin-bottom:60px}.form-group{display:flex;flex-direction:column}.label-container{display:flex;align-items:center;gap:2px;height:35px}.onboarding-form-label{font-family:Inter;font-weight:500;line-height:100%;color:#fff}.required-text{font-family:Inter;font-weight:500;font-size:16px;line-height:100%;color:#ffffff80}.onboarding-form-input{width:100%;height:37px;background:#121212;border:1px solid #ffffff99;border-radius:10px;padding:0 18px;font-family:Inter;font-weight:500;font-size:12px;line-height:100%;color:#ffffff80;outline:none;box-sizing:border-box}.form-input::placeholder{color:#ffffff80}.connect-aws-button{width:263px;height:52px;background:#ffffff1a;border:none;border-radius:24px;font-family:Inter;font-weight:500;font-size:16px;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.connect-aws-button:hover{background:#fff3}.dashboard-title{width:100%;max-width:861px;height:44px;font-family:Inter;font-weight:600;font-size:36px;line-height:100%;text-align:center;color:#fff;margin:0 0 20px}.dashboard-description{width:100%;max-width:802px;height:60px;font-family:Inter;font-weight:500;font-size:16px;line-height:20px;text-align:center;color:#fffc;margin:0 0 40px}.installation-box{width:100%;max-width:653px;height:244px;border:1px solid #ffffff99;border-radius:10px;padding:30px;box-sizing:border-box;margin-bottom:30px;position:relative}.installation-label{width:594px;height:35px;font-family:Inter;font-weight:500;font-size:16px;line-height:100%;color:#fff;margin-bottom:15px;display:block}.script-container{position:relative;width:100%}.script-input{width:100%;height:131px;background:#121212;border:1px solid #ffffff99;border-radius:10px;padding:15px;font-family:Inter;font-weight:500;font-size:12px;line-height:100%;color:#ffffff80;outline:none;box-sizing:border-box;resize:none}.copy-script-button{position:absolute;bottom:15px;right:15px;width:124px;height:37px;background:#121212;border:1px solid #ffffff99;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .3s ease;color:#fff}.copy-script-button:hover{background:#ffffff1a}.copy-script-button svg{width:24px;height:24px}.copy-script-button span{font-family:Inter;font-weight:500;font-size:12px;line-height:100%;color:#fff}.instruction-text{width:100%;max-width:600px;font-family:Inter;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:#fff9;margin:0 0 40px}.connection-status-box{width:100%;max-width:659px;height:76px;border:1px solid #ffffff99;border-radius:10px;padding:20px;box-sizing:border-box;display:flex;align-items:center}.status-content{width:100%}.status-title{font-family:Inter;font-weight:500;font-size:16px;line-height:100%;color:#fff;margin:0 0 10px}.status-text{font-family:Inter;font-weight:400;font-size:14px;line-height:100%;color:#ffffff80;margin:0}@media (max-width: 1440px){.onboarding-header{padding:40px 40px 0}.main-content{padding:40px 0 0 40px;gap:30px}.main-title{width:auto;max-width:499px}.subtitle{width:auto;max-width:453px}.project-card{width:100%;max-width:800px}.sidebar{width:320px}.access-options{align-items:center;gap:30px}.access-card{width:100%;max-width:325px;height:auto;min-height:450px}.combined-access-button{width:100%;max-width:350px}.aws-details-box,.form-section{max-width:100%;width:90%}.connect-aws-button{width:100%;max-width:263px}.dashboard-title{font-size:28px}.installation-box,.connection-status-box{max-width:100%;width:90%}}@media (max-width: 1024px){.main-content{flex-direction:column;gap:40px;padding:40px 40px 0}.sidebar{width:100%;height:auto;border-radius:20px;padding:40px;margin-left:0;margin-right:0}.onboarding-header{flex-direction:column;gap:30px;align-items:flex-start}.header-right{width:100%;justify-content:space-between}.access-title{font-size:28px;margin-bottom:40px}.access-card{height:auto;min-height:400px;padding:20px}.access-card-title{font-size:20px;line-height:30px}.access-button,.combined-access-button{width:100%;max-width:263px}.combined-access-button{max-width:350px;height:60px;font-size:18px}.connect-title{font-size:28px;margin-bottom:20px}.aws-details-box{height:auto;padding:20px}.form-section{gap:30px;margin-bottom:40px}.dashboard-title{font-size:28px;margin-bottom:20px}.dashboard-description{height:auto;margin-bottom:30px}.installation-box{height:auto;padding:20px}.script-input{height:120px}}@media (max-width: 768px){.onboarding-header,.main-content{padding:20px 20px 0}.main-title{font-size:28px;line-height:36px;white-space:normal}.subtitle{font-size:14px;line-height:24px}.project-card{height:auto;padding:40px 20px}.project-title{font-size:28px;margin-bottom:40px}.project-description{margin-bottom:80px}.file-upload-area{width:280px;height:200px}.search-container{width:250px}.header-right{flex-wrap:wrap;gap:15px}.connect-title,.dashboard-title{font-size:24px}.dashboard-description{font-size:14px;line-height:18px}.installation-box{padding:15px}.script-input{height:100px;font-size:11px}.copy-script-button{width:100px;height:32px;font-size:10px}.copy-script-button svg{width:20px;height:20px}}@media (max-width: 480px){.onboarding-header,.main-content{padding:15px 15px 0}.main-title{font-size:24px;line-height:32px}.project-title{font-size:24px}.file-upload-area{width:250px;height:180px}.sidebar{padding:30px 20px}.search-container{width:200px}.access-title{font-size:24px}.access-card-description{font-size:11px}.feature-text{font-size:14px}.integration-text{width:100%;max-width:275px;font-size:11px}.connect-title{font-size:24px}.connect-description,.connect-instruction{font-size:14px}.aws-details-box{padding:15px;gap:20px}.input-label,.form-label{font-size:14px}.aws-input,.form-input{font-size:11px}.dashboard-title{font-size:24px}.dashboard-description{font-size:13px}.installation-label{font-size:14px}.script-input{height:90px;font-size:10px}.copy-script-button{width:90px;height:30px;font-size:9px}.connection-status-box{height:auto;padding:15px}.status-title{font-size:14px}.status-text{font-size:12px}}
