.bv-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));gap:clamp(16px,2vw,26px)}.bv-card{min-width:0;display:flex;flex-direction:column;gap:12px;padding:18px 20px 20px;border-radius:20px;border:1px solid #dfb257;background:linear-gradient(140deg,#103261,#061c3e);box-shadow:0 6px 18px #010b1e66,inset 0 -2px #b58032}.bv-card--current{border-color:var(--gold-hi);box-shadow:0 0 0 2px var(--gold-deep),0 6px 18px #010b1e66,inset 0 -2px #b58032}.bv-card--flat{opacity:.72}.bv-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.bv-card__head h2{margin:0;font-size:clamp(1.15rem,1.7vw,1.45rem);line-height:1.15;text-shadow:0 2px 1px #061029}.bv-card__badges{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.bv-card__addr{display:inline-flex;align-items:center;gap:6px;font-size:.9rem;color:#cbdcf2;text-decoration:none}.bv-card__addr code{font-size:.88rem;padding:2px 6px;border-radius:6px;background:#cedff1;color:#15345b}.bv-card__addr:hover code{background:#e6f0fb}.bv-tally{display:flex;align-items:baseline;justify-content:space-between;gap:10px;font-size:.95rem;color:#d4e0ef}.bv-tally strong{font-size:1.35rem;color:#f5f7fd}.bv-bar{height:10px;border-radius:6px;background:#0b2350;overflow:hidden;border:1px solid #0f2e66}.bv-bar>span{display:block;height:100%;background:linear-gradient(90deg,var(--gold-deep),var(--gold-hi));transition:width .4s ease}.bv-card__action{margin-top:auto;display:flex;flex-direction:column;gap:6px}.bv-card__reason{margin:0;font-size:.85rem;color:#9fbbdc}.bv-heading-side{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.bv-heading-side .nc-store-clock{font-size:1rem}.bv-disclaimer{display:flex;gap:10px;align-items:flex-start;margin:0 0 18px;padding:12px 16px;border-radius:12px;background:#0b235066;border:1px solid #245fb0;color:#d1ddef;font-size:.95rem}.bv-disclaimer svg{flex:none;margin-top:2px}.bv-section{margin-top:34px}.bv-section h2{margin:0 0 6px;font-size:clamp(1.4rem,2.2vw,1.9rem);text-shadow:0 2px 1px #061029}.bv-section>p{margin:0 0 14px;color:#d1ddef}.bv-history{display:flex;flex-direction:column;gap:14px}.bv-history details{border:1px solid #245fb0;border-radius:12px;background:#0b235066;padding:10px 14px}.bv-history summary{cursor:pointer;font-weight:700;color:#f5f7fd;display:flex;flex-wrap:wrap;gap:8px 14px;align-items:baseline}.bv-history summary small{font-weight:400;color:#9fbbdc}.bv-history table{width:100%;border-collapse:collapse;margin-top:10px;font-size:.92rem}.bv-history td,.bv-history th{text-align:left;padding:6px 8px;border-top:1px solid #0f2e66}.bv-history th{color:#9fbbdc;font-weight:600}.bv-history td:last-child,.bv-history th:last-child{text-align:right}.bv-history tr.bv-winner td{color:var(--gold-hi);font-weight:700}