.accountant-visual{aspect-ratio:4/3.5;width:100%;max-width:420px;position:relative}.acc-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.acc-dashboard{border:1px solid var(--gray-200);background:#fff;border-radius:16px;width:100%;max-width:380px;padding:1rem;box-shadow:0 20px 40px -12px #00000026}.acc-header{border-bottom:1px solid var(--gray-100);align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.acc-logo{background:linear-gradient(135deg,#115e59 0%,#0d9488 100%);border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.acc-logo svg{color:#fff;width:16px;height:16px}.acc-title{color:var(--gray-700);flex:1;font-size:.75rem;font-weight:600}.acc-status{color:#059669;background:#ecfdf5;border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .5rem;font-size:.625rem;font-weight:600;display:flex}.acc-status-dot{background:#10b981;border-radius:50%;width:6px;height:6px;animation:2s infinite acc-pulse}@keyframes acc-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.acc-metrics-row{grid-template-columns:1.5fr 1fr;gap:.5rem;margin-bottom:.75rem;display:grid}.acc-metric{background:var(--gray-50);border-radius:10px;align-items:center;gap:.5rem;padding:.75rem;display:flex}.acc-metric-primary{background:linear-gradient(135deg,#115e59 0%,#0d9488 100%);position:relative;overflow:hidden}.acc-metric-primary .acc-metric-icon,.acc-metric-primary .acc-metric-value,.acc-metric-primary .acc-metric-label{color:#fff}.acc-metric-primary .acc-metric-icon{background:#fff3}.acc-metric-icon{background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.acc-metric-icon svg{color:#115e59;width:16px;height:16px}.acc-metric-content{flex:1;min-width:0}.acc-metric-value{color:var(--gray-800);font-size:1rem;font-weight:700;line-height:1.2;display:block}.acc-metric-label{color:var(--gray-500);white-space:nowrap;text-overflow:ellipsis;font-size:.625rem;display:block;overflow:hidden}.acc-metric-trend{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.acc-trend-up{color:#fff;animation:2s ease-in-out infinite acc-bounce}@keyframes acc-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.acc-trend-up svg{width:14px;height:14px}.acc-cards-row{grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.75rem;display:grid}.acc-card{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:10px;padding:.625rem}.acc-card-header{color:var(--gray-600);align-items:center;gap:.35rem;margin-bottom:.5rem;font-size:.625rem;font-weight:600;display:flex}.acc-card-header svg{color:#115e59;width:12px;height:12px}.acc-service-list{flex-direction:column;gap:.25rem;display:flex}.acc-service-item{border:1px solid var(--gray-100);background:#fff;border-radius:6px;justify-content:space-between;align-items:center;padding:.3rem .5rem;display:flex}.acc-service-name{color:var(--gray-600);white-space:nowrap;text-overflow:ellipsis;font-size:.5625rem;overflow:hidden}.acc-service-rank{color:#115e59;background:#ccfbf1;border-radius:4px;padding:.125rem .35rem;font-size:.5625rem;font-weight:700}.acc-client-stats{flex-direction:column;gap:.5rem;display:flex}.acc-client-main{align-items:baseline;gap:.35rem;display:flex}.acc-client-value{color:var(--gray-800);font-size:1.125rem;font-weight:700}.acc-client-label{color:var(--gray-500);font-size:.5625rem}.acc-client-chart{align-items:flex-end;gap:4px;height:32px;display:flex}.acc-chart-bar{background:var(--gray-200);height:var(--height);border-radius:2px;flex:1;transition:height .3s}.acc-chart-current{background:linear-gradient(#0d9488 0%,#115e59 100%);animation:1.5s ease-out forwards acc-grow}@keyframes acc-grow{0%{height:0}to{height:var(--height)}}.acc-specialties{background:linear-gradient(135deg,#ccfbf1 0%,#99f6e4 100%);border-radius:10px;padding:.625rem}.acc-specialties-label{color:var(--gray-600);margin-bottom:.5rem;font-size:.625rem;font-weight:600;display:block}.acc-specialty-tags{flex-wrap:wrap;gap:.35rem;display:flex}.acc-tag{color:#115e59;background:#fff;border:1px solid #115e5933;border-radius:999px;padding:.25rem .5rem;font-size:.5625rem;font-weight:500}.acc-tag-more{color:#fff;background:#115e59;border:none}.acc-float{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;animation:4s ease-in-out infinite acc-float;display:flex;position:absolute;box-shadow:0 4px 12px #0000001a}.acc-float svg{width:16px;height:16px}.acc-float-1{animation-delay:0s;top:5%;right:5%}.acc-float-1 svg{color:#115e59}.acc-float-2{animation-delay:1.3s;bottom:15%;left:2%}.acc-float-2 svg{color:#0d9488}.acc-float-3{animation-delay:2.6s;top:25%;left:0%}.acc-float-3 svg{color:#10b981}@keyframes acc-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:768px){.accountant-visual{max-width:340px;margin:0 auto}.acc-dashboard{padding:.75rem}.acc-cards-row{grid-template-columns:1fr}.acc-float{display:none}}
.debtcollection-visual{aspect-ratio:4/3.5;width:100%;max-width:420px;position:relative}.dc-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.dc-dashboard{border:1px solid var(--gray-200);background:#fff;border-radius:16px;width:100%;max-width:380px;padding:1rem;box-shadow:0 20px 40px -12px #00000026}.dc-header{border-bottom:1px solid var(--gray-100);align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.dc-logo{background:linear-gradient(135deg,#475569 0%,#64748b 100%);border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.dc-logo svg{color:#fff;width:16px;height:16px}.dc-title{color:var(--gray-700);flex:1;font-size:.75rem;font-weight:600}.dc-status{color:#059669;background:#ecfdf5;border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .5rem;font-size:.625rem;font-weight:600;display:flex}.dc-status-dot{background:#10b981;border-radius:50%;width:6px;height:6px;animation:2s infinite dc-pulse}@keyframes dc-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.dc-metrics-row{grid-template-columns:1.5fr 1fr;gap:.5rem;margin-bottom:.75rem;display:grid}.dc-metric{background:var(--gray-50);border-radius:10px;align-items:center;gap:.5rem;padding:.75rem;display:flex}.dc-metric-primary{background:linear-gradient(135deg,#475569 0%,#64748b 100%);position:relative;overflow:hidden}.dc-metric-primary .dc-metric-icon,.dc-metric-primary .dc-metric-value,.dc-metric-primary .dc-metric-label{color:#fff}.dc-metric-primary .dc-metric-icon{background:#fff3}.dc-metric-icon{background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.dc-metric-icon svg{color:#475569;width:16px;height:16px}.dc-metric-content{flex:1;min-width:0}.dc-metric-value{color:var(--gray-800);font-size:1rem;font-weight:700;line-height:1.2;display:block}.dc-metric-label{color:var(--gray-500);white-space:nowrap;text-overflow:ellipsis;font-size:.625rem;display:block;overflow:hidden}.dc-metric-trend{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.dc-trend-up{color:#fff;animation:2s ease-in-out infinite dc-bounce}@keyframes dc-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.dc-trend-up svg{width:14px;height:14px}.dc-cards-row{grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.75rem;display:grid}.dc-card{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:10px;padding:.625rem}.dc-card-header{color:var(--gray-600);align-items:center;gap:.35rem;margin-bottom:.5rem;font-size:.625rem;font-weight:600;display:flex}.dc-card-header svg{color:#475569;width:12px;height:12px}.dc-vertical-list{flex-direction:column;gap:.25rem;display:flex}.dc-vertical-item{border:1px solid var(--gray-100);background:#fff;border-radius:6px;justify-content:space-between;align-items:center;padding:.3rem .5rem;display:flex}.dc-vertical-name{color:var(--gray-600);white-space:nowrap;text-overflow:ellipsis;font-size:.5625rem;overflow:hidden}.dc-vertical-rank{color:#475569;background:#e2e8f0;border-radius:4px;padding:.125rem .35rem;font-size:.5625rem;font-weight:700}.dc-recovery-stats{flex-direction:column;gap:.35rem;display:flex}.dc-recovery-main{align-items:baseline;gap:.35rem;display:flex}.dc-recovery-value{color:var(--gray-800);font-size:1.125rem;font-weight:700}.dc-recovery-label{color:var(--gray-500);font-size:.5625rem}.dc-recovery-bar{background:var(--gray-200);border-radius:3px;height:6px;overflow:hidden}.dc-recovery-fill{background:linear-gradient(90deg,#475569 0%,#64748b 100%);border-radius:3px;width:94%;height:100%;animation:2s ease-out forwards dc-fill-grow}@keyframes dc-fill-grow{0%{width:0}to{width:94%}}.dc-recovery-meta{align-items:center;gap:.25rem;display:flex}.dc-meta-badge{color:#059669;background:#ecfdf5;border-radius:4px;padding:.125rem .25rem;font-size:.5rem;font-weight:700}.dc-meta-text{color:var(--gray-400);font-size:.5rem}.dc-industries{background:linear-gradient(135deg,#e2e8f0 0%,#cbd5e1 100%);border-radius:10px;padding:.625rem}.dc-industries-label{color:var(--gray-600);margin-bottom:.5rem;font-size:.625rem;font-weight:600;display:block}.dc-industry-tags{flex-wrap:wrap;gap:.35rem;display:flex}.dc-tag{color:#475569;background:#fff;border:1px solid #47556933;border-radius:999px;padding:.25rem .5rem;font-size:.5625rem;font-weight:500}.dc-tag-more{color:#fff;background:#475569;border:none}.dc-float{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;animation:4s ease-in-out infinite dc-float;display:flex;position:absolute;box-shadow:0 4px 12px #0000001a}.dc-float svg{width:16px;height:16px}.dc-float-1{animation-delay:0s;top:5%;right:5%}.dc-float-1 svg{color:#475569}.dc-float-2{animation-delay:1.3s;bottom:15%;left:2%}.dc-float-2 svg{color:#64748b}.dc-float-3{animation-delay:2.6s;top:25%;left:0%}.dc-float-3 svg{color:#10b981}@keyframes dc-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:768px){.debtcollection-visual{max-width:340px;margin:0 auto}.dc-dashboard{padding:.75rem}.dc-cards-row{grid-template-columns:1fr}.dc-float{display:none}}
.dental-visual{aspect-ratio:4/3.5;width:100%;max-width:420px;position:relative}.dv-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.dv-dashboard{border:1px solid var(--gray-200);background:#fff;border-radius:16px;width:100%;max-width:380px;padding:1rem;box-shadow:0 20px 40px -12px #00000026}.dv-header{border-bottom:1px solid var(--gray-100);align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.dv-logo{background:linear-gradient(135deg,#0d9488 0%,#14b8a6 100%);border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.dv-logo svg{color:#fff;width:16px;height:16px}.dv-title{color:var(--gray-700);flex:1;font-size:.75rem;font-weight:600}.dv-status{color:#059669;background:#ecfdf5;border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .5rem;font-size:.625rem;font-weight:600;display:flex}.dv-status-dot{background:#10b981;border-radius:50%;width:6px;height:6px;animation:2s infinite dv-pulse}@keyframes dv-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.dv-metrics-row{grid-template-columns:1.5fr 1fr;gap:.5rem;margin-bottom:.75rem;display:grid}.dv-metric{background:var(--gray-50);border-radius:10px;align-items:center;gap:.5rem;padding:.75rem;display:flex}.dv-metric-primary{background:linear-gradient(135deg,#0d9488 0%,#14b8a6 100%);position:relative;overflow:hidden}.dv-metric-primary .dv-metric-icon,.dv-metric-primary .dv-metric-value,.dv-metric-primary .dv-metric-label{color:#fff}.dv-metric-primary .dv-metric-icon{background:#fff3}.dv-metric-icon{background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.dv-metric-icon svg{color:#0d9488;width:16px;height:16px}.dv-metric-content{flex:1;min-width:0}.dv-metric-value{color:var(--gray-800);font-size:1rem;font-weight:700;line-height:1.2;display:block}.dv-metric-label{color:var(--gray-500);white-space:nowrap;text-overflow:ellipsis;font-size:.625rem;display:block;overflow:hidden}.dv-metric-trend{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.dv-trend-up{color:#fff;animation:2s ease-in-out infinite dv-bounce}@keyframes dv-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.dv-trend-up svg{width:14px;height:14px}.dv-cards-row{grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.75rem;display:grid}.dv-card{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:10px;padding:.625rem}.dv-card-header{color:var(--gray-600);align-items:center;gap:.35rem;margin-bottom:.5rem;font-size:.625rem;font-weight:600;display:flex}.dv-card-header svg{color:#0d9488;width:12px;height:12px}.dv-review-score{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.dv-score-value{color:var(--gray-800);font-size:1.25rem;font-weight:700}.dv-stars{gap:1px;display:flex}.dv-stars svg{color:#fbbf24;width:10px;height:10px}.dv-review-count{color:var(--gray-500);width:100%;font-size:.5625rem}.dv-keyword-list{flex-direction:column;gap:.25rem;display:flex}.dv-keyword{border:1px solid var(--gray-100);background:#fff;border-radius:6px;justify-content:space-between;align-items:center;padding:.3rem .5rem;display:flex}.dv-keyword-text{color:var(--gray-600);white-space:nowrap;text-overflow:ellipsis;font-size:.5625rem;overflow:hidden}.dv-keyword-rank{color:#0d9488;background:#ccfbf1;border-radius:4px;padding:.125rem .35rem;font-size:.5625rem;font-weight:700}.dv-services{background:linear-gradient(135deg,#f0fdfa 0%,#ccfbf1 100%);border-radius:10px;padding:.625rem}.dv-services-label{color:var(--gray-600);margin-bottom:.5rem;font-size:.625rem;font-weight:600;display:block}.dv-service-tags{flex-wrap:wrap;gap:.35rem;display:flex}.dv-tag{color:#0d9488;background:#fff;border:1px solid #0d948833;border-radius:999px;padding:.25rem .5rem;font-size:.5625rem;font-weight:500}.dv-tag-more{color:#fff;background:#0d9488;border:none}.dv-float{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;animation:4s ease-in-out infinite dv-float;display:flex;position:absolute;box-shadow:0 4px 12px #0000001a}.dv-float svg{width:16px;height:16px}.dv-float-1{animation-delay:0s;top:5%;right:5%}.dv-float-1 svg{color:#0d9488}.dv-float-2{animation-delay:1.3s;bottom:15%;left:2%}.dv-float-2 svg{color:#0891b2}.dv-float-3{animation-delay:2.6s;top:25%;left:0%}.dv-float-3 svg{color:#fbbf24}@keyframes dv-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:768px){.dental-visual{max-width:340px;margin:0 auto}.dv-dashboard{padding:.75rem}.dv-cards-row{grid-template-columns:1fr}.dv-float{display:none}}
.dermatologist-visual{justify-content:center;align-items:center;width:100%;height:100%;min-height:340px;display:flex;position:relative}.dermatologist-container{width:100%;max-width:380px;position:relative}.dermatologist-dashboard{background:linear-gradient(135deg,#f0fdfa 0%,#ccfbf1 50%,#99f6e4 100%);border-radius:20px;padding:20px;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #14b8a61a,0 2px 4px -2px #14b8a61a,0 0 0 1px #14b8a614}.dermatologist-dashboard:before{content:"";pointer-events:none;background:radial-gradient(circle,#14b8a614 0%,#0000 70%);width:100%;height:100%;position:absolute;top:-50%;right:-50%}.dermatologist-header{z-index:1;align-items:center;gap:10px;margin-bottom:16px;display:flex;position:relative}.dermatologist-logo{color:#fff;background:linear-gradient(135deg,#14b8a6 0%,#0d9488 100%);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.dermatologist-logo svg{width:18px;height:18px}.dermatologist-title{color:#134e4a;flex:1;font-size:14px;font-weight:600}.dermatologist-status{color:#059669;background:#0596691a;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;display:flex}.dermatologist-status-dot{background:#059669;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite dermatologistPulse}@keyframes dermatologistPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.dermatologist-metrics-row{z-index:1;grid-template-columns:1.3fr 1fr;gap:12px;margin-bottom:12px;display:grid;position:relative}.dermatologist-metric{background:#fff;border-radius:12px;align-items:center;gap:10px;padding:14px;display:flex;box-shadow:0 1px 3px #14b8a614}.dermatologist-metric-primary{color:#fff;background:linear-gradient(135deg,#14b8a6 0%,#0d9488 100%)}.dermatologist-metric-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.dermatologist-metric-primary .dermatologist-metric-icon{background:#fff3}.dermatologist-metric:not(.dermatologist-metric-primary) .dermatologist-metric-icon{color:#14b8a6;background:linear-gradient(135deg,#f0fdfa 0%,#ccfbf1 100%)}.dermatologist-metric-icon svg{width:18px;height:18px}.dermatologist-metric-content{flex-direction:column;gap:2px;min-width:0;display:flex}.dermatologist-metric-value{font-size:18px;font-weight:700;line-height:1.1}.dermatologist-metric-primary .dermatologist-metric-value{color:#fff}.dermatologist-metric:not(.dermatologist-metric-primary) .dermatologist-metric-value{color:#134e4a}.dermatologist-metric-label{opacity:.85;white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.dermatologist-metric-primary .dermatologist-metric-label{color:#ffffffe6}.dermatologist-metric:not(.dermatologist-metric-primary) .dermatologist-metric-label{color:#0f766e}.dermatologist-metric-trend{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-left:auto;display:flex}.dermatologist-trend-up{color:#fff;background:#fff3}.dermatologist-metric-trend svg{width:14px;height:14px}.dermatologist-cards-row{z-index:1;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;display:grid;position:relative}.dermatologist-card{background:#fff;border-radius:12px;padding:12px;box-shadow:0 1px 3px #14b8a614}.dermatologist-card-header{align-items:center;gap:6px;margin-bottom:10px;font-size:11px;font-weight:600;display:flex}.dermatologist-medical-card .dermatologist-card-header{color:#134e4a}.dermatologist-medical-card .dermatologist-card-header svg{color:#14b8a6}.dermatologist-cosmetic-card .dermatologist-card-header{color:#831843}.dermatologist-cosmetic-card .dermatologist-card-header svg{color:#ec4899}.dermatologist-card-header svg{width:14px;height:14px}.dermatologist-keyword-list{flex-direction:column;gap:6px;display:flex}.dermatologist-keyword-item{border-radius:6px;align-items:center;gap:6px;padding:6px 8px;font-size:10px;display:flex}.dermatologist-medical-card .dermatologist-keyword-item{background:linear-gradient(135deg,#f0fdfa 0%,#ccfbf1 100%)}.dermatologist-cosmetic-card .dermatologist-keyword-item{background:linear-gradient(135deg,#fdf2f8 0%,#fce7f3 100%)}.dermatologist-keyword-icon{font-size:11px}.dermatologist-keyword-name{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.dermatologist-medical-card .dermatologist-keyword-name{color:#134e4a}.dermatologist-cosmetic-card .dermatologist-keyword-name{color:#831843}.dermatologist-keyword-rank{background:#fff;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:700}.dermatologist-medical-card .dermatologist-keyword-rank{color:#14b8a6}.dermatologist-cosmetic-card .dermatologist-keyword-rank{color:#ec4899}.dermatologist-split-stats{z-index:1;background:#fff;border-radius:10px;gap:16px;padding:12px;display:flex;position:relative;box-shadow:0 1px 3px #14b8a614}.dermatologist-split-item{flex:1}.dermatologist-split-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.dermatologist-split-label{color:#475569;font-size:10px;font-weight:600}.dermatologist-split-value{color:#134e4a;font-size:12px;font-weight:700}.dermatologist-split-bar{background:#e2e8f0;border-radius:3px;height:6px;overflow:hidden}.dermatologist-split-fill{border-radius:3px;height:100%;animation:1.5s ease-out forwards dermatologistFill}.dermatologist-split-medical{background:linear-gradient(90deg,#14b8a6 0%,#0d9488 100%);width:58%}.dermatologist-split-cosmetic{background:linear-gradient(90deg,#ec4899 0%,#db2777 100%);width:42%}@keyframes dermatologistFill{0%{width:0}}.dermatologist-float{border-radius:12px;justify-content:center;align-items:center;animation:3s ease-in-out infinite dermatologistFloat;display:flex;position:absolute;box-shadow:0 4px 12px #14b8a633}.dermatologist-float svg{width:18px;height:18px}.dermatologist-float-1{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);width:40px;height:40px;animation-delay:0s;top:-8px;right:20px}.dermatologist-float-2{color:#fff;background:linear-gradient(135deg,#14b8a6 0%,#0d9488 100%);width:36px;height:36px;animation-delay:.5s;bottom:80px;left:-16px}.dermatologist-float-3{color:#ec4899;background:#fff;width:34px;height:34px;animation-delay:1s;top:60px;right:-12px}@keyframes dermatologistFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:480px){.dermatologist-visual{min-height:300px}.dermatologist-container{max-width:320px}.dermatologist-dashboard{padding:16px}.dermatologist-metrics-row,.dermatologist-cards-row{grid-template-columns:1fr}.dermatologist-float-2{left:-8px}.dermatologist-float-3{right:-6px}}
.dispensary-visual{aspect-ratio:4/3.5;width:100%;max-width:420px;position:relative}.dispensary-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.dispensary-dashboard{border:1px solid var(--gray-200);background:#fff;border-radius:16px;width:100%;max-width:380px;padding:1rem;box-shadow:0 20px 40px -12px #16a34a26}.dispensary-header{border-bottom:1px solid var(--gray-100);align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.dispensary-logo{background:linear-gradient(135deg,#16a34a 0%,#22c55e 100%);border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.dispensary-logo svg{color:#fff;width:16px;height:16px}.dispensary-title{color:var(--gray-700);flex:1;font-size:.75rem;font-weight:600}.dispensary-status{color:#16a34a;background:#f0fdf4;border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .5rem;font-size:.625rem;font-weight:600;display:flex}.dispensary-status-dot{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:2s infinite dispensary-pulse}@keyframes dispensary-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.dispensary-metrics-row{grid-template-columns:1.5fr 1fr;gap:.5rem;margin-bottom:.75rem;display:grid}.dispensary-metric{background:var(--gray-50);border-radius:10px;align-items:center;gap:.5rem;padding:.75rem;display:flex}.dispensary-metric-primary{background:linear-gradient(135deg,#16a34a 0%,#22c55e 100%);position:relative;overflow:hidden}.dispensary-metric-primary .dispensary-metric-icon,.dispensary-metric-primary .dispensary-metric-value,.dispensary-metric-primary .dispensary-metric-label{color:#fff}.dispensary-metric-primary .dispensary-metric-icon{background:#fff3}.dispensary-metric-icon{background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.dispensary-metric-icon svg{color:#16a34a;width:16px;height:16px}.dispensary-metric-content{flex:1;min-width:0}.dispensary-metric-value{color:var(--gray-800);font-size:1rem;font-weight:700;line-height:1.2;display:block}.dispensary-metric-label{color:var(--gray-500);white-space:nowrap;text-overflow:ellipsis;font-size:.625rem;display:block;overflow:hidden}.dispensary-metric-trend{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.dispensary-trend-up{color:#fff;animation:2s ease-in-out infinite dispensary-bounce}@keyframes dispensary-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.dispensary-trend-up svg{width:14px;height:14px}.dispensary-cards-row{grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.75rem;display:grid}.dispensary-card{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:10px;padding:.625rem}.dispensary-card-header{color:var(--gray-600);align-items:center;gap:.35rem;margin-bottom:.5rem;font-size:.625rem;font-weight:600;display:flex}.dispensary-card-header svg{color:#16a34a;width:12px;height:12px}.dispensary-menu-list{flex-direction:column;gap:.35rem;display:flex}.dispensary-menu-item{border:1px solid var(--gray-100);background:#fff;border-radius:6px;align-items:center;gap:.35rem;padding:.25rem .4rem;display:flex}.dispensary-menu-icon{font-size:.75rem;line-height:1}.dispensary-menu-name{color:var(--gray-600);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.5625rem;overflow:hidden}.dispensary-menu-rank{color:#16a34a;background:#f0fdf4;border-radius:4px;padding:.125rem .35rem;font-size:.5625rem;font-weight:700}.dispensary-traffic-stats{border:1px solid var(--gray-100);background:#fff;border-radius:6px;padding:.5rem}.dispensary-traffic-main{align-items:baseline;gap:.35rem;margin-bottom:.35rem;display:flex}.dispensary-traffic-value{color:#16a34a;font-size:1.125rem;font-weight:800;line-height:1}.dispensary-traffic-label{color:var(--gray-500);font-size:.5625rem}.dispensary-traffic-bar{background:var(--gray-100);border-radius:3px;height:6px;margin-bottom:.35rem;overflow:hidden}.dispensary-traffic-fill{background:linear-gradient(90deg,#16a34a 0%,#22c55e 100%);border-radius:3px;width:84%;height:100%;animation:2s ease-in-out infinite dispensary-fill-pulse}@keyframes dispensary-fill-pulse{0%,to{opacity:1}50%{opacity:.8}}.dispensary-traffic-meta{align-items:center;gap:.35rem;display:flex}.dispensary-meta-badge{color:#fff;background:#16a34a;border-radius:4px;padding:.125rem .35rem;font-size:.5rem;font-weight:600}.dispensary-meta-text{color:var(--gray-500);font-size:.5rem}.dispensary-searches{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border-radius:10px;padding:.625rem}.dispensary-searches-label{color:var(--gray-600);margin-bottom:.5rem;font-size:.625rem;font-weight:600;display:block}.dispensary-search-tags{flex-wrap:wrap;gap:.35rem;display:flex}.dispensary-tag{color:#16a34a;background:#fff;border:1px solid #16a34a33;border-radius:999px;padding:.25rem .5rem;font-size:.5625rem;font-weight:500}.dispensary-tag-more{color:#fff;background:#16a34a;border:none}.dispensary-float{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;animation:4s ease-in-out infinite dispensary-float;display:flex;position:absolute;box-shadow:0 4px 12px #16a34a26}.dispensary-float svg{color:#16a34a;width:16px;height:16px}.dispensary-float-1{animation-delay:0s;top:5%;right:5%}.dispensary-float-1 svg{color:#22c55e}.dispensary-float-2{animation-delay:1.3s;bottom:15%;left:2%}.dispensary-float-2 svg{color:#16a34a}.dispensary-float-3{animation-delay:2.6s;top:25%;left:0%}.dispensary-float-3 svg{color:#4ade80}@keyframes dispensary-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:768px){.dispensary-visual{max-width:340px;margin:0 auto}.dispensary-dashboard{padding:.75rem}.dispensary-cards-row{grid-template-columns:1fr}.dispensary-float{display:none}}
.gym-visual{aspect-ratio:4/3.5;width:100%;max-width:420px;position:relative}.gym-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.gym-dashboard{border:1px solid var(--gray-200);background:#fff;border-radius:16px;width:100%;max-width:380px;padding:1rem;box-shadow:0 20px 40px -12px #00000026}.gym-header{border-bottom:1px solid var(--gray-100);align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.gym-logo{background:linear-gradient(135deg,#dc2626 0%,#ef4444 100%);border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.gym-logo svg{color:#fff;width:16px;height:16px}.gym-title{color:var(--gray-700);flex:1;font-size:.75rem;font-weight:600}.gym-status{color:#dc2626;background:#fef2f2;border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .5rem;font-size:.625rem;font-weight:600;display:flex}.gym-status-dot{background:#ef4444;border-radius:50%;width:6px;height:6px;animation:2s infinite gym-pulse}@keyframes gym-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.gym-metrics-row{grid-template-columns:1.5fr 1fr;gap:.5rem;margin-bottom:.75rem;display:grid}.gym-metric{background:var(--gray-50);border-radius:10px;align-items:center;gap:.5rem;padding:.75rem;display:flex}.gym-metric-primary{background:linear-gradient(135deg,#dc2626 0%,#ef4444 100%);position:relative;overflow:hidden}.gym-metric-primary .gym-metric-icon,.gym-metric-primary .gym-metric-value,.gym-metric-primary .gym-metric-label{color:#fff}.gym-metric-primary .gym-metric-icon{background:#fff3}.gym-metric-icon{background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.gym-metric-icon svg{color:#dc2626;width:16px;height:16px}.gym-metric-content{flex:1;min-width:0}.gym-metric-value{color:var(--gray-800);font-size:1rem;font-weight:700;line-height:1.2;display:block}.gym-metric-label{color:var(--gray-500);white-space:nowrap;text-overflow:ellipsis;font-size:.625rem;display:block;overflow:hidden}.gym-metric-trend{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.gym-trend-up{color:#fff;animation:2s ease-in-out infinite gym-bounce}@keyframes gym-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.gym-trend-up svg{width:14px;height:14px}.gym-cards-row{grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.75rem;display:grid}.gym-card{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:10px;padding:.625rem}.gym-card-header{color:var(--gray-600);align-items:center;gap:.35rem;margin-bottom:.5rem;font-size:.625rem;font-weight:600;display:flex}.gym-card-header svg{color:#dc2626;width:12px;height:12px}.gym-program-list{flex-direction:column;gap:.35rem;display:flex}.gym-program-item{border:1px solid var(--gray-100);background:#fff;border-radius:6px;align-items:center;gap:.35rem;padding:.25rem .4rem;display:flex}.gym-program-icon{font-size:.75rem;line-height:1}.gym-program-name{color:var(--gray-600);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.5625rem;overflow:hidden}.gym-program-rank{color:#dc2626;background:#fef2f2;border-radius:4px;padding:.125rem .35rem;font-size:.5625rem;font-weight:700}.gym-funnel-stats{border:1px solid var(--gray-100);background:#fff;border-radius:6px;padding:.5rem}.gym-funnel-main{align-items:baseline;gap:.35rem;margin-bottom:.35rem;display:flex}.gym-funnel-value{color:#dc2626;font-size:1.125rem;font-weight:800;line-height:1}.gym-funnel-label{color:var(--gray-500);font-size:.5625rem}.gym-funnel-bar{background:var(--gray-100);border-radius:3px;height:6px;margin-bottom:.35rem;overflow:hidden}.gym-funnel-fill{background:linear-gradient(90deg,#dc2626 0%,#ef4444 100%);border-radius:3px;width:76%;height:100%;animation:2s ease-in-out infinite gym-fill-pulse}@keyframes gym-fill-pulse{0%,to{opacity:1}50%{opacity:.8}}.gym-funnel-meta{align-items:center;gap:.35rem;display:flex}.gym-meta-badge{color:#fff;background:#dc2626;border-radius:4px;padding:.125rem .35rem;font-size:.5rem;font-weight:600}.gym-meta-text{color:var(--gray-500);font-size:.5rem}.gym-classes{background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border-radius:10px;padding:.625rem}.gym-classes-label{color:var(--gray-600);margin-bottom:.5rem;font-size:.625rem;font-weight:600;display:block}.gym-class-tags{flex-wrap:wrap;gap:.35rem;display:flex}.gym-tag{color:#dc2626;background:#fff;border:1px solid #dc262633;border-radius:999px;padding:.25rem .5rem;font-size:.5625rem;font-weight:500}.gym-tag-more{color:#fff;background:#dc2626;border:none}.gym-float{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;animation:4s ease-in-out infinite gym-float;display:flex;position:absolute;box-shadow:0 4px 12px #0000001a}.gym-float svg{color:#dc2626;width:16px;height:16px}.gym-float-1{animation-delay:0s;top:5%;right:5%}.gym-float-1 svg{color:#ef4444}.gym-float-2{animation-delay:1.3s;bottom:15%;left:2%}.gym-float-2 svg{color:#dc2626}.gym-float-3{animation-delay:2.6s;top:25%;left:0%}.gym-float-3 svg{color:#f87171}@keyframes gym-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:768px){.gym-visual{max-width:340px;margin:0 auto}.gym-dashboard{padding:.75rem}.gym-cards-row{grid-template-columns:1fr}.gym-float{display:none}}
.hvac-visual{aspect-ratio:4/3.5;width:100%;max-width:420px;position:relative}.hvac-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.hvac-dashboard{border:1px solid var(--gray-200);background:#fff;border-radius:16px;width:100%;max-width:380px;padding:1rem;box-shadow:0 20px 40px -12px #0ea5e926}.hvac-header{border-bottom:1px solid var(--gray-100);align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.hvac-logo{background:linear-gradient(135deg,#0ea5e9 0%,#38bdf8 100%);border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.hvac-logo svg{color:#fff;width:16px;height:16px}.hvac-title{color:var(--gray-700);flex:1;font-size:.75rem;font-weight:600}.hvac-status{color:#0ea5e9;background:#f0f9ff;border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .5rem;font-size:.625rem;font-weight:600;display:flex}.hvac-status-dot{background:#38bdf8;border-radius:50%;width:6px;height:6px;animation:2s infinite hvac-pulse}@keyframes hvac-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.hvac-metrics-row{grid-template-columns:1.5fr 1fr;gap:.5rem;margin-bottom:.75rem;display:grid}.hvac-metric{background:var(--gray-50);border-radius:10px;align-items:center;gap:.5rem;padding:.75rem;display:flex}.hvac-metric-primary{background:linear-gradient(135deg,#0ea5e9 0%,#38bdf8 100%);position:relative;overflow:hidden}.hvac-metric-primary .hvac-metric-icon,.hvac-metric-primary .hvac-metric-value,.hvac-metric-primary .hvac-metric-label{color:#fff}.hvac-metric-primary .hvac-metric-icon{background:#fff3}.hvac-metric-icon{background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.hvac-metric-icon svg{color:#0ea5e9;width:16px;height:16px}.hvac-metric-content{flex:1;min-width:0}.hvac-metric-value{color:var(--gray-800);font-size:1rem;font-weight:700;line-height:1.2;display:block}.hvac-metric-label{color:var(--gray-500);white-space:nowrap;text-overflow:ellipsis;font-size:.625rem;display:block;overflow:hidden}.hvac-metric-trend{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.hvac-trend-up{color:#fff;animation:2s ease-in-out infinite hvac-bounce}@keyframes hvac-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.hvac-trend-up svg{width:14px;height:14px}.hvac-cards-row{grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.75rem;display:grid}.hvac-card{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:10px;padding:.625rem}.hvac-card-header{color:var(--gray-600);align-items:center;gap:.35rem;margin-bottom:.5rem;font-size:.625rem;font-weight:600;display:flex}.hvac-card-header svg{color:#0ea5e9;width:12px;height:12px}.hvac-service-list{flex-direction:column;gap:.35rem;display:flex}.hvac-service-item{border:1px solid var(--gray-100);background:#fff;border-radius:6px;align-items:center;gap:.35rem;padding:.25rem .4rem;display:flex}.hvac-service-icon{font-size:.75rem;line-height:1}.hvac-service-name{color:var(--gray-600);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.5625rem;overflow:hidden}.hvac-service-rank{color:#0ea5e9;background:#f0f9ff;border-radius:4px;padding:.125rem .35rem;font-size:.5625rem;font-weight:700}.hvac-leads-stats{border:1px solid var(--gray-100);background:#fff;border-radius:6px;padding:.5rem}.hvac-leads-main{align-items:baseline;gap:.35rem;margin-bottom:.35rem;display:flex}.hvac-leads-value{color:#0ea5e9;font-size:1.125rem;font-weight:800;line-height:1}.hvac-leads-label{color:var(--gray-500);font-size:.5625rem}.hvac-leads-bar{background:var(--gray-100);border-radius:3px;height:6px;margin-bottom:.35rem;overflow:hidden}.hvac-leads-fill{background:linear-gradient(90deg,#0ea5e9 0%,#38bdf8 100%);border-radius:3px;width:82%;height:100%;animation:2s ease-in-out infinite hvac-fill-pulse}@keyframes hvac-fill-pulse{0%,to{opacity:1}50%{opacity:.8}}.hvac-leads-meta{align-items:center;gap:.35rem;display:flex}.hvac-meta-badge{color:#fff;background:#0ea5e9;border-radius:4px;padding:.125rem .35rem;font-size:.5rem;font-weight:600}.hvac-meta-text{color:var(--gray-500);font-size:.5rem}.hvac-searches{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border-radius:10px;padding:.625rem}.hvac-searches-label{color:var(--gray-600);margin-bottom:.5rem;font-size:.625rem;font-weight:600;display:block}.hvac-search-tags{flex-wrap:wrap;gap:.35rem;display:flex}.hvac-tag{color:#0ea5e9;background:#fff;border:1px solid #0ea5e933;border-radius:999px;padding:.25rem .5rem;font-size:.5625rem;font-weight:500}.hvac-tag-more{color:#fff;background:#0ea5e9;border:none}.hvac-float{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;animation:4s ease-in-out infinite hvac-float;display:flex;position:absolute;box-shadow:0 4px 12px #0ea5e926}.hvac-float svg{color:#0ea5e9;width:16px;height:16px}.hvac-float-1{animation-delay:0s;top:5%;right:5%}.hvac-float-1 svg{color:#38bdf8}.hvac-float-2{animation-delay:1.3s;bottom:15%;left:2%}.hvac-float-2 svg{color:#0ea5e9}.hvac-float-3{animation-delay:2.6s;top:25%;left:0%}.hvac-float-3 svg{color:#7dd3fc}@keyframes hvac-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:768px){.hvac-visual{max-width:340px;margin:0 auto}.hvac-dashboard{padding:.75rem}.hvac-cards-row{grid-template-columns:1fr}.hvac-float{display:none}}
.medspa-visual{justify-content:center;align-items:center;width:100%;height:100%;min-height:340px;display:flex;position:relative}.medspa-container{width:100%;max-width:380px;position:relative}.medspa-dashboard{background:linear-gradient(135deg,#faf5ff 0%,#f3e8ff 50%,#e9d5ff 100%);border-radius:20px;padding:20px;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #a855f71a,0 2px 4px -2px #a855f71a,0 0 0 1px #a855f714}.medspa-dashboard:before{content:"";pointer-events:none;background:radial-gradient(circle,#a855f714 0%,#0000 70%);width:100%;height:100%;position:absolute;top:-50%;right:-50%}.medspa-header{z-index:1;align-items:center;gap:10px;margin-bottom:16px;display:flex;position:relative}.medspa-logo{color:#fff;background:linear-gradient(135deg,#a855f7 0%,#9333ea 100%);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.medspa-logo svg{width:18px;height:18px}.medspa-title{color:#581c87;flex:1;font-size:14px;font-weight:600}.medspa-status{color:#a855f7;background:#a855f71a;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:500;display:flex}.medspa-status-dot{background:#a855f7;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite medspaPulse}@keyframes medspaPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.medspa-metrics-row{z-index:1;grid-template-columns:1.3fr 1fr;gap:12px;margin-bottom:12px;display:grid;position:relative}.medspa-metric{background:#fff;border-radius:12px;align-items:center;gap:10px;padding:14px;display:flex;box-shadow:0 1px 3px #a855f714}.medspa-metric-primary{color:#fff;background:linear-gradient(135deg,#a855f7 0%,#9333ea 100%)}.medspa-metric-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.medspa-metric-primary .medspa-metric-icon{background:#fff3}.medspa-metric:not(.medspa-metric-primary) .medspa-metric-icon{color:#a855f7;background:linear-gradient(135deg,#faf5ff 0%,#f3e8ff 100%)}.medspa-metric-icon svg{width:18px;height:18px}.medspa-metric-content{flex-direction:column;gap:2px;min-width:0;display:flex}.medspa-metric-value{font-size:18px;font-weight:700;line-height:1.1}.medspa-metric-primary .medspa-metric-value{color:#fff}.medspa-metric:not(.medspa-metric-primary) .medspa-metric-value{color:#581c87}.medspa-metric-label{opacity:.85;white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.medspa-metric-primary .medspa-metric-label{color:#ffffffe6}.medspa-metric:not(.medspa-metric-primary) .medspa-metric-label{color:#7e22ce}.medspa-metric-trend{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-left:auto;display:flex}.medspa-trend-up{color:#fff;background:#fff3}.medspa-metric-trend svg{width:14px;height:14px}.medspa-cards-row{z-index:1;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;display:grid;position:relative}.medspa-card{background:#fff;border-radius:12px;padding:12px;box-shadow:0 1px 3px #a855f714}.medspa-card-header{color:#581c87;align-items:center;gap:6px;margin-bottom:10px;font-size:11px;font-weight:600;display:flex}.medspa-card-header svg{color:#a855f7;width:14px;height:14px}.medspa-treatment-list{flex-direction:column;gap:6px;display:flex}.medspa-treatment-item{background:linear-gradient(135deg,#faf5ff 0%,#f3e8ff 100%);border-radius:6px;align-items:center;gap:6px;padding:6px 8px;font-size:10px;display:flex}.medspa-treatment-icon{font-size:11px}.medspa-treatment-name{color:#581c87;white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.medspa-treatment-rank{color:#a855f7;background:#fff;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:700}.medspa-bookings-stats{flex-direction:column;gap:8px;display:flex}.medspa-bookings-main{align-items:baseline;gap:6px;display:flex}.medspa-bookings-value{color:#a855f7;font-size:22px;font-weight:700}.medspa-bookings-label{color:#7e22ce;font-size:9px}.medspa-bookings-bar{background:#f3e8ff;border-radius:3px;height:6px;overflow:hidden}.medspa-bookings-fill{background:linear-gradient(90deg,#a855f7 0%,#9333ea 100%);border-radius:3px;width:74%;height:100%;animation:1.5s ease-out forwards medspaFill}@keyframes medspaFill{0%{width:0}to{width:74%}}.medspa-bookings-meta{align-items:center;gap:6px;display:flex}.medspa-meta-badge{color:#fff;background:linear-gradient(135deg,#a855f7 0%,#9333ea 100%);border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600}.medspa-meta-text{color:#7e22ce;font-size:9px}.medspa-services{z-index:1;background:#fff;border-radius:10px;padding:10px 12px;position:relative;box-shadow:0 1px 3px #a855f714}.medspa-services-label{color:#581c87;margin-bottom:8px;font-size:10px;font-weight:600;display:block}.medspa-service-tags{flex-wrap:wrap;gap:6px;display:flex}.medspa-tag{color:#7e22ce;white-space:nowrap;background:linear-gradient(135deg,#faf5ff 0%,#f3e8ff 100%);border-radius:4px;padding:4px 8px;font-size:9px}.medspa-tag-more{color:#fff;background:linear-gradient(135deg,#a855f7 0%,#9333ea 100%);font-weight:600}.medspa-float{border-radius:12px;justify-content:center;align-items:center;animation:3s ease-in-out infinite medspaFloat;display:flex;position:absolute;box-shadow:0 4px 12px #a855f733}.medspa-float svg{width:18px;height:18px}.medspa-float-1{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);width:40px;height:40px;animation-delay:0s;top:-8px;right:20px}.medspa-float-2{color:#fff;background:linear-gradient(135deg,#ec4899 0%,#db2777 100%);width:36px;height:36px;animation-delay:.5s;bottom:80px;left:-16px}.medspa-float-3{color:#a855f7;background:#fff;width:34px;height:34px;animation-delay:1s;top:60px;right:-12px}@keyframes medspaFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:480px){.medspa-visual{min-height:300px}.medspa-container{max-width:320px}.medspa-dashboard{padding:16px}.medspa-metrics-row,.medspa-cards-row{grid-template-columns:1fr}.medspa-float-2{left:-8px}.medspa-float-3{right:-6px}}
.meddev-visual{justify-content:center;align-items:center;width:100%;height:100%;min-height:340px;display:flex;position:relative}.meddev-container{width:100%;max-width:380px;position:relative}.meddev-dashboard{z-index:1;background:linear-gradient(135deg,#fff 0%,#f0fdfa 100%);border-radius:16px;padding:20px;position:relative;box-shadow:0 4px 6px -1px #0d94881a,0 2px 4px -2px #0d94881a,0 0 0 1px #0d94880d}.meddev-header{border-bottom:1px solid #0d94881a;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:12px;display:flex}.meddev-logo{background:linear-gradient(135deg,#0d9488 0%,#14b8a6 100%);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.meddev-logo svg{stroke:#fff;width:18px;height:18px}.meddev-title{color:#0f766e;flex:1;font-size:13px;font-weight:600}.meddev-status{color:#0d9488;background:#0d94881a;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:10px;font-weight:600;display:flex}.meddev-status-dot{background:#10b981;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite meddevPulse}@keyframes meddevPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.meddev-metrics-row{grid-template-columns:1.2fr 1fr;gap:12px;margin-bottom:14px;display:grid}.meddev-metric{background:#fff;border:1px solid #0d948814;border-radius:10px;align-items:center;gap:10px;padding:12px;display:flex;box-shadow:0 1px 3px #0d948814}.meddev-metric-primary{background:linear-gradient(135deg,#0d9488 0%,#14b8a6 100%);border:none}.meddev-metric-primary .meddev-metric-icon{background:#fff3}.meddev-metric-primary .meddev-metric-icon svg{stroke:#fff}.meddev-metric-primary .meddev-metric-value,.meddev-metric-primary .meddev-metric-label{color:#fff}.meddev-metric-icon{background:#0d94881a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.meddev-metric-icon svg{stroke:#0d9488;width:18px;height:18px}.meddev-metric-content{flex-direction:column;gap:2px;min-width:0;display:flex}.meddev-metric-value{color:#0f766e;font-size:16px;font-weight:700;line-height:1.1}.meddev-metric-label{color:#5eead4;white-space:nowrap;text-overflow:ellipsis;font-size:10px;font-weight:500;overflow:hidden}.meddev-metric:not(.meddev-metric-primary) .meddev-metric-label{color:#6b7280}.meddev-metric-trend{justify-content:center;align-items:center;width:24px;height:24px;margin-left:auto;display:flex}.meddev-trend-up svg{stroke:#fff;width:14px;height:14px}.meddev-cards-row{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;display:grid}.meddev-card{background:#fff;border:1px solid #0d948814;border-radius:10px;padding:12px;box-shadow:0 1px 3px #0d948814}.meddev-card-header{color:#374151;align-items:center;gap:6px;margin-bottom:10px;font-size:11px;font-weight:600;display:flex}.meddev-card-header svg{stroke:#0d9488;width:14px;height:14px}.meddev-pipeline{flex-direction:column;gap:8px;display:flex}.meddev-pipeline-stage{grid-template-columns:1fr auto auto;align-items:center;gap:6px;display:grid}.meddev-stage-bar{background:#e5e7eb;border-radius:3px;height:6px;position:relative;overflow:hidden}.meddev-stage-bar:after{content:"";border-radius:3px;height:100%;animation:1.5s ease-out forwards meddevFill;position:absolute;top:0;left:0}@keyframes meddevFill{0%{width:0}to{width:var(--fill-width)}}.meddev-stage-1:after{--fill-width:90%;background:linear-gradient(90deg,#0d9488,#14b8a6)}.meddev-stage-2:after{--fill-width:65%;background:linear-gradient(90deg,#0d9488,#14b8a6);animation-delay:.2s}.meddev-stage-3:after{--fill-width:40%;background:linear-gradient(90deg,#0d9488,#14b8a6);animation-delay:.4s}.meddev-stage-label{color:#374151;font-size:9px;font-weight:500}.meddev-stage-time{color:#9ca3af;font-size:8px}.meddev-stakeholders{flex-direction:column;gap:6px;display:flex}.meddev-stakeholder{align-items:center;gap:6px;padding:4px 0;display:flex}.meddev-stakeholder-icon{font-size:14px}.meddev-stakeholder-name{color:#374151;flex:1;font-size:10px;font-weight:500}.meddev-stakeholder-badge{color:#0d9488;background:#0d94881a;border-radius:10px;padding:2px 6px;font-size:8px;font-weight:600}.meddev-evidence-row{margin-bottom:12px}.meddev-evidence-card{background:#fff;border:1px solid #0d948814;border-radius:10px;padding:12px;box-shadow:0 1px 3px #0d948814}.meddev-evidence-items{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.meddev-evidence-item{background:#0d94880d;border-radius:8px;flex-direction:column;align-items:center;gap:2px;padding:8px 4px;display:flex}.meddev-evidence-label{color:#6b7280;text-align:center;font-size:8px;font-weight:500}.meddev-evidence-value{color:#0d9488;font-size:14px;font-weight:700}.meddev-keywords{flex-direction:column;gap:8px;display:flex}.meddev-keywords-label{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:600}.meddev-keyword-tags{flex-wrap:wrap;gap:6px;display:flex}.meddev-tag{color:#0f766e;white-space:nowrap;background:#0d94881a;border-radius:12px;padding:4px 10px;font-size:10px;font-weight:500}.meddev-tag-more{color:#fff;background:linear-gradient(135deg,#0d9488 0%,#14b8a6 100%)}.meddev-float{z-index:2;background:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;box-shadow:0 4px 12px #0d948826}.meddev-float svg{stroke:#0d9488;width:20px;height:20px}.meddev-float-1{animation:4s ease-in-out infinite meddevFloat1;top:-10px;right:-10px}.meddev-float-2{animation:5s ease-in-out infinite meddevFloat2;bottom:60px;left:-15px}.meddev-float-3{animation:4.5s ease-in-out infinite meddevFloat3;bottom:-5px;right:40px}@keyframes meddevFloat1{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(-5px,8px)rotate(5deg)}}@keyframes meddevFloat2{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(8px,-5px)rotate(-5deg)}}@keyframes meddevFloat3{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(-8px,-8px)rotate(8deg)}}@media (max-width:768px){.meddev-container{max-width:320px}.meddev-dashboard{padding:16px}.meddev-metrics-row,.meddev-cards-row{grid-template-columns:1fr}.meddev-evidence-items{grid-template-columns:repeat(3,1fr)}.meddev-float{display:none}}
.turfcleaning-visual{aspect-ratio:4/3.5;width:100%;max-width:420px;position:relative}.tc-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.tc-dashboard{border:1px solid var(--gray-200);background:#fff;border-radius:16px;width:100%;max-width:380px;padding:1rem;box-shadow:0 20px 40px -12px #16a34a26}.tc-header{border-bottom:1px solid var(--gray-100);align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.tc-logo{background:linear-gradient(135deg,#16a34a 0%,#22c55e 100%);border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.tc-logo svg{color:#fff;width:16px;height:16px}.tc-title{color:var(--gray-700);flex:1;font-size:.75rem;font-weight:600}.tc-status{color:#16a34a;background:#f0fdf4;border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .5rem;font-size:.625rem;font-weight:600;display:flex}.tc-status-dot{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:2s infinite tc-pulse}@keyframes tc-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.tc-metrics-row{grid-template-columns:1.5fr 1fr;gap:.5rem;margin-bottom:.75rem;display:grid}.tc-metric{background:var(--gray-50);border-radius:10px;align-items:center;gap:.5rem;padding:.75rem;display:flex}.tc-metric-primary{background:linear-gradient(135deg,#16a34a 0%,#22c55e 100%);position:relative;overflow:hidden}.tc-metric-primary .tc-metric-icon,.tc-metric-primary .tc-metric-value,.tc-metric-primary .tc-metric-label{color:#fff}.tc-metric-primary .tc-metric-icon{background:#fff3}.tc-metric-icon{background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.tc-metric-icon svg{color:#16a34a;width:16px;height:16px}.tc-metric-content{flex:1;min-width:0}.tc-metric-value{color:var(--gray-800);font-size:.9rem;font-weight:700;line-height:1.2;display:block}.tc-metric-label{color:var(--gray-500);white-space:nowrap;text-overflow:ellipsis;font-size:.625rem;display:block;overflow:hidden}.tc-metric-trend{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.tc-trend-up{color:#fff;animation:2s ease-in-out infinite tc-bounce}@keyframes tc-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.tc-trend-up svg{width:14px;height:14px}.tc-cards-row{grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.75rem;display:grid}.tc-card{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:10px;padding:.625rem}.tc-card-header{color:var(--gray-600);align-items:center;gap:.35rem;margin-bottom:.5rem;font-size:.625rem;font-weight:600;display:flex}.tc-card-header svg{color:#16a34a;width:12px;height:12px}.tc-rank-list{flex-direction:column;gap:.35rem;display:flex}.tc-rank-item{border:1px solid var(--gray-100);background:#fff;border-radius:6px;align-items:center;gap:.35rem;padding:.25rem .4rem;display:flex}.tc-rank-icon{font-size:.75rem;line-height:1}.tc-rank-name{color:var(--gray-600);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.5625rem;overflow:hidden}.tc-rank-badge{color:#16a34a;background:#f0fdf4;border-radius:4px;padding:.125rem .35rem;font-size:.5625rem;font-weight:700}.tc-leads-stats{border:1px solid var(--gray-100);background:#fff;border-radius:6px;padding:.5rem}.tc-leads-main{align-items:baseline;gap:.35rem;margin-bottom:.35rem;display:flex}.tc-leads-value{color:#16a34a;font-size:1.125rem;font-weight:800;line-height:1}.tc-leads-label{color:var(--gray-500);font-size:.5625rem}.tc-leads-bar{background:var(--gray-100);border-radius:3px;height:6px;margin-bottom:.35rem;overflow:hidden}.tc-leads-fill{background:linear-gradient(90deg,#16a34a 0%,#22c55e 100%);border-radius:3px;width:90%;height:100%;animation:2s ease-in-out infinite tc-fill-pulse}@keyframes tc-fill-pulse{0%,to{opacity:1}50%{opacity:.8}}.tc-leads-meta{align-items:center;gap:.35rem;display:flex}.tc-meta-badge{color:#fff;background:#16a34a;border-radius:4px;padding:.125rem .35rem;font-size:.5rem;font-weight:600}.tc-meta-text{color:var(--gray-500);font-size:.5rem}.tc-searches{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border-radius:10px;padding:.625rem}.tc-searches-label{color:var(--gray-600);margin-bottom:.5rem;font-size:.625rem;font-weight:600;display:block}.tc-search-tags{flex-wrap:wrap;gap:.35rem;display:flex}.tc-tag{color:#16a34a;background:#fff;border:1px solid #16a34a33;border-radius:999px;padding:.25rem .5rem;font-size:.5625rem;font-weight:500}.tc-tag-more{color:#fff;background:#16a34a;border:none}.tc-float{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;animation:4s ease-in-out infinite tc-float;display:flex;position:absolute;box-shadow:0 4px 12px #16a34a26}.tc-float svg{color:#16a34a;width:16px;height:16px}.tc-float-1{animation-delay:0s;top:5%;right:5%}.tc-float-1 svg{color:#16a34a}.tc-float-2{animation-delay:1.3s;bottom:15%;left:2%}.tc-float-2 svg{color:#22c55e}.tc-float-3{animation-delay:2.6s;top:25%;left:0%}.tc-float-3 svg{color:#15803d}@keyframes tc-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:768px){.turfcleaning-visual{max-width:340px;margin:0 auto}.tc-dashboard{padding:.75rem}.tc-cards-row{grid-template-columns:1fr}.tc-float{display:none}}
.yoga-visual{aspect-ratio:4/3.5;width:100%;max-width:420px;position:relative}.yoga-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.yoga-dashboard{border:1px solid var(--gray-200);background:#fff;border-radius:16px;width:100%;max-width:380px;padding:1rem;box-shadow:0 20px 40px -12px #8b5cf626}.yoga-header{border-bottom:1px solid var(--gray-100);align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.yoga-logo{background:linear-gradient(135deg,#8b5cf6 0%,#a78bfa 100%);border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.yoga-logo svg{color:#fff;width:16px;height:16px}.yoga-title{color:var(--gray-700);flex:1;font-size:.75rem;font-weight:600}.yoga-status{color:#8b5cf6;background:#f5f3ff;border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .5rem;font-size:.625rem;font-weight:600;display:flex}.yoga-status-dot{background:#a78bfa;border-radius:50%;width:6px;height:6px;animation:2s infinite yoga-pulse}@keyframes yoga-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.yoga-metrics-row{grid-template-columns:1.5fr 1fr;gap:.5rem;margin-bottom:.75rem;display:grid}.yoga-metric{background:var(--gray-50);border-radius:10px;align-items:center;gap:.5rem;padding:.75rem;display:flex}.yoga-metric-primary{background:linear-gradient(135deg,#8b5cf6 0%,#a78bfa 100%);position:relative;overflow:hidden}.yoga-metric-primary .yoga-metric-icon,.yoga-metric-primary .yoga-metric-value,.yoga-metric-primary .yoga-metric-label{color:#fff}.yoga-metric-primary .yoga-metric-icon{background:#fff3}.yoga-metric-icon{background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.yoga-metric-icon svg{color:#8b5cf6;width:16px;height:16px}.yoga-metric-content{flex:1;min-width:0}.yoga-metric-value{color:var(--gray-800);font-size:1rem;font-weight:700;line-height:1.2;display:block}.yoga-metric-label{color:var(--gray-500);white-space:nowrap;text-overflow:ellipsis;font-size:.625rem;display:block;overflow:hidden}.yoga-metric-trend{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.yoga-trend-up{color:#fff;animation:2s ease-in-out infinite yoga-bounce}@keyframes yoga-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.yoga-trend-up svg{width:14px;height:14px}.yoga-cards-row{grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.75rem;display:grid}.yoga-card{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:10px;padding:.625rem}.yoga-card-header{color:var(--gray-600);align-items:center;gap:.35rem;margin-bottom:.5rem;font-size:.625rem;font-weight:600;display:flex}.yoga-card-header svg{color:#8b5cf6;width:12px;height:12px}.yoga-class-list{flex-direction:column;gap:.35rem;display:flex}.yoga-class-item{border:1px solid var(--gray-100);background:#fff;border-radius:6px;align-items:center;gap:.35rem;padding:.25rem .4rem;display:flex}.yoga-class-icon{font-size:.75rem;line-height:1}.yoga-class-name{color:var(--gray-600);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.5625rem;overflow:hidden}.yoga-class-rank{color:#8b5cf6;background:#f5f3ff;border-radius:4px;padding:.125rem .35rem;font-size:.5625rem;font-weight:700}.yoga-journey-stats{border:1px solid var(--gray-100);background:#fff;border-radius:6px;padding:.5rem}.yoga-journey-main{align-items:baseline;gap:.35rem;margin-bottom:.35rem;display:flex}.yoga-journey-value{color:#8b5cf6;font-size:1.125rem;font-weight:800;line-height:1}.yoga-journey-label{color:var(--gray-500);font-size:.5625rem}.yoga-journey-bar{background:var(--gray-100);border-radius:3px;height:6px;margin-bottom:.35rem;overflow:hidden}.yoga-journey-fill{background:linear-gradient(90deg,#8b5cf6 0%,#a78bfa 100%);border-radius:3px;width:72%;height:100%;animation:2s ease-in-out infinite yoga-fill-pulse}@keyframes yoga-fill-pulse{0%,to{opacity:1}50%{opacity:.8}}.yoga-journey-meta{align-items:center;gap:.35rem;display:flex}.yoga-meta-badge{color:#fff;background:#8b5cf6;border-radius:4px;padding:.125rem .35rem;font-size:.5rem;font-weight:600}.yoga-meta-text{color:var(--gray-500);font-size:.5rem}.yoga-searches{background:linear-gradient(135deg,#f5f3ff 0%,#ede9fe 100%);border-radius:10px;padding:.625rem}.yoga-searches-label{color:var(--gray-600);margin-bottom:.5rem;font-size:.625rem;font-weight:600;display:block}.yoga-search-tags{flex-wrap:wrap;gap:.35rem;display:flex}.yoga-tag{color:#8b5cf6;background:#fff;border:1px solid #8b5cf633;border-radius:999px;padding:.25rem .5rem;font-size:.5625rem;font-weight:500}.yoga-tag-more{color:#fff;background:#8b5cf6;border:none}.yoga-float{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;animation:4s ease-in-out infinite yoga-float;display:flex;position:absolute;box-shadow:0 4px 12px #8b5cf626}.yoga-float svg{color:#8b5cf6;width:16px;height:16px}.yoga-float-1{animation-delay:0s;top:5%;right:5%}.yoga-float-1 svg{color:#a78bfa}.yoga-float-2{animation-delay:1.3s;bottom:15%;left:2%}.yoga-float-2 svg{color:#8b5cf6}.yoga-float-3{animation-delay:2.6s;top:25%;left:0%}.yoga-float-3 svg{color:#c4b5fd}@keyframes yoga-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:768px){.yoga-visual{max-width:340px;margin:0 auto}.yoga-dashboard{padding:.75rem}.yoga-cards-row{grid-template-columns:1fr}.yoga-float{display:none}}
