.dashboard-overview-module__Y7RONG__container{margin-bottom:1.5rem}.dashboard-overview-module__Y7RONG__lastUpdated{color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;text-align:right;margin-bottom:.5rem;font-size:.7rem}.dashboard-overview-module__Y7RONG__metricsRow{grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1rem;display:grid}.dashboard-overview-module__Y7RONG__card{border:1px solid var(--border-color);background:#fff;border-radius:.5rem;flex-direction:column;gap:.15rem;padding:1rem;display:flex}.dashboard-overview-module__Y7RONG__cardLabel{color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:500}.dashboard-overview-module__Y7RONG__cardValue{color:var(--text-dark);font-size:1.5rem;font-weight:700}.dashboard-overview-module__Y7RONG__cardSub{color:var(--text-light);font-size:.75rem}.dashboard-overview-module__Y7RONG__cardSub .dashboard-overview-module__Y7RONG__good{color:var(--success-color)}.dashboard-overview-module__Y7RONG__cardSub .dashboard-overview-module__Y7RONG__warn{color:var(--warning-color)}.dashboard-overview-module__Y7RONG__funnelRow{border:1px solid var(--border-color);background:#fff;border-radius:.5rem;align-items:center;gap:1.5rem;margin-bottom:0;padding:1rem;display:flex}.dashboard-overview-module__Y7RONG__funnelLabel{color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-size:.75rem;font-weight:500}.dashboard-overview-module__Y7RONG__funnelStats{flex:1;gap:2rem;display:flex}.dashboard-overview-module__Y7RONG__funnelStat{align-items:baseline;gap:.4rem;display:flex}.dashboard-overview-module__Y7RONG__funnelStatValue{color:var(--text-dark);font-size:1.1rem;font-weight:700}.dashboard-overview-module__Y7RONG__funnelStatLabel{color:var(--text-light);font-size:.7rem}.dashboard-overview-module__Y7RONG__funnelLink{color:var(--primary-color);white-space:nowrap;margin-left:auto;font-size:.8rem;text-decoration:none}.dashboard-overview-module__Y7RONG__funnelLink:hover{text-decoration:underline}.dashboard-overview-module__Y7RONG__skeleton{background:#f3f4f6;border-radius:.5rem;height:5rem;animation:1.5s ease-in-out infinite dashboard-overview-module__Y7RONG__pulse}.dashboard-overview-module__Y7RONG__skeletonSmall{background:#f3f4f6;border-radius:.5rem;height:3.5rem;animation:1.5s ease-in-out infinite dashboard-overview-module__Y7RONG__pulse}@keyframes dashboard-overview-module__Y7RONG__pulse{0%,to{opacity:1}50%{opacity:.5}}.dashboard-overview-module__Y7RONG__error{color:var(--error-color);border:1px solid var(--border-color);background:#fff;border-radius:.75rem;padding:1rem;font-size:.875rem}@media (max-width:1024px){.dashboard-overview-module__Y7RONG__metricsRow{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.dashboard-overview-module__Y7RONG__container{margin-bottom:1.5rem}.dashboard-overview-module__Y7RONG__metricsRow{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1rem}.dashboard-overview-module__Y7RONG__card{padding:1rem}.dashboard-overview-module__Y7RONG__cardValue{font-size:1.4rem}.dashboard-overview-module__Y7RONG__cardLabel,.dashboard-overview-module__Y7RONG__cardSub{font-size:.7rem}.dashboard-overview-module__Y7RONG__funnelRow{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1rem;padding:1rem}.dashboard-overview-module__Y7RONG__funnelStats{grid-template-columns:1fr 1fr;gap:.75rem;width:100%;display:grid}.dashboard-overview-module__Y7RONG__funnelStat{flex-direction:column;align-items:flex-start;gap:.1rem}.dashboard-overview-module__Y7RONG__funnelStatValue{font-size:1.1rem}.dashboard-overview-module__Y7RONG__funnelStatLabel{font-size:.7rem}.dashboard-overview-module__Y7RONG__funnelLink{margin-left:0}}
.quick-actions-module__BW_UAW__container{padding:1rem}.quick-actions-module__BW_UAW__header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.quick-actions-module__BW_UAW__title{color:var(--text-dark);font-size:1rem;font-weight:600}.quick-actions-module__BW_UAW__icon{color:var(--text-light)}.quick-actions-module__BW_UAW__actionsList{flex-direction:column;gap:.5rem;display:flex}.quick-actions-module__BW_UAW__actionItem{border:2px solid #0000;border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem;text-decoration:none;transition:all .2s;display:flex}.quick-actions-module__BW_UAW__actionItem:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.quick-actions-module__BW_UAW__primary{color:var(--primary-color);background-color:#f3e8ff}.quick-actions-module__BW_UAW__primary:hover{border-color:var(--primary-color)}.quick-actions-module__BW_UAW__secondary{color:var(--secondary-color);background-color:#fef3e2}.quick-actions-module__BW_UAW__secondary:hover{border-color:var(--secondary-color)}.quick-actions-module__BW_UAW__success{color:var(--success-color);background-color:#e8f5e8}.quick-actions-module__BW_UAW__success:hover{border-color:var(--success-color)}.quick-actions-module__BW_UAW__actionIcon{background-color:#fffc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.quick-actions-module__BW_UAW__actionContent{flex:1}.quick-actions-module__BW_UAW__actionTitle{margin-bottom:.125rem;font-size:.875rem;font-weight:600}.quick-actions-module__BW_UAW__actionDescription{opacity:.8;font-size:.75rem}@media (max-width:1024px){.quick-actions-module__BW_UAW__actionsList{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.quick-actions-module__BW_UAW__actionItem{padding:1rem}}@media (max-width:480px){.quick-actions-module__BW_UAW__container{padding:1rem}.quick-actions-module__BW_UAW__actionsList{grid-template-columns:repeat(2,1fr);gap:.5rem}.quick-actions-module__BW_UAW__actionItem{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.875rem}.quick-actions-module__BW_UAW__actionIcon{width:2.25rem;height:2.25rem}.quick-actions-module__BW_UAW__actionTitle{font-size:.875rem}.quick-actions-module__BW_UAW__actionDescription{font-size:.75rem}}
.newsfeed-module__O4RvyG__newsfeed{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:16px}.newsfeed-module__O4RvyG__title{color:#1e293b;margin:0 0 12px;font-size:16px;font-weight:600}.newsfeed-module__O4RvyG__newsItems{flex-direction:column;gap:12px;display:flex}.newsfeed-module__O4RvyG__newsItem{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:14px;position:relative}.newsfeed-module__O4RvyG__newsItem:hover{border-color:#cbd5e1}.newsfeed-module__O4RvyG__newsHeader{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px;display:flex}.newsfeed-module__O4RvyG__newsTitle{color:#1e293b;flex:1;align-items:center;gap:6px;margin:0;font-size:15px;font-weight:600;line-height:1.4;display:flex}.newsfeed-module__O4RvyG__newsDate{color:#64748b;white-space:nowrap;align-items:center;gap:4px;font-size:12px;display:flex}.newsfeed-module__O4RvyG__newsContent{color:#475569;margin:0 0 10px;font-size:13px;line-height:1.5}.newsfeed-module__O4RvyG__newsContent h1{color:#1e293b;margin:.6em 0 .3em;font-size:1.2em;font-weight:600;line-height:1.3}.newsfeed-module__O4RvyG__newsContent h2{color:#334155;margin:.5em 0 .25em;font-size:1.05em;font-weight:600;line-height:1.3}.newsfeed-module__O4RvyG__newsContent h3{color:#475569;margin:.4em 0 .2em;font-size:1em;font-weight:500;line-height:1.3}.newsfeed-module__O4RvyG__newsContent p{margin:.5em 0;line-height:1.5}.newsfeed-module__O4RvyG__newsContent ul,.newsfeed-module__O4RvyG__newsContent ol{margin:.5em 0;padding-left:1.25em}.newsfeed-module__O4RvyG__newsContent li{margin:.2em 0;line-height:1.5}.newsfeed-module__O4RvyG__newsContent strong{color:#334155;font-weight:600}.newsfeed-module__O4RvyG__newsContent em{font-style:italic}.newsfeed-module__O4RvyG__newsContent code{color:#64748b;background:#f1f5f9;border-radius:3px;padding:.2em .4em;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9em}.newsfeed-module__O4RvyG__newsContent pre{background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;margin:1em 0;padding:1em;font-size:13px;overflow-x:auto}.newsfeed-module__O4RvyG__newsContent blockquote{color:#64748b;border-left:3px solid #cbd5e1;margin:1em 0;padding-left:1em;font-style:italic}.newsfeed-module__O4RvyG__newsFooter{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:8px;margin-top:8px;padding-top:8px;display:flex}.newsfeed-module__O4RvyG__newsType{color:#64748b;text-transform:capitalize;align-items:center;gap:6px;font-size:12px;display:flex}.newsfeed-module__O4RvyG__priority{color:#64748b}.newsfeed-module__O4RvyG__tags{flex-wrap:wrap;gap:6px;display:flex}.newsfeed-module__O4RvyG__tag{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;padding:2px 8px;font-size:11px}.newsfeed-module__O4RvyG__author{color:#64748b;margin-top:8px;font-size:12px;font-style:italic}.newsfeed-module__O4RvyG__author:before{content:"by "}.newsfeed-module__O4RvyG__featuredIcon{color:#64748b}.newsfeed-module__O4RvyG__featured,.newsfeed-module__O4RvyG__priorityUrgent,.newsfeed-module__O4RvyG__priorityHigh,.newsfeed-module__O4RvyG__priorityMedium,.newsfeed-module__O4RvyG__priorityLow{border-left:3px solid #64748b}.newsfeed-module__O4RvyG__loading{text-align:center;color:#64748b;padding:32px;font-size:14px}.newsfeed-module__O4RvyG__error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:4px;margin-bottom:16px;padding:12px 16px;font-size:14px}.newsfeed-module__O4RvyG__pagination{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-top:24px;padding-top:16px;display:flex}.newsfeed-module__O4RvyG__paginationButton{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:4px;padding:8px 16px;font-size:14px}.newsfeed-module__O4RvyG__paginationButton:hover:not(.newsfeed-module__O4RvyG__disabled){background:#2563eb}.newsfeed-module__O4RvyG__paginationButton.newsfeed-module__O4RvyG__disabled{color:#94a3b8;cursor:not-allowed;background:#e2e8f0}.newsfeed-module__O4RvyG__paginationInfo{color:#64748b;font-size:14px}.newsfeed-module__O4RvyG__viewAll{text-align:right;margin-top:10px}.newsfeed-module__O4RvyG__viewAllLink{color:#8b4b8c;font-size:.8rem;text-decoration:none}.newsfeed-module__O4RvyG__viewAllLink:hover{text-decoration:underline}
.page-module__5J0M-q__container{max-width:1200px;margin:0 auto;padding:2rem}.page-module__5J0M-q__dashboardGrid{grid-template-columns:1fr 280px;gap:1rem;display:grid}.page-module__5J0M-q__mainContent{min-width:0}.page-module__5J0M-q__sidebar{border:1px solid var(--border-color);background:#fff;border-radius:.75rem;height:fit-content;position:sticky;top:2rem}@media (max-width:1024px){.page-module__5J0M-q__dashboardGrid{grid-template-columns:1fr}.page-module__5J0M-q__sidebar{order:-1;position:static}}@media (max-width:768px){.page-module__5J0M-q__container{padding:1rem}}.page-module__5J0M-q__header{margin-bottom:2rem}.page-module__5J0M-q__title{color:var(--text-dark);margin-bottom:.5rem;font-size:2rem;font-weight:700}.page-module__5J0M-q__subtitle{color:var(--text-light);font-size:1.125rem}.page-module__5J0M-q__metricsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.page-module__5J0M-q__metric{border:1px solid var(--border-color);text-align:center;background-color:#fff;border-radius:.75rem;padding:2rem}.page-module__5J0M-q__metric h3{color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:1rem;font-weight:500}.page-module__5J0M-q__value{color:var(--text-dark);justify-content:center;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:3rem;font-weight:700;display:flex}.page-module__5J0M-q__valueIcon{color:var(--primary-color)}.page-module__5J0M-q__subscribersWidget{border:1px solid var(--border-color);background-color:#fff;border-radius:.75rem;padding:2rem}.page-module__5J0M-q__subscribersWidget h3{color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;text-align:center;margin-bottom:1.5rem;font-size:1rem;font-weight:500}.page-module__5J0M-q__subscriberStats{justify-content:space-around;gap:1rem;display:flex}.page-module__5J0M-q__subscriberStat{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.page-module__5J0M-q__subscriberStat svg{color:var(--primary-color)}.page-module__5J0M-q__statContent{flex-direction:column;align-items:center;display:flex}.page-module__5J0M-q__statValue{color:var(--text-dark);margin-bottom:.25rem;font-size:2rem;font-weight:700}.page-module__5J0M-q__statLabel{color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.page-module__5J0M-q__change{color:var(--success-color,#10b981);font-size:.875rem;font-weight:500}@media (max-width:768px){.page-module__5J0M-q__title{font-size:1.5rem}.page-module__5J0M-q__metricsGrid{grid-template-columns:1fr}.page-module__5J0M-q__value{font-size:2.5rem}.page-module__5J0M-q__subscriberStats{flex-direction:column;gap:1.5rem}.page-module__5J0M-q__subscriberStat{flex-direction:row;justify-content:center}.page-module__5J0M-q__statValue{font-size:1.5rem}}
.page-module__dapCUW__container{max-width:800px;margin:0 auto;padding:2rem}@media (max-width:768px){.page-module__dapCUW__container{padding:1rem}}
