.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}}
