.PartnerHome-module__HOLmVa__dashboard{max-width:1200px;margin:0 auto}.PartnerHome-module__HOLmVa__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:400px;display:flex}.PartnerHome-module__HOLmVa__loader{border:4px solid var(--border-color);border-top-color:#f59e0b;border-radius:50%;width:48px;height:48px;animation:1s linear infinite PartnerHome-module__HOLmVa__spin}@keyframes PartnerHome-module__HOLmVa__spin{to{transform:rotate(360deg)}}.PartnerHome-module__HOLmVa__loadingContainer p{color:var(--text-secondary)}.PartnerHome-module__HOLmVa__welcomeSection{background:linear-gradient(135deg,#f59e0b26 0%,#ea580c14 100%);border:1px solid #f59e0b4d;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.75rem;display:flex}.PartnerHome-module__HOLmVa__welcomeContent h1{color:var(--text-primary);margin-bottom:.35rem;font-size:1.5rem;font-weight:700}.PartnerHome-module__HOLmVa__welcomeContent p{color:var(--text-secondary);font-size:.95rem}.PartnerHome-module__HOLmVa__addClientBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f59e0b 0%,#ea580c 100%);border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 15px #f59e0b4d}.PartnerHome-module__HOLmVa__addClientBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b66}.PartnerHome-module__HOLmVa__addClientBtn span{font-size:1.25rem}.PartnerHome-module__HOLmVa__statsGrid{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:1.5rem;display:grid}.PartnerHome-module__HOLmVa__statCard{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;align-items:center;gap:1rem;padding:1.5rem;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.PartnerHome-module__HOLmVa__statCard:hover{box-shadow:var(--shadow-lg);border-color:#f59e0b;transform:translateY(-4px)}.PartnerHome-module__HOLmVa__statCard:before{content:"";opacity:0;background:linear-gradient(90deg,#f59e0b,#ea580c);height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.PartnerHome-module__HOLmVa__statCard:hover:before{opacity:1}.PartnerHome-module__HOLmVa__statIcon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;display:flex}.PartnerHome-module__HOLmVa__statInfo{flex:1}.PartnerHome-module__HOLmVa__statInfo h3{color:var(--text-primary);margin-bottom:.15rem;font-size:1.5rem;font-weight:800;line-height:1.2}.PartnerHome-module__HOLmVa__statInfo p{color:var(--text-tertiary);font-size:.85rem}.PartnerHome-module__HOLmVa__statArrow{color:var(--text-tertiary);font-size:1.25rem;transition:transform .3s}.PartnerHome-module__HOLmVa__statCard:hover .PartnerHome-module__HOLmVa__statArrow{color:#f59e0b;transform:translate(5px)}.PartnerHome-module__HOLmVa__quickStatsRow{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;gap:1rem;margin-bottom:2rem;padding:1.25rem;display:flex}.PartnerHome-module__HOLmVa__quickStatItem{text-align:center;border-right:1px solid var(--border-color);flex-direction:column;flex:1;align-items:center;padding:.75rem;display:flex}.PartnerHome-module__HOLmVa__quickStatItem:last-child{border-right:none}.PartnerHome-module__HOLmVa__quickStatLabel{color:var(--text-tertiary);margin-bottom:.35rem;font-size:.8rem}.PartnerHome-module__HOLmVa__quickStatValue{color:var(--text-primary);font-size:1.15rem;font-weight:700}.PartnerHome-module__HOLmVa__recentSection{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;margin-bottom:2rem;padding:1.5rem}.PartnerHome-module__HOLmVa__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.PartnerHome-module__HOLmVa__sectionHeader h2{color:var(--text-primary);font-size:1.15rem;font-weight:600}.PartnerHome-module__HOLmVa__viewAll{color:#f59e0b;font-size:.9rem;font-weight:500;text-decoration:none}.PartnerHome-module__HOLmVa__viewAll:hover{text-decoration:underline}.PartnerHome-module__HOLmVa__appsList{flex-direction:column;display:flex}.PartnerHome-module__HOLmVa__appItem{border-bottom:1px solid var(--border-color);align-items:center;gap:1rem;padding:1rem 0;display:flex}.PartnerHome-module__HOLmVa__appItem:last-child{border-bottom:none}.PartnerHome-module__HOLmVa__appAvatar{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#ea580c 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:700;display:flex}.PartnerHome-module__HOLmVa__appInfo{flex:1;min-width:0}.PartnerHome-module__HOLmVa__appInfo h4{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.15rem;font-size:.95rem;font-weight:600;overflow:hidden}.PartnerHome-module__HOLmVa__appInfo p{color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.PartnerHome-module__HOLmVa__appMeta{flex-direction:column;align-items:flex-end;gap:.35rem;display:flex}.PartnerHome-module__HOLmVa__appStatus{text-transform:capitalize;border-radius:20px;padding:.3rem .75rem;font-size:.75rem;font-weight:600}.PartnerHome-module__HOLmVa__appTime{color:var(--text-tertiary);font-size:.75rem}.PartnerHome-module__HOLmVa__quickActions{margin-bottom:2rem}.PartnerHome-module__HOLmVa__quickActions h2{color:var(--text-primary);margin-bottom:1rem;font-size:1.15rem;font-weight:600}.PartnerHome-module__HOLmVa__actionsGrid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.PartnerHome-module__HOLmVa__actionCard{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;border-radius:16px;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.PartnerHome-module__HOLmVa__actionCard:hover{box-shadow:var(--shadow-md);border-color:#f59e0b;transform:translateY(-3px)}.PartnerHome-module__HOLmVa__actionIcon{font-size:1.75rem}@media (max-width:1024px){.PartnerHome-module__HOLmVa__statsGrid,.PartnerHome-module__HOLmVa__actionsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.PartnerHome-module__HOLmVa__welcomeSection{text-align:center;flex-direction:column}.PartnerHome-module__HOLmVa__quickStatsRow{flex-wrap:wrap}.PartnerHome-module__HOLmVa__quickStatItem{border-right:none;flex:45%}.PartnerHome-module__HOLmVa__quickStatItem:nth-child(odd){border-right:1px solid var(--border-color)}.PartnerHome-module__HOLmVa__quickStatItem:last-child{border-right:none;flex:100%}}@media (max-width:480px){.PartnerHome-module__HOLmVa__statsGrid{grid-template-columns:1fr}.PartnerHome-module__HOLmVa__actionsGrid{grid-template-columns:1fr 1fr}.PartnerHome-module__HOLmVa__welcomeContent h1,.PartnerHome-module__HOLmVa__statInfo h3{font-size:1.25rem}.PartnerHome-module__HOLmVa__appItem{flex-wrap:wrap}.PartnerHome-module__HOLmVa__appMeta{flex-direction:row;justify-content:space-between;width:100%;margin-top:.5rem}}
.NativePartnerDashboard-module__94mtKq__container{box-sizing:border-box;background-color:var(--bg-primary,#f8fafc);width:100%;max-width:100%;color:var(--text-primary,#0f172a);-webkit-font-smoothing:antialiased;flex-direction:column;gap:16px;padding:12px 16px 110px;font-family:Poppins,Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.NativePartnerDashboard-module__94mtKq__loadingContainer{min-height:250px;color:var(--text-secondary,#64748b);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.NativePartnerDashboard-module__94mtKq__spinner{border:3px solid #e2e8f0;border-top-color:#4f46e5;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite NativePartnerDashboard-module__94mtKq__spin}@keyframes NativePartnerDashboard-module__94mtKq__spin{to{transform:rotate(360deg)}}.NativePartnerDashboard-module__94mtKq__skeleton{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%) 0 0/200% 100%;border-radius:16px;animation:1.5s infinite NativePartnerDashboard-module__94mtKq__shimmer}@keyframes NativePartnerDashboard-module__94mtKq__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.NativePartnerDashboard-module__94mtKq__skeletonHero{border-radius:22px;height:160px;margin-bottom:8px}.NativePartnerDashboard-module__94mtKq__skeletonNav{border-radius:18px;height:72px;margin-bottom:8px}.NativePartnerDashboard-module__94mtKq__skeletonGrid{grid-template-columns:1fr 1fr 1fr 1fr;gap:10px;margin-bottom:8px;display:grid}.NativePartnerDashboard-module__94mtKq__skeletonCard{border-radius:14px;height:80px}.NativePartnerDashboard-module__94mtKq__skeletonBanner{border-radius:18px;height:140px}.NativePartnerDashboard-module__94mtKq__walletHeroCard{color:#fff;background:linear-gradient(135deg,#1e1b4b 0%,#312e81 50%,#4338ca 100%);border:1px solid #ffffff1a;border-radius:22px;flex-direction:column;gap:14px;padding:20px 18px 16px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px -5px #312e8159,0 4px 10px -2px #312e8133}.NativePartnerDashboard-module__94mtKq__walletAmbientGlow{pointer-events:none;background:radial-gradient(circle,#818cf859 0%,#0000 70%);border-radius:50%;width:170px;height:170px;position:absolute;top:-40px;right:-40px}.NativePartnerDashboard-module__94mtKq__walletHeaderRow{z-index:1;justify-content:space-between;align-items:flex-start;gap:12px;display:flex;position:relative}.NativePartnerDashboard-module__94mtKq__walletTagGroup{background:#ffffff1a;border:1px solid #ffffff26;border-radius:20px;align-items:center;gap:6px;width:fit-content;padding:3px 9px;display:flex}.NativePartnerDashboard-module__94mtKq__walletActiveDot{background:#34d399;border-radius:50%;width:7px;height:7px;box-shadow:0 0 8px #34d399}.NativePartnerDashboard-module__94mtKq__walletTagText{text-transform:uppercase;letter-spacing:.8px;color:#fff;font-size:.68rem;font-weight:800}.NativePartnerDashboard-module__94mtKq__walletBalanceValue{letter-spacing:-.03em;color:#fff;margin:6px 0 2px;font-size:2.2rem;font-weight:900;line-height:1.1}.NativePartnerDashboard-module__94mtKq__walletBalanceSubtext{color:#fff;opacity:.95;font-size:.72rem;font-weight:500}.NativePartnerDashboard-module__94mtKq__payoutPillBtn{color:#312e81;white-space:nowrap;background:#fff;border-radius:24px;flex-shrink:0;align-items:center;gap:6px;padding:10px 18px;font-size:.82rem;font-weight:800;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 4px 14px #0000002e}.NativePartnerDashboard-module__94mtKq__payoutPillBtn:active{transform:scale(.96);box-shadow:0 2px 6px #00000026}.NativePartnerDashboard-module__94mtKq__walletMetricsStrip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1;background:#ffffff14;border:1px solid #ffffff24;border-radius:14px;grid-template-columns:repeat(3,1fr);gap:8px;padding:10px 14px;display:grid;position:relative}.NativePartnerDashboard-module__94mtKq__walletMetricCol{flex-direction:column;display:flex}.NativePartnerDashboard-module__94mtKq__walletMetricLabel{color:#fff;opacity:.9;text-transform:uppercase;letter-spacing:.4px;font-size:.65rem;font-weight:700}.NativePartnerDashboard-module__94mtKq__walletMetricVal{color:#fff;margin-top:2px;font-size:.96rem;font-weight:800}.NativePartnerDashboard-module__94mtKq__walletMetricValGreen{color:#34d399;margin-top:2px;font-size:.96rem;font-weight:900}.NativePartnerDashboard-module__94mtKq__quickActionsGrid{background-color:#fff;border:1px solid #e8edf5;border-radius:18px;grid-template-columns:repeat(4,1fr);gap:8px;padding:14px 8px;display:grid;box-shadow:0 2px 10px #0f172a08}.NativePartnerDashboard-module__94mtKq__actionCard{color:#1e293b;text-align:center;cursor:pointer;flex-direction:column;align-items:center;gap:7px;text-decoration:none;transition:transform .15s;display:flex}.NativePartnerDashboard-module__94mtKq__actionCard:active{transform:scale(.93)}.NativePartnerDashboard-module__94mtKq__actionLabel{color:#334155;letter-spacing:-.01em;font-size:.72rem;font-weight:700}.NativePartnerDashboard-module__94mtKq__actionIcon{border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.35rem;display:flex;box-shadow:0 2px 8px #0000000a}.NativePartnerDashboard-module__94mtKq__blueIcon{color:#0284c7;background:linear-gradient(135deg,#e0f2fe 0%,#bae6fd 100%);border:1px solid #0284c726}.NativePartnerDashboard-module__94mtKq__purpleIcon{color:#4338ca;background:linear-gradient(135deg,#e0e7ff 0%,#c7d2fe 100%);border:1px solid #4338ca26}.NativePartnerDashboard-module__94mtKq__greenIcon{color:#15803d;background:linear-gradient(135deg,#dcfce7 0%,#bbf7d0 100%);border:1px solid #15803d26}.NativePartnerDashboard-module__94mtKq__goldIcon{color:#b45309;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:1px solid #b4530926}.NativePartnerDashboard-module__94mtKq__clientItemCard{box-sizing:border-box;background:#fff;border:1px solid #e8edf5;border-radius:16px;flex-direction:column;gap:8px;width:100%;padding:12px;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 2px 8px #0f172a08}.NativePartnerDashboard-module__94mtKq__clientItemCard:active{transform:scale(.99)}.NativePartnerDashboard-module__94mtKq__clientHeaderRow{cursor:pointer;align-items:center;gap:10px;width:100%;min-width:0;display:flex}.NativePartnerDashboard-module__94mtKq__clientAvatarSquircle{color:#fff;background:linear-gradient(135deg,#0ea5e9 0%,#0284c7 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.05rem;font-weight:800;display:flex;box-shadow:0 2px 6px #0284c733}.NativePartnerDashboard-module__94mtKq__clientInfoCol{flex-direction:column;flex:1;justify-content:center;gap:3px;min-width:0;display:flex}.NativePartnerDashboard-module__94mtKq__clientNameRow{flex-wrap:nowrap;align-items:center;gap:6px;width:100%;min-width:0;display:flex}.NativePartnerDashboard-module__94mtKq__clientName{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;flex-shrink:1;min-width:0;margin:0;font-size:.92rem;font-weight:700;overflow:hidden}.NativePartnerDashboard-module__94mtKq__clientCityBadge{color:#475569;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;flex-shrink:0;padding:1px 6px;font-size:.65rem;font-weight:700}.NativePartnerDashboard-module__94mtKq__clientCibilBadge{color:#047857;white-space:nowrap;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:6px;flex-shrink:0;padding:1px 6px;font-size:.65rem;font-weight:700}.NativePartnerDashboard-module__94mtKq__clientPhone{color:#64748b;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:6px;margin:0;font-size:.74rem;font-weight:500;display:flex;overflow:hidden}.NativePartnerDashboard-module__94mtKq__clientActionRight{flex-shrink:0;align-items:center;gap:6px;margin-left:auto;display:flex}.NativePartnerDashboard-module__94mtKq__clientServicesPill{color:#4338ca;white-space:nowrap;background:#eef2ff;border:1px solid #c7d2fe;border-radius:20px;align-items:center;gap:4px;padding:3px 8px;font-size:.68rem;font-weight:700;display:inline-flex}.NativePartnerDashboard-module__94mtKq__clientChevron{color:#94a3b8;transition:transform .2s}.NativePartnerDashboard-module__94mtKq__clientStatusRow{border-top:1px solid #f1f5f9;flex-wrap:wrap;gap:6px;padding-top:8px;display:flex}.NativePartnerDashboard-module__94mtKq__clientStatusPill{border-radius:8px;align-items:center;gap:6px;padding:4px 10px;font-size:.7rem;font-weight:700;display:inline-flex}.NativePartnerDashboard-module__94mtKq__clientStatusDot{border-radius:50%;width:6px;height:6px}.NativePartnerDashboard-module__94mtKq__recentSection{flex-direction:column;gap:12px;display:flex}.NativePartnerDashboard-module__94mtKq__sectionHeader{justify-content:space-between;align-items:center;padding:0 2px;display:flex}.NativePartnerDashboard-module__94mtKq__sectionTitleGroup{align-items:center;gap:8px;display:flex}.NativePartnerDashboard-module__94mtKq__sectionHeader h4{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:800}.NativePartnerDashboard-module__94mtKq__liveDot{background:#10b981;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #10b981}.NativePartnerDashboard-module__94mtKq__viewAll{color:#4f46e5;border-radius:8px;padding:4px 8px;font-size:.8rem;font-weight:700;text-decoration:none}.NativePartnerDashboard-module__94mtKq__viewAll:active{background:#eef2ff}.NativePartnerDashboard-module__94mtKq__appsList{flex-direction:column;gap:10px;display:flex}.NativePartnerDashboard-module__94mtKq__appCard{background-color:#fff;border:1px solid #e8edf5;border-radius:18px;flex-direction:column;gap:10px;padding:14px 16px;transition:transform .15s;display:flex;box-shadow:0 2px 8px #0f172a08}.NativePartnerDashboard-module__94mtKq__appCard:active{transform:scale(.99)}.NativePartnerDashboard-module__94mtKq__appHeader{align-items:center;gap:12px;display:flex}.NativePartnerDashboard-module__94mtKq__clientAvatar{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#6d28d9 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:15px;font-weight:800;display:flex;box-shadow:0 3px 8px #8b5cf640}.NativePartnerDashboard-module__94mtKq__clientMeta{flex-grow:1;min-width:0}.NativePartnerDashboard-module__94mtKq__clientMeta h5{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.92rem;font-weight:800;overflow:hidden}.NativePartnerDashboard-module__94mtKq__timeLabel{color:#94a3b8;align-items:center;gap:3px;margin-top:2px;font-size:.7rem;font-weight:500;display:flex}.NativePartnerDashboard-module__94mtKq__statusBadge{text-transform:uppercase;letter-spacing:.4px;white-space:nowrap;border-radius:20px;flex-shrink:0;padding:3px 9px;font-size:.65rem;font-weight:800}.NativePartnerDashboard-module__94mtKq__appBody{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:12px;padding-top:10px;display:flex}.NativePartnerDashboard-module__94mtKq__serviceName{text-transform:uppercase;letter-spacing:.4px;color:#64748b;margin:0 0 2px;font-size:.72rem;font-weight:700}.NativePartnerDashboard-module__94mtKq__planLabel{color:#0f172a;margin:0;font-size:.92rem;font-weight:800}.NativePartnerDashboard-module__94mtKq__appPricing{flex-direction:column;align-items:flex-end;display:flex}.NativePartnerDashboard-module__94mtKq__planPrice{color:#0f172a;letter-spacing:-.02em;font-size:1.15rem;font-weight:900;line-height:1.15}.NativePartnerDashboard-module__94mtKq__emptyState{text-align:center;color:#64748b;background-color:#fff;border:1px dashed #cbd5e1;border-radius:16px;padding:28px 20px}.NativePartnerDashboard-module__94mtKq__emptyIcon{opacity:.5;margin-bottom:8px}.NativePartnerDashboard-module__94mtKq__emptyState h5{color:#1e293b;margin:0 0 4px;font-size:.92rem;font-weight:700}.NativePartnerDashboard-module__94mtKq__emptyState p{margin:0;font-size:.78rem;line-height:1.4}.NativePartnerDashboard-module__94mtKq__supportCard{text-align:center;background:linear-gradient(135deg,#f8fafc 0%,#eef2ff 100%);border:1px solid #e0e7ff;border-radius:20px;flex-direction:column;align-items:center;gap:6px;margin-bottom:24px;padding:18px 16px;display:flex;box-shadow:0 3px 12px #6366f10d}.NativePartnerDashboard-module__94mtKq__supportCard h5{color:#0f172a;margin:0;font-size:.96rem;font-weight:800}.NativePartnerDashboard-module__94mtKq__supportCard p{color:#64748b;margin:0 0 10px;font-size:.76rem;line-height:1.4}.NativePartnerDashboard-module__94mtKq__callSupportButton{color:#fff;box-sizing:border-box;background:linear-gradient(135deg,#4f46e5 0%,#4338ca 100%);border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 20px;font-size:.88rem;font-weight:800;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 4px 14px #4f46e540}.NativePartnerDashboard-module__94mtKq__callSupportButton:active{transform:scale(.97);box-shadow:0 2px 6px #4f46e533}
