.evaluation-index{--evaluation-rule:color-mix(in srgb, var(--border) 78%, transparent);--evaluation-rule-strong:color-mix(in srgb, var(--foreground) 26%, var(--border));--evaluation-row-hover:color-mix(in srgb, var(--muted) 72%, transparent);min-height:60vh;padding:2.75rem 1.25rem 1rem}.evaluation-index__shell{width:min(100%,72rem);margin-inline:auto}.evaluation-index__masthead{justify-content:space-between;align-items:baseline;gap:1rem;padding-bottom:.5rem;display:flex}.evaluation-index__masthead h1{letter-spacing:-.045em;margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:720;line-height:1}.evaluation-index__masthead>span,.evaluation-group__heading span,.evaluation-entry__cookie,.evaluation-entry__link-count,.evaluation-entry__link-index{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.evaluation-index__masthead>span{color:var(--muted-foreground);font-size:.75rem}.evaluation-index__groups{gap:3.5rem;padding-top:2.75rem;display:grid}.evaluation-group{grid-template-columns:minmax(7.5rem,10rem) minmax(0,1fr);align-items:start;column-gap:clamp(1.5rem,4vw,4.5rem);display:grid}.evaluation-group__heading{justify-content:space-between;align-items:baseline;gap:.75rem;padding-top:.9rem;display:flex}.evaluation-group__heading h2{letter-spacing:.01em;margin:0;font-size:.875rem;font-weight:700}.evaluation-group__heading span{color:var(--muted-foreground);font-size:.6875rem}.evaluation-group__list{border-top:1px solid var(--evaluation-rule-strong);margin:0;padding:0;list-style:none}.evaluation-group__list>li{border:0}.evaluation-group__list>li+li{margin-top:.2rem}.evaluation-entry__row{min-height:4.5rem;transition:background-color var(--motion-duration-fast) var(--motion-ease-standard);grid-template-columns:2.25rem minmax(12rem,1fr) minmax(9rem,auto) auto;align-items:center;gap:1rem;padding:.8rem .25rem;display:grid}.evaluation-entry__row:hover{background:var(--evaluation-row-hover)}.evaluation-entry__cookie{--thin-cookie-ink:var(--primary);letter-spacing:-.04em;justify-self:center;font-size:.625rem;font-weight:780}.evaluation-entry__row:hover .evaluation-entry__cookie{filter:drop-shadow(0 .12rem .1rem color-mix(in srgb, var(--warning) 24%, transparent)) drop-shadow(0 .28rem .3rem color-mix(in srgb, var(--foreground) 9%, transparent));transform:translateY(-.08rem)rotate(-1deg)}.evaluation-entry__identity{min-width:0}.evaluation-entry__identity h3{letter-spacing:-.015em;margin:0;font-size:1rem;font-weight:680;line-height:1.35}.evaluation-entry__identity h3 a{color:var(--foreground);align-items:flex-start;gap:.32rem;text-decoration:none;display:inline-flex}.evaluation-entry__identity h3 a:hover,.evaluation-entry__method:hover,.evaluation-entry__links a:hover{color:var(--primary)}.evaluation-entry__identity h3 svg{width:.8rem;height:.8rem;color:var(--muted-foreground);flex:none;margin-top:.18rem}.evaluation-entry__identity>span{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;margin-top:.22rem;font-size:.75rem;line-height:1.25;display:block;overflow:hidden}.evaluation-entry__facts{color:var(--muted-foreground);text-align:right;flex-wrap:wrap;justify-content:flex-end;gap:.45rem;font-size:.75rem;line-height:1.3;display:flex}.evaluation-entry__facts span[aria-hidden=true]{color:var(--evaluation-rule-strong)}.evaluation-entry__method{color:var(--muted-foreground);align-items:center;gap:.25rem;font-size:.75rem;font-weight:650;text-decoration:none;display:inline-flex}.evaluation-entry__method svg{width:.75rem;height:.75rem}.evaluation-entry__details{margin-left:3.25rem}.evaluation-entry__details summary{min-height:2.75rem;color:var(--muted-foreground);cursor:pointer;transition:color var(--motion-duration-fast) var(--motion-ease-standard);justify-content:space-between;align-items:center;gap:1rem;padding:.65rem .25rem;font-size:.75rem;font-weight:650;list-style:none;display:flex}.evaluation-entry__details summary::-webkit-details-marker{display:none}.evaluation-entry__details summary:hover{color:var(--primary)}.evaluation-entry__details summary>span{align-items:baseline;gap:.6rem;display:inline-flex}.evaluation-entry__details summary>svg{width:.9rem;height:.9rem;transition:transform var(--motion-duration-fast) var(--motion-ease-standard)}.evaluation-entry__details[open] summary>svg{transform:rotate(180deg)}.evaluation-entry__link-count{color:var(--muted-foreground);font-size:.625rem;font-weight:500}.evaluation-entry__links{grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:0 0 .75rem;list-style:none;display:grid}.evaluation-entry__links li:nth-child(odd){border:0}.evaluation-entry__links a{min-height:2.75rem;color:var(--foreground);grid-template-columns:1.75rem minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.65rem .75rem .65rem .25rem;font-size:.8125rem;line-height:1.3;text-decoration:none;display:grid}.evaluation-entry__links a:hover{background:var(--evaluation-row-hover)}.evaluation-entry__link-index{color:var(--muted-foreground);font-size:.625rem}.evaluation-entry__links svg{width:.75rem;height:.75rem;color:var(--muted-foreground)}.evaluation-index__empty{border-top:1px solid var(--evaluation-rule-strong);border-bottom:1px solid var(--evaluation-rule);color:var(--muted-foreground);margin:2.5rem 0 0;padding:1rem 0;font-size:.8125rem}.evaluation-index [data-slot=pagination-link]{box-shadow:none;border-radius:.125rem}@media (width<=48rem){.evaluation-index{padding-top:2rem}.evaluation-index__groups{gap:2.75rem;padding-top:2rem}.evaluation-group{grid-template-columns:1fr;row-gap:.75rem}.evaluation-group__heading{justify-content:flex-start;padding-top:0}.evaluation-entry__row{grid-template-columns:2rem minmax(0,1fr) auto;gap:.75rem;min-height:4.75rem;padding-block:.75rem}.evaluation-entry__cookie{grid-row:1/span 2}.evaluation-entry__identity{grid-column:2}.evaluation-entry__facts{text-align:left;grid-column:2/-1;justify-content:flex-start}.evaluation-entry__method{grid-area:1/3}.evaluation-entry__details{margin-left:2.75rem}.evaluation-entry__links{grid-template-columns:1fr}.evaluation-entry__links li:nth-child(odd){border-right:0}}
