.gtm-module__tJwzwW__dashboard{background-color:var(--bg-secondary);min-height:100vh;font-family:var(--font-main);color:var(--text-primary);padding:3rem 1.5rem}.gtm-module__tJwzwW__container{max-width:1280px;margin:0 auto}.gtm-module__tJwzwW__header{border-bottom:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.gtm-module__tJwzwW__titleSection h1{font-size:2.25rem;font-family:var(--font-display);color:var(--text-primary);background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-weight:700}.gtm-module__tJwzwW__subtitle{color:var(--text-secondary);font-size:1rem}.gtm-module__tJwzwW__timeframeFilters{border:1px solid var(--border-color);background-color:#3e27230d;border-radius:30px;padding:.35rem;display:flex}.gtm-module__tJwzwW__filterBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:20px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s}.gtm-module__tJwzwW__filterBtn:hover{color:var(--text-primary)}.gtm-module__tJwzwW__activeFilter{background:var(--accent-gradient);box-shadow:0 4px 10px #8b451333;color:#fff!important}.gtm-module__tJwzwW__metricsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.gtm-module__tJwzwW__metricCard{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative;overflow:hidden;box-shadow:0 4px 6px #00000005}.gtm-module__tJwzwW__metricCard:before{content:"";background:var(--accent-gradient);opacity:0;width:4px;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.gtm-module__tJwzwW__metricCard:hover{border-color:#8b451333;transform:translateY(-5px);box-shadow:0 12px 20px #8b451314}.gtm-module__tJwzwW__metricCard:hover:before{opacity:1}.gtm-module__tJwzwW__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.gtm-module__tJwzwW__metricTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.gtm-module__tJwzwW__metricIcon{color:var(--accent-blue);background:#8b451314;border-radius:50px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex}.gtm-module__tJwzwW__metricValue{font-size:1.875rem;font-family:var(--font-display);color:var(--text-primary);margin-bottom:.5rem;font-weight:700}.gtm-module__tJwzwW__metricMeta{align-items:center;gap:.5rem;font-size:.85rem;display:flex}.gtm-module__tJwzwW__trendPositive{color:#2e7d32;font-weight:600}.gtm-module__tJwzwW__trendNegative{color:#c62828;font-weight:600}.gtm-module__tJwzwW__trendNeutral{color:var(--text-secondary)}.gtm-module__tJwzwW__dashboardGrid{grid-template-columns:3fr 2fr;gap:2rem;margin-bottom:2.5rem;display:grid}@media (max-width:991px){.gtm-module__tJwzwW__dashboardGrid{grid-template-columns:1fr}}.gtm-module__tJwzwW__panel{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:2rem;box-shadow:0 4px 6px #00000005}.gtm-module__tJwzwW__panelTitle{font-size:1.25rem;font-family:var(--font-display);color:var(--text-primary);border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;font-weight:600;display:flex}.gtm-module__tJwzwW__chartContainer{width:100%;margin-top:1rem;position:relative}.gtm-module__tJwzwW__barChart{flex-direction:column;gap:1.25rem;margin-top:1.5rem;display:flex}.gtm-module__tJwzwW__barRow{flex-direction:column;gap:.4rem;display:flex}.gtm-module__tJwzwW__barLabelInfo{justify-content:space-between;font-size:.875rem;font-weight:500;display:flex}.gtm-module__tJwzwW__barLabel{color:var(--text-primary)}.gtm-module__tJwzwW__barValue{color:var(--text-secondary);font-weight:600}.gtm-module__tJwzwW__barWrapper{background-color:#3e27230d;border-radius:5px;height:10px;overflow:hidden}.gtm-module__tJwzwW__barProgress{background:var(--accent-gradient);border-radius:5px;height:100%;transition:width 1s cubic-bezier(.4,0,.2,1)}.gtm-module__tJwzwW__funnelChart{flex-direction:column;gap:1rem;display:flex}.gtm-module__tJwzwW__funnelStage{align-items:center;gap:1rem;display:flex}.gtm-module__tJwzwW__stageLabel{width:110px;color:var(--text-secondary);font-size:.875rem;font-weight:600}.gtm-module__tJwzwW__stageBarContainer{background-color:#3e27230d;border-radius:6px;flex-grow:1;height:36px;position:relative;overflow:hidden}.gtm-module__tJwzwW__stageBarFill{background:linear-gradient(90deg,var(--accent-blue),var(--accent-purple));color:#fff;border-radius:6px;align-items:center;height:100%;padding-left:1rem;font-size:.85rem;font-weight:600;transition:width 1s cubic-bezier(.4,0,.2,1);display:flex}.gtm-module__tJwzwW__stagePercent{color:var(--text-secondary);font-size:.85rem;font-weight:700;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.gtm-module__tJwzwW__stageBarFill span{white-space:nowrap}.gtm-module__tJwzwW__campaignTracker{flex-direction:column;gap:1rem;display:flex}.gtm-module__tJwzwW__campaignItem{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;align-items:flex-start;gap:1rem;padding:1rem;transition:border-color .2s;display:flex}.gtm-module__tJwzwW__campaignItem:hover{border-color:#8b451326}.gtm-module__tJwzwW__campaignCheckbox{accent-color:var(--accent-blue);cursor:pointer;width:18px;height:18px;margin-top:.25rem}.gtm-module__tJwzwW__campaignContent{flex-grow:1}.gtm-module__tJwzwW__campaignTitle{color:var(--text-primary);margin-bottom:.25rem;font-size:.95rem;font-weight:600}.gtm-module__tJwzwW__campaignMeta{color:var(--text-secondary);gap:1rem;font-size:.8rem;display:flex}.gtm-module__tJwzwW__statusPill{border-radius:20px;padding:.15rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.gtm-module__tJwzwW__statusPublished{color:#2e7d32;background-color:#2e7d321a}.gtm-module__tJwzwW__statusScheduled{color:var(--accent-blue);background-color:#8b45131a}.gtm-module__tJwzwW__referralSection{margin-top:2rem}.gtm-module__tJwzwW__tableContainer{overflow-x:auto}.gtm-module__tJwzwW__referralTable{border-collapse:collapse;text-align:left;width:100%;font-size:.9rem}.gtm-module__tJwzwW__referralTable th{border-bottom:2px solid var(--border-color);color:var(--text-secondary);padding:1rem;font-weight:600}.gtm-module__tJwzwW__referralTable td{border-bottom:1px solid var(--border-color);color:var(--text-primary);padding:1rem}.gtm-module__tJwzwW__referralTable tr:hover{background-color:#3e272305}.gtm-module__tJwzwW__badge{border-radius:30px;padding:.25rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.gtm-module__tJwzwW__badgePaid{color:#2e7d32;background-color:#2e7d321a}.gtm-module__tJwzwW__badgeActive{color:var(--accent-blue);background-color:#8b45131a}.gtm-module__tJwzwW__badgePending{color:#f57f17;background-color:#fbc02d1a}.gtm-module__tJwzwW__backLink{color:var(--accent-blue);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem;font-weight:600;transition:transform .2s;display:inline-flex}.gtm-module__tJwzwW__backLink:hover{color:var(--accent-purple);transform:translate(-4px)}
