.bst-cr{max-width:1200px;margin:0 auto;padding:32px 16px 48px}.bst-cr__header{margin-bottom:16px}.bst-cr__title-wrap{text-align:center}.bst-cr__title{margin:0;font-weight:700;font-size:14px;color:var(--bst-text-primary);letter-spacing:4px}.bst-cr__title-divider{width:28px;height:2px;margin:4px auto 0;border-radius:1px;background:var(--bst-neon-yellow)}.bst-cr__recency{font-size:10px;font-weight:700;letter-spacing:2px;color:var(--bst-text-muted);text-align:center;margin:4px 0 12px}.bst-cr__subtitle{font-size:11px;color:var(--bst-text-muted);letter-spacing:2px;text-align:center;line-height:1.5;margin:0 0 14px}.bst-cr__sort{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-bottom:18px}.bst-cr__pill{min-height:44px;padding:10px 12px;border-radius:var(--bst-radius-pill);border:1px solid var(--bst-border);background:var(--bst-bg-card);color:var(--bst-text-muted);font-family:inherit;font-weight:700;font-size:11px;letter-spacing:2px;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.bst-cr__pill:hover{border-color:var(--bst-border-accent);color:var(--bst-text-primary)}.bst-cr__centered{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;text-align:center}.bst-cr__loading-text{margin-top:16px;font-size:10px;letter-spacing:3px;color:var(--bst-text-muted)}.bst-cr__empty-title{font-weight:700;font-size:13px;letter-spacing:3px;color:var(--bst-text-secondary);margin-bottom:10px}.bst-cr__empty-hint{font-size:11px;line-height:1.5;color:var(--bst-text-muted)}.bst-cr__empty-button{display:inline-block;margin-top:20px;padding:10px 24px;border-radius:24px;border:1px solid rgba(0,188,242,.5);background:#00bcf214;color:var(--bst-neon-cyan);font-family:inherit;font-size:10px;font-weight:700;letter-spacing:2.5px;text-decoration:none;transition:background-color .12s ease,border-color .12s ease}.bst-cr__empty-button:hover{background:#00bcf229;border-color:#00bcf2b3}.bst-cr__empty-button:focus-visible{outline:2px solid var(--bst-neon-cyan);outline-offset:3px}.bst-cr__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:12px}.bst-cr__card{background:var(--bst-bg-card);border-radius:10px;padding:14px;border:1px solid var(--bst-border);opacity:0;animation:bst-cr-rise-in .4s cubic-bezier(.22,1,.36,1) forwards}.bst-cr__card-head{display:flex;align-items:center;margin-bottom:14px;gap:14px}.bst-cr__grade-badge{width:64px;height:64px;border-radius:12px;border:2px solid;display:flex;align-items:center;justify-content:center;background:var(--bst-bg);flex-shrink:0}.bst-cr__grade-letter{font-size:26px;line-height:30px;font-weight:900;letter-spacing:1px}.bst-cr__card-head-text{flex:1;min-width:0}.bst-cr__rank-line{display:flex;align-items:center;gap:8px;margin-bottom:4px}.bst-cr__rank-tag{font-weight:700;font-size:10px;color:var(--bst-text-muted);letter-spacing:1px}.bst-cr__provider{font-weight:700;font-size:14px;color:var(--bst-text-primary);letter-spacing:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bst-cr__test-count{font-size:9px;color:var(--bst-text-muted);letter-spacing:1px;margin-bottom:8px}.bst-cr__score-bar-wrap{display:flex;align-items:center;gap:8px}.bst-cr__score-bar-track{flex:1;height:4px;border-radius:2px;background:var(--bst-bg-input);overflow:hidden}.bst-cr__score-bar-fill{height:100%;border-radius:2px;width:0;animation:bst-cr-fill-in var(--bst-dur-score-fill) cubic-bezier(.22,1,.36,1) forwards}.bst-cr__score-text{font-weight:700;font-size:11px;letter-spacing:1px;min-width:54px;text-align:right}.bst-cr__score-out-of{color:var(--bst-text-muted);font-size:9px;font-weight:400;margin-left:1px}.bst-cr__metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;border-top:1px solid var(--bst-border);padding-top:10px}.bst-cr__metric{background:var(--bst-bg);border-radius:6px;padding:10px 8px;border:1px solid var(--bst-border);text-align:center;display:flex;flex-direction:column;align-items:center}.bst-cr__metric-label{font-weight:700;font-size:9px;color:var(--bst-text-muted);letter-spacing:2px;margin-bottom:4px}.bst-cr__metric-value{font-weight:900;font-size:16px;line-height:18px}.bst-cr__metric-unit{font-size:9px;color:var(--bst-text-secondary);margin-top:1px}@keyframes bst-cr-rise-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: no-preference){@keyframes bst-cr-fill-in{0%{width:0%;opacity:.3}to{width:var(--bar-w, 100%);opacity:1}}}@media (prefers-reduced-motion: reduce){.bst-cr__card{animation:none;opacity:1;transform:none}.bst-cr__score-bar-fill{animation:none;opacity:1;width:var(--bar-w, 100%)}}.bst-cr__country-wrap{display:flex;align-items:center;gap:10px;margin-bottom:18px}.bst-cr__country-label{font-size:9px;font-weight:700;letter-spacing:2px;color:var(--bst-text-muted);white-space:nowrap;flex-shrink:0}.bst-cr__country-select{flex:0 1 260px;min-height:44px;padding:7px 32px 7px 12px;border-radius:var(--bst-radius-pill);border:1px solid var(--bst-border-accent);background:var(--bst-bg-card);color:var(--bst-text-primary);font-family:inherit;font-size:11px;font-weight:700;letter-spacing:1px;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2300BCF2' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;cursor:pointer;transition:border-color .12s ease,background-color .12s ease}.bst-cr__country-select:hover{border-color:var(--bst-neon-cyan)}.bst-cr__country-select:focus-visible{outline:2px solid var(--bst-neon-cyan);outline-offset:2px}.bst-cr__country-select option{background:var(--bst-bg-card);color:var(--bst-text-primary)}.bst-cr__country-loading{font-size:10px;color:var(--bst-text-muted);letter-spacing:1px}.bst-cr__geo-banner{display:flex;align-items:center;gap:10px;background:#00bcf212;border:1px solid rgba(0,188,242,.22);border-radius:10px;padding:12px 16px;margin-bottom:18px;flex-wrap:wrap}.bst-cr__geo-icon{width:14px;height:17px;flex-shrink:0;color:var(--bst-neon-cyan)}.bst-cr__geo-text{flex:1;font-size:12px;line-height:1.45;color:var(--bst-text-secondary);min-width:0}.bst-cr__geo-text strong{color:var(--bst-text-primary);font-weight:700}.bst-cr__geo-link{flex-shrink:0;display:inline-flex;align-items:center;min-height:44px;padding:7px 14px;border-radius:20px;border:1px solid rgba(0,188,242,.4);background:#00bcf21a;color:var(--bst-neon-cyan);font-size:9px;font-weight:700;letter-spacing:2px;text-decoration:none;white-space:nowrap;transition:background-color .12s ease,border-color .12s ease}.bst-cr__geo-link:hover{background:#00bcf22e;border-color:#00bcf299}.bst-cr__geo-link:focus-visible{outline:2px solid var(--bst-neon-cyan);outline-offset:2px}@media (max-width: 768px){.bst-cr{padding:20px 12px 40px}.bst-cr__sort{grid-template-columns:repeat(4,1fr);gap:4px}.bst-cr__pill{padding:8px 4px;letter-spacing:1px}.bst-cr__grade-badge{width:56px;height:56px}.bst-cr__grade-letter{font-size:22px}}@media (max-width: 400px){.bst-cr__sort{grid-template-columns:repeat(2,1fr);gap:6px}.bst-cr__pill{padding:10px 8px}}@media (min-width: 1280px){.bst-cr{padding-top:48px}.bst-cr__sort{grid-template-columns:repeat(4,160px);justify-content:center}.bst-cr__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.bst-cr__metric-value{font-size:18px}}
