.hub-analytics{flex:1;display:flex;flex-direction:column;gap:18px;min-width:0}.hub-analytics-pagehead{margin:12px 0 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.hub-analytics-pagehead .rep-quote-hub-panel__subtitle{margin-bottom:0}.hub-analytics-pagehead__text{min-width:0}.hub-analytics__panel{min-height:0;gap:14px}.hub-analytics__panel+.hub-analytics__panel{margin-top:36px}.hub-analytics__flow-arrow{display:flex;justify-content:center;align-items:center;height:28px;color:var(--rq-text-muted, #667085)}.hub-analytics__panel .rep-quote-hub-panel__subtitle{margin-bottom:0}.hub-analytics__status{flex:1;display:flex;align-items:center;justify-content:center;font-size:13px;color:var(--rq-text-muted, #667085);padding:40px 20px}.hub-analytics__status--error{color:var(--rq-error, #dc2626)}.hub-analytics__status--loading{gap:8px;color:var(--rq-blue, #006BCC);font-weight:600}.hub-analytics__spinner{width:14px;height:14px;flex:0 0 auto;border:2px solid var(--rq-blue-glow, rgba(0, 107, 204, .1));border-top-color:var(--rq-blue, #006BCC);border-radius:50%;animation:hub-analytics-spin .7s linear infinite}@keyframes hub-analytics-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.hub-analytics__spinner{animation:none}}.hub-analytics__head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.hub-analytics__section-label{font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--rq-text-muted, #667085);margin:0}.hub-analytics__controls{display:flex;gap:10px;flex-wrap:wrap}.hub-analytics__select{padding:8px 36px 8px 16px;font-size:14px;font-family:inherit;height:40px;border:2px solid var(--rq-border, #D0D5DD);border-radius:50px;background:var(--rq-bg-surface, #EAEAEA);color:var(--rq-text, #000F1C);min-width:140px;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='2' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;transition:border-color .2s,color .2s}.hub-analytics__select:hover{border-color:var(--rq-blue, #006BCC);color:var(--rq-blue, #006BCC)}.hub-analytics__groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px}.hub-analytics__groups--four{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:900px){.hub-analytics__groups{grid-template-columns:1fr}.hub-analytics__groups--tabs .hub-analytics__group{border-radius:10px;border-bottom:1px solid var(--rq-border, #D0D5DD);margin-bottom:0;padding-bottom:14px}.hub-analytics__groups--tabs .hub-analytics__group--active{border:2px solid var(--rq-blue, #006BCC)}.rep-quote-dark .hub-analytics__groups--tabs .hub-analytics__group{border-bottom:1px solid #2a3a55}.rep-quote-dark .hub-analytics__groups--tabs .hub-analytics__group--active{border:2px solid var(--rq-blue, #5ba8f7)}}.hub-analytics__group-stats.hub-analytics__group-stats--single{grid-template-columns:1fr}.hub-analytics__group{background:var(--rq-bg, #fff);border:1px solid var(--rq-border, #D0D5DD);border-radius:10px;padding:14px 16px;min-width:0;cursor:pointer;box-shadow:var(--rq-shadow, 0 4px 16px rgba(0, 0, 0, .08));transition:border-color .15s,box-shadow .15s,background .15s}.hub-analytics__group:hover{background:var(--rq-bg-hover, #F5F8FC)}.hub-analytics__group--static{cursor:default}.hub-analytics__group--static:hover{background:var(--rq-bg, #fff)}.rep-quote-dark .hub-analytics__group--static:hover{background:#ffffff05}.hub-analytics__group--active{border-color:var(--rq-blue, #006BCC);box-shadow:0 0 0 2px var(--rq-blue-glow, rgba(0, 107, 204, .1))}.hub-analytics__group:focus-visible{outline:none;border-color:var(--rq-blue, #006BCC);box-shadow:0 0 0 2px #006bcc26}.hub-analytics__group-title{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--rq-text-muted, #667085);margin:0 0 12px}.hub-analytics__group-title>span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hub-analytics__group-link{font-size:11px;font-weight:600;letter-spacing:0;text-transform:none;color:var(--rq-blue, #006BCC);text-decoration:none;white-space:nowrap}.hub-analytics__group-link:hover{text-decoration:underline}.hub-analytics__group-why{cursor:pointer;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .15s ease}.hub-analytics__group-why:hover{color:var(--rq-blue, #006BCC)}.hub-analytics__why-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000f1c73;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:220}.hub-analytics__why-overlay--open{opacity:1;pointer-events:auto}.hub-analytics__why{position:fixed;top:0;right:0;height:100%;width:min(420px,92vw);box-sizing:border-box;background:var(--rq-bg, #fff);border-left:1px solid var(--rq-border, #E5E5E5);box-shadow:-12px 0 32px #000f1c59;padding:26px 26px 32px;overflow-y:auto;transform:translate(105%);transition:transform .28s ease;z-index:221}.hub-analytics__why--open{transform:translate(0)}.hub-analytics__why-close{position:absolute;top:12px;right:14px;background:none;border:none;cursor:pointer;font-size:26px;line-height:1;padding:2px 6px;color:var(--rq-text-muted, #667085)}.hub-analytics__why-close:hover{color:var(--rq-text, #000F1C)}.hub-analytics__why-kicker{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--rq-blue, #006BCC);margin:4px 0 6px}.hub-analytics__why-title{font-size:20px;font-weight:700;margin:0 0 10px;color:var(--rq-text, #000F1C)}.hub-analytics__why-lead{font-size:13px;line-height:1.55;margin:0 0 18px;color:var(--rq-text, #000F1C)}.hub-analytics__why-study{border:1px solid var(--rq-border, #E5E5E5);border-left:3px solid var(--rq-blue, #006BCC);border-radius:8px;padding:12px 14px;margin:0 0 12px;background:var(--rq-bg-surface, #F7F9FB)}.hub-analytics__why-stat{font-size:13px;line-height:1.5;margin:0 0 6px;color:var(--rq-text, #000F1C)}.hub-analytics__why-src{font-size:11px;line-height:1.4;margin:0;font-style:italic;color:var(--rq-text-muted, #667085)}.hub-analytics__why-goal{font-size:13px;font-weight:600;margin:16px 0 0;padding-top:14px;border-top:1px solid var(--rq-border, #E5E5E5);color:var(--rq-text, #000F1C)}.hub-analytics__group-hint{font-size:11px;font-weight:600;letter-spacing:0;text-transform:none;color:var(--rq-blue, #006BCC);white-space:nowrap}.hub-analytics__group-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hub-analytics__stat{min-width:0}.hub-analytics__stat--green .hub-analytics__card-value{color:var(--rq-success, #34d399)}.hub-analytics__stat--yellow .hub-analytics__card-value{color:var(--rq-changed-border, #F59E0B)}.hub-analytics__stat--red .hub-analytics__card-value{color:var(--rq-error, #f87171)}.hub-analytics__card-label{font-size:12px;font-weight:600;color:var(--rq-text-muted, #667085);margin:0 0 6px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hub-analytics__card-value{font-size:26px;font-weight:700;color:var(--rq-text, #000F1C);margin:0;line-height:1.1;white-space:nowrap}.hub-analytics__card-sub{font-size:11px;color:var(--rq-text-muted, #667085);margin:6px 0 0;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hub-analytics__group-foot{font-size:11px;color:var(--rq-text-muted, #667085);margin:8px 0 0;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hub-analytics__tabbed{display:flex;flex-direction:column}.hub-analytics__groups--tabs .hub-analytics__group{border-radius:10px 10px 0 0;border-bottom:none;box-shadow:none;position:relative;z-index:2}.hub-analytics__groups--tabs .hub-analytics__group--active{border:2px solid var(--rq-blue, #006BCC);border-bottom:none;margin-bottom:-2px;padding:13px 15px 16px;box-shadow:none;background:var(--rq-bg, #fff)}.hub-analytics__tabbed:has(.hub-analytics__group--active:hover) .hub-analytics__group--active,.hub-analytics__tabbed:has(.hub-analytics__group--active:hover) .hub-analytics__chartwrap--tabbed,.hub-analytics__tabbed:has(.hub-analytics__chartwrap--tabbed:hover) .hub-analytics__group--active,.hub-analytics__tabbed:has(.hub-analytics__chartwrap--tabbed:hover) .hub-analytics__chartwrap--tabbed{background:var(--rq-bg-hover, #F5F8FC)}.hub-analytics__chartwrap.hub-analytics__chartwrap--tabbed{border:2px solid var(--rq-blue, #006BCC);border-top-left-radius:0;border-top-right-radius:0;transition:background .15s}.hub-analytics__chartwrap{position:relative;height:220px;background:var(--rq-bg, #fff);border:1px solid var(--rq-border, #D0D5DD);border-radius:10px;padding:14px 16px 10px;box-shadow:var(--rq-shadow, 0 4px 16px rgba(0, 0, 0, .08))}.hub-analytics__chart-title{font-size:12px;font-weight:600;color:var(--rq-text-muted, #667085);margin:0 0 4px}.hub-analytics__chartwrap canvas{max-width:100%}.hub-analytics__tip{position:absolute;z-index:5;pointer-events:none;transform:translate(-50%,calc(-100% - 12px));background:var(--rq-bg-surface, #0a1e30);background:color-mix(in srgb,var(--rq-bg-surface, #0a1e30) 62%,transparent);backdrop-filter:blur(6px) saturate(1.2);-webkit-backdrop-filter:blur(6px) saturate(1.2);border:1px solid var(--rq-border, #1e2a42);border-radius:8px;box-shadow:var(--rq-shadow, 0 4px 16px rgba(0, 0, 0, .3));padding:7px 10px;font-size:12px;line-height:1.35;white-space:nowrap;color:var(--rq-text, #e0e0e0);transition:opacity .12s}.hub-analytics__tip-date{color:var(--rq-text-secondary, #b0b8c4);font-size:11px;margin-bottom:2px}.hub-analytics__tip-val{font-weight:700;font-variant-numeric:tabular-nums}.hub-analytics__legend{position:absolute;left:0;right:0;bottom:8px;display:flex;justify-content:center;align-items:center;gap:18px;pointer-events:none}.hub-analytics__legend-item{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:var(--rq-text, #e0e0e0)}.hub-analytics__ping{position:absolute;z-index:4;pointer-events:none;width:8px;height:8px;border-radius:50%;border:2px solid var(--rq-blue, #5ba8f7);transform:translate(-50%,-50%) scale(1);animation:hub-analytics-ping 3s ease-out infinite}@keyframes hub-analytics-ping{0%{transform:translate(-50%,-50%) scale(1);opacity:.9}60%{transform:translate(-50%,-50%) scale(4.5);opacity:.5}to{transform:translate(-50%,-50%) scale(7);opacity:0}}.hub-analytics__chartwrap--trend{height:264px;padding-bottom:14px}.hub-analytics__chartwrap--funnel{height:auto}.hub-analytics__funnel{display:flex;flex-direction:column;gap:10px;padding-top:6px}.hub-analytics__funnel-svg{width:100%;height:110px;display:block}.hub-analytics__funnel-labels{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.hub-analytics__funnel-label{display:flex;flex-direction:column;gap:2px;min-width:0}.hub-analytics__funnel-stage{font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--rq-text-muted, #667085)}.hub-analytics__funnel-count{font-size:22px;font-weight:700;line-height:1.1;color:var(--rq-text, #000F1C)}.hub-analytics__funnel-conv{font-size:11px;color:var(--rq-text-muted, #667085);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hub-analytics__activity{display:flex;gap:8px;flex-wrap:wrap}.hub-analytics__activity-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid var(--rq-border, #D0D5DD);border-radius:16px;font-size:12px;font-weight:600;color:var(--rq-text-secondary, #475467);background:var(--rq-bg, #fff)}.hub-analytics__activity-chip strong{color:var(--rq-text, #000F1C);font-weight:700}.hub-analytics__tablewrap{overflow-x:auto}.hub-analytics__table{width:100%;border-collapse:collapse;font-size:13px}.hub-analytics__table th{text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--rq-text-muted, #667085);background:var(--rq-bg-table-header, rgba(0, 15, 28, .03));padding:8px 10px;border-bottom:1px solid var(--rq-border, #D0D5DD);white-space:nowrap}.hub-analytics__table td{padding:8px 10px;border-bottom:1px solid var(--rq-border-light, #E4E7EC);color:var(--rq-text, #000F1C);white-space:nowrap}.hub-analytics__table td:first-child{font-weight:700}.hub-analytics__rag{display:inline-block;min-width:38px;text-align:center;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:700;color:#fff}.hub-analytics__rag--green{background:var(--rq-success, #16a34a)}.hub-analytics__rag--yellow{background:var(--rq-changed-border, #F59E0B)}.hub-analytics__rag--red{background:var(--rq-error, #dc2626)}.hub-analytics__rag--na{background:transparent;color:var(--rq-text-muted, #667085);border:1px solid var(--rq-border, #D0D5DD)}.hub-analytics__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.hub-analytics__note{font-size:11px;color:var(--rq-text-muted, #667085);margin:0}.hub-analytics__dd-link{font-size:12px;font-weight:600;color:var(--rq-blue, #006BCC);text-decoration:none;white-space:nowrap}.hub-analytics__dd-link:hover{text-decoration:underline}.rep-quote-dark .hub-analytics__group,.rep-quote-dark .hub-analytics__chartwrap,.rep-quote-dark .hub-analytics__activity-chip{background:#ffffff05;border-color:#2a3a55;box-shadow:0 4px 16px #0000004d}.rep-quote-dark .hub-analytics__group:hover{background:#c8d2e60f}.rep-quote-dark .hub-analytics__group--active{border-color:var(--rq-blue, #5ba8f7)}.rep-quote-dark .hub-analytics__groups--tabs .hub-analytics__group,.rep-quote-dark .hub-analytics__chartwrap--tabbed{background:#0f2334;box-shadow:none}.rep-quote-dark .hub-analytics__chartwrap--tabbed{border-color:var(--rq-blue, #5ba8f7);box-shadow:0 4px 16px #0000004d}.rep-quote-dark .hub-analytics__groups--tabs .hub-analytics__group--active{border-color:var(--rq-blue, #5ba8f7);background:#0f2334}.rep-quote-dark .hub-analytics__groups--tabs .hub-analytics__group:hover:not(.hub-analytics__group--static){background:#1a2e3f}.rep-quote-dark .hub-analytics__tabbed:has(.hub-analytics__group--active:hover) .hub-analytics__group--active,.rep-quote-dark .hub-analytics__tabbed:has(.hub-analytics__group--active:hover) .hub-analytics__chartwrap--tabbed,.rep-quote-dark .hub-analytics__tabbed:has(.hub-analytics__chartwrap--tabbed:hover) .hub-analytics__group--active,.rep-quote-dark .hub-analytics__tabbed:has(.hub-analytics__chartwrap--tabbed:hover) .hub-analytics__chartwrap--tabbed{background:#1a2e3f}.rep-quote-dark .hub-analytics__table td{border-bottom-color:var(--rq-border, #1e2a42)}.rep-quote-dark .hub-analytics__select{border-color:var(--rq-border, #1e2a42);background-color:var(--rq-bg-surface, #0a1e30)}.rep-quote-dark .hub-analytics__select:hover{border-color:var(--rq-blue, #5ba8f7);color:var(--rq-blue, #5ba8f7)}.rep-quote-dark .hub-analytics__rag--yellow{color:#1a1a1a}@media(max-width:640px){.hub-analytics__card-value{font-size:22px}.hub-analytics__chartwrap{height:180px}.hub-analytics__chartwrap--trend{height:220px}.hub-analytics__chartwrap--funnel{height:auto}.hub-analytics__funnel-svg{height:80px}.hub-analytics__funnel-count{font-size:18px}}.hub-analytics__snap-btn{height:40px;padding:8px 18px;font-size:14px;font-weight:600;font-family:inherit;border:2px solid var(--rq-blue, #006BCC);border-radius:50px;background:var(--rq-blue, #006BCC);color:#fff;cursor:pointer;white-space:nowrap;transition:filter .15s,background .15s}.hub-analytics__snap-btn:hover{filter:brightness(1.08)}.hub-analytics__snap-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000f1c73;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:230}.hub-analytics__snap-overlay--open{opacity:1;pointer-events:auto}.hub-analytics__snap{position:fixed;top:50%;left:50%;transform:translate(-50%,-48%);width:min(460px,94vw);max-height:88vh;box-sizing:border-box;display:flex;flex-direction:column;background:var(--rq-bg, #fff);border:1px solid var(--rq-border, #D0D5DD);border-radius:14px;box-shadow:0 18px 48px #000f1c66;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:231}.hub-analytics__snap--open{opacity:1;pointer-events:auto;transform:translate(-50%,-50%)}.hub-analytics__snap-head{display:flex;align-items:center;gap:10px;padding:14px 16px 10px}.hub-analytics__snap-progress{display:flex;align-items:center;gap:10px;padding:0 16px 14px;border-bottom:1px solid var(--rq-border, #D0D5DD)}.hub-analytics__snap-progress-track{flex:1;height:5px;border-radius:3px;background:var(--rq-bg-surface, #F7F9FB);border:1px solid var(--rq-border, #D0D5DD);overflow:hidden}.hub-analytics__snap-progress-fill{height:100%;background:var(--rq-blue, #006BCC);transition:width .3s ease}.hub-analytics__snap-progress-label{font-size:11px;color:var(--rq-text-muted, #667085);white-space:nowrap}.hub-analytics__snap-head-l{display:flex;align-items:center;gap:10px}.hub-analytics__snap-kicker{font-size:11px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--rq-blue, #006BCC)}.hub-analytics__snap-rep{height:32px;min-width:92px;padding:4px 28px 4px 12px;font-size:13px}.hub-analytics__snap-onlyrep{font-size:14px;font-weight:700;color:var(--rq-text, #000F1C)}.hub-analytics__snap-week{display:flex;align-items:center;gap:8px;margin-left:auto}.hub-analytics__snap-week-label{font-size:13px;font-weight:600;color:var(--rq-text, #000F1C);min-width:92px;text-align:center}.hub-analytics__snap-nav{width:28px;height:28px;border:1px solid var(--rq-border, #D0D5DD);border-radius:8px;background:var(--rq-bg-surface, #F7F9FB);color:var(--rq-text, #000F1C);font-size:16px;line-height:1;cursor:pointer}.hub-analytics__snap-nav:hover:not([disabled]){border-color:var(--rq-blue, #006BCC);color:var(--rq-blue, #006BCC)}.hub-analytics__snap-nav[disabled]{opacity:.35;cursor:default}.hub-analytics__snap-close{background:none;border:none;cursor:pointer;font-size:24px;line-height:1;padding:0 4px;color:var(--rq-text-muted, #667085)}.hub-analytics__snap-close:hover{color:var(--rq-text, #000F1C)}.hub-analytics__snap-scroll{padding:14px 16px 18px;overflow-y:auto}.hub-analytics__snap-msg{padding:32px 8px;text-align:center;font-size:14px;color:var(--rq-text-muted, #667085)}.hub-analytics__snap-stage{border:1px solid var(--rq-border, #D0D5DD);border-radius:10px;padding:12px 14px;margin-bottom:10px;background:var(--rq-bg-surface, #F7F9FB)}.hub-analytics__snap-stage:last-child{margin-bottom:0}.hub-analytics__snap-stage-head{display:flex;align-items:center;gap:10px}.hub-analytics__snap-stage-name{font-size:14px;font-weight:700;color:var(--rq-text, #000F1C)}.hub-analytics__snap-pill{font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:2px 8px;border-radius:50px;background:var(--rq-border, #D0D5DD);color:var(--rq-text, #000F1C)}.hub-analytics__snap-pill--live{background:var(--rq-blue, #006BCC);color:#fff}.hub-analytics__snap-score{margin-left:auto;font-size:24px;font-weight:800;color:var(--rq-text, #000F1C);line-height:1}.hub-analytics__snap-score-of{font-size:15px;font-weight:600;color:var(--rq-text-muted, #667085)}.hub-analytics__snap-metrics{margin-top:12px;display:flex;flex-direction:column;gap:2px}.hub-analytics__snap-metric{display:flex;align-items:center;gap:10px;padding:7px 0;border-top:1px solid var(--rq-border, #D0D5DD)}.hub-analytics__snap-metric:first-child{border-top:none}.hub-analytics__snap-dot{width:10px;height:10px;border-radius:50%;flex:0 0 auto;background:var(--rq-text-muted, #667085)}.hub-analytics__snap-dot--green{background:var(--rq-success, #34d399)}.hub-analytics__snap-dot--yellow{background:var(--rq-changed-border, #F59E0B)}.hub-analytics__snap-dot--red{background:var(--rq-error, #f87171)}.hub-analytics__snap-dot--na{background:var(--rq-border, #D0D5DD)}.hub-analytics__snap-metric-label{font-size:13px;font-weight:600;color:var(--rq-text, #000F1C);display:flex;flex-direction:column}.hub-analytics__snap-metric-goal{font-size:11px;font-weight:500;color:var(--rq-text-muted, #667085)}.hub-analytics__snap-metric-val{margin-left:auto;font-size:14px;font-weight:700;color:var(--rq-text, #000F1C)}.hub-analytics__snap-arrow{font-size:15px;font-weight:700;width:16px;text-align:center;flex:0 0 auto;display:inline-block}.hub-analytics__snap-arrow--up{color:var(--rq-success, #34d399)}.hub-analytics__snap-arrow--flat{color:var(--rq-text-muted, #667085);transform:rotate(45deg)}.hub-analytics__snap-arrow--down{color:var(--rq-error, #f87171);transform:rotate(90deg)}.hub-analytics__snap-pending{display:block;margin-top:10px;font-size:11px;color:var(--rq-text-muted, #667085)}.hub-analytics__snap-stage--locked{display:flex;align-items:center;gap:10px;opacity:.75}.hub-analytics__snap-soon{margin-left:auto;font-size:11px;font-weight:600;color:var(--rq-text-muted, #667085)}.rep-quote-dark .hub-analytics__snap-nav{background:var(--rq-bg-surface, #0a1e30)}.rep-quote-dark .hub-analytics__snap-pill{color:#0a1e30}.rep-quote-dark .hub-analytics__snap-pill--live{color:#fff}@media(max-width:640px){.hub-analytics__snap-head{flex-wrap:wrap}.hub-analytics__snap-week{margin-left:0}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/hub-analytics.css.map */
