.dashboard-module__XABe8G__layout{min-height:100vh;display:flex;position:relative;overflow:hidden;background:var(--background)!important}.dashboard-module__XABe8G__sidebar{z-index:100;scrollbar-width:none;border-radius:0 28px 28px 0;flex-direction:column;width:280px;height:100vh;padding:2rem;transition:transform .3s;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.dashboard-module__XABe8G__sidebar::-webkit-scrollbar{display:none}.dashboard-module__XABe8G__mobileBackdrop{-webkit-backdrop-filter:blur(6px);z-index:290;opacity:0;pointer-events:none;background:#000000a6;transition:opacity .35s;position:fixed;inset:0}.dashboard-module__XABe8G__mobileBackdropVisible{opacity:1;pointer-events:all}.dashboard-module__XABe8G__mobileSidebar{z-index:300;scrollbar-width:none;visibility:hidden;border-radius:0 24px 24px 0;flex-direction:column;width:min(290px,85vw);height:100dvh;padding:1.25rem 1.5rem 2rem;transition:transform .38s cubic-bezier(.16,1,.3,1);display:none;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:16px 0 50px #00000080}.dashboard-module__XABe8G__mobileSidebar::-webkit-scrollbar{display:none}.dashboard-module__XABe8G__mobileSidebarOpen{visibility:visible!important;transform:translate(0)!important}.dashboard-module__XABe8G__mobileSidebarClose{justify-content:flex-end;margin-bottom:.75rem;display:flex}.dashboard-module__XABe8G__closeBtn{background:var(--card-bg);border:1px solid var(--card-border);color:var(--foreground);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:background .2s,color .2s;display:flex}.dashboard-module__XABe8G__closeBtn:hover{color:#ef4444;background:#ef444433}.dashboard-module__XABe8G__sidebarHeader{margin-bottom:.5rem}.dashboard-module__XABe8G__logo{margin-bottom:1.5rem;font-size:1.5rem;font-weight:800;display:block}.dashboard-module__XABe8G__adminBadge{margin-bottom:1.5rem}.dashboard-module__XABe8G__adminLink{color:#ef4444;text-align:center;background:#ef44441a;border:1px solid #ef444433;border-radius:10px;padding:.65rem .9rem;font-size:.8rem;font-weight:700;transition:all .25s;display:block}.dashboard-module__XABe8G__adminLink:hover{color:#fff;background:#ef4444}.dashboard-module__XABe8G__nav{flex-direction:column;flex:1;gap:.25rem;display:flex}.dashboard-module__XABe8G__navLink{color:var(--text-secondary);border-radius:12px;align-items:center;gap:.85rem;padding:.82rem 1rem;font-size:.93rem;font-weight:500;text-decoration:none;transition:all .25s;display:flex}.dashboard-module__XABe8G__navLink:hover{color:var(--foreground);background:#ffffff0f}[data-theme=light] .dashboard-module__XABe8G__navLink:hover{background:#3c0d1b0a}.dashboard-module__XABe8G__active{background:var(--gradient-primary)!important;color:#fff!important;box-shadow:0 6px 18px var(--accent-glow)!important}.dashboard-module__XABe8G__icon{text-align:center;flex-shrink:0;width:22px;font-size:1.1rem}.dashboard-module__XABe8G__navLabel{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.dashboard-module__XABe8G__sidebarFooter{border-top:1px solid #ffffff0f;margin-top:1.5rem;padding-top:1.25rem}.dashboard-module__XABe8G__logoutBtn{color:#ff4d4d;background:#ff4d4d1a;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem;font-size:.9rem;font-weight:600;transition:all .25s;display:flex}.dashboard-module__XABe8G__logoutBtn:hover{color:#fff;background:#ff4d4d}.dashboard-module__XABe8G__main{z-index:5;flex-direction:column;flex:1;min-width:0;max-width:calc(100vw - 280px);margin-left:280px;display:flex;position:relative}.dashboard-module__XABe8G__header{z-index:90;justify-content:space-between;align-items:center;gap:1rem;height:70px;padding:0 2.5rem;display:flex;position:sticky;top:0}.dashboard-module__XABe8G__hamburger{cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;padding:10px;transition:background .2s;display:none}.dashboard-module__XABe8G__hamburger:hover{background:#ffffff1f}.dashboard-module__XABe8G__hamburger span{background:#fff;border-radius:3px;width:20px;height:2px;transition:all .25s;display:block}.dashboard-module__XABe8G__headerTitle{color:var(--foreground);flex:1;font-size:1.15rem;font-weight:700}.dashboard-module__XABe8G__userStats{flex-shrink:0;align-items:center;gap:1.5rem;display:flex}.dashboard-module__XABe8G__stat{align-items:center;gap:.4rem;display:flex}.dashboard-module__XABe8G__label{color:var(--text-secondary);white-space:nowrap;font-size:.85rem}.dashboard-module__XABe8G__value{color:#10b981;white-space:nowrap;font-size:.95rem;font-weight:700}.dashboard-module__XABe8G__userProfile{border-left:1px solid #ffffff1a;flex-shrink:0;align-items:center;gap:.65rem;padding-left:1.25rem;display:flex}.dashboard-module__XABe8G__avatar{background:var(--gradient-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.78rem;font-weight:700;display:flex}.dashboard-module__XABe8G__userName{white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-size:.9rem;overflow:hidden}.dashboard-module__XABe8G__content{flex:1;min-width:0;padding:2.5rem;overflow-x:hidden}.dashboard-module__XABe8G__pageContainer{max-width:100%}.dashboard-module__XABe8G__grid{grid-template-columns:1.5fr 1fr;gap:2rem;display:grid}.dashboard-module__XABe8G__orderCard{border-radius:24px;padding:2.5rem}.dashboard-module__XABe8G__orderCard h2{margin-bottom:2rem;font-size:1.6rem}.dashboard-module__XABe8G__orderForm{flex-direction:column;gap:1.5rem;display:flex}.dashboard-module__XABe8G__field{flex-direction:column;gap:.6rem;display:flex}.dashboard-module__XABe8G__field label{color:var(--text-secondary);font-size:.88rem;font-weight:600}.dashboard-module__XABe8G__field select,.dashboard-module__XABe8G__field input{color:var(--foreground);box-sizing:border-box;border-radius:12px;outline:none;width:100%;padding:.95rem 1.1rem;font-size:.95rem}.dashboard-module__XABe8G__field select option{background:var(--background);color:var(--foreground)}.dashboard-module__XABe8G__priceSummary{border-radius:16px;flex-direction:column;gap:1rem;margin-top:1rem;padding:1.5rem;display:flex}.dashboard-module__XABe8G__priceRow{color:var(--text-secondary);justify-content:space-between;font-size:.9rem;display:flex}.dashboard-module__XABe8G__total{color:var(--foreground);border-top:1px solid #ffffff1a;padding-top:1rem;font-size:1.05rem;font-weight:700}.dashboard-module__XABe8G__placeOrderBtn{background:var(--gradient-primary);color:#fff;box-shadow:0 8px 20px var(--accent-glow);border-radius:12px;width:100%;margin-top:.75rem;padding:1.1rem;font-size:1rem;font-weight:700;transition:all .3s}.dashboard-module__XABe8G__infoCol{flex-direction:column;gap:1.5rem;display:flex}.dashboard-module__XABe8G__infoCard{border-radius:22px;padding:1.75rem}.dashboard-module__XABe8G__infoCard h3{color:var(--accent);margin-bottom:.85rem;font-size:1.1rem}.dashboard-module__XABe8G__infoCard p{color:var(--text-secondary);font-size:.9rem;line-height:1.65}.dashboard-module__XABe8G__statusGrid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.dashboard-module__XABe8G__statusItem label{color:var(--text-secondary);margin-bottom:.3rem;font-size:.78rem;display:block}.dashboard-module__XABe8G__statusItem p{color:var(--foreground);font-size:1.1rem;font-weight:700}.dashboard-module__XABe8G__alert{border-radius:12px;margin-bottom:1.5rem;padding:.9rem 1.25rem;font-size:.9rem;font-weight:500}.dashboard-module__XABe8G__success{color:#10b981;background:#10b9811a;border:1px solid #10b98133}.dashboard-module__XABe8G__error{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}.dashboard-module__XABe8G__tableWrapper{-webkit-overflow-scrolling:touch;border-radius:20px;width:100%;padding:.5rem;overflow:auto hidden}.dashboard-module__XABe8G__table{border-collapse:collapse;text-align:left;width:100%;min-width:560px}.dashboard-module__XABe8G__table th{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.8px;white-space:nowrap;border-bottom:1px solid #ffffff0d;padding:1.1rem 1.25rem;font-size:.82rem;font-weight:600}.dashboard-module__XABe8G__table td{color:#e2e8f0;white-space:nowrap;border-bottom:1px solid #ffffff08;padding:1.1rem 1.25rem;font-size:.88rem}.dashboard-module__XABe8G__statusBadge{border-radius:8px;padding:.35rem .75rem;font-size:.78rem;font-weight:700}.dashboard-module__XABe8G__completed{color:#10b981;background:#10b9811a}.dashboard-module__XABe8G__pending{color:#f59e0b;background:#f59e0b1a}.dashboard-module__XABe8G__inprogress{color:#3b82f6;background:#3b82f61a}.dashboard-module__XABe8G__canceled{color:#ef4444;background:#ef44441a}.dashboard-module__XABe8G__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-bottom:2rem;display:grid}.dashboard-module__XABe8G__statCard{border-radius:20px;padding:1.75rem}.dashboard-module__XABe8G__statCard label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.83rem;display:block}.dashboard-module__XABe8G__statCard h3{color:var(--foreground);font-size:1.8rem;font-weight:800}.dashboard-module__XABe8G__filterBar{scrollbar-width:thin;scrollbar-color:var(--accent) transparent;-webkit-overflow-scrolling:touch;gap:.6rem;width:100%;margin-bottom:1.75rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.dashboard-module__XABe8G__filterBar::-webkit-scrollbar{height:3px}.dashboard-module__XABe8G__filterBar::-webkit-scrollbar-thumb{background:var(--accent);border-radius:10px}.dashboard-module__XABe8G__filterBtn{color:var(--text-secondary);white-space:nowrap;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;flex-shrink:0;padding:.65rem 1.2rem;font-size:.85rem;font-weight:600;transition:all .25s}.dashboard-module__XABe8G__filterBtn:hover{color:var(--foreground);background:#ffffff17}[data-theme=light] .dashboard-module__XABe8G__filterBtn:hover{background:#3c0d1b0a}.dashboard-module__XABe8G__activeFilter{box-shadow:0 4px 14px #3d5afe52;background:var(--gradient-primary)!important;color:#fff!important;border-color:#0000!important}.dashboard-module__XABe8G__descContent{color:var(--text-secondary);font-size:.92rem;line-height:1.75}.dashboard-module__XABe8G__descContent strong{color:var(--foreground)}.dashboard-module__XABe8G__timeTracker{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.dashboard-module__XABe8G__timeCircle{border:3px solid var(--accent);width:56px;height:56px;color:var(--foreground);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:800;display:flex}.dashboard-module__XABe8G__specGrid{grid-template-columns:1fr;gap:1rem;margin-bottom:1.25rem;display:grid}.dashboard-module__XABe8G__specItem{align-items:center;gap:.9rem;display:flex}.dashboard-module__XABe8G__specIcon{background:#ffffff0d;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;display:flex}.dashboard-module__XABe8G__specItem label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.4px;font-size:.72rem;display:block}.dashboard-module__XABe8G__specItem p{color:var(--foreground);margin:0;font-size:.9rem;font-weight:700}.dashboard-module__XABe8G__divider{border:none;border-top:1px solid #ffffff26;margin:.5rem 0}.dashboard-module__XABe8G__qrSection{border:1px dashed var(--accent);background:#ffffff08;border-radius:16px;margin:1rem 0;padding:1.5rem}.dashboard-module__XABe8G__qrPlaceholder{background:#fff;border-radius:12px;width:180px;height:180px;margin:0 auto;padding:10px}.dashboard-module__XABe8G__qrPlaceholder img{width:100%;height:100%}.dashboard-module__XABe8G__phonePeWarning{color:#d32f2f;text-align:center;text-transform:uppercase;background:#ffeb3b;border-radius:8px;margin-bottom:1.5rem;padding:.75rem;font-size:.95rem;font-weight:800}.dashboard-module__XABe8G__qrContainer{justify-content:center;margin-bottom:1.75rem;display:flex}.dashboard-module__XABe8G__qrBox{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:290px;padding:1.5rem;box-shadow:0 10px 30px #0003}.dashboard-module__XABe8G__qrBox img{width:100%;height:auto;margin-bottom:1rem}.dashboard-module__XABe8G__qrMeta{color:#1a1a1a;flex-direction:column;gap:.2rem;display:flex}.dashboard-module__XABe8G__qrMeta strong{font-size:1rem;font-weight:800}.dashboard-module__XABe8G__qrMeta span{color:#666;font-size:.8rem}.dashboard-module__XABe8G__instructionsBox{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;padding:1.5rem}.dashboard-module__XABe8G__instructionsBox ul{margin-top:.9rem;padding:0;list-style:none}.dashboard-module__XABe8G__instructionsBox li{color:var(--text-secondary);margin-bottom:.75rem;font-size:.83rem}.dashboard-module__XABe8G__sliderSection{-webkit-backdrop-filter:blur(12px);background:#ffffff05;border:1px solid #ffffff0a;border-radius:20px;margin:1.5rem 0;padding:1.25rem 1rem}.dashboard-module__XABe8G__sliderHeader{justify-content:space-between;align-items:center;margin-bottom:.85rem;display:flex}.dashboard-module__XABe8G__sliderHeader span{text-transform:uppercase;letter-spacing:.8px;color:var(--text-secondary);font-size:.72rem;font-weight:700}.dashboard-module__XABe8G__sliderControls{gap:.4rem;display:flex}.dashboard-module__XABe8G__sliderArrowBtn{background:var(--card-bg);border:1px solid var(--card-border);color:var(--foreground);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.9rem;transition:all .2s;display:flex}.dashboard-module__XABe8G__sliderArrowBtn:hover{background:#ffffff26;border-color:#fff3}.dashboard-module__XABe8G__sliderContainer{border-radius:12px;width:100%;overflow:hidden}.dashboard-module__XABe8G__sliderTrack{transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex}.dashboard-module__XABe8G__sliderSlide{box-sizing:border-box;flex:0 0 100%;width:100%;padding:2px}.dashboard-module__XABe8G__sliderCard{color:var(--text-secondary);cursor:pointer;text-align:center;background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1.25rem .5rem;text-decoration:none;transition:all .25s;display:flex}.dashboard-module__XABe8G__sliderCard:hover{color:var(--foreground);background:#ffffff14;border-color:#ffffff26;transform:translateY(-2px)}[data-theme=light] .dashboard-module__XABe8G__sliderCard:hover{background:#3c0d1b0a}.dashboard-module__XABe8G__sliderActiveCard{box-shadow:0 6px 18px #3d5afe4d;background:var(--gradient-primary)!important;color:#fff!important;border-color:#0000!important}.dashboard-module__XABe8G__sliderIcon{font-size:1.6rem;line-height:1}.dashboard-module__XABe8G__sliderLabel{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.82rem;font-weight:600;overflow:hidden}.dashboard-module__XABe8G__sliderDots{justify-content:center;gap:.35rem;margin-top:.85rem;display:flex}.dashboard-module__XABe8G__sliderDot{cursor:pointer;background:#fff3;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:all .25s}.dashboard-module__XABe8G__sliderDot:hover{background:#ffffff8c}.dashboard-module__XABe8G__sliderActiveDot{background:var(--accent);border-radius:3px;width:14px}@media (max-width:1024px){.dashboard-module__XABe8G__sidebar{display:none}.dashboard-module__XABe8G__mobileSidebar{display:flex}.dashboard-module__XABe8G__main{max-width:100vw;margin-left:0}.dashboard-module__XABe8G__hamburger{display:flex}.dashboard-module__XABe8G__grid{grid-template-columns:1fr}}@media (max-width:768px){.dashboard-module__XABe8G__header{gap:.6rem;height:60px;padding:0 1rem}.dashboard-module__XABe8G__headerTitle{white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.95rem;overflow:hidden}.dashboard-module__XABe8G__userStats{gap:.4rem}.dashboard-module__XABe8G__stat{flex-direction:column;align-items:flex-end;gap:0}.dashboard-module__XABe8G__label{font-size:.65rem;line-height:1}.dashboard-module__XABe8G__value{font-size:.82rem;font-weight:800}.dashboard-module__XABe8G__userProfile{padding-left:.6rem}.dashboard-module__XABe8G__userName{display:none}.dashboard-module__XABe8G__avatar{width:32px;height:32px;font-size:.7rem}.dashboard-module__XABe8G__content{padding:1rem}.dashboard-module__XABe8G__statsGrid{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.25rem}.dashboard-module__XABe8G__statCard{border-radius:16px;padding:1.1rem}.dashboard-module__XABe8G__statCard h3{font-size:1.35rem}.dashboard-module__XABe8G__orderCard{border-radius:18px;padding:1.25rem}.dashboard-module__XABe8G__orderCard h2{margin-bottom:1.25rem;font-size:1.3rem}.dashboard-module__XABe8G__infoCard{border-radius:18px;padding:1.1rem}.dashboard-module__XABe8G__tableWrapper{border-radius:14px}.dashboard-module__XABe8G__table th,.dashboard-module__XABe8G__table td{padding:.85rem .9rem;font-size:.8rem}.dashboard-module__XABe8G__phonePeWarning{font-size:.82rem}.dashboard-module__XABe8G__filterBtn{padding:.6rem 1rem;font-size:.82rem}.dashboard-module__XABe8G__priceSummary{padding:1.1rem}}@media (max-width:480px){.dashboard-module__XABe8G__header{height:56px;padding:0 .75rem}.dashboard-module__XABe8G__content{padding:.75rem}.dashboard-module__XABe8G__statsGrid,.dashboard-module__XABe8G__statusGrid{grid-template-columns:1fr}.dashboard-module__XABe8G__filterBar{gap:.4rem;margin-bottom:1.25rem}.dashboard-module__XABe8G__orderCard{padding:1rem}.dashboard-module__XABe8G__orderCard h2{font-size:1.15rem}.dashboard-module__XABe8G__statCard label{font-size:.75rem}.dashboard-module__XABe8G__statCard h3{font-size:1.2rem}}.dashboard-module__XABe8G__gridOverlay{pointer-events:none;z-index:0;background-image:linear-gradient(#ffffff03 1px,#0000 1px),linear-gradient(90deg,#ffffff03 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.dashboard-module__XABe8G__bgGlow1{filter:blur(100px);z-index:0;pointer-events:none;background:radial-gradient(circle,#6366f112 0%,#0000 70%);width:700px;height:700px;animation:15s ease-in-out infinite alternate dashboard-module__XABe8G__floatGlow;position:absolute;top:-200px;left:-200px}.dashboard-module__XABe8G__bgGlow2{filter:blur(100px);z-index:0;pointer-events:none;background:radial-gradient(circle,#a855f70d 0%,#0000 70%);width:600px;height:600px;animation:12s ease-in-out infinite alternate-reverse dashboard-module__XABe8G__floatGlow;position:absolute;bottom:-150px;right:-100px}.dashboard-module__XABe8G__floatingShape1{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:0;pointer-events:none;background:#ffffff04;border:1px solid #ffffff0a;border-radius:16px;width:70px;height:70px;animation:9s ease-in-out infinite alternate dashboard-module__XABe8G__floatShape;position:absolute;top:15%;right:5%;transform:rotate(15deg)}.dashboard-module__XABe8G__floatingShape2{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:0;pointer-events:none;background:#ffffff03;border:1px solid #ffffff08;border-radius:50%;width:100px;height:100px;animation:11s ease-in-out infinite alternate-reverse dashboard-module__XABe8G__floatShape;position:absolute;bottom:20%;left:20%}.dashboard-module__XABe8G__floatingShape3{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:0;pointer-events:none;background:#ffffff04;border:1px solid #ffffff0d;border-radius:8px;width:50px;height:50px;animation:7s ease-in-out infinite alternate dashboard-module__XABe8G__floatShape;position:absolute;top:60%;right:25%;transform:rotate(-30deg)}@keyframes dashboard-module__XABe8G__floatGlow{0%{transform:translate(0)scale(1)}to{transform:translate(60px,60px)scale(1.1)}}@keyframes dashboard-module__XABe8G__floatShape{0%{transform:translateY(0)rotate(0)}to{transform:translateY(-20px)rotate(20deg)}}.dashboard-module__XABe8G__themeToggleBtn{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.15rem;transition:all .25s;display:flex}.dashboard-module__XABe8G__themeToggleBtn:hover{background:#ffffff17;transform:scale(1.05)}[data-theme=light] .dashboard-module__XABe8G__themeToggleBtn{color:#0f172a;background:#00000008;border:1px solid #00000014}[data-theme=light] .dashboard-module__XABe8G__themeToggleBtn:hover{background:#0000000f}.dashboard-module__XABe8G__digitalCardContainer{background:radial-gradient(circle at 0 0,#1e1b18 0%,#0d0d0f 70%,#050505 100%);border:1px solid #eab30826;border-radius:28px;flex-direction:column;align-items:center;width:100%;max-width:380px;margin:0 auto;padding:2.25rem 1.75rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000080,inset 0 1px #ffffff0d}.dashboard-module__XABe8G__segmentSelector{background:#ffffff12;border:1px solid #ffffff08;border-radius:999px;width:100%;max-width:280px;margin-bottom:2rem;padding:4px;display:flex}.dashboard-module__XABe8G__segmentBtn{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:999px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:8px 16px;font-size:.85rem;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.dashboard-module__XABe8G__segmentBtnActive{color:#000;background:#fff;box-shadow:0 4px 12px #0003}.dashboard-module__XABe8G__digitalQrWrapper{aspect-ratio:1;background:#ffffff05;border:1px solid #ffffff0d;border-radius:24px;justify-content:center;align-items:center;width:100%;max-width:260px;margin-bottom:1.5rem;padding:1.5rem;display:flex;position:relative}.dashboard-module__XABe8G__qrLogoOverlay{z-index:5;background-color:#121214;border:2.5px solid #eab308;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute;box-shadow:0 4px 12px #0009}.dashboard-module__XABe8G__digitalUpiPill{color:#ffffffe6;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:999px;justify-content:space-between;align-items:center;width:100%;max-width:290px;margin-bottom:.5rem;padding:.65rem 1.2rem;font-family:monospace;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.dashboard-module__XABe8G__digitalUpiPill:hover{background:#ffffff17;border-color:#ffffff26;transform:translateY(-1px)}.dashboard-module__XABe8G__iconButton{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.dashboard-module__XABe8G__iconButton:hover{color:#000;background:#fff;transform:scale(1.08)}.dashboard-module__XABe8G__moneyFloatBill{opacity:.75;pointer-events:none;width:32px;height:32px;animation:8s ease-in-out infinite alternate dashboard-module__XABe8G__floatBillAnim;position:absolute}.dashboard-module__XABe8G__coinFloat{opacity:.85;pointer-events:none;width:24px;height:24px;animation:6s ease-in-out infinite alternate dashboard-module__XABe8G__floatCoinAnim;position:absolute}@keyframes dashboard-module__XABe8G__floatBillAnim{0%{transform:translateY(0)rotate(0)scale(.9)}to{transform:translateY(-25px)rotate(25deg)scale(1.05)}}@keyframes dashboard-module__XABe8G__floatCoinAnim{0%{transform:translateY(0)rotate(0)scale(.9)}to{transform:translateY(-18px)rotate(-20deg)scale(1.1)}}
.Toast-module__yWhMxq__container{z-index:999999;pointer-events:none;flex-direction:column;gap:.8rem;width:calc(100% - 4rem);max-width:400px;display:flex;position:fixed;top:2rem;right:2rem}.Toast-module__yWhMxq__toast{pointer-events:auto;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-left:4px solid var(--accent);background:#0a0a0fd9;border-radius:16px;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;transition:all .3s cubic-bezier(.16,1,.3,1);animation:.35s cubic-bezier(.16,1,.3,1) forwards Toast-module__yWhMxq__slideIn;display:flex;box-shadow:0 12px 40px #00000080,inset 0 1px #ffffff0d}.Toast-module__yWhMxq__toast.Toast-module__yWhMxq__success{border-left-color:#10b981}.Toast-module__yWhMxq__toast.Toast-module__yWhMxq__error{border-left-color:#ef4444}.Toast-module__yWhMxq__toast.Toast-module__yWhMxq__info{border-left-color:#3b82f6}.Toast-module__yWhMxq__icon{padding-top:.1rem;font-size:1.2rem;line-height:1}.Toast-module__yWhMxq__content{flex:1}.Toast-module__yWhMxq__message{color:#f1f5f9;margin:0;font-size:.9rem;font-weight:500;line-height:1.4}.Toast-module__yWhMxq__closeBtn{color:#94a3b8;cursor:pointer;opacity:.6;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.2rem;font-size:.8rem;transition:all .2s;display:flex}.Toast-module__yWhMxq__closeBtn:hover{opacity:1;color:#fff;background:#ffffff0d}@keyframes Toast-module__yWhMxq__slideIn{0%{opacity:0;transform:translate(100px)translateY(-10px)}to{opacity:1;transform:translate(0)translateY(0)}}
.HowToCreate-module__Thv20q__section{color:#fff;background:#08031a;padding:100px 2rem;position:relative;overflow:hidden}.HowToCreate-module__Thv20q__container{width:100%;max-width:1200px;margin:0 auto}.HowToCreate-module__Thv20q__header{text-align:center;margin-bottom:5rem}.HowToCreate-module__Thv20q__title{letter-spacing:-.5px;color:#fff;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:2.8rem;font-weight:800}.HowToCreate-module__Thv20q__subtitle{color:#94a3b8;max-width:600px;margin:0 auto;font-size:1.15rem}.HowToCreate-module__Thv20q__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2.5rem;display:grid}.HowToCreate-module__Thv20q__card{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;padding:3.5rem 2rem 2.5rem;transition:all .3s;position:relative;overflow:hidden}.HowToCreate-module__Thv20q__card:hover{background:#6366f10d;border-color:#6366f1;transform:translateY(-8px);box-shadow:0 20px 40px #0006}.HowToCreate-module__Thv20q__stepNum{color:#6366f126;font-family:Outfit,sans-serif;font-size:2.8rem;font-weight:900;position:absolute;top:1.2rem;right:1.8rem}.HowToCreate-module__Thv20q__icon{filter:drop-shadow(0 5px 10px #6366f133);margin-bottom:1.5rem;font-size:3rem;display:inline-block}.HowToCreate-module__Thv20q__cardTitle{color:#fff;margin-bottom:1rem;font-size:1.35rem;font-weight:700}.HowToCreate-module__Thv20q__cardDesc{color:#94a3b8;font-size:.95rem;line-height:1.7}@media (max-width:768px){.HowToCreate-module__Thv20q__section{padding:60px 1.5rem}.HowToCreate-module__Thv20q__title{font-size:2.2rem}.HowToCreate-module__Thv20q__header{margin-bottom:3rem}.HowToCreate-module__Thv20q__card{padding:3rem 1.5rem 2rem}}
.ServiceSlider-module__kKG05a__sliderContainer{border-top:1px solid var(--card-border);border-bottom:1px solid var(--card-border);background:#ffffff05;width:100%;padding:1.5rem 0;position:relative;overflow:hidden}[data-theme=light] .ServiceSlider-module__kKG05a__sliderContainer{background:#2d050f05}.ServiceSlider-module__kKG05a__sliderContainer:before,.ServiceSlider-module__kKG05a__sliderContainer:after{content:"";z-index:2;pointer-events:none;width:150px;height:100%;position:absolute;top:0}.ServiceSlider-module__kKG05a__sliderContainer:before{background:linear-gradient(to right, var(--background) 0%, transparent 100%);left:0}.ServiceSlider-module__kKG05a__sliderContainer:after{background:linear-gradient(to left, var(--background) 0%, transparent 100%);right:0}.ServiceSlider-module__kKG05a__sliderTrack{gap:20px;width:max-content;animation:30s linear infinite ServiceSlider-module__kKG05a__scroll;display:flex}.ServiceSlider-module__kKG05a__slide{width:240px;height:54px;color:var(--foreground);white-space:nowrap;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;font-weight:600;display:flex}.ServiceSlider-module__kKG05a__slide span{color:var(--accent)}@keyframes ServiceSlider-module__kKG05a__scroll{0%{transform:translate(0)}to{transform:translate(-2080px)}}@media (max-width:768px){.ServiceSlider-module__kKG05a__sliderTrack{animation-duration:20s}}
.Features-module__zvCZ4q__features{background:var(--background);padding:100px 2rem;position:relative}.Features-module__zvCZ4q__container{max-width:1200px;margin:0 auto}.Features-module__zvCZ4q__header{text-align:center;margin-bottom:4rem}.Features-module__zvCZ4q__sectionTitle{margin-bottom:1rem;font-size:3rem;font-weight:800}.Features-module__zvCZ4q__sectionSubtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}.Features-module__zvCZ4q__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Features-module__zvCZ4q__card{cursor:default;border-radius:24px;padding:3rem 2rem;transition:all .3s}.Features-module__zvCZ4q__card:hover{border-color:var(--accent);background:#ffffff0d;transform:translateY(-10px);box-shadow:0 20px 40px #0000004d}.Features-module__zvCZ4q__icon{margin-bottom:1.5rem;font-size:2.5rem}.Features-module__zvCZ4q__cardTitle{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Features-module__zvCZ4q__cardDescription{color:var(--text-secondary);font-size:1rem;line-height:1.6}@media (max-width:768px){.Features-module__zvCZ4q__sectionTitle{font-size:2.2rem}}
.services-module__g8J8Uq__hero{text-align:center;background:radial-gradient(circle at 50% 0,#3d5afe1a 0%,#0000 70%);padding:160px 2rem 60px}.services-module__g8J8Uq__hero h1{margin-bottom:1rem;font-size:3.5rem;font-weight:800}.services-module__g8J8Uq__hero p{color:var(--text-secondary);font-size:1.2rem}.services-module__g8J8Uq__container{max-width:1200px;margin:0 auto}.services-module__g8J8Uq__servicesSection{padding:40px 2rem 100px}.services-module__g8J8Uq__searchBar{gap:1rem;margin-bottom:2rem;display:flex}.services-module__g8J8Uq__input{color:var(--foreground);border-radius:12px;outline:none;flex:1;padding:.8rem 1.2rem;font-size:.95rem}.services-module__g8J8Uq__select{color:var(--foreground);cursor:pointer;border-radius:12px;outline:none;min-width:150px;padding:.8rem 1.2rem}.services-module__g8J8Uq__select option{background:var(--background);color:var(--foreground)}.services-module__g8J8Uq__tableWrapper{border-radius:20px;padding:1rem;overflow-x:auto}.services-module__g8J8Uq__table{border-collapse:collapse;text-align:left;width:100%;min-width:600px}.services-module__g8J8Uq__table th{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid var(--card-border);padding:1.5rem;font-size:.9rem;font-weight:600}.services-module__g8J8Uq__table td{border-bottom:1px solid var(--card-border);color:var(--foreground);word-break:break-word;overflow-wrap:anywhere;padding:1.5rem}.services-module__g8J8Uq__idCol{color:var(--accent);font-weight:700}.services-module__g8J8Uq__category{color:var(--accent);background:#3d5afe1a;border-radius:4px;margin-bottom:.5rem;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.services-module__g8J8Uq__nameCol p{font-weight:600}.services-module__g8J8Uq__rateCol{color:#10b981;font-weight:700}.services-module__g8J8Uq__detailsBtn{background:var(--card-bg);color:var(--foreground);border:1px solid var(--card-border);border-radius:8px;padding:.5rem 1rem;font-size:.85rem;transition:all .3s}.services-module__g8J8Uq__detailsBtn:hover{border-color:var(--accent);color:var(--foreground);background:#ffffff1a}[data-theme=light] .services-module__g8J8Uq__detailsBtn:hover{background:#3c0d1b0a}@media (max-width:768px){.services-module__g8J8Uq__searchBar{flex-direction:column;gap:.5rem}.services-module__g8J8Uq__input,.services-module__g8J8Uq__select{width:100%;padding:.8rem 1rem;font-size:.9rem}.services-module__g8J8Uq__hero h1{font-size:2.5rem}.services-module__g8J8Uq__hero p{font-size:1rem}}
.Footer-module__S6Hkya__footer{background:#06070a;border-top:1px solid #ffffff0d;padding:80px 2rem 40px}.Footer-module__S6Hkya__container{max-width:1200px;margin:0 auto}.Footer-module__S6Hkya__top{justify-content:space-between;gap:4rem;margin-bottom:4rem;display:flex}.Footer-module__S6Hkya__brand{max-width:300px}.Footer-module__S6Hkya__logo{color:#fff;margin-bottom:1.5rem;font-size:1.8rem;font-weight:800;display:block}.Footer-module__S6Hkya__tagline{color:var(--text-secondary);line-height:1.6}.Footer-module__S6Hkya__linksGrid{gap:6rem;display:flex}.Footer-module__S6Hkya__linkGroup h4{color:#fff;margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.Footer-module__S6Hkya__linkGroup a{color:var(--text-secondary);margin-bottom:.8rem;font-size:.95rem;transition:color .3s;display:block}.Footer-module__S6Hkya__linkGroup a:hover{color:var(--accent)}.Footer-module__S6Hkya__bottom{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.Footer-module__S6Hkya__bottom p{color:var(--text-secondary);font-size:.9rem}@media (max-width:992px){.Footer-module__S6Hkya__top{flex-direction:column;gap:3rem}.Footer-module__S6Hkya__linksGrid{flex-wrap:wrap;gap:3rem}}@media (max-width:480px){.Footer-module__S6Hkya__linksGrid{gap:2rem}.Footer-module__S6Hkya__linkGroup{flex:140px}}
.page-module___8aEwW__main{min-height:100vh}.page-module___8aEwW__cta{justify-content:center;padding:100px 2rem;display:flex}.page-module___8aEwW__ctaBox{text-align:center;border-radius:40px;width:100%;max-width:1000px;padding:5rem 3rem;position:relative;overflow:hidden}.page-module___8aEwW__ctaBox:before{content:"";background:var(--gradient-primary);opacity:.05;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.page-module___8aEwW__ctaBox h2{margin-bottom:1.5rem;font-size:3rem;font-weight:800}.page-module___8aEwW__ctaBox p{color:var(--text-secondary);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.2rem}.page-module___8aEwW__ctaBtn{background:var(--gradient-primary);color:#fff;border-radius:12px;padding:1.2rem 3rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:inline-block;box-shadow:0 10px 30px #3d5afe66}.page-module___8aEwW__ctaBtn:hover{transform:translateY(-3px)scale(1.05);box-shadow:0 15px 40px #3d5afe99}@media (max-width:768px){.page-module___8aEwW__ctaBox{padding:3rem 1.5rem}.page-module___8aEwW__ctaBox h2{font-size:2.2rem}}
.api-docs-module__x5p1vq__hero{text-align:center;background:radial-gradient(circle at 50% 0,#3d5afe1a 0%,#0000 70%);padding:160px 2rem 60px}.api-docs-module__x5p1vq__hero h1{margin-bottom:1rem;font-size:3.5rem;font-weight:800}.api-docs-module__x5p1vq__hero p{color:var(--text-secondary);font-size:1.2rem}.api-docs-module__x5p1vq__container{max-width:1000px;margin:0 auto}.api-docs-module__x5p1vq__content{padding:40px 2rem 100px}.api-docs-module__x5p1vq__docCard{border-radius:24px;padding:3rem}.api-docs-module__x5p1vq__docCard h3{margin-top:2rem;margin-bottom:1rem;font-size:1.2rem}.api-docs-module__x5p1vq__docCard h3:first-child{margin-top:0}.api-docs-module__x5p1vq__code{color:var(--accent);background:#0000004d;border:1px solid #ffffff0d;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-family:monospace}.api-docs-module__x5p1vq__pre{color:#e2e8f0;background:#0000004d;border:1px solid #ffffff0d;border-radius:12px;padding:1.5rem;overflow-x:auto}.api-docs-module__x5p1vq__table{border-collapse:collapse;width:100%;margin:1.5rem 0}.api-docs-module__x5p1vq__table th{text-align:left;color:var(--text-secondary);border-bottom:1px solid #ffffff1a;padding:1rem}.api-docs-module__x5p1vq__table td{border-bottom:1px solid #ffffff0d;padding:1rem}@media (max-width:768px){.api-docs-module__x5p1vq__docCard{padding:1.5rem}}
.updates-module__AkBpoG__hero{text-align:center;background:radial-gradient(circle at 50% 0,#3d5afe1a 0%,#0000 70%);padding:160px 2rem 60px}.updates-module__AkBpoG__hero h1{margin-bottom:1rem;font-size:3.5rem;font-weight:800}.updates-module__AkBpoG__container{max-width:900px;margin:0 auto}.updates-module__AkBpoG__content{padding:40px 2rem 100px}.updates-module__AkBpoG__updateCard{border-radius:20px;margin-bottom:1.5rem;padding:2rem}.updates-module__AkBpoG__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.updates-module__AkBpoG__badge{border-radius:6px;padding:.3rem .8rem;font-size:.75rem;font-weight:700}.updates-module__AkBpoG__newservice{color:#10b981;background:#10b9811a}.updates-module__AkBpoG__update{color:#3b82f6;background:#3b82f61a}.updates-module__AkBpoG__disabled{color:#ef4444;background:#ef44441a}.updates-module__AkBpoG__date{color:var(--text-secondary);font-size:.85rem}.updates-module__AkBpoG__updateCard h3{color:#fff;margin-bottom:.8rem;font-size:1.4rem}.updates-module__AkBpoG__updateCard p{color:var(--text-secondary);line-height:1.6}
