.budtender-product-insights{width:100%;max-width:100%;overflow:visible}.budtender-product-insights h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#2d3748;margin-top:0}.intro{margin-bottom:2rem;line-height:1.6;color:#4a5568;font-size:1rem}.no-products{text-align:center;padding:3rem 1rem;color:#718096}.products-container{display:flex;flex-direction:column;gap:3rem}.product-card{background:#fff;border-radius:12px}.product-header{display:flex;align-items:center;padding:1.5rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.product-image{width:80px;height:80px;border-radius:8px;object-fit:cover;margin-right:1rem;border:1px solid #e2e8f0}.product-info h3{margin:0 0 .5rem;font-size:1.25rem;font-weight:700;color:#2d3748}.product-meta{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#718096}.product-rating{display:flex;align-items:center;color:#ecc94b;font-weight:600}.budtender-perspectives{padding:1rem 1.5rem .5rem;width:100%;background:#fff}.budtender-perspectives h4{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:#2d3748}.avatar-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(4,1fr);width:100%;max-width:100%;padding:0}@media (max-width: 1200px){.avatar-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (max-width: 900px){.avatar-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 600px){.avatar-grid{grid-template-columns:1fr;gap:1rem}}.avatar-card{background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(9,175,165,.2);border-radius:16px;box-shadow:0 4px 16px #00000014,0 2px 8px #0000000a,inset 0 1px #ffffff4d;overflow:hidden;transition:transform .2s ease;position:relative;height:auto;min-height:270px}.avatar-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(9,175,165,.6),transparent)}.avatar-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001a,0 4px 12px #0000000d,inset 0 1px #fff6;border-color:#09afa54d}.avatar-header{display:flex;align-items:center;padding:.75rem 1rem .5rem;background:linear-gradient(135deg,#09afa50d,#09afa505);border-bottom:1px solid rgba(9,175,165,.1);position:relative}.avatar-image{width:42px;height:42px;border-radius:50%;object-fit:cover;margin-right:.75rem;border:2px solid rgba(9,175,165,.3);box-shadow:0 2px 8px #09afa51a;transition:none}.avatar-card:hover .avatar-image{border-color:#09afa580}.avatar-info{flex:1}.avatar-info h4{margin:0 0 .2rem;font-size:.95rem;font-weight:700;color:#1a202c;text-shadow:0 1px 2px rgba(0,0,0,.1);line-height:1.2}.avatar-role{font-size:.7rem;color:#09afa5;text-transform:uppercase;letter-spacing:.05em;font-weight:600;opacity:.9}.avatar-description{font-size:.8rem;color:#4a5568;line-height:1.4;margin:0;padding:.75rem;background:#fafafa;border-bottom:1px solid #f0f0f0}.avatar-demographics{padding:.6rem .9rem;background:linear-gradient(135deg,#09afa505,#09afa503);border-bottom:1px solid rgba(9,175,165,.06)}.demographic-item{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.3rem;gap:.4rem;padding:.3rem .5rem;background:#09afa505;border-radius:8px;border:1px solid rgba(9,175,165,.05);transition:background .2s ease}.demographic-item:hover{background:#09afa50d;border-color:#09afa51a}.demographic-item:last-child{margin-bottom:0}.demographic-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#4a5568;flex-shrink:0;min-width:75px;opacity:.9;line-height:1.3}.demographic-value{font-size:.75rem;color:#1a202c;text-align:right;flex:1;font-weight:500;line-height:1.3}.demographic-item.key-metric .demographic-label{color:#09afa5;font-weight:700}.demographic-item.key-metric .demographic-value{font-weight:600;color:#1a202c}.demographic-value.number{font-weight:600;color:#2d3748}.demographic-value.list{font-weight:500;color:#4a5568}.demographic-value.gender{font-size:.7rem;line-height:1.2;color:#4a5568}.demographic-value.location{font-weight:500;color:#2d3748;text-transform:uppercase;font-size:.7rem;letter-spacing:.5px}.product-insights{padding:.75rem;border-bottom:1px solid #e2e8f0}.insight-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:1rem}.insight-item:last-child{margin-bottom:0}.insight-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#718096;flex-shrink:0;min-width:90px}.insight-value{font-size:.85rem;font-weight:500;color:#2d3748;text-align:right;display:flex;align-items:center;gap:.5rem;flex:1;justify-content:flex-end;word-break:break-word}.rating-stars{color:#ecc94b;font-size:.9rem;letter-spacing:1px}.avatar-quote{font-size:.8rem;font-style:italic;color:#4a5568;line-height:1.4;padding:.75rem;background:#f8fafc;border-radius:0 0 8px 8px;position:relative;margin-top:auto;flex-grow:1;display:flex;align-items:flex-end}.avatar-quote:before{content:'"';font-size:2rem;color:#cbd5e0;position:absolute;top:.5rem;left:.5rem;font-family:serif}.avatar-quote:after{content:'"';font-size:2rem;color:#cbd5e0;position:absolute;bottom:.5rem;right:.5rem;font-family:serif}@media (max-width: 768px){.budtender-product-insights{margin:1rem auto;padding:0 .5rem}.avatar-grid{gap:1rem}.product-header{flex-direction:column;text-align:center;padding:1rem}.product-image{margin:0 0 1rem}.product-meta{flex-wrap:wrap;justify-content:center}.avatar-card{margin:0}.demographic-item,.insight-item{flex-direction:column;align-items:flex-start;gap:.25rem}.demographic-value,.insight-value{text-align:left;width:100%;justify-content:flex-start}.demographic-label,.insight-label{min-width:auto}}@media (max-width: 480px){.budtender-product-insights h2{font-size:1.25rem}.intro{font-size:.9rem}.avatar-header,.avatar-description,.avatar-demographics,.product-insights,.avatar-quote{padding:.75rem}.avatar-quote{font-size:.8rem}}.performance-badge{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .6rem;border-radius:10px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-top:.3rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(9,175,165,.2)}.performance-badge.excellent{background:linear-gradient(135deg,#09afa533,#09afa526);color:#065f57;border-color:#09afa566}.performance-badge.good{background:linear-gradient(135deg,#09afa526,#09afa51a);color:#0a7068;border-color:#09afa54d}.performance-badge.fair{background:linear-gradient(135deg,#09afa51f,#09afa514);color:#0a7068;border-color:#09afa540}.performance-badge.poor{background:linear-gradient(135deg,#71809626,#7180961a);color:#4a5568;border-color:#71809640}.performance-metrics{padding:.5rem .8rem .7rem;background:linear-gradient(135deg,#09afa508,#09afa503)}.metric-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.35rem;padding:.3rem .5rem;background:#09afa50a;border-radius:8px;border:1px solid rgba(9,175,165,.08);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:none;min-height:26px}.metric-item:hover{background:#09afa514;border-color:#09afa526}.metric-item:last-child{margin-bottom:0}.metric-label{font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#4a5568;flex-shrink:0;min-width:70px;line-height:1.1}.metric-value{font-size:.75rem;font-weight:600;color:#1a202c;text-align:right;display:flex;align-items:center;gap:.4rem;flex:1;justify-content:flex-end;line-height:1.1}.stock-metric{display:flex;align-items:center;gap:.6rem;flex:1;justify-content:flex-end}.stock-track{width:60px;height:6px;background:#ffffff40;border-radius:3px;overflow:hidden;position:relative;border:1px solid rgba(255,255,255,.15)}.stock-fill{height:100%;border-radius:3px;transition:none;position:relative}.stock-pct{font-weight:600;color:#1a202c;font-size:.8rem;min-width:40px;text-align:right}.metric-value .ratingBadge{margin:0;font-size:.65rem;padding:.2rem .4rem;border-radius:6px;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(9,175,165,.15)}.metric-value .ratingBadge:empty:after{content:"N/A";color:#718096}.metric-value .percentage,.metric-value .sentiment-score{font-size:.75rem;font-weight:600}.avatar-card{background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;box-shadow:0 4px 16px #00000014,0 2px 8px #0000000a,inset 0 1px #ffffff4d;overflow:hidden;transition:transform .2s ease;position:relative;height:auto;min-height:270px}.avatar-details-panel{padding:.75rem;background:#f8fafc;border-top:1px solid #e2e8f0}.toggle-details-btn{width:100%;padding:.5rem;background:#4299e1;color:#fff;border:none;border-radius:0 0 8px 8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:background-color .2s}.toggle-details-btn:hover{background:#3182ce}.avatar-section .intro{margin-bottom:1.5rem;line-height:1.6;color:#4a5568;font-size:1rem}.dashboard{display:grid;grid-template-columns:repeat(6,1fr);gap:1.5rem;margin-bottom:2.5rem}.metric-card{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #0000000d;transition:transform .2s ease,box-shadow .2s ease;border:1px solid #f0f0f0;cursor:default;text-align:center;position:relative}.metric-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.metric-value{font-size:2rem;font-weight:700;margin:.5rem 0 .25rem;color:#1a202c;line-height:1.1}.metric-label{font-size:.8rem;color:#718096;margin-bottom:.5rem;text-transform:uppercase;font-weight:500;letter-spacing:.05em}.map-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.map-section .section-header{margin-bottom:.5rem}.map-section svg{width:100%!important;height:360px!important}.map-section circle{stroke:#1f2937;stroke-width:.6}.map-view-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-top:2rem}.map-view-section svg{width:100%!important;height:480px!important}.regional-section{margin-top:2rem}.regional-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem}.region-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem;box-shadow:0 1px 3px #0000000d;transition:all .2s ease;display:flex;flex-direction:column;gap:.5rem}.region-card:hover{border-color:#09afa5;box-shadow:0 2px 6px #00000014;transform:translateY(-1px)}.region-title{margin:0 0 .5rem;font-size:.95rem;font-weight:700;color:#2d3748;padding-bottom:.4rem;border-bottom:2px solid #09afa5}.region-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem;margin-bottom:.5rem}.rs-stat{text-align:center;padding:.4rem .25rem;background:#f8fafc;border-radius:4px;border:1px solid #e2e8f0;transition:all .2s ease}.rs-stat:hover{background:#f1f5f9;border-color:#09afa5}.rs-label{font-size:.6rem;color:#64748b;text-transform:uppercase;font-weight:600;letter-spacing:.05em;margin-bottom:.2rem;display:block}.rs-value{font-weight:700;font-size:.85rem;color:#09afa5;display:block;line-height:1}.region-sub{background:#f8fafc;border-radius:6px;padding:.6rem;border:1px solid #e2e8f0;margin-bottom:.5rem}.region-sub:last-child{margin-bottom:0}.region-sub h5{margin:0 0 .5rem;font-size:.7rem;font-weight:700;color:#2d3748;text-transform:uppercase;letter-spacing:.05em;padding-bottom:.3rem;border-bottom:1px solid #e2e8f0}.demographics-content{display:flex;flex-direction:column;gap:.75rem}.demo-subsection{background:#fff;border-radius:4px;padding:.5rem;border:1px solid #e2e8f0}.demo-subsection h6{margin:0 0 .5rem;font-size:.65rem;font-weight:600;color:#09afa5;text-transform:uppercase;letter-spacing:.05em}.distribution-container{display:flex;flex-direction:column;gap:.3rem}.distribution-item{display:flex;flex-direction:column;gap:.2rem}.distribution-header{display:flex;justify-content:space-between;align-items:center;font-size:.6rem}.distribution-label{font-weight:500;color:#2d3748;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.distribution-percent{font-weight:700;color:#09afa5;font-size:.65rem;flex-shrink:0;margin-left:.25rem}.distribution-bar{height:4px;background:#e2e8f0;border-radius:2px;overflow:hidden}.distribution-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:2px;transition:width .3s ease;min-width:2px}.role-sentiment-list{display:flex;flex-direction:column;gap:.3rem}.role-sentiment-item{background:#fff;border-radius:4px;padding:.5rem;border:1px solid #e2e8f0;transition:all .2s ease}.role-sentiment-item:hover{border-color:#09afa5}.role-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.3rem;font-size:.7rem}.sentiment-distribution{margin:.4rem 0}.sentiment-bar{display:flex;height:8px;border-radius:4px;overflow:hidden;background:#e2e8f0}.sentiment-fill{height:100%}.sentiment-fill.positive{background:#48bb78}.sentiment-fill.negative{background:#f56565}.sentiment-legend{font-size:.65rem;color:#4a5568;margin-top:.15rem;display:block;text-align:center}.sentiment-title{margin:.25rem 0;font-size:.75rem;font-weight:600;color:#2d3748}.role-name{font-weight:600;color:#2d3748;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.role-percent{font-weight:700;color:#09afa5;font-size:.7rem;flex-shrink:0}.role-progress{height:4px;background:#e2e8f0;border-radius:2px;overflow:hidden}.role-progress-bar{height:100%;background:linear-gradient(90deg,#09afa5,#0891b2);border-radius:2px;transition:width .3s ease}.dispensary-list{display:flex;flex-direction:column;gap:.3rem}.dispensary-item{background:#fff;border-radius:4px;padding:.5rem;border:1px solid #e2e8f0;transition:all .2s ease}.dispensary-item:hover{border-color:#09afa5}.dispensary-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.dispensary-name{font-weight:600;color:#2d3748;font-size:.7rem;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dispensary-rating{display:flex;align-items:center;gap:.3rem;margin-bottom:.2rem}.stars{color:#fbbf24;font-size:.75rem;letter-spacing:1px}.rating-value{font-weight:700;color:#09afa5;font-size:.7rem}.dispensary-reviews{font-size:.6rem;color:#6b7280}.empty-state{color:#9ca3af;font-style:italic;text-align:center;padding:.75rem;background:#fff;border-radius:4px;border:1px dashed #d1d5db;font-size:.7rem}.filter-bar{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin-bottom:1.5rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:end;box-shadow:0 1px 3px #0000000d}.filter-group{display:flex;flex-direction:column;gap:.25rem;min-width:140px}.filter-group label{font-size:.7rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.filter-group select,.filter-group input{padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.8rem;background:#fff;color:#2d3748;transition:all .2s ease;width:100%;box-sizing:border-box}.filter-group select:focus,.filter-group input:focus{outline:none;border-color:#09afa5;box-shadow:0 0 0 3px #09afa51a}.filter-group select:hover,.filter-group input:hover{border-color:#09afa5}.filter-group select{cursor:pointer}.filter-group input[type=number]{width:100%}.reset-button{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.8rem;background:#f8fafc;color:#64748b;cursor:pointer;transition:all .2s ease;font-weight:500}.reset-button:hover{background:#09afa5;color:#fff;border-color:#09afa5}.reset-button:active{transform:translateY(1px)}@media print{.pdf-exclude{display:none!important}}@media (max-width: 1200px){.dashboard{grid-template-columns:repeat(3,1fr);gap:1rem}.regional-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width: 768px){.dashboard{grid-template-columns:repeat(2,1fr);gap:1rem}.metric-card{padding:1.25rem}.metric-value{font-size:1.875rem}.regional-grid{grid-template-columns:1fr}.region-stats{grid-template-columns:repeat(2,1fr)}.demographics-content{grid-template-columns:1fr}.filter-bar{flex-direction:column;align-items:stretch}.filter-group{min-width:auto}.filter-group input[type=number]{width:100%}}@media (max-width: 480px){.dashboard{grid-template-columns:1fr;gap:.75rem}.metric-card{padding:1rem}.metric-value{font-size:1.5rem}.metric-label{font-size:.75rem}.region-stats{grid-template-columns:1fr}.region-card{padding:.5rem}}.product-card-row{width:100%;display:grid;grid-template-columns:minmax(320px,1fr) minmax(280px,.9fr);gap:1rem;align-items:stretch}.ai-summary-panel{background:#0a0f1a;color:#e5edff;border:1px solid rgba(9,175,165,.25);border-radius:14px;padding:1rem 1.25rem;box-shadow:0 6px 14px #0000001f}.ai-summary-title{font-weight:700;color:#8bd1cc;margin-bottom:.5rem}.ai-summary-text{font-size:.95rem;line-height:1.5;color:#cfe7e5}.ai-summary-meta{margin-top:.5rem;font-size:.8rem;color:#9fb3c8}@media (max-width: 900px){.product-card-row{grid-template-columns:1fr}}.section-header{color:#2d3748;margin:0 0 1.5rem;font-size:1.5rem;font-weight:700;position:relative;padding-bottom:.75rem;pointer-events:auto}.section-header:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:2px;background:#e2e8f0;border-radius:2px;pointer-events:none}.section-subtitle{color:#718096;font-size:.95rem;line-height:1.5;margin:-1rem 0 1.5rem;font-style:italic}.dashHeader.hero{position:relative;overflow:hidden;box-shadow:0 4px 12px #00000026;border-radius:0 0 16px 16px;margin-bottom:2.5rem}.dashHeader.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0006,#0009);z-index:1}.dashHeader.hero>*{position:relative;z-index:2}.dashHeader h2{font-size:2.25rem;font-weight:700;letter-spacing:-.5px;text-shadow:0 2px 4px rgba(0,0,0,.3);margin:0}.dashThumb{border-radius:12px;box-shadow:0 4px 12px #0003;border:3px solid rgba(255,255,255,.2)}.campaignOverview{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2.5rem;box-shadow:0 1px 3px #00000008;border:1px solid #f0f0f0}.campDesc{font-size:1.1rem;line-height:1.7;color:#4a5568;margin-bottom:1.5rem}.overviewMeta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #f0f0f0}.overviewMeta span{color:#718096;font-size:.95rem}.overviewMeta strong{color:#2d3748;font-weight:600}.kpi-section{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2.5rem;box-shadow:0 1px 3px #00000008;border:1px solid #f0f0f0}.kpi-analysis-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid #f0f0f0}.kpi-analysis-grid>*{flex:1;min-width:300px;max-width:400px}.avatar-section{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2.5rem;box-shadow:0 1px 3px #00000008;border:1px solid #f0f0f0;position:relative;overflow:visible}.avatar-section h3{color:#2d3748;margin:0 0 1.5rem;font-size:1.5rem;font-weight:700;position:relative;padding-bottom:.75rem;text-shadow:none}.avatar-section .intro{color:#4a5568;font-size:1rem;line-height:1.6;margin-bottom:2rem;text-shadow:none}.featured-products-section{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2.5rem;box-shadow:0 1px 3px #00000008;border:1px solid #f0f0f0}.budtender-insights-section{background:#fff;border-radius:16px;padding:1.5rem;margin-bottom:2.5rem;box-shadow:0 1px 3px #00000008;border:1px solid #f0f0f0;overflow:visible;max-width:100%}.products-grid{display:grid;grid-template-columns:repeat(4,minmax(260px,1fr));gap:1.25rem;max-width:1400px;margin:0 auto;justify-items:center}.featured-products-section .product-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 6px #0000000f;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease;width:100%;max-width:280px}.featured-products-section .product-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.featured-products-section .product-image{width:100%;height:140px;object-fit:cover}.featured-products-section .product-content{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.featured-products-section .product-name{font-size:.95rem;font-weight:600;color:#1f2937;line-height:1.3;min-height:2.4em}.featured-products-section .product-potency{display:flex;gap:.5rem;flex-wrap:wrap}.featured-products-section .product-sub{font-size:.825rem;color:#6b7280}.featured-products-section .product-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.products-grid{gap:1rem}.featured-products-section .product-card{max-width:none}}@media (max-width: 480px){.products-grid{gap:.75rem}}@media (max-width: 1200px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.products-grid{grid-template-columns:1fr}}.ai-summary-card .ai-summary-title{font-weight:700;color:#0a9fa5;margin-bottom:.5rem}.ai-summary-card .ai-summary-text{font-size:.95rem;line-height:1.5;color:#334155}.ai-summary-card .ai-summary-meta{margin-top:.5rem;font-size:.8rem;color:#64748b}.featured-products-section .product-card-enhanced{background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(9,175,165,.15);border-radius:16px;box-shadow:0 4px 16px #00000014,0 2px 8px #0000000a,inset 0 1px #ffffff4d;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;width:100%;max-width:400px;position:relative}.featured-products-section .product-card-enhanced:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(9,175,165,.6),transparent)}.featured-products-section .product-card-enhanced:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001f,0 4px 12px #0000000f,inset 0 1px #fff6;border-color:#09afa540}.featured-products-section .product-image{width:100%;height:160px;object-fit:cover;border-bottom:1px solid rgba(9,175,165,.1)}.featured-products-section .product-content-enhanced{padding:1.25rem;display:flex;flex-direction:column;gap:1rem;flex:1}.featured-products-section .product-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.featured-products-section .product-title-container{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.featured-products-section .product-name{font-size:1rem;font-weight:700;color:#1a202c;line-height:1.3;text-shadow:0 1px 2px rgba(0,0,0,.05);flex:1;margin-right:.5rem}.featured-products-section .product-rating-info{display:flex;align-items:center;flex-shrink:0}.featured-products-section .product-meta{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#4a5568}.featured-products-section .product-potency{display:flex;gap:.75rem;flex-wrap:wrap}.featured-products-section .product-reviews{font-size:.875rem;color:#718096;font-weight:500}.featured-products-section .product-sub{font-size:.8rem;color:#4a5568;font-weight:500}.featured-products-section .product-ratings{background:linear-gradient(135deg,#09afa508,#09afa503);border:1px solid rgba(9,175,165,.08);border-radius:12px;padding:.875rem;margin:.25rem 0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.featured-products-section .product-effects{display:flex;flex-direction:column;gap:.875rem}.featured-products-section .effect-group{display:flex;flex-direction:row;align-items:center;gap:.5rem;margin-bottom:.25rem}.featured-products-section .effect-icon{width:18%;display:flex;justify-content:flex-start;align-items:center;padding-left:.125rem;font-size:1rem;color:#666;opacity:.8;flex-shrink:0}.featured-products-section .effect-pills{flex:1;display:flex;flex-wrap:wrap;gap:.125rem;align-items:center}@media (max-width: 768px){.featured-products-section .product-card-enhanced{max-width:none}.featured-products-section .product-content-enhanced{padding:1rem}.featured-products-section .product-ratings{padding:.5rem}}@media (max-width: 480px){.featured-products-section .effect-label{font-size:.8rem}.featured-products-section .effect-pills{gap:.125rem}}.dispensary-section{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2.5rem;box-shadow:0 1px 3px #00000008;border:1px solid #f0f0f0}.dispensary-section h3{color:#2d3748;margin:0 0 1.5rem;font-size:1.5rem;font-weight:700;position:relative;padding-bottom:.75rem}.dispensary-section h3:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:2px;background:#e2e8f0;border-radius:2px}.btnOutline,.btnOutlineWhite{border-radius:8px;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease;text-transform:none;font-size:.95rem}.btnOutline:hover,.btnOutlineWhite:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}@media (max-width: 768px){.dashHeader h2{font-size:1.75rem}.campaignOverview,.kpi-section,.avatar-section,.dispensary-section{padding:1.5rem;margin-bottom:1.5rem}.overviewMeta{flex-direction:column;gap:1rem}.kpi-analysis-grid{gap:1.5rem}.kpi-analysis-grid>*{min-width:280px;max-width:none}}@media (max-width: 480px){.dashHeader h2{font-size:1.5rem}.campaignOverview,.kpi-section,.avatar-section,.dispensary-section{padding:1.25rem}.campDesc{font-size:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.campaignOverview,.kpi-section,.avatar-section,.dispensary-section{animation:fadeInUp .5s ease-out}.kpi-section{animation-delay:.1s}.avatar-section{animation-delay:.2s}.dispensary-section{animation-delay:.3s}.header-buttons{display:flex;gap:.5rem;align-items:center}.header-buttons button:disabled{opacity:.6;cursor:not-allowed}@media print{.dashWrapper{background:#fff!important}.region-card,.metric-card,.avatar-insight-card{break-inside:avoid;page-break-inside:avoid}.filter-bar{display:none!important}}.kpi-section,.featured-products-section,.avatar-section,.regional-section,.budtender-insights-section,.dispensary-insights-detailed,.map-view-section{margin-bottom:2rem;padding:1rem;background:#fff;border-radius:8px}.featured-products-section,.regional-section,.budtender-insights-section,.dispensary-insights-detailed{content-visibility:auto;contain-intrinsic-height:800px}.info-icon{margin-left:.5rem;cursor:pointer!important;color:#718096;font-size:1rem;display:inline-block;transition:all .2s ease;opacity:.7;pointer-events:auto!important;z-index:10;position:relative}.info-icon:hover{color:#2d3748;opacity:1;transform:scale(1.1)}.info-wrapper{position:relative;display:inline-block;z-index:10}.info-tooltip{position:fixed;top:auto;left:auto;transform:none;background:#2d3748;color:#fff;padding:1rem 1.25rem;border:1px solid #4a5568;border-radius:12px;font-size:.875rem;font-weight:500;line-height:1.5;width:300px;white-space:normal;z-index:10000;box-shadow:0 4px 12px #2d374826,0 2px 6px #0000001a;animation:tooltipFadeIn .2s ease-out;pointer-events:none}@keyframes tooltipFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.info-tooltip:before{content:"";position:absolute;border-width:6px;border-style:solid;border-color:transparent #2d3748 transparent transparent}.info-tooltip[data-arrow=left]:before{left:-6px;top:50%;transform:translateY(-50%);border-color:transparent #2d3748 transparent transparent}.info-tooltip[data-arrow=right]:before{right:-6px;top:50%;transform:translateY(-50%);border-color:transparent transparent transparent #2d3748}.info-tooltip[data-arrow=top]:before{top:-6px;left:50%;transform:translate(-50%);border-color:transparent transparent #2d3748 transparent}.info-tooltip[data-arrow=bottom]:before{bottom:-6px;left:50%;transform:translate(-50%);border-color:#2d3748 transparent transparent transparent}.kpi-section,.featured-products-section,.avatar-section,.regional-section,.budtender-insights-section,.dispensary-insights-detailed,.map-view-section{overflow:visible}.avatarList{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.avatarHeader{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr 1fr;gap:1rem;padding:1rem 1.5rem;background:#f8fafc;border-radius:8px;font-weight:600;color:#4a5568;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;border:1px solid #e2e8f0}.avatarLabel{display:flex;align-items:center;text-align:center;justify-content:center}.avatarLabel:first-child{justify-content:flex-start}.avatarRow{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden;transition:all .2s ease}.avatarRow:hover{border-color:#cbd5e0;box-shadow:0 2px 8px #0000000d}.avatarSummary{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr 1fr;gap:1rem;padding:1.5rem;cursor:pointer;transition:background .2s ease;align-items:center}.avatarSummary:hover{background:#f8fafc}.avatarName{display:inline-flex!important;align-items:center!important;gap:.75rem!important;font-weight:600!important;color:#2d3748!important;font-size:1rem!important}.avatarName img{width:36px!important;height:36px!important;border-radius:50%!important;object-fit:cover!important;border:2px solid #e2e8f0!important;margin-right:0!important}.summaryCol{display:flex;align-items:center;justify-content:center;font-size:1rem;color:#2d3748;text-align:center}.summaryCol strong{font-weight:600;color:#1a202c}.stockCell{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.stockTrack{flex:1;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;position:relative}.stockFill{height:100%;background:linear-gradient(90deg,#48bb78,#38a169);border-radius:4px;transition:width .3s ease}.stockPct{font-weight:600;color:#2d3748;font-size:.875rem;min-width:45px;text-align:right}.badge{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;background:#edf2f7;color:#4a5568;margin-left:.5rem}.badge.excellent{background:#c6f6d5;color:#22543d}.badge.good{background:#bee3f8;color:#2a69ac}.badge.fair{background:#fef5e7;color:#b7791f}.badge.poor{background:#fed7d7;color:#c53030}.avatarDetailsPanel{border-top:1px solid #e2e8f0;background:#f8fafc;padding:2rem}.subCards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}.subCard{background:#fff;border-radius:8px;padding:1.5rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.subCard h4{color:#2d3748;margin:0 0 1rem;font-size:1rem;font-weight:600;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.demographicMeta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem;font-size:.875rem;color:#4a5568}.brandMeta{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;font-size:.875rem;color:#4a5568}.marketing-insights{background:#f0f8ff;border:1px solid #bfdbfe;border-radius:8px;padding:1rem;margin-top:1rem}.marketing-insights h5{color:#1e40af;margin:0 0 .5rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.marketing-insights p{color:#1e3a8a;margin:0;font-size:.875rem;line-height:1.5}.priority-indicator{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-left:.5rem}.priority-indicator.high{background:#fed7d7;color:#c53030}.priority-indicator.medium{background:#fef5e7;color:#b7791f}.priority-indicator.low{background:#c6f6d5;color:#22543d}.gender-bar{display:flex;height:8px;border-radius:4px;overflow:hidden;background:#e2e8f0}.gender-fill{height:100%}.gender-fill.male{background:#3182ce}.gender-fill.female{background:#d53f8c}.gender-fill.other{background:#4a5568}.gender-legend{font-size:.75rem;color:#4a5568;margin-top:.25rem;display:block}.performance-indicators{display:flex;gap:1rem;margin-top:1rem}.performance-indicator{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500}.performance-indicator.champion{background:#c6f6d5;color:#22543d}.performance-indicator.opportunity{background:#bee3f8;color:#2a69ac}.performance-indicator.risk{background:#fed7d7;color:#c53030}@media (max-width: 1024px){.avatarHeader,.avatarSummary{grid-template-columns:2fr 1fr 1fr 1fr 1.5fr}.avatarHeader .avatarLabel:last-child,.avatarSummary>span:last-child{display:none}}@media (max-width: 768px){.avatarHeader,.avatarSummary{grid-template-columns:1fr;gap:.5rem}.avatarHeader{display:none}.avatarSummary{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.avatarName{font-size:1.1rem!important}.summaryCol{display:flex;justify-content:space-between;width:100%;padding:.5rem 0;border-bottom:1px solid #e2e8f0}.summaryCol:before{content:attr(data-label);font-weight:600;color:#4a5568;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em}.stockCell{width:100%;flex-direction:column;align-items:flex-start;gap:.5rem}.stockCell:before{content:"Store Coverage";font-weight:600;color:#4a5568;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em}.subCards{grid-template-columns:1fr}.avatarDetailsPanel{padding:1.5rem}}@media (max-width: 480px){.avatarRow{margin:0 -1rem;border-radius:0;border-left:none;border-right:none}.avatarSummary,.avatarDetailsPanel,.subCard{padding:1rem}}body{margin:0;font-family:system-ui,Arial,sans-serif;background:#f9fafb;color:#111}.page{padding:20px;max-width:960px;margin:auto}.metricsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin:32px 0}.metric{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #00000014;transition:transform .2s,box-shadow .2s;border:1px solid #e5e7eb;text-align:center}.metric:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.metric h3{margin:0 0 8px;font-size:.9rem;font-weight:600;letter-spacing:.5px;color:#4b5563;text-transform:uppercase}.metric p{margin:0;font-size:2rem;font-weight:700;color:#0d9488}.table{width:100%;border-collapse:collapse;margin-top:20px;background:#fff}.table th,.table td{border:1px solid #e5e7eb;padding:8px;text-align:left;font-size:14px}.table th{background:#f3f4f6}.authContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.authForm{display:flex;flex-direction:column;gap:12px;width:260px}.authForm input{padding:8px;border:1px solid #d1d5db;border-radius:4px}.authForm button{padding:10px;border:none;background:#0d9488;color:#fff;border-radius:4px;cursor:pointer}.error{color:#ef4444;font-size:14px}.productsGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;margin-top:12px}.productCard{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px;text-align:center;display:flex;flex-direction:column;align-items:center;font-size:14px}.productCard img{width:64px;height:64px;object-fit:cover;border-radius:6px;margin-bottom:6px}.productCard .name{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.productCard .rating{font-weight:600;color:#f59e0b;margin-top:4px}.productCard .reviews{font-size:12px;color:#6b7280}.btn{background:#0d9488;color:#fff;padding:6px 14px;border-radius:6px;font-size:14px;cursor:pointer}.btn:hover{background:#0f766e}.btnOutline{background:transparent;border:1px solid #09afa5;color:#09afa5;padding:6px 14px;border-radius:6px;font-size:14px;cursor:pointer;transition:background .2s ease,transform .2s ease}.btnOutline:hover{background:#09afa51a;transform:translateY(-1px)}.btnOutlineWhite{background:transparent;border:1px solid #fff;color:#fff;padding:6px 14px;border-radius:6px;font-size:14px;cursor:pointer;transition:background .2s ease,transform .2s ease}.btnOutlineWhite:hover{background:#ffffff26;transform:translateY(-1px)}.cursor-pointer{cursor:pointer}.leaflet-container{margin-top:12px}.authWrapper{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#09afa5,#0b746e)}.glassCard{background:#ffffff26;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a;padding:40px 32px;max-width:340px;width:90%;display:flex;flex-direction:column;align-items:center;color:#fff}.glassCard img.logo{width:120px;margin-bottom:24px;background:#fff;border-radius:12px;padding:12px}.glassCard h1{margin:0 0 16px;font-size:22px}.glassCard .authForm{width:100%}.glassCard .authForm label{display:flex;flex-direction:column;font-size:14px;margin-bottom:12px}.glassCard .authForm input{padding:10px;border:none;border-radius:8px;margin-top:4px}.glassCard .btn{width:100%;margin-top:8px}.error{color:#f9d9d9;font-size:14px;text-align:center;margin-top:4px}.campaignGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;margin-top:24px}.campaignCard{background:#fff;border-radius:20px;overflow:hidden;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 4px 14px #00000014;position:relative}.campaignCard:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 28px #0000002e}.campaignImgWrapper{position:relative;height:180px;width:100%;overflow:hidden}.campaignImg{width:100%;height:100%;object-fit:cover}.campaignOverlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 55%,#0009)}.campaignInfo{padding:16px 14px;color:#111;display:flex;flex-direction:column;gap:4px;background:#fff}.campaignInfo h3{margin:0;font-size:17px;font-weight:600;line-height:1.3;color:#111}.campaignInfo span{color:#555;font-size:12px}.metricBadges{display:flex;gap:8px;margin-top:6px;flex-wrap:wrap}.badge{background:#09afa5;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:600;color:#fff;display:inline-block}.badge.gray{background:#6b7280;color:#fff}.badge.active{background:#09afa5;color:#fff}.badge.inactive{background:#e5e7eb;color:#374151}.ratingBadge{display:inline-flex;align-items:center;gap:2px;padding:4px 8px;border-radius:8px;font-size:12px;font-weight:600;color:#fff!important;line-height:1}.ratingBadge .star,.ratingBadge .rc{color:#fff!important}.dashWrapper{min-height:100vh;background:#f8fafb;padding:32px;box-sizing:border-box}.dashHeader{background:#f8fafb;border-radius:16px;padding:18px 24px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 4px #0000000f}.dashHeader h2{margin:0;font-size:20px;color:#111}.dashHeader.hero{color:#fff;position:relative;overflow:hidden}.dashHeader.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:0}.dashHeader.hero>*{position:relative;z-index:1}.dashHeader.hero h2{color:#fff}.dashHeader .headerLeft{display:flex;align-items:center;gap:12px}.dashThumb{width:56px;height:56px;object-fit:cover;border-radius:10px;border:2px solid rgba(255,255,255,.8);box-shadow:0 1px 4px #0003}.kpiBlock{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px 16px;text-align:center;min-width:120px;display:flex;flex-direction:column;align-items:center;justify-content:center}.kpiBlock .kpiValue{font-size:22px;font-weight:700;color:#0d9488}.kpiBlock .kpiLabel{font-size:12px;color:#555;margin-top:4px}.ratingBar{display:flex;align-items:center;gap:8px;font-size:12px;margin:4px 0}.ratingBar .lbl{width:12px;text-align:right}.ratingBar .bar{flex:1;height:8px;background:#e5e7eb;border-radius:4px;position:relative;overflow:hidden}.ratingBar .bar .fill{background:#f59e0b;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:4px}.ratingBar .cnt{width:24px;text-align:left}.avatarGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;margin-top:20px}.avatarCard{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px;text-align:center;box-shadow:0 1px 4px #0000000d}.avatarCard h4{margin:0 0 6px;font-size:15px;color:#0d9488}.avatarStat{margin:2px 0;font-size:12px;color:#374151}.avatarDetails div{margin:1px 0}.modalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;justify-content:center;align-items:start;overflow:auto;z-index:1000;padding:40px 20px;box-sizing:border-box}.modalCard{background:#fff;border-radius:16px;padding:24px;max-width:600px;width:100%;box-shadow:0 8px 24px #0003;position:relative}.modalCard h2{margin-top:0}.barList{display:flex;flex-direction:column;gap:4px;margin-top:6px}.barRow{display:flex;align-items:center;gap:6px;font-size:11px}.barLabel{flex:0 0 110px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.barTrack{flex:1;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden;position:relative}.barFill{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:3px}.barVal{width:28px;text-align:right}.summaryGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px;margin-top:8px}.metricBadge{background:#f3f4f6;border-radius:8px;padding:8px;text-align:center}.metricBadge .metricVal{font-size:16px;font-weight:700;color:#0d9488;display:block}.metricBadge .metricLabel{font-size:11px;color:#374151}.progressTrack{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;position:relative;margin-top:4px}.progressFill{position:absolute;top:0;right:0;bottom:0;left:0;background:#10b981}.genderTrack{width:100%;height:8px;border-radius:4px;overflow:hidden;display:flex;margin-top:4px}.genderTrack .segment{display:inline-block;height:100%}.genderTrack .male{background:#3b82f6}.genderTrack .female{background:#ec4899}.genderTrack .other{background:#9ca3af}.btnShowMore{background:none;border:none;color:#0d9488;font-size:11px;padding:0;margin-top:4px;cursor:pointer}.demographicMeta,.brandMeta{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px;font-size:12px;color:#374151}.campaignOverview{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;margin-top:-20px;position:relative;z-index:2;box-shadow:0 2px 6px #0000000d}.campDesc{margin:0 0 8px;color:#374151;font-size:14px}.overviewMeta{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:#555}.avatarList{display:flex;flex-direction:column;gap:8px;margin-top:16px}.avatarRow{border:1px solid #e5e7eb;border-radius:12px;background:#fff}.avatarHeader,.avatarSummary{display:grid;grid-template-columns:180px 90px 90px 120px 1fr 80px;align-items:center}.avatarHeader{background:#f3f4f6;border:1px solid #e5e7eb;border-bottom:none;border-radius:12px 12px 0 0;padding:8px 18px;font-size:12px;color:#374151;font-weight:600}.avatarHeader .avatarName{text-align:left}.avatarSummary{padding:12px 18px;cursor:pointer;gap:0}.avatarSummary:hover{background:#f9fafb}.summaryCol{font-size:13px;text-align:center;font-weight:600}.avatarDetailsPanel{padding:16px 20px;border-top:1px solid #e5e7eb;font-size:12px}.avatarSummary .avatarName{font-weight:600}.stockTrack{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;position:relative}.stockFill{position:absolute;top:0;right:0;bottom:0;left:0;background:#10b981}.stockCell{display:flex;align-items:center;gap:6px;width:100%}.stockPct{font-size:12px;width:42px;text-align:right;font-weight:600;color:#374151}.subCards{display:flex;flex-wrap:wrap;gap:16px}.subCard{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;flex:1 1 260px;min-width:220px;box-shadow:0 1px 3px #0000000d}.subCard h4{margin:0 0 10px;font-size:14px;color:#0d9488}.demographicMeta,.brandMeta{display:flex;flex-wrap:wrap;gap:8}
