body.page-tr{background:var(--color-white);color:var(--color-black)}body.page-tr:after{display:none}.ref-nav{display:flex;gap:.25rem;padding:.3rem;background:var(--color-gray-100);border-radius:var(--radius-pill);width:fit-content;margin-bottom:2.5rem}.ref-nav-link{font-family:var(--font-family-mono);font-size:.68rem;font-weight:var(--font-weight-medium);letter-spacing:.08em;text-transform:uppercase;text-decoration:none;color:var(--color-gray-400);padding:.5rem 1.15rem;border-radius:var(--radius-pill);transition:color .2s,background .2s}.ref-nav-link:hover{color:var(--color-gray-600)}.ref-nav-link--active{background:var(--color-white);color:var(--color-black);box-shadow:0 1px 3px #0000000f}.ref-nav-link--active:hover{color:var(--color-black)}.tr-wrap{padding-top:4rem;padding-bottom:6rem}.tr-header{padding-bottom:3rem;margin-bottom:3rem;border-bottom:1px solid var(--color-gray-200)}.tr-title{font-family:var(--font-family-heading);font-size:clamp(2.4rem,5vw,3.6rem);font-weight:var(--font-weight-regular);letter-spacing:-.03em;line-height:1.1;color:var(--color-black);margin-bottom:.75rem}.tr-subtitle{font-family:var(--font-family-mono);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-gray-400)}.tr-section{margin-bottom:4rem}.tr-section-label{font-family:var(--font-family-mono);font-size:.65rem;font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:var(--color-gray-400);padding-left:1.1rem;margin-bottom:2rem;display:flex;align-items:center;gap:.45rem}.tr-section-label:before{content:"";display:block;width:12px;height:12px;background:var(--color-cyan);mask:url(/assets/logos/genuine-star-only.svg) no-repeat center / contain;-webkit-mask:url(/assets/logos/genuine-star-only.svg) no-repeat center / contain;flex-shrink:0}.tr-type-tag{font-family:var(--font-family-mono);font-size:.6rem;letter-spacing:.06em;color:var(--color-gray-400);background:var(--color-gray-100);padding:.25rem .6rem;border-radius:var(--radius-sm)}.tr-tile-stage{border-radius:var(--radius-xl);padding:1.5rem}.tr-tile-stage--light{background:var(--color-gray-100)}.tr-tile-stage--dark{background:var(--color-blue-dark)}.tr-tile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.tile{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-xl);overflow:hidden;display:flex;flex-direction:column}.tile--row{flex-direction:row;align-items:center;gap:.75rem;padding:.9rem 1rem}.tile--center{justify-content:center;align-items:center;padding:1.5rem}.tile-img{height:100px;overflow:hidden}.tile-img img{width:100%;height:100%;object-fit:cover;display:block}.tile-body{padding:.75rem 1rem;display:flex;flex-direction:column;gap:.15rem}.tile--row .tile-body{padding:0;flex:1;min-width:0}.tile--center .tile-body{padding:0;align-items:center;text-align:center}.tile-title{font-family:var(--font-family);font-size:var(--text-sm);font-weight:var(--font-weight-semibold);color:var(--color-gray-800);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tile-meta{font-family:var(--font-family);font-size:var(--text-xs);color:var(--color-gray-400)}.tile-metric{font-family:var(--font-family-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:var(--font-weight-regular);letter-spacing:-.03em;color:var(--color-gray-800);line-height:1;margin-bottom:.25rem}.tile-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;flex-shrink:0}.tile-avatar img{width:100%;height:100%;object-fit:cover}.tile-icon{width:32px;height:32px;border-radius:var(--radius-md);background:var(--color-gray-100);color:var(--color-gray-500);display:flex;align-items:center;justify-content:center;flex-shrink:0}.tile-icon--accent{background:#62d7f41f;color:var(--color-cyan)}.tile-icon--success{background:#29cc421a;color:var(--color-success)}.tile-badge{font-family:var(--font-family-mono);font-size:.55rem;letter-spacing:.06em;text-transform:uppercase;color:var(--color-gray-400);background:var(--color-gray-100);padding:.2rem .45rem;border-radius:var(--radius-sm);flex-shrink:0}.tile-row{display:flex;align-items:center;gap:.5rem}.tile--dark{background:var(--color-gray-800);border-color:#ffffff12}.tile--dark .tile-title{color:var(--color-white)}.tile--dark .tile-meta{color:#fff6}.tile--dark .tile-metric{color:var(--color-white)}.tile--dark .tile-icon{background:#ffffff12;color:#ffffff80}.tile--dark .tile-icon--accent{background:#62d7f41a;color:var(--color-cyan)}.tile--dark .tile-icon--success{background:#29cc421a;color:var(--color-success)}.tile--dark .tile-badge{background:#ffffff12;color:#fff6}.tr-tile-screens{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.tr-tile-full{display:grid;grid-template-columns:1fr;gap:1.5rem}.tr-tile-full .tile-screen-symbol{height:18px;width:auto}.tr-tile-full .tile-screen-sidebar-brand{padding-left:.5rem;padding-top:.5rem}.tr-tile-full .tile-screen-sidebar--collapsed .tile-screen-nav-item{padding:.45rem}.tr-tile-full .tile-screen-nav{gap:.35rem}@media(max-width:700px){.tr-tile-grid{grid-template-columns:repeat(2,1fr)}.tr-tile-screens{grid-template-columns:1fr}}
