.dc-navbar{z-index:1000;justify-content:space-between;align-items:center;width:100%;height:72px;padding:0 40px;transition:background .4s,box-shadow .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s;display:flex;position:fixed;top:0;left:0}.dc-navbar.scrolled{-webkit-backdrop-filter:blur(20px);background:#0f0f1ad9;box-shadow:0 2px 30px #0006}.dc-navbar__logo{cursor:pointer;align-items:center;gap:10px;text-decoration:none;display:flex}.dc-navbar__logo-icon{width:36px;height:36px}.dc-navbar__logo-text{color:#fff;letter-spacing:-.5px;font-size:22px;font-weight:800}.dc-navbar__logo-text span{color:#6366f1}.dc-navbar__links{align-items:center;gap:32px;list-style:none;display:flex}.dc-navbar__links li a{color:#cbd5e1;font-size:14px;font-weight:500;text-decoration:none;transition:color .25s;position:relative}.dc-navbar__links li a:after{content:"";background:#6366f1;border-radius:2px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.dc-navbar__links li a:hover{color:#fff}.dc-navbar__links li a:hover:after{width:100%}.dc-navbar__actions{align-items:center;gap:12px;display:flex}.dc-navbar__login{cursor:pointer;color:#fff;background:0 0;border:1px solid #fff3;border-radius:10px;padding:9px 22px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s}.dc-navbar__login:hover{color:#6366f1;border-color:#6366f1;box-shadow:0 0 20px #6366f126}.dc-navbar__cta{cursor:pointer;color:#fff;background:#6366f1;border:none;border-radius:10px;padding:9px 22px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s}.dc-navbar__cta:hover{background:#4f46e5;transform:translateY(-1px);box-shadow:0 0 25px #6366f166}.dc-navbar__hamburger{cursor:pointer;z-index:1100;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.dc-navbar__hamburger span{background:#fff;border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.dc-navbar__hamburger.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.dc-navbar__hamburger.open span:nth-child(2){opacity:0}.dc-navbar__hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.dc-navbar__mobile-drawer{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);z-index:1050;pointer-events:none;background:#0f0f1af7;flex-direction:column;width:280px;height:100vh;padding:80px 24px 30px;transition:right .4s cubic-bezier(.4,0,.2,1);display:none;position:fixed;top:0;right:-100%;box-shadow:-10px 0 40px #00000080}.dc-navbar__mobile-drawer.open{pointer-events:auto;right:0}.dc-navbar__mobile-drawer ul{flex-direction:column;gap:0;list-style:none;display:flex}.dc-navbar__mobile-drawer ul li a{color:#cbd5e1;border-bottom:1px solid #ffffff0f;padding:10px 0;font-size:15px;font-weight:500;text-decoration:none;transition:color .25s,padding-left .25s;display:block}.dc-navbar__mobile-drawer ul li a:hover{color:#6366f1;padding-left:8px}.dc-navbar__mobile-actions{flex-direction:column;gap:10px;margin-top:auto;padding-bottom:20px;display:flex}.dc-navbar__mobile-actions .dc-navbar__login,.dc-navbar__mobile-actions .dc-navbar__cta{text-align:center;width:100%;padding:10px 20px;font-size:13px;display:block}.dc-navbar__overlay{z-index:1040;opacity:0;pointer-events:none;background:#00000080;transition:opacity .3s;display:none;position:fixed;inset:0}.dc-navbar__overlay.open{opacity:1;pointer-events:auto}@media (width<=1024px){.dc-navbar__links,.dc-navbar__actions{display:none}.dc-navbar__hamburger,.dc-navbar__mobile-drawer{display:flex}.dc-navbar__overlay{display:block}}@media (width<=480px){.dc-navbar{height:64px;padding:0 20px}.dc-navbar__logo-text{font-size:18px}.dc-navbar__logo-icon{width:30px;height:30px}}.dc-hero{background:#0f0f1a;align-items:center;min-height:100vh;padding:120px 60px 80px;display:flex;position:relative;overflow:hidden}.dc-hero__orb{filter:blur(100px);opacity:.4;pointer-events:none;border-radius:50%;animation:8s ease-in-out infinite orbFloat;position:absolute}.dc-hero__orb--1{background:radial-gradient(circle,#6366f180,#0000 70%);width:500px;height:500px;animation-delay:0s;top:-120px;left:-100px}.dc-hero__orb--2{background:radial-gradient(circle,#8b5cf666,#0000 70%);width:400px;height:400px;animation-delay:-3s;bottom:-80px;right:-60px}.dc-hero__orb--3{background:radial-gradient(circle,#34d3994d,#0000 70%);width:300px;height:300px;animation-delay:-5s;top:50%;left:50%}@keyframes orbFloat{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-30px)scale(1.05)}66%{transform:translate(-20px,20px)scale(.95)}}.dc-hero__content{z-index:2;justify-content:space-between;align-items:center;gap:60px;width:100%;max-width:1280px;margin:0 auto;display:flex;position:relative}.dc-hero__left{flex:1;max-width:600px}.dc-hero__badge{color:#a5b4fc;background:#6366f11f;border:1px solid #6366f140;border-radius:30px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:13px;font-weight:500;animation:.8s forwards fadeInDown;display:inline-flex}.dc-hero__badge-dot{background:#34d399;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 #34d39966}50%{opacity:.7;box-shadow:0 0 0 6px #34d39900}}.dc-hero__title{color:#fff;letter-spacing:-1.5px;opacity:0;margin-bottom:20px;font-size:54px;font-weight:800;line-height:1.1;animation:.8s .2s forwards fadeInUp}.dc-hero__title span{background:linear-gradient(135deg,#6366f1,#a78bfa,#34d399);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.dc-hero__subtitle{color:#94a3b8;opacity:0;max-width:500px;margin-bottom:36px;font-size:18px;line-height:1.7;animation:.8s .4s forwards fadeInUp}.dc-hero__ctas{opacity:0;gap:16px;animation:.8s .6s forwards fadeInUp;display:flex}.dc-hero__btn-primary{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:12px;align-items:center;gap:8px;padding:14px 32px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.dc-hero__btn-primary:hover{background:#4f46e5;transform:translateY(-2px);box-shadow:0 0 30px #6366f180}.dc-hero__btn-outline{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:12px;align-items:center;gap:8px;padding:14px 32px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.dc-hero__btn-outline:hover{background:#ffffff0d;border-color:#ffffff80;transform:translateY(-2px)}.dc-hero__right{opacity:0;flex:1;max-width:560px;animation:1s .5s forwards floatIn}.dc-hero__dashboard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;padding:24px;animation:6s ease-in-out 1.5s infinite dashFloat;box-shadow:0 30px 80px #00000080}@keyframes dashFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.dc-hero__dash-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.dc-hero__dash-title{color:#fff;font-size:14px;font-weight:600}.dc-hero__dash-badge{color:#34d399;background:#34d39926;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:600}.dc-hero__dash-stats{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px;display:grid}.dc-hero__dash-stat{text-align:center;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:12px;padding:14px}.dc-hero__dash-stat-value{color:#fff;font-size:22px;font-weight:700}.dc-hero__dash-stat-value.green{color:#34d399}.dc-hero__dash-stat-value.indigo{color:#a5b4fc}.dc-hero__dash-stat-label{color:#94a3b8;margin-top:4px;font-size:11px}.dc-hero__dash-chart{align-items:flex-end;gap:8px;height:100px;padding:0 8px;display:flex}.dc-hero__dash-bar{animation:1.2s forwards barGrow;animation-delay:var(--delay);transform-origin:bottom;border-radius:6px 6px 0 0;flex:1;transform:scaleY(0)}@keyframes barGrow{to{transform:scaleY(1)}}.dc-hero__dash-bar:nth-child(odd){background:#6366f1}.dc-hero__dash-bar:nth-child(2n){background:#6366f159}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes floatIn{0%{opacity:0;transform:translate(40px)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}@media (width<=1024px){.dc-hero{padding:120px 40px 60px}.dc-hero__content{text-align:center;flex-direction:column}.dc-hero__left{max-width:100%}.dc-hero__subtitle{max-width:100%;margin-left:auto;margin-right:auto}.dc-hero__ctas{justify-content:center}.dc-hero__right{max-width:480px}.dc-hero__title{font-size:42px}}@media (width<=640px){.dc-hero{padding:100px 20px 50px}.dc-hero__title{letter-spacing:-1px;font-size:32px}.dc-hero__subtitle{font-size:15px}.dc-hero__ctas{flex-direction:column;align-items:center}.dc-hero__btn-primary,.dc-hero__btn-outline{justify-content:center;width:100%}.dc-hero__dash-stats{grid-template-columns:1fr}}.dc-trusted{background:#fff;padding:50px 40px;position:relative;overflow:hidden}.dc-trusted__label{text-align:center;color:#94a3b8;text-transform:uppercase;letter-spacing:2px;margin-bottom:28px;font-size:13px;font-weight:600}.dc-trusted__track-wrapper{position:relative;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.dc-trusted__track{gap:60px;width:max-content;animation:30s linear infinite marquee;display:flex}.dc-trusted__track:hover{animation-play-state:paused}.dc-trusted__logo{opacity:.45;cursor:default;flex-shrink:0;align-items:center;gap:8px;transition:opacity .3s;display:flex}.dc-trusted__logo:hover{opacity:.8}.dc-trusted__logo-icon{color:#fff;border-radius:6px;place-items:center;width:28px;height:28px;font-size:14px;font-weight:700;display:grid}.dc-trusted__logo-name{color:#1e293b;letter-spacing:-.3px;white-space:nowrap;font-size:16px;font-weight:700}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=640px){.dc-trusted{padding:36px 20px}.dc-trusted__track{gap:40px}}.dc-stats{background:#fff;padding:80px 40px}.dc-stats__inner{grid-template-columns:repeat(4,1fr);gap:32px;max-width:1100px;margin:0 auto;display:grid}.dc-stat-card{text-align:center;opacity:0;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:32px 16px;transition:transform .3s,box-shadow .3s;transform:translateY(30px)}.dc-stat-card.visible{animation:.6s forwards fadeInUp}.dc-stat-card:nth-child(2).visible{animation-delay:.1s}.dc-stat-card:nth-child(3).visible{animation-delay:.2s}.dc-stat-card:nth-child(4).visible{animation-delay:.3s}.dc-stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #6366f11a}.dc-stat__ring{width:100px;height:100px;margin:0 auto 16px;position:relative}.dc-stat__ring svg{width:100%;height:100%;transform:rotate(-90deg)}.dc-stat__ring-bg{fill:none;stroke:#e2e8f0;stroke-width:6px}.dc-stat__ring-fill{fill:none;stroke-width:6px;stroke-linecap:round;stroke-dasharray:251;stroke-dashoffset:251px;transition:stroke-dashoffset 1.5s}.dc-stat-card.visible .dc-stat__ring-fill{stroke-dashoffset:var(--offset)}.dc-stat__ring-fill--indigo{stroke:#6366f1}.dc-stat__ring-fill--green{stroke:#34d399}.dc-stat__ring-fill--purple{stroke:#8b5cf6}.dc-stat__ring-fill--teal{stroke:#14b8a6}.dc-stat__value{color:#1e293b;place-items:center;font-size:26px;font-weight:800;display:grid;position:absolute;inset:0}.dc-stat__label{color:#64748b;font-size:14px;font-weight:500;line-height:1.4}@media (width<=900px){.dc-stats__inner{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.dc-stats{padding:60px 20px}.dc-stats__inner{grid-template-columns:1fr;gap:20px}}.dc-pain{background:#0f0f1a;padding:100px 40px;position:relative;overflow:hidden}.dc-pain__inner{align-items:flex-start;gap:60px;max-width:1100px;margin:0 auto;display:flex}.dc-pain__left{flex:1;position:sticky;top:120px}.dc-pain__title{color:#fff;letter-spacing:-1px;margin-bottom:20px;font-size:38px;font-weight:800;line-height:1.2}.dc-pain__title span{color:#6366f1}.dc-pain__desc{color:#94a3b8;max-width:400px;font-size:15px;line-height:1.7}.dc-pain__illustration{background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;gap:12px;margin-top:32px;padding:24px;display:flex}.dc-pain__ill-bar{opacity:.3;background:linear-gradient(#0000,#6366f1);border-radius:8px;flex:1}.dc-pain__right{flex-direction:column;flex:1;gap:12px;display:flex}.dc-pain__item{background:#ffffff05;border:1px solid #ffffff0f;border-radius:14px;transition:border-color .3s,background .3s;overflow:hidden}.dc-pain__item:hover{border-color:#6366f14d}.dc-pain__item.active{background:#6366f10f;border-color:#6366f166}.dc-pain__item-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.dc-pain__item-title{color:#e2e8f0;align-items:center;gap:12px;font-size:15px;font-weight:600;display:flex}.dc-pain__item-icon{background:#6366f126;border-radius:8px;flex-shrink:0;place-items:center;width:32px;height:32px;font-size:15px;display:grid}.dc-pain__chevron{color:#94a3b8;flex-shrink:0;transition:transform .3s}.dc-pain__item.active .dc-pain__chevron{transform:rotate(180deg)}.dc-pain__item-body{max-height:0;padding:0 22px;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .3s;overflow:hidden}.dc-pain__item.active .dc-pain__item-body{max-height:160px;padding:0 22px 18px}.dc-pain__item-body p{color:#94a3b8;font-size:14px;line-height:1.7}.dc-pain__inner{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(40px)}.dc-pain__inner.visible{opacity:1;transform:translateY(0)}@media (width<=900px){.dc-pain__inner{flex-direction:column}.dc-pain__left{position:static}.dc-pain__title{font-size:30px}.dc-pain__illustration{display:none}}@media (width<=480px){.dc-pain{padding:60px 20px}.dc-pain__title{font-size:26px}}.dc-features{background:#fff;padding:100px 40px;position:relative}.dc-features__header{text-align:center;margin-bottom:48px}.dc-features__label{text-transform:uppercase;letter-spacing:2px;color:#6366f1;margin-bottom:12px;font-size:13px;font-weight:600}.dc-features__title{color:#0f172a;letter-spacing:-1px;font-size:36px;font-weight:800;line-height:1.2}.dc-features__subtitle{color:#64748b;margin-top:12px;font-size:16px}.dc-features__tabs{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:48px;display:flex}.dc-features__tab{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:10px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .3s}.dc-features__tab:hover{color:#6366f1;border-color:#6366f1}.dc-features__tab.active{color:#fff;background:#6366f1;border-color:#6366f1;box-shadow:0 4px 20px #6366f14d}.dc-features__panel{align-items:center;gap:60px;max-width:1100px;margin:0 auto;animation:.5s slideIn;display:flex}@keyframes slideIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.dc-features__panel-text{flex:1}.dc-features__panel-title{color:#0f172a;margin-bottom:14px;font-size:26px;font-weight:700}.dc-features__panel-desc{color:#64748b;margin-bottom:20px;font-size:15px;line-height:1.7}.dc-features__panel-bullets{flex-direction:column;gap:10px;list-style:none;display:flex}.dc-features__panel-bullets li{color:#334155;align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.dc-features__check{color:#6366f1;background:#6366f11a;border-radius:50%;flex-shrink:0;place-items:center;width:22px;height:22px;font-size:12px;display:grid}.dc-features__cta-link{color:#6366f1;align-items:center;gap:6px;margin-top:20px;font-size:14px;font-weight:600;text-decoration:none;transition:gap .3s;display:inline-flex}.dc-features__cta-link:hover{gap:10px}.dc-features__panel-visual{flex:1;max-width:480px}.dc-features__mock-ui{background:#0f0f1a;border:1px solid #ffffff0f;border-radius:16px;padding:24px;box-shadow:0 24px 60px #00000026}.dc-features__mock-top{gap:6px;margin-bottom:18px;display:flex}.dc-features__mock-dot{border-radius:50%;width:10px;height:10px}.dc-features__mock-rows{flex-direction:column;gap:10px;display:flex}.dc-features__mock-row{align-items:center;gap:10px;display:flex}.dc-features__mock-cell{background:#ffffff14;border-radius:4px;height:12px;animation:2s ease-in-out infinite shimmerLoad}.dc-features__mock-cell--accent{background:#6366f14d}.dc-features__mock-cell--green{background:#34d3994d}@keyframes shimmerLoad{0%,to{opacity:.7}50%{opacity:1}}.dc-features__ad{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6) 0 0/200% 200%;border-radius:16px;justify-content:space-between;align-items:center;gap:24px;max-width:1100px;margin:60px auto 0;padding:28px 36px;animation:4s infinite shimmerBg;display:flex}@keyframes shimmerBg{0%,to{background-position:0%}50%{background-position:100%}}.dc-features__ad-text{font-size:16px;font-weight:600}.dc-features__ad-text span{margin-bottom:4px;font-size:22px;display:block}.dc-features__ad-btn{color:#6366f1;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:10px;padding:10px 24px;font-size:14px;font-weight:700;transition:transform .2s,box-shadow .2s}.dc-features__ad-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}@media (width<=900px){.dc-features__panel{flex-direction:column}.dc-features__panel-visual{width:100%;max-width:100%}.dc-features__ad{text-align:center;flex-direction:column}}@media (width<=640px){.dc-features{padding:60px 20px}.dc-features__title{font-size:26px}.dc-features__tabs{gap:6px}.dc-features__tab{padding:8px 14px;font-size:12px}}.dc-testimonials{background:#0f0f1a;padding:100px 40px;position:relative;overflow:hidden}.dc-testimonials__header{text-align:center;margin-bottom:56px}.dc-testimonials__label{text-transform:uppercase;letter-spacing:2px;color:#6366f1;margin-bottom:12px;font-size:13px;font-weight:600}.dc-testimonials__title{color:#fff;letter-spacing:-1px;font-size:36px;font-weight:800}.dc-testimonials__grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto 56px;display:grid}.dc-testimonial-card{opacity:0;background:#ffffff08;border:1px solid #ffffff0f;border-radius:18px;padding:32px 26px;transition:transform .4s,box-shadow .4s,border-color .3s;transform:translateY(40px)}.dc-testimonial-card.visible{animation:.6s forwards staggerUp}.dc-testimonial-card:nth-child(2).visible{animation-delay:.15s}.dc-testimonial-card:nth-child(3).visible{animation-delay:.3s}.dc-testimonial-card:hover{border-color:#6366f140;transform:translateY(-6px);box-shadow:0 20px 50px #6366f11f}.dc-testimonial__stars{color:#f59e0b;gap:3px;margin-bottom:16px;font-size:14px;display:flex}.dc-testimonial__quote{color:#cbd5e1;margin-bottom:24px;font-size:15px;font-style:italic;line-height:1.7}.dc-testimonial__author{align-items:center;gap:12px;display:flex}.dc-testimonial__avatar{color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:42px;height:42px;font-size:16px;font-weight:700;display:grid}.dc-testimonial__name{color:#f1f5f9;font-size:14px;font-weight:600}.dc-testimonial__role{color:#94a3b8;margin-top:2px;font-size:12px}.dc-testimonials__badges{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto;display:grid}.dc-badge-card{text-align:center;background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;padding:28px 24px;transition:transform .3s,border-color .3s}.dc-badge-card:hover{border-color:#6366f14d;transform:translateY(-4px)}.dc-badge__icon{margin-bottom:14px;font-size:32px}.dc-badge__title{color:#fff;margin-bottom:8px;font-size:18px;font-weight:700}.dc-badge__desc{color:#94a3b8;font-size:13px;line-height:1.6}@keyframes staggerUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.dc-testimonials__grid,.dc-testimonials__badges{grid-template-columns:1fr;max-width:500px}}@media (width<=480px){.dc-testimonials{padding:60px 20px}.dc-testimonials__title{font-size:26px}}.dc-integrations{background:#fff;padding:100px 40px}.dc-integrations__header{text-align:center;margin-bottom:56px}.dc-integrations__label{text-transform:uppercase;letter-spacing:2px;color:#6366f1;margin-bottom:12px;font-size:13px;font-weight:600}.dc-integrations__title{color:#0f172a;letter-spacing:-1px;font-size:36px;font-weight:800}.dc-integrations__subtitle{color:#64748b;margin-top:12px;font-size:16px}.dc-integrations__grid{grid-template-columns:repeat(4,1fr);gap:20px;max-width:900px;margin:0 auto;display:grid}.dc-integration-card{cursor:default;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;align-items:center;gap:14px;padding:32px 16px;transition:all .3s;display:flex}.dc-integration-card:hover{border-color:#6366f14d;transform:translateY(-4px);box-shadow:0 12px 30px #6366f11a}.dc-integration__icon{color:#fff;border-radius:12px;place-items:center;width:52px;height:52px;font-size:22px;font-weight:700;transition:transform .3s;display:grid}.dc-integration-card:hover .dc-integration__icon{transform:scale(1.1)}.dc-integration__name{color:#1e293b;font-size:14px;font-weight:600}.dc-integration__tag{color:#64748b;background:#f1f5f9;border-radius:20px;padding:3px 10px;font-size:11px;font-weight:500}@media (width<=768px){.dc-integrations__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.dc-integrations{padding:60px 20px}.dc-integrations__title{font-size:26px}.dc-integrations__grid{grid-template-columns:repeat(2,1fr);gap:14px}}.dc-cta{background:linear-gradient(135deg,#4f46e5 0%,#6366f1 40%,#8b5cf6 100%) 0 0/200% 200%;padding:100px 40px;animation:6s ease-in-out infinite ctaShimmer;position:relative;overflow:hidden}@keyframes ctaShimmer{0%,to{background-position:0%}50%{background-position:100%}}.dc-cta:before,.dc-cta:after{content:"";pointer-events:none;border-radius:50%;position:absolute}.dc-cta:before{background:#ffffff0f;width:400px;height:400px;top:-150px;right:-100px}.dc-cta:after{background:#ffffff0a;width:300px;height:300px;bottom:-120px;left:-80px}.dc-cta__inner{text-align:center;z-index:2;max-width:800px;margin:0 auto;position:relative}.dc-cta__title{color:#fff;letter-spacing:-1px;margin-bottom:16px;font-size:40px;font-weight:800;line-height:1.2}.dc-cta__subtitle{color:#fffc;margin-bottom:36px;font-size:17px;line-height:1.6}.dc-cta__btn{color:#4f46e5;cursor:pointer;background:#fff;border:none;border-radius:14px;align-items:center;gap:10px;padding:16px 36px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.dc-cta__btn:hover{transform:translateY(-3px);box-shadow:0 16px 40px #00000040}.dc-cta__badges{flex-wrap:wrap;justify-content:center;gap:20px;margin-top:44px;display:flex}.dc-cta__badge{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #ffffff26;border-radius:12px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:600;transition:background .3s;display:flex}.dc-cta__badge:hover{background:#fff3}.dc-cta__badge-icon{font-size:18px}@media (width<=640px){.dc-cta{padding:60px 20px}.dc-cta__title{font-size:28px}.dc-cta__subtitle{font-size:15px}.dc-cta__badges{gap:10px}.dc-cta__badge{padding:8px 12px;font-size:11px}}.dc-footer{background:#0f0f1a;border-top:1px solid #ffffff0f;padding:80px 40px 0}.dc-footer__top{grid-template-columns:1.5fr repeat(3,1fr);gap:48px;max-width:1100px;margin:0 auto 60px;display:grid}.dc-footer__brand{flex-direction:column;gap:16px;display:flex}.dc-footer__logo{align-items:center;gap:10px;display:flex}.dc-footer__logo-icon{width:32px;height:32px}.dc-footer__logo-text{color:#fff;font-size:20px;font-weight:800}.dc-footer__logo-text span{color:#6366f1}.dc-footer__tagline{color:#94a3b8;max-width:280px;font-size:14px;line-height:1.6}.dc-footer__socials{gap:12px;margin-top:8px;display:flex}.dc-footer__social{color:#94a3b8;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;place-items:center;width:36px;height:36px;font-size:14px;text-decoration:none;transition:all .3s;display:grid}.dc-footer__social:hover{color:#6366f1;background:#6366f11f;border-color:#6366f14d;transform:translateY(-2px)}.dc-footer__col-title{color:#fff;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:20px;font-size:13px;font-weight:700}.dc-footer__col-links{flex-direction:column;gap:12px;list-style:none;display:flex}.dc-footer__col-links li a{color:#94a3b8;font-size:14px;text-decoration:none;transition:color .25s,padding-left .25s;display:block}.dc-footer__col-links li a:hover{color:#e2e8f0;padding-left:4px}.dc-footer__bottom{border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;max-width:1100px;margin:0 auto;padding:24px 0;display:flex}.dc-footer__copy{color:#64748b;font-size:13px}.dc-footer__legal{gap:24px;display:flex}.dc-footer__legal a{color:#64748b;font-size:13px;text-decoration:none;transition:color .25s}.dc-footer__legal a:hover{color:#e2e8f0}@media (width<=900px){.dc-footer__top{grid-template-columns:1fr 1fr}}@media (width<=480px){.dc-footer{padding:50px 20px 0}.dc-footer__top{grid-template-columns:1fr;gap:36px}.dc-footer__bottom{text-align:center;flex-direction:column}.dc-footer__legal{justify-content:center}}html{scroll-behavior:smooth}.dc-home{overflow-x:hidden}.dc-reveal{opacity:0;transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1);transform:translateY(40px)}.dc-reveal.visible{opacity:1;transform:translateY(0)}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#6366f14d transparent;margin:0;padding:0}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#6366f14d;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#6366f199}:root{--primary:#6366f1;--primary-dark:#4f46e5;--bg:#0f0f1a;--bg-card:#ffffff0a;--border:#ffffff14;--text:#f1f5f9;--text-muted:#94a3b8;--error:#f87171;--success:#34d399}body{background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}input:-webkit-autofill{-webkit-text-fill-color:#f1f5f9!important;-webkit-box-shadow:inset 0 0 0 30px #1e1e3a!important}@keyframes bell-ring{0%{transform:rotate(0)}10%{transform:rotate(18deg)}20%{transform:rotate(-16deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-10deg)}50%{transform:rotate(6deg)}60%{transform:rotate(-4deg)}70%{transform:rotate(2deg)}to{transform:rotate(0)}}.bell-ring{animation:.7s forwards bell-ring}@keyframes peek-in{0%{opacity:0;transform:translateY(-14px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes peek-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-14px)scale(.96)}}.auth-bg{background:radial-gradient(at 0 0,#6366f126 0%,#0000 60%),radial-gradient(at 100% 100%,#8b5cf61a 0%,#0000 60%),#0f0f1a;place-items:center;min-height:100dvh;padding:16px;display:grid;position:relative;overflow:hidden}.auth-card{background:var(--bg-card);border:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;width:100%;max-width:420px;padding:32px 28px;box-shadow:0 24px 60px #00000080}.auth-title{color:var(--text);margin-bottom:4px;font-size:22px;font-weight:700}.auth-subtitle{color:var(--text-muted);margin-bottom:24px;font-size:13px}.form-group{margin-bottom:16px}.form-label{color:var(--text-muted);margin-bottom:6px;font-size:13px;font-weight:500;display:block}.form-input{border:1px solid var(--border);width:100%;color:var(--text);background:#ffffff0d;border-radius:10px;outline:none;padding:11px 14px;font-size:14px;transition:border-color .2s,box-shadow .2s}.form-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #6366f126}.form-input.error{border-color:var(--error)}.form-error{color:var(--error);margin-top:4px;font-size:12px}.btn-primary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;padding:12px;font-size:14px;font-weight:600;transition:background .2s,transform .1s}.btn-primary:hover:not(:disabled){background:var(--primary-dark)}.btn-primary:active:not(:disabled){transform:scale(.98)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-google{width:100%;color:var(--text);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:11px;font-size:14px;font-weight:500;transition:background .2s,border-color .2s;display:flex}.btn-google:hover{background:#ffffff0d;border-color:#ffffff26}.divider{color:var(--text-muted);align-items:center;gap:12px;margin:16px 0;font-size:12px;display:flex}.divider:before,.divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-link{color:var(--primary);font-size:13px;font-weight:500;text-decoration:none}.auth-link:hover{text-decoration:underline}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.input-icon-wrapper{position:relative}.input-icon-wrapper .form-input{padding-right:40px}.input-icon{color:var(--text-muted);cursor:pointer;width:18px;height:18px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}@media (width<=480px){.auth-bg{padding:12px}.auth-card{border-radius:16px;padding:24px 20px}.auth-title{font-size:20px}.auth-subtitle{margin-bottom:16px;font-size:12px}.form-group{margin-bottom:12px}.auth-card h1+p{margin-bottom:16px!important}.form-label{margin-bottom:4px;font-size:12px}.form-input{padding:10px 12px;font-size:14px}.btn-primary{padding:11px;font-size:14px}.divider{margin:12px 0}.auth-card [style*="grid-template-columns: 1fr 1fr"]{gap:8px!important}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton{background:#2a2a35 linear-gradient(90deg,#2a2a35 0%,#3f3f5a 20%,#2a2a35 40% 100%) 0 0/1000px 100% no-repeat;border-radius:8px;animation-name:shimmer;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:forwards}@media (width<=768px){.desktop-collapse-btn{display:none!important}.sidebar-drawer{height:100vh;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:24px 0 60px #00000080;z-index:100!important;width:240px!important;transition:transform .3s cubic-bezier(.4,0,.2,1)!important}.sidebar-drawer.drawer-open{transform:translate(0)}.sidebar-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:90;opacity:0;pointer-events:none;background:#00000080;transition:opacity .3s;position:fixed;inset:0;display:block!important}.sidebar-overlay.overlay-open{opacity:1;pointer-events:auto}.main-content{margin-left:0!important}.mobile-menu-btn{display:flex!important}[style*="grid-template-columns: repeat(auto-fit"]{grid-template-columns:1fr!important}.hide-on-mobile{display:none!important}}.mobile-menu-btn,.sidebar-overlay{display:none}@media (width<=768px){.page-wrapper{padding:16px!important}.page-header{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.grid-kpi{grid-template-columns:1fr 1fr!important}.grid-analytics,.grid-two,.grid-detail{grid-template-columns:1fr!important}.grid-three{grid-template-columns:1fr 1fr!important}.metrics-row>div{border-right:none!important;border-bottom:1px solid var(--border)!important;flex:none!important;min-width:calc(33.33% - 1px)!important}table{min-width:560px}.page-wrapper [style*=overflowX]{-webkit-overflow-scrolling:touch;overflow-x:auto!important}[style*="position: fixed"][style*="right: 0"]{width:100%!important;max-width:100%!important}.hide-mobile-col{display:none!important}.topbar-title{font-size:16px!important}[style*="justifyContent: space-between"][style*="flexWrap: wrap"]{gap:10px}.grid-detail+div,.page-wrapper>div:last-child{flex-direction:column}}header{height:60px!important;padding:0 16px!important}header h1{font-size:16px!important}.page-wrapper[style*="32px 24px"]{padding:16px!important}.page-wrapper div[style*="maxWidth: 360"]{max-width:100%!important}@media (width<=480px){.grid-kpi,.grid-three{grid-template-columns:1fr!important}.metrics-row>div{min-width:calc(50% - 1px)!important}.page-wrapper h1{font-size:20px!important}}
