:root{--navy:#183B4E;--green:#496B5A;--green-dark:#365445;--orange:#C8753D;--cream:#F6F3EA;--bg:#EDF1EE;--surface:#fff;--ink:#203238;--muted:#67767A;--shadow:0 18px 45px rgba(24,59,78,.13)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.tbb-shell{width:min(1180px,calc(100% - 40px));margin:auto}.tbb-site-header{position:sticky;top:0;z-index:40;background:rgba(24,59,78,.96);color:#fff;backdrop-filter:blur(12px);box-shadow:0 5px 25px rgba(7,28,45,.22)}.tbb-header-inner{min-height:80px;display:flex;align-items:center;gap:25px}.tbb-brand{display:flex;align-items:center;gap:12px;margin-right:auto}.tbb-brand strong,.tbb-brand small{display:block}.tbb-brand small{opacity:.7}.tbb-brand-mark{width:44px;height:44px;border:2px solid var(--orange);border-radius:50%;display:grid;place-items:center;font-weight:900;color:var(--orange)}.tbb-nav{display:flex;align-items:center;gap:18px;font-size:.88rem;font-weight:700}.tbb-nav a:hover{color:#E3A06F}.tbb-bench-link{padding:8px 12px;border:1px solid rgba(255,255,255,.35);border-radius:8px}.tbb-menu-toggle{display:none}.tbb-hero{min-height:590px;display:flex;align-items:center;color:#fff;background:radial-gradient(circle at 80% 15%,rgba(200,117,61,.35),transparent 28%),linear-gradient(135deg,#102A35,#183B4E 60%,#315B63)}.tbb-hero .tbb-shell{padding:80px 0}.tbb-hero h1,.tbb-page-hero h1,.tbb-case-hero h1{font-family:Georgia,serif;line-height:1.05;margin:.25em 0;font-size:clamp(3rem,7vw,6.2rem);max-width:980px}.tbb-hero em{color:#D98A52}.tbb-hero p{max-width:730px;font-size:1.18rem}.tbb-kicker{text-transform:uppercase;letter-spacing:.16em;font-weight:800;font-size:.76rem;color:var(--orange)}.tbb-button{display:inline-flex;padding:13px 20px;border-radius:9px;border:0;background:var(--orange);color:#fff;font-weight:800;cursor:pointer}.tbb-button--ghost{background:transparent;border:1px solid rgba(255,255,255,.45)}.tbb-hero-actions{display:flex;gap:12px;margin-top:30px}.tbb-section{padding:68px 0}.tbb-section:nth-child(even){background:rgba(255,255,255,.45)}.tbb-section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:26px}.tbb-section-head h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.1rem);margin:0}.tbb-section-head p{margin:.25rem 0;color:var(--muted)}.tbb-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.tbb-case-card{background:var(--surface);border-radius:16px;overflow:hidden;box-shadow:var(--shadow);transition:.2s transform}.tbb-case-card:hover{transform:translateY(-5px)}.tbb-card-cover{display:block;position:relative;background:#dce7ef;aspect-ratio:2/3}.tbb-card-cover img{width:100%;height:100%;object-fit:cover}.tbb-placeholder{display:grid;place-items:center;height:100%;color:var(--muted)}.tbb-card-type{position:absolute;left:12px;top:12px;padding:5px 9px;border-radius:99px;background:rgba(24,59,78,.9);color:#fff;font-size:.7rem;font-weight:800;text-transform:uppercase}.tbb-card-body{padding:16px}.tbb-card-body h3{font-size:1.1rem;line-height:1.25;margin:5px 0 10px}.tbb-card-status{margin:0;color:var(--orange);font-size:.75rem;font-weight:800;text-transform:uppercase}.tbb-stars{color:var(--orange);font-size:1.12rem;letter-spacing:.05em}.tbb-unrated{color:var(--muted);font-size:.82rem}.tbb-card-evidence{display:flex;align-items:center;margin-top:14px;gap:5px;color:var(--muted);font-size:.68rem}.tbb-card-evidence img{width:30px;height:30px;border-radius:5px;object-fit:cover}.tbb-page-hero{background:var(--navy);color:#fff;padding:75px 0}.tbb-page-hero h1{font-size:4rem}.tbb-filters{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:12px;margin-bottom:18px}.tbb-filters input,.tbb-filters select{width:100%;padding:13px;border:1px solid #c8d6df;border-radius:9px;background:#fff}.tbb-pending-links{display:flex;flex-wrap:wrap;gap:14px;margin:18px 0 28px}.tbb-pending-links a{color:var(--navy);font-weight:800}.tbb-case-hero{min-height:520px;background-color:#173A47;background-size:cover;background-position:center;color:#fff;display:flex;align-items:end}.tbb-case-hero-inner{padding:80px 0 55px;display:grid;grid-template-columns:230px 1fr;gap:38px;align-items:end}.tbb-case-cover img{border-radius:14px;box-shadow:0 20px 55px rgba(0,0,0,.35)}.tbb-case-hero h1{font-size:clamp(2.8rem,6vw,5.5rem)}.tbb-verdict{display:flex;gap:15px;align-items:center;font-weight:800}.tbb-verdict .tbb-stars{font-size:1.5rem}.tbb-case-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:45px;padding:60px 0}.tbb-case-layout h2{font-family:Georgia,serif;font-size:2.2rem}.tbb-facts{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.tbb-facts div,.tbb-side-panel{background:#fff;border-radius:12px;padding:17px;box-shadow:var(--shadow)}.tbb-facts dt{font-size:.72rem;text-transform:uppercase;color:var(--muted);font-weight:800}.tbb-facts dd{margin:4px 0 0;font-weight:800}.tbb-review{margin-top:45px}.tbb-landmark{color:var(--orange);font-weight:900}.tbb-evidence-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.tbb-evidence-grid a{position:relative;display:block;background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}.tbb-evidence-grid img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.tbb-evidence-grid span{display:block;padding:10px 14px;font-weight:700}.tbb-evidence-case{margin-bottom:58px}.tbb-empty{padding:110px 0;min-height:60vh}.tbb-empty-message{padding:30px;background:#fff;border-radius:12px}.tbb-footer{background:#102A35;color:#fff;padding:45px 0}.tbb-footer p{opacity:.72;max-width:650px}@media(max-width:1050px){.tbb-nav{display:none;position:absolute;top:80px;left:0;right:0;background:var(--navy);padding:25px;flex-direction:column;align-items:flex-start}.tbb-nav.is-open{display:flex}.tbb-menu-toggle{display:block;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.4);padding:8px 12px;border-radius:7px}.tbb-card-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.tbb-shell{width:min(100% - 24px,1180px)}.tbb-brand small{display:none}.tbb-card-grid{grid-template-columns:repeat(2,1fr);gap:12px}.tbb-filters{grid-template-columns:1fr}.tbb-case-hero-inner,.tbb-case-layout{grid-template-columns:1fr}.tbb-case-cover{width:150px}.tbb-evidence-grid{grid-template-columns:1fr 1fr}.tbb-facts{grid-template-columns:1fr}.tbb-hero-actions{flex-direction:column;align-items:flex-start}}@media(max-width:430px){.tbb-card-grid,.tbb-evidence-grid{grid-template-columns:1fr}.tbb-hero h1{font-size:3rem}}


/* v0.1.1 case-file refinements */
.tbb-case-identity{min-width:0;padding-bottom:8px}.tbb-case-hero h1{font-size:clamp(2.65rem,5.1vw,5rem);max-width:900px;overflow-wrap:anywhere}.tbb-hero-details{display:grid;grid-template-columns:repeat(2,minmax(0,240px));gap:14px 28px;margin:24px 0 0}.tbb-hero-details div{border-left:3px solid var(--orange);padding-left:12px}.tbb-hero-details dt,.tbb-disposition-list dt{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:rgba(255,255,255,.68)}.tbb-hero-details dd{margin:2px 0 0;font-weight:800}.tbb-hero-details .tbb-hero-genres{grid-column:1/-1}.tbb-disposition-list{display:grid;gap:18px;margin:0}.tbb-disposition-list div{padding-bottom:15px;border-bottom:1px solid #e1e9ef}.tbb-disposition-list div:last-child{border-bottom:0;padding-bottom:0}.tbb-disposition-list dt{color:var(--muted)}.tbb-disposition-list dd{margin:5px 0 0;font-weight:900}.tbb-disposition .tbb-stars{font-size:1.45rem}.is-recommended{color:#247246}.is-not-recommended{color:#a33a32}.tbb-achievements{display:grid;gap:12px;margin-top:16px}.tbb-achievement{display:flex;align-items:center;gap:13px;background:#fff;border-radius:12px;padding:14px 15px;box-shadow:var(--shadow);border-left:4px solid var(--navy)}.tbb-achievement--platinum{border-left-color:#8198ad;background:linear-gradient(135deg,#fff,#edf3f7)}.tbb-achievement-icon,.tbb-achievement-symbol{width:46px;height:46px;flex:0 0 46px;border-radius:50%;display:grid;place-items:center;background:#e7eef4;color:var(--navy);font-weight:950}.tbb-achievement-icon svg{width:29px;height:29px;fill:#6e879d}.tbb-achievement--platinum .tbb-achievement-icon{background:linear-gradient(145deg,#f9fcff,#c9d6e0);box-shadow:inset 0 0 0 1px #aebdca}.tbb-achievement strong,.tbb-achievement small{display:block}.tbb-achievement small{color:var(--muted);font-size:.74rem;margin-top:1px}.tbb-facts{grid-template-columns:repeat(3,1fr)}
@media(max-width:760px){.tbb-hero-details{grid-template-columns:1fr}.tbb-hero-details .tbb-hero-genres{grid-column:auto}.tbb-facts{grid-template-columns:1fr}.tbb-case-hero{min-height:auto}.tbb-case-hero-inner{padding-top:50px}}
.tbb-achievement{color:var(--ink);text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.tbb-achievement:hover,.tbb-achievement:focus-visible{transform:translateY(-2px);box-shadow:0 16px 34px rgba(24,59,78,.18);outline:none}.tbb-achievement:focus-visible{box-shadow:0 0 0 3px rgba(200,117,61,.32),0 16px 34px rgba(24,59,78,.18)}.tbb-distinction-links{display:flex;align-items:center;flex-wrap:wrap;gap:10px 14px;margin:0 0 14px}.tbb-distinction-links a{padding:7px 11px;border:1px solid #c8d6df;border-radius:999px;background:#fff;color:var(--navy);font-size:.8rem;font-weight:800}.tbb-distinction-links a:hover{border-color:var(--orange);color:var(--orange)}
.tbb-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:1rem;margin:1.5rem 0}.tbb-stat-card{background:#fff;border:1px solid rgba(24,59,78,.12);border-radius:18px;padding:1.15rem;box-shadow:0 10px 30px rgba(23,51,74,.06)}.tbb-stat-card span{display:block;color:#587086;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.tbb-stat-card strong{display:block;color:#183B4E;font-size:2rem;margin-top:.35rem}.tbb-stat-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;margin:1.5rem 0}.tbb-stat-panel{background:#fff;border-radius:20px;padding:1.4rem;border:1px solid rgba(24,59,78,.12);margin:1.25rem 0}.tbb-stat-panel h2{margin-top:0}.tbb-rank-row{margin:.9rem 0}.tbb-rank-row>div:first-child{display:flex;justify-content:space-between;gap:1rem}.tbb-rank-track,.tbb-rating-bars>div>div{height:10px;background:#EDF1EE;border-radius:999px;overflow:hidden;margin-top:.35rem}.tbb-rank-track i,.tbb-rating-bars i{display:block;height:100%;background:linear-gradient(90deg,#183B4E,#C8753D);border-radius:999px}.tbb-rating-bars>div{display:grid;grid-template-columns:60px 1fr 38px;gap:.75rem;align-items:center;margin:.65rem 0}.tbb-review-grid{display:grid;gap:1.25rem}.tbb-review-card{display:grid;grid-template-columns:160px 1fr;gap:1.4rem;background:#fff;border:1px solid rgba(24,59,78,.12);border-radius:20px;padding:1rem}.tbb-review-cover img{width:100%;height:220px;object-fit:cover;border-radius:14px}.tbb-review-card h2{margin:.15rem 0}.tbb-review-recommendation{font-weight:800;color:#183B4E}.tbb-text-link{font-weight:800;color:#C8753D}.tbb-spoiler{background:#f5f8fb;border:1px solid #d8e3ec;border-radius:12px;padding:.8rem 1rem;margin:1rem 0}.tbb-spoiler summary{cursor:pointer;font-weight:800;color:#183B4E}.tbb-spoiler>div{padding-top:.8rem}@media(max-width:760px){.tbb-stat-layout{grid-template-columns:1fr}.tbb-review-card{grid-template-columns:100px 1fr}.tbb-review-cover img{height:150px}.tbb-stat-card strong{font-size:1.55rem}}


/* v0.2.1 navigation refinement */
.tbb-header-inner{
	width:min(1440px,calc(100% - 32px));
	gap:22px;
}
.tbb-brand{
	flex:0 0 auto;
}
.tbb-brand>span:last-child{
	min-width:158px;
}
.tbb-nav{
	flex:0 0 auto;
	gap:clamp(12px,1.35vw,22px);
	font-size:clamp(.78rem,.82vw,.9rem);
	white-space:nowrap;
}
.tbb-nav a{
	flex:0 0 auto;
	white-space:nowrap;
}
@media(max-width:1260px){
	.tbb-nav{
		display:none;
		position:absolute;
		top:80px;
		left:0;
		right:0;
		background:var(--navy);
		padding:25px max(24px,calc((100vw - 1180px)/2));
		flex-direction:column;
		align-items:flex-start;
		gap:14px;
		box-shadow:0 18px 35px rgba(7,28,45,.25);
	}
	.tbb-nav.is-open{display:flex}
	.tbb-menu-toggle{display:block;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.4);padding:8px 12px;border-radius:7px}
}

/* Court Statistics 0.3.0 */
.tbb-stats-hero{background:linear-gradient(135deg,#102A35 0%,#183B4E 62%,#315B63 100%);color:#fff;padding:72px 0;position:relative;overflow:hidden}.tbb-stats-hero:after{content:"";position:absolute;width:440px;height:440px;border-radius:50%;right:-120px;top:-220px;background:rgba(200,117,61,.18)}.tbb-stats-hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);gap:50px;align-items:center;position:relative;z-index:1}.tbb-stats-intro h1{font-family:Georgia,serif;font-size:clamp(3.2rem,7vw,5.7rem);line-height:1;margin:.18em 0}.tbb-stats-intro>p:not(.tbb-kicker){max-width:690px;font-size:1.1rem;color:rgba(255,255,255,.78)}.tbb-stat-pills{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}.tbb-stat-pills a{border:1px solid rgba(255,255,255,.34);padding:8px 14px;border-radius:999px;font-size:.82rem;font-weight:800}.tbb-stat-pills a:hover,.tbb-stat-pills a.is-active{background:var(--orange);border-color:var(--orange);color:#fff}.tbb-period-filter{display:flex;align-items:center;gap:10px;margin-top:18px;flex-wrap:wrap}.tbb-period-filter label{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.tbb-period-filter select{padding:11px 35px 11px 12px;border-radius:9px;border:1px solid rgba(255,255,255,.28);background:#fff;color:var(--ink)}.tbb-period-filter .tbb-button{padding:11px 16px}.tbb-headline-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tbb-headline-stats article{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.17);border-radius:18px;padding:20px;backdrop-filter:blur(8px)}.tbb-headline-stats span{display:block;font-size:.76rem;text-transform:uppercase;letter-spacing:.07em;color:rgba(255,255,255,.7);font-weight:800}.tbb-headline-stats strong{display:block;font-size:2.35rem;line-height:1.05;margin-top:8px}.tbb-headline-stats small{display:block;margin-top:6px}.tbb-headline-stats .tbb-stars{font-size:.94rem}.tbb-stats-page{background:linear-gradient(180deg,rgba(255,255,255,.5),rgba(234,241,246,.9))}.tbb-stats-two-column{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:28px;margin-bottom:60px}.tbb-stat-story,.tbb-recommendation-panel{background:transparent}.tbb-stat-section-head{margin-bottom:24px}.tbb-stat-section-head h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3rem);margin:.1em 0;line-height:1.1}.tbb-stat-section-head .tbb-kicker{margin:0}.tbb-visual-list{display:grid;gap:17px}.tbb-visual-row-label{display:flex;justify-content:space-between;gap:20px;margin-bottom:7px}.tbb-visual-row-label span{font-weight:750}.tbb-visual-row-label strong{color:var(--navy)}.tbb-visual-track{height:10px;background:#d8e3eb;border-radius:999px;overflow:hidden}.tbb-visual-track i{height:100%;display:block;background:linear-gradient(90deg,var(--navy),var(--orange));border-radius:999px}.tbb-recommendation-panel{background:#fff;border:1px solid rgba(24,59,78,.12);border-radius:24px;padding:28px;box-shadow:0 15px 40px rgba(24,59,78,.08)}.tbb-recommendation-content{display:flex;align-items:center;gap:28px}.tbb-donut{width:172px;height:172px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto}.tbb-donut>div{width:126px;height:126px;border-radius:50%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.tbb-donut strong{font-size:2rem}.tbb-donut span{font-size:.75rem;color:var(--muted)}.tbb-recommendation-content dl{display:grid;gap:15px;margin:0}.tbb-recommendation-content dl div{border-left:3px solid var(--orange);padding-left:12px}.tbb-recommendation-content dt{font-weight:850}.tbb-recommendation-content dd{margin:2px 0 0;color:var(--muted)}.tbb-rating-story{margin:68px 0}.tbb-rating-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.tbb-rating-row{background:#fff;border:1px solid rgba(24,59,78,.12);border-radius:15px;padding:15px}.tbb-rating-row>div:first-child{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}.tbb-rating-row span{font-weight:750}.tbb-rating-row strong{color:var(--navy)}.tbb-genre-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.tbb-genre-grid a{background:#fff;border:1px solid rgba(24,59,78,.12);border-radius:16px;padding:17px;transition:.2s transform,.2s border-color}.tbb-genre-grid a:hover{transform:translateY(-3px);border-color:var(--orange)}.tbb-genre-grid span{display:block;color:var(--muted);font-size:.82rem}.tbb-genre-grid strong{display:block;font-size:1.7rem;margin-top:3px}.tbb-time-record{margin:70px 0}.tbb-time-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.tbb-time-cards article{background:var(--navy);color:#fff;border-radius:22px;padding:25px;position:relative;overflow:hidden}.tbb-time-cards article:after{content:"";position:absolute;width:110px;height:110px;border-radius:50%;background:rgba(200,117,61,.18);right:-40px;bottom:-55px}.tbb-time-cards span,.tbb-time-cards small{display:block}.tbb-time-cards span{color:rgba(255,255,255,.7);font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;font-weight:800}.tbb-time-cards strong{display:block;font-size:2.6rem;margin:8px 0}.tbb-time-cards small{color:#E3A06F}.tbb-trophy-cabinet{border:1px solid rgba(24,59,78,.12);background:linear-gradient(135deg,#f7fbff,#fff7ed);border-radius:28px;padding:34px;margin:70px 0}.tbb-trophy-cabinet{display:grid;grid-template-columns:minmax(230px,.65fr) minmax(0,1.35fr);gap:30px}.tbb-trophy-intro h2{font-family:Georgia,serif;font-size:2.7rem;margin:.1em 0}.tbb-trophy-intro>p:last-child{color:var(--muted)}.tbb-distinction-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.tbb-distinction-grid a{background:#fff;border:1px solid rgba(24,59,78,.12);border-radius:16px;padding:16px}.tbb-distinction-grid span,.tbb-distinction-grid small{display:block}.tbb-distinction-grid span{font-size:.78rem;color:var(--muted);font-weight:750}.tbb-distinction-grid strong{display:block;font-size:2rem;color:var(--navy);margin:5px 0}.tbb-distinction-grid small{color:var(--orange);font-weight:800}.tbb-trophy-summary{grid-column:1/-1}.tbb-trophy-summary>span{font-weight:750}.tbb-trophy-summary>strong{float:right;color:var(--navy)}.tbb-trophy-summary .tbb-visual-track{margin-top:8px}.tbb-stats-rankings{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:70px}.tbb-stats-rankings .tbb-stat-section-head h2{font-size:2rem}.tbb-stats-rankings .tbb-visual-list{gap:13px}
@media(max-width:1050px){.tbb-stats-hero-grid{grid-template-columns:1fr}.tbb-headline-stats{max-width:720px}.tbb-stats-rankings{grid-template-columns:1fr 1fr}.tbb-trophy-cabinet{grid-template-columns:1fr}.tbb-distinction-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.tbb-stats-hero{padding:52px 0}.tbb-stats-two-column{grid-template-columns:1fr;gap:50px}.tbb-rating-grid,.tbb-time-cards,.tbb-stats-rankings{grid-template-columns:1fr}.tbb-recommendation-content{align-items:flex-start}.tbb-donut{width:145px;height:145px}.tbb-donut>div{width:105px;height:105px}.tbb-genre-grid{grid-template-columns:1fr 1fr}.tbb-trophy-cabinet{padding:24px}.tbb-period-filter{align-items:stretch}.tbb-period-filter label{width:100%}}
@media(max-width:500px){.tbb-headline-stats,.tbb-distinction-grid,.tbb-genre-grid{grid-template-columns:1fr}.tbb-recommendation-content{flex-direction:column}.tbb-donut{align-self:center}.tbb-stat-pills a{font-size:.75rem;padding:7px 10px}}

/* v0.4.0 Series, advanced search, and Evidence Locker */
.tbb-advanced-filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:center}.tbb-advanced-filters input,.tbb-advanced-filters select{width:100%;min-width:0}.tbb-filter-check{display:flex;align-items:center;gap:8px;font-weight:750}.tbb-result-count{margin:24px 0 12px;color:var(--muted);font-weight:750}.tbb-button-secondary{background:#fff!important;color:var(--navy)!important;border:1px solid rgba(24,59,78,.25)!important}.tbb-series-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.tbb-series-card{background:#fff;border:1px solid rgba(24,59,78,.12);border-radius:22px;overflow:hidden;display:grid;grid-template-columns:190px 1fr;min-height:240px}.tbb-series-card>div{padding:26px}.tbb-series-card h2{font-family:Georgia,serif;font-size:1.8rem;margin:.25rem 0}.tbb-series-image{background:var(--navy);min-height:240px}.tbb-series-image img{width:100%;height:100%;object-fit:cover}.tbb-series-hero{background:#102A35;color:#fff;padding:86px 0;background-size:cover;background-position:center}.tbb-series-hero h1{font-family:Georgia,serif;font-size:clamp(3rem,7vw,6rem);margin:.1em 0}.tbb-series-lede{max-width:720px;font-size:1.15rem;color:rgba(255,255,255,.8)}.tbb-series-description{max-width:850px;background:#fff;border:1px solid rgba(24,59,78,.12);border-radius:20px;padding:28px;margin-bottom:48px}.tbb-evidence-hero{background:linear-gradient(135deg,#071c2d,#183B4E);color:#fff;padding:72px 0}.tbb-evidence-hero h1{font-family:Georgia,serif;font-size:clamp(3rem,7vw,5rem);margin:.1em 0}.tbb-evidence-filters{margin-bottom:42px}.tbb-evidence-grid button{border:0;padding:0;background:#fff;text-align:left;cursor:pointer;border-radius:16px;overflow:hidden;box-shadow:0 8px 25px rgba(24,59,78,.1)}.tbb-evidence-grid button img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.tbb-evidence-grid button span{display:block;padding:11px 13px;font-weight:750}.tbb-lightbox{width:min(1120px,94vw);max-width:none;border:0;border-radius:20px;padding:48px 18px 18px;background:#071c2d;color:#fff}.tbb-lightbox::backdrop{background:rgba(3,12,20,.88)}.tbb-lightbox img{display:block;max-width:100%;max-height:78vh;margin:auto;border-radius:10px}.tbb-lightbox p{text-align:center;margin:.8rem 0 0}.tbb-lightbox-close{position:absolute;right:14px;top:8px;border:0;background:transparent;color:#fff;font-size:2rem;cursor:pointer}.tbb-series-search{max-width:720px;margin-bottom:30px}
@media(max-width:1050px){.tbb-advanced-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.tbb-series-grid{grid-template-columns:1fr}}
@media(max-width:650px){.tbb-advanced-filters{grid-template-columns:1fr}.tbb-series-card{grid-template-columns:120px 1fr;min-height:180px}.tbb-series-image{min-height:180px}.tbb-series-card>div{padding:18px}.tbb-series-card h2{font-size:1.35rem}}


/* v0.5.0 curator and discovery update */
.tbb-nav-search{padding:8px 12px;border:1px solid rgba(255,255,255,.35);border-radius:8px}.tbb-inline-record-link{color:inherit;text-decoration:underline;text-decoration-color:rgba(200,117,61,.65);text-underline-offset:3px}.tbb-inline-record-link:hover{color:var(--orange)}
.tbb-record-summary{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin:0 0 48px}.tbb-record-summary article{background:#fff;border:1px solid rgba(24,59,78,.12);border-radius:16px;padding:18px}.tbb-record-summary span{display:block;color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;font-weight:800}.tbb-record-summary strong{display:block;margin-top:5px;font-size:1.75rem;color:var(--navy)}.tbb-series-type{margin-top:58px}
.tbb-timeline-filters{grid-template-columns:1fr 1fr auto;max-width:720px}.tbb-timeline{position:relative}.tbb-timeline:before{content:"";position:absolute;left:135px;top:0;bottom:0;width:2px;background:#c9d7e1}.tbb-timeline-group{display:grid;grid-template-columns:110px 1fr;gap:50px;margin-bottom:45px;position:relative}.tbb-timeline-date{font-family:Georgia,serif;font-size:1.25rem;font-weight:700;text-align:right}.tbb-timeline-date:after{content:"";position:absolute;left:128px;top:7px;width:16px;height:16px;border:3px solid var(--orange);background:var(--bg);border-radius:50%}.tbb-timeline-cases{display:grid;gap:12px}.tbb-timeline-case a{display:grid;grid-template-columns:72px 1fr;gap:15px;align-items:center;background:#fff;border-radius:15px;padding:12px;border:1px solid rgba(24,59,78,.12)}.tbb-timeline-case img{width:72px;height:72px;object-fit:cover;border-radius:10px}.tbb-timeline-case h2{font-size:1.2rem;margin:.1rem 0}.tbb-timeline-case .tbb-kicker{margin:0}
.tbb-global-search{display:grid;grid-template-columns:1fr auto;gap:12px;max-width:900px;margin-bottom:55px}.tbb-global-search input{width:100%;padding:16px;border:1px solid #c8d6df;border-radius:10px;background:#fff;font-size:1rem}.tbb-search-sections{display:grid;gap:70px}.tbb-search-record-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.tbb-search-record{background:#fff;border:1px solid rgba(24,59,78,.12);border-radius:16px;padding:18px;transition:.2s transform,.2s border-color}.tbb-search-record:hover{transform:translateY(-3px);border-color:var(--orange)}.tbb-search-record span{display:block;color:var(--muted);font-size:.72rem;text-transform:uppercase;font-weight:800}.tbb-search-record strong{display:block;margin-top:5px;font-size:1.1rem}
@media(max-width:1050px){.tbb-record-summary{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.tbb-record-summary{grid-template-columns:repeat(2,1fr)}.tbb-timeline:before{left:9px}.tbb-timeline-group{grid-template-columns:1fr;gap:10px;padding-left:34px}.tbb-timeline-date{text-align:left}.tbb-timeline-date:after{left:2px}.tbb-timeline-filters,.tbb-global-search{grid-template-columns:1fr}.tbb-search-record-grid{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.tbb-record-summary,.tbb-search-record-grid{grid-template-columns:1fr}}

/* v0.5.2 primary navigation refinements */
.tbb-nav-search{width:38px;height:38px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.35);border-radius:8px;flex:0 0 auto}
.tbb-nav-search svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.tbb-nav-search:hover,.tbb-nav-search:focus-visible{border-color:rgba(255,179,110,.85);background:rgba(255,255,255,.08)}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1050px){.tbb-nav-search{width:auto;height:auto;padding:8px 12px;gap:9px}.tbb-nav-search .screen-reader-text{position:static!important;width:auto;height:auto;margin:0;overflow:visible;clip:auto;white-space:normal}.tbb-nav-search svg{width:18px;height:18px}}

/* v0.5.3 - richer Court Statistics and tighter Home Office hero */
.tbb-hero{min-height:455px}.tbb-hero .tbb-shell{padding:54px 0}.tbb-hero h1{font-size:clamp(2.7rem,5.2vw,4.65rem);max-width:900px;line-height:1.02}.tbb-hero p{font-size:1.08rem}.tbb-chart-card{overflow:hidden}.tbb-donut-layout{display:grid;grid-template-columns:190px 1fr;gap:28px;align-items:center}.tbb-multi-donut{width:180px;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;position:relative}.tbb-multi-donut:after{content:"";position:absolute;inset:30px;border-radius:50%;background:var(--surface)}.tbb-multi-donut>div{position:relative;z-index:1;text-align:center;display:grid}.tbb-multi-donut strong{font-size:2rem;line-height:1}.tbb-multi-donut span{font-size:.74rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-top:6px}.tbb-chart-legend{display:grid;gap:12px}.tbb-chart-legend>div{display:grid;grid-template-columns:12px 1fr auto;gap:10px;align-items:center;padding-bottom:9px;border-bottom:1px solid #dbe5ec}.tbb-chart-legend i,.tbb-segment-legend i{width:10px;height:10px;border-radius:50%}.tbb-chart-legend small{font-weight:500;color:var(--muted);margin-left:5px}.tbb-line-card{position:relative}.tbb-line-summary{display:flex;gap:10px;align-items:baseline;margin:-6px 0 14px;color:var(--muted)}.tbb-line-summary strong{font-size:1.6rem;color:var(--ink)}.tbb-line-summary small{font-weight:700;color:var(--orange)}.tbb-svg-chart{width:100%;height:280px}.tbb-svg-chart svg{width:100%;height:100%;overflow:visible}.tbb-chart-grid{stroke:#dbe5ec;stroke-width:1}.tbb-chart-axis{stroke:#9fb3c2;stroke-width:1.5}.tbb-chart-line{fill:none;stroke:var(--orange);stroke-width:4;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.tbb-chart-point{fill:var(--surface);stroke:var(--navy);stroke-width:3;vector-effect:non-scaling-stroke}.tbb-chart-label{font-size:13px;fill:var(--muted)}.tbb-column-chart{height:250px;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:9px;align-items:end;padding-top:20px}.tbb-column-item{height:100%;display:grid;grid-template-rows:22px 1fr 24px;text-align:center;min-width:0}.tbb-column-value{font-size:.74rem;font-weight:800}.tbb-column-track{height:100%;display:flex;align-items:flex-end;justify-content:center;background:linear-gradient(to top,#e4edf3 1px,transparent 1px);background-size:100% 25%}.tbb-column-track i{display:block;width:min(34px,72%);background:linear-gradient(180deg,var(--orange),#d76000);border-radius:7px 7px 2px 2px;min-height:3px}.tbb-column-item span{font-size:.68rem;color:var(--muted);align-self:end}.tbb-rating-histogram{height:265px;display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:12px;align-items:end;padding-top:16px}.tbb-rating-histogram>div{height:100%;display:grid;grid-template-rows:24px 1fr 26px;text-align:center}.tbb-rating-histogram strong{font-size:.8rem}.tbb-rating-column{height:100%;display:flex;align-items:flex-end;justify-content:center;border-bottom:1px solid #b9cad6;background:linear-gradient(to top,#e7eff4 1px,transparent 1px);background-size:100% 25%}.tbb-rating-column i{width:min(42px,75%);background:var(--orange);border-radius:7px 7px 1px 1px;min-height:3px}.tbb-rating-histogram small{color:var(--muted);font-size:.7rem;white-space:nowrap}.tbb-segmented-bar{display:flex;height:28px;border-radius:999px;overflow:hidden;background:#dbe6ed;margin:12px 0 22px}.tbb-segmented-bar i{height:100%;display:block}.tbb-segment-legend{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.tbb-segment-legend>div{display:grid;grid-template-columns:12px 1fr auto auto;align-items:center;gap:9px;padding:10px 0;border-bottom:1px solid #dbe5ec}.tbb-segment-legend small{color:var(--muted)}
@media(max-width:800px){.tbb-hero{min-height:390px}.tbb-hero .tbb-shell{padding:42px 0}.tbb-donut-layout{grid-template-columns:1fr}.tbb-multi-donut{margin:auto}.tbb-column-chart{gap:4px}.tbb-column-track i{width:76%}.tbb-rating-histogram{gap:5px}.tbb-rating-histogram small{font-size:.6rem;transform:rotate(-35deg);transform-origin:center}.tbb-segment-legend{grid-template-columns:1fr}.tbb-svg-chart{height:230px}}

/* 0.5.4 statistics drill-down and full-width chart refinements */
.tbb-stat-full-row{margin:64px 0}.tbb-stat-full-row>.tbb-stat-story{width:100%;margin:0}.tbb-stat-full-row .tbb-svg-chart{height:330px}.tbb-stat-full-row .tbb-column-chart{height:300px}.tbb-stat-full-row .tbb-segmented-bar{height:34px}.tbb-stat-help{margin:-12px 0 18px;color:var(--muted);font-size:.92rem}.tbb-rating-histogram>.tbb-rating-bin{height:100%;display:grid;grid-template-rows:24px 1fr 26px;text-align:center;color:inherit;text-decoration:none;border-radius:10px;transition:background .18s ease,transform .18s ease}.tbb-rating-histogram>.tbb-rating-bin:hover,.tbb-rating-histogram>.tbb-rating-bin:focus-visible{background:rgba(200,117,61,.08);transform:translateY(-2px);outline:2px solid var(--orange);outline-offset:2px}.tbb-rating-bin:hover .tbb-rating-column i,.tbb-rating-bin:focus-visible .tbb-rating-column i{background:var(--navy)}.tbb-active-filter-note{grid-column:1/-1;background:#fff7ed;border:1px solid rgba(200,117,61,.25);border-radius:12px;padding:12px 14px;color:var(--ink)}
@media(max-width:800px){.tbb-stat-full-row{margin:48px 0}.tbb-stat-full-row .tbb-svg-chart{height:250px}.tbb-stat-full-row .tbb-column-chart{height:260px}}

/* v0.6.0 - curator update: Home Office, Explorer, Search, Evidence Locker, Series */
.tbb-home-hero{min-height:400px}.tbb-home-hero-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.65fr);gap:48px;align-items:center}.tbb-home-hero h1{max-width:780px;font-size:clamp(2.7rem,4.8vw,4.4rem)}.tbb-hero-copy{max-width:720px}.tbb-home-record{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:22px;padding:24px;backdrop-filter:blur(8px)}.tbb-home-record .tbb-kicker{margin-top:0}.tbb-home-record-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:18px 0}.tbb-home-record-grid>div{padding:14px;border-radius:14px;background:rgba(255,255,255,.08)}.tbb-home-record strong{display:block;font-family:Georgia,serif;font-size:2rem;line-height:1;color:#fff}.tbb-home-record span{font-size:.74rem;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.72)}.tbb-home-record>a{font-weight:800;color:#fff}.tbb-home-section{padding-top:64px;padding-bottom:64px}.tbb-home-band{padding:72px 0;background:rgba(255,255,255,.38)}.tbb-home-two-column{display:grid;grid-template-columns:1.15fr .85fr;gap:58px}.tbb-card-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.tbb-card-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.tbb-home-review-list{display:grid;gap:14px}.tbb-home-review{display:grid;grid-template-columns:82px 1fr;gap:16px;padding:14px;background:#fff;border:1px solid rgba(24,59,78,.12);border-radius:16px}.tbb-home-review img{width:82px;height:106px;object-fit:cover;border-radius:10px}.tbb-home-review h3{margin:.1rem 0 .35rem;font-size:1.18rem}.tbb-home-review p{margin:.25rem 0;color:var(--muted)}

.tbb-explorer-hero{padding-bottom:34px}.tbb-explorer-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:38px;align-items:start}.tbb-explorer-sidebar{position:sticky;top:104px}.tbb-explorer-filters{background:#fff;border:1px solid rgba(24,59,78,.12);border-radius:20px;padding:20px;display:grid;gap:16px}.tbb-filter-heading{display:flex;align-items:end;justify-content:space-between;gap:12px;border-bottom:1px solid #dbe5ec;padding-bottom:14px}.tbb-filter-heading h2{font-size:1.5rem;margin:0}.tbb-filter-heading .tbb-kicker{margin:0}.tbb-filter-heading>span{font-size:.72rem;background:#fff1e4;color:#a84f00;border-radius:999px;padding:5px 8px;font-weight:800}.tbb-explorer-filters label{font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.tbb-explorer-filters input,.tbb-explorer-filters select{display:block;width:100%;margin-top:6px;padding:11px 12px;border:1px solid #c8d6df;border-radius:9px;background:#fff;color:var(--ink);font-size:.9rem;text-transform:none;letter-spacing:0;font-weight:500}.tbb-filter-pair,.tbb-filter-stack{display:grid;gap:12px}.tbb-filter-pair{grid-template-columns:1fr 1fr}.tbb-explorer-filters details{border-top:1px solid #e1e9ee;padding-top:12px}.tbb-explorer-filters summary{cursor:pointer;font-weight:800;color:var(--ink);font-size:.9rem;margin-bottom:12px}.tbb-explorer-filters .tbb-filter-check{display:flex;align-items:center;gap:8px;text-transform:none;letter-spacing:0}.tbb-explorer-filters .tbb-filter-check input{width:auto;margin:0}.tbb-explorer-result-head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:24px}.tbb-explorer-result-head h2{margin:0;font-size:2rem}.tbb-distinction-mini{display:flex;gap:8px;flex-wrap:wrap}.tbb-distinction-mini a{padding:7px 10px;border-radius:999px;background:#fff;border:1px solid #cbd9e2;font-size:.78rem;font-weight:800}.tbb-distinction-mini a:hover{border-color:var(--orange);color:#a84f00}

.tbb-search-hero .tbb-global-search--hero{margin:26px 0 0;max-width:920px}.tbb-search-summary{display:flex;gap:12px;align-items:baseline;margin-bottom:42px}.tbb-search-summary strong{font-family:Georgia,serif;font-size:3rem;color:var(--navy)}.tbb-search-summary span{color:var(--muted)}.tbb-search-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.tbb-search-review{background:#fff;border:1px solid rgba(24,59,78,.12);border-radius:16px;padding:20px}.tbb-search-review h3{margin:.25rem 0 .6rem}.tbb-search-review p{color:var(--muted)}.tbb-search-review>a{font-weight:800;color:var(--navy)}

.tbb-evidence-case-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.tbb-evidence-folder{background:#fff;border:1px solid rgba(24,59,78,.12);border-radius:20px;overflow:hidden}.tbb-evidence-folder-preview{height:280px;position:relative;background:#dfeaf1}.tbb-evidence-folder-preview img{width:100%;height:100%;object-fit:cover}.tbb-evidence-folder-preview>span{position:absolute;right:14px;bottom:14px;background:rgba(7,28,45,.88);color:#fff;padding:7px 10px;border-radius:999px;font-size:.75rem;font-weight:800}.tbb-evidence-folder-body{padding:20px}.tbb-evidence-folder-body h2{margin:.25rem 0 14px}.tbb-evidence-folder-details{border-top:1px solid #dbe5ec;border-bottom:1px solid #dbe5ec;padding:12px 0;margin:8px 0 14px}.tbb-evidence-folder-details summary{cursor:pointer;font-weight:800;color:var(--navy)}.tbb-evidence-grid--folder{margin-top:14px;grid-template-columns:repeat(3,minmax(0,1fr))}.tbb-evidence-grid--folder button{min-height:120px}.tbb-evidence-case-link{font-weight:800;color:var(--navy)}

.tbb-series-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:36px;align-items:end}.tbb-series-progress{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);padding:20px;border-radius:18px;color:#fff}.tbb-series-progress strong{font-family:Georgia,serif;font-size:2.4rem;line-height:1}.tbb-series-progress span{display:block;margin:4px 0 12px;color:rgba(255,255,255,.75);font-size:.78rem}.tbb-series-progress>div{height:9px;background:rgba(255,255,255,.18);border-radius:99px;overflow:hidden}.tbb-series-progress i{height:100%;display:block;background:var(--orange)}.tbb-series-summary .tbb-record-text-value{font-size:1.25rem;line-height:1.25}.tbb-series-journey{margin:58px 0}.tbb-series-journey-list{display:grid;border-top:1px solid #cddae3}.tbb-series-journey-list a{display:grid;grid-template-columns:90px minmax(0,1fr) 120px;gap:16px;align-items:center;padding:14px 4px;border-bottom:1px solid #cddae3}.tbb-series-journey-list a:hover strong{color:var(--orange)}.tbb-series-journey-list span,.tbb-series-journey-list small{color:var(--muted)}.tbb-series-grid--editorial{gap:24px}.tbb-series-card--editorial{grid-template-columns:220px 1fr}.tbb-series-card-stats{display:flex;gap:20px;flex-wrap:wrap;margin:10px 0}.tbb-series-card-stats span{color:var(--muted);font-size:.82rem}.tbb-series-card-stats strong{color:var(--navy)}.tbb-series-type-chips{display:flex;gap:7px;flex-wrap:wrap;margin:10px 0}.tbb-series-type-chips span{background:#edf4f8;border:1px solid #d1e0e8;border-radius:999px;padding:4px 8px;font-size:.7rem;font-weight:800;color:var(--navy)}

@media(max-width:1050px){.tbb-home-hero-grid{grid-template-columns:1fr}.tbb-home-record{max-width:700px}.tbb-home-two-column{grid-template-columns:1fr}.tbb-card-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}.tbb-explorer-layout{grid-template-columns:1fr}.tbb-explorer-sidebar{position:static}.tbb-explorer-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.tbb-filter-heading,.tbb-explorer-filters details,.tbb-explorer-filters>.tbb-button,.tbb-explorer-filters>label:first-of-type{grid-column:1/-1}.tbb-search-review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tbb-series-hero-inner{grid-template-columns:1fr}.tbb-series-progress{max-width:360px}}
@media(max-width:760px){.tbb-home-hero{min-height:auto}.tbb-home-record-grid{grid-template-columns:1fr 1fr}.tbb-card-grid--four,.tbb-card-grid--two{grid-template-columns:1fr 1fr}.tbb-explorer-filters{grid-template-columns:1fr}.tbb-explorer-filters>*{grid-column:1!important}.tbb-filter-pair{grid-template-columns:1fr}.tbb-explorer-result-head{align-items:flex-start;flex-direction:column}.tbb-search-review-grid,.tbb-evidence-case-grid{grid-template-columns:1fr}.tbb-evidence-folder-preview{height:220px}.tbb-series-journey-list a{grid-template-columns:64px minmax(0,1fr)}.tbb-series-journey-list small{grid-column:2}.tbb-series-card--editorial{grid-template-columns:120px 1fr}}
@media(max-width:520px){.tbb-home-record-grid,.tbb-card-grid--four,.tbb-card-grid--two{grid-template-columns:1fr}.tbb-home-review{grid-template-columns:64px 1fr}.tbb-home-review img{width:64px;height:88px}.tbb-search-review-grid{grid-template-columns:1fr}.tbb-evidence-grid--folder{grid-template-columns:repeat(2,1fr)}}

/* 0.7.0 — Home Office and publication refinements */
.tbb-home-intro{background:#173A47;color:#fff;padding:72px 0;background-image:radial-gradient(circle at 88% 12%,rgba(200,117,61,.16),transparent 32%)}
.tbb-home-intro-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.6fr);gap:54px;align-items:center}
.tbb-home-title h1{font-family:Georgia,serif;font-size:clamp(3.2rem,6.2vw,6.5rem);line-height:.98;margin:0 0 18px;letter-spacing:-.035em}
.tbb-home-title p{font-size:clamp(1.25rem,2vw,1.8rem);font-weight:700;color:#cfe5f6;margin:0}.tbb-home-title p span{color:var(--orange);padding:0 .3em}
.tbb-home-record--light{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2)}
.tbb-home-about{background:#15191d;color:#fff;padding:58px 0}.tbb-home-about-copy{max-width:1120px}.tbb-home-about h2{font-size:clamp(2.3rem,4vw,4rem);margin:0 0 14px}.tbb-home-about p{max-width:1080px;color:#aeb8c2;font-size:1.25rem;line-height:1.7;margin:0}.tbb-home-about .tbb-button-secondary{background:transparent;border:1px solid #6f7a84;color:#fff}
.tbb-docket-row{display:grid;grid-template-columns:repeat(4,minmax(210px,1fr));gap:22px}
.tbb-featured-case{background-color:#173A47;background-size:cover;background-position:center;color:#fff;padding:65px 0}.tbb-featured-case-inner{display:grid;grid-template-columns:1fr 220px;gap:50px;align-items:center}.tbb-featured-case h2{font-family:Georgia,serif;font-size:clamp(2.6rem,5vw,5rem);line-height:1;margin:.15em 0}.tbb-featured-cover img{display:block;width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:16px;box-shadow:0 22px 50px rgba(0,0,0,.35)}
.tbb-home-review-editorial{display:grid;grid-template-columns:1.35fr .65fr;gap:22px}.tbb-home-review-feature{background:#fff;border:1px solid rgba(24,59,78,.12);border-radius:20px;overflow:hidden}.tbb-home-review-feature:not(.is-lead){display:grid;grid-template-columns:120px 1fr}.tbb-home-review-feature.is-lead{grid-row:span 2}.tbb-home-review-image img{width:100%;height:100%;min-height:210px;object-fit:cover;display:block}.tbb-home-review-feature.is-lead .tbb-home-review-image img{height:320px}.tbb-home-review-feature>div{padding:20px}.tbb-home-review-feature h3{font-size:1.4rem;margin:.2rem 0 .5rem}.tbb-home-review-feature.is-lead h3{font-size:2rem}
.tbb-home-evidence-mosaic{display:grid;grid-template-columns:1.4fr .8fr .8fr;grid-template-rows:180px 180px;gap:12px}.tbb-home-evidence-mosaic a{position:relative;border-radius:16px;overflow:hidden;background:#d9e4ec}.tbb-home-evidence-mosaic a:first-child{grid-row:1/3}.tbb-home-evidence-mosaic img{width:100%;height:100%;object-fit:cover}.tbb-home-evidence-mosaic span{position:absolute;left:12px;bottom:12px;background:rgba(8,29,47,.84);color:#fff;border-radius:999px;padding:6px 10px;font-size:.75rem;font-weight:800}
.tbb-case-record{border-top:4px solid var(--orange)}.tbb-case-record .tbb-kicker{margin-top:0}.tbb-case-record h2{margin-top:.1rem}.tbb-related-cases{background:rgba(255,255,255,.42)}
.tbb-curated-lists{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 24px}.tbb-curated-lists a{background:#fff;border:1px solid rgba(24,59,78,.16);border-radius:999px;padding:8px 12px;font-weight:800;font-size:.82rem}.tbb-curated-lists a:hover{border-color:var(--orange);color:var(--orange)}
.tbb-bench-grid{display:grid;gap:24px}.tbb-bench-card{display:grid;grid-template-columns:260px 1fr;background:#fff;border:1px solid rgba(24,59,78,.12);border-radius:20px;overflow:hidden}.tbb-bench-card img{width:100%;height:100%;min-height:230px;object-fit:cover}.tbb-bench-card>div{padding:28px}.tbb-bench-card h2{font-family:Georgia,serif;font-size:2rem;margin:.15rem 0 .6rem}.tbb-bench-reading{max-width:850px}.tbb-bench-featured img{width:100%;max-height:520px;object-fit:cover;border-radius:18px;margin-bottom:32px}.tbb-bench-content{font-family:Georgia,serif;font-size:1.16rem;line-height:1.85}.tbb-bench-content h2,.tbb-bench-content h3{font-family:Inter,system-ui,sans-serif}.tbb-footer-link{font-weight:800;color:#fff;text-decoration:underline;text-decoration-color:var(--orange);text-underline-offset:4px}
@media(max-width:1050px){.tbb-home-intro-grid{grid-template-columns:1fr}.tbb-home-record--light{max-width:none}.tbb-docket-row{grid-template-columns:repeat(2,1fr)}.tbb-home-review-editorial{grid-template-columns:1fr}.tbb-home-review-feature.is-lead{grid-row:auto}.tbb-home-review-feature:not(.is-lead){grid-template-columns:160px 1fr}}
@media(max-width:760px){.tbb-home-intro{padding:52px 0}.tbb-home-title h1{font-size:clamp(3rem,15vw,4.6rem)}.tbb-home-about p{font-size:1.05rem}.tbb-featured-case-inner{grid-template-columns:1fr}.tbb-featured-cover{width:150px}.tbb-home-evidence-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:180px 180px}.tbb-home-evidence-mosaic a:first-child{grid-row:auto}.tbb-bench-card{grid-template-columns:1fr}.tbb-bench-card img{height:240px}.tbb-docket-row{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.tbb-docket-row{grid-template-columns:1fr}.tbb-home-review-feature:not(.is-lead){grid-template-columns:100px 1fr}.tbb-home-evidence-mosaic{grid-template-columns:1fr;grid-template-rows:none}.tbb-home-evidence-mosaic a{height:210px}}

/* v0.7.1 editorial Case File + Series artwork refinements */
.tbb-case-layout--editorial{grid-template-columns:minmax(0,2.35fr) minmax(300px,.85fr);gap:54px;align-items:start}
.tbb-case-layout--editorial .tbb-review{margin-top:0}
.tbb-review--primary h2{font-family:Georgia,serif;font-size:clamp(2.65rem,5vw,4.25rem);line-height:1.05;margin:.12em 0 .55em}
.tbb-review-copy{font-size:1.13rem;line-height:1.82;max-width:850px}
.tbb-review-copy p{margin:0 0 1.3em}
.tbb-empty-review{font-size:1.05rem;color:var(--muted);background:#fff;border-radius:14px;padding:22px;box-shadow:var(--shadow)}
.tbb-case-record{border-top:4px solid var(--orange);position:static}
.tbb-case-record h2{margin:.25rem 0 1.15rem}
.tbb-case-record .tbb-stars{font-size:1.42rem}
.tbb-hero-details{grid-template-columns:repeat(2,minmax(0,280px));gap:14px 28px;max-width:760px}
.tbb-hero-details .tbb-hero-genres{grid-column:1/-1}
.tbb-series-image img{display:block;width:100%;height:100%;object-fit:cover}
.tbb-series-card--editorial .tbb-series-image{min-height:280px;background:linear-gradient(135deg,#0d385e,#1e5683)}
.tbb-series-hero.has-image{background-size:cover;background-position:center}
@media(max-width:1050px){.tbb-hero-details{grid-template-columns:repeat(2,minmax(0,240px))}}
@media(max-width:760px){.tbb-case-layout--editorial{grid-template-columns:1fr;gap:34px}.tbb-case-record{position:static}.tbb-review-copy{font-size:1.04rem;line-height:1.75}.tbb-review--primary h2{font-size:2.6rem}.tbb-hero-details{grid-template-columns:1fr}.tbb-hero-details .tbb-hero-genres{grid-column:auto}}

/* v0.7.2 Case Record cleanup */
.tbb-case-record{position:static;top:auto}.tbb-case-record .tbb-stars{letter-spacing:.08em}

/* v0.8.0 — Identity & Curation */
.tbb-nav-group{position:relative;display:flex;align-items:center}.tbb-nav-parent{appearance:none;border:0;background:transparent;color:inherit;font:inherit;font-weight:700;padding:0;cursor:pointer;white-space:nowrap}.tbb-nav-parent:hover,.tbb-nav-parent:focus-visible{color:#E3A06F}.tbb-nav-dropdown{display:none;position:absolute;top:calc(100% + 16px);left:-14px;min-width:235px;padding:9px;background:#102A35;border:1px solid rgba(255,255,255,.16);border-radius:12px;box-shadow:0 16px 38px rgba(0,0,0,.28)}.tbb-nav-dropdown a{display:block;padding:10px 12px;border-radius:8px;white-space:nowrap}.tbb-nav-dropdown a:hover{background:rgba(255,255,255,.08)}.tbb-nav-group.is-open .tbb-nav-dropdown,.tbb-nav-group:hover .tbb-nav-dropdown,.tbb-nav-group:focus-within .tbb-nav-dropdown{display:block}.tbb-nav-search svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.tbb-nav{gap:15px}.tbb-header-inner{width:min(1480px,calc(100% - 40px))}
.tbb-series-grid--v2{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.tbb-series-card-v2{background:#fff;border:1px solid rgba(24,59,78,.12);border-radius:20px;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease}.tbb-series-card-v2:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.tbb-series-card-art{display:block;aspect-ratio:16/10;background:#d8e4ec;overflow:hidden}.tbb-series-card-art img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.tbb-series-card-v2:hover img{transform:scale(1.035)}.tbb-series-card-v2>div{padding:20px}.tbb-series-card-v2 h2{font-family:Georgia,serif;font-size:1.7rem;line-height:1.1;margin:.25rem 0 .65rem}.tbb-series-hero--v2{min-height:500px;background:#173A47;background-size:cover;background-position:center;color:#fff;display:flex;align-items:end}.tbb-series-hero-v2{padding:82px 0 58px;display:grid;grid-template-columns:190px minmax(0,1fr);gap:36px;align-items:end}.tbb-series-poster{width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:16px;box-shadow:0 22px 50px rgba(0,0,0,.35)}.tbb-series-hero-v2 h1{font-family:Georgia,serif;font-size:clamp(3rem,6vw,5.6rem);line-height:1;margin:.15em 0}.tbb-series-hero-stats{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.tbb-series-hero-stats span{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);padding:9px 12px;border-radius:999px;font-size:.78rem}.tbb-series-progress-wide{margin:30px 0 52px}.tbb-series-progress-wide>div:first-child{display:flex;justify-content:space-between;gap:20px;margin-bottom:9px}.tbb-metadata-chip-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.tbb-metadata-chip-grid span{display:flex;justify-content:space-between;background:#fff;border:1px solid rgba(24,59,78,.12);border-radius:12px;padding:12px 14px}.tbb-editorial-copy{font-family:Georgia,serif;font-size:1.1rem;line-height:1.85;max-width:900px}
.tbb-record-hero{background-image:radial-gradient(circle at 85% 20%,rgba(200,117,61,.18),transparent 30%)}.tbb-record-type-strip{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 32px}.tbb-record-type-strip span{background:#fff;border:1px solid rgba(24,59,78,.14);border-radius:999px;padding:7px 11px;color:var(--muted)}.tbb-record-type-strip strong{color:var(--navy)}
.tbb-landmark-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.tbb-landmark-card{background:#fff;border-radius:22px;overflow:hidden;border:1px solid rgba(24,59,78,.12);transition:transform .22s ease,box-shadow .22s ease}.tbb-landmark-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.tbb-landmark-card-image{display:block;height:280px;background:#d8e4ec;overflow:hidden}.tbb-landmark-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.tbb-landmark-card:hover img{transform:scale(1.035)}.tbb-landmark-card>div{padding:25px}.tbb-landmark-card h2{font-family:Georgia,serif;font-size:2rem;margin:.2rem 0 .65rem}.tbb-landmark-hero{min-height:520px;display:flex;align-items:end;background:#173A47;background-size:cover;background-position:center;color:#fff}.tbb-landmark-hero .tbb-shell{padding:80px 0 55px}.tbb-landmark-hero h1{font-family:Georgia,serif;font-size:clamp(3rem,6vw,5.8rem);line-height:1;margin:.2em 0}.tbb-landmark-hero p{max-width:760px;font-size:1.15rem}.tbb-landmark-intro{font-family:Georgia,serif;font-size:1.14rem;line-height:1.85;max-width:900px;margin-bottom:45px}
.tbb-achievements--emblems{grid-template-columns:1fr}.tbb-emblem{display:grid;grid-template-columns:72px 1fr;gap:15px;align-items:center;background:#fff;border:1px solid rgba(24,59,78,.12);border-radius:18px;padding:13px 16px;box-shadow:0 10px 26px rgba(24,59,78,.08);transition:transform .2s ease,box-shadow .2s ease}.tbb-emblem:hover{transform:translateY(-3px);box-shadow:0 17px 36px rgba(24,59,78,.15)}.tbb-emblem-medallion{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(24,59,78,.16)}.tbb-emblem-medallion svg{width:38px;height:38px;fill:currentColor}.tbb-emblem-medallion.has-trophy-art{padding:4px;background:linear-gradient(145deg,#f9fbfc,#cbd6de)}.tbb-emblem-medallion.has-trophy-art img{display:block;width:100%;height:100%;border-radius:50%;object-fit:contain}.tbb-emblem--platinum .tbb-emblem-medallion{background:radial-gradient(circle at 35% 25%,#fff 0,#dce8f1 36%,#92a9bb 100%);color:#4d667a;box-shadow:inset 0 0 0 4px rgba(255,255,255,.45)}.tbb-emblem--top-pick .tbb-emblem-medallion{background:radial-gradient(circle at 35% 25%,#fff2d6 0,#f4b15e 42%,#b96517 100%);color:#7a3c0b;box-shadow:inset 0 0 0 4px rgba(255,255,255,.35)}.tbb-emblem strong,.tbb-emblem small{display:block}.tbb-emblem small{color:var(--muted);margin-top:2px}.tbb-review-copy>p:first-child{font-size:1.22em;line-height:1.75;color:#29475f}.tbb-review-copy a{text-decoration:underline;text-decoration-color:var(--orange);text-underline-offset:3px}
.tbb-bench-sections{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}.tbb-bench-sections a{background:#fff;border:1px solid rgba(24,59,78,.14);padding:9px 12px;border-radius:999px;font-weight:800}.tbb-bench-sections a:hover{border-color:var(--orange);color:var(--orange)}
.tbb-about-layout{display:grid;grid-template-columns:minmax(220px,320px) minmax(0,760px);gap:48px;align-items:start}.tbb-about-image img{width:100%;border-radius:20px;box-shadow:var(--shadow)}.tbb-about-copy{font-family:Georgia,serif;font-size:1.15rem;line-height:1.85}.tbb-about-copy h2,.tbb-about-copy h3{font-family:Inter,system-ui,sans-serif}
.tbb-404{padding:110px 0;background:radial-gradient(circle at 80% 20%,rgba(200,117,61,.2),transparent 28%),#173A47;color:#fff;min-height:60vh}.tbb-404 h1{font-family:Georgia,serif;font-size:clamp(3rem,6vw,5.4rem);line-height:1.02;max-width:900px}.tbb-404>div>p{max-width:720px}.tbb-404-search{display:grid;grid-template-columns:minmax(0,520px) auto;gap:10px;margin-top:28px}.tbb-404-search input{padding:13px;border:0;border-radius:9px}.tbb-404 .tbb-button-secondary{background:transparent;border:1px solid rgba(255,255,255,.45)}
.tbb-footer-grid{display:grid;grid-template-columns:1fr auto;gap:22px;align-items:start}.tbb-footer-grid nav{display:flex;gap:16px;flex-wrap:wrap}.tbb-footer-grid>p{grid-column:1/-1;margin:0}
.tbb-reveal{opacity:0;transform:translateY(14px);transition:opacity .55s ease,transform .55s ease}.tbb-reveal.is-visible{opacity:1;transform:none}.tbb-case-card img,.tbb-evidence-grid img{transition:transform .35s ease}.tbb-case-card:hover .tbb-card-cover img,.tbb-evidence-grid a:hover img{transform:scale(1.035)}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.tbb-reveal{opacity:1;transform:none}}
@media(max-width:1180px){.tbb-header-inner{width:min(100% - 28px,1480px)}.tbb-nav{gap:12px;font-size:.82rem}}
@media(max-width:1050px){.tbb-nav-group{width:100%;display:block}.tbb-nav-parent{width:100%;text-align:left;padding:6px 0}.tbb-nav-dropdown{display:none;position:static;box-shadow:none;border:0;background:rgba(255,255,255,.05);margin:5px 0 8px;padding:5px 10px}.tbb-nav-group:hover .tbb-nav-dropdown{display:none}.tbb-nav-group.is-open .tbb-nav-dropdown{display:block}.tbb-series-grid--v2{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.tbb-series-hero-v2{grid-template-columns:120px 1fr;gap:20px}.tbb-series-hero-v2 h1{font-size:2.8rem}.tbb-landmark-grid{grid-template-columns:1fr}.tbb-about-layout{grid-template-columns:1fr}.tbb-about-image{max-width:260px}.tbb-404-search{grid-template-columns:1fr}.tbb-footer-grid{grid-template-columns:1fr}.tbb-series-grid--v2{grid-template-columns:1fr}}
@media(max-width:520px){.tbb-series-hero-v2{grid-template-columns:1fr}.tbb-series-poster{width:120px}.tbb-emblem{grid-template-columns:58px 1fr}.tbb-emblem-medallion{width:54px;height:54px}}

/* v0.8.1 Series artwork and Final Decision refinements */
.tbb-series-poster{aspect-ratio:auto;height:auto;max-height:320px;object-fit:contain;background:rgba(255,255,255,.08)}
.tbb-series-hero--v2{background-position:center center}
.tbb-review--primary>h2{margin-top:0}
.tbb-emblem>span:last-child{display:flex;align-items:center;min-height:54px}


/* v0.8.2 pre-migration stabilization */
@media(min-width:1051px){
  .tbb-nav-dropdown{display:block;visibility:hidden;opacity:0;pointer-events:none;transform:translateY(6px);transition:opacity .15s ease,transform .15s ease,visibility 0s linear .15s;top:calc(100% + 10px)}
  .tbb-nav-dropdown:before{content:"";position:absolute;left:0;right:0;top:-12px;height:14px}
  .tbb-nav-group:hover .tbb-nav-dropdown,.tbb-nav-group:focus-within .tbb-nav-dropdown,.tbb-nav-group.is-open .tbb-nav-dropdown{visibility:visible;opacity:1;pointer-events:auto;transform:none;transition-delay:0s}
}
.tbb-home-intro{padding:52px 0}.tbb-home-intro-grid{gap:38px}.tbb-home-title h1{font-size:clamp(2.8rem,5.2vw,5.4rem);margin-bottom:12px}.tbb-home-title p{font-size:clamp(1.08rem,1.6vw,1.5rem)}
.tbb-home-record{padding:19px}.tbb-home-record-grid{gap:9px;margin:13px 0}.tbb-home-record-grid>div{padding:11px}.tbb-home-record strong{font-size:1.7rem}
.tbb-home-about{padding:40px 0}.tbb-home-about h2{font-size:clamp(2rem,3.2vw,3.25rem);margin-bottom:8px}.tbb-home-about p{font-size:1.08rem;line-height:1.58}.tbb-home-about .tbb-hero-actions{margin-top:22px;flex-wrap:wrap}
.tbb-home-section{padding-top:46px;padding-bottom:46px}.tbb-home-band{padding:50px 0}.tbb-section-head{margin-bottom:20px}.tbb-section-head h2{font-size:clamp(1.85rem,3vw,2.65rem)}
.tbb-docket-row{grid-template-columns:repeat(4,minmax(180px,1fr));gap:17px}.tbb-home-section .tbb-case-card,.tbb-home-band .tbb-case-card{border-radius:14px}.tbb-home-section .tbb-card-body,.tbb-home-band .tbb-card-body{padding:13px}.tbb-home-section .tbb-card-body h3,.tbb-home-band .tbb-card-body h3{font-size:1rem}
.tbb-featured-case{padding:48px 0}.tbb-featured-case h2{font-size:clamp(2.35rem,4.3vw,4.25rem)}.tbb-featured-case-inner{gap:36px}.tbb-featured-verdict{margin:14px 0 24px}.tbb-featured-case .tbb-button{margin-top:0}
.tbb-home-review-feature.is-lead .tbb-home-review-image img{height:270px}.tbb-home-review-feature>div{padding:17px}.tbb-home-review-feature.is-lead h3{font-size:1.75rem}.tbb-home-evidence-mosaic{grid-template-rows:155px 155px}
@media(max-width:1050px){.tbb-home-section{padding-top:42px;padding-bottom:42px}.tbb-home-band{padding:46px 0}}
@media(max-width:760px){.tbb-home-intro{padding:42px 0}.tbb-home-about{padding:34px 0}.tbb-home-about-actions{flex-direction:row;align-items:stretch}.tbb-home-about-actions .tbb-button{flex:1 1 180px;justify-content:center}.tbb-featured-case{padding:40px 0}}

/* Court Statistics 0.8.3 */
.tbb-stat-category{margin:0 0 84px}.tbb-stat-category+.tbb-stat-category{padding-top:72px;border-top:1px solid rgba(24,59,78,.12)}.tbb-stat-category-header{max-width:860px;margin-bottom:38px}.tbb-stat-category-header h2{font-family:Georgia,serif;font-size:clamp(2.6rem,5vw,4.2rem);line-height:1;margin:0 0 12px}.tbb-stat-category-header p{margin:0;color:var(--muted);font-size:1.05rem;line-height:1.7}.tbb-stat-category-grid{display:grid;gap:36px;margin-bottom:42px}.tbb-stat-category-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.tbb-stat-category-grid>.tbb-stat-story{min-width:0}.tbb-stat-category .tbb-stat-section-head h3,.tbb-stat-category .tbb-time-record .tbb-stat-section-head h3{font-family:Georgia,serif;font-size:clamp(1.7rem,3vw,2.45rem);line-height:1.08;margin:0}.tbb-stat-category .tbb-stat-section-head{margin-bottom:20px}.tbb-stat-category .tbb-stat-full-row{margin:48px 0}.tbb-stat-category .tbb-time-record{margin:48px 0}.tbb-stat-category .tbb-chart-card{background:#fff;border:1px solid rgba(24,59,78,.1);border-radius:22px;padding:26px;box-shadow:0 12px 34px rgba(24,59,78,.055)}
.tbb-chart-y-label{font-size:13px;fill:var(--muted);font-weight:700}.tbb-chart-point-group{cursor:default}.tbb-chart-hover-value{font-size:12px;fill:var(--navy);font-weight:850;opacity:0;transition:opacity .15s ease;paint-order:stroke;stroke:var(--surface);stroke-width:5px;stroke-linejoin:round}.tbb-chart-point-group:hover .tbb-chart-hover-value{opacity:1}.tbb-chart-point-group:hover .tbb-chart-point{fill:var(--orange);stroke:var(--orange)}
.tbb-rating-list{display:grid;gap:13px}.tbb-rating-list-row{display:grid;grid-template-columns:minmax(90px,135px) minmax(90px,1fr) 38px 42px;gap:12px;align-items:center;color:inherit;text-decoration:none;padding:9px 10px;border-radius:12px;transition:background .18s ease,transform .18s ease}.tbb-rating-list-row:hover,.tbb-rating-list-row:focus-visible{background:rgba(200,117,61,.08);transform:translateX(3px);outline:2px solid var(--orange);outline-offset:2px}.tbb-rating-stars{color:var(--orange);font-size:1rem;white-space:nowrap}.tbb-rating-list-track{height:11px;background:#dbe6ed;border-radius:999px;overflow:hidden}.tbb-rating-list-track i{display:block;height:100%;background:linear-gradient(90deg,var(--navy),var(--orange));border-radius:inherit}.tbb-rating-list-row strong{text-align:right;color:var(--navy)}.tbb-rating-list-row small{text-align:right;color:var(--muted)}.tbb-stat-single-number{min-height:178px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,rgba(24,59,78,.06),rgba(200,117,61,.07));border-radius:18px}.tbb-stat-single-number strong{font-size:3.2rem;line-height:1;color:var(--navy)}.tbb-stat-single-number span{margin-top:9px;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.06em;font-size:.78rem}.tbb-stat-category .tbb-svg-chart{height:340px}.tbb-stat-category .tbb-line-card{padding-bottom:18px}.tbb-stat-category .tbb-line-summary{margin-bottom:8px}
@media(max-width:900px){.tbb-stat-category-grid--two{grid-template-columns:1fr}.tbb-stat-category{margin-bottom:64px}.tbb-stat-category+.tbb-stat-category{padding-top:56px}.tbb-stat-category .tbb-svg-chart{height:290px}}
@media(max-width:600px){.tbb-stat-category-header h2{font-size:2.5rem}.tbb-stat-category .tbb-chart-card{padding:20px}.tbb-rating-list-row{grid-template-columns:100px 1fr 30px}.tbb-rating-list-row small{display:none}.tbb-rating-stars{font-size:.88rem}.tbb-stat-category .tbb-svg-chart{height:250px}.tbb-chart-y-label{font-size:11px}}

/* v0.8.4 Court Statistics alignment and month-chart readability */
.tbb-stat-category-grid--two{align-items:stretch}
.tbb-stat-category-grid--two>.tbb-chart-card{height:100%;align-self:stretch}
.tbb-stat-category-grid .tbb-rating-story{margin:0}
.tbb-stat-category-grid .tbb-rating-story .tbb-rating-list{display:grid;align-content:center;height:calc(100% - 72px)}
.tbb-stat-category-grid .tbb-donut-layout{min-height:330px}
.tbb-stat-category-grid .tbb-rating-story{min-height:430px}
.tbb-stat-category-grid .tbb-rating-story .tbb-stat-section-head{margin-bottom:22px}
.tbb-stat-full-row .tbb-column-chart{height:330px;gap:14px;padding-top:34px}
.tbb-column-item{grid-template-rows:32px 1fr 28px}
.tbb-column-value{justify-self:center;align-self:start;display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:26px;padding:0 8px;border-radius:999px;background:var(--navy);color:#fff;font-size:.82rem;font-weight:850;line-height:1;box-shadow:0 3px 10px rgba(24,59,78,.16)}
.tbb-column-item.is-zero .tbb-column-value{background:#dbe5ec;color:var(--muted);box-shadow:none}
.tbb-column-item>span{font-size:.78rem;font-weight:700;color:var(--muted);padding-top:5px}
.tbb-column-track{border-bottom:1px solid #b9cad6;background:repeating-linear-gradient(to top,#e4edf3 0,#e4edf3 1px,transparent 1px,transparent 25%)}
.tbb-column-track i{width:min(42px,74%);box-shadow:0 4px 12px rgba(200,117,61,.14)}
@media(max-width:900px){.tbb-stat-category-grid .tbb-rating-story,.tbb-stat-category-grid .tbb-donut-layout{min-height:0}.tbb-stat-category-grid .tbb-rating-story .tbb-rating-list{height:auto}.tbb-stat-full-row .tbb-column-chart{gap:7px}}
@media(max-width:600px){.tbb-stat-full-row .tbb-column-chart{height:275px;gap:3px;padding-top:28px}.tbb-column-item{grid-template-rows:28px 1fr 26px}.tbb-column-value{min-width:24px;height:22px;padding:0 5px;font-size:.7rem}.tbb-column-item>span{font-size:.62rem}.tbb-column-track i{width:72%}}

/* v0.8.5 — post-migration scale and accessibility stabilization */
.tbb-card-cover{display:flex;align-items:center;justify-content:center;padding:10px;background:#eef3f7;overflow:hidden}
.tbb-card-cover img{width:100%;height:100%;object-fit:contain;object-position:center;transform:none!important}
.tbb-case-cover{display:flex;align-items:flex-end;justify-content:center;min-height:0}
.tbb-case-cover img{display:block;width:100%;height:auto;max-height:430px;object-fit:contain;object-position:center;border-radius:14px}

.tbb-explorer-results>ul.page-numbers{list-style:none!important;display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap;margin:30px 0 0;padding:0!important}
.tbb-explorer-results>ul.page-numbers li{margin:0;padding:0;list-style:none}
.tbb-explorer-results>ul.page-numbers a,.tbb-explorer-results>ul.page-numbers span{display:grid;place-items:center;min-width:38px;height:38px;padding:0 11px;background:#fff;border:1px solid #c9d7e1;border-radius:9px;font-weight:800;color:var(--navy)}
.tbb-explorer-results>ul.page-numbers .current{background:var(--navy);border-color:var(--navy);color:#fff}
.tbb-explorer-results>ul.page-numbers a:hover{border-color:var(--orange);color:var(--orange)}

.tbb-series-card-v2>div>p:not(.tbb-kicker){margin:.2rem 0 .8rem;color:var(--muted)}
.tbb-series-card-v2 .tbb-series-card-stats{gap:28px;margin-top:15px}
.tbb-series-card-v2 .tbb-series-card-stats span{font-size:.9rem}
.tbb-series-card-v2 .tbb-series-card-stats strong{font-size:1.45rem;line-height:1;color:var(--navy)}

/* ranked categorical bars: magnitude, not progress */
.tbb-visual-track{height:12px;background:transparent;border-radius:0;overflow:visible;position:relative}
.tbb-visual-track:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:#d5e1e9;z-index:0}
.tbb-visual-track i{position:relative;z-index:1;height:10px;background:linear-gradient(90deg,var(--navy),var(--orange));border-radius:999px;min-width:3px}

/* accessible SVG donuts with per-segment native hover tooltips */
.tbb-svg-donut-wrap{position:relative;width:190px;height:190px;flex:0 0 190px}
.tbb-svg-donut{width:100%;height:100%;transform:rotate(-90deg);overflow:visible}
.tbb-donut-base{fill:none;stroke:#e2ebf1;stroke-width:7}
.tbb-donut-segment{fill:none;stroke-width:7;transition:stroke-width .16s ease,opacity .16s ease;cursor:help}
.tbb-donut-segment:hover{stroke-width:9;opacity:.88}
.tbb-donut-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;pointer-events:none}
.tbb-donut-center strong{font-size:2.1rem;line-height:1;color:var(--navy)}
.tbb-donut-center span{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-top:7px}
.tbb-chart-legend>div>i{width:16px!important;height:16px!important;border-radius:50%;flex:0 0 16px}

/* rating distribution is a histogram, not a completion-track list */
.tbb-rating-columns{height:285px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;align-items:end;padding:12px 4px 0}
.tbb-rating-column-item{height:100%;display:grid;grid-template-rows:25px 1fr 28px 22px;align-items:end;text-align:center;color:inherit;border-radius:10px;padding:3px 5px;transition:background .16s ease,transform .16s ease}
.tbb-rating-column-item:hover,.tbb-rating-column-item:focus-visible{background:rgba(200,117,61,.07);transform:translateY(-2px);outline:2px solid var(--orange);outline-offset:2px}
.tbb-rating-column-item>strong{align-self:start;font-size:.88rem;color:var(--navy)}
.tbb-rating-column-item>div{height:100%;display:flex;align-items:flex-end;justify-content:center;border-bottom:1px solid #b7c9d5;background:linear-gradient(to top,#e2ebf1 1px,transparent 1px);background-size:100% 25%}
.tbb-rating-column-item>div i{display:block;width:min(56px,72%);min-height:3px;background:linear-gradient(180deg,var(--orange),#d86100);border-radius:8px 8px 2px 2px}
.tbb-rating-column-item>span{font-weight:900;color:var(--orange);font-size:1rem}
.tbb-rating-column-item>small{align-self:start;color:var(--muted);font-size:.72rem}

/* time series: more chart space and readable labels */
.tbb-line-card .tbb-svg-chart{height:365px}
.tbb-chart-label{font-size:12px;fill:var(--muted);font-weight:700}
.tbb-chart-point{cursor:help}
.tbb-chart-point-group:hover .tbb-chart-point{fill:var(--orange);stroke:var(--orange)}
.tbb-chart-point-group:hover .tbb-chart-hover-value{opacity:1}

/* segmented legends need visible identifiers for color-deficient users */
.tbb-segment-legend>div{grid-template-columns:18px 1fr auto auto;gap:10px}
.tbb-segment-legend>div>i{width:16px;height:16px;border-radius:50%;display:block}

@media(max-width:760px){
 .tbb-svg-donut-wrap{width:150px;height:150px;flex-basis:150px}
 .tbb-rating-columns{height:230px;gap:8px}
 .tbb-line-card .tbb-svg-chart{height:290px}
}


/* v0.8.6 — final pre-import visual stabilization */
/* Case/Series hero artwork uses a bounded frame and never crops the source image. */
.tbb-case-hero-inner{grid-template-columns:minmax(150px,195px) minmax(0,1fr)}
.tbb-case-cover{width:100%;max-width:195px;height:360px;align-items:center;justify-content:center;justify-self:center}
.tbb-case-cover img{width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important}
.tbb-series-hero-v2{grid-template-columns:minmax(125px,165px) minmax(0,1fr)}
.tbb-series-poster{display:block;width:auto!important;height:auto!important;max-width:165px!important;max-height:285px!important;object-fit:contain!important;object-position:center!important;justify-self:center;background:transparent}

/* Custom chart tooltip: immediate, larger, and color-independent. */
.tbb-chart-tooltip{position:fixed;z-index:9999;max-width:280px;padding:10px 13px;border-radius:10px;background:#102A35;color:#fff;font-size:.88rem;font-weight:800;line-height:1.35;box-shadow:0 10px 28px rgba(7,28,45,.28);pointer-events:none;opacity:0;transform:translateY(4px);transition:opacity .08s ease,transform .08s ease}
.tbb-chart-tooltip.is-visible{opacity:1;transform:none}
.tbb-donut-segment,.tbb-chart-point,.tbb-chart-point-group{cursor:pointer}
.tbb-donut-segment:focus,.tbb-chart-point-group:focus{outline:none}
.tbb-donut-segment:focus{stroke-width:9;opacity:.88}
.tbb-chart-point-group:focus .tbb-chart-point{fill:var(--orange);stroke:var(--orange)}
.tbb-chart-hover-value{display:none!important}

/* The Timeline is intentionally excluded from reveal animation; long pages could never reach the old intersection threshold. */
.tbb-timeline,.tbb-timeline-group,.tbb-timeline-cases{opacity:1!important;transform:none!important}

@media(max-width:760px){
 .tbb-case-hero-inner{grid-template-columns:130px minmax(0,1fr)}
 .tbb-case-cover{max-width:130px;height:235px}
 .tbb-series-hero-v2{grid-template-columns:110px minmax(0,1fr)}
 .tbb-series-poster{max-width:110px!important;max-height:205px!important}
}
@media(max-width:520px){
 .tbb-case-hero-inner,.tbb-series-hero-v2{grid-template-columns:1fr}
 .tbb-case-cover{max-width:135px;height:245px;justify-self:start}
 .tbb-series-poster{max-width:125px!important;max-height:225px!important;justify-self:start}
}


/* v0.8.7 — larger contained hero artwork + Timeline snapshot */
/* Preserve full artwork, but give covers enough visual weight to feel intentional. */
.tbb-case-hero-inner{grid-template-columns:230px minmax(0,1fr);gap:42px}
.tbb-case-cover{width:230px;height:345px;max-width:none;display:flex;align-items:center;justify-content:center;justify-self:center;background:rgba(7,28,45,.16);border-radius:16px;overflow:hidden}
.tbb-case-cover img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;border-radius:14px;box-shadow:0 20px 55px rgba(0,0,0,.35)}
.tbb-series-hero-v2{grid-template-columns:210px minmax(0,1fr);gap:40px}
.tbb-series-poster{display:block;width:210px!important;height:315px!important;max-width:none!important;max-height:none!important;object-fit:contain!important;object-position:center!important;justify-self:center;background:rgba(255,255,255,.06);border-radius:16px;padding:0;box-shadow:0 22px 50px rgba(0,0,0,.35)}

.tbb-timeline-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:34px;align-items:start}
.tbb-timeline-snapshot{background:#fff;border:1px solid rgba(24,59,78,.12);border-radius:18px;padding:22px;box-shadow:var(--shadow);position:sticky;top:106px}
.tbb-timeline-snapshot h2{font-family:Georgia,serif;font-size:1.75rem;line-height:1.1;margin:0 0 18px}
.tbb-timeline-snapshot-total{display:flex;justify-content:space-between;align-items:end;gap:16px;padding:0 0 16px;border-bottom:1px solid #d4e0e8}
.tbb-timeline-snapshot-total span{color:var(--muted);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.tbb-timeline-snapshot-total strong{font-size:2rem;line-height:1;color:var(--navy)}
.tbb-timeline-snapshot dl{margin:8px 0 0}
.tbb-timeline-snapshot dl>div{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid #dbe5ec}
.tbb-timeline-snapshot dt{color:var(--muted)}
.tbb-timeline-snapshot dd{margin:0;font-weight:900;color:var(--navy)}
.tbb-timeline-snapshot .tbb-timeline-snapshot-peak{border-bottom:0;padding-top:14px}
.tbb-timeline-snapshot-peak dd{color:var(--orange)}

@media(max-width:900px){
 .tbb-timeline-layout{grid-template-columns:1fr}
 .tbb-timeline-snapshot{position:static;order:-1;display:grid;grid-template-columns:auto 1fr;gap:16px 24px}
 .tbb-timeline-snapshot h2{grid-column:1/-1;margin-bottom:0}
 .tbb-timeline-snapshot dl{margin:0}
}
@media(max-width:760px){
 .tbb-case-hero-inner{grid-template-columns:155px minmax(0,1fr);gap:22px}
 .tbb-case-cover{width:155px;height:232px;max-width:none}
 .tbb-series-hero-v2{grid-template-columns:145px minmax(0,1fr);gap:22px}
 .tbb-series-poster{width:145px!important;height:218px!important;max-width:none!important;max-height:none!important}
}
@media(max-width:520px){
 .tbb-case-hero-inner,.tbb-series-hero-v2{grid-template-columns:1fr}
 .tbb-case-cover{width:150px;height:225px;justify-self:start}
 .tbb-series-poster{width:145px!important;height:218px!important;justify-self:start}
 .tbb-timeline-snapshot{display:block}
 .tbb-timeline-snapshot-total{margin-bottom:8px}
}

/* v0.8.8 — preserve the full hero/banner image without awkward cropping. */
.tbb-case-hero.has-backdrop,
.tbb-series-hero--v2.has-image{
 position:relative;
 isolation:isolate;
 overflow:hidden;
 background:#102A35;
 background-image:none!important;
}
/* Soft full-bleed fill behind the actual image prevents harsh empty bars when
   the source backdrop is a different aspect ratio than the hero. */
.tbb-case-hero.has-backdrop::before,
.tbb-series-hero--v2.has-image::before{
 content:"";
 position:absolute;
 inset:-28px;
 z-index:-3;
 background-image:var(--tbb-hero-image);
 background-size:cover;
 background-position:center;
 background-repeat:no-repeat;
 filter:blur(24px) saturate(.82);
 transform:scale(1.07);
 opacity:.58;
}
/* This layer is the important one: the complete backdrop is always visible. */
.tbb-hero-backdrop-image{
 position:absolute;
 inset:0;
 z-index:-2;
 background-image:var(--tbb-hero-image);
 background-size:contain;
 background-position:center;
 background-repeat:no-repeat;
}
/* Preserve contrast for the title and metadata without hiding the image. */
.tbb-case-hero.has-backdrop::after,
.tbb-series-hero--v2.has-image::after{
 content:"";
 position:absolute;
 inset:0;
 z-index:-1;
 pointer-events:none;
 background:linear-gradient(90deg,rgba(7,28,45,.88) 0%,rgba(7,28,45,.58) 38%,rgba(7,28,45,.25) 72%,rgba(7,28,45,.18) 100%);
}
.tbb-case-hero-inner,.tbb-series-hero-v2{position:relative;z-index:1}

/* Slightly strengthen the poster presence without reverting to crop behavior. */
.tbb-case-cover{width:245px;height:368px}
.tbb-case-hero-inner{grid-template-columns:245px minmax(0,1fr)}
.tbb-series-poster{width:225px!important;height:338px!important}
.tbb-series-hero-v2{grid-template-columns:225px minmax(0,1fr)}

@media(max-width:760px){
 .tbb-case-hero-inner{grid-template-columns:160px minmax(0,1fr)}
 .tbb-case-cover{width:160px;height:240px}
 .tbb-series-hero-v2{grid-template-columns:150px minmax(0,1fr)}
 .tbb-series-poster{width:150px!important;height:225px!important}
}
@media(max-width:520px){
 .tbb-case-hero-inner,.tbb-series-hero-v2{grid-template-columns:1fr}
 .tbb-case-cover{width:155px;height:233px}
 .tbb-series-poster{width:150px!important;height:225px!important}
}


/* v0.8.9 — cinematic full-bleed hero backdrops, inspired by modern media detail pages. */
.tbb-case-hero.has-backdrop,
.tbb-series-hero--v2.has-image{
 position:relative;
 isolation:isolate;
 overflow:hidden;
 background:#102A35!important;
 background-image:none!important;
}
/* One proportional full-bleed image only. No blur, contain layer, stretching, or duplicated backdrop. */
.tbb-case-hero.has-backdrop::before,
.tbb-series-hero--v2.has-image::before{
 content:"";
 position:absolute;
 inset:0;
 z-index:-3;
 background-image:var(--tbb-hero-image)!important;
 background-size:cover!important;
 background-repeat:no-repeat!important;
 background-position:center center!important;
 filter:none!important;
 transform:none!important;
 opacity:1!important;
}
.tbb-hero-backdrop-image{display:none!important}
.tbb-case-hero.has-backdrop::after,
.tbb-series-hero--v2.has-image::after{
 content:"";
 position:absolute;
 inset:0;
 z-index:-2;
 pointer-events:none;
 background:linear-gradient(90deg,rgba(6,27,45,.78) 0%,rgba(6,27,45,.55) 35%,rgba(6,27,45,.25) 66%,rgba(6,27,45,.18) 100%),linear-gradient(0deg,rgba(5,24,40,.34) 0%,rgba(5,24,40,.04) 45%,rgba(5,24,40,.12) 100%)!important;
}
/* A restrained banner height keeps the backdrop looking like a cinematic crop rather than a wallpaper strip. */
.tbb-case-hero{min-height:560px!important;align-items:center!important}
.tbb-case-hero-inner{padding-top:58px!important;padding-bottom:58px!important;align-items:center!important}
.tbb-series-hero--v2{min-height:560px!important;display:flex!important;align-items:center!important}
.tbb-series-hero-v2{padding-top:58px!important;padding-bottom:58px!important;align-items:center!important}
/* Keep the poster visually important without competing with the backdrop. */
.tbb-case-cover{width:245px!important;height:367px!important;background:transparent!important}
.tbb-case-cover img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}
.tbb-series-poster{width:220px!important;height:330px!important;object-fit:contain!important;background:transparent!important}
@media(max-width:760px){
 .tbb-case-hero,.tbb-series-hero--v2{min-height:auto!important}
 .tbb-case-cover{width:165px!important;height:248px!important}
 .tbb-series-poster{width:150px!important;height:225px!important}
}

/* v0.8.10 — balanced Home Office Final Decisions grid. */
.tbb-home-decisions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}
.tbb-home-decision-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid rgba(24,59,78,.12);border-radius:20px;overflow:hidden;box-shadow:0 10px 28px rgba(24,59,78,.08);transition:transform .2s ease,border-color .2s ease}
.tbb-home-decision-card:hover{transform:translateY(-3px);border-color:rgba(200,117,61,.48)}
.tbb-home-decision-art{display:grid;place-items:center;width:100%;aspect-ratio:16/9;overflow:hidden;background:#102f49}
.tbb-home-decision-art img{display:block;width:100%;height:100%}
.tbb-home-decision-art.has-backdrop img{object-fit:cover}
.tbb-home-decision-art.has-cover{background:linear-gradient(135deg,#173A47,#173f5e);padding:12px}
.tbb-home-decision-art.has-cover img{object-fit:contain;max-width:100%;max-height:100%}
.tbb-home-decision-copy{display:flex;flex-direction:column;flex:1;padding:18px 20px 20px}
.tbb-home-decision-copy .tbb-stars{margin-bottom:7px}
.tbb-home-decision-copy h3{font-size:1.35rem;line-height:1.22;margin:0 0 9px}
.tbb-home-decision-copy p{margin:0 0 14px;color:var(--ink);font-size:.94rem;line-height:1.55}
.tbb-home-decision-copy .tbb-text-link{margin-top:auto;color:var(--orange);font-weight:800}
@media(max-width:1000px){.tbb-home-decisions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.tbb-home-decisions-grid{grid-template-columns:1fr}.tbb-home-decision-art{aspect-ratio:16/8.8}}


/* v0.8.11 — compact Home Office decisions and manually positionable hero crops. */
.tbb-case-hero.has-backdrop::before,
.tbb-series-hero--v2.has-image::before{
 background-position:var(--tbb-hero-x,50%) var(--tbb-hero-y,20%)!important;
}
.tbb-home-decisions-section{padding-top:48px;padding-bottom:48px}
.tbb-home-decisions-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.tbb-home-decision-card--compact{border-radius:15px;box-shadow:0 8px 22px rgba(24,59,78,.07)}
.tbb-home-decision-card--compact .tbb-home-decision-art{aspect-ratio:auto;height:126px}
.tbb-home-decision-card--compact .tbb-home-decision-art.has-backdrop img{object-fit:cover}
.tbb-home-decision-card--compact .tbb-home-decision-art.has-cover{padding:8px}
.tbb-home-decision-card--compact .tbb-home-decision-copy{padding:13px 15px 15px}
.tbb-home-decision-card--compact .tbb-home-decision-copy .tbb-stars{font-size:.93rem;margin-bottom:4px}
.tbb-home-decision-card--compact .tbb-home-decision-copy h3{font-size:1.08rem;line-height:1.25;margin-bottom:6px}
.tbb-home-decision-card--compact .tbb-home-decision-copy p{font-size:.86rem;line-height:1.45;margin-bottom:9px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.tbb-home-decision-card--compact .tbb-text-link{font-size:.86rem}
@media(max-width:900px){.tbb-home-decisions-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.tbb-home-decision-card--compact .tbb-home-decision-art{height:108px}}
@media(max-width:720px){.tbb-home-decisions-grid--compact{grid-template-columns:1fr}.tbb-home-decision-card--compact{display:grid;grid-template-columns:120px minmax(0,1fr)}.tbb-home-decision-card--compact .tbb-home-decision-art{height:100%;min-height:130px}.tbb-home-decision-card--compact .tbb-home-decision-copy p{-webkit-line-clamp:2}}

/* Home Office Final Decisions 0.8.12 — compact vertical editorial cards */
.tbb-home-decisions-grid--vertical{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}
.tbb-home-decision-card--vertical{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid rgba(24,59,78,.12);border-radius:18px;overflow:hidden;box-shadow:0 8px 22px rgba(24,59,78,.07)}
.tbb-home-decision-card--vertical:hover{transform:translateY(-3px);border-color:rgba(200,117,61,.45)}
.tbb-home-decision-card--vertical .tbb-home-decision-art--poster{height:300px;aspect-ratio:auto;padding:14px;background:#edf3f7;display:grid;place-items:center;overflow:hidden}
.tbb-home-decision-card--vertical .tbb-home-decision-art--poster img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
.tbb-home-decision-card--vertical .tbb-home-decision-copy{padding:16px 18px 18px}
.tbb-home-decision-date{font-size:.78rem;line-height:1.2;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#61788b;margin-bottom:8px}
.tbb-home-decision-card--vertical .tbb-stars{font-size:1rem;margin-bottom:7px}
.tbb-home-decision-card--vertical h3{font-size:1.22rem;line-height:1.2;margin:0 0 8px}
.tbb-home-decision-card--vertical .tbb-home-decision-copy p{font-size:.91rem;line-height:1.5;margin:0 0 13px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.tbb-home-decision-card--vertical .tbb-text-link{margin-top:auto;font-size:.9rem}
@media(max-width:900px){.tbb-home-decisions-grid--vertical{grid-template-columns:repeat(2,minmax(0,1fr))}.tbb-home-decision-card--vertical .tbb-home-decision-art--poster{height:270px}}
@media(max-width:620px){.tbb-home-decisions-grid--vertical{grid-template-columns:1fr}.tbb-home-decision-card--vertical .tbb-home-decision-art--poster{height:250px}}

/* Home Office Final Decisions 0.8.13 — full-bleed cover artwork. */
.tbb-home-decision-card--vertical .tbb-home-decision-art--poster{height:300px;padding:0;background:#dce7ef;display:block;overflow:hidden}
.tbb-home-decision-card--vertical .tbb-home-decision-art--poster img{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:center}
@media(max-width:900px){.tbb-home-decision-card--vertical .tbb-home-decision-art--poster{height:270px}}
@media(max-width:620px){.tbb-home-decision-card--vertical .tbb-home-decision-art--poster{height:250px}}


/* v0.8.14 — Series archive polish + pagination */
.tbb-series-grid--v2{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
}
.tbb-series-card-v2{
  display:flex;
  flex-direction:column;
  min-width:0;
  border-radius:16px;
  box-shadow:0 10px 28px rgba(24,59,78,.08);
}
.tbb-series-card-art{
  aspect-ratio:5/4;
  background:#dfe9f0;
}
.tbb-series-card-art img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.tbb-series-card-v2>div{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:16px 17px 18px;
}
.tbb-series-card-v2 h2{
  font-size:1.4rem;
  line-height:1.12;
  margin:.2rem 0 .7rem;
}
.tbb-series-card-v2 .tbb-kicker{
  margin:0 0 .15rem;
}
.tbb-series-card-v2 .tbb-series-card-stats{
  margin-top:auto;
  padding-top:10px;
  gap:16px;
  justify-content:flex-start;
}
.tbb-series-card-v2 .tbb-series-card-stats span{
  font-size:.82rem;
  white-space:nowrap;
}
.tbb-series-card-v2 .tbb-series-card-stats strong{
  font-size:1.25rem;
}

/* Series archive pagination uses the same presentation as Case Files. */
.tbb-series-grid--v2 ~ ul.page-numbers{
  list-style:none!important;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  flex-wrap:wrap;
  margin:32px 0 0;
  padding:0!important;
}
.tbb-series-grid--v2 ~ ul.page-numbers li{
  list-style:none!important;
  margin:0;
  padding:0;
}
.tbb-series-grid--v2 ~ ul.page-numbers a,
.tbb-series-grid--v2 ~ ul.page-numbers span{
  display:grid;
  place-items:center;
  min-width:38px;
  height:38px;
  padding:0 11px;
  background:#fff;
  border:1px solid #c9d7e1;
  border-radius:9px;
  color:var(--navy);
  font-weight:800;
  line-height:1;
}
.tbb-series-grid--v2 ~ ul.page-numbers .current{
  background:var(--navy);
  border-color:var(--navy);
  color:#fff;
}
.tbb-series-grid--v2 ~ ul.page-numbers a:hover{
  border-color:var(--orange);
  color:var(--orange);
}

@media(max-width:1180px){
  .tbb-series-grid--v2{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:900px){
  .tbb-series-grid--v2{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:560px){
  .tbb-series-grid--v2{grid-template-columns:1fr;}
  .tbb-series-card-art{aspect-ratio:16/10;}
}

/* v0.8.15 — Series archive cards intentionally mirror the Case File card family. */
.tbb-series-grid--v2{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}
.tbb-series-card-v2{
  background:var(--surface);
  border:0;
  border-radius:16px;
  overflow:hidden;
  box-shadow:var(--shadow);
  min-width:0;
  display:flex;
  flex-direction:column;
}
.tbb-series-card-art{
  display:block;
  position:relative;
  width:100%;
  aspect-ratio:2/2.35;
  background:#dce7ef;
  overflow:hidden;
}
.tbb-series-card-art img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .35s ease;
}
.tbb-series-card-v2:hover .tbb-series-card-art img{transform:scale(1.025)}
.tbb-series-card-v2>div{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:16px 17px 18px;
}
.tbb-series-card-v2 .tbb-kicker{
  margin:0 0 5px;
  color:var(--orange);
  font-size:.72rem;
  letter-spacing:.12em;
}
.tbb-series-card-v2 h2{
  margin:0 0 14px;
  font-family:Georgia,serif;
  font-size:1.35rem;
  line-height:1.13;
}
.tbb-series-card-v2 .tbb-series-card-stats{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:auto;
  padding-top:12px;
  border-top:1px solid rgba(24,59,78,.1);
}
.tbb-series-card-v2 .tbb-series-card-stats span{
  display:flex;
  flex-direction:column;
  gap:2px;
  white-space:normal;
  color:var(--muted);
  font-size:.76rem;
  line-height:1.2;
}
.tbb-series-card-v2 .tbb-series-card-stats strong{
  color:var(--navy);
  font-size:1.25rem;
  line-height:1;
}
@media(max-width:1180px){.tbb-series-grid--v2{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.tbb-series-grid--v2{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.tbb-series-grid--v2{grid-template-columns:1fr}.tbb-series-card-art{aspect-ratio:4/3}}

/* v0.9.0 — post-migration usability, calendar, wishlist, and banner tuning. */
.tbb-case-hero.has-backdrop::before,.tbb-series-hero--v2.has-image::before{background-position:var(--tbb-hero-x,50%) var(--tbb-hero-y,20%)!important;background-size:cover!important;image-rendering:auto!important}
@media(min-width:761px){.tbb-case-hero,.tbb-series-hero--v2{min-height:620px!important}.tbb-case-hero-inner,.tbb-series-hero-v2{padding-top:64px!important;padding-bottom:64px!important}}
.tbb-wishlist-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}.tbb-wishlist-cover{display:block;aspect-ratio:2/3;background:#dce7ef;overflow:hidden}.tbb-wishlist-cover img{width:100%;height:100%;object-fit:cover}.tbb-wishlist-copy{padding:16px;display:flex;flex-direction:column;gap:10px;flex:1}.tbb-wishlist-copy h2{font-family:Georgia,serif;font-size:1.25rem;line-height:1.15;margin:0}.tbb-wishlist-copy p{margin:0;color:var(--muted)}.tbb-wishlist-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.tbb-button--small{padding:8px 11px;font-size:.78rem}
.tbb-calendar-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:28px 0 16px}.tbb-calendar-head h2{font-family:Georgia,serif;font-size:2rem;margin:0}.tbb-calendar-head a{font-weight:800;color:var(--navy)}.tbb-calendar{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border-top:1px solid #c9d7e1;border-left:1px solid #c9d7e1;background:#fff}.tbb-calendar-weekday{padding:10px;text-align:center;font-weight:800;background:#e5edf3;border-right:1px solid #c9d7e1;border-bottom:1px solid #c9d7e1}.tbb-calendar-day{min-height:135px;padding:10px;border-right:1px solid #c9d7e1;border-bottom:1px solid #c9d7e1;display:flex;flex-direction:column;gap:6px}.tbb-calendar-day>strong{color:var(--navy)}.tbb-calendar-day>a{display:block;padding:5px 7px;border-radius:7px;background:rgba(24,59,78,.07);font-size:.78rem;font-weight:700;line-height:1.25}.tbb-calendar-day>a:hover{background:rgba(200,117,61,.13);color:var(--orange)}.tbb-calendar-day.is-empty{background:#f4f7f9}
.tbb-pagination{display:flex;justify-content:center;align-items:center;gap:7px;flex-wrap:wrap;margin:32px 0}.tbb-pagination .page-numbers{display:grid;place-items:center;min-width:38px;height:38px;padding:0 11px;background:#fff;border:1px solid #c9d7e1;border-radius:9px;color:var(--navy);font-weight:800}.tbb-pagination .page-numbers.current{background:var(--navy);border-color:var(--navy);color:#fff}.tbb-pagination a.page-numbers:hover{border-color:var(--orange);color:var(--orange)}
@media(max-width:760px){.tbb-calendar{grid-template-columns:1fr}.tbb-calendar-weekday{display:none}.tbb-calendar-day{min-height:auto}.tbb-calendar-day.is-empty{display:none}.tbb-calendar-day>strong::before{content:'Day '}}
/* Keep the expanded public navigation from wrapping after Wishlist was added. */
@media(max-width:1250px){
  .tbb-nav{display:none;position:absolute;top:80px;left:0;right:0;background:var(--navy);padding:25px;flex-direction:column;align-items:flex-start}
  .tbb-nav.is-open{display:flex}
  .tbb-menu-toggle{display:block;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.4);padding:8px 12px;border-radius:7px}
  .tbb-nav-group{width:100%;display:block}
  .tbb-nav-parent{width:100%;text-align:left;padding:6px 0}
  .tbb-nav-dropdown{display:none;position:static;visibility:visible;opacity:1;pointer-events:auto;transform:none;box-shadow:none;border:0;background:rgba(255,255,255,.05);margin:5px 0 8px;padding:5px 10px}
  .tbb-nav-group:hover .tbb-nav-dropdown{display:none}
  .tbb-nav-group.is-open .tbb-nav-dropdown{display:block}
  .tbb-nav-search{width:auto;height:auto;padding:8px 12px;gap:9px}
  .tbb-nav-search .screen-reader-text{position:static!important;width:auto;height:auto;margin:0;overflow:visible;clip:auto;white-space:normal}
}


/* v0.9.2 — Court Calendar month-label correction and Wishlist hero artwork. */
.tbb-wishlist-card-main{display:flex;flex-direction:column;flex:1;min-width:0}

/* v0.9.3 — Wishlist simplified to cover-only cards. */
.tbb-wishlist-card .tbb-wishlist-cover{margin:0;max-width:none;width:100%;border:0;border-radius:0;box-shadow:none}

/* v0.9.8 — Replay / Rewatch status and active Docket presentation. */
.tbb-repeat-public{margin-top:28px}.tbb-repeat-public>h2{margin-bottom:14px}.tbb-repeat-public-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.tbb-repeat-public-card{padding:16px;border:1px solid rgba(24,59,78,.15);border-radius:12px;background:#fff}.tbb-repeat-public-card h3{margin:0 0 10px;color:var(--navy)}.tbb-repeat-public-card dl{display:grid;gap:6px;margin:0}.tbb-repeat-public-card dl div{display:flex;justify-content:space-between;gap:16px}.tbb-repeat-public-card dt{font-weight:700;color:var(--navy)}.tbb-repeat-public-card dd{margin:0;text-align:right}.tbb-repeat-public-card p{margin:12px 0 0;color:var(--muted)}
.tbb-card-repeat-status{margin:-4px 0 8px;font-size:.78rem;font-weight:800;color:var(--orange);letter-spacing:.01em}


/* Wishlist 0.9.9 — release-aware Coming Soon / Available Now presentation. */
.tbb-wishlist-section--available{background:#f4f8fb}.tbb-wishlist-section .tbb-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.tbb-wishlist-section .tbb-section-heading h2{margin:.1rem 0 .4rem}.tbb-wishlist-section .tbb-section-heading p{margin:0;max-width:760px}.tbb-wishlist-count{display:inline-grid;place-items:center;min-width:44px;height:44px;padding:0 12px;border-radius:999px;background:#183B4E;color:#fff;font-weight:800}.tbb-wishlist-release{display:inline-flex;align-self:flex-start;padding:6px 9px;border-radius:999px;font-size:.72rem;font-weight:850;letter-spacing:.035em;text-transform:uppercase}.tbb-wishlist-release.is-coming{background:rgba(200,117,61,.12);color:#9c4b00}.tbb-wishlist-release.is-available{background:rgba(24,59,78,.11);color:#183B4E}.tbb-wishlist-card--coming-soon{border-top:4px solid rgba(200,117,61,.72)}.tbb-wishlist-card--available-now{border-top:4px solid rgba(24,59,78,.72)}@media(max-width:700px){.tbb-wishlist-section .tbb-section-heading{align-items:flex-start}.tbb-wishlist-count{min-width:38px;height:38px}}


/* Wishlist 0.9.10 — section headers reduced to titles only. */
.tbb-wishlist-section .tbb-section-heading{display:block;margin-bottom:24px}.tbb-wishlist-section .tbb-section-heading h2{margin:0}.tbb-wishlist-section .tbb-wishlist-count{display:none}

/* Theme 0.10.0 — Pokémon Casework */
.tbb-pokemon-hero{background:radial-gradient(circle at 78% 10%,rgba(200,117,61,.28),transparent 26%),linear-gradient(135deg,#102A35,#183B4E 62%,#315B63)}.tbb-pokemon-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:52px;align-items:center}.tbb-pokemon-hero h1{font-size:clamp(3.1rem,6vw,5.4rem)}.tbb-pokemon-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.tbb-pokemon-deadline-card{padding:24px;border:1px solid rgba(255,255,255,.18);border-radius:22px;background:rgba(255,255,255,.09);backdrop-filter:blur(8px);text-align:center}.tbb-pokemon-deadline-card span,.tbb-pokemon-deadline-card b,.tbb-pokemon-deadline-card time{display:block}.tbb-pokemon-deadline-card span{font-size:.75rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em;color:#E3A06F}.tbb-pokemon-deadline-card strong{display:block;margin:10px 0 0;font-family:Georgia,serif;font-size:4.8rem;line-height:.9}.tbb-pokemon-deadline-card b{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}.tbb-pokemon-deadline-card time{margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.17);font-size:.86rem;color:rgba(255,255,255,.78)}.tbb-pokemon-alert{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:34px;padding:18px 20px;border-left:5px solid #a33b38;border-radius:12px;background:#fff5f4}.tbb-pokemon-alert p{margin:4px 0 0;color:var(--muted)}.tbb-pokemon-alert .tbb-button{flex:0 0 auto}.tbb-section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.tbb-section-heading h2{margin:.1rem 0 0;font-family:Georgia,serif;font-size:clamp(2rem,4vw,3rem)}.tbb-section-heading>a{font-weight:850;color:var(--navy)}.tbb-pokemon-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.tbb-pokemon-project-card{display:grid;grid-template-columns:130px minmax(0,1fr);gap:18px;align-items:center;padding:18px;background:#fff;border:1px solid rgba(24,59,78,.13);border-radius:20px;box-shadow:0 12px 30px rgba(24,59,78,.08);transition:.2s transform,.2s border-color,.2s box-shadow}.tbb-pokemon-project-card:hover{transform:translateY(-4px);border-color:rgba(200,117,61,.5);box-shadow:0 18px 38px rgba(24,59,78,.13)}.tbb-pokemon-project-image{display:grid;place-items:center;min-height:130px;border-radius:16px;background:linear-gradient(145deg,#eef5fa,#fff5e9)}.tbb-pokemon-project-image img{width:130px;height:130px;object-fit:contain}.tbb-pokemon-project-copy h2,.tbb-pokemon-project-copy h3{margin:5px 0 6px;font-family:Georgia,serif;color:var(--navy);line-height:1.05}.tbb-pokemon-project-copy h2{font-size:1.8rem}.tbb-pokemon-project-copy h3{font-size:1.5rem}.tbb-pokemon-project-copy>p{margin:5px 0;color:var(--muted)}.tbb-pokemon-status{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:.69rem;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.tbb-pokemon-status.is-safe{background:#e4f3e8;color:#24643a}.tbb-pokemon-status.is-critical{background:#fde7e5;color:#8b302e}.tbb-pokemon-progress{display:block;height:8px;margin:11px 0 5px;overflow:hidden;border-radius:999px;background:#dce6ec}.tbb-pokemon-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--navy),var(--orange))}.tbb-pokemon-next{font-size:.78rem!important;color:var(--ink)!important}.tbb-pokemon-project-meters{display:grid;gap:8px;margin-top:12px}.tbb-pokemon-project-meters>div{display:grid;grid-template-columns:1fr auto;gap:2px 10px;align-items:center}.tbb-pokemon-project-meters span{font-size:.72rem;font-weight:850;color:var(--navy)}.tbb-pokemon-project-meters .tbb-pokemon-progress{grid-column:1/-1;margin:0}.tbb-pokemon-project-meters small{grid-column:2;grid-row:1;color:var(--muted)}.tbb-pokemon-dex-band{background:rgba(255,255,255,.5)}.tbb-pokemon-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.tbb-pokemon-feature-card{padding:28px;border-radius:22px;background:#fff;border:1px solid rgba(24,59,78,.13);box-shadow:0 12px 30px rgba(24,59,78,.07);transition:.2s transform,.2s border-color}.tbb-pokemon-feature-card:hover{transform:translateY(-3px);border-color:var(--orange)}.tbb-pokemon-feature-card span{display:block;font-size:.76rem;text-transform:uppercase;letter-spacing:.07em;font-weight:850;color:var(--orange)}.tbb-pokemon-feature-card strong{display:block;margin:8px 0;font-family:Georgia,serif;font-size:3rem;color:var(--navy)}.tbb-pokemon-feature-card p{margin:0;color:var(--muted)}.tbb-pokemon-setup-note,.tbb-pokemon-admin-jump{margin-top:24px}.tbb-pokemon-dossier-hero{padding:55px 0;background:linear-gradient(135deg,#102A35,#183B4E 62%,#315B63);color:#fff}.tbb-pokemon-dossier-grid{display:grid;grid-template-columns:300px minmax(0,1fr);gap:45px;align-items:center}.tbb-pokemon-dossier-art{display:grid;place-items:center;min-height:300px;border-radius:28px;background:radial-gradient(circle,rgba(255,255,255,.18),rgba(255,255,255,.03) 68%);border:1px solid rgba(255,255,255,.16)}.tbb-pokemon-dossier-art img{width:min(300px,100%);max-height:300px;object-fit:contain}.tbb-pokemon-dossier-grid h1{font-family:Georgia,serif;font-size:clamp(3.4rem,7vw,6rem);line-height:1;margin:.15em 0}.tbb-pokemon-species-line{margin:-2px 0 10px;color:#E3A06F;font-weight:850}.tbb-pokemon-dossier-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:24px}.tbb-pokemon-dossier-metrics>div{padding:13px 14px;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:rgba(255,255,255,.07)}.tbb-pokemon-dossier-metrics strong,.tbb-pokemon-dossier-metrics span{display:block}.tbb-pokemon-dossier-metrics strong{font-size:1.45rem}.tbb-pokemon-dossier-metrics span{font-size:.72rem;color:rgba(255,255,255,.7)}.tbb-pokemon-next-callout{display:grid;gap:2px;margin-top:14px;padding:12px 15px;border-left:4px solid var(--orange);background:rgba(0,0,0,.12);border-radius:8px}.tbb-pokemon-next-callout span,.tbb-pokemon-next-callout small{font-size:.72rem;color:rgba(255,255,255,.7)}.tbb-pokemon-route-panel{padding:24px;background:#fff;border-radius:20px;border:1px solid rgba(24,59,78,.12)}.tbb-pokemon-route-panel h2{margin-top:0;font-family:Georgia,serif}.tbb-pokemon-route{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tbb-pokemon-route span{padding:7px 10px;border-radius:999px;background:#edf3f7;color:var(--navy);font-size:.78rem;font-weight:850}.tbb-pokemon-route b{color:var(--orange)}.tbb-pokemon-dossier-details{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin:16px 0 34px}.tbb-pokemon-dossier-details span{padding:12px;background:rgba(255,255,255,.62);border:1px solid rgba(24,59,78,.11);border-radius:12px}.tbb-pokemon-dossier-details b{display:block;margin-bottom:3px;font-size:.68rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.tbb-pokemon-achievement-section{margin-top:42px}.tbb-pokemon-achievement-section>header{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:14px}.tbb-pokemon-achievement-section>header h2{margin:0;font-family:Georgia,serif;font-size:2.1rem}.tbb-pokemon-achievement-section>header>span{padding:5px 9px;border-radius:999px;background:var(--navy);color:#fff;font-size:.75rem;font-weight:850}.tbb-pokemon-achievement-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.tbb-pokemon-achievement{display:grid;grid-template-columns:54px minmax(0,1fr);gap:13px;padding:16px;background:#fff;border:1px solid rgba(24,59,78,.13);border-radius:16px}.tbb-pokemon-achievement.is-obtained{border-color:rgba(47,125,74,.3);background:#f8fcf9}.tbb-pokemon-achievement-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#fff5df;border:2px solid #e1b568;color:#99600b;font-size:1.3rem;font-weight:900}.tbb-pokemon-achievement.is-obtained .tbb-pokemon-achievement-icon{background:#e3f3e7;border-color:#a8d1b2;color:#2f7d4a}.tbb-pokemon-achievement-icon img{width:42px;height:42px;object-fit:contain}.tbb-pokemon-achievement-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tbb-pokemon-achievement-title h3{margin:0;font-size:1.08rem;color:var(--navy)}.tbb-pokemon-community-badge{padding:3px 6px;border-radius:999px;background:#eee6fb;color:#603b96;font-size:.62rem;font-weight:850;text-transform:uppercase}.tbb-pokemon-game-label{margin:2px 0 7px!important;color:var(--orange);font-size:.72rem;font-weight:850}.tbb-pokemon-achievement p{margin:5px 0;font-size:.88rem}.tbb-pokemon-note{color:var(--muted)}.tbb-pokemon-achievement-footer{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-top:10px;padding-top:9px;border-top:1px solid rgba(24,59,78,.09);font-size:.72rem}.tbb-pokemon-achievement-footer .is-complete{color:#2f7d4a;font-weight:850}.tbb-pokemon-achievement-footer .is-open{color:var(--muted);font-weight:750}.tbb-pokemon-achievement-footer a{font-weight:850;color:var(--navy)}.tbb-pokemon-dex-summary{display:flex;align-items:baseline;gap:10px;margin-bottom:18px}.tbb-pokemon-dex-summary strong{font-family:Georgia,serif;font-size:2.8rem;color:var(--navy)}.tbb-pokemon-dex-summary span{color:var(--muted);font-weight:750}.tbb-pokemon-dex-filters{display:grid;grid-template-columns:1.2fr 1fr 1fr auto;gap:10px;align-items:end;margin-bottom:26px;padding:14px;background:rgba(255,255,255,.62);border:1px solid rgba(24,59,78,.11);border-radius:14px}.tbb-pokemon-dex-filters label{font-size:.72rem;font-weight:850;color:var(--navy)}.tbb-pokemon-dex-filters input,.tbb-pokemon-dex-filters select{display:block;width:100%;margin-top:5px;padding:10px;border:1px solid #c8d6df;border-radius:8px;background:#fff}.tbb-pokemon-dex-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.tbb-pokemon-dex-card{position:relative;display:flex;flex-direction:column;align-items:center;min-height:230px;padding:12px;background:#fff;border:1px solid rgba(24,59,78,.12);border-radius:16px;text-align:center}.tbb-pokemon-dex-card.is-missing{opacity:.62;filter:saturate(.45)}.tbb-pokemon-dex-card.is-owned{border-color:rgba(47,125,74,.4);box-shadow:inset 0 3px 0 rgba(47,125,74,.55)}.tbb-pokemon-dex-card img{width:110px;height:110px;object-fit:contain}.tbb-pokemon-dex-card h2{margin:2px 0;font-size:1rem;color:var(--navy)}.tbb-pokemon-dex-card p{margin:0 0 5px;font-size:.72rem;color:var(--muted)}.tbb-pokemon-dex-card small{margin-top:5px;font-size:.67rem;color:var(--muted)}.tbb-pokemon-dex-number{position:absolute;top:8px;left:9px;font-size:.64rem;font-weight:850;color:var(--muted)}.tbb-pokemon-dex-state{margin-top:auto;padding:4px 7px;border-radius:999px;background:#edf3f7;font-size:.67rem;font-weight:850}.is-owned .tbb-pokemon-dex-state{background:#e4f3e8;color:#24643a}.tbb-pokemon-shiny-state{margin-top:4px;color:#9b6814;font-size:.66rem;font-weight:850}.tbb-pokemon-example-strip{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}.tbb-pokemon-example-strip span{padding:6px 9px;border:1px solid rgba(255,255,255,.23);border-radius:999px;font-size:.75rem;font-weight:800}.tbb-pokemon-admin-jump{text-align:center}
@media(max-width:1050px){.tbb-pokemon-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tbb-pokemon-dex-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.tbb-pokemon-dossier-details{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.tbb-pokemon-hero-grid,.tbb-pokemon-dossier-grid{grid-template-columns:1fr}.tbb-pokemon-deadline-card{max-width:300px}.tbb-pokemon-alert,.tbb-section-heading{align-items:flex-start;flex-direction:column}.tbb-pokemon-project-grid,.tbb-pokemon-feature-grid,.tbb-pokemon-achievement-list{grid-template-columns:1fr}.tbb-pokemon-dossier-art{min-height:220px}.tbb-pokemon-dossier-art img{max-height:220px}.tbb-pokemon-dossier-metrics{grid-template-columns:1fr 1fr}.tbb-pokemon-dossier-details{grid-template-columns:repeat(2,minmax(0,1fr))}.tbb-pokemon-dex-filters{grid-template-columns:1fr 1fr}.tbb-pokemon-dex-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tbb-pokemon-achievement-footer{align-items:flex-start;flex-direction:column}}
@media(max-width:520px){.tbb-pokemon-project-card{grid-template-columns:100px minmax(0,1fr)}.tbb-pokemon-project-image{min-height:100px}.tbb-pokemon-project-image img{width:100px;height:100px}.tbb-pokemon-dossier-metrics,.tbb-pokemon-dossier-details,.tbb-pokemon-dex-filters{grid-template-columns:1fr}.tbb-pokemon-dex-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tbb-pokemon-dex-card{min-height:210px}.tbb-pokemon-dex-card img{width:96px;height:96px}}
.tbb-pokemon-resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.tbb-pokemon-resource-card{display:flex;flex-direction:column;padding:20px;border-radius:17px;background:#fff;border:1px solid rgba(24,59,78,.13);transition:.2s transform,.2s border-color}.tbb-pokemon-resource-card:hover{transform:translateY(-3px);border-color:var(--orange)}.tbb-pokemon-resource-card>span{font-size:.68rem;font-weight:850;text-transform:uppercase;letter-spacing:.06em;color:var(--orange)}.tbb-pokemon-resource-card h3{margin:6px 0;font-family:Georgia,serif;color:var(--navy)}.tbb-pokemon-resource-card p{margin:0 0 12px;color:var(--muted);font-size:.86rem}.tbb-pokemon-resource-card b{margin-top:auto;font-size:.75rem;color:var(--navy)}@media(max-width:900px){.tbb-pokemon-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.tbb-pokemon-resource-grid{grid-template-columns:1fr}}
/* 0.10.0 deadline refinements */
.tbb-pokemon-bank-remaining{display:inline-flex!important;align-items:baseline;gap:5px;margin-top:9px!important;padding:5px 8px;border-radius:9px;background:#fff5f4;color:#8b302e!important;font-size:.72rem!important;font-weight:800}.tbb-pokemon-bank-remaining strong{font-size:.95rem}.tbb-pokemon-dossier-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.tbb-pokemon-next-callout.is-ready{border-left-color:#68b57b;background:rgba(45,125,70,.18)}
@media(max-width:900px){.tbb-pokemon-dossier-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.tbb-pokemon-dossier-metrics{grid-template-columns:1fr}}

/* Theme 0.10.1 — Masterdex Challenge */
.tbb-pokemon-masterdex-banner{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:42px;padding:28px;border-radius:22px;background:linear-gradient(135deg,#183B4E,#315B63);color:#fff;box-shadow:0 15px 34px rgba(24,59,78,.16)}.tbb-pokemon-masterdex-banner span{font-size:.72rem;font-weight:850;text-transform:uppercase;letter-spacing:.07em;color:#E3A06F}.tbb-pokemon-masterdex-banner strong{display:block;margin:5px 0;font-family:Georgia,serif;font-size:2.7rem}.tbb-pokemon-masterdex-banner p{margin:0;color:rgba(255,255,255,.78)}.tbb-pokemon-masterdex-banner>b{flex:0 0 auto;padding:8px 11px;border-radius:999px;background:#fff5f4;color:#8b302e;font-size:.75rem}.tbb-pokemon-supporting-heading{margin-top:8px}.tbb-pokemon-masterdex-rule{margin-bottom:22px;padding:18px 20px;border-left:5px solid var(--orange);border-radius:12px;background:#fff}.tbb-pokemon-masterdex-rule>strong{font-family:Georgia,serif;font-size:1.45rem;color:var(--navy)}.tbb-pokemon-masterdex-rule p{margin:6px 0 0;color:var(--muted)}.tbb-pokemon-masterdex-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:12px}.tbb-pokemon-masterdex-stats>div{padding:17px;border:1px solid rgba(24,59,78,.13);border-radius:15px;background:#fff}.tbb-pokemon-masterdex-stats span,.tbb-pokemon-masterdex-stats strong,.tbb-pokemon-masterdex-stats small{display:block}.tbb-pokemon-masterdex-stats span{font-size:.7rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.tbb-pokemon-masterdex-stats strong{margin-top:3px;font-family:Georgia,serif;font-size:1.9rem;color:var(--navy)}.tbb-pokemon-masterdex-stats small{margin-top:3px;color:var(--muted)}.tbb-pokemon-masterdex-bank{margin-top:22px}.tbb-pokemon-check-filter{display:flex!important;align-items:center;gap:7px;padding-bottom:9px}.tbb-pokemon-check-filter input{width:auto!important;margin:0!important}.tbb-pokemon-masterdex-public-list{display:grid;gap:14px}.tbb-pokemon-masterdex-public-card{display:grid;grid-template-columns:120px minmax(0,1fr);gap:20px;padding:20px;border:1px solid rgba(24,59,78,.13);border-radius:18px;background:#fff}.tbb-pokemon-masterdex-public-card.is-complete{border-color:rgba(47,125,74,.38);box-shadow:inset 4px 0 0 rgba(47,125,74,.5)}.tbb-pokemon-masterdex-public-art{display:grid;place-items:center;min-height:120px;border-radius:15px;background:linear-gradient(145deg,#eef5fa,#fff5e9);font-weight:900;color:var(--navy)}.tbb-pokemon-masterdex-public-art img{width:116px;height:116px;object-fit:contain}.tbb-pokemon-masterdex-public-card h2{margin:2px 0 7px;font-family:Georgia,serif;color:var(--navy)}.tbb-pokemon-masterdex-public-card p{margin:5px 0}.tbb-pokemon-masterdex-public-heading{display:flex;justify-content:space-between;gap:12px;align-items:center}.tbb-pokemon-masterdex-public-heading .tbb-kicker{margin:0}.tbb-pokemon-masterdex-game{color:var(--muted);font-size:.83rem}.tbb-pokemon-masterdex-state{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:12px;padding-top:11px;border-top:1px solid rgba(24,59,78,.09);font-size:.76rem}.tbb-pokemon-masterdex-state strong{color:var(--navy)}.tbb-pokemon-masterdex-state span{color:var(--muted)}.tbb-pokemon-masterdex-state a{margin-left:auto;font-weight:850;color:var(--navy)}
@media(max-width:900px){.tbb-pokemon-masterdex-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.tbb-pokemon-masterdex-banner{align-items:flex-start;flex-direction:column}.tbb-pokemon-masterdex-public-card{grid-template-columns:100px minmax(0,1fr)}.tbb-pokemon-masterdex-public-art{min-height:100px}.tbb-pokemon-masterdex-public-art img{width:96px;height:96px}}
@media(max-width:600px){.tbb-pokemon-masterdex-stats{grid-template-columns:1fr}.tbb-pokemon-masterdex-public-card{grid-template-columns:1fr}.tbb-pokemon-masterdex-public-art{max-width:130px}.tbb-pokemon-masterdex-public-heading{align-items:flex-start;flex-direction:column}.tbb-pokemon-masterdex-state a{margin-left:0}}
.tbb-pokemon-masterdex-filters{grid-template-columns:1.2fr 1fr 1fr auto auto}@media(max-width:760px){.tbb-pokemon-masterdex-filters{grid-template-columns:1fr 1fr}}@media(max-width:520px){.tbb-pokemon-masterdex-filters{grid-template-columns:1fr}}

/* Pokémon Casework 0.10.2 — current-state dossiers + workbook-faithful Masterdex */
.tbb-pokemon-current-line{font-size:clamp(1.05rem,1.6vw,1.3rem);font-weight:700;margin:.5rem 0;color:var(--tbb-text,#fff)}
.tbb-pokemon-origin-line{opacity:.72;margin:.25rem 0 1rem;font-size:.92rem}
.tbb-pokemon-masterdex-section-tabs,.tbb-pokemon-masterdex-tier-strip{display:flex;gap:.65rem;flex-wrap:wrap;margin:1.25rem 0}
.tbb-pokemon-masterdex-section-tabs a,.tbb-pokemon-masterdex-tier-strip a{border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:.65rem .9rem;text-decoration:none;background:rgba(255,255,255,.04)}
.tbb-pokemon-masterdex-tier-strip a{display:flex;gap:.6rem;align-items:center}.tbb-pokemon-masterdex-section-tabs a.is-active,.tbb-pokemon-masterdex-tier-strip a.is-active{border-color:#C8753D;box-shadow:inset 0 0 0 1px #C8753D}
.tbb-pokemon-masterdex-section-description{max-width:80ch;opacity:.8}.tbb-pokemon-masterdex-list-meta{margin:1rem 0}
.tbb-pokemon-masterdex-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.25rem}
.tbb-pokemon-masterdex-slot{display:grid;grid-template-columns:92px 1fr;gap:1rem;padding:1rem;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(255,255,255,.035)}
.tbb-pokemon-masterdex-slot.is-complete{border-color:rgba(70,180,120,.55)}.tbb-pokemon-masterdex-slot-art{min-height:86px;display:flex;align-items:center;justify-content:center}.tbb-pokemon-masterdex-slot-art img{max-width:90px;max-height:90px;object-fit:contain}.tbb-pokemon-masterdex-slot h2{font-size:1.12rem;margin:.15rem 0 .5rem}.tbb-pokemon-masterdex-slot h2 small{font-size:.72em;opacity:.55}.tbb-pokemon-masterdex-slot p{margin:.3rem 0;font-size:.9rem}.tbb-pokemon-masterdex-state{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:.7rem;font-size:.85rem}.tbb-pokemon-masterdex-state strong{color:#C8753D}
@media(max-width:1050px){.tbb-pokemon-masterdex-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.tbb-pokemon-masterdex-grid{grid-template-columns:1fr}.tbb-pokemon-masterdex-slot{grid-template-columns:72px 1fr}.tbb-pokemon-masterdex-slot-art img{max-width:72px;max-height:72px}}

/* Pokémon Casework 0.10.3 — grouped Masterdex qualifying variants */
.tbb-pokemon-masterdex-slot--grouped{align-items:start}.tbb-pokemon-masterdex-public-choices{grid-column:1/-1;margin-top:.75rem;border-top:1px solid rgba(24,59,78,.1);padding-top:.65rem}.tbb-pokemon-masterdex-public-choices summary{cursor:pointer;font-weight:800;color:var(--navy)}.tbb-pokemon-masterdex-public-choices>div{display:grid;gap:.35rem;margin-top:.55rem}.tbb-pokemon-masterdex-public-choices p{margin:0;padding:.45rem .55rem;border-radius:8px;background:rgba(24,59,78,.035);font-size:.78rem}.tbb-pokemon-masterdex-public-choices p.is-obtained{background:rgba(47,125,74,.1)}.tbb-pokemon-masterdex-public-choices p b{display:inline-block;min-width:74px;color:var(--navy)}.tbb-pokemon-masterdex-public-choices p small{display:block;margin-left:78px;color:var(--muted)}

/* Pokémon Casework 0.10.4 — unified Masterdex species checklist */
.tbb-pokemon-masterdex-grid--species{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}
.tbb-pokemon-masterdex-slot--species{align-items:flex-start}
.tbb-pokemon-masterdex-slot--species .tbb-pokemon-masterdex-slot-copy{min-width:0}
.tbb-pokemon-masterdex-slot--species .tbb-pokemon-masterdex-public-choices{margin-top:12px}
.tbb-pokemon-masterdex-slot--species .tbb-pokemon-masterdex-public-choices summary{cursor:pointer;font-weight:800;color:#183B4E}
.tbb-pokemon-masterdex-slot--species .tbb-pokemon-masterdex-public-choices p{display:flex;justify-content:space-between;gap:12px;padding:7px 0;margin:0;border-bottom:1px solid rgba(24,59,78,.09)}
.tbb-pokemon-masterdex-slot--species .tbb-pokemon-masterdex-public-choices p.is-obtained{font-weight:700;color:#24683f}

/* Pokémon Casework 0.10.5 — workbook-only genders + visible regional variants */
.tbb-pokemon-masterdex-public-choices--required{display:block!important}
.tbb-pokemon-masterdex-required-heading{display:block;margin-bottom:.45rem;color:#183B4E;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}
.tbb-pokemon-masterdex-public-choices--required>div{display:grid;gap:.15rem}
.tbb-pokemon-masterdex-public-choices--required p b{min-width:0}


/* Shiny Living Dex */
.tbb-pokemon-shiny-banner{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:28px;border-radius:22px;background:linear-gradient(135deg,#1e3550,#4a3964);color:#fff;text-decoration:none;box-shadow:0 15px 34px rgba(24,59,78,.14)}.tbb-pokemon-shiny-banner span{font-size:.72rem;font-weight:850;text-transform:uppercase;letter-spacing:.07em;color:#e8c9ff}.tbb-pokemon-shiny-banner strong{display:block;margin:5px 0;font-family:Georgia,serif;font-size:2.35rem}.tbb-pokemon-shiny-banner p{margin:0;color:rgba(255,255,255,.78)}.tbb-pokemon-shiny-banner>b{flex:0 0 auto;padding:8px 11px;border-radius:999px;background:#fff;color:#3c3152;font-size:.75rem}.tbb-pokemon-shiny-summary{align-self:stretch;display:flex;min-width:210px;flex-direction:column;justify-content:center;padding:24px;border:1px solid rgba(255,255,255,.2);border-radius:20px;background:rgba(255,255,255,.08);text-align:center}.tbb-pokemon-shiny-summary>span{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.tbb-pokemon-shiny-summary>strong{font-family:Georgia,serif;font-size:3rem}.tbb-pokemon-shiny-summary>b{font-size:1rem}.tbb-pokemon-shiny-summary>small{opacity:.78}.tbb-pokemon-shinydex-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px}.tbb-pokemon-shiny-card{display:grid;grid-template-columns:92px 1fr;gap:14px;align-items:center;padding:18px;border:1px solid #dce5ec;border-radius:18px;background:#fff}.tbb-pokemon-shiny-card.is-acquired{box-shadow:inset 4px 0 0 #4e8b61}.tbb-pokemon-shiny-card-art{display:flex;align-items:center;justify-content:center;height:88px}.tbb-pokemon-shiny-card-art img{max-width:88px;max-height:88px;object-fit:contain}.tbb-pokemon-shiny-card h2{margin:2px 0 8px;font-size:1.05rem}.tbb-pokemon-shiny-card h2 small{font-size:.72em;color:#687786}.tbb-pokemon-shiny-meta{display:flex;gap:14px;margin:10px 0 0;font-size:.78rem}.tbb-pokemon-shiny-meta div{display:flex;gap:5px}.tbb-pokemon-shiny-meta dt{font-weight:800}.tbb-pokemon-shiny-meta dd{margin:0}.tbb-pokemon-shinydex-table{display:grid;gap:0;margin:20px 0;border:1px solid #d8e1e8;border-radius:14px;overflow:hidden}.tbb-pokemon-shinydex-row{display:grid;grid-template-columns:minmax(230px,2fr) .7fr 1.4fr 1fr 1.2fr;gap:12px;align-items:center;padding:10px 12px;border-top:1px solid #e5ebef;background:#fff}.tbb-pokemon-shinydex-row:first-child{border-top:0}.tbb-pokemon-shinydex-row.is-head{font-size:.72rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em;background:#edf3f7}.tbb-pokemon-shinydex-row.is-acquired{background:#f5fbf7}.tbb-pokemon-shinydex-species{display:flex;align-items:center;gap:10px}.tbb-pokemon-shinydex-species img{width:48px;height:48px;object-fit:contain}.tbb-pokemon-shinydex-row select,.tbb-pokemon-shinydex-row input[type=date],.tbb-pokemon-shinydex-row input[type=text]{width:100%}@media(max-width:900px){.tbb-pokemon-shinydex-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tbb-pokemon-shinydex-row{grid-template-columns:1fr}.tbb-pokemon-shinydex-row.is-head{display:none}.tbb-pokemon-shiny-banner{align-items:flex-start;flex-direction:column}}@media(max-width:600px){.tbb-pokemon-shinydex-grid{grid-template-columns:1fr}}

/* Pokémon Collection / personal database — 0.11.0 */
.tbb-pokemon-collection-band{background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(234,241,246,.72))}
.tbb-pokemon-collection-overview{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.tbb-pokemon-collection-overview a{display:grid;gap:4px;padding:18px;border:1px solid rgba(24,59,78,.13);border-radius:16px;background:#fff;box-shadow:0 9px 24px rgba(24,59,78,.06);transition:.18s transform,.18s border-color}
.tbb-pokemon-collection-overview a:hover{transform:translateY(-2px);border-color:rgba(200,117,61,.55)}
.tbb-pokemon-collection-overview strong{font-family:Georgia,serif;font-size:2rem;color:var(--navy)}
.tbb-pokemon-collection-overview span{font-size:.73rem;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}
.tbb-pokemon-collection-hero{background:radial-gradient(circle at 82% 14%,rgba(200,117,61,.22),transparent 28%),linear-gradient(135deg,#102A35,#183B4E 64%,#1a527f);color:#fff}
.tbb-pokemon-collection-hero h1{font-family:Georgia,serif;font-size:clamp(3rem,7vw,5.6rem);margin:.1em 0}
.tbb-pokemon-collection-hero p{max-width:760px;color:rgba(255,255,255,.82)}
.tbb-pokemon-collection-public-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:20px}
.tbb-pokemon-collection-public-stats>div{padding:16px 18px;border-radius:15px;border:1px solid rgba(24,59,78,.12);background:#fff}
.tbb-pokemon-collection-public-stats strong,.tbb-pokemon-collection-public-stats span{display:block}.tbb-pokemon-collection-public-stats strong{font-family:Georgia,serif;font-size:2.2rem;color:var(--navy)}.tbb-pokemon-collection-public-stats span{font-size:.75rem;color:var(--muted);font-weight:800;text-transform:uppercase}
.tbb-pokemon-collection-search{display:grid;grid-template-columns:minmax(260px,1.4fr) minmax(0,2fr) auto;gap:14px;align-items:end;margin:20px 0;padding:16px;border:1px solid rgba(24,59,78,.12);border-radius:18px;background:rgba(255,255,255,.74)}
.tbb-pokemon-collection-search>label{display:grid;gap:5px;font-size:.72rem;font-weight:850;color:var(--navy)}.tbb-pokemon-collection-search input[type=search]{width:100%;padding:11px 12px;border:1px solid #c8d6df;border-radius:10px;background:#fff}
.tbb-pokemon-collection-filter-pills{display:flex;gap:7px;flex-wrap:wrap}.tbb-pokemon-collection-filter-pills label{position:relative;cursor:pointer}.tbb-pokemon-collection-filter-pills input{position:absolute;opacity:0;pointer-events:none}.tbb-pokemon-collection-filter-pills span{display:inline-flex;padding:7px 10px;border:1px solid #cad7df;border-radius:999px;background:#fff;color:#475f71;font-size:.7rem;font-weight:800}.tbb-pokemon-collection-filter-pills input:checked+span{border-color:var(--orange);background:#fff3e7;color:#9a4b00;box-shadow:0 0 0 1px rgba(200,117,61,.14)}
.tbb-pokemon-collection-public-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:18px}
.tbb-pokemon-home-card{position:relative;display:grid;grid-template-rows:190px 1fr;overflow:hidden;border:1px solid rgba(24,59,78,.13);border-radius:22px;background:#fff;box-shadow:0 12px 28px rgba(24,59,78,.07);transition:.2s transform,.2s box-shadow,.2s border-color}
.tbb-pokemon-home-card:hover{transform:translateY(-4px);border-color:rgba(200,117,61,.52);box-shadow:0 18px 36px rgba(24,59,78,.12)}
.tbb-pokemon-home-art{position:relative;display:grid;place-items:center;background:radial-gradient(circle at 50% 45%,#fff 0,#f1f7fb 45%,#e7eff5 100%)}.tbb-pokemon-home-art:after{content:"";position:absolute;inset:18px;border-radius:50%;border:1px solid rgba(24,59,78,.08)}.tbb-pokemon-home-art img{position:relative;z-index:1;width:178px;height:178px;object-fit:contain;filter:drop-shadow(0 9px 12px rgba(24,59,78,.12))}.tbb-pokemon-shiny-star{position:absolute;z-index:2;top:13px;right:14px;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#fff5c7;color:#b67b00;box-shadow:0 4px 12px rgba(0,0,0,.1)}
.tbb-pokemon-home-copy{padding:16px 17px 18px}.tbb-pokemon-home-copy h2{margin:2px 0 4px;font-family:Georgia,serif;font-size:1.5rem;color:var(--navy)}.tbb-pokemon-home-species,.tbb-pokemon-home-current{margin:3px 0;color:var(--muted);font-size:.83rem}.tbb-pokemon-type-row{display:flex;gap:6px;flex-wrap:wrap;margin:9px 0}.tbb-pokemon-type-row span{padding:4px 9px;border-radius:999px;background:#EDF1EE;color:var(--navy);font-size:.67rem;font-weight:850;text-transform:uppercase;letter-spacing:.03em}.tbb-pokemon-home-badges,.tbb-pokemon-record-flags,.tbb-pokemon-special-flags{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}.tbb-pokemon-home-badges span,.tbb-pokemon-record-flags span,.tbb-pokemon-record-flags a,.tbb-pokemon-special-flags span{padding:5px 8px;border-radius:999px;background:#f4f7f9;color:#38536a;font-size:.65rem;font-weight:850}
.tbb-pokemon-record-hero{padding:52px 0;background:radial-gradient(circle at 22% 45%,rgba(255,255,255,.12),transparent 28%),linear-gradient(135deg,#102A35,#183B4E 62%,#315B63);color:#fff}.tbb-pokemon-record-hero-grid{display:grid;grid-template-columns:330px minmax(0,1fr);gap:48px;align-items:center}.tbb-pokemon-record-art{position:relative;display:grid;place-items:center;min-height:320px;border:1px solid rgba(255,255,255,.15);border-radius:30px;background:radial-gradient(circle,rgba(255,255,255,.18),rgba(255,255,255,.03) 70%)}.tbb-pokemon-record-art img{width:min(310px,100%);height:310px;object-fit:contain;filter:drop-shadow(0 15px 18px rgba(0,0,0,.16))}.tbb-pokemon-record-shiny{position:absolute;top:18px;right:18px;padding:7px 10px;border-radius:999px;background:#fff3c2;color:#8a5a00;font-size:.72rem}.tbb-pokemon-record-hero h1{margin:.08em 0;font-family:Georgia,serif;font-size:clamp(3.4rem,7vw,6rem);line-height:.95}.tbb-pokemon-record-species{font-size:1.18rem;color:#E3A06F;font-weight:800}.tbb-pokemon-record-hero .tbb-pokemon-type-row span{background:rgba(255,255,255,.13);color:#fff;border:1px solid rgba(255,255,255,.13)}.tbb-pokemon-record-flags span,.tbb-pokemon-record-flags a{background:rgba(255,255,255,.11);color:#fff;border:1px solid rgba(255,255,255,.13)}
.tbb-pokemon-record-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start}.tbb-pokemon-record-layout main{display:grid;gap:18px}.tbb-pokemon-home-panel{padding:22px;border:1px solid rgba(24,59,78,.12);border-radius:20px;background:#fff;box-shadow:0 10px 26px rgba(24,59,78,.055)}.tbb-pokemon-home-panel h2{margin:0 0 16px;font-family:Georgia,serif;font-size:1.85rem;color:var(--navy)}.tbb-pokemon-home-panel h3{margin:17px 0 9px;color:var(--navy);font-size:.83rem;text-transform:uppercase;letter-spacing:.05em}.tbb-pokemon-record-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.tbb-pokemon-record-grid>div,.tbb-pokemon-record-side dl>div{padding:11px 12px;border-radius:11px;background:#f6f9fb}.tbb-pokemon-record-grid dt,.tbb-pokemon-record-side dt{font-size:.64rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.tbb-pokemon-record-grid dd,.tbb-pokemon-record-side dd{margin:3px 0 0;font-weight:750;color:var(--ink)}.tbb-pokemon-record-side{position:sticky;top:90px}.tbb-pokemon-record-side dl{display:grid;gap:8px;margin:0 0 16px}.tbb-pokemon-public-distinction-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.tbb-pokemon-public-distinction-grid article{display:grid;grid-template-columns:30px 1fr;gap:8px;align-items:center;padding:10px;border:1px solid rgba(24,59,78,.1);border-radius:12px;background:#fbfcfd}.tbb-pokemon-public-distinction-grid article>span{font-size:1.2rem}.tbb-pokemon-public-distinction-grid strong,.tbb-pokemon-public-distinction-grid small{display:block}.tbb-pokemon-public-distinction-grid small{color:var(--muted);margin-top:2px}.tbb-pokemon-record-runs{display:grid;gap:8px}.tbb-pokemon-record-runs a{display:grid;grid-template-columns:1fr auto;gap:2px 10px;padding:11px 12px;border-radius:12px;background:#f5f8fa}.tbb-pokemon-record-runs span{grid-column:1;color:var(--muted)}.tbb-pokemon-record-runs small{grid-column:2;grid-row:1/-1;align-self:center;font-weight:800;color:var(--orange)}
.tbb-pokemon-move-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.tbb-pokemon-move-grid span{padding:10px 12px;border-radius:10px;background:#edf3f7;color:var(--navy);font-weight:800}.tbb-pokemon-stat-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px}.tbb-pokemon-stat-grid>div{display:grid;gap:2px;padding:9px;border-radius:9px;background:#f4f7f9;text-align:center}.tbb-pokemon-stat-grid span{font-size:.62rem;color:var(--muted);font-weight:800;text-transform:uppercase}.tbb-pokemon-stat-grid strong{color:var(--navy)}
.tbb-pokemon-game-teams{margin-top:30px}.tbb-pokemon-game-teams-heading{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:15px}.tbb-pokemon-game-teams-heading h2{margin:.15rem 0;font-family:Georgia,serif;font-size:2rem}.tbb-pokemon-game-teams-heading p{margin:3px 0;color:var(--muted)}.tbb-pokemon-game-teams-heading>a{font-weight:850;color:var(--navy)}.tbb-pokemon-game-run{margin-top:13px;padding:18px;border:1px solid rgba(24,59,78,.12);border-radius:18px;background:#fff}.tbb-pokemon-game-run>header{display:flex;justify-content:space-between;gap:18px;align-items:start;margin-bottom:13px}.tbb-pokemon-game-run h3{margin:0;color:var(--navy);font-family:Georgia,serif;font-size:1.35rem}.tbb-pokemon-game-run header p{margin:3px 0;color:var(--muted);font-size:.8rem}.tbb-pokemon-game-team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.tbb-pokemon-game-member{display:grid;grid-template-columns:72px 1fr;gap:9px;align-items:center;padding:9px;border:1px solid rgba(24,59,78,.09);border-radius:13px;background:#f8fafc;transition:.16s transform,.16s border-color}.tbb-pokemon-game-member[href]:hover{transform:translateY(-2px);border-color:rgba(200,117,61,.45)}.tbb-pokemon-game-member-art{position:relative;display:grid;place-items:center;width:72px;height:72px;border-radius:50%;background:#edf3f7}.tbb-pokemon-game-member-art img{width:68px;height:68px;object-fit:contain}.tbb-pokemon-game-member-art span{position:absolute;right:0;top:0;color:#b37b00}.tbb-pokemon-game-member strong,.tbb-pokemon-game-member small{display:block}.tbb-pokemon-game-member small{color:var(--muted);font-size:.68rem}.tbb-pokemon-game-member p{margin:4px 0 0;font-size:.7rem;color:var(--orange);font-weight:800}
@media(max-width:1100px){.tbb-pokemon-collection-overview{grid-template-columns:repeat(3,1fr)}.tbb-pokemon-collection-public-grid{grid-template-columns:repeat(3,1fr)}.tbb-pokemon-record-grid{grid-template-columns:repeat(2,1fr)}.tbb-pokemon-stat-grid{grid-template-columns:repeat(3,1fr)}.tbb-pokemon-game-team-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.tbb-pokemon-collection-search{grid-template-columns:1fr}.tbb-pokemon-collection-public-grid{grid-template-columns:repeat(2,1fr)}.tbb-pokemon-record-hero-grid,.tbb-pokemon-record-layout{grid-template-columns:1fr}.tbb-pokemon-record-art{max-width:350px}.tbb-pokemon-record-side{position:static}.tbb-pokemon-game-run>header,.tbb-pokemon-game-teams-heading{display:block}.tbb-pokemon-game-team-grid{grid-template-columns:1fr}.tbb-pokemon-collection-public-stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.tbb-pokemon-collection-overview,.tbb-pokemon-collection-public-grid,.tbb-pokemon-record-grid,.tbb-pokemon-public-distinction-grid,.tbb-pokemon-move-grid{grid-template-columns:1fr}.tbb-pokemon-home-card{grid-template-rows:170px 1fr}.tbb-pokemon-home-art img{width:155px;height:155px}.tbb-pokemon-record-hero{padding:34px 0}.tbb-pokemon-record-art{min-height:250px}.tbb-pokemon-record-art img{height:240px}.tbb-pokemon-stat-grid{grid-template-columns:repeat(2,1fr)}}

/* Theme 0.11.1 — species-first Pokémon Collection and resilient artwork. */
.tbb-pokemon-species-public-heading{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid rgba(24,59,78,.12)}
.tbb-pokemon-species-public-heading h2{margin:.08em 0;font-family:Georgia,serif;font-size:clamp(2.5rem,5vw,4rem);color:var(--navy)}
.tbb-pokemon-species-public-heading p{margin:4px 0;color:var(--muted)}
.tbb-pokemon-species-public-heading>a{font-weight:850;color:var(--navy)}
.tbb-pokemon-art-placeholder{display:none;position:relative;z-index:1;padding:16px;text-align:center;color:var(--muted);font-size:.76rem;font-weight:850}
.tbb-pokemon-home-art.is-missing-art .tbb-pokemon-art-placeholder,.tbb-pokemon-record-art.is-missing-art .tbb-pokemon-art-placeholder{display:block}
.tbb-pokemon-home-art.is-missing-art:before{content:'?';position:absolute;font-family:Georgia,serif;font-size:5rem;color:rgba(24,59,78,.1)}
.tbb-pokemon-record-art.is-missing-art:before{content:'?';position:absolute;font-family:Georgia,serif;font-size:8rem;color:rgba(255,255,255,.12)}
.tbb-pokemon-record-art.is-missing-art .tbb-pokemon-art-placeholder{color:rgba(255,255,255,.72)}
.tbb-pokemon-species-public-card .tbb-pokemon-home-copy h2{font-size:1.65rem}
@media(max-width:700px){.tbb-pokemon-species-public-heading{display:block}.tbb-pokemon-species-public-heading>a{display:inline-block;margin-top:12px}}

/* Theme 0.11.2 — Regional Masterdex Pokédex facelift. */
.tbb-masterdex-public-region-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin:24px 0}.tbb-masterdex-public-region{display:flex;flex-direction:column;gap:8px;padding:20px;border:1px solid rgba(24,59,78,.16);border-radius:16px;background:#fff;text-decoration:none;color:#344b5d;box-shadow:0 5px 20px rgba(24,59,78,.06);transition:.2s ease}.tbb-masterdex-public-region:hover{transform:translateY(-2px);border-color:rgba(24,59,78,.45);box-shadow:0 10px 26px rgba(24,59,78,.12)}.tbb-masterdex-public-region h2{margin:0;color:#183B4E}.tbb-masterdex-public-region p{margin:0}.tbb-masterdex-public-region>div{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.tbb-masterdex-public-region>div strong{font-size:1.25rem;color:#183B4E}.tbb-masterdex-public-region>div span{font-weight:900;color:#C8753D}.tbb-masterdex-public-region progress{width:100%;height:8px;accent-color:#C8753D}.tbb-masterdex-public-region small{color:#a13d36;font-weight:800}.tbb-masterdex-public-bonus-callout{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:28px 0;padding:22px;border-radius:16px;border:1px solid rgba(200,117,61,.32);border-left:5px solid #C8753D;background:linear-gradient(135deg,#fff,#fff8ef);text-decoration:none;color:inherit}.tbb-masterdex-public-bonus-callout h2{margin:2px 0 6px;color:#183B4E}.tbb-masterdex-public-bonus-callout p{margin:0}.tbb-masterdex-public-bonus-callout>div:last-child{text-align:right}.tbb-masterdex-public-bonus-callout>div:last-child strong{display:block;font-size:1.6rem;color:#183B4E}.tbb-masterdex-public-bonus-callout>div:last-child span{font-weight:800;color:#C8753D}.tbb-masterdex-public-subhead{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px;padding:20px 22px;border:1px solid rgba(24,59,78,.15);border-radius:16px;background:#fff}.tbb-masterdex-public-subhead h2{margin:5px 0;color:#183B4E;font-size:clamp(1.65rem,3vw,2.3rem)}.tbb-masterdex-public-subhead p{margin:0}.tbb-masterdex-public-progress{display:flex;flex-direction:column;text-align:right;min-width:180px}.tbb-masterdex-public-progress strong{font-size:1.8rem;color:#183B4E}.tbb-masterdex-public-progress span{font-weight:800;color:#C8753D}.tbb-masterdex-public-progress small{margin-top:4px;color:#a13d36;font-weight:700}.tbb-masterdex-public-filters{margin:18px 0 22px}.tbb-masterdex-public-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:15px}.tbb-masterdex-public-tile{overflow:hidden;border:1px solid rgba(24,59,78,.15);border-radius:15px;background:#fff;box-shadow:0 3px 14px rgba(24,59,78,.055)}.tbb-masterdex-public-tile.is-complete{border-color:rgba(47,143,82,.55);box-shadow:0 0 0 1px rgba(47,143,82,.08)}.tbb-masterdex-public-art{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;padding:15px;background:linear-gradient(180deg,#fafcfd,#edf3f7)}.tbb-masterdex-public-art img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 5px 7px rgba(24,59,78,.12))}.tbb-masterdex-public-art>span{display:none;text-align:center;color:#738390;font-size:.84rem;font-weight:700}.tbb-masterdex-public-art.is-missing-art>span{display:block}.tbb-masterdex-public-art>b{position:absolute;left:9px;top:9px;padding:3px 7px;border-radius:999px;background:#a53831;color:#fff;font-size:.67rem;letter-spacing:.05em}.tbb-masterdex-public-art>i{position:absolute;right:9px;top:9px;display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#fff;border:2px solid #9bacb9;color:#7d8b96;font-style:normal;font-weight:900}.tbb-masterdex-public-tile.is-complete .tbb-masterdex-public-art>i{background:#2f8f52;border-color:#2f8f52;color:#fff}.tbb-masterdex-public-copy{padding:12px 13px 15px}.tbb-masterdex-public-copy small{display:block;color:#718392;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.tbb-masterdex-public-copy h3{margin:3px 0 5px;color:#183B4E;font-size:1rem;line-height:1.25}.tbb-masterdex-public-copy p{margin:0;color:#617480;line-height:1.35}.tbb-masterdex-public-copy em{display:block;margin-top:6px;font-style:normal;font-weight:800;color:#a06a21}.tbb-masterdex-public-tile.is-complete .tbb-masterdex-public-copy>p:last-child{color:#2f8f52;font-weight:800}.tbb-masterdex-public-grid--bonus .tbb-masterdex-public-art{background:linear-gradient(180deg,#fffaf3,#f7f0e6)}.tbb-masterdex-public-bonus.is-complete{border-color:rgba(224,162,77,.7)}.tbb-masterdex-public-bonus.is-complete .tbb-masterdex-public-art>i{background:#d78b27;border-color:#d78b27}.tbb-text-link{font-weight:800;color:#183B4E;text-decoration:none}.tbb-text-link:hover{text-decoration:underline}@media(max-width:700px){.tbb-masterdex-public-subhead,.tbb-masterdex-public-bonus-callout{flex-direction:column;align-items:stretch}.tbb-masterdex-public-progress,.tbb-masterdex-public-bonus-callout>div:last-child{text-align:left}.tbb-masterdex-public-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:440px){.tbb-masterdex-public-grid{grid-template-columns:1fr}}

/* Theme 0.11.4 — Living Masterdex regional Gigantamax placement. */
.tbb-masterdex-public-section-title{margin:30px 0 12px;color:#183B4E;font-size:clamp(1.35rem,2.5vw,1.8rem)}
.tbb-masterdex-public-special-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:14px 0 30px}
.tbb-masterdex-public-special{display:flex;flex-direction:column;gap:7px;min-height:190px;padding:20px;border:1px solid rgba(24,59,78,.16);border-radius:16px;background:#fff;text-decoration:none;color:#344b5d;box-shadow:0 5px 20px rgba(24,59,78,.06);transition:.2s ease}
.tbb-masterdex-public-special:hover{transform:translateY(-2px);border-color:rgba(24,59,78,.45);box-shadow:0 10px 26px rgba(24,59,78,.12)}
.tbb-masterdex-public-special h2{margin:0;color:#183B4E}.tbb-masterdex-public-special p{margin:0}.tbb-masterdex-public-special>strong{margin-top:auto;font-size:1.7rem;color:#183B4E}.tbb-masterdex-public-special>span{font-weight:800;color:#687b8a}
.tbb-masterdex-public-special.is-orre{border-top:5px solid #a36b2c}.tbb-masterdex-public-special.is-go{border-top:5px solid #3a9d62}.tbb-masterdex-public-special.is-gmax{border-top:5px solid #7a5ab6}
.tbb-masterdex-public-tile.is-orre{border-color:rgba(163,107,44,.65);box-shadow:0 0 0 1px rgba(163,107,44,.09)}.tbb-masterdex-public-tile.is-go{border-color:rgba(58,157,98,.55)}.tbb-masterdex-public-tile.is-assigned-elsewhere{border-style:dashed;opacity:.88}
.tbb-masterdex-public-source{left:auto!important;right:48px!important;top:9px!important;background:#8a5b26!important}.tbb-masterdex-public-bank{left:9px!important;right:auto!important}.tbb-masterdex-public-tile.is-go .tbb-masterdex-public-source{background:#2d8a52!important}
.tbb-masterdex-orre-note{color:#8a5b26!important;font-weight:800!important}
@media(max-width:900px){.tbb-masterdex-public-special-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.tbb-masterdex-public-special-grid{grid-template-columns:1fr}}
/* 0.11.6 — Masterdex forms may be filed with their original species while retaining source provenance. */
.tbb-masterdex-public-copy .tbb-masterdex-public-source-note{margin:0 0 4px;color:#7a8b98;font-size:.76rem;line-height:1.25}.tbb-masterdex-public-copy .tbb-masterdex-public-source-note strong{font-weight:800}

/* Theme 0.12.0 — Casework Pokédex + Pokémon HOME-style Collection overhaul. */
.tbb-pokemon-pokedex-band{background:linear-gradient(180deg,#f7fbfd,#edf4f8)}
.tbb-pokemon-pokedex-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.tbb-pokemon-pokedex-feature-grid a{display:grid;gap:5px;padding:20px;border:1px solid rgba(24,59,78,.13);border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(24,59,78,.055);transition:.18s transform,.18s border-color}.tbb-pokemon-pokedex-feature-grid a:hover{transform:translateY(-2px);border-color:rgba(200,117,61,.5)}.tbb-pokemon-pokedex-feature-grid strong{color:var(--navy);font-family:Georgia,serif;font-size:1.2rem}.tbb-pokemon-pokedex-feature-grid span{color:var(--muted);font-size:.82rem}
.tbb-pokemon-pokedex-hero{background:radial-gradient(circle at 82% 18%,rgba(200,117,61,.2),transparent 28%),linear-gradient(135deg,#102A35,#183B4E 62%,#1a527f)}.tbb-pokemon-dex-hero-card{align-self:stretch;display:flex;min-width:225px;flex-direction:column;justify-content:center;padding:25px;border:1px solid rgba(255,255,255,.2);border-radius:22px;background:rgba(255,255,255,.08);text-align:center}.tbb-pokemon-dex-hero-card span,.tbb-pokemon-dex-hero-card small{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;opacity:.8}.tbb-pokemon-dex-hero-card strong{font-family:Georgia,serif;font-size:3.1rem;line-height:1.1}
.tbb-pokemon-dex-directory-search{display:grid;grid-template-columns:minmax(280px,1.5fr) minmax(190px,.7fr) auto;gap:12px;align-items:end;margin-bottom:22px;padding:17px;border:1px solid rgba(24,59,78,.13);border-radius:18px;background:#fff}.tbb-pokemon-dex-directory-search label{display:grid;gap:5px;color:var(--navy);font-size:.72rem;font-weight:850}.tbb-pokemon-dex-directory-search input,.tbb-pokemon-dex-directory-search select{width:100%;padding:11px 12px;border:1px solid #c8d6df;border-radius:10px;background:#fff}
.tbb-pokemon-pokedex-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:20px}.tbb-pokemon-pokedex-card{overflow:hidden;display:grid;grid-template-rows:185px 1fr;border:1px solid rgba(24,59,78,.13);border-radius:20px;background:#fff;box-shadow:0 10px 27px rgba(24,59,78,.065);transition:.18s transform,.18s border-color,.18s box-shadow}.tbb-pokemon-pokedex-card:hover{transform:translateY(-4px);border-color:rgba(200,117,61,.52);box-shadow:0 16px 34px rgba(24,59,78,.12)}.tbb-pokemon-pokedex-card-art{position:relative;display:grid;place-items:center;padding:10px;background:radial-gradient(circle at 50% 48%,#fff,#edf4f8 72%)}.tbb-pokemon-pokedex-card-art img{width:170px;height:170px;object-fit:contain;filter:drop-shadow(0 8px 11px rgba(24,59,78,.12))}.tbb-pokemon-pokedex-card-art.is-missing-art .tbb-pokemon-art-placeholder{display:block}.tbb-pokemon-pokedex-card>div:last-child{padding:15px 17px 18px}.tbb-pokemon-pokedex-card h2{margin:2px 0;color:var(--navy);font-family:Georgia,serif;font-size:1.5rem}.tbb-pokemon-pokedex-card p{margin:2px 0;color:var(--muted)}.tbb-pokemon-pokedex-card small{font-weight:800;color:var(--orange)}
.tbb-pokemon-species-hero{padding:50px 0;background:radial-gradient(circle at 22% 45%,rgba(255,255,255,.12),transparent 30%),linear-gradient(135deg,#102A35,#183B4E 62%,#315B63);color:#fff}.tbb-pokemon-species-hero-grid{display:grid;grid-template-columns:340px minmax(0,1fr);gap:48px;align-items:center}.tbb-pokemon-species-art{position:relative;display:grid;place-items:center;min-height:330px;border:1px solid rgba(255,255,255,.15);border-radius:32px;background:radial-gradient(circle,rgba(255,255,255,.18),rgba(255,255,255,.03) 70%)}.tbb-pokemon-species-art img{width:320px;height:320px;object-fit:contain;filter:drop-shadow(0 15px 18px rgba(0,0,0,.16))}.tbb-pokemon-species-art.is-missing-art .tbb-pokemon-art-placeholder{display:block;color:rgba(255,255,255,.75)}.tbb-pokemon-species-hero h1{margin:.08em 0;font-family:Georgia,serif;font-size:clamp(3.5rem,7vw,6rem);line-height:.95}.tbb-pokemon-species-form-title{margin:5px 0;color:#E3A06F;font-size:1.2rem;font-weight:850}.tbb-pokemon-species-genus{margin:9px 0;font-size:1.05rem;color:rgba(255,255,255,.8)}.tbb-pokemon-species-hero .tbb-pokemon-type-row span{background:rgba(255,255,255,.13);color:#fff;border:1px solid rgba(255,255,255,.14)}
.tbb-pokemon-species-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:24px;align-items:start}.tbb-pokemon-species-layout main{display:grid;gap:18px}.tbb-pokemon-species-layout>aside{display:grid;gap:18px;position:sticky;top:92px}.tbb-pokemon-dossier-panel{padding:23px;border:1px solid rgba(24,59,78,.12);border-radius:20px;background:#fff;box-shadow:0 10px 26px rgba(24,59,78,.055)}.tbb-pokemon-dossier-panel h2{margin:0 0 15px;color:var(--navy);font-family:Georgia,serif;font-size:1.85rem}.tbb-pokemon-dossier-panel h3{margin:17px 0 9px;color:var(--navy)}.tbb-pokemon-dossier-panel>p{color:var(--muted)}
.tbb-pokemon-species-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.tbb-pokemon-species-facts>div{padding:11px 12px;border-radius:11px;background:#f5f8fa}.tbb-pokemon-species-facts dt{font-size:.64rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.tbb-pokemon-species-facts dd{margin:3px 0 0;font-weight:800}
.tbb-pokemon-base-stats{display:grid;gap:9px}.tbb-pokemon-base-stats>div{display:grid;grid-template-columns:88px minmax(0,1fr) 48px;gap:10px;align-items:center}.tbb-pokemon-base-stats>div>span{font-size:.72rem;font-weight:850;color:var(--navy)}.tbb-pokemon-base-stats>div>div{height:9px;overflow:hidden;border-radius:999px;background:#e4edf3}.tbb-pokemon-base-stats i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--navy),var(--orange))}.tbb-pokemon-base-stats strong{text-align:right}.tbb-pokemon-base-stats>.tbb-pokemon-base-stat-total{display:flex;justify-content:space-between;align-items:baseline;gap:18px;margin-top:5px;padding-top:12px;border-top:1px solid #e0e8ee}.tbb-pokemon-base-stats>.tbb-pokemon-base-stat-total span{font-size:.8rem}.tbb-pokemon-base-stats>.tbb-pokemon-base-stat-total strong{font-size:1.15rem;color:var(--navy)}
.tbb-pokemon-form-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.tbb-pokemon-form-link-grid a{display:grid;grid-template-columns:58px 1fr;grid-template-rows:auto auto;gap:2px 9px;align-items:center;padding:10px;border:1px solid rgba(24,59,78,.12);border-radius:13px;background:#f8fafc}.tbb-pokemon-form-link-grid a:hover,.tbb-pokemon-form-link-grid a.is-current{border-color:var(--orange);background:#fff7ee}.tbb-pokemon-form-link-grid img{grid-row:1/-1;width:58px;height:58px;object-fit:contain}.tbb-pokemon-form-link-grid strong{color:var(--navy);line-height:1.2}.tbb-pokemon-form-link-grid small{color:#4e8b61}.tbb-pokemon-form-link-grid small.is-unavailable{color:#a13d36}
.tbb-pokemon-evolution-chain{display:grid;gap:10px}.tbb-pokemon-evolution-node{display:grid;grid-template-columns:1fr;gap:6px}.tbb-pokemon-evolution-method{min-height:0;display:flex;align-items:center;justify-content:flex-start;padding-left:12px;font-size:.72rem;font-weight:800;color:var(--muted);text-align:left}.tbb-pokemon-evolution-stage{display:grid;gap:8px}.tbb-pokemon-evolution-species{display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:44px;padding:12px 14px;border:1px solid rgba(24,59,78,.12);border-radius:12px;background:#f6f9fb;color:var(--navy)}.tbb-pokemon-evolution-species:hover{border-color:var(--orange)}.tbb-pokemon-evolution-species small{color:var(--muted);font-weight:750}.tbb-pokemon-evolution-transformations{display:flex;flex-wrap:wrap;gap:8px}.tbb-pokemon-evolution-transformations a,.tbb-pokemon-special-form-links a{display:flex;align-items:baseline;gap:8px;padding:8px 11px;border:1px solid rgba(200,117,61,.22);border-radius:10px;background:#fff8ef;color:var(--navy)}.tbb-pokemon-evolution-transformations a:hover,.tbb-pokemon-special-form-links a:hover,.tbb-pokemon-special-form-links a.is-current{border-color:var(--orange);background:#fff3e4}.tbb-pokemon-evolution-transformations span,.tbb-pokemon-special-form-links span{font-size:.68rem;font-weight:850;color:#a84f00;text-transform:uppercase;letter-spacing:.04em}.tbb-pokemon-evolution-transformations strong,.tbb-pokemon-special-form-links strong{font-size:.82rem}.tbb-pokemon-special-form-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.tbb-pokemon-regional-dex-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.tbb-pokemon-regional-dex-grid>div{display:flex;justify-content:space-between;gap:10px;padding:11px 12px;border-radius:11px;background:#f6f9fb}.tbb-pokemon-regional-dex-grid span{color:var(--muted);font-size:.8rem}.tbb-pokemon-regional-dex-grid strong{color:var(--navy)}
.tbb-pokemon-game-accordion{display:grid;gap:8px}.tbb-pokemon-game-accordion details,.tbb-pokemon-dex-entry-list details{overflow:hidden;border:1px solid rgba(24,59,78,.12);border-radius:12px;background:#fbfcfd}.tbb-pokemon-game-accordion summary,.tbb-pokemon-dex-entry-list summary{cursor:pointer;display:flex;justify-content:space-between;gap:14px;padding:11px 13px;color:var(--navy);font-weight:800}.tbb-pokemon-game-accordion summary span{color:var(--muted);font-size:.75rem}.tbb-pokemon-game-accordion details>.tbb-pokemon-acquisition-family{display:grid;gap:12px;padding:0 12px 12px}.tbb-pokemon-acquisition-subgroup{padding:11px;border:1px solid rgba(24,59,78,.09);border-radius:11px;background:#fff}.tbb-pokemon-acquisition-subgroup>h3{margin:0 0 10px;font-size:1rem}.tbb-pokemon-acquisition-version+.tbb-pokemon-acquisition-version{margin-top:12px;padding-top:12px;border-top:1px solid #e4ebf0}.tbb-pokemon-acquisition-version>h4{margin:0 0 8px;color:var(--navy);font-size:.76rem;text-transform:uppercase;letter-spacing:.04em}.tbb-pokemon-acquisition-location-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.tbb-pokemon-game-accordion article{padding:10px;border-radius:10px;background:#f2f6f9}.tbb-pokemon-game-accordion article h3{margin:0 0 5px;font-size:.9rem}.tbb-pokemon-game-accordion article p{margin:3px 0;color:var(--muted);font-size:.78rem}.tbb-pokemon-masterdex-acquisition{margin-top:18px;padding-top:16px;border-top:1px solid #e2e9ee}.tbb-pokemon-masterdex-acquisition>div{display:grid;grid-template-columns:180px 1fr;gap:14px;padding:9px 0;border-top:1px solid #edf1f4}.tbb-pokemon-masterdex-acquisition ul{margin:0;padding-left:18px}.tbb-pokemon-dex-entry-list{display:grid;gap:7px}.tbb-pokemon-dex-entry-list p{margin:0;padding:0 13px 13px;color:#455e70}
.tbb-pokemon-owned-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.tbb-pokemon-owned-mini-card{display:grid;grid-template-columns:70px 1fr;gap:9px;align-items:center;padding:10px;border:1px solid rgba(24,59,78,.11);border-radius:13px;background:#f8fafc}.tbb-pokemon-owned-mini-card img{width:68px;height:68px;object-fit:contain}.tbb-pokemon-owned-mini-card strong,.tbb-pokemon-owned-mini-card small{display:block}.tbb-pokemon-owned-mini-card small{color:var(--muted)}.tbb-pokemon-challenge-list{display:grid;gap:7px;padding:0;margin:0;list-style:none}.tbb-pokemon-challenge-list li>div{display:grid;gap:2px;padding:9px 10px;border-radius:10px;background:#f6f9fb}.tbb-pokemon-challenge-list li.is-complete>div{box-shadow:inset 3px 0 0 #4e8b61}.tbb-pokemon-challenge-list li.is-unavailable>div{box-shadow:inset 3px 0 0 #a13d36}.tbb-pokemon-challenge-list strong{font-size:.8rem}.tbb-pokemon-challenge-list small{color:var(--muted)}
.tbb-pokemon-collection-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0}.tbb-pokemon-collection-tabs a{padding:9px 14px;border:1px solid rgba(24,59,78,.18);border-radius:999px;background:#fff;color:var(--navy);font-size:.78rem;font-weight:850}.tbb-pokemon-collection-tabs a.is-active{border-color:var(--orange);background:#fff3e7;color:#914900}.tbb-pokemon-collection-search--advanced{grid-template-columns:minmax(260px,1fr) auto}.tbb-pokemon-collection-search-main{min-width:0}.tbb-pokemon-advanced-filters{grid-column:1/-1;border-top:1px solid rgba(24,59,78,.1);padding-top:11px}.tbb-pokemon-advanced-filters summary{cursor:pointer;color:var(--navy);font-weight:850}.tbb-pokemon-advanced-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin:12px 0}.tbb-pokemon-advanced-filter-grid label{display:grid;gap:4px;font-size:.68rem;font-weight:800;color:var(--navy)}.tbb-pokemon-advanced-filter-grid select{width:100%;padding:8px 9px;border:1px solid #c8d6df;border-radius:9px;background:#fff}.tbb-pokemon-advanced-filters .tbb-pokemon-collection-filter-pills{margin-bottom:9px}.tbb-pokemon-species-public-card{display:block}.tbb-pokemon-species-card-main{display:grid;grid-template-rows:190px 1fr}.tbb-pokemon-species-owned-link{display:block;padding:10px 16px;border-top:1px solid rgba(24,59,78,.1);color:var(--navy);font-size:.76rem;font-weight:850}.tbb-pokemon-species-owned-link:hover{color:var(--orange)}.tbb-pokemon-species-heading-actions{display:flex;gap:12px;flex-wrap:wrap}.tbb-pokemon-species-heading-actions a{font-weight:850;color:var(--navy)}.tbb-pokemon-home-location{display:block;margin-top:10px;color:#5f7382;font-weight:750}
.tbb-pokemon-home-browser{display:grid;grid-template-columns:260px minmax(0,1fr);gap:20px;align-items:start}.tbb-pokemon-home-browser>aside{padding:18px;border:1px solid rgba(24,59,78,.12);border-radius:18px;background:#fff}.tbb-pokemon-home-browser>aside h2{margin:0;color:var(--navy);font-family:Georgia,serif}.tbb-pokemon-home-browser>aside>p{color:var(--muted);font-size:.82rem}.tbb-pokemon-home-box-list{display:grid;gap:6px}.tbb-pokemon-home-box-list a{display:flex;justify-content:space-between;gap:8px;padding:9px 10px;border-radius:9px;background:#f3f7f9;color:var(--navy);font-size:.78rem;font-weight:800}.tbb-pokemon-home-box-list a.is-active{background:#fff0df;box-shadow:inset 3px 0 0 var(--orange)}.tbb-pokemon-home-box-list strong{color:var(--muted)}.tbb-pokemon-home-browser>main{min-width:0}.tbb-pokemon-home-box-heading{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:13px}.tbb-pokemon-home-box-heading h2{margin:2px 0;color:var(--navy);font-family:Georgia,serif;font-size:2rem}.tbb-pokemon-home-box-heading>span{font-weight:850;color:var(--muted)}.tbb-pokemon-home-box-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:14px;border:1px solid rgba(24,59,78,.14);border-radius:20px;background:linear-gradient(180deg,#fff,#edf4f8);box-shadow:0 10px 28px rgba(24,59,78,.07)}.tbb-pokemon-home-box-slot{position:relative;min-height:120px;border:1px dashed rgba(24,59,78,.16);border-radius:13px;background:rgba(255,255,255,.55)}.tbb-pokemon-home-box-slot>small{position:absolute;left:7px;top:5px;color:#91a0ab;font-size:.56rem;font-weight:800}.tbb-pokemon-home-box-slot.is-filled{border-style:solid;background:#fff}.tbb-pokemon-home-box-slot a{position:relative;height:100%;display:grid;grid-template-rows:78px auto;place-items:center;padding:13px 5px 6px;text-align:center}.tbb-pokemon-home-box-slot img{width:78px;height:78px;object-fit:contain}.tbb-pokemon-home-box-slot strong{font-size:.66rem;line-height:1.15;color:var(--navy)}.tbb-pokemon-home-box-slot b{position:absolute;right:6px;top:5px;color:#b67b00}.tbb-pokemon-home-unplaced{margin-top:14px;padding:14px;border-radius:14px;background:#fff}.tbb-pokemon-home-unplaced h3{margin:0 0 8px;color:var(--navy)}.tbb-pokemon-home-unplaced>div{display:flex;gap:7px;flex-wrap:wrap}.tbb-pokemon-home-unplaced a{padding:5px 8px;border-radius:999px;background:#edf3f7;color:var(--navy);font-size:.72rem;font-weight:800}
.tbb-pokemon-shiny-rules{margin:18px 0;padding:13px 15px;border-left:4px solid var(--orange);border-radius:10px;background:#fff7ee;color:#526879}.tbb-pokemon-shiny-card h2 a{color:var(--navy)}.tbb-pokemon-shiny-card h2 a:hover{color:var(--orange)}.tbb-pokemon-shiny-card.is-unavailable{border-color:rgba(161,61,54,.35);background:#fff8f7;box-shadow:inset 4px 0 0 #a13d36}.tbb-pokemon-status.is-unavailable{color:#a13d36}.tbb-pokemon-shiny-lock-note{margin:7px 0 2px;color:#7e4d49;font-size:.76rem}.tbb-pokemon-shiny-verified{color:var(--muted);font-size:.66rem}
@media(max-width:1050px){.tbb-pokemon-pokedex-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tbb-pokemon-form-link-grid,.tbb-pokemon-regional-dex-grid,.tbb-pokemon-owned-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tbb-pokemon-advanced-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tbb-pokemon-home-box-slot{min-height:105px}.tbb-pokemon-home-box-slot a{grid-template-rows:65px auto}.tbb-pokemon-home-box-slot img{width:65px;height:65px}}
@media(max-width:820px){.tbb-pokemon-pokedex-feature-grid,.tbb-pokemon-species-facts{grid-template-columns:1fr 1fr}.tbb-pokemon-dex-directory-search,.tbb-pokemon-species-hero-grid,.tbb-pokemon-species-layout,.tbb-pokemon-home-browser{grid-template-columns:1fr}.tbb-pokemon-species-art{max-width:350px}.tbb-pokemon-species-layout>aside{position:static}.tbb-pokemon-acquisition-location-grid{grid-template-columns:1fr}.tbb-pokemon-home-browser>aside{display:block}.tbb-pokemon-home-box-list{grid-template-columns:repeat(2,minmax(0,1fr))}.tbb-pokemon-advanced-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tbb-pokemon-home-box-grid{overflow-x:auto;grid-template-columns:repeat(5,minmax(100px,1fr));min-width:560px}.tbb-pokemon-home-browser>main{overflow-x:auto}}
@media(max-width:600px){.tbb-pokemon-pokedex-grid,.tbb-pokemon-pokedex-feature-grid,.tbb-pokemon-species-facts,.tbb-pokemon-form-link-grid,.tbb-pokemon-regional-dex-grid,.tbb-pokemon-owned-mini-grid,.tbb-pokemon-advanced-filter-grid,.tbb-pokemon-home-box-list{grid-template-columns:1fr}.tbb-pokemon-pokedex-card{grid-template-rows:165px 1fr}.tbb-pokemon-pokedex-card-art img{width:155px;height:155px}.tbb-pokemon-species-art{min-height:260px}.tbb-pokemon-species-art img{width:250px;height:250px}.tbb-pokemon-evolution-node{grid-template-columns:1fr}.tbb-pokemon-evolution-method{justify-content:flex-start;text-align:left}.tbb-pokemon-masterdex-acquisition>div{grid-template-columns:1fr}.tbb-pokemon-species-public-heading{align-items:start}.tbb-pokemon-species-heading-actions{margin-top:12px}.tbb-pokemon-home-box-heading{align-items:start;flex-direction:column}}
.tbb-pokemon-owned-mini-grid>a{display:grid;grid-template-columns:70px 1fr;grid-template-rows:auto auto auto;gap:1px 9px;align-items:center;padding:10px;border:1px solid rgba(24,59,78,.11);border-radius:13px;background:#f8fafc}.tbb-pokemon-owned-mini-grid>a:hover{border-color:var(--orange)}.tbb-pokemon-owned-mini-grid>a img{grid-row:1/-1;width:68px;height:68px;object-fit:contain}.tbb-pokemon-owned-mini-grid>a strong,.tbb-pokemon-owned-mini-grid>a span,.tbb-pokemon-owned-mini-grid>a small{display:block}.tbb-pokemon-owned-mini-grid>a strong{color:var(--navy)}.tbb-pokemon-owned-mini-grid>a span,.tbb-pokemon-owned-mini-grid>a small{color:var(--muted);font-size:.72rem}.tbb-pokemon-challenge-slots{display:grid;gap:7px;margin:0 0 10px;padding:0;list-style:none}.tbb-pokemon-challenge-slots li{display:grid;grid-template-columns:28px 1fr;gap:7px;align-items:center;padding:8px 9px;border-radius:10px;background:#f5f8fa}.tbb-pokemon-challenge-slots li>span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#e5edf3;color:#6c7e8b;font-weight:900}.tbb-pokemon-challenge-slots li.is-complete>span{background:#4e8b61;color:#fff}.tbb-pokemon-challenge-slots li.is-locked>span{background:#a13d36;color:#fff}.tbb-pokemon-challenge-slots strong,.tbb-pokemon-challenge-slots small{display:block}.tbb-pokemon-challenge-slots strong{font-size:.78rem;color:var(--navy)}.tbb-pokemon-challenge-slots small{font-size:.66rem;color:var(--muted)}


/* Theme 0.12.3 — Virtual Masterdex HOME box plan */
.tbb-masterdex-box-browser aside p{line-height:1.5}.tbb-masterdex-box-grid .tbb-masterdex-box-slot{position:relative}.tbb-masterdex-box-slot.is-planned-missing{border-style:dashed;background:linear-gradient(180deg,#f7f9fb,#edf2f5)}.tbb-masterdex-box-slot.is-planned-missing img{opacity:.3;filter:grayscale(.6)}.tbb-masterdex-box-slot.is-mastered{border-color:rgba(47,143,82,.55);background:linear-gradient(180deg,#f7fff9,#eaf7ee)}.tbb-masterdex-box-slot.is-unlinked{border-color:rgba(200,117,61,.5);background:linear-gradient(180deg,#fffaf2,#fff3df)}.tbb-masterdex-box-slot.is-unused{opacity:.45}.tbb-masterdex-box-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:100%;height:100%;text-align:center}.tbb-masterdex-box-placeholder img,.tbb-masterdex-box-slot>a img{width:min(82%,110px);height:82px;object-fit:contain}.tbb-masterdex-box-placeholder strong,.tbb-masterdex-box-slot>a strong{color:#183B4E;font-size:.82rem;line-height:1.15}.tbb-masterdex-box-placeholder span,.tbb-masterdex-box-slot>a span{font-size:.68rem;color:#6c7e8b;line-height:1.15}.tbb-masterdex-box-slot>a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;height:100%;text-align:center;text-decoration:none}.tbb-masterdex-box-slot>a b{position:absolute;right:5px;bottom:5px;padding:2px 5px;border-radius:999px;background:#183B4E;color:#fff;font-size:.58rem;letter-spacing:.04em}

/* Theme 0.12.3 — Unified Pokémon Collection Casework Boxes. */
.tbb-casework-box-set-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:-4px 0 18px;padding:10px;border:1px solid rgba(24,59,78,.12);border-radius:14px;background:#f6f9fb}.tbb-casework-box-set-tabs a{padding:8px 13px;border-radius:999px;color:var(--navy);font-size:.76rem;font-weight:850;text-decoration:none}.tbb-casework-box-set-tabs a:hover{background:#fff}.tbb-casework-box-set-tabs a.is-active{background:var(--navy);color:#fff;box-shadow:0 4px 12px rgba(24,59,78,.16)}
.tbb-shinydex-box-slot.is-locked{border-style:solid;border-color:rgba(120,130,140,.35);background:linear-gradient(180deg,#f2f4f5,#e6eaed)}.tbb-shinydex-box-slot.is-locked img{opacity:.32;filter:grayscale(1)}.tbb-shinydex-box-slot.is-locked .tbb-masterdex-box-placeholder strong{color:#687984}.tbb-shinydex-box-slot.is-locked .tbb-masterdex-box-placeholder span{font-weight:800}.tbb-shinydex-box-slot.is-mastered{box-shadow:inset 0 0 0 1px rgba(47,143,82,.08)}
.tbb-special-casework-box-grid .tbb-pokemon-home-box-slot.is-filled{border-color:rgba(24,59,78,.24);background:linear-gradient(180deg,#fff,#f7fafc)}.tbb-special-casework-box-grid .tbb-pokemon-home-box-slot>a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;height:100%;padding:14px 5px 7px;text-align:center;text-decoration:none}.tbb-special-casework-box-grid .tbb-pokemon-home-box-slot>a span{font-size:.67rem;color:#6c7e8b;line-height:1.15}.tbb-special-casework-box-grid .tbb-pokemon-home-box-slot>a strong{font-size:.78rem}.tbb-special-casework-box-grid .tbb-pokemon-home-box-slot>a b{position:absolute;right:6px;bottom:5px;color:#b67b00}
@media(max-width:620px){.tbb-casework-box-set-tabs{display:grid;grid-template-columns:1fr 1fr}.tbb-casework-box-set-tabs a{text-align:center}}

/* Theme 0.12.5 — Pokédex form/shiny artwork audit. */
.tbb-pokemon-art-variant-toggle{display:inline-flex;align-items:center;gap:5px;margin:14px 0 2px;padding:4px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08)}.tbb-pokemon-art-variant-toggle a,.tbb-pokemon-art-variant-toggle span{padding:6px 11px;border-radius:999px;color:rgba(255,255,255,.78);font-size:.82rem;font-weight:850;text-decoration:none}.tbb-pokemon-art-variant-toggle a.is-active{background:#fff;color:#183B4E}.tbb-pokemon-art-variant-toggle span{opacity:.72}.tbb-pokemon-form-link-grid a{grid-template-columns:58px 1fr}.tbb-pokemon-form-thumb{grid-row:1/-1;position:relative;display:grid;place-items:center;width:58px;height:58px}.tbb-pokemon-form-thumb img{grid-row:auto;width:58px;height:58px;object-fit:contain}.tbb-pokemon-form-thumb i{display:none;text-align:center;color:#7c8c98;font-size:.64rem;font-style:normal;font-weight:750;line-height:1.1}.tbb-pokemon-form-thumb.is-missing-art i{display:block}.tbb-pokemon-form-thumb.is-missing-art img{display:none}


/* 0.12.6 — pre-1.0 presentation cleanup and Pokémon Casework navigation redesign. */
.tbb-pokemon-global-nav{position:relative;z-index:18;background:#fff;border-bottom:1px solid rgba(24,59,78,.13);box-shadow:0 5px 18px rgba(24,59,78,.045)}
.tbb-pokemon-global-nav .tbb-shell{display:flex;gap:6px;overflow-x:auto;padding-top:9px;padding-bottom:9px;scrollbar-width:thin}
.tbb-pokemon-global-nav a{flex:0 0 auto;padding:9px 13px;border-radius:999px;color:#456071;text-decoration:none;font-size:.86rem;font-weight:800;white-space:nowrap}
.tbb-pokemon-global-nav a:hover,.tbb-pokemon-global-nav a.is-current{background:#183B4E;color:#fff}
.tbb-pokemon-start{padding-top:32px!important;padding-bottom:32px!important;background:#f6f9fb}
.tbb-pokemon-task-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.tbb-pokemon-task-grid>a{display:flex;flex-direction:column;min-height:220px;padding:24px;border:1px solid rgba(24,59,78,.14);border-radius:18px;background:#fff;color:#314b5d;text-decoration:none;box-shadow:0 8px 24px rgba(24,59,78,.06);transition:.2s ease}
.tbb-pokemon-task-grid>a:hover{transform:translateY(-3px);border-color:rgba(200,117,61,.5);box-shadow:0 14px 30px rgba(24,59,78,.1)}
.tbb-pokemon-task-grid>a>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#EDF1EE;color:#183B4E;font-size:.75rem;font-weight:900}
.tbb-pokemon-task-grid strong{margin:18px 0 7px;color:#183B4E;font-size:1.22rem}.tbb-pokemon-task-grid p{margin:0 0 18px;line-height:1.55}.tbb-pokemon-task-grid b{margin-top:auto;color:#C8753D}
.tbb-pokemon-dossier-panel{scroll-margin-top:150px}
.tbb-pokemon-art-placeholder,.tbb-pokemon-form-thumb>i{display:none}.tbb-pokemon-species-art.is-missing-art .tbb-pokemon-art-placeholder,.tbb-pokemon-form-thumb.is-missing-art>i{display:block}
.tbb-pokemon-regional-dex-groups{display:grid;gap:16px}.tbb-pokemon-regional-dex-groups>section{padding:16px;border:1px solid rgba(24,59,78,.12);border-radius:14px;background:#f9fbfc}.tbb-pokemon-regional-dex-groups h3{margin:0 0 10px;color:#183B4E}
.tbb-pokemon-shiny-note{display:block;max-width:680px;margin-top:10px;color:#5e6f7b;font-size:.83rem;line-height:1.45}
.tbb-shiny-summary-grid>a{color:inherit;text-decoration:none}.tbb-shiny-summary-grid>a:hover{border-color:rgba(200,117,61,.45)}
.tbb-pokemon-status-pills{display:flex;gap:8px;overflow-x:auto;margin:24px 0 12px;padding-bottom:3px}.tbb-pokemon-status-pills a{flex:0 0 auto;padding:9px 13px;border:1px solid rgba(24,59,78,.16);border-radius:999px;background:#fff;color:#456071;text-decoration:none;font-weight:800}.tbb-pokemon-status-pills a.is-current,.tbb-pokemon-status-pills a:hover{background:#183B4E;color:#fff;border-color:#183B4E}
.tbb-pokemon-shiny-card.is-unavailable{opacity:.72;background:#f6f7f8}.tbb-pokemon-shiny-card.is-unavailable:hover{opacity:1}
.tbb-ribbon-journey-nav{position:sticky;top:80px;z-index:15;margin:18px 0 26px;padding:12px 14px;border:1px solid rgba(24,59,78,.14);border-radius:15px;background:rgba(255,255,255,.96);box-shadow:0 8px 24px rgba(24,59,78,.08);backdrop-filter:blur(10px)}
.tbb-ribbon-journey-nav>strong{display:block;margin-bottom:8px;color:#183B4E;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.tbb-ribbon-journey-nav>div{display:flex;gap:7px;overflow-x:auto;padding-bottom:2px}.tbb-ribbon-journey-nav a{display:flex;align-items:center;gap:7px;flex:0 0 auto;padding:8px 10px;border-radius:9px;background:#f1f5f8;color:#405b6c;text-decoration:none;font-weight:800}.tbb-ribbon-journey-nav a.is-complete{background:#e8f5ec;color:#267643}.tbb-ribbon-journey-nav a.is-progress{background:#fff3e4;color:#96530e}.tbb-ribbon-journey-nav small{font-weight:700;opacity:.78}.tbb-pokemon-achievement-section{scroll-margin-top:160px}
/* Better small-screen Case File / Final Decision reading. */
@media(max-width:760px){
 .tbb-case-hero{min-height:auto!important}.tbb-case-hero-inner{grid-template-columns:1fr!important;gap:20px!important;padding-top:32px!important;padding-bottom:32px!important;text-align:left}.tbb-case-cover{max-width:160px;margin-inline:auto}.tbb-case-hero h1{font-size:clamp(2rem,10vw,3rem);overflow-wrap:anywhere}.tbb-case-layout--editorial{gap:24px}.tbb-review--primary h2{font-size:clamp(2rem,10vw,2.55rem)}.tbb-review-copy,.tbb-review-copy>p:first-child{font-size:1rem;line-height:1.72}.tbb-case-record{padding:18px!important}.tbb-hero-details{gap:10px!important}.tbb-case-facts,.tbb-case-meta-grid{grid-template-columns:1fr!important}
 .tbb-pokemon-task-grid{grid-template-columns:1fr}.tbb-pokemon-task-grid>a{min-height:0}.tbb-ribbon-journey-nav{top:80px}.tbb-pokemon-masterdex-stats.tbb-shiny-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .tbb-pokemon-species-layout{grid-template-columns:1fr!important}.tbb-pokemon-species-side{position:static!important}.tbb-pokemon-regional-dex-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.tbb-pokemon-dex-filters{grid-template-columns:1fr!important}
 .tbb-nav{max-height:calc(100vh - 74px);overflow-y:auto;overscroll-behavior:contain}
}
@media(max-width:460px){.tbb-pokemon-masterdex-stats.tbb-shiny-summary-grid{grid-template-columns:1fr}.tbb-pokemon-regional-dex-grid{grid-template-columns:1fr!important}.tbb-pokemon-global-nav .tbb-shell{padding-left:12px;padding-right:12px}.tbb-home-decision-card--vertical .tbb-home-decision-art--poster{height:220px}}

/* 0.12.7 — Pokémon Casework public UX cleanup. */
.tbb-pokemon-deadline-card strong{margin:12px 0 8px;font-size:4.45rem;line-height:1}
.tbb-pokemon-deadline-card b{margin-top:2px;line-height:1.15}
.tbb-pokemon-random-card{display:grid;grid-template-columns:220px minmax(0,1fr);gap:28px;align-items:center;padding:24px;border:1px solid rgba(24,59,78,.14);border-radius:22px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 10px 28px rgba(24,59,78,.07);transition:.2s ease}
.tbb-pokemon-random-card:hover{transform:translateY(-3px);border-color:rgba(200,117,61,.52);box-shadow:0 16px 34px rgba(24,59,78,.11)}
.tbb-pokemon-random-art{display:grid;place-items:center;min-height:190px;border-radius:18px;background:linear-gradient(145deg,#eef5fa,#fff5e9)}
.tbb-pokemon-random-art img{width:190px;height:190px;object-fit:contain}.tbb-pokemon-random-art>span{display:none;color:#6d7f8c;font-weight:800}.tbb-pokemon-random-art.is-missing-art>span{display:block}
.tbb-pokemon-random-card h2{margin:4px 0 8px;font-family:Georgia,serif;font-size:clamp(2.3rem,5vw,3.8rem);color:var(--navy)}.tbb-pokemon-random-card p{margin:0 0 12px;color:var(--muted)}.tbb-pokemon-random-card b{color:var(--orange)}.tbb-pokemon-random-region{margin-bottom:14px!important}.tbb-pokemon-random-entry{margin:14px 0 18px;padding:14px 16px;border-left:3px solid rgba(200,117,61,.72);border-radius:0 12px 12px 0;background:linear-gradient(90deg,rgba(200,117,61,.075),rgba(200,117,61,.025))}.tbb-pokemon-random-entry span{display:block;margin-bottom:5px;font-size:.73rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:var(--orange)}.tbb-pokemon-random-entry blockquote{margin:0;color:#405665;font-family:Georgia,serif;font-size:1.02rem;line-height:1.55}.tbb-pokemon-random-copy>b{display:inline-block;margin-top:2px}
.tbb-pokemon-guides-section{padding-top:18px!important}.tbb-pokemon-guides{border:1px solid rgba(24,59,78,.14);border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(24,59,78,.055);overflow:hidden}
.tbb-pokemon-guides>summary{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:22px 24px;cursor:pointer;list-style:none}.tbb-pokemon-guides>summary::-webkit-details-marker{display:none}.tbb-pokemon-guides>summary h2{margin:2px 0 5px;font-family:Georgia,serif;color:var(--navy);font-size:2rem}.tbb-pokemon-guides>summary span{color:var(--muted)}.tbb-pokemon-guides>summary>b{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border-radius:50%;background:#EDF1EE;color:var(--navy);font-size:1.35rem;transition:.18s transform}.tbb-pokemon-guides[open]>summary>b{transform:rotate(45deg)}.tbb-pokemon-guides>.tbb-pokemon-resource-grid{padding:0 24px 24px}
.tbb-pokemon-challenge-report-hero .tbb-shell>p:last-child{max-width:780px;color:rgba(255,255,255,.84)}
.tbb-pokemon-challenge-report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:48px}.tbb-pokemon-challenge-report-card{display:flex;flex-direction:column;gap:7px;padding:26px;border:1px solid rgba(24,59,78,.14);border-radius:20px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 10px 28px rgba(24,59,78,.06);transition:.2s ease}.tbb-pokemon-challenge-report-card:hover{transform:translateY(-3px);border-color:rgba(200,117,61,.5)}.tbb-pokemon-challenge-report-card h2{margin:0;font-family:Georgia,serif;font-size:2.25rem;color:var(--navy)}.tbb-pokemon-challenge-report-card>strong{font-family:Georgia,serif;font-size:3.4rem;color:var(--navy);line-height:1}.tbb-pokemon-challenge-report-card>span,.tbb-pokemon-challenge-report-card>small{color:var(--muted)}.tbb-pokemon-challenge-report-card>b{margin-top:10px;color:var(--orange)}.tbb-pokemon-challenge-region-heading{margin-top:10px}.tbb-pokemon-challenge-note{display:grid;grid-template-columns:minmax(220px,.65fr) minmax(0,1.35fr);gap:28px;margin-top:34px;padding:22px 24px;border-left:5px solid var(--orange);border-radius:16px;background:#fff8ef}.tbb-pokemon-challenge-note h2{margin:3px 0;font-family:Georgia,serif;color:var(--navy)}.tbb-pokemon-challenge-note>p{margin:0;color:#526a79;line-height:1.65}
.tbb-pokemon-collapsible-panel{padding:0;overflow:hidden}.tbb-pokemon-collapsible-panel>summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 23px;cursor:pointer;list-style:none}.tbb-pokemon-collapsible-panel>summary::-webkit-details-marker{display:none}.tbb-pokemon-collapsible-panel>summary h2{margin:0}.tbb-pokemon-collapsible-panel>summary>span{display:grid;place-items:center;width:30px;height:30px;flex:0 0 30px;border-radius:50%;background:#edf3f7;color:var(--navy);font-size:1.2rem;font-weight:900;transition:.18s transform}.tbb-pokemon-collapsible-panel[open]>summary>span{transform:rotate(45deg)}.tbb-pokemon-collapsible-body{padding:0 23px 23px;border-top:1px solid rgba(24,59,78,.09)}.tbb-pokemon-collapsible-body>p:first-child{margin-top:18px}.tbb-pokemon-collapsible-panel .tbb-pokemon-species-facts,.tbb-pokemon-collapsible-panel .tbb-pokemon-base-stats,.tbb-pokemon-collapsible-panel .tbb-pokemon-evolution-chain,.tbb-pokemon-collapsible-panel .tbb-pokemon-regional-dex-groups{margin-top:18px}
@media(max-width:760px){.tbb-pokemon-random-card{grid-template-columns:1fr;text-align:center}.tbb-pokemon-random-art{min-height:160px}.tbb-pokemon-random-art img{width:160px;height:160px}.tbb-pokemon-challenge-report-grid,.tbb-pokemon-challenge-note{grid-template-columns:1fr}.tbb-pokemon-guides>summary{padding:18px}.tbb-pokemon-guides>.tbb-pokemon-resource-grid{padding:0 18px 18px}.tbb-pokemon-deadline-card strong{font-size:4rem}}

/* 0.12.8 — Pokémon Casework second-pass density, dossiers, and Shiny challenge polish. */
.tbb-pokemon-casework-section{padding-top:42px;padding-bottom:42px}
.tbb-pokemon-casework-section+.tbb-pokemon-casework-section{padding-top:38px}
.tbb-pokemon-casework-section .tbb-section-heading{margin-bottom:18px}
.tbb-pokemon-casework-section .tbb-section-heading h2{font-size:clamp(1.9rem,3.4vw,2.65rem)}
.tbb-pokemon-casework-section .tbb-masterdex-public-region-grid{gap:12px}
.tbb-pokemon-casework-section .tbb-masterdex-public-region{padding:16px}
.tbb-pokemon-casework-section .tbb-pokemon-project-grid{gap:16px}

/* Regional Dex numbers read as compact, distinct local-Dex records. */
.tbb-pokemon-regional-dex-groups{gap:11px!important}
.tbb-pokemon-regional-dex-groups>section{display:grid;grid-template-columns:145px minmax(0,1fr);gap:14px;align-items:start;padding:12px 14px!important;border-radius:12px!important}
.tbb-pokemon-regional-dex-groups h3{margin:7px 0 0!important;font-size:1rem;text-transform:uppercase;letter-spacing:.055em}
.tbb-pokemon-regional-dex-grid{grid-template-columns:repeat(auto-fit,minmax(175px,1fr))!important;gap:7px!important}
.tbb-pokemon-regional-dex-grid>div{min-height:42px;padding:8px 10px!important;border:1px solid rgba(24,59,78,.11);border-left:3px solid var(--orange);border-radius:9px!important;background:#fff!important;align-items:center}
.tbb-pokemon-regional-dex-grid span{color:var(--navy)!important;font-size:.76rem!important;font-weight:800;line-height:1.25}
.tbb-pokemon-regional-dex-grid strong{font-size:.88rem;white-space:nowrap}

/* Pokédex game entries advertise their accordion behavior. */
.tbb-pokemon-dex-entry-list details{transition:border-color .16s ease,background .16s ease}
.tbb-pokemon-dex-entry-list details:hover{border-color:rgba(200,117,61,.42);background:#fff}
.tbb-pokemon-dex-entry-list summary{align-items:center}
.tbb-pokemon-dex-entry-list summary>span{font-weight:850}
.tbb-pokemon-dex-entry-list summary>b{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;color:var(--orange);font-size:.72rem;text-transform:uppercase;letter-spacing:.035em}
.tbb-pokemon-dex-entry-list summary>b .is-open{display:none}
.tbb-pokemon-dex-entry-list summary>b i{font-style:normal;font-size:1rem;line-height:1;transition:transform .16s ease}
.tbb-pokemon-dex-entry-list details[open] summary>b .is-closed{display:none}
.tbb-pokemon-dex-entry-list details[open] summary>b .is-open{display:inline}
.tbb-pokemon-dex-entry-list details[open] summary>b i{transform:rotate(180deg)}
.tbb-pokemon-dossier-panel{scroll-margin-top:92px}

/* Event/special-distribution Shiny targets remain attainable challenge entries. */
.tbb-pokemon-status.is-event{background:#eee8f8;color:#5c3b87}
.tbb-pokemon-shiny-card.is-event-source{border-color:rgba(92,59,135,.25)}
.tbb-pokemon-shiny-card-statuses{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin-top:8px}
.tbb-pokemon-shiny-event-note{margin:10px 0 5px;color:#566d7c;font-size:.82rem;line-height:1.5}
.tbb-pokemon-shiny-event-link{display:inline-block;margin-top:3px;color:var(--navy);font-size:.8rem;font-weight:850;text-decoration:underline;text-decoration-color:rgba(200,117,61,.45);text-underline-offset:3px}
.tbb-pokemon-shiny-event-link:hover{color:var(--orange)}

@media(max-width:760px){
 .tbb-pokemon-casework-section{padding-top:32px;padding-bottom:32px}
 .tbb-pokemon-regional-dex-groups>section{grid-template-columns:1fr;gap:7px}
 .tbb-pokemon-regional-dex-groups h3{margin:0!important}
 .tbb-pokemon-regional-dex-grid{grid-template-columns:1fr!important}
 .tbb-pokemon-dex-entry-list summary>b{font-size:.67rem}
}


/* 0.13.0 — Kami no Kame identity transition. */
body{
  background:var(--bg);
  color:var(--ink);
}
h1,h2,.tbb-page-hero h1,.tbb-case-hero h1,.tbb-section-head h2,.tbb-review--primary h2,
.tbb-series-hero-v2 h1,.tbb-pokemon-random-card h2,.tbb-pokemon-challenge-report-card h2{
  font-family:"Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
}
.tbb-site-header{
  background:linear-gradient(110deg,rgba(24,59,78,.98),rgba(36,72,76,.98));
  box-shadow:0 7px 25px rgba(18,42,52,.24);
}
.tbb-header-inner{min-height:82px}
.tbb-brand{gap:11px;min-width:260px}
.tbb-brand-mark{
  width:43px;height:43px;
  border-color:rgba(227,160,111,.9);
  background:rgba(73,107,90,.25);
  color:#F0B47F;
  font-family:"Iowan Old Style","Palatino Linotype",Georgia,serif;
  font-size:1.05rem;
}
.tbb-brand strong{
  font-family:"Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  font-size:1.05rem;line-height:1.1;letter-spacing:.005em;
}
.tbb-brand small{margin-top:3px;color:#D7E0DA;opacity:.82;font-size:.74rem}
.tbb-nav{gap:14px;font-size:.84rem}
.tbb-nav a:hover,.tbb-nav-parent:hover,.tbb-nav-parent:focus-visible{color:#F0B47F}
.tbb-nav-dropdown{
  background:#102A35;
  border-color:rgba(255,255,255,.14);
}
.tbb-nav-dropdown a:hover{background:rgba(73,107,90,.28)}
.tbb-bench-link{border-color:rgba(255,255,255,.32)}

.tbb-page-hero{
  background:
    radial-gradient(circle at 86% 20%,rgba(73,107,90,.42),transparent 30%),
    linear-gradient(130deg,#173A47,#183B4E 68%,#365445);
}
.tbb-home-intro{
  background-color:#173A47;
  background-image:
    radial-gradient(circle at 86% 18%,rgba(73,107,90,.58),transparent 30%),
    radial-gradient(circle at 72% 88%,rgba(200,117,61,.17),transparent 25%),
    linear-gradient(135deg,#173A47,#183B4E 62%,#274F4B);
  padding:68px 0;
}
.tbb-home-intro-grid{grid-template-columns:minmax(0,1.42fr) minmax(320px,.58fr);gap:52px}
.tbb-home-title .tbb-home-brandline{
  max-width:850px;
  margin:0;
  font-family:"Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  font-size:clamp(3.2rem,6vw,6.25rem);
  font-weight:700;
  line-height:.98;
  letter-spacing:-.035em;
  color:#fff;
}
.tbb-home-title .tbb-home-brandline span{color:#E7A36F;padding:0 .11em}
.tbb-home-title .tbb-home-english-name{
  margin:15px 0 0;
  font-size:clamp(1.35rem,2.2vw,2rem);
  font-family:"Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  font-weight:600;color:#DCE8E1;
}
.tbb-home-title .tbb-home-descriptors{
  margin:20px 0 0;
  font-size:clamp(1rem,1.55vw,1.32rem);
  color:#D6E0E2;
  font-weight:700;
}
.tbb-home-title .tbb-home-descriptors span{color:#E7A36F;padding:0 .36em}
.tbb-home-record--light{
  background:rgba(245,248,245,.095);
  border-color:rgba(230,239,233,.22);
  box-shadow:0 18px 44px rgba(8,31,37,.15);
}
.tbb-home-record-grid>div{background:rgba(255,255,255,.075)}
.tbb-home-record>a{color:#F0B47F}
.tbb-home-about{
  background:linear-gradient(110deg,#172225,#1B2D2B);
}
.tbb-home-about p{color:#BEC9C6}
.tbb-home-about .tbb-button-secondary{
  background:transparent!important;
  color:#F2F5F3!important;
  border-color:rgba(242,245,243,.35)!important;
}
.tbb-home-about .tbb-button-secondary:hover{border-color:#E7A36F!important;color:#F0B47F!important}

.tbb-button{background:var(--orange)}
.tbb-button:hover,.tbb-button:focus-visible{background:#B96834}
.tbb-button-secondary{
  color:var(--navy)!important;
  border-color:rgba(24,59,78,.22)!important;
}
.tbb-button-secondary:hover{border-color:var(--green)!important;color:var(--green-dark)!important}
.tbb-kicker{color:var(--orange)}
.tbb-card-status,.tbb-stars{color:var(--orange)}
.tbb-case-card:hover,.tbb-series-card-v2:hover{box-shadow:0 20px 45px rgba(24,59,78,.17)}
.tbb-case-record{border-top-color:var(--green)}
.tbb-text-link,.tbb-section-head>a{color:var(--green-dark);font-weight:800}
.tbb-text-link:hover,.tbb-section-head>a:hover{color:var(--orange)}
.tbb-pokemon-global-nav a:hover,.tbb-pokemon-global-nav a.is-current{background:var(--green);color:#fff}
.tbb-pokemon-task-grid>a>span{background:#E9F0EB;color:var(--green-dark)}
.tbb-pokemon-task-grid strong,.tbb-pokemon-random-card h2,.tbb-pokemon-guides>summary h2{color:var(--green-dark)}
.tbb-footer{background:#102A35}
.tbb-footer-link{color:#fff;text-decoration-color:#E7A36F}

/* The photography routes exist during the rebrand; the gallery itself follows next. */
.tbb-photography-nav{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 28px}
.tbb-photography-nav a{padding:9px 13px;border:1px solid rgba(24,59,78,.15);border-radius:999px;background:#fff;color:var(--navy);font-weight:800}
.tbb-photography-nav a:hover{border-color:var(--green);color:var(--green-dark)}
.tbb-photography-coming-soon{padding:34px;border-radius:20px;background:#fff;border:1px solid rgba(24,59,78,.12);box-shadow:var(--shadow)}
.tbb-photography-coming-soon h2{margin-top:0;font-size:clamp(2rem,4vw,3.2rem)}

@media(max-width:1180px){
  .tbb-nav{gap:10px;font-size:.79rem}
  .tbb-brand{min-width:230px}
}
@media(max-width:1050px){
  .tbb-brand{min-width:0}
  .tbb-nav{font-size:.9rem}
}
@media(max-width:760px){
  .tbb-home-intro{padding:48px 0}
  .tbb-home-title .tbb-home-brandline{font-size:clamp(2.65rem,12vw,4.15rem)}
  .tbb-home-title .tbb-home-english-name{font-size:1.35rem}
  .tbb-home-title .tbb-home-descriptors{font-size:1rem}
}
@media(max-width:520px){
  .tbb-brand strong{font-size:.94rem}
  .tbb-brand-mark{width:38px;height:38px}
}


/* 0.13.1 — Homepage identity refinement. */
.tbb-site-header{
  background:#0F2028;
  border-bottom:1px solid rgba(231,163,111,.32);
  box-shadow:0 8px 28px rgba(4,18,24,.30);
}
.tbb-nav-dropdown{background:#0B1920}
.tbb-home-intro{padding:54px 0 58px}
.tbb-home-intro-grid{
  grid-template-columns:minmax(0,1.42fr) minmax(300px,.58fr);
  gap:38px;
}
.tbb-home-title .tbb-home-brandline{
  max-width:700px;
  font-size:clamp(2.35rem,4.5vw,4.65rem);
  line-height:1.02;
  letter-spacing:-.025em;
}
.tbb-home-title .tbb-home-english-name{
  margin-top:10px;
  font-size:clamp(1.15rem,1.75vw,1.55rem);
}
.tbb-home-title .tbb-home-descriptors{
  margin-top:15px;
  font-size:clamp(.96rem,1.3vw,1.14rem);
}
@media(max-width:1050px){
  .tbb-nav{background:#0F2028}
  .tbb-home-intro{padding:46px 0 50px}
  .tbb-home-intro-grid{gap:28px}
  .tbb-home-title .tbb-home-brandline{font-size:clamp(2.25rem,6vw,3.85rem)}
}
@media(max-width:760px){
  .tbb-home-intro{padding:38px 0 42px}
  .tbb-home-title .tbb-home-brandline{font-size:clamp(1.9rem,8.6vw,3rem);line-height:1.06}
  .tbb-home-title .tbb-home-english-name{font-size:1.12rem}
  .tbb-home-title .tbb-home-descriptors{margin-top:12px;font-size:.94rem}
}
@media(max-width:420px){
  .tbb-home-title .tbb-home-brandline{font-size:clamp(1.7rem,8vw,2.35rem)}
}


/* 0.13.2 — Keep the Kami no Kame masthead together at every viewport. */
.tbb-home-title .tbb-home-brandline{
  width:max-content;
  max-width:none;
  white-space:nowrap;
  font-size:clamp(1.4rem,3.9vw,3.25rem);
  line-height:1.02;
  letter-spacing:-.025em;
}
@media(max-width:1050px){
  .tbb-home-title .tbb-home-brandline{font-size:clamp(1.4rem,4.7vw,3rem)}
}
@media(max-width:760px){
  .tbb-home-title .tbb-home-brandline{font-size:clamp(1.4rem,6vw,2.35rem);line-height:1.04}
}
@media(max-width:420px){
  .tbb-home-title .tbb-home-brandline{font-size:clamp(1.35rem,6.4vw,1.75rem);letter-spacing:-.035em}
}


/* 0.13.3 — Homepage color balance. Keep the approved hero gradient unchanged. */
.tbb-home-title .tbb-home-english-name{
  color:#F3EFE5;
}
.tbb-home-title .tbb-home-descriptors{
  color:#C4D0D2;
}

/* Fold Site Snapshot into the hero instead of introducing another opaque green-gray panel. */
.tbb-home-record--light{
  background:rgba(10,35,45,.30);
  border-color:rgba(255,255,255,.20);
  box-shadow:0 18px 42px rgba(5,24,31,.16);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.tbb-home-record--light .tbb-home-record-grid>div{
  background:rgba(255,255,255,.085);
  border:1px solid rgba(255,255,255,.035);
}
.tbb-home-record--light .tbb-home-record-grid span{
  color:rgba(239,245,243,.76);
}
.tbb-home-record--light .tbb-kicker,
.tbb-home-record--light>a{
  color:#F0B47F;
}

/* The main site body begins light immediately after the rich hero. */
.tbb-home-about{
  background:var(--cream);
  color:var(--ink);
  border-bottom:1px solid rgba(24,59,78,.08);
}
.tbb-home-about h2{
  color:var(--ink);
}
.tbb-home-about p{
  color:var(--muted);
}
.tbb-home-about .tbb-button-secondary{
  background:transparent!important;
  color:var(--navy)!important;
  border-color:rgba(24,59,78,.30)!important;
}
.tbb-home-about .tbb-button-secondary:hover,
.tbb-home-about .tbb-button-secondary:focus-visible{
  border-color:var(--green)!important;
  color:var(--green-dark)!important;
}

/* Keep the first content section visually connected to the new light body. */
.tbb-home-about + .tbb-home-section{
  background:var(--bg);
}

/* 0.13.4 — Compact Site Snapshot and unified light-surface system. */
:root{
  --cream:#F3F2ED;
  --bg:#EEF0EC;
  --surface:#FAFAF7;
}

/* Keep the approved blue-to-green hero gradient unchanged while reducing its height. */
.tbb-home-intro{padding:38px 0 42px}
.tbb-home-intro-grid{
  grid-template-columns:minmax(0,1fr) minmax(430px,.72fr);
  gap:40px;
}

/* Site Snapshot is one compact three-column panel rather than a 2x2 dashboard. */
.tbb-home-record--compact{
  padding:16px 18px 14px;
  border-radius:18px;
}
.tbb-home-record--compact .tbb-kicker{margin:0}
.tbb-home-record--compact .tbb-home-record-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin:10px 0 8px;
}
.tbb-home-record--compact .tbb-home-record-grid>div{
  min-width:0;
  padding:7px 14px;
  border:0!important;
  border-radius:0;
  background:transparent!important;
}
.tbb-home-record--compact .tbb-home-record-grid>div+div{
  border-left:1px solid rgba(255,255,255,.16)!important;
}
.tbb-home-record--compact strong{font-size:1.65rem}
.tbb-home-record--compact .tbb-home-record-grid span{
  display:block;
  margin-top:5px;
  font-size:.68rem;
  line-height:1.2;
}
.tbb-home-record--compact>a{
  display:block;
  margin-top:7px;
  padding-top:9px;
  border-top:1px solid rgba(255,255,255,.15);
  font-size:.9rem;
}

/* The light half of the homepage now uses one related neutral family. */
.tbb-home-about{background:var(--cream)}
.tbb-home-about + .tbb-home-section{background:var(--bg)}
.tbb-home-band{background:var(--cream)}
.tbb-case-card,.tbb-home-review,.tbb-series-card,.tbb-series-description,
.tbb-photography-nav a,.tbb-photography-coming-soon{background:var(--surface)}

/* Primary actions use turtle green/teal. Copper is reserved for accents and metadata. */
.tbb-button{
  background:var(--green);
  color:#fff;
}
.tbb-button:hover,.tbb-button:focus-visible{background:var(--green-dark)}
.tbb-home-about .tbb-button-secondary{
  background:var(--surface)!important;
  color:var(--navy)!important;
  border-color:rgba(35,77,87,.24)!important;
}
.tbb-home-about .tbb-button-secondary:hover,
.tbb-home-about .tbb-button-secondary:focus-visible{
  background:#F6F7F3!important;
  border-color:var(--green)!important;
  color:var(--green-dark)!important;
}

@media(max-width:1050px){
  .tbb-home-intro{padding:34px 0 38px}
  .tbb-home-intro-grid{grid-template-columns:1fr;gap:24px}
  .tbb-home-record--compact{max-width:none}
}
@media(max-width:760px){
  .tbb-home-intro{padding:30px 0 34px}
  .tbb-home-record--compact .tbb-home-record-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .tbb-home-record--compact .tbb-home-record-grid>div{padding:7px 8px}
  .tbb-home-record--compact strong{font-size:1.4rem}
  .tbb-home-record--compact .tbb-home-record-grid span{font-size:.62rem;letter-spacing:.045em}
}
@media(max-width:430px){
  .tbb-home-record--compact{padding:14px 12px 12px}
  .tbb-home-record--compact strong{font-size:1.22rem}
  .tbb-home-record--compact .tbb-home-record-grid>div{padding:6px 5px}
  .tbb-home-record--compact .tbb-home-record-grid span{font-size:.57rem}
}

/* 0.13.5 — Let the homepage hero own the brand identity. */
.tbb-header-inner{justify-content:flex-end}
.tbb-nav{margin-left:auto}
.tbb-menu-toggle{margin-left:auto}

/* Match the homepage hero to the wider header shell so the brand sits farther left. */
.tbb-home-intro-grid{width:min(1480px,calc(100% - 40px))}
.tbb-home-brandlink{display:inline-block;color:inherit;text-decoration:none;border-radius:6px}
.tbb-home-brandlink:hover{color:inherit}
.tbb-home-brandlink:focus-visible{outline:2px solid #F0B47F;outline-offset:8px}

@media(max-width:760px){
  .tbb-home-intro-grid{width:min(100% - 24px,1480px)}
}



/* 0.13.7 — Introduce the chosen origami turtle mark into the site identity. */
.tbb-header-inner{justify-content:flex-start}
.tbb-site-logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:54px;
  height:54px;
  padding:7px;
  margin-right:auto;
  border-radius:16px;
  background:rgba(248,244,237,.96);
  box-shadow:0 10px 24px rgba(5,18,25,.22);
  transition:transform .18s ease, box-shadow .18s ease;
}
.tbb-site-logo:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(5,18,25,.26)}
.tbb-site-logo:focus-visible{outline:2px solid #F0B47F;outline-offset:4px}
.tbb-site-logo img{display:block;width:100%;height:100%;object-fit:contain}
.tbb-nav{margin-left:0}

.tbb-home-brandwrap{
  display:flex;
  align-items:flex-start;
  gap:24px;
}
.tbb-home-brandmark{
  flex:0 0 auto;
  width:140px;
  display:block;
  border-radius:18px;
  transition:transform .18s ease;
}
.tbb-home-brandmark:hover{transform:translateY(-2px)}
.tbb-home-brandmark:focus-visible{outline:2px solid #F0B47F;outline-offset:8px}
.tbb-home-brandmark img{display:block;width:100%;height:auto;filter:drop-shadow(0 14px 28px rgba(6,24,31,.18))}
.tbb-home-brandcopy{min-width:0}
.tbb-home-brandlink,.tbb-home-brandmark{color:inherit;text-decoration:none}
.tbb-home-brandline{margin-top:4px}

.tbb-footer-brand{
  display:inline-flex;
  align-items:center;
  gap:14px;
  color:#fff;
  text-decoration:none;
  margin-bottom:10px;
}
.tbb-footer-brand img{width:58px;height:58px;object-fit:contain;flex:0 0 auto}
.tbb-footer-brand span{display:flex;flex-direction:column;gap:2px}
.tbb-footer-brand strong{font-family:"Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;font-size:1.12rem;line-height:1.05}
.tbb-footer-brand small{color:rgba(240,244,242,.76);font-size:.8rem}
.tbb-footer-brand:focus-visible{outline:2px solid #F0B47F;outline-offset:6px;border-radius:8px}

@media(max-width:1050px){
  .tbb-site-logo{width:50px;height:50px;padding:6px}
}
@media(max-width:760px){
  .tbb-home-brandwrap{gap:16px;align-items:center}
  .tbb-home-brandmark{width:102px}
}
@media(max-width:560px){
  .tbb-header-inner{min-height:76px}
  .tbb-site-logo{width:46px;height:46px;border-radius:14px}
  .tbb-home-brandwrap{flex-direction:column;align-items:flex-start;gap:12px}
  .tbb-home-brandmark{width:92px}
  .tbb-footer-brand img{width:48px;height:48px}
}


/* 0.13.8 — Correct logo usage and improve hero contrast. */
.tbb-site-logo{
  width:44px;
  height:44px;
  padding:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.tbb-site-logo:hover{transform:translateY(-1px);box-shadow:none}
.tbb-site-logo img{width:44px;height:44px;object-fit:contain;filter:drop-shadow(0 6px 10px rgba(4,20,28,.18))}

.tbb-home-brandwrap{align-items:center;gap:28px}
.tbb-home-brandmark{
  width:170px;
  border-radius:0;
}
.tbb-home-brandmark img{
  filter:drop-shadow(0 16px 34px rgba(6,24,31,.24));
}
.tbb-footer-brand img{width:54px;height:54px;filter:drop-shadow(0 8px 16px rgba(4,18,24,.16))}

@media(max-width:1050px){
  .tbb-site-logo,.tbb-site-logo img{width:40px;height:40px}
  .tbb-home-brandmark{width:150px}
}
@media(max-width:760px){
  .tbb-home-brandwrap{gap:18px}
  .tbb-home-brandmark{width:118px}
}
@media(max-width:560px){
  .tbb-site-logo,.tbb-site-logo img{width:36px;height:36px}
  .tbb-home-brandmark{width:104px}
}


/* 0.13.9 — Site test for the refined Kami no Kame origami turtle identity. */
.tbb-site-logo,.tbb-site-logo img{
  width:48px;
  height:48px;
}
.tbb-site-logo img{
  filter:drop-shadow(0 5px 10px rgba(3,17,23,.28));
}
.tbb-home-brandwrap{gap:26px}
.tbb-home-brandmark{
  width:168px;
  transform:translateY(-4px);
}
.tbb-home-brandmark:hover{transform:translateY(-6px)}
.tbb-home-brandmark img{
  filter:drop-shadow(0 16px 30px rgba(3,18,24,.23));
}
.tbb-footer-brand img{width:58px;height:58px}
@media(max-width:1050px){
  .tbb-site-logo,.tbb-site-logo img{width:44px;height:44px}
  .tbb-home-brandmark{width:146px}
}
@media(max-width:760px){
  .tbb-home-brandmark{width:118px;transform:none}
  .tbb-home-brandmark:hover{transform:translateY(-2px)}
}
@media(max-width:560px){
  .tbb-site-logo,.tbb-site-logo img{width:40px;height:40px}
  .tbb-home-brandmark{width:104px}
}


/* 0.13.10 — Fine-tune homepage hero identity alignment. */
@media(min-width:761px){
  .tbb-home-title{transform:translateY(12px)}
  .tbb-home-brandwrap{gap:18px}
  .tbb-home-brandmark{transform:translateY(0)}
  .tbb-home-brandmark:hover{transform:translateY(-2px)}
}


/* 0.13.11 — Editorial Favorites page. */
.tbb-favorites-hero p:last-child{max-width:900px}
.tbb-favorites-filter{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 42px}
.tbb-favorites-filter a{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border:1px solid rgba(24,59,78,.20);border-radius:999px;background:var(--surface);color:var(--navy);font-weight:800;text-decoration:none;transition:.18s ease}
.tbb-favorites-filter a:hover,.tbb-favorites-filter a:focus-visible{border-color:var(--green);color:var(--green-dark)}
.tbb-favorites-filter a.is-active{background:var(--green);border-color:var(--green);color:#fff}
.tbb-favorites-spotlights{display:grid;gap:0}
.tbb-favorite-spotlight{display:grid;grid-template-columns:minmax(220px,290px) minmax(0,1fr);gap:42px;align-items:start;padding:42px 0;border-top:1px solid rgba(24,59,78,.13)}
.tbb-favorite-spotlight:first-child{padding-top:0;border-top:0}
.tbb-favorite-art{display:block;overflow:hidden;border-radius:18px;background:var(--surface);box-shadow:0 14px 34px rgba(24,59,78,.12);aspect-ratio:2/3}
.tbb-favorite-art img{display:block;width:100%;height:100%;object-fit:cover}
.tbb-favorite-art .tbb-placeholder{display:grid;place-items:center;width:100%;height:100%;padding:20px;text-align:center;color:var(--muted)}
.tbb-favorite-copy{padding-top:4px}
.tbb-favorite-meta{margin:0 0 8px;color:var(--green-dark);font-size:.78rem;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
.tbb-favorite-copy h2{margin:0;font-size:clamp(2rem,4vw,3.25rem);line-height:1.04}
.tbb-favorite-copy h2 a{color:var(--ink);text-decoration:none}
.tbb-favorite-copy h2 a:hover{color:var(--green-dark)}
.tbb-favorite-rating{margin:12px 0 24px;font-size:1.05rem}
.tbb-favorite-copy h3{margin:0 0 10px;font-family:"Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;font-size:1.35rem;color:var(--ink)}
.tbb-favorite-note{max-width:760px;color:var(--muted);font-size:1.03rem;line-height:1.75}
.tbb-favorite-note p:first-child{margin-top:0}.tbb-favorite-note p:last-child{margin-bottom:0}
.tbb-favorite-links{display:flex;flex-wrap:wrap;gap:22px;margin-top:24px}
.tbb-more-favorites{margin-top:54px;padding-top:42px;border-top:1px solid rgba(24,59,78,.13)}
@media(max-width:760px){.tbb-favorites-filter{margin-bottom:30px}.tbb-favorite-spotlight{grid-template-columns:1fr;gap:24px;padding:34px 0}.tbb-favorite-art{width:min(100%,280px)}.tbb-favorite-copy h2{font-size:clamp(1.85rem,8vw,2.65rem)}.tbb-favorite-note{font-size:1rem;line-height:1.65}}


/* 0.13.12 — The Trophy Case. */
.tbb-trophy-case-hero p:not(.tbb-kicker){max-width:760px}
.tbb-trophy-case-count{margin-top:18px!important;color:var(--orange)!important;font-size:.8rem!important;font-weight:850!important;letter-spacing:.08em;text-transform:uppercase}
.tbb-trophy-case-section{overflow:hidden}
.tbb-trophy-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:42px 28px;padding:4px 0 24px}
.tbb-trophy-card{position:relative;min-width:0;padding-bottom:18px}
.tbb-trophy-cover{position:relative;display:block;overflow:hidden;aspect-ratio:2/3;border-radius:17px;background:var(--surface);box-shadow:0 12px 28px rgba(20,48,62,.13);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}
.tbb-trophy-cover>img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .28s ease,filter .2s ease}
.tbb-trophy-cover>.tbb-placeholder{display:grid;place-items:center;width:100%;height:100%;padding:20px;text-align:center;color:var(--muted)}
.tbb-trophy-title{position:absolute;inset:auto 0 0;padding:44px 15px 14px;background:linear-gradient(180deg,transparent,rgba(4,18,24,.88));color:#fff;font-weight:850;line-height:1.25;opacity:0;transform:translateY(6px);transition:opacity .18s ease,transform .18s ease}
.tbb-trophy-card:hover .tbb-trophy-cover,.tbb-trophy-cover:focus-visible{transform:translateY(-4px);box-shadow:0 20px 40px rgba(20,48,62,.2)}
.tbb-trophy-card:hover .tbb-trophy-cover>img,.tbb-trophy-cover:focus-visible>img{transform:scale(1.025);filter:brightness(.8)}
.tbb-trophy-card:hover .tbb-trophy-title,.tbb-trophy-cover:focus-visible .tbb-trophy-title{opacity:1;transform:none}
.tbb-platinum-game-badge{position:absolute;right:-12px;bottom:-1px;z-index:3;display:grid;place-items:center;width:72px;height:72px;padding:4px;border:3px solid rgba(255,255,255,.94);border-radius:50%;background:linear-gradient(145deg,#f9fbfc,#cbd6de);box-shadow:0 10px 24px rgba(13,39,52,.25)}
.tbb-platinum-game-badge img{display:block;width:100%;height:100%;border-radius:50%;object-fit:contain}
.tbb-platinum-game-badge.is-placeholder{padding:17px;color:#526572}
.tbb-platinum-game-badge.is-placeholder svg{width:100%;height:100%;fill:currentColor}
@media(max-width:1180px){.tbb-trophy-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:900px){.tbb-trophy-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:36px 24px}}
@media(max-width:640px){.tbb-trophy-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 20px}.tbb-platinum-game-badge{right:-8px;width:62px;height:62px}}
@media(max-width:390px){.tbb-trophy-grid{gap:30px 15px}.tbb-platinum-game-badge{width:56px;height:56px}}

/* Theme 0.14.8 — simplified editorial Series Ranking presentation. */
.tbb-series-ranking{width:min(1120px,calc(100vw - 48px));margin:52px 0 48px 50%;transform:translateX(-50%)}
.tbb-ranking-layout{display:grid;gap:28px}
.tbb-ranking-group{display:grid;gap:20px;align-items:start}
.tbb-ranking-group--lower{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.tbb-ranking-group--top,.tbb-ranking-group--winner{grid-template-columns:1fr}
.tbb-ranking-entry{position:relative;display:grid;min-width:0;border:1px solid rgba(24,59,78,.13);border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(24,59,78,.055);overflow:hidden}
.tbb-ranking-number{color:var(--orange);font-family:Georgia,serif;line-height:.9}
.tbb-ranking-number span{font-weight:850}
.tbb-ranking-cover{display:block;overflow:hidden;background:#edf1f4;aspect-ratio:2/3}
.tbb-ranking-cover img{display:block;width:100%;height:100%;object-fit:cover}
.tbb-ranking-cover>span{display:grid;place-items:center;width:100%;height:100%;padding:8px;color:var(--muted);font-size:.8rem;text-align:center}
.tbb-ranking-copy{display:flex;flex-direction:column;min-width:0}
.tbb-ranking-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.tbb-ranking-title-row h3{margin:.12em 0 .35em;font-family:Georgia,serif;line-height:1.08}
.tbb-ranking-title-row h3 a{color:var(--navy);text-decoration:none}
.tbb-ranking-title-row h3 a:hover,.tbb-ranking-title-row h3 a:focus-visible{color:var(--green-dark)}
.tbb-ranking-rating{flex:0 0 auto;text-align:right}
.tbb-ranking-rating small{display:block;margin-top:3px;color:var(--muted);font-weight:800}
.tbb-ranking-commentary{margin-top:10px;color:var(--ink);line-height:1.65}
.tbb-ranking-commentary p{margin:.55em 0}
.tbb-ranking-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:auto;padding-top:18px}

/* Ranks six and below stay compact and use two columns to reduce needless scrolling. */
.tbb-ranking-group--lower .tbb-ranking-entry{grid-template-columns:58px 104px minmax(0,1fr);gap:15px;padding:16px;align-self:start;border-radius:18px;box-shadow:0 5px 16px rgba(24,59,78,.045)}
.tbb-ranking-group--lower .tbb-ranking-number{padding-top:6px;text-align:center}
.tbb-ranking-group--lower .tbb-ranking-number span{font-size:.72rem}
.tbb-ranking-group--lower .tbb-ranking-number strong{display:block;font-size:2.35rem}
.tbb-ranking-group--lower .tbb-ranking-cover{border-radius:11px}
.tbb-ranking-group--lower .tbb-ranking-title-row{display:block}
.tbb-ranking-group--lower .tbb-ranking-title-row h3{font-size:clamp(1.15rem,1.7vw,1.4rem)}
.tbb-ranking-group--lower .tbb-kicker{font-size:.67rem}
.tbb-ranking-group--lower .tbb-ranking-rating{margin-top:7px;text-align:left;font-size:.86rem}
.tbb-ranking-group--lower .tbb-ranking-rating small{display:none}
.tbb-ranking-group--lower .tbb-ranking-commentary{font-size:.91rem;line-height:1.58}
.tbb-ranking-group--lower .tbb-ranking-actions{padding-top:12px;font-size:.83rem}

/* Ranks five through two open into clean editorial rows without adding arbitrary tier labels. */
.tbb-ranking-group--top{gap:24px}
.tbb-ranking-group--top .tbb-ranking-entry{grid-template-columns:96px 170px minmax(0,1fr);gap:24px;padding:22px 24px;align-items:start;border-radius:22px;background:linear-gradient(145deg,#fff,#f8faf8)}
.tbb-ranking-group--top .tbb-ranking-number{padding-top:8px;text-align:center}
.tbb-ranking-group--top .tbb-ranking-number span{font-size:.95rem}
.tbb-ranking-group--top .tbb-ranking-number strong{display:block;font-size:4rem}
.tbb-ranking-group--top .tbb-ranking-cover{border-radius:13px}
.tbb-ranking-group--top .tbb-ranking-title-row h3{font-size:clamp(1.7rem,3vw,2.45rem)}
.tbb-ranking-group--top .tbb-ranking-commentary{max-width:720px;font-size:1rem;line-height:1.7}

/* Number one is the only true showcase: the visual payoff of a countdown, not another tier. */
.tbb-ranking-group--winner{margin-top:4px}
.tbb-ranking-group--winner .tbb-ranking-entry{grid-template-columns:128px minmax(220px,280px) minmax(0,1fr);gap:30px;padding:30px;border:0;border-radius:26px;background:linear-gradient(135deg,#143744,#1d4a57 62%,#315b63);box-shadow:0 20px 48px rgba(13,39,52,.22);color:#fff}
.tbb-ranking-group--winner .tbb-ranking-number{padding-top:8px;color:#e6a06f;text-align:center}
.tbb-ranking-group--winner .tbb-ranking-number span{font-size:1.15rem}
.tbb-ranking-group--winner .tbb-ranking-number strong{display:block;font-size:6rem}
.tbb-ranking-group--winner .tbb-ranking-cover{border-radius:15px;box-shadow:0 16px 34px rgba(0,0,0,.18)}
.tbb-ranking-group--winner .tbb-ranking-title-row h3{font-size:clamp(2.35rem,5vw,3.9rem)}
.tbb-ranking-group--winner .tbb-ranking-title-row h3 a{color:#fff}
.tbb-ranking-group--winner .tbb-ranking-title-row h3 a:hover,.tbb-ranking-group--winner .tbb-ranking-title-row h3 a:focus-visible{color:#f2c09c}
.tbb-ranking-group--winner .tbb-kicker,.tbb-ranking-group--winner .tbb-ranking-rating small{color:rgba(255,255,255,.68)}
.tbb-ranking-group--winner .tbb-ranking-commentary{max-width:760px;color:rgba(255,255,255,.94);font-size:1.08rem;line-height:1.76}
.tbb-ranking-group--winner .tbb-text-link{color:#f2c09c}
.tbb-ranking-group--winner .tbb-text-link:hover,.tbb-ranking-group--winner .tbb-text-link:focus-visible{color:#fff}
.tbb-ranking-conclusion{margin:52px 0;padding:28px;border:1px solid rgba(24,59,78,.13);border-left:5px solid var(--green);border-radius:18px;background:#fff}
.tbb-series-ranking-teasers{margin:48px 0}.tbb-series-ranking-teaser-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.tbb-series-ranking-teaser{display:flex;flex-direction:column;min-height:180px;padding:22px;border:1px solid rgba(24,59,78,.13);border-radius:18px;background:linear-gradient(135deg,#fff,#fffaf4);text-decoration:none;color:inherit}.tbb-series-ranking-teaser h3{margin:.25em 0 .4em;font-family:Georgia,serif;font-size:1.45rem;color:var(--navy)}.tbb-series-ranking-teaser p{margin:0;color:var(--muted)}.tbb-series-ranking-teaser .tbb-text-link{margin-top:auto;padding-top:18px}
@media(max-width:980px){.tbb-ranking-group--lower{grid-template-columns:1fr}.tbb-ranking-group--top .tbb-ranking-entry{grid-template-columns:82px 145px minmax(0,1fr)}.tbb-ranking-group--winner .tbb-ranking-entry{grid-template-columns:100px 220px minmax(0,1fr);gap:24px}.tbb-ranking-group--winner .tbb-ranking-number strong{font-size:5rem}}
@media(max-width:760px){.tbb-series-ranking{width:auto;margin-left:0;transform:none}.tbb-ranking-layout{gap:22px}.tbb-ranking-group--top .tbb-ranking-entry,.tbb-ranking-group--winner .tbb-ranking-entry{grid-template-columns:70px 130px minmax(0,1fr);gap:16px;padding:18px}.tbb-ranking-group--top .tbb-ranking-number strong{font-size:3rem}.tbb-ranking-group--top .tbb-ranking-title-row,.tbb-ranking-group--winner .tbb-ranking-title-row{display:block}.tbb-ranking-group--top .tbb-ranking-rating,.tbb-ranking-group--winner .tbb-ranking-rating{margin-top:8px;text-align:left}.tbb-ranking-group--winner .tbb-ranking-number strong{font-size:3.8rem}.tbb-ranking-group--winner .tbb-ranking-title-row h3{font-size:2rem}}
@media(max-width:520px){.tbb-ranking-group--lower .tbb-ranking-entry,.tbb-ranking-group--top .tbb-ranking-entry,.tbb-ranking-group--winner .tbb-ranking-entry{grid-template-columns:50px 92px minmax(0,1fr);gap:12px;padding:14px;border-radius:16px}.tbb-ranking-group--lower .tbb-ranking-number strong,.tbb-ranking-group--top .tbb-ranking-number strong{font-size:2.35rem}.tbb-ranking-group--winner .tbb-ranking-number strong{font-size:3rem}.tbb-ranking-group--lower .tbb-ranking-title-row h3,.tbb-ranking-group--top .tbb-ranking-title-row h3,.tbb-ranking-group--winner .tbb-ranking-title-row h3{font-size:1.35rem}.tbb-ranking-group--top .tbb-ranking-commentary,.tbb-ranking-group--winner .tbb-ranking-commentary{font-size:.94rem;line-height:1.62}.tbb-ranking-actions{gap:12px}}

/* Theme 0.14.6 — Pokémon-aware global search cards. */
.tbb-search-record small{display:block;margin-top:5px;color:var(--muted);font-size:.78rem;line-height:1.35;font-weight:500}
