/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.fixed{position:fixed}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.hidden{display:none}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}:root{--ink:#171717;--ink-soft:#252525;--orange:#ff9518;--orange-dark:#d86a0b;--cream:#f2eee5;--paper:#fbfaf6;--muted:#6f6b64;--line:#d8d2c8;--red:#d63d2e;--score-orange:#ef6c0f;--yellow:#e6b116;--score-lime:#91a948;--green:#178666}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,select:focus-visible{outline:3px solid var(--orange);outline-offset:3px}section[id]{scroll-margin-top:82px}.site-header{background:var(--ink);color:#fff;z-index:50;position:sticky;top:0}.header-main{grid-template-columns:1fr auto 1fr;align-items:center;min-height:82px;padding:0 4.5vw;display:grid}.brand{letter-spacing:-.04em;justify-self:start;font-size:1.2rem;font-weight:900}.brand span{color:var(--orange)}.site-header nav{gap:2.5rem;display:flex}.site-header nav a{color:#d4d0ca;letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:700}.site-header nav a:hover,.site-header nav a:focus-visible{color:var(--orange)}.download-link{border:1px solid #575757;border-radius:999px;justify-self:end;padding:.7rem 1rem;font-size:.75rem;font-weight:800}.download-link:hover,.download-link:focus-visible{background:var(--orange);border-color:var(--orange);color:var(--ink)}.header-precautions{background:var(--orange);color:var(--ink)}.header-precautions summary{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;min-height:48px;padding:.55rem 4.5vw;font-size:.7rem;line-height:1.35;list-style:none;display:flex}.header-precautions summary::-webkit-details-marker{display:none}.header-precautions summary>span{max-width:1150px}.precautions-more{text-underline-offset:.2rem;flex:none;font-size:.68rem;text-decoration:underline}.header-precautions[open] .precautions-more:after{content:" ×"}.header-precautions>div{border-top:1px solid #17171747;grid-template-columns:repeat(3,1fr);gap:1.3rem;padding:.8rem 4.5vw 1rem;display:grid}.header-precautions p{margin:0;font-size:.68rem;line-height:1.45}.hero{background:var(--ink);color:#fff;grid-template-columns:minmax(0,1.05fr) minmax(500px,.95fr);gap:5vw;min-height:690px;padding:5.6rem 6vw 6.2rem;display:grid;overflow:hidden}.hero-copy{align-self:center;max-width:900px}.eyebrow,.section-index{color:var(--orange);letter-spacing:.18em;text-transform:uppercase;margin:0 0 1.2rem;font-size:.75rem;font-weight:900}.hero-kickers{flex-wrap:wrap;align-items:center;gap:.75rem 1.1rem;margin-bottom:1.2rem;display:flex}.hero-kickers .eyebrow{margin:0}.independent-label{color:#ddd8d0;letter-spacing:.07em;text-transform:uppercase;border:1px solid #555;border-radius:999px;margin:0;padding:.48rem .7rem;font-size:.67rem;font-weight:800}.eyebrow{align-items:center;gap:.7rem;display:flex}.eyebrow:before{background:var(--orange);content:"";border-radius:999px;width:.7rem;height:.7rem}h1{letter-spacing:-.065em;text-transform:uppercase;max-width:1100px;margin:0;font-size:clamp(3.1rem,5.3vw,5.9rem);font-weight:900;line-height:.91}h1 span{color:var(--orange)}.hero-lede{color:#c8c4bd;max-width:700px;margin:2.2rem 0 0;font-size:clamp(1rem,1.4vw,1.3rem);line-height:1.5}.reference-label{color:var(--orange);letter-spacing:.04em;margin:1.25rem 0 0;font-size:.72rem;font-weight:800}.hero-actions{flex-wrap:wrap;gap:.8rem;margin-top:2.2rem;display:flex}.button{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:1rem 1.35rem;font-size:.78rem;font-weight:900}.button.primary{background:var(--orange);color:var(--ink)}.button.secondary{color:#fff;border:1px solid #535353}.hero-panel{align-self:center;min-width:0}.hero-panel-heading{border-bottom:1px solid #444;justify-content:space-between;align-items:baseline;margin-bottom:.8rem;padding-bottom:.7rem;display:flex}.hero-panel-heading strong{letter-spacing:.08em;text-transform:uppercase;font-size:.78rem}.hero-panel-heading span{color:var(--orange);text-transform:uppercase;font-size:.68rem;font-weight:800}.hero-candidates{grid-template-columns:repeat(5,minmax(0,1fr));gap:.65rem;display:grid}.hero-candidate{color:#fff;cursor:pointer;text-align:left;background:#232323;border:1px solid #3e3e3e;border-radius:.75rem;grid-template-columns:1fr auto;min-width:0;padding:0;transition:border-color .16s,transform .16s;display:grid;position:relative;overflow:hidden}.hero-candidate:hover{border-color:var(--orange);transform:translateY(-2px)}.hero-candidate img{filter:grayscale();object-fit:cover;object-position:center 18%;grid-column:1/-1;width:100%;height:112px}.hero-candidate-rank{background:var(--orange);color:var(--ink);border-radius:0 .35rem .35rem 0;padding:.28rem .38rem;font-size:.6rem;font-weight:900;position:absolute;top:0;left:0}.hero-candidate-name,.hero-candidate strong{align-self:end;padding:.55rem .5rem .6rem;display:block}.hero-candidate-name{text-overflow:ellipsis;font-size:.66rem;font-weight:800;line-height:1.2;overflow:hidden}.hero-candidate strong{color:var(--orange);letter-spacing:-.03em;padding-left:0;font-size:.78rem}.method-alert{background:var(--orange);grid-template-columns:auto 1fr;align-items:center;gap:2rem;padding:1.25rem 6vw;display:grid}.method-alert strong{letter-spacing:.06em;text-transform:uppercase;font-size:.8rem}.method-alert p{border-left:1px solid #17171766;margin:0;padding-left:2rem;font-size:.88rem}.ranking-section,.method-section,.candidates-section{padding:7rem 6vw}.section-heading{grid-template-columns:1fr minmax(280px,.55fr);align-items:end;gap:4rem;margin-bottom:3.5rem;display:grid}.section-heading h2,.method-grid h2{letter-spacing:-.055em;text-transform:uppercase;margin:0;font-size:clamp(2.8rem,5vw,5.2rem);font-weight:900;line-height:.94}.section-heading>p{color:var(--muted);margin:0;font-size:1rem;line-height:1.6}.axis-filter{flex-wrap:wrap;gap:.45rem;display:flex}.filter-heading{color:var(--ink);letter-spacing:.06em;text-transform:uppercase;margin:0 0 .8rem;font-size:.75rem;font-weight:900}.axis-filter button{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:0 0;border-radius:999px;min-width:3rem;padding:.65rem .85rem;font-size:.75rem;font-weight:900}.axis-filter button:first-child{padding-inline:1.2rem}.axis-filter button.active,.axis-filter button:hover{background:var(--ink);border-color:var(--ink);color:#fff}.axis-filter button.active{box-shadow:inset 0 -3px var(--orange)}.axis-caption{color:var(--orange-dark);letter-spacing:.05em;text-transform:uppercase;margin:1rem 0 2rem;font-size:.78rem;font-weight:900}.axis-select{display:none}.ranking-list{border-top:1px solid var(--line)}.ranking-row{border-bottom:1px solid var(--line);grid-template-columns:2.2rem 4.2rem minmax(180px,1fr) minmax(180px,2fr) 4.2rem;align-items:center;gap:1.2rem;padding:.8rem 0;display:grid}.ranking-row:hover{background:#fff}.row-rank{color:var(--muted);font-size:.8rem;font-weight:900}.ranking-row img{filter:grayscale();object-fit:cover;object-position:center 20%;border-radius:.45rem;width:3.6rem;height:3.6rem}.row-person strong,.row-person span{display:block}.row-person strong{font-size:1rem}.row-person span{color:var(--muted);margin-top:.25rem;font-size:.75rem}.bar-track{background:#e1ddd4;border-radius:999px;height:.7rem;overflow:hidden}.bar-track span{border-radius:inherit;min-width:.7rem;height:100%;transition:width .35s;display:block}.score-red{background:var(--red)}.score-orange{background:var(--score-orange)}.score-yellow{background:var(--yellow)}.score-lime{background:var(--score-lime)}.score-green{background:var(--green)}.row-score{text-align:right;font-size:1.15rem}.clivages-section{color:#fff;background:#111;padding:7rem 5vw}.clivage-layout{grid-template-columns:minmax(430px,.9fr) minmax(520px,1.1fr);align-items:start;gap:1.2rem;display:grid}.clivage-builder,.clivage-results{border:1px solid #393939;border-radius:1.2rem;overflow:hidden}.clivage-builder{background:#1d1d1d}.clivage-builder-heading,.clivage-results-heading{border-bottom:1px solid #393939;justify-content:space-between;align-items:center;gap:1rem;min-height:5.2rem;padding:1.1rem 1.3rem;display:flex}.clivage-builder-heading strong,.clivage-builder-heading span{display:block}.clivage-builder-heading strong{color:var(--orange);letter-spacing:.06em;text-transform:uppercase;font-size:.78rem}.clivage-builder-heading span{color:#98948d;margin-top:.3rem;font-size:.7rem}.clivage-builder-heading button{color:#c5c1ba;cursor:pointer;text-underline-offset:.25rem;background:0 0;border:0;padding:.4rem 0;font-size:.68rem;font-weight:800;text-decoration:underline}.clivage-builder-heading button:hover{color:#fff}.clivage-card{border-bottom:1px solid #393939;padding:1.15rem 1.3rem}.clivage-card:last-child{border-bottom:0}.clivage-card-title{grid-template-columns:2.1rem minmax(0,1fr);align-items:start;gap:.85rem;display:grid}.clivage-card-title>span{color:var(--orange);letter-spacing:.08em;padding-top:.2rem;font-size:.65rem;font-weight:900}.clivage-card h3{margin:0;font-size:.9rem}.clivage-card p{color:#9d9992;margin:.3rem 0 0;font-size:.72rem;line-height:1.4}.clivage-options{flex-wrap:wrap;gap:.4rem;margin:.9rem 0 .7rem 2.95rem;display:flex}.clivage-options button{color:#b8b4ad;cursor:pointer;text-align:left;background:#282828;border:1px solid #454545;border-radius:999px;padding:.55rem .72rem;font-size:.68rem;font-weight:800;line-height:1.25}.clivage-options button:hover{color:#fff;border-color:#777}.clivage-options button.active{background:var(--orange);border-color:var(--orange);color:var(--ink)}.clivage-options button:first-child.active{color:#fff;background:#4a4a4a;border-color:#5f5f5f}.red-line-toggle{color:#d8d4cd;cursor:pointer;align-items:center;gap:.45rem;margin-left:2.95rem;font-size:.68rem;font-weight:800;display:inline-flex}.red-line-toggle input{accent-color:var(--red);width:.9rem;height:.9rem;margin:0}.red-line-toggle.disabled{color:#686868;cursor:not-allowed}.clivage-results{background:var(--paper);color:var(--ink)}.clivage-results-heading{border-color:var(--line)}.clivage-results-heading>div>span{color:var(--orange-dark);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.25rem;font-size:.65rem;font-weight:900;display:block}.clivage-results-heading h3{letter-spacing:-.035em;margin:0;font-size:1.35rem}.clivage-results-heading>small{color:var(--muted);text-align:right;max-width:180px;font-size:.65rem}.clivage-empty{grid-template-columns:5rem 1fr;align-items:center;gap:1.2rem;min-height:24rem;padding:2rem;display:grid}.clivage-empty b{color:var(--orange);letter-spacing:-.08em;font-size:4.8rem;line-height:1}.clivage-empty p{color:var(--muted);max-width:360px;margin:0;font-size:1rem;line-height:1.55}.clivage-ranking{border-bottom:1px solid var(--line)}.clivage-result{border:0;border-bottom:1px solid var(--line);color:var(--ink);cursor:pointer;text-align:left;background:0 0;grid-template-columns:2rem 3.1rem minmax(150px,1fr) auto;gap:.75rem;width:100%;padding:.85rem 1rem;display:grid}.clivage-result:last-child{border-bottom:0}.clivage-result:hover,.clivage-result:focus-visible{background:#fff}.clivage-result.has-conflict{background:#d63d2e0e}.clivage-result-rank{color:var(--muted);align-self:center;font-size:.72rem;font-weight:900}.clivage-result>img{filter:grayscale();object-fit:cover;object-position:center 18%;border-radius:.4rem;align-self:center;width:2.8rem;height:2.8rem}.clivage-result-person{align-self:center;min-width:0}.clivage-result-person strong,.clivage-result-person small{display:block}.clivage-result-person strong{font-size:.82rem}.clivage-result-person small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:.18rem;font-size:.62rem;overflow:hidden}.clivage-result-summary{flex-direction:column;align-self:center;align-items:end;gap:.18rem;display:flex}.clivage-result-summary b{font-size:1.05rem}.clivage-result-summary em{background:var(--red);color:#fff;text-transform:uppercase;border-radius:999px;padding:.25rem .4rem;font-size:.56rem;font-style:normal;font-weight:900}.clivage-result-stances{flex-wrap:wrap;grid-column:3/-1;gap:.3rem;display:flex}.clivage-result-stances>span{border:1px solid;border-radius:999px;padding:.25rem .42rem;font-size:.56rem;font-weight:800}.clivage-result-stances small{font-size:inherit;margin-right:.25rem;font-weight:900}.stance-match{color:#0f7256;background:#1786661a;border-color:#17866659!important}.stance-nuanced{color:#8a6904;background:#e6b1161f;border-color:#b4860059!important}.stance-unknown{color:var(--muted);background:#6f6b6414;border-color:#6f6b644d!important}.stance-nuanced-opposed{color:#a94706;background:#ef6c0f1a;border-color:#ef6c0f59!important}.stance-opposed{color:#a2261c;background:#d63d2e17;border-color:#d63d2e59!important}.clivage-disclaimer{color:var(--muted);margin:0;padding:1rem 1.3rem;font-size:.65rem;line-height:1.45}.matrix-section{background:var(--ink);color:#fff;padding:7rem 4vw}.section-heading.light>p{color:#aaa69f}.matrix-frame{background:#242424;border:1px solid #3b3b3b;border-radius:1.2rem;padding:.8rem;overflow:hidden}.matrix-scroll{overflow-x:auto}.matrix-table{border-collapse:separate;border-spacing:.28rem;width:100%;min-width:1050px}.matrix-table th,.matrix-table td{padding:0}.matrix-table thead th{color:#aaa69f;text-align:center;vertical-align:bottom;width:6.7%;height:5.5rem;font-size:.62rem;font-weight:800;line-height:1.15}.matrix-table thead th:first-child{text-align:left;width:17%;min-width:190px}.matrix-table thead th:last-child{min-width:72px}.matrix-table thead th span,.matrix-table thead th small{display:block}.matrix-table thead th span{color:var(--orange);letter-spacing:.06em;margin-bottom:.28rem;font-size:.68rem}.matrix-table thead th small{font-size:.59rem;font-weight:700}.matrix-table tbody th{color:#fff;text-align:left;align-items:center;gap:.65rem;min-height:2.8rem;padding-right:.5rem;font-size:.72rem;line-height:1.15;display:flex}.matrix-table tbody th img{filter:grayscale();object-fit:cover;object-position:center 18%;border-radius:.35rem;width:2.5rem;height:2.5rem}.matrix-cell{color:#fff;cursor:pointer;border:0;border-radius:.38rem;justify-content:center;align-items:center;width:100%;height:2.5rem;padding:0;display:flex}.matrix-cell span{opacity:0;font-size:.72rem;font-weight:900;transition:opacity .12s,transform .12s;transform:scale(.8)}.matrix-cell:hover span,.matrix-cell:focus-visible span,.matrix-cell.active span{opacity:1;transform:scale(1)}.matrix-cell.score-yellow{color:var(--ink)}.matrix-total{color:#fff;text-align:center;font-size:.83rem;font-weight:900}.matrix-help{color:#aaa69f;margin:.8rem .3rem .2rem;font-size:.7rem;line-height:1.4}.candidates-section{background:var(--paper)}.candidate-tabs{grid-template-columns:repeat(5,minmax(0,1fr));gap:.55rem;margin-bottom:1.5rem;display:grid}.candidate-tabs button{color:var(--muted);cursor:pointer;text-align:left;background:#ece8df;border:1px solid #0000;border-radius:.8rem;align-items:center;gap:.65rem;min-width:0;padding:.55rem;font-size:.72rem;font-weight:800;display:flex}.candidate-tabs button:hover{border-color:var(--orange-dark);color:var(--ink)}.candidate-tabs button.active{background:var(--ink);color:#fff}.candidate-tabs img{filter:grayscale();object-fit:cover;object-position:center 20%;border-radius:.45rem;flex:none;width:2.7rem;height:2.7rem}.candidate-tabs span{text-overflow:ellipsis;overflow:hidden}.candidate-profile{border:1px solid var(--line);border-radius:1.3rem;overflow:hidden}.candidate-profile-header{background:var(--ink);color:#fff;justify-content:space-between;align-items:end;padding:2.2rem 2.4rem;display:flex}.candidate-profile-header p{color:var(--orange);letter-spacing:.1em;text-transform:uppercase;margin:0 0 .45rem;font-size:.72rem;font-weight:900}.candidate-profile-header h3{letter-spacing:-.05em;margin:0;font-size:clamp(2rem,4vw,4rem);line-height:1}.candidate-profile-header span{color:#aaa69f;margin-top:.8rem;font-size:.78rem;display:block}.candidate-profile-header b{color:var(--orange);letter-spacing:-.07em;font-size:clamp(3rem,7vw,6rem);line-height:.8}.evaluation-row{border-bottom:1px solid var(--line);grid-template-columns:3.5rem minmax(0,1fr) 4.7rem;align-items:start;gap:1.2rem;padding:1.15rem 1.4rem;display:grid}.evaluation-row:last-child{border-bottom:0}.evaluation-row:hover{background:#fff}.evaluation-index{color:var(--orange-dark);letter-spacing:.08em;padding-top:.18rem;font-size:.72rem;font-weight:900}.evaluation-row h4{margin:0;font-size:.9rem}.evaluation-row p{color:var(--muted);margin:.35rem 0 0;font-size:.83rem;line-height:1.5}.evaluation-row>strong{color:#fff;text-align:center;border-radius:999px;padding:.55rem .4rem;font-size:.78rem}.method-section{background:var(--cream)}.method-grid{grid-template-columns:1.15fr .85fr;gap:7vw;display:grid}.method-grid>div{padding-top:.7rem}.method-grid p{color:#504d48;margin:0 0 1.3rem;font-size:1.05rem;line-height:1.7}.text-link{border-bottom:2px solid var(--orange-dark);margin-top:1rem;padding-bottom:.3rem;font-size:.82rem;font-weight:900;display:inline-block}.axes-grid{border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));margin-top:6rem;display:grid}.axes-grid article{border-bottom:1px solid var(--line);grid-template-columns:3.5rem .75fr 1.25fr;gap:1.2rem;padding:1.4rem 1.2rem;display:grid}.axes-grid article:nth-child(odd){border-right:1px solid var(--line);padding-left:0}.axes-grid article:nth-child(2n){padding-right:0}.axes-grid span{color:var(--orange-dark);letter-spacing:.08em;font-size:.72rem;font-weight:900}.axes-grid h3{margin:0;font-size:.88rem}.axes-grid p{color:var(--muted);margin:0;font-size:.78rem;line-height:1.5}.precautions{background:var(--orange);grid-template-columns:.7fr 1.3fr;gap:5vw;margin:6rem -6vw -7rem;padding:4rem 6vw;display:grid}.precautions h3{letter-spacing:-.05em;text-transform:uppercase;margin:0;font-size:clamp(2rem,3.4vw,3.6rem);line-height:1}.precautions>div{columns:2;column-gap:2.5rem}.precautions p{break-inside:avoid;margin:0 0 1.2rem;font-size:.84rem;line-height:1.55}.sources-section{background:var(--ink);color:#fff;padding:7rem 6vw}.source-groups{grid-template-columns:.7fr 1.3fr;gap:1.2rem;display:grid}.source-groups article{border:1px solid #3d3d3d;border-radius:1rem;overflow:hidden}.source-groups h3{color:var(--orange);letter-spacing:.1em;text-transform:uppercase;margin:0;padding:1.2rem 1.3rem;font-size:.78rem}.source-groups a{color:#d3d0ca;border-top:1px solid #3d3d3d;justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 1.3rem;font-size:.78rem;display:flex}.source-groups a:hover,.source-groups a:focus-visible{color:#fff;background:#232323}.source-groups a b{color:var(--orange)}footer{background:var(--ink);color:#fff;justify-content:space-between;align-items:end;padding:4rem 6vw;display:flex}footer strong{font-size:.95rem}footer p{color:#94918b;margin:.6rem 0 0;font-size:.75rem}footer>a{color:var(--orange);font-size:.8rem;font-weight:900}@media (width<=1120px){.clivage-layout{grid-template-columns:1fr}}@media (width<=900px){.header-main{grid-template-columns:1fr auto}.site-header nav{display:none}.hero{grid-template-columns:1fr;padding-top:4.5rem}.hero-panel{width:100%}.section-heading,.method-grid{grid-template-columns:1fr;gap:2rem}.candidate-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.axes-grid{grid-template-columns:1fr}.axes-grid article:nth-child(odd){border-right:0;padding-left:1.2rem}.axes-grid article:nth-child(2n){padding-right:1.2rem}.source-groups{grid-template-columns:1fr}}@media (width<=640px){.header-main{min-height:70px;padding-inline:1rem}.header-precautions summary{align-items:start;min-height:0;padding:.7rem 1rem;font-size:.64rem}.header-precautions summary>span{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.header-precautions[open] summary>span{display:block}.header-precautions>div{grid-template-columns:1fr;gap:.65rem;padding:.7rem 1rem .9rem}.download-link{padding:.6rem .75rem;font-size:.65rem}.hero{min-height:0;padding:3.5rem 1.2rem 5rem}h1{font-size:clamp(2.9rem,14vw,4.1rem)}.hero-candidates{scroll-snap-type:x mandatory;margin-inline:-1.2rem;padding:0 1.2rem .7rem;display:flex;overflow-x:auto}.hero-candidate{scroll-snap-align:start;flex:0 0 120px}.hero-candidate img{height:126px}.method-alert{grid-template-columns:1fr;gap:.6rem;padding:1.2rem}.method-alert p{border-top:1px solid #17171759;border-left:0;padding:.8rem 0 0;line-height:1.45}.ranking-section,.clivages-section,.method-section,.matrix-section,.candidates-section,.sources-section{padding:5rem 1.2rem}.section-heading{margin-bottom:2.5rem}.section-heading h2,.method-grid h2{font-size:2.9rem}.filter-heading,.axis-filter{display:none}.axis-select{gap:.5rem;display:grid}.axis-select span{letter-spacing:.05em;text-transform:uppercase;font-size:.72rem;font-weight:900}.axis-select select{appearance:none;background:linear-gradient(45deg, transparent 50%, var(--ink) 50%) calc(100% - 18px) calc(50% - 3px) / 6px 6px no-repeat, linear-gradient(135deg, var(--ink) 50%, transparent 50%) calc(100% - 12px) calc(50% - 3px) / 6px 6px no-repeat, white;border:1px solid var(--line);color:var(--ink);font:inherit;border-radius:.7rem;padding:.9rem 2.5rem .9rem .9rem;font-size:.9rem;font-weight:800}.ranking-row{grid-template-columns:1.6rem 3rem minmax(0,1fr) 3.6rem;gap:.7rem}.ranking-row img{width:2.8rem;height:2.8rem}.bar-track{display:none}.row-person strong{font-size:.9rem}.row-person span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.clivage-layout{margin-inline:-.4rem}.clivage-builder,.clivage-results{border-radius:.8rem}.clivage-builder-heading,.clivage-results-heading{align-items:start;min-height:0;padding:1rem}.clivage-card{padding:1rem}.clivage-options{margin-left:0}.clivage-options button{text-align:center;flex:42%;justify-content:center}.red-line-toggle{margin-left:0}.clivage-result{grid-template-columns:1.5rem 2.7rem minmax(0,1fr) auto;gap:.55rem;padding:.8rem .7rem}.clivage-result>img{width:2.5rem;height:2.5rem}.clivage-result-stances{grid-column:2/-1}.clivage-result-stances>span{line-height:1.25}.clivage-empty{grid-template-columns:3.5rem 1fr;min-height:18rem;padding:1.4rem}.clivage-empty b{font-size:3.2rem}.matrix-frame{border-radius:.7rem;margin-inline:-.55rem;overflow-x:auto}.candidate-tabs{scroll-snap-type:x mandatory;margin-inline:-1.2rem;padding:0 1.2rem .5rem;display:flex;overflow-x:auto}.candidate-tabs button{scroll-snap-align:start;flex:0 0 145px}.candidate-profile{border-radius:.8rem}.candidate-profile-header{align-items:start;padding:1.5rem}.candidate-profile-header b{font-size:2.8rem}.evaluation-row{grid-template-columns:2.2rem minmax(0,1fr) 3.6rem;gap:.7rem;padding:1rem .8rem}.axes-grid{margin-top:4rem}.axes-grid article,.axes-grid article:nth-child(odd),.axes-grid article:nth-child(2n){grid-template-columns:2.2rem 1fr;gap:.7rem;padding:1.1rem 0}.axes-grid p{grid-column:2}.precautions{grid-template-columns:1fr;gap:2rem;margin:4rem -1.2rem -5rem;padding:3.5rem 1.2rem}.precautions>div{columns:1}footer{flex-direction:column;align-items:start;gap:2rem;padding:3rem 1.2rem}}.viral-hero{min-height:560px;padding-block:4rem}.viral-hero h1{font-size:clamp(2.65rem,4.2vw,4.6rem);line-height:.98}.viral-hero-lede{margin-top:1.5rem}.viral-section-heading{align-items:start;margin-bottom:1.8rem}.viral-section-heading h2{letter-spacing:-.04em;text-transform:none;font-size:clamp(1.85rem,2.7vw,2.9rem);line-height:1.05}.viral-lines-workbench{grid-template-columns:minmax(0,.8fr) minmax(520px,1.2fr)}.viral-question-card h3{font-size:clamp(1.45rem,2vw,2rem)}.viral-result-ranking{gap:.38rem}.viral-result-ranking img{width:2.8rem;height:2.8rem}.result-stance-tags{flex-wrap:wrap;gap:.22rem;margin-top:.3rem;display:flex}.result-stance-tags>span{color:#bcb7af;background:#34312e;border-radius:999px;padding:.18rem .34rem;font-size:.46rem;line-height:1.2}.result-stance-tags>.stance-aligned,.result-stance-tags>.stance-nuanced-aligned{color:#b7d4b0}.result-stance-tags>.stance-opposed,.result-stance-tags>.stance-nuanced-opposed{color:#ffaaa0}.icon-share-button,.viral-result-actions .icon-share-button,.viral-share-chip.icon-share-button{color:currentColor;background:0 0;border:1px solid;border-radius:50%;grid-column:auto;justify-content:center;justify-self:end;align-items:center;width:2.35rem;height:2.35rem;min-height:0;margin:0;padding:0;display:inline-flex}.viral-share-chip.icon-share-button{color:#aaa69f;grid-column:2}.icon-share-button:disabled{opacity:.28}.duel-axis-list{gap:.3rem}.duel-axis-list>span{padding:.38rem .5rem}.duel-axis-list>span.major-gap{border-left:3px solid var(--duel-accent);background:#31302f}.cross-card-preview,.duel-card-preview{min-height:0}.studio-share{border:1px solid var(--line);background:0 0;border-radius:.55rem;justify-content:flex-end;gap:.5rem;width:auto;min-height:2.35rem;margin-left:auto}@media (width<=900px){.viral-lines-workbench{grid-template-columns:1fr}}@media (width<=640px){.viral-hero h1{font-size:clamp(2.35rem,11vw,3.4rem)}.viral-section-heading h2{font-size:clamp(1.75rem,8vw,2.4rem)}.viral-result-ranking article{grid-template-columns:auto 2.7rem minmax(0,1fr) auto}.result-stance-tags{grid-column:1/-1}}.viral-hero{color:#fff;background:radial-gradient(circle at 78% 20%,#ff951826,#0000 32%),linear-gradient(135deg,#171717 0% 64%,#1f1d1a 100%);grid-template-columns:minmax(0,1.08fr) minmax(460px,.92fr);align-items:center;gap:clamp(2.5rem,5vw,6rem);min-height:620px;padding:4.5rem 5vw 5rem;display:grid;position:relative;overflow:hidden}.viral-hero:after{content:"";border:1px solid #ffffff0f;border-radius:50%;width:42rem;height:42rem;position:absolute;top:-22rem;right:-18rem}.viral-hero-copy,.viral-leader-stage{z-index:1;position:relative}.viral-hero h1{max-width:980px;font-size:clamp(3.35rem,5.9vw,6.8rem);line-height:.88}.viral-hero-lede{color:#d0cbc3;max-width:740px;margin:1.8rem 0 0;font-size:clamp(1rem,1.35vw,1.25rem);line-height:1.55}.viral-hero-actions{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.viral-hero .button.secondary{border-color:#5a5650}.viral-proof{border-top:1px solid #3b3935;gap:2rem;max-width:720px;margin-top:2.2rem;padding-top:1.1rem;display:flex}.viral-proof span{color:#aaa69f;letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:800}.viral-proof b{color:var(--orange);margin-right:.3rem;font-size:1.2rem}.viral-leader-stage{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.viral-leader{background:#242424;border:1px solid #3c3c3c;border-radius:1.1rem;grid-template-rows:auto auto auto 1fr;min-width:0;padding:.8rem;display:grid;position:relative;overflow:hidden}.viral-leader:before{background:var(--leader-accent);content:"";height:5px;position:absolute;top:0;left:0;right:0}.viral-leader.leader-1{--leader-accent:#9b2cff;transform:translateY(-1rem)}.viral-leader.leader-2{--leader-accent:var(--orange);transform:translateY(1rem)}.leader-number{color:#5e5b56;letter-spacing:.13em;padding:.2rem 0 .65rem;font-size:.68rem;font-weight:900}.viral-leader>img{aspect-ratio:1;filter:grayscale();object-fit:cover;object-position:center 16%;border-radius:.75rem;width:100%}.viral-leader>div{padding:.85rem .15rem .7rem}.viral-leader>div strong,.viral-leader>div small{display:block}.viral-leader>div strong{letter-spacing:-.03em;font-size:clamp(.95rem,1.3vw,1.25rem);line-height:1}.viral-leader>div small{color:#aaa69f;margin-top:.3rem;font-size:.62rem}.viral-leader ul{gap:.35rem;margin:auto 0 0;padding:0;list-style:none;display:grid}.viral-leader li{background:#303030;border-radius:.45rem;justify-content:space-between;align-items:center;padding:.55rem .6rem;font-size:.65rem;display:flex}.viral-leader li span{color:#bdb8b0;font-weight:800}.viral-leader li b{color:var(--leader-accent);font-size:.76rem}.viral-share-chip{background:var(--orange);color:var(--ink);cursor:pointer;text-transform:uppercase;border:0;border-radius:999px;grid-column:1/-1;justify-content:center;justify-self:center;align-items:center;gap:.7rem;margin-top:.8rem;padding:.8rem 1.15rem;font-size:.68rem;font-weight:900;display:flex}.viral-section-heading{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:end;gap:2rem;max-width:1500px;margin:0 auto 2.7rem;display:grid}.viral-section-heading h2{letter-spacing:-.055em;text-transform:uppercase;max-width:1000px;margin:0;font-size:clamp(2.3rem,4.6vw,5rem);line-height:.93}.viral-section-heading>p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.6}.viral-section-heading.light h2{color:#fff}.viral-section-heading.light>p{color:#aaa69f}.viral-lines{color:#fff;background:#211c19;padding:5.5rem 5vw 6rem}.viral-lines-workbench{grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);gap:1rem;max-width:1500px;margin:0 auto;display:grid}.viral-question-panel,.viral-result-panel{background:#171717;border:1px solid #393531;border-radius:1rem;min-width:0;padding:1rem}.viral-topic-tabs{grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem;margin-bottom:.9rem;display:grid}.viral-topic-tabs button{color:#aaa69f;cursor:pointer;text-align:left;background:#262422;border:1px solid #0000;border-radius:.55rem;align-items:center;gap:.45rem;min-height:2.8rem;padding:.45rem .55rem;font-size:.62rem;font-weight:800;display:flex}.viral-topic-tabs button span{color:#69655f;font-size:.52rem}.viral-topic-tabs button.active{background:var(--orange);color:var(--ink)}.viral-topic-tabs button.active span{color:#1717178c}.viral-topic-tabs button.answered:not(.active){color:#f1c48d;border-color:#6d4c27}.viral-question-card{background:#24211f;border-radius:.8rem;min-height:360px;padding:1.3rem}.viral-question-progress{justify-content:space-between;align-items:center;display:flex}.viral-question-progress span,.viral-question-progress b{color:#8e8981;letter-spacing:.08em;text-transform:uppercase;font-size:.58rem;font-weight:900}.viral-question-progress b{color:var(--orange)}.viral-question-card h3{letter-spacing:-.045em;margin:1.1rem 0 .55rem;font-size:clamp(1.9rem,3vw,3.2rem);line-height:1}.viral-question-card>p{color:#bbb5ad;margin:0;font-size:.82rem;line-height:1.45}.viral-answer-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin-top:1.2rem;display:grid}.viral-answer-options button{color:#fff;cursor:pointer;background:#33302d;border:1px solid #48433e;border-radius:.6rem;min-height:3.2rem;padding:.65rem;font-size:.72rem;font-weight:850;line-height:1.25}.viral-answer-options button.active{background:var(--orange);border-color:var(--orange);color:var(--ink)}.viral-redline-row{border-top:1px solid #3b3733;border-bottom:1px solid #3b3733;justify-content:space-between;align-items:center;min-height:3.1rem;margin-top:1rem;padding:.5rem 0;display:flex}.viral-redline-row label{color:#ffb3aa;cursor:pointer;align-items:center;gap:.55rem;font-size:.68rem;font-weight:900;display:flex}.viral-redline-row label.disabled{color:#6e6962;cursor:not-allowed}.viral-redline-row input{accent-color:var(--red)}.viral-redline-row button,.viral-question-nav button,.result-reset,.viral-result-actions button{color:#aaa69f;cursor:pointer;background:0 0;border:0;padding:.35rem;font-size:.62rem;font-weight:850}.viral-question-nav{justify-content:space-between;padding-top:.7rem;display:flex}.viral-question-nav button:disabled{cursor:not-allowed;opacity:.25}.viral-result-panel{flex-direction:column;display:flex}.viral-result-panel>header{justify-content:space-between;align-items:start;padding:.35rem .25rem 1rem;display:flex}.viral-result-panel>header span{color:var(--orange);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.4rem;font-size:.58rem;font-weight:900;display:block}.viral-result-panel>header h3{letter-spacing:-.04em;margin:0;font-size:clamp(1.35rem,2.2vw,2.1rem)}.viral-result-empty{background:#24211f;border-radius:.75rem;flex:1;grid-template-columns:auto 1fr;align-items:center;gap:1rem;min-height:310px;padding:2rem;display:grid}.viral-result-empty b{color:var(--orange);font-size:5rem}.viral-result-empty p{color:#aaa69f;margin:0;line-height:1.55}.viral-result-ranking{gap:.55rem;display:grid}.viral-result-ranking article{background:#242424;border:1px solid #363636;border-radius:.7rem;grid-template-columns:auto 3.5rem minmax(0,1fr) auto;align-items:center;gap:.75rem;min-height:4.4rem;padding:.45rem .7rem;display:grid}.viral-result-ranking article:first-child{background:#2c2925;border-color:#6b4a28}.viral-result-ranking article.has-conflict{border-left:4px solid var(--red)}.result-rank{color:#716d67;font-size:.62rem;font-weight:900}.viral-result-ranking img{filter:grayscale();object-fit:cover;object-position:center 15%;border-radius:.5rem;width:3.5rem;height:3.5rem}.result-person,.result-person strong,.result-person small{min-width:0;display:block}.result-person strong{font-size:.8rem}.result-person small{color:#8d8982;margin-top:.2rem;font-size:.56rem}.result-score{text-align:right}.result-score b,.result-score small{display:block}.result-score b{color:var(--orange);font-size:1.25rem}.result-score small{color:#ff9a8e;margin-top:.2rem;font-size:.52rem;font-style:normal}.viral-result-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin-top:auto;padding-top:.8rem;display:grid}.viral-result-actions button{color:#fff;border:1px solid #47423d;border-radius:999px;min-height:2.6rem}.viral-result-actions button:last-child{background:var(--orange);border-color:var(--orange);color:var(--ink)}.viral-result-actions button:disabled{color:#77736d;cursor:not-allowed;background:#292725;border-color:#393531}.viral-stories,.viral-studio{background:var(--paper);padding:6.5rem 5vw}.viral-story-grid,.podium-gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;max-width:1500px;margin:0 auto;display:grid}.story-card{aspect-ratio:4/5;color:#fff;background:#171717;border-radius:1rem;flex-direction:column;min-height:0;padding:clamp(1.1rem,1.8vw,1.7rem);display:flex;position:relative;overflow:hidden}.story-card:before{background:var(--story-accent,var(--orange));content:"";height:6px;position:absolute;top:0;left:0;right:0}.story-kicker{color:var(--story-accent,var(--orange));letter-spacing:.1em;text-transform:uppercase;font-size:.58rem;font-weight:900}.story-card h3{letter-spacing:-.045em;margin:.8rem 0 1rem;font-size:clamp(1.45rem,2vw,2.25rem);line-height:.98}.story-card>img{filter:grayscale();object-fit:cover;object-position:center 16%;border-radius:.65rem;width:100%;height:38%;margin-top:auto}.story-card>button,.podium-card>button{color:inherit;cursor:pointer;text-align:left;text-transform:uppercase;background:0 0;border:0;border-top:1px solid #ffffff38;justify-content:space-between;align-items:center;margin-top:.8rem;padding:.75rem 0 0;font-size:.58rem;font-weight:900;display:flex}.story-duo{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin-top:auto;display:grid}.story-duo>span{min-width:0}.story-duo img{aspect-ratio:1;filter:grayscale();object-fit:cover;object-position:center 16%;border-radius:.55rem;width:100%}.story-duo b,.story-duo small{display:block}.story-duo b{margin-top:.45rem;font-size:.72rem}.story-duo small{color:#aaa69f;margin-top:.1rem;font-size:.54rem}.story-spread{--story-accent:#d63d2e}.story-ruffin{--story-accent:#91a948}.story-roussel{--story-accent:#1d405f}.story-numbers,.story-rise{grid-template-columns:1fr auto 1fr;align-items:center;gap:.5rem;margin-top:.7rem;display:grid}.story-numbers span,.story-rise span,.story-ranks span{text-align:center;background:#292929;border-radius:.55rem;padding:.5rem}.story-numbers small,.story-numbers b,.story-rise small,.story-rise b,.story-ranks small,.story-ranks b{display:block}.story-numbers small,.story-rise small,.story-ranks small{color:#aaa69f;text-transform:uppercase;font-size:.48rem;font-weight:800}.story-numbers b,.story-rise b{color:var(--story-accent);margin-top:.1rem;font-size:1.5rem}.story-numbers em,.story-rise em{color:var(--story-accent);font-size:1.2rem;font-style:normal}.story-ranks{grid-template-columns:repeat(4,minmax(0,1fr));gap:.35rem;margin-top:.7rem;display:grid}.story-ranks span{padding-inline:.2rem}.story-ranks b{color:var(--story-accent);margin-top:.2rem;font-size:1.05rem}.viral-podiums,.viral-explorer{color:#fff;background:#171717;padding:6.5rem 5vw}.podium-card{--podium-bg:#f7f7f7;--podium-fg:#171717;--podium-accent:#9b2cff;aspect-ratio:4/5;background:var(--podium-bg);color:var(--podium-fg);border-radius:1rem;flex-direction:column;min-height:0;padding:clamp(1rem,1.6vw,1.5rem);display:flex;position:relative;overflow:hidden}.podium-card:before{background:var(--podium-accent);content:"";height:6px;position:absolute;top:0;left:0;right:0}.podium-volt{--podium-bg:#502379;--podium-fg:#fff;--podium-accent:#caa8e3}.podium-equinoxe{--podium-bg:#ffd412;--podium-fg:#171717;--podium-accent:#171717}.podium-lfh{--podium-bg:#1d405f;--podium-fg:#fff;--podium-accent:#b9ccdd}.podium-card header span,.podium-card header strong{display:block}.podium-card header span{letter-spacing:.12em;opacity:.62;text-transform:uppercase;font-size:.48rem;font-weight:900}.podium-card header strong{text-transform:uppercase;margin-top:.2rem;font-size:.88rem}.podium-winner{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;min-height:0;margin-top:1rem;display:grid}.podium-winner>span{color:var(--podium-accent);align-self:start;padding-right:.45rem;font-size:.62rem;font-weight:900}.podium-winner img{aspect-ratio:1;filter:grayscale();object-fit:cover;object-position:center 16%;border-radius:.6rem;grid-column:2/4;width:100%}.podium-winner strong{grid-column:2;margin-top:.55rem;font-size:clamp(.8rem,1.2vw,1.1rem);line-height:1}.podium-winner>b{color:var(--podium-accent);text-align:right;grid-column:3;margin-top:.55rem;font-size:clamp(1.4rem,2.3vw,2.4rem);line-height:1}.podium-winner>b small{font-size:.46em}.podium-followers{grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem;margin-top:.7rem;display:grid}.podium-followers>span{background:#00000014;border-radius:.5rem;grid-template-columns:auto 2.2rem minmax(0,1fr);align-items:center;gap:.28rem .4rem;padding:.4rem;display:grid}.podium-volt .podium-followers>span,.podium-lfh .podium-followers>span{background:#ffffff1a}.podium-followers em{opacity:.65;font-size:.5rem;font-style:normal;font-weight:900}.podium-followers img{filter:grayscale();object-fit:cover;object-position:center 16%;border-radius:.35rem;width:2.2rem;height:2.2rem}.podium-followers strong{text-overflow:ellipsis;white-space:nowrap;font-size:.58rem;line-height:1;overflow:hidden}.podium-followers b{color:var(--podium-accent);grid-column:3;font-size:.82rem}.podium-card>button{opacity:.8;border-color:currentColor;margin-top:auto}.studio-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-width:1500px;margin:0 auto;display:grid}.studio-module{border:1px solid var(--line);background:#fff;border-radius:1rem;padding:1.2rem;overflow:hidden}.studio-module>header{border-bottom:1px solid var(--line);padding:.2rem .2rem 1rem}.studio-module>header>span{color:var(--orange-dark);letter-spacing:.1em;text-transform:uppercase;font-size:.55rem;font-weight:900}.studio-module h3{letter-spacing:-.04em;margin:.35rem 0 .9rem;font-size:1.65rem}.studio-module label{color:var(--muted);text-transform:uppercase;gap:.35rem;font-size:.58rem;font-weight:900;display:grid}.studio-module select{appearance:none;border:1px solid var(--line);color:var(--ink);font:inherit;text-transform:none;background:#f0ece4;border-radius:.5rem;min-height:2.5rem;padding:.6rem .7rem;font-size:.68rem}.duel-controls{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;display:grid}.cross-card-preview,.duel-card-preview{color:#fff;background:#171717;border-radius:.75rem;min-height:420px;margin-top:1rem;padding:1rem}.cross-card-person{grid-template-columns:8rem minmax(0,1fr);align-items:center;gap:1rem;display:grid}.cross-card-person img{aspect-ratio:1;filter:grayscale();object-fit:cover;object-position:center 16%;border-radius:.65rem;width:100%}.cross-card-person small,.cross-card-person strong,.cross-card-person b{display:block}.cross-card-person small{color:var(--orange);letter-spacing:.07em;text-transform:uppercase;font-size:.55rem;font-weight:900}.cross-card-person strong{letter-spacing:-.045em;margin-top:.45rem;font-size:clamp(1.45rem,2.5vw,2.4rem);line-height:.95}.cross-card-person b{color:#aaa69f;margin-top:.6rem;font-size:.72rem}.cross-score-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-top:1rem;display:grid}.cross-score{--cross-bg:#f7f7f7;--cross-fg:#171717;background:var(--cross-bg);color:var(--cross-fg);border-radius:.55rem;grid-template-columns:1fr auto;gap:.15rem;padding:.7rem;display:grid}.cross-score small{text-transform:uppercase;font-size:.55rem;font-weight:900}.cross-score b{grid-row:1/3;font-size:1.55rem}.cross-score em{opacity:.65;font-size:.52rem;font-style:normal}.cross-volt{--cross-bg:#502379;--cross-fg:white}.cross-equinoxe{--cross-bg:#ffd412}.cross-lfh{--cross-bg:#1d405f;--cross-fg:white}.duel-card-preview{--duel-accent:#9b2cff}.duel-volt{--duel-accent:#caa8e3}.duel-equinoxe{--duel-accent:#ffd412}.duel-lfh{--duel-accent:#b9ccdd}.duel-headline{text-align:center;grid-template-columns:1fr auto 1fr;align-items:center;gap:.6rem;display:grid}.duel-headline>span{min-width:0}.duel-headline img{aspect-ratio:1;filter:grayscale();object-fit:cover;object-position:center 16%;border-radius:50%;width:min(100%,8.5rem)}.duel-headline strong,.duel-headline b,.duel-headline em small{display:block}.duel-headline strong{text-overflow:ellipsis;white-space:nowrap;margin-top:.45rem;font-size:.7rem;overflow:hidden}.duel-headline b{color:var(--duel-accent);margin-top:.15rem;font-size:2.3rem}.duel-headline em{color:var(--duel-accent);font-size:clamp(2rem,4vw,3.8rem);font-style:normal;font-weight:900}.duel-headline em small{color:#8e8981;letter-spacing:.07em;text-transform:uppercase;font-size:.5rem}.duel-axis-list{gap:.45rem;margin-top:1rem;display:grid}.duel-axis-list>span{background:#292929;border-radius:.5rem;grid-template-columns:minmax(0,1fr) 2rem auto 2rem;align-items:center;gap:.45rem;padding:.55rem;display:grid}.duel-axis-list strong{font-size:.62rem}.duel-axis-list b{color:#fff;text-align:center;border-radius:.35rem;padding:.35rem;font-size:.7rem}.duel-axis-list b.score-yellow{color:var(--ink)}.duel-axis-list em{color:#77736d;font-size:.52rem;font-style:normal}.studio-share{background:var(--orange);color:var(--ink);cursor:pointer;border:0;border-radius:999px;justify-content:space-between;align-items:center;width:100%;min-height:2.8rem;margin-top:1rem;padding:.65rem 1rem;font-size:.65rem;font-weight:900;display:flex}.explorer-reference-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem;max-width:1500px;margin:0 auto;display:grid}.explorer-reference{--explorer-accent:#9b2cff;border:1px solid #393939;border-top:5px solid var(--explorer-accent);background:#242424;border-radius:0 0 .8rem .8rem;flex-direction:column;min-height:245px;padding:1.1rem;display:flex}.explorer-volt{--explorer-accent:#caa8e3}.explorer-equinoxe{--explorer-accent:#ffd412}.explorer-lfh{--explorer-accent:#b9ccdd}.explorer-reference>span{color:var(--explorer-accent);letter-spacing:.09em;text-transform:uppercase;font-size:.56rem;font-weight:900}.explorer-reference h3{letter-spacing:-.03em;margin:.7rem 0 .55rem;font-size:1.15rem;line-height:1.05}.explorer-reference p{color:#aaa69f;margin:0 0 1rem;font-size:.68rem;line-height:1.45}.explorer-reference button{color:#fff;cursor:pointer;background:0 0;border:0;border-top:1px solid #3f3f3f;justify-content:space-between;align-items:center;margin-top:auto;padding:.8rem 0 0;font-size:.62rem;font-weight:900;display:flex}.viral-data-details{background:#222;border:1px solid #393939;border-radius:.8rem;max-width:1500px;margin:1rem auto 0;overflow:hidden}.viral-data-details>summary{cursor:pointer;justify-content:space-between;align-items:center;padding:1.2rem;list-style:none;display:flex}.viral-data-details>summary::-webkit-details-marker{display:none}.viral-data-details>summary b,.viral-data-details>summary small{display:block}.viral-data-details>summary b{font-size:.78rem}.viral-data-details>summary small{color:#8f8b84;margin-top:.2rem;font-size:.58rem}.viral-data-details>summary em{color:var(--orange);font-size:.65rem;font-style:normal;font-weight:900}.explorer-visual-grid{border-top:1px solid #393939;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;padding:1rem;display:grid}.explorer-visual-grid .summary-visual>a{border-color:#444;border-radius:.6rem}.explorer-visual-grid .summary-visual figcaption{color:#8d8982;font-size:.55rem}.viral-matrix-table{border-top:1px solid #393939;padding:1rem}.viral-matrix-table table{border-collapse:collapse;width:100%;min-width:760px}.viral-matrix-table th,.viral-matrix-table td{text-align:center;border-bottom:1px solid #393939;padding:.7rem;font-size:.67rem}.viral-matrix-table th:first-child{text-align:left}.viral-matrix-table td button{color:var(--orange);cursor:pointer;background:0 0;border:0;font-weight:900}@media (width<=1180px){.viral-hero{grid-template-columns:minmax(0,1fr) minmax(390px,.8fr)}.viral-story-grid,.podium-gallery,.explorer-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.story-card,.podium-card{aspect-ratio:auto;min-height:540px}}@media (width<=900px){.viral-hero,.viral-lines-workbench,.studio-grid{grid-template-columns:1fr}.viral-hero{min-height:0}.viral-leader-stage{max-width:620px}.viral-lines-workbench{max-width:720px}.viral-section-heading{grid-template-columns:1fr;align-items:start}.viral-question-panel,.viral-result-panel{min-width:0}.studio-grid{max-width:720px}}@media (width<=640px){.viral-hero,.viral-lines,.viral-stories,.viral-podiums,.viral-studio,.viral-explorer{padding:4rem 1.1rem}.viral-hero{padding-top:3.2rem}.viral-hero h1{font-size:clamp(2.9rem,14vw,4.6rem)}.viral-proof{justify-content:space-between;gap:.8rem}.viral-proof span{font-size:.55rem}.viral-proof b{display:block}.viral-leader-stage{gap:.55rem}.viral-leader{padding:.55rem}.viral-leader.leader-1,.viral-leader.leader-2{transform:none}.viral-leader>div strong{font-size:.82rem}.viral-leader>div small{font-size:.5rem}.viral-section-heading{gap:1rem;margin-bottom:1.8rem}.viral-section-heading h2{font-size:clamp(2.2rem,11vw,3.6rem)}.viral-topic-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.viral-answer-options,.viral-result-actions,.cross-score-grid{grid-template-columns:1fr}.viral-result-ranking article{grid-template-columns:auto 3.2rem minmax(0,1fr) auto}.viral-story-grid,.podium-gallery,.explorer-reference-grid,.explorer-visual-grid{grid-template-columns:1fr}.story-card,.podium-card{aspect-ratio:4/5;min-height:0}.duel-controls{grid-template-columns:1fr}.cross-card-person{grid-template-columns:6.2rem minmax(0,1fr)}.cross-card-preview,.duel-card-preview{min-height:0}.duel-headline img{max-width:5.4rem}.duel-headline strong{font-size:.56rem}.viral-data-details>summary small{display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}:root{--pirate-accent:#111;--pirate-violet:#9b2cff;--pirate-violet-on-dark:#c36bff;--equinoxe-accent:#ffd412;--equinoxe-accent-dark:#806900;--volt-accent:#502379;--volt-accent-on-dark:#a77bc7}main[data-view=summary]{--orange:#ff9518;--orange-dark:#c86508}main[data-view=pirate]{--orange:#fff;--orange-dark:var(--pirate-accent)}main[data-view=pirate] .brand span,main[data-view=pirate] .eyebrow,main[data-view=pirate] h1 span,main[data-view=pirate] .reference-label,main[data-view=pirate] .hero-panel-heading span,main[data-view=pirate] .hero-candidate strong,main[data-view=pirate] .candidate-profile-header p,main[data-view=pirate] .candidate-profile-header b,main[data-view=pirate] .matrix-table thead th span,main[data-view=pirate] .source-groups h3,main[data-view=pirate] .source-groups a b,main[data-view=pirate] footer>a{color:var(--pirate-violet-on-dark)}main[data-view=pirate] .eyebrow:before,main[data-view=pirate] .hero-candidate-rank{background:var(--pirate-violet-on-dark)}main[data-view=pirate] .hero-candidate-rank{color:var(--ink)}main[data-view=pirate] .view-tabs button.active{border-bottom-color:var(--pirate-violet-on-dark)}main[data-view=pirate] .download-link{border-color:var(--pirate-violet-on-dark)}main[data-view=pirate] .download-link:hover,main[data-view=pirate] .download-link:focus-visible,main[data-view=pirate] .button.primary{background:var(--pirate-violet);border-color:var(--pirate-violet);color:#fff}main[data-view=pirate] .hero-candidate:hover{border-color:var(--pirate-violet-on-dark)}main[data-view=pirate] .ranking-section .section-index,main[data-view=pirate] .candidates-section .section-index,main[data-view=pirate] .method-section .section-index,main[data-view=pirate] .axis-caption,main[data-view=pirate] .evaluation-index,main[data-view=pirate] .axes-grid span{color:var(--pirate-violet)}main[data-view=pirate] .matrix-section .section-index,main[data-view=pirate] .sources-section .section-index{color:var(--pirate-violet-on-dark)}main[data-view=pirate] .axis-filter button.active{box-shadow:inset 0 -3px var(--pirate-violet)}main[data-view=pirate] .candidate-tabs button:hover{border-color:var(--pirate-violet)}main[data-view=pirate] button:focus-visible,main[data-view=pirate] a:focus-visible,main[data-view=pirate] select:focus-visible{outline-color:var(--pirate-violet-on-dark)}main[data-view=equinoxe]{--orange:var(--equinoxe-accent);--orange-dark:var(--equinoxe-accent-dark)}main[data-view=volt]{--orange:var(--volt-accent-on-dark);--orange-dark:var(--volt-accent)}main[data-view=volt] .header-precautions,main[data-view=volt] .method-alert,main[data-view=volt] .precautions{background:var(--volt-accent);color:#fff}main[data-view=volt] .header-precautions>div,main[data-view=volt] .method-alert p{border-color:#ffffff59}main[data-view=pirate] .ranking-section .section-index,main[data-view=pirate] .candidates-section .section-index,main[data-view=pirate] .method-section .section-index,main[data-view=equinoxe] .ranking-section .section-index,main[data-view=equinoxe] .candidates-section .section-index,main[data-view=equinoxe] .method-section .section-index,main[data-view=volt] .ranking-section .section-index,main[data-view=volt] .candidates-section .section-index,main[data-view=volt] .method-section .section-index{color:var(--orange-dark)}section[id],.notice-grid[id]{scroll-margin-top:165px}.header-main{grid-template-columns:minmax(145px,.45fr) minmax(430px,1.4fr) minmax(180px,.45fr);min-height:68px}.brand{color:#fff;cursor:pointer;background:0 0;border:0;padding:0}.view-tabs{grid-template-columns:repeat(4,minmax(95px,1fr));place-self:stretch center;align-items:stretch;width:100%;max-width:670px;gap:0!important;display:grid!important}.view-tabs button{color:#aaa69f;cursor:pointer;letter-spacing:.06em;text-transform:uppercase;background:0 0;border:0;border-bottom:3px solid #0000;padding:0 .9rem;font-size:.72rem;font-weight:900}.view-tabs button:hover,.view-tabs button:focus-visible{color:#fff}.view-tabs button.active{border-bottom-color:var(--orange);color:#fff}.header-subnav{background:#222;border-top:1px solid #343434;justify-content:space-between;align-items:center;gap:2rem;min-height:34px;padding:.4rem 4.5vw;display:flex}.header-subnav nav{gap:1.4rem;display:flex}.header-subnav nav a{letter-spacing:.06em;font-size:.62rem}.header-subnav>span{color:#8f8b85;text-align:right;text-overflow:ellipsis;white-space:nowrap;max-width:48%;font-size:.62rem;line-height:1.3;overflow:hidden}.header-precautions summary{min-height:42px}.summary-hero{background:var(--ink);color:#fff;grid-template-columns:minmax(0,1.05fr) minmax(470px,.95fr);gap:5vw;min-height:705px;padding:5.4rem 6vw 5.8rem;display:grid;overflow:hidden}.summary-hero-copy{align-self:center;max-width:900px}.reference-cards{align-self:center;gap:.75rem;display:grid}.reference-card{border:1px solid #3e3e3e;border-left:5px solid var(--card-accent);color:#fff;cursor:pointer;text-align:left;background:#222;border-radius:.9rem;grid-template-columns:minmax(0,1fr) auto;gap:.35rem 1rem;padding:1rem 1.1rem .9rem;transition:border-color .16s,transform .16s;display:grid}.reference-card:hover,.reference-card:focus-visible{border-color:var(--card-accent);transform:translate(-4px)}.reference-card-pirate{--card-accent:var(--pirate-violet);border-color:#666;border-left-color:var(--pirate-violet);color:var(--pirate-accent);background:#f7f7f7}.reference-card-pirate:hover,.reference-card-pirate:focus-visible{border-color:var(--pirate-violet)}.reference-card.reference-card-pirate .reference-card-label,.reference-card.reference-card-pirate>b,.reference-card.reference-card-pirate .reference-card-action b{color:var(--pirate-violet)}.reference-card.reference-card-pirate ol{border-color:#d4d4d4}.reference-card.reference-card-pirate li,.reference-card.reference-card-pirate .reference-card-action{color:#4d4d4d}.reference-card.reference-card-pirate li b{color:var(--pirate-accent)}.notice-card-pirate{--card-accent:var(--pirate-violet)}.reference-card-equinoxe,.notice-card-equinoxe{--card-accent:var(--equinoxe-accent)}.reference-card-volt{--card-accent:#fff;background:var(--volt-accent);border-color:#714a92;border-left-color:var(--volt-accent)}.notice-card-volt{--card-accent:var(--volt-accent)}.reference-card-label{color:var(--card-accent);letter-spacing:.1em;text-transform:uppercase;grid-column:1/-1;font-size:.63rem;font-weight:900}.reference-card>strong{letter-spacing:-.035em;font-size:1.25rem}.reference-card>b{color:var(--card-accent);font-size:1.25rem}.reference-card ol{border-top:1px solid #3b3b3b;grid-column:1/-1;margin:.35rem 0 0;padding:.45rem 0 0;list-style:none}.reference-card li{color:#bdb9b2;justify-content:space-between;font-size:.68rem;line-height:1.65;display:flex}.reference-card li b{color:#fff}.reference-card-action{color:#e8e4dd;grid-column:1/-1;margin-top:.25rem;font-size:.68rem;font-weight:900}.reference-card-action b{color:var(--card-accent);margin-left:.3rem}.summary-comparison,.synthesis-section{padding:7rem 6vw}.comparison-frame{border:1px solid var(--line);background:#fff;border-radius:1.2rem;padding:.8rem;overflow:hidden}.comparison-scroll{overflow-x:auto}.comparison-table{border-collapse:separate;border-spacing:0 .32rem;width:100%;min-width:650px}.comparison-table th,.comparison-table td{padding:.35rem .65rem}.comparison-table thead th{color:var(--muted);letter-spacing:.07em;text-align:center;text-transform:uppercase;font-size:.67rem}.comparison-table thead th:first-child{text-align:left;width:55%}.comparison-table thead th span,.comparison-table thead th small{display:block}.comparison-table thead th small{margin-top:.2rem;font-size:.55rem;font-weight:700}.comparison-table thead .col-pirate{color:var(--pirate-violet)}.comparison-table thead .col-equinoxe{color:var(--equinoxe-accent-dark)}.comparison-table thead .col-volt{color:var(--volt-accent)}.comparison-table tbody tr{background:#f5f2eb}.comparison-table tbody th{text-align:left;border-radius:.55rem 0 0 .55rem;align-items:center;gap:.8rem;display:flex}.comparison-table tbody th img{filter:grayscale();object-fit:cover;object-position:center 18%;border-radius:.4rem;width:3rem;height:3rem}.comparison-table tbody th span,.comparison-table tbody th strong,.comparison-table tbody th small{display:block}.comparison-table tbody th strong{font-size:.86rem}.comparison-table tbody th small{color:var(--muted);margin-top:.18rem;font-size:.64rem;font-weight:500}.comparison-table td{text-align:center}.comparison-table td:last-child{border-radius:0 .55rem .55rem 0}.comparison-score{color:#fff;cursor:pointer;border:0;border-radius:.5rem;min-width:3.4rem;height:2.7rem;font-size:.95rem;font-weight:900;transition:filter .15s,transform .15s}.comparison-score.score-yellow{color:var(--ink)}.comparison-score:hover,.comparison-score:focus-visible{filter:brightness(1.08);transform:translateY(-2px)}.synthesis-section{background:#ece8df}.synthesis-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:.8rem;display:grid}.synthesis-grid article{background:var(--paper);border:1px solid var(--line);border-radius:.9rem;min-height:250px;padding:1.2rem}.synthesis-grid article>span{color:var(--orange-dark);letter-spacing:.07em;text-transform:uppercase;font-size:.62rem;font-weight:900}.synthesis-grid h3{letter-spacing:-.04em;margin:1rem 0 .35rem;font-size:1.3rem}.synthesis-grid b{font-size:.68rem;line-height:1.5}.synthesis-grid p{color:var(--muted);margin:1.2rem 0 0;font-size:.76rem;line-height:1.55}.clivage-result{cursor:default}.summary-method{background:var(--paper)}.notice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;margin-top:5rem;display:grid}.notice-card{--card-accent:var(--orange);border-top:5px solid var(--card-accent);background:#ece8df;border-radius:0 0 .9rem .9rem;padding:1.4rem}.notice-card>span{color:var(--card-accent);letter-spacing:.08em;text-transform:uppercase;font-size:.63rem;font-weight:900}.notice-card-equinoxe>span{color:var(--equinoxe-accent-dark)}.notice-card h3{letter-spacing:-.05em;margin:.7rem 0 .5rem;font-size:1.8rem}.notice-card p{color:var(--muted);min-height:2.3rem;font-size:.75rem;line-height:1.5}.notice-card>div{flex-wrap:wrap;gap:.5rem;margin-top:1.4rem;display:flex}.notice-card button,.notice-card a{color:var(--ink);cursor:pointer;background:0 0;border:1px solid #bcb5a9;border-radius:999px;padding:.65rem .8rem;font-size:.66rem;font-weight:900}.notice-card button{background:var(--ink);border-color:var(--ink);color:#fff}@media (width<=1120px){.header-main{grid-template-columns:auto 1fr auto;padding-inline:2.5vw}.view-tabs{max-width:560px}.view-tabs button{padding-inline:.5rem}.summary-hero{grid-template-columns:minmax(0,1fr) minmax(390px,.8fr)}.synthesis-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){section[id],.notice-grid[id]{scroll-margin-top:145px}.header-main{grid-template-columns:auto 1fr;padding:.65rem 1rem 0}.brand,.download-link{grid-row:1;align-self:center}.view-tabs{grid-area:2/1/auto/-1;max-width:none;min-height:42px;display:grid!important}.view-tabs button{font-size:.63rem}.header-subnav{display:none}.summary-hero{grid-template-columns:1fr;padding-top:4.5rem}.reference-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.reference-card{align-content:start}.synthesis-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){section[id],.notice-grid[id]{scroll-margin-top:140px}.header-main{min-height:106px}.view-tabs button{letter-spacing:.02em;padding-inline:.2rem;font-size:.58rem}.summary-hero{min-height:0;padding:3.5rem 1.2rem 5rem}.summary-hero h1{font-size:clamp(2.65rem,13.4vw,4rem)}.reference-cards{scroll-snap-type:x mandatory;margin-inline:-1.2rem;padding:0 1.2rem .8rem;display:flex;overflow-x:auto}.reference-card{scroll-snap-align:start;flex:0 0 82vw}.summary-comparison,.synthesis-section{padding:5rem 1.2rem}.comparison-frame{border-radius:.7rem;margin-inline:-.55rem;padding:.45rem}.comparison-table thead th:first-child{width:45%}.synthesis-grid{grid-template-columns:1fr}.synthesis-grid article{min-height:0}.notice-grid{grid-template-columns:1fr}}.header-precautions{justify-content:space-between;align-items:center;gap:1.2rem;min-height:42px;padding:.55rem 4.5vw;font-size:.7rem;line-height:1.35;display:flex}.header-precautions>span{max-width:1150px}.header-precautions>button,.header-subnav .method-link{color:inherit;cursor:pointer;text-underline-offset:.2rem;background:0 0;border:0;flex:none;padding:0;font-size:.66rem;font-weight:900;text-decoration:underline}.header-subnav .method-link{color:#d4d0ca;letter-spacing:.06em;text-transform:uppercase;text-decoration:none}.header-subnav .method-link:hover,.header-subnav .method-link:focus-visible{color:var(--orange)}.method-alert-title{align-items:center;gap:.55rem;display:flex}.section-kicker-row{align-items:center;gap:.65rem;margin-bottom:1.2rem;display:flex}.section-kicker-row .section-index{margin:0}.info-trigger,.share-trigger{cursor:pointer;background:0 0;border:1px solid;border-radius:999px;flex:none;justify-content:center;align-items:center;transition:background .15s,border-color .15s,color .15s,transform .15s;display:inline-flex}.info-trigger{color:currentColor;width:1.45rem;height:1.45rem;font-family:Georgia,serif;font-size:.72rem;font-style:italic;font-weight:700}.share-trigger{width:2rem;height:2rem;font-size:.9rem;font-weight:900}.share-trigger-light{color:var(--ink);opacity:.72}.share-trigger-dark{color:#fff;opacity:.78}.share-trigger:hover,.share-trigger:focus-visible,.info-trigger:hover,.info-trigger:focus-visible{background:var(--orange);border-color:var(--orange);color:var(--ink);opacity:1;transform:translateY(-1px)}.reference-cards-block{align-self:center;min-width:0}.context-share-row{color:#aaa69f;letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;margin-bottom:.7rem;font-size:.65rem;font-weight:900;display:flex}.candidate-profile-actions{flex-direction:column;align-items:flex-end;gap:.75rem;display:flex}.candidate-profile-actions>div{gap:.45rem;display:flex}.candidate-profile-actions .info-trigger,.candidate-profile-actions .share-trigger{color:#fff}.candidate-traceability{border-top:1px solid var(--line);color:var(--muted);background:#ece8df;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1.4rem;font-size:.7rem;display:flex}.candidate-traceability a{color:var(--ink);flex:none;font-weight:900}.text-button{border:0;border-bottom:2px solid var(--orange-dark);color:var(--ink);cursor:pointer;background:0 0;margin-top:1rem;padding:0 0 .3rem;font-size:.82rem;font-weight:900;display:block}.footer-meta{opacity:.8;font-size:.68rem}.footer-actions{flex-direction:column;align-items:flex-end;gap:.8rem;display:flex}.footer-actions button{color:#aaa69f;cursor:pointer;background:0 0;border:0;padding:0;font-size:.72rem}.footer-actions a{color:var(--orange);font-size:.8rem;font-weight:900}.modal-backdrop{z-index:1000;background:#0a0a0ac7;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.method-panel,.share-panel{background:var(--paper);color:var(--ink);border:1px solid #454545;border-radius:1.2rem;width:min(1120px,100%);max-height:calc(100vh - 4rem);overflow:auto;box-shadow:0 2rem 7rem #00000073}.modal-header{background:var(--ink);color:#fff;justify-content:space-between;align-items:start;padding:2.7rem 3rem 2.5rem;display:flex}.modal-header>div>span,.panel-section-heading>span,.transparency-panel>div>span{color:var(--orange);letter-spacing:.11em;text-transform:uppercase;margin-bottom:.7rem;font-size:.66rem;font-weight:900;display:block}.modal-header h2{letter-spacing:-.055em;text-transform:uppercase;margin:0;font-size:clamp(2.4rem,5vw,4.8rem);line-height:.94}.modal-header.compact{padding-block:2rem}.modal-header.compact h2{font-size:clamp(1.8rem,4vw,3rem)}.modal-close{color:#fff;cursor:pointer;background:0 0;border:1px solid #555;border-radius:999px;flex:none;justify-content:center;align-items:center;width:2.8rem;height:2.8rem;margin-left:1rem;font-size:1.7rem;line-height:1;display:flex}.modal-close:hover,.modal-close:focus-visible{background:var(--orange);border-color:var(--orange);color:var(--ink)}.method-panel-lede{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;align-items:start;gap:3rem;padding:2.3rem 3rem;display:grid}.method-panel-lede strong{font-size:1.35rem;line-height:1.35}.method-panel-lede p{color:var(--muted);margin:0;font-size:.92rem;line-height:1.65}.method-panel-grid{grid-template-columns:repeat(3,minmax(0,1fr));padding:0 3rem;display:grid}.method-panel-grid article{border-bottom:1px solid var(--line);border-right:1px solid var(--line);min-height:220px;padding:2rem 1.6rem 2rem 0}.method-panel-grid article:nth-child(3n+2),.method-panel-grid article:nth-child(3n+3){padding-left:1.6rem}.method-panel-grid article:nth-child(3n){border-right:0}.method-panel-grid article>span{color:var(--orange-dark);font-size:.67rem;font-weight:900}.method-panel-grid h3,.transparency-panel h3{letter-spacing:-.03em;margin:.8rem 0 .65rem;font-size:1.2rem}.method-panel-grid p,.transparency-panel p{color:var(--muted);margin:0;font-size:.78rem;line-height:1.58}.corpus-panel{padding:2.8rem 3rem}.panel-section-heading{justify-content:space-between;align-items:end;margin-bottom:1.3rem;display:flex}.panel-section-heading>span{color:var(--orange-dark);margin:0}.panel-section-heading p{color:var(--muted);margin:0;font-size:.72rem}.corpus-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;display:grid}.corpus-list article{background:#ece8df;border:1px solid #0000;border-radius:.8rem;padding:1rem}.corpus-list article.active{border-color:var(--orange-dark)}.corpus-list article>div{justify-content:space-between;gap:.6rem;display:flex}.corpus-list strong{font-size:.82rem}.corpus-list span{color:var(--muted);text-align:right;font-size:.62rem}.corpus-list p{color:var(--muted);min-height:3rem;font-size:.7rem;line-height:1.45}.corpus-list a{font-size:.68rem;font-weight:900}.transparency-panel{background:var(--cream);padding:2.8rem 3rem 3.2rem}.transparency-panel>div{max-width:720px}.transparency-panel>div>span{color:var(--orange-dark)}.share-panel{width:min(620px,100%)}.share-panel-lede{color:var(--muted);margin:0;padding:1.7rem 2rem .5rem;font-size:.86rem;line-height:1.6}.share-actions{gap:.65rem;padding:1rem 2rem;display:grid}.share-actions button{border:1px solid var(--line);color:var(--ink);cursor:pointer;text-align:left;background:#ece8df;border-radius:.8rem;align-items:center;gap:.9rem;padding:.95rem 1rem;font-size:.82rem;font-weight:900;display:flex}.share-actions button:first-child{background:var(--ink);border-color:var(--ink);color:#fff}.share-actions button:hover,.share-actions button:focus-visible{border-color:var(--orange-dark)}.share-actions button:disabled{cursor:progress;opacity:.55}.share-actions button span{border:1px solid;border-radius:999px;justify-content:center;align-items:center;width:1.8rem;height:1.8rem;font-size:.85rem;display:flex}.share-status{color:var(--orange-dark);min-height:2.8rem;padding:0 2rem 1.4rem;font-size:.72rem;font-weight:800}main[data-view=volt] .header-precautions>button{color:#fff}@media (width<=900px){.header-precautions{padding-inline:1rem}.method-panel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.method-panel-grid article:nth-child(3n+2),.method-panel-grid article:nth-child(3n+3){padding-left:0}.method-panel-grid article:nth-child(3n){border-right:1px solid var(--line)}.method-panel-grid article:nth-child(2n){border-right:0;padding-left:1.6rem}.corpus-list{grid-template-columns:1fr}.corpus-list p{min-height:0}}@media (width<=640px){.header-precautions{align-items:flex-start;gap:.8rem;font-size:.62rem}.header-precautions>span{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.header-precautions>button{padding-top:.1rem;font-size:.58rem}.reference-cards-block{margin-inline:-1.2rem}.context-share-row{padding-inline:1.2rem}.reference-cards{margin-inline:0}.method-alert{align-items:start}.method-alert-title{justify-content:space-between}.candidate-profile-header,.candidate-profile-actions{gap:1rem}.candidate-profile-actions b{font-size:2.7rem}.candidate-traceability{flex-direction:column;align-items:flex-start}.footer-actions{align-items:flex-start}.modal-backdrop{align-items:stretch;padding:0}.method-panel,.share-panel{border:0;border-radius:0;width:100%;max-height:100vh}.modal-header{padding:1.8rem 1.2rem}.method-panel-lede,.transparency-panel{grid-template-columns:1fr;gap:1.2rem;padding:1.5rem 1.2rem}.method-panel-grid{grid-template-columns:1fr;padding-inline:1.2rem}.method-panel-grid article,.method-panel-grid article:nth-child(3n+2),.method-panel-grid article:nth-child(3n+3),.method-panel-grid article:nth-child(2n){border-right:0;min-height:0;padding:1.3rem 0}.corpus-panel{padding:2rem 1.2rem}.panel-section-heading{flex-direction:column;align-items:flex-start;gap:.4rem}.share-panel{border-radius:1.2rem 1.2rem 0 0;align-self:end;max-height:92vh}.share-actions,.share-panel-lede,.share-status{padding-inline:1.2rem}}:root{--lfh-accent:#1d405f;--lfh-accent-dark:#132f49;--lfh-accent-light:#b9ccdd}main[data-view=lfh]{--orange:var(--lfh-accent-light);--orange-dark:var(--lfh-accent)}main[data-view=lfh] .header-precautions,main[data-view=lfh] .method-alert,main[data-view=lfh] .precautions{background:var(--lfh-accent);color:#fff}main[data-view=lfh] .header-precautions>button,main[data-view=lfh] .method-alert .info-trigger{color:#fff}main[data-view=lfh] .method-alert p{border-color:#ffffff59}main[data-view=lfh] .ranking-section .section-index,main[data-view=lfh] .candidates-section .section-index,main[data-view=lfh] .method-section .section-index{color:var(--lfh-accent)}.corpus-list{grid-template-columns:repeat(4,minmax(0,1fr))}.notice-card-lfh{--card-accent:var(--lfh-accent)}.summary-hero{grid-template-columns:minmax(0,1fr) minmax(280px,.48fr);align-items:center;min-height:690px}.summary-hero-copy{max-width:980px}.summary-hero-detail{color:#aaa69f;max-width:780px;margin:1.4rem 0 0;font-size:clamp(.85rem,1.25vw,1.05rem);line-height:1.65}.summary-hero .button.secondary{cursor:pointer;font:inherit}.summary-hero-facts{background:#222;border:1px solid #3e3e3e;border-radius:1rem;align-self:center;gap:0;display:grid;overflow:hidden}.summary-hero-facts span,.summary-hero-facts strong{color:#d4d0ca;border-bottom:1px solid #3e3e3e;padding:1.25rem 1.4rem;font-size:.82rem}.summary-hero-facts strong{background:var(--orange);color:var(--ink);border-bottom:0}.summary-visual-section{background:var(--paper);padding:7rem 6vw}.summary-comparison{background:#ece8df}.summary-visual{margin:0}.summary-visual>a{border:1px solid var(--line);border-radius:1rem;max-width:1600px;margin:0 auto;display:block;overflow:hidden}.summary-visual picture,.summary-visual img{display:block}.summary-visual img{width:100%;max-width:1600px;height:auto}.summary-visual figcaption{color:var(--muted);text-align:right;max-width:1600px;margin:.65rem auto 0;font-size:.68rem;font-weight:800}.summary-reference-links{grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem;max-width:1600px;margin:1.2rem auto 0;display:grid}.reference-link{border:1px solid var(--line);border-top:4px solid var(--link-accent);color:var(--ink);cursor:pointer;text-align:left;background:#fff;border-radius:0 0 .75rem .75rem;justify-content:space-between;align-items:center;padding:1rem;font-size:.75rem;font-weight:900;display:flex}.reference-link:hover,.reference-link:focus-visible{border-color:var(--link-accent);background:#f4f1ea}.reference-link-pirate{--link-accent:var(--pirate-violet)}.reference-link-volt{--link-accent:var(--volt-accent)}.reference-link-equinoxe{--link-accent:var(--equinoxe-accent-dark)}.reference-link-lfh{--link-accent:var(--lfh-accent)}.summary-data-table{border:1px solid var(--line);background:#fff;border-radius:.8rem;max-width:1600px;margin:1.2rem auto 0;overflow:hidden}.summary-data-table>summary{cursor:pointer;padding:1rem 1.2rem;font-size:.72rem;font-weight:900}.summary-data-scroll{padding:0 1rem 1rem;overflow-x:auto}.summary-data-table table{border-collapse:collapse;width:100%;min-width:780px}.summary-data-table th,.summary-data-table td{border-bottom:1px solid var(--line);text-align:center;padding:.65rem;font-size:.72rem}.summary-data-table th:first-child{text-align:left}.summary-data-table td button{color:var(--ink);cursor:pointer;text-underline-offset:.2rem;background:0 0;border:0;padding:.25rem;font-weight:900;text-decoration:underline}.synthesis-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.synthesis-grid article{min-height:0}.synthesis-grid h3{line-height:1.12}.synthesis-grid p{font-size:.82rem}.summary-variations{background:var(--ink);color:#fff}.summary-variations .summary-visual>a{border-color:#3b3b3b}.summary-variations .summary-visual figcaption{color:#aaa69f}.summary-data-table-dark{color:#fff;background:#242424;border-color:#3b3b3b}.variation-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:0 1rem 1rem;display:grid}.variation-list p{border-bottom:1px solid #3b3b3b;justify-content:space-between;align-items:center;margin:0;padding:.75rem .5rem;font-size:.72rem;display:flex}.variation-list span{color:#aaa69f}.summary-reading-list{color:var(--muted);gap:.75rem;margin:0;padding-left:1.2rem;line-height:1.55;display:grid}.summary-method blockquote{border-left:4px solid var(--orange-dark);margin:1.5rem 0 0;padding:.4rem 0 .4rem 1rem;font-size:1.05rem;font-weight:800;line-height:1.45}.summary-method-actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1.7rem;display:flex}.summary-method-actions .text-button{margin-top:0}.notice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.notice-card-summary{--card-accent:var(--orange-dark);grid-column:1/-1}.notice-card-summary>div a{background:var(--ink);border-color:var(--ink);color:#fff}.matrix-scroll{max-height:min(75vh,760px);overflow:auto}.matrix-table thead th{z-index:2;background:#242424;position:sticky;top:0}.matrix-table thead th:first-child{z-index:4;left:0}.matrix-table tbody th{z-index:1;background:#242424;position:sticky;left:0}.matrix-cell span{opacity:1;transform:none}.mobile-matrix-cards{display:none}.score-legend{flex-wrap:wrap;gap:.45rem 1rem;margin:.8rem .3rem .2rem;padding:0;list-style:none;display:flex}.score-legend li{color:#aaa69f;align-items:center;gap:.35rem;font-size:.62rem;display:flex}.score-legend li>span{border-radius:999px;width:.65rem;height:.65rem}@media (width<=1120px){.view-tabs{max-width:690px}.corpus-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.summary-hero{grid-template-columns:1fr}.summary-hero-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.summary-hero-facts span,.summary-hero-facts strong{border-bottom:1px solid #3e3e3e}.summary-reference-links{grid-template-columns:repeat(2,minmax(0,1fr))}.synthesis-grid{grid-template-columns:1fr}}@media (width<=700px){.matrix-scroll{display:none}.matrix-frame{background:0 0;border:0;margin-inline:0;padding:0;overflow:visible}.mobile-matrix-cards{gap:.7rem;display:grid}.mobile-matrix-card{background:#242424;border:1px solid #3b3b3b;border-radius:.8rem;overflow:hidden}.mobile-matrix-card>summary{cursor:pointer;grid-template-columns:minmax(0,1fr) auto;gap:.85rem;padding:.85rem;list-style:none;display:grid}.mobile-matrix-card>summary::-webkit-details-marker{display:none}.mobile-matrix-identity{align-items:center;gap:.7rem;min-width:0;display:flex}.mobile-matrix-identity img{filter:grayscale();object-fit:cover;object-position:center 18%;border-radius:.45rem;width:3.1rem;height:3.1rem}.mobile-matrix-identity>span,.mobile-matrix-identity strong,.mobile-matrix-identity small{min-width:0;display:block}.mobile-matrix-identity strong{font-size:.85rem}.mobile-matrix-identity small{color:#aaa69f;text-overflow:ellipsis;white-space:nowrap;margin-top:.2rem;font-size:.62rem;overflow:hidden}.mobile-matrix-total{color:var(--orange);align-self:center;font-size:.95rem}.mobile-mini-matrix{grid-column:1/-1;grid-template-columns:repeat(10,minmax(0,1fr));gap:.28rem;display:grid}.mobile-mini-matrix>span{color:#fff;border-radius:.35rem;justify-items:center;gap:.1rem;padding:.35rem .1rem;display:grid}.mobile-mini-matrix>span.score-yellow{color:var(--ink)}.mobile-mini-matrix small{font-size:.43rem;font-weight:800}.mobile-mini-matrix b{font-size:.7rem}.mobile-matrix-details{border-top:1px solid #3b3b3b;padding:.3rem .85rem .7rem}.mobile-matrix-details>div{border-bottom:1px solid #343434;justify-content:space-between;align-items:center;gap:1rem;padding:.65rem 0;display:flex}.mobile-matrix-details>div:last-child{border-bottom:0}.mobile-matrix-details span{color:#d4d0ca;font-size:.68rem;line-height:1.35}.mobile-matrix-details strong{color:#fff;border-radius:.35rem;flex:none;padding:.4rem .5rem;font-size:.7rem}.mobile-matrix-details strong.score-yellow{color:var(--ink)}}@media (width<=640px){.view-tabs{grid-template-columns:repeat(5,minmax(54px,1fr))}.summary-hero-facts,.summary-reference-links,.variation-list,.notice-grid{grid-template-columns:1fr}.summary-visual-section,.summary-comparison,.synthesis-section{padding:5rem 1.2rem}.summary-visual>a{border-radius:.65rem}.summary-reference-links{gap:.55rem}.summary-data-table{margin-inline:0}.notice-card-summary{grid-column:auto}.summary-method-actions{flex-direction:column;align-items:flex-start}}.viral-hero{gap:clamp(2rem,4vw,4.5rem);min-height:0;padding:3.5rem 5vw 4rem}.viral-hero h1{letter-spacing:-.048em;text-transform:none;font-size:clamp(2.5rem,4.2vw,3.75rem);line-height:1}.viral-hero-lede{margin-top:1.35rem;font-size:clamp(.98rem,1.2vw,1.15rem)}.viral-lines,.viral-stories,.viral-podiums,.viral-studio,.viral-explorer{padding-block:3.75rem}.viral-section-heading{grid-template-columns:minmax(0,1fr) minmax(260px,.42fr);align-items:end;gap:1.5rem;margin-bottom:1.5rem}.viral-section-heading .section-index{margin-bottom:.45rem}.viral-section-heading h2{letter-spacing:-.035em;text-transform:none;max-width:48rem;font-size:clamp(1.7rem,2.2vw,2.25rem);line-height:1.1}.viral-section-heading>p{max-width:32rem;font-size:.86rem;line-height:1.5}.viral-lines-workbench{grid-template-columns:minmax(340px,.72fr) minmax(0,1.28fr);align-items:start}.viral-question-panel,.viral-result-panel{align-self:start}.viral-question-card{min-height:0}.viral-question-card h3{font-size:clamp(1.4rem,1.8vw,1.85rem);line-height:1.08}.viral-result-ranking article{grid-template-columns:auto 2.8rem minmax(0,1fr) auto;min-height:3.65rem;padding:.38rem .62rem}.story-card,.podium-card{aspect-ratio:auto;min-height:500px}.podium-card{padding:1.25rem}.podium-winner{grid-template-columns:1.55rem minmax(0,1fr) auto;align-items:end}.podium-winner>span{grid-area:1/1}.podium-winner img{grid-area:1/2/auto/4}.podium-winner strong{overflow-wrap:anywhere;grid-area:2/2;min-width:0;padding-right:.6rem;font-size:clamp(.86rem,1vw,1rem);line-height:1.08}.podium-winner>b{white-space:nowrap;grid-area:2/3;font-size:clamp(1.55rem,2vw,2rem)}.podium-followers>span{grid-template-rows:auto;grid-template-columns:auto 2.35rem minmax(0,1fr) auto;gap:.35rem;min-width:0;padding:.45rem}.podium-followers strong{overflow-wrap:anywhere;text-overflow:clip;white-space:normal;min-width:0;font-size:.6rem;line-height:1.12}.podium-followers b{white-space:nowrap;grid-area:1/4;align-self:center;font-size:.82rem}.card-icon-action,.story-card>.card-icon-action,.podium-card>.card-icon-action,.studio-share.card-icon-action,.viral-result-actions .card-icon-action,.viral-share-chip.card-icon-action{color:currentColor;opacity:.72;background:0 0;border:1px solid;border-radius:50%;flex:none;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;min-height:0;margin:.8rem 0 0 auto;padding:0;display:inline-flex}.card-icon-action:hover,.card-icon-action:focus-visible{opacity:1}.card-icon-action svg{stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:1rem;height:1rem}.viral-share-chip.card-icon-action{color:#aaa69f;grid-column:1/-1;justify-self:end}.viral-result-actions{justify-content:flex-end;padding-top:.65rem;display:flex}.viral-result-actions .card-icon-action:disabled{color:#77736d;background:0 0;border-color:#5b5751}.studio-share.card-icon-action{color:var(--muted)}@media (width<=900px){.viral-section-heading{grid-template-columns:1fr;align-items:start;gap:.65rem}.viral-lines-workbench{grid-template-columns:1fr}}@media (width<=640px){.viral-hero,.viral-lines,.viral-stories,.viral-podiums,.viral-studio,.viral-explorer{padding:3rem 1.1rem}.viral-hero h1{font-size:clamp(2.25rem,10vw,2.85rem);line-height:1.02}.viral-section-heading h2{font-size:clamp(1.65rem,7.5vw,2rem)}.story-card,.podium-card{aspect-ratio:auto;min-height:470px}.podium-followers{grid-template-columns:1fr}}.viral-hero{background:#171717;grid-template-columns:minmax(0,1.12fr) minmax(320px,.68fr);gap:clamp(1.5rem,4vw,4rem);min-height:0;padding-block:3.25rem}.viral-hero:after{display:none}.viral-hero h1{letter-spacing:-.045em;max-width:820px;font-size:clamp(2.3rem,3.8vw,3.65rem);line-height:1.02}.viral-hero-lede{max-width:680px}.hero-tool-stage{z-index:1;gap:.75rem;display:grid;position:relative}.hero-tool-card{color:#fff;background:#222;border:1px solid #3c3c3c;border-radius:.9rem;gap:.45rem;padding:1.25rem 1.35rem;text-decoration:none;transition:border-color .14s,transform .14s;display:grid}.hero-tool-card:hover,.hero-tool-card:focus-visible{border-color:var(--orange);transform:translateY(-2px)}.hero-tool-card>span{color:var(--orange);letter-spacing:.08em;text-transform:uppercase;font-size:.66rem;font-weight:900}.hero-tool-card>strong{font-size:clamp(1.05rem,1.5vw,1.3rem);line-height:1.2}.hero-tool-card>p{color:#bdb8b0;margin:0;font-size:.82rem;line-height:1.45}.hero-tool-card>em{color:#fff;margin-top:.25rem;font-size:.7rem;font-style:normal;font-weight:800}@media (width<=900px){.viral-hero{grid-template-columns:1fr}.hero-tool-stage{grid-template-columns:repeat(2,minmax(0,1fr));max-width:720px}}@media (width<=640px){.viral-hero{padding-block:2.75rem}.viral-hero h1{font-size:clamp(2.05rem,9.5vw,2.65rem)}.hero-tool-stage{grid-template-columns:1fr}}:root{--prg-accent:#6d39cb;--prg-accent-dark:#4e239d;--prg-accent-light:#d7c5ff}main[data-view=prg]{--orange:var(--prg-accent-light);--orange-dark:var(--prg-accent)}main[data-view=prg] .header-precautions,main[data-view=prg] .method-alert,main[data-view=prg] .precautions{background:var(--prg-accent-dark);color:#fff}main[data-view=prg] .header-precautions>button,main[data-view=prg] .method-alert .info-trigger{color:#fff}main[data-view=prg] .method-alert p{border-color:#ffffff59}main[data-view=prg] .ranking-section .section-index,main[data-view=prg] .candidates-section .section-index,main[data-view=prg] .method-section .section-index{color:var(--prg-accent)}.reference-corpus-warning{color:inherit;margin-top:.45rem;font-size:.78rem;font-weight:700;display:block}.podium-prg{--podium-bg:var(--prg-accent);--podium-fg:#fff;--podium-accent:var(--prg-accent-light)}.podium-prg .podium-followers>span{background:#ffffff1a}.cross-prg{--cross-bg:var(--prg-accent);--cross-fg:white}.duel-prg{--duel-accent:var(--prg-accent-light)}.explorer-prg{--explorer-accent:var(--prg-accent-light)}.notice-card-prg{--card-accent:var(--prg-accent)}.view-tabs{grid-template-columns:repeat(6,minmax(72px,1fr));max-width:900px}.corpus-list,.podium-gallery,.explorer-reference-grid,.story-ranks{grid-template-columns:repeat(5,minmax(0,1fr))}.explorer-visual-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media (width<=1180px){.view-tabs{max-width:720px}.corpus-list,.podium-gallery,.explorer-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.view-tabs{grid-template-columns:repeat(6,minmax(48px,1fr))}.corpus-list,.podium-gallery,.explorer-reference-grid,.explorer-visual-grid{grid-template-columns:1fr}}
