.hero .head-1{font-size:2rem;line-height:1.2222222222;font-weight:400;letter-spacing:-0.25px;color:#f5f5f5}@media(min-width: 600px){.hero .head-1{font-size:2.8rem;line-height:1.1666666667;letter-spacing:-0.5px}}@media(min-width: 1024px){.hero .head-1{font-size:3.5rem;line-height:1.2;letter-spacing:-0.5px}}.hero-section{padding:100px 0;background:linear-gradient(180deg, #121212 0%, #1e1e1e 100%);position:relative;overflow:hidden}.hero-section::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%, rgba(0, 242, 255, 0.1) 0%, transparent 50%);pointer-events:none;animation:pulse 8s ease-in-out infinite}.hero-section .hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff;text-shadow:0 0 20px rgba(0,242,255,.1)}.hero-section .hero-title .gradient-text{background:linear-gradient(135deg, #00f2ff, #0066ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);display:inline-block;position:relative}.hero-section .hero-title .gradient-text::after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:linear-gradient(90deg, transparent, #00f2ff, transparent);opacity:.5;transform:scaleX(0);transition:transform .3s ease}.hero-section .hero-title .gradient-text:hover::after{transform:scaleX(1)}.hero-section .hero-description{font-size:1.25rem;color:#d0d0d0;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.hero-section .hero-form{max-width:600px;margin:0 auto;padding:2rem;background:rgba(30,30,30,.8);border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,242,255,.1);transition:all .3s ease}.hero-section .hero-form:hover{border-color:rgba(0,242,255,.2);box-shadow:0 15px 40px rgba(0,242,255,.1)}.hero-section .hero-form .form-label{color:#c0cbd4;font-weight:bold;font-size:1rem;margin-bottom:.5rem}.hero-section .hero-form .btn-group{margin-bottom:1rem;border-radius:10px;overflow:hidden}.hero-section .hero-form .btn-group .btn{flex:1 1;padding:12px 20px;font-weight:600;border-radius:0;border:1px solid rgba(0,242,255,.2);transition:all .3s ease}.hero-section .hero-form .btn-group .btn.btn-primary{background:linear-gradient(135deg, #00f2ff, #0066ff);border-color:rgba(0,242,255,.3);color:#fff}.hero-section .hero-form .btn-group .btn.btn-outline-primary{background-color:rgba(44,44,44,.5);border-color:rgba(0,242,255,.1);color:#00f2ff}.hero-section .hero-form .btn-group .btn.btn-outline-primary:hover{background-color:rgba(44,44,44,.8);border-color:rgba(0,242,255,.2)}.hero-section .hero-form .btn-group .btn:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px}.hero-section .hero-form .btn-group .btn:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px}.hero-section .hero-form .form-control{background-color:rgba(44,44,44,.8);color:#fff;padding:12px;border-radius:10px;border:1px solid rgba(0,242,255,.1);font-family:"DM Sans",sans-serif;font-size:16px;transition:all .3s ease}.hero-section .hero-form .form-control:focus{background-color:rgba(44,44,44,.9);border-color:rgba(0,242,255,.3);box-shadow:0 0 0 3px rgba(0,242,255,.1)}.hero-section .hero-form .form-control::placeholder{color:#999}.hero-section .hero-form .form-control[type=file]{padding:8px 12px;cursor:pointer}.hero-section .hero-form .form-text{color:#999;font-size:.85rem;margin-top:.5rem}.hero-section .hero-form .hero-button{width:100%;padding:20px 32px;font-size:18px;font-weight:bold;border-radius:35px;background:linear-gradient(135deg, #00f2ff, #0066ff);color:#fff;border:none;margin-top:4px;margin-bottom:16px;position:relative;overflow:hidden;transition:all .3s ease}.hero-section .hero-form .hero-button::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);transition:.5s}.hero-section .hero-form .hero-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,242,255,.3)}.hero-section .hero-form .hero-button:hover::before{left:100%}.hero-section .hero-form .hero-button:active{transform:translateY(0)}.hero-section .trial-text{color:#bbb;font-size:13px;margin:0;opacity:.8;transition:opacity .3s ease}.hero-section .trial-text:hover{opacity:1}@keyframes pulse{0%{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}100%{opacity:.5;transform:scale(1)}}
.integration-section{padding:100px 0;background:linear-gradient(0deg, #121212 0%, #1e1e1e 100%);position:relative;overflow:hidden}.integration-section .integration-badge{display:inline-block;padding:.5rem 1rem;background-color:#1e1e2f;color:#9fa4ff;border-radius:10px;font-weight:600;margin-bottom:1.5rem;transform:rotate(2deg)}.integration-section .integration-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.integration-section .integration-subtitle{font-size:1.25rem;color:#ccc;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.integration-section .integration-items{margin-top:3rem}.integration-section .integration-item{margin-bottom:2rem;width:7rem;height:7rem;transform:rotate(-3deg);transition:transform .3s ease}.integration-section .integration-item:hover{transform:rotate(0deg)}.integration-section .integration-logo{background:#1e1e1e;border-radius:15px;padding:1rem;box-shadow:0 10px 30px hsla(0,0%,100%,.03);text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.integration-section .integration-logo img{max-width:70px;height:auto;filter:brightness(0.9);transition:filter .3s ease}.integration-section .integration-logo img:hover{filter:brightness(1.1)}.integration-section .integration-logo .integration-name{font-size:.9rem;font-weight:500;color:#ddd;margin-top:.5rem}
.brand-section{padding:80px 0;background-color:#121212}.brand-section .brand-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:3rem}.brand-section .brand-logos{overflow:hidden;position:relative;padding:2rem 0}.brand-section .brand-logos::before,.brand-section .brand-logos::after{content:"";position:absolute;top:0;width:200px;height:100%;z-index:2}.brand-section .brand-logos::before{left:0;background:linear-gradient(to right, rgb(18, 18, 18), rgba(18, 18, 18, 0))}.brand-section .brand-logos::after{right:0;background:linear-gradient(to left, rgb(18, 18, 18), rgba(18, 18, 18, 0))}.brand-section .brand-logos-container{display:flex;animation:scroll 30s linear infinite;gap:4rem;padding:1rem 0}.brand-section .brand-logos-container:hover{animation-play-state:paused}.brand-section .brand-logo{flex-shrink:0;opacity:1;transition:opacity .3s ease}.brand-section .brand-logo img{max-width:150px;height:auto;filter:grayscale(100%) brightness(0.8) contrast(0);transition:filter .3s ease}.brand-section .brand-logo img:hover{filter:grayscale(0%) brightness(1)}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}
.feature-section{padding:100px 0;background:radial-gradient(circle at 10% 20%, rgba(0, 242, 255, 0.12) 0%, transparent 35%),radial-gradient(circle at 90% 80%, rgba(58, 122, 254, 0.12) 0%, transparent 40%),linear-gradient(180deg, #11131f 0%, #090b12 100%);position:relative}.feature-section::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg, transparent 0%, rgba(0, 242, 255, 0.2) 50%, transparent 100%)}.feature-section .feature-title{font-size:2.7rem;font-weight:700;color:#fff;margin-bottom:1rem;letter-spacing:-0.02em;text-shadow:0 0 24px rgba(0,242,255,.14)}.feature-section .feature-subtitle{font-size:1.12rem;color:#c2cbda;margin-bottom:3rem;max-width:680px;line-height:1.7;margin-left:auto;margin-right:auto}.feature-section .feature-items{margin-top:3rem}.feature-section .feature-item{margin-bottom:3rem}.feature-section .feature-content{position:relative;padding:2rem;background:linear-gradient(165deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));border-radius:22px;box-shadow:0 12px 28px rgba(0,0,0,.28);border:1px solid rgba(98,162,255,.24);height:100%;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;overflow:hidden}.feature-section .feature-content::after{content:"";position:absolute;top:auto;right:-40%;bottom:-55%;left:-40%;height:180px;background:radial-gradient(circle, rgba(0, 242, 255, 0.22), transparent 65%);pointer-events:none}.feature-section .feature-content:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.4);border-color:rgba(0,242,255,.36)}.feature-section .feature-meta{display:flex;justify-content:flex-end;margin-bottom:.2rem}.feature-section .feature-index{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:28px;padding:0 .7rem;border-radius:999px;font-size:.78rem;font-weight:700;letter-spacing:.12em;color:#9ec9ff;background:rgba(35,48,76,.8);border:1px solid rgba(120,164,255,.4)}.feature-section .feature-image{margin-bottom:1.25rem;text-align:center;padding:1rem;background:linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02));border:1px solid rgba(156,187,255,.2);border-radius:16px;transition:background .3s ease,transform .3s ease}.feature-section .feature-image:hover{background:linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04));transform:scale(1.02)}.feature-section .feature-image img{width:88px;height:88px;object-fit:contain;border-radius:14px;filter:drop-shadow(0 8px 18px rgba(0, 242, 255, 0.22));transition:filter .3s ease}.feature-section .feature-image img:hover{filter:drop-shadow(0 12px 24px rgba(0, 242, 255, 0.3))}.feature-section .feature-copy{position:relative;z-index:1}.feature-section .feature-item-title{font-size:1.35rem !important}.feature-section .feature-item-title{font-weight:600;color:#fff;margin-bottom:.75rem;text-shadow:0 0 10px rgba(0,242,255,.12);letter-spacing:-0.01em}.feature-section .feature-item-description{font-size:.98rem;color:#c5cedb;line-height:1.72;margin:0}@media(max-width: 991px){.feature-section .feature-title{font-size:2.2rem}}@media(max-width: 576px){.feature-section{padding:82px 0}.feature-section .feature-content{padding:1.5rem}.feature-section .feature-subtitle{font-size:1.02rem}}
.demo-section{padding:100px 0;color:#fff;position:relative;background:linear-gradient(0deg, #1a1a2a 0%, #0a0a0f 100%)}.demo-section .demo-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 0 20px rgba(0,242,255,.1)}.demo-section .demo-subtitle{font-size:1.25rem;font-weight:600;margin-bottom:3rem;color:#b0b0c0}.demo-section .demo-iframe-container{background:hsla(0,0%,100%,.05);border-radius:20px;padding:1rem;box-shadow:0 4px 12px rgba(0,242,255,.1);border:1px solid rgba(0,242,255,.1);transition:all .3s ease}.demo-section .demo-iframe-container:hover{box-shadow:0 8px 24px rgba(0,242,255,.15);border-color:rgba(0,242,255,.2)}.demo-section .demo-iframe{width:100%;height:600px;border:none;border-radius:10px;background:#1a1a2a}
.feedback-section{padding:100px 0;background:linear-gradient(180deg, #1a1a2a 0%, #0a0a0f 100%);position:relative}.feedback-section .feedback-card{background:hsla(0,0%,100%,.05);border-radius:20px;padding:3rem;box-shadow:0 4px 12px rgba(0,242,255,.1);border:1px solid rgba(0,242,255,.1);transition:all .3s ease}.feedback-section .feedback-card:hover{box-shadow:0 8px 24px rgba(0,242,255,.15);border-color:rgba(0,242,255,.2);transform:translateY(-5px)}.feedback-section .feedback-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1.5rem;text-shadow:0 0 20px rgba(0,242,255,.1)}.feedback-section .feedback-content{font-size:1.25rem;color:#b0b0c0;line-height:1.6;margin-bottom:2rem}.feedback-section .feedback-author{display:flex;align-items:center;gap:1rem}.feedback-section .author-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;border:2px solid rgba(0,242,255,.2);box-shadow:0 0 10px rgba(0,242,255,.1);transition:all .3s ease}.feedback-section .author-avatar:hover{border-color:rgba(0,242,255,.4);box-shadow:0 0 20px rgba(0,242,255,.2)}.feedback-section .author-avatar img{width:100%;height:100%;object-fit:cover}.feedback-section .author-info .author-name{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.25rem;text-shadow:0 0 10px rgba(0,242,255,.1)}.feedback-section .author-info .author-role{font-size:1rem;color:#b0b0c0;margin:0}
.youtube-section{padding:100px 0;background:linear-gradient(0deg, #121212 0%, #1e1e1e 100%);position:relative;overflow:hidden}
footer{background:linear-gradient(180deg, #0a0a0f 0%, #1a1a2a 100%);border-top:1px solid rgba(0,242,255,.1);color:#e0e0e0}footer h4{color:#fff;text-shadow:0 0 10px rgba(0,242,255,.1)}footer p,footer a{color:#b0b0c0;text-decoration:none;transition:color .3s ease}footer p:hover,footer a:hover{color:#00f2ff}footer .fa-brands{font-size:1.5rem;color:#b0b0c0;transition:all .3s ease}footer .fa-brands:hover{color:#00f2ff;transform:translateY(-2px)}footer .btn-primary{background:linear-gradient(135deg, #00f2ff, #0066ff);border:none;box-shadow:0 4px 12px rgba(0,242,255,.1);transition:all .3s ease}footer .btn-primary:hover{background:linear-gradient(135deg, #00e6ff, #0055ff);transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,242,255,.2)}
.auth-container{display:flex;align-items:center;margin-left:1rem}.auth-container .user-image{margin-right:.5rem;cursor:pointer}.auth-container .user-name{font-weight:500;color:#f0f0f0}.auth-container .dropdown-toggle{cursor:pointer;color:#ddd}.auth-container .logout-button{margin-left:.5rem;color:#f44336;text-decoration:none}.auth-container .logout-button:hover{color:#f44336;text-decoration:underline}.auth-container .login-button{margin-left:1rem;color:#fff;background-color:#1e88e5;padding:.4rem .8rem;border-radius:.4rem;font-weight:500}.auth-container .login-button:hover{background-color:#1565c0}.auth-container .datasets-dropdown-menu{max-height:300px;overflow-y:auto}.auth-container .dropdown-menu{background-color:#1e1e1e;min-width:200px;padding:.5rem 0;margin-top:.5rem;border-radius:.5rem;box-shadow:0 2px 8px hsla(0,0%,100%,.05)}.auth-container .dropdown-menu .dropdown-item{padding:.5rem 1rem;font-size:.9rem;color:#ccc}.auth-container .dropdown-menu .dropdown-item:hover{background-color:#2a2a2a}.auth-container .dropdown-menu .dropdown-item:active{background-color:#4dabf7;color:#fff}
.header{transition:all .3s ease-in-out;padding:1rem 0;background:linear-gradient(180deg, rgba(10, 10, 15, 0.95) 0%, rgba(26, 26, 42, 0.95) 100%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,242,255,.1)}.header.collapsed{transform:translateY(-100%)}.header .logo{height:37px;object-fit:contain;filter:brightness(1.2) contrast(1.1) drop-shadow(0 0 10px rgba(0, 242, 255, 0.3)) drop-shadow(0 0 20px rgba(0, 242, 255, 0.2)) drop-shadow(0 0 30px rgba(0, 242, 255, 0.1));transition:all .3s ease}.header .logo:hover{filter:brightness(1.3) contrast(1.2) drop-shadow(0 0 15px rgba(0, 242, 255, 0.4)) drop-shadow(0 0 30px rgba(0, 242, 255, 0.3)) drop-shadow(0 0 45px rgba(0, 242, 255, 0.2));transform:scale(1.05)}.header .navbar-brand{color:#fff;color:#00f2ff;font-weight:700;letter-spacing:1px;text-shadow:0 0 10px rgba(0,242,255,.3),0 0 20px rgba(0,242,255,.2),0 0 30px rgba(0,242,255,.1);transition:all .3s ease}.header .navbar-brand:hover{color:#00f2ff;text-shadow:0 0 15px rgba(0,242,255,.4),0 0 30px rgba(0,242,255,.3),0 0 45px rgba(0,242,255,.2);transform:translateY(-1px)}.header .sub-title{font-size:.75rem;color:#00f2ff;color:#fff;text-shadow:0 0 10px rgba(0,242,255,.2)}.header .nav-link{color:#b0b0c0;transition:all .2s ease-in-out;position:relative}.header .nav-link::after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg, #00f2ff, #0066ff);transition:width .3s ease}.header .nav-link:hover{color:#00f2ff;text-shadow:0 0 10px rgba(0,242,255,.2)}.header .nav-link:hover::after{width:100%}.header .user-profile{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:.5rem;transition:all .2s ease-in-out;background:hsla(0,0%,100%,.05);border:1px solid rgba(0,242,255,.1)}.header .user-profile:hover{background:hsla(0,0%,100%,.1);border-color:rgba(0,242,255,.2);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,242,255,.1)}.header .user-profile img{border:2px solid #00f2ff;box-shadow:0 0 10px rgba(0,242,255,.2)}.header .login-button{background:linear-gradient(135deg, #00f2ff, #0066ff);color:#fff;padding:.5rem 1.5rem;border-radius:.5rem;font-weight:500;transition:all .2s ease-in-out;border:none;position:relative;overflow:hidden}.header .login-button::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);transition:.5s}.header .login-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,242,255,.2)}.header .login-button:hover::before{left:100%}.header .sub-brand{font-size:.9rem !important}.header .sub-brand{color:#4dffff;text-shadow:0 0 10px rgba(0,242,255,.2)}@media screen and (max-width: 768px){.header .setting{border:0 !important}}@media(max-width: 767px){.header .navbar-nav{font-size:1.5rem;padding-left:.5rem;padding-right:.5rem;background:rgba(10,10,15,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header .navbar-nav .nav-item{width:100%;font-size:1.5rem;border-bottom:1px solid rgba(0,242,255,.1)}.header .navbar-nav .nav-item:last-child{border-bottom:none}.header .navbar-nav .dropdown-menu{background:rgba(26,26,42,.95) !important;border:1px solid rgba(0,242,255,.1) !important}.header .navbar-nav .dropdown-menu{font-size:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px rgba(0,242,255,.1)}}

.home-page .card{box-shadow:0 0 rgba(0,0,0,0),0 0 rgba(0,0,0,0),var(--card-shadow) !important}.home-page .card{background-color:#1e1e1e;color:#f0f0f0;border:0;--card-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.6), 0 4px 6px -4px rgba(0, 0, 0, 0.6)}.home-page .card .h5{font-weight:600;color:#fff}.home-page .empty-state-tooltip{margin:1.5rem auto 1rem;max-width:980px;border:1px solid rgba(252,211,77,.5);background:linear-gradient(135deg, rgba(254, 243, 199, 0.15), rgba(250, 204, 21, 0.1));border-radius:12px;padding:1rem;display:grid;grid-template-columns:14px 1fr auto;grid-gap:.8rem;gap:.8rem;align-items:center}.home-page .empty-state-tooltip .tooltip-dot{width:10px;height:10px;border-radius:50%;background:#facc15;box-shadow:0 0 0 8px rgba(250,204,21,.2)}.home-page .empty-state-tooltip p{margin:.2rem 0 0;color:#f5f5f5}.home-page .empty-state-tooltip button{border:none;border-radius:8px;padding:.55rem .85rem;color:#0f172a;font-weight:700;background:#facc15}.home-page .home-steps{max-width:1080px;margin:2rem auto;padding:0 1rem}.home-page .home-steps h2{text-align:center;margin-bottom:1rem}.home-page .home-steps .home-steps-grid{display:flex;gap:.9rem}.home-page .home-steps .home-steps-grid article{background:linear-gradient(160deg, #0f172a, #1e293b);border:1px solid rgba(56,189,248,.25);border-radius:12px;padding:1rem}.home-page .home-steps .home-steps-grid article span{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#0f172a;background:#38bdf8;font-weight:800;margin-bottom:.6rem}.home-page .home-steps .home-steps-grid article h3{font-size:1.05rem}.home-page .home-steps .home-steps-grid article p{margin:0;color:#dbeafe}@media(max-width: 768px){.home-page .empty-state-tooltip{grid-template-columns:1fr;text-align:left}.home-page .empty-state-tooltip .tooltip-dot{display:none}}
