.bl-card{background:var(--brand-light-black);border:1px solid var(--brand-border-grey);clip-path:polygon(0 0,100% 0,100% calc(100% - 26px),calc(100% - 17px) 100%,0 100%);border-radius:5px;flex-direction:column;min-height:100%;transition:border-color .18s,transform .18s;display:flex;position:relative}.bl-card:hover{border-color:var(--brand-orange)}@media (width>=768px){.group:hover .bl-card{transform:translateY(-2px)}}.bl-card[data-complete="1"]{border-color:#f5c5428c}.bl-card__art{aspect-ratio:278/146;background:#1a1a1a;flex:none;position:relative;overflow:hidden}.bl-card__art:after{content:"";pointer-events:none;background:linear-gradient(#0000 38%,#111111db);position:absolute;inset:0}.bl-card__tags{z-index:5;pointer-events:none;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:6px 8px;display:flex;position:absolute;top:8px;left:8px;right:8px}.bl-card__badge{border:1px solid var(--bl-tc,var(--brand-orange));height:26px;color:var(--bl-tc,var(--brand-orange));letter-spacing:.06em;text-transform:uppercase;background:#111111e6;border-radius:4px;flex:none;align-items:center;gap:6px;margin-left:auto;padding:0 9px;font-size:11px;font-weight:700;display:inline-flex}.bl-card__badge i{background:var(--bl-tc,var(--brand-orange));color:#111;border-radius:2px;flex:none;place-items:center;width:14px;height:14px;font-size:9px;font-style:normal;display:grid}.bl-card[data-depth="1"]{--bl-tc:var(--brand-orange)}.bl-card[data-depth="2"]{--bl-tc:var(--brand-steel)}.bl-card[data-depth="3"]{--bl-tc:var(--brand-gold)}.bl-card[data-depth="4"]{--bl-tc:var(--brand-hot-pink)}.bl-card__badge--progress{--bl-tc:var(--brand-turquoise)}.bl-card__badge--complete{--bl-tc:var(--brand-gold);background:#111111e6;box-shadow:0 0 0 1px #f5c54240}.bl-card__eyebrow{background:var(--brand-orange);color:#111;letter-spacing:.08em;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;border-radius:4px;flex:0 auto;min-width:0;max-width:100%;height:24px;padding:0 9px;font-size:10.5px;font-weight:700;line-height:24px;display:block;overflow:hidden}.bl-card__body{flex-direction:column;flex:1;gap:10px;min-height:0;padding:12px 14px 16px;display:flex}.bl-card__id{align-items:center;gap:10px;min-width:0;display:flex}.bl-card__logo{background:#1a1a1a;border-radius:30px;flex:none;place-items:center;width:38px;height:38px;display:grid;overflow:hidden}.bl-card__logo img{object-fit:contain;width:100%;height:100%;padding:3px}.bl-card__name{letter-spacing:-.005em;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:700;overflow:hidden}.bl-card__cat{color:var(--brand-grey);font-size:11.5px}.bl-ladder{background:#1c1c1b;border:1px solid #333;border-radius:4px;flex-direction:column;gap:1px;margin-top:2px;display:flex;overflow:hidden}.bl-rung{background:var(--brand-light-black);grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:34px;padding:7px 9px;font-size:12.5px;display:grid}.bl-rung__t{width:20px;height:20px;color:var(--brand-off-white);background:#2f2f2e;border-radius:3px;place-items:center;font-size:10px;font-weight:700;display:grid}.bl-rung__n{color:var(--brand-off-white);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.bl-rung__c{color:var(--brand-white);font-variant-numeric:tabular-nums;align-items:center;gap:4px;font-weight:700;display:inline-flex}.bl-rung__c img{width:10px;height:13px}.bl-rung__st{letter-spacing:.08em;text-transform:uppercase;font-size:10.5px;font-weight:700}.bl-rung[data-state=open]{background:#ff64231a}.bl-rung[data-state=open] .bl-rung__t{color:var(--brand-orange);background:#ff64233d}.bl-rung[data-state=open] .bl-rung__n,.bl-rung[data-state=free] .bl-rung__n{color:var(--brand-white)}.bl-rung[data-state=free] .bl-rung__t{color:var(--brand-turquoise);background:#03e5e333}.bl-rung[data-state=short]{opacity:.62}.bl-rung[data-state=locked]{opacity:.72}.bl-rung[data-state=done]{background:#03e5e312}.bl-rung[data-state=done] .bl-rung__t{background:var(--brand-turquoise);color:#111}.bl-rung[data-state=done] .bl-rung__n{color:var(--brand-off-white);-webkit-text-decoration:line-through #03e5e380;text-decoration:line-through #03e5e380}.bl-rung[data-state=done] .bl-rung__st{color:var(--brand-turquoise)}.bl-rung[data-state=verifying]{border-inline-start:2px solid var(--brand-gold);background:#f5c54214;padding-inline-start:7px}.bl-rung[data-state=verifying] .bl-rung__t{color:var(--brand-gold);background:#f5c54240}.bl-rung[data-state=verifying] .bl-rung__n{color:var(--brand-white)}.bl-rung[data-state=verifying] .bl-rung__st{color:var(--brand-gold)}.bl-rung--multi{align-items:start}.bl-rung--multi .bl-rung__n{white-space:normal;flex-direction:column;gap:1px;display:flex}.bl-rung--multi .bl-rung__n b{text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.bl-rung--multi .bl-rung__n small{color:var(--brand-grey);text-overflow:ellipsis;white-space:nowrap;font-size:10.5px;overflow:hidden}.bl-rung--multi[data-state=done] .bl-rung__n{text-decoration:none}.bl-rung--multi .bl-rung__n b[data-done="1"]{-webkit-text-decoration:line-through #03e5e380;text-decoration:line-through #03e5e380}.bl-card__dots{inset-inline:0;z-index:10;pointer-events:auto;justify-content:center;gap:4px;display:flex;position:absolute;bottom:6px}.bl-card__count{z-index:10;height:20px;color:var(--brand-off-white);font-variant-numeric:tabular-nums;letter-spacing:.04em;opacity:0;background:#111111bf;border-radius:4px;align-items:center;padding:0 7px;font-size:10.5px;font-weight:600;transition:opacity .14s;display:inline-flex;position:absolute;bottom:8px;left:8px}.bl-card__nav{z-index:10;width:28px;height:28px;color:var(--brand-white);opacity:0;pointer-events:auto;background:#111111c7;border:1px solid #ffffff2e;border-radius:9999px;justify-content:center;align-items:center;transition:opacity .14s,background-color .14s,border-color .14s;display:none;position:absolute;top:50%;transform:translateY(-50%)}.bl-card__nav--prev{left:8px}.bl-card__nav--next{right:8px}.bl-card__nav:hover{border-color:var(--brand-orange);background:var(--brand-orange);color:#111}.bl-card__nav:active{transform:translateY(-50%)scale(.94)}@media (hover:hover) and (pointer:fine){.bl-card__nav{display:flex}.bl-card:hover .bl-card__nav,.bl-card:focus-within .bl-card__nav,.bl-card:hover .bl-card__count,.bl-card:focus-within .bl-card__count{opacity:1}}.bl-card__foot{border-top:1px solid #333;justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:10px;display:flex}.bl-progress{color:var(--brand-grey);align-items:center;gap:7px;font-size:11px;display:flex}.bl-pips{gap:3px;display:flex}.bl-pip{background:#3a3a39;border-radius:2px;width:16px;height:4px}.bl-pip[data-on="1"]{background:var(--brand-turquoise)}.bl-pip[data-on=afford]{background:var(--brand-orange)}.bl-pip[data-on=done]{background:var(--brand-turquoise)}.bl-pip[data-on=verifying]{background:var(--brand-gold);background-image:repeating-linear-gradient(90deg,#0000 0 3px,#00000059 3px 5px)}.bl-card__go{border-bottom:1px solid var(--brand-orange);color:var(--brand-off-white);letter-spacing:.08em;text-transform:uppercase;padding-bottom:2px;font-size:11.5px;font-weight:700;transition:color .14s}.bl-card:hover .bl-card__go{color:var(--brand-white)}.bl-card[data-complete="1"] .bl-card__go{border-bottom-color:var(--brand-gold)}.st{letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border:1px solid;border-radius:4px;align-items:center;gap:6px;height:24px;padding:0 9px;font-size:10.5px;font-weight:700;display:inline-flex}.st i{background:currentColor;border-radius:50%;width:6px;height:6px;font-style:normal}.st--verified{color:var(--brand-turquoise);background:#03e5e314;border-color:#03e5e380}.st--verifying{color:var(--brand-gold);background:#f5c54214;border-color:#f5c5428c}.st--verifying i{animation:1.6s ease-in-out infinite st-blink}@keyframes st-blink{0%,to{opacity:1}50%{opacity:.35}}.st--open{color:var(--brand-orange);background:#ff642314;border-color:#ff64238c}.st--locked{color:#9a9a98;border-color:#4a4a49}.st--complete{border-color:var(--brand-gold);color:var(--brand-gold);background:#f5c54224}
