#meta-report .modal__dialog{width:min(760px,100%)}.report{display:flex;flex-direction:column;gap:var(--space-5)}#meta-report .modal__dialog{width:min(940px,100%)}.report__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-5);align-items:start}.report__col{display:flex;flex-direction:column;gap:var(--space-5);min-width:0}@media (max-width: 760px){#meta-report .modal__dialog{width:min(640px,100%)}.report__grid{grid-template-columns:1fr}}.report__head{display:flex;flex-wrap:wrap;align-items:baseline;gap:var(--space-2) var(--space-3)}.report__id{display:flex;align-items:center;gap:var(--space-1)}.report__name{font-size:var(--text-xl);font-weight:700}.report__rank{color:var(--text-muted);font-size:var(--text-sm)}.report__rating-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);flex-wrap:wrap}.report__rating{display:flex;align-items:baseline;gap:var(--space-2)}.report__rating-val{font-size:var(--text-3xl);font-weight:700;line-height:1}.report__rating-label{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.report__delta{font-size:var(--text-sm);font-weight:600;font-variant-numeric:tabular-nums}.report__delta--up{color:var(--success)}.report__delta--zero{color:var(--text-faint);font-weight:500}.report__comp-delta{font-size:var(--text-xs);font-weight:700;color:var(--success);font-variant-numeric:tabular-nums;white-space:nowrap}.rankprog{display:flex;flex-direction:column;gap:var(--space-2)}.rankprog__ends{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);font-size:var(--text-sm);font-weight:600}.rankprog__tier{display:inline-flex;align-items:center;gap:var(--space-2);min-width:0}.rankprog__tier--next{color:var(--text-muted)}.rankprog__icon{width:22px;height:22px;object-fit:contain;flex:none}.rankprog__track{height:10px;border-radius:var(--radius-full);background:color-mix(in srgb,var(--border-strong) 55%,transparent);overflow:hidden}.rankprog__fill{height:100%;border-radius:var(--radius-full);background:linear-gradient(90deg,color-mix(in srgb,var(--c, var(--accent)) 55%,transparent),var(--c, var(--accent)));transition:width var(--transition)}.rankprog__meta{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-3);flex-wrap:wrap;font-size:var(--text-sm)}.rankprog__gap{color:var(--text)}.rankprog__gap strong{color:var(--accent)}.rankprog__eta{color:var(--text-muted);font-size:var(--text-xs)}.rankprog--max{display:flex;align-items:center;gap:var(--space-3)}.rankprog__maxtext{font-weight:700;color:var(--accent)}.report__block-title{font-size:var(--text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:var(--space-3)}.report__block-sub{font-size:var(--text-xs);color:var(--text-faint);margin:calc(-1 * var(--space-2)) 0 var(--space-3)}.report__bars{display:flex;flex-direction:column;gap:var(--space-3)}.report__bar-row.is-zero{opacity:.45}.report__bar-head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-3);margin-bottom:4px}.report__bar-label{display:flex;align-items:baseline;gap:var(--space-2)}.report__bar-name{font-size:var(--text-sm);font-weight:600}.report__bar-cap{font-size:var(--text-xs);color:var(--text-faint);font-variant-numeric:tabular-nums}.report__bar-cap.is-max{color:var(--accent-contrast);background:var(--accent);border-radius:var(--radius-full);padding:1px var(--space-2);font-weight:700}.report__bar-val{display:flex;align-items:baseline;gap:var(--space-2);font-size:var(--text-sm)}.report__bar-pct{color:var(--text-muted);font-size:var(--text-xs);font-variant-numeric:tabular-nums;min-width:2.5em;text-align:right}.report__bar-track{height:8px;background:var(--bg-elev-2);border-radius:var(--radius-full);overflow:hidden}.report__bar-fill{height:100%;min-width:2px;border-radius:var(--radius-full);background:var(--c, var(--accent))}.report__comp>summary{display:block;list-style:none;cursor:pointer}.report__comp>summary::-webkit-details-marker{display:none}.report__comp>summary::marker{content:""}.report__bar-summary:hover .report__bar-name{color:var(--accent)}.report__chev{display:inline-block;font-size:var(--text-xs);color:var(--text-muted);transition:transform var(--transition)}.report__comp[open] .report__chev{transform:rotate(180deg)}.report__comp-items{display:flex;flex-direction:column;gap:2px;margin:var(--space-2) 0 var(--space-1);padding-left:var(--space-3);border-left:2px solid var(--border)}.report__comp-gain{display:flex;align-items:baseline;gap:var(--space-2);margin-bottom:var(--space-2);padding-bottom:var(--space-2);border-bottom:1px solid var(--border)}.report__comp-gain-val{font-weight:700;color:var(--success);font-variant-numeric:tabular-nums}.report__comp-gain-label{font-size:var(--text-xs);color:var(--text-muted)}.report__comp-itemshost{display:flex;flex-direction:column;gap:2px}.report__item{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-3);font-size:var(--text-sm);padding:2px 0}.report__item-label{display:flex;align-items:baseline;gap:var(--space-2);min-width:0}.report__item-label small{color:var(--text-faint);font-size:var(--text-xs);white-space:nowrap}.report__item-val{color:var(--text-muted);font-variant-numeric:tabular-nums}.report__item-vals{display:inline-flex;align-items:baseline;gap:var(--space-2);flex:none}.report__item-delta{color:var(--success);font-weight:700;font-size:var(--text-xs);font-variant-numeric:tabular-nums}.report__item-note{font-size:var(--text-xs);color:var(--text-faint);margin-top:var(--space-1)}.ach-badge{display:inline-block;margin-left:var(--space-2);padding:1px var(--space-2);font-size:.62em;font-weight:700;letter-spacing:.03em;text-transform:uppercase;vertical-align:middle;white-space:nowrap;border-radius:var(--radius-full);color:var(--c, var(--accent));background:color-mix(in srgb,var(--c, var(--accent)) 16%,transparent);border:1px solid color-mix(in srgb,var(--c, var(--accent)) 45%,transparent)}.report__badges{display:flex;flex-wrap:wrap;gap:var(--space-2)}.report__badge{display:inline-flex;align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-3);font-size:var(--text-xs);font-weight:600;border-radius:var(--radius-full);color:var(--c, var(--text));background:color-mix(in srgb,var(--c, var(--accent)) 14%,transparent);border:1px solid color-mix(in srgb,var(--c, var(--accent)) 40%,transparent)}.report-trend{display:flex;flex-direction:column;gap:var(--space-2)}.report-trend__summary{display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--space-2);font-size:var(--text-sm);color:var(--text-muted)}.report-trend__avg{color:var(--text-muted)}.report-trend__best{color:var(--text-faint)}.report-trend__svg{width:100%;height:auto;display:block}.report-trend__bar{fill:var(--accent)}.report-trend__bar--partial{fill:color-mix(in srgb,var(--accent) 45%,transparent)}.report-trend__axis{display:flex;justify-content:space-between;font-size:var(--text-xs);color:var(--text-faint)}.report__empty{color:var(--text-muted);font-size:var(--text-sm);padding:var(--space-3) 0}.report-join{display:flex;flex-direction:column;gap:var(--space-3)}.report-join__since{font-size:var(--text-xs);color:var(--text-faint);margin:0}.report-join__stats{display:flex;gap:var(--space-2)}.report-join__stat{flex:1;display:flex;flex-direction:column;gap:2px;padding:var(--space-2) var(--space-3);background:var(--surface-2, rgba(255, 255, 255, .03));border:1px solid var(--border, rgba(255, 255, 255, .08));border-radius:var(--radius-md, 8px)}.report-join__stat-val{font-size:var(--text-lg);font-weight:700;color:var(--text)}.report-join__stat-label{font-size:var(--text-xs);color:var(--text-muted)}.report-join__rows{display:flex;flex-direction:column;gap:var(--space-1)}.report-join__row{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm)}.report-join__dot{width:8px;height:8px;border-radius:50%;background:var(--c, var(--accent));flex:none}.report-join__row-label{color:var(--text-muted)}.report-join__row-val{margin-left:auto;color:var(--success, #22c55e);font-weight:600}.report-join__note{font-size:var(--text-xs);color:var(--text-faint);margin:0}
