.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{background-color:var(--bg-primary);color:var(--text-primary);flex-direction:column;gap:16px;padding:8px 4px;font-family:Poppins,Montserrat,sans-serif;display:flex}.NativePartnerDashboard-module__94mtKq__loadingContainer{min-height:250px;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.NativePartnerDashboard-module__94mtKq__spinner{border:3px solid var(--border-color);border-top-color:var(--primary-color);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__greetingCard{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#4c1d95 100%);border-radius:16px;align-items:center;gap:14px;padding:18px 16px;display:flex;box-shadow:0 4px 20px #7c3aed33}.NativePartnerDashboard-module__94mtKq__avatar{color:#fff;background-color:#fff3;border:2px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.NativePartnerDashboard-module__94mtKq__greetingText h2{margin:0 0 3px;font-size:1.15rem;font-weight:600}.NativePartnerDashboard-module__94mtKq__greetingText p{opacity:.85;margin:0;font-size:.82rem}.NativePartnerDashboard-module__94mtKq__quickActionsGrid{background-color:var(--card-bg);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:16px;grid-template-columns:repeat(4,1fr);gap:10px;padding:12px 8px;display:grid}.NativePartnerDashboard-module__94mtKq__actionCard{color:var(--text-primary);text-align:center;flex-direction:column;align-items:center;gap:6px;text-decoration:none;display:flex}.NativePartnerDashboard-module__94mtKq__actionCard span{font-size:.7rem;font-weight:500}.NativePartnerDashboard-module__94mtKq__actionIcon{border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.NativePartnerDashboard-module__94mtKq__blueIcon{color:#17a5b0;background-color:#17a5b01a}.NativePartnerDashboard-module__94mtKq__purpleIcon{color:#8b5cf6;background-color:#8b5cf61a}.NativePartnerDashboard-module__94mtKq__greenIcon{color:#10b981;background-color:#10b9811a}.NativePartnerDashboard-module__94mtKq__goldIcon{color:#f59e0b;background-color:#f59e0b1a}.NativePartnerDashboard-module__94mtKq__actionCard:active{transform:scale(.95)}.NativePartnerDashboard-module__94mtKq__metricsGrid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.NativePartnerDashboard-module__94mtKq__metricCard{background-color:var(--card-bg);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:14px;flex-direction:column;gap:8px;padding:14px;display:flex}.NativePartnerDashboard-module__94mtKq__iconBg{color:#fff;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.NativePartnerDashboard-module__94mtKq__bgBlue{background-color:#17a5b0}.NativePartnerDashboard-module__94mtKq__bgPurple{background-color:#8b5cf6}.NativePartnerDashboard-module__94mtKq__bgGold{background-color:#f59e0b}.NativePartnerDashboard-module__94mtKq__bgGreen{background-color:#10b981}.NativePartnerDashboard-module__94mtKq__metricInfo h3{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:700}.NativePartnerDashboard-module__94mtKq__metricInfo p{color:var(--text-secondary);margin:0;font-size:.75rem}.NativePartnerDashboard-module__94mtKq__quickStatRow{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:10px;justify-content:space-around;padding:10px;display:flex}.NativePartnerDashboard-module__94mtKq__quickStatItem{align-items:center;gap:6px;font-size:.8rem;display:flex}.NativePartnerDashboard-module__94mtKq__bulletDot{border-radius:50%;width:8px;height:8px}.NativePartnerDashboard-module__94mtKq__quickStatLabel{color:var(--text-secondary)}.NativePartnerDashboard-module__94mtKq__quickStatValue{font-weight:600}.NativePartnerDashboard-module__94mtKq__recentSection{flex-direction:column;gap:12px;display:flex}.NativePartnerDashboard-module__94mtKq__sectionHeader{justify-content:space-between;align-items:center;display:flex}.NativePartnerDashboard-module__94mtKq__sectionHeader h4{color:var(--text-primary);margin:0;font-size:.95rem;font-weight:600}.NativePartnerDashboard-module__94mtKq__viewAll{color:var(--primary-color);font-size:.8rem;font-weight:600;text-decoration:none}.NativePartnerDashboard-module__94mtKq__appsList{flex-direction:column;gap:10px;display:flex}.NativePartnerDashboard-module__94mtKq__appCard{background-color:var(--card-bg);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:14px;flex-direction:column;gap:10px;padding:14px;display:flex}.NativePartnerDashboard-module__94mtKq__appHeader{align-items:center;gap:10px;display:flex}.NativePartnerDashboard-module__94mtKq__clientAvatar{background-color:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.NativePartnerDashboard-module__94mtKq__clientMeta{flex-grow:1}.NativePartnerDashboard-module__94mtKq__clientMeta h5{color:var(--text-primary);margin:0;font-size:.88rem;font-weight:600}.NativePartnerDashboard-module__94mtKq__timeLabel{color:var(--text-tertiary);font-size:.7rem}.NativePartnerDashboard-module__94mtKq__statusBadge{text-transform:uppercase;border-radius:12px;padding:3px 8px;font-size:.65rem;font-weight:600}.NativePartnerDashboard-module__94mtKq__appBody{border-top:1px dashed var(--border-color);padding-top:8px}.NativePartnerDashboard-module__94mtKq__serviceName{color:var(--text-primary);margin:0 0 4px;font-size:.82rem;font-weight:600}.NativePartnerDashboard-module__94mtKq__appPricing{justify-content:space-between;align-items:center;display:flex}.NativePartnerDashboard-module__94mtKq__planLabel{color:var(--text-secondary);font-size:.75rem}.NativePartnerDashboard-module__94mtKq__planPrice{color:var(--primary-color);font-size:.82rem;font-weight:700}.NativePartnerDashboard-module__94mtKq__emptyState{background-color:var(--card-bg);border:1px dashed var(--border-color);text-align:center;color:var(--text-tertiary);border-radius:12px;padding:24px}.NativePartnerDashboard-module__94mtKq__emptyIcon{opacity:.5;margin-bottom:8px}.NativePartnerDashboard-module__94mtKq__emptyState h5{color:var(--text-secondary);margin:0 0 4px;font-size:.88rem;font-weight:600}.NativePartnerDashboard-module__94mtKq__emptyState p{margin:0;font-size:.75rem;line-height:1.4}.NativePartnerDashboard-module__94mtKq__supportCard{background-color:var(--card-bg);border:1px solid var(--border-color);text-align:center;box-shadow:var(--shadow-sm);border-radius:14px;margin-bottom:24px;padding:16px}.NativePartnerDashboard-module__94mtKq__supportCard h5{margin:0 0 4px;font-size:.92rem;font-weight:600}.NativePartnerDashboard-module__94mtKq__supportCard p{color:var(--text-secondary);margin:0 0 12px;font-size:.75rem}.NativePartnerDashboard-module__94mtKq__callSupportButton{color:#fff;background-color:#7c3aed;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 18px;font-size:.82rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 2px 6px #7c3aed1a}
