:root{--bg: #08090A;--bg-2: #0E1011;--surface: #131517;--surface-2: #1A1C1E;--border: #232629;--border-2: #2D3033;--text: #F2F3F4;--text-2: #B8BCC1;--muted: #6B7075;--muted-2: #4A4F54;--accent: #CDFF00;--accent-2: #B5E600;--accent-soft: rgba(205,255,0,.12);--danger: #FF5C5C;--warn: #FFB454;--ok: #5BE584;--font-display: "Space Grotesk", "Helvetica Neue", sans-serif;--font-body: "Manrope", "Helvetica Neue", sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-xl: 24px;--shadow-1: 0 1px 0 rgba(255,255,255,.04) inset, 0 1px 2px rgba(0,0,0,.4);--shadow-2: 0 24px 48px -24px rgba(0,0,0,.6), 0 1px 0 rgba(255,255,255,.04) inset;--maxw: 1240px}*{box-sizing:border-box}html,body{margin:0;padding:0}html{color-scheme:dark}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(800px 400px at 80% -10%,rgba(205,255,0,.06),transparent 60%),radial-gradient(900px 500px at -10% 30%,rgba(120,140,160,.04),transparent 60%);pointer-events:none;z-index:0}#root{position:relative;z-index:1}a,button{font-family:inherit;color:inherit}a{text-decoration:none}button{background:none;border:0;padding:0;cursor:pointer}h1,h2,h3,h4{font-family:var(--font-display);margin:0;letter-spacing:-.02em;line-height:1.05}h1{font-size:clamp(40px,6vw,72px);font-weight:700}h2{font-size:clamp(28px,3.6vw,44px);font-weight:600;text-wrap:balance}h3{font-size:22px;font-weight:600}h4{font-size:17px;font-weight:600}p{margin:0}::selection{background:var(--accent);color:#0a0b00}.prh-container{max-width:var(--maxw);margin:0 auto;padding:0 28px}.prh-mono{font-family:var(--font-mono);font-size:12px;letter-spacing:.04em;text-transform:uppercase}.prh-muted{color:var(--muted)}.prh-accent{color:var(--accent)}.prh-section{padding:88px 0;position:relative}@media (max-width: 720px){.prh-section{padding:64px 0}}.prh-kicker{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;width:max-content;max-width:100%;font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--text-2);padding:6px 10px;border:1px solid var(--border);border-radius:999px;background:#ffffff05}.prh-kicker__dot{width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 10px var(--accent)}.prh-secthead{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:40px;flex-wrap:wrap}.prh-secthead__copy{max-width:640px;display:flex;flex-direction:column;gap:14px}.prh-secthead__copy p{color:var(--text-2);font-size:16px}.prh-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 18px;border-radius:999px;font-weight:600;font-size:14px;letter-spacing:.01em;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease;white-space:nowrap}.prh-btn:hover{transform:translateY(-1px)}.prh-btn--primary{background:var(--accent);color:#0a0b00}.prh-btn--primary:hover{background:#fff}.prh-btn--ghost{color:var(--text);border:1px solid var(--border-2);background:#ffffff05}.prh-btn--ghost:hover{border-color:var(--accent);color:var(--accent)}.prh-link{display:inline-flex;align-items:center;gap:6px;color:var(--text);font-weight:600;font-size:13px;border-bottom:1px solid transparent;padding-bottom:2px;transition:color .15s,border-color .15s}.prh-link:hover{color:var(--accent);border-color:var(--accent)}.prh-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#ffffff0a;color:var(--text-2);font-size:12px;border:1px solid var(--border)}.prh-chip--accent{background:var(--accent-soft);color:var(--accent);border-color:#cdff0040;font-weight:600}.prh-status{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:11px;text-transform:uppercase;padding:3px 8px;border-radius:999px;background:#5be5841a;color:var(--ok);border:1px solid rgba(91,229,132,.2)}.prh-status--ok{background:#5be5841a;color:var(--ok);border-color:#5be58433}.prh-status--off{background:#7880871a;color:var(--muted);border-color:var(--border)}.prh-status--warn{background:#ffb4541a;color:var(--warn);border-color:#ffb45440}.prh-status:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.prh-pulse{width:8px;height:8px;display:inline-block;border-radius:50%;background:var(--accent);box-shadow:0 0 0 0 var(--accent);animation:prh-pulse 1.6s infinite;margin-right:6px}@keyframes prh-pulse{0%{box-shadow:0 0 #cdff0099}70%{box-shadow:0 0 0 10px #cdff0000}to{box-shadow:0 0 #cdff0000}}.prh-reveal{opacity:0;transform:translateY(16px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}.prh-reveal.is-in{opacity:1;transform:none}.prh-placeholder{position:relative;overflow:hidden;border-radius:var(--r-md);background:linear-gradient(135deg,#15171a,#0c0d0f);border:1px solid var(--border);width:100%}.prh-placeholder__stripes{position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(var(--ph-angle, 45deg),rgba(255,255,255,.025) 0,rgba(255,255,255,.025) 1px,transparent 1px,transparent 14px);opacity:.9}.prh-placeholder__vignette{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(70% 70% at 50% 50%,transparent 50%,rgba(0,0,0,.5))}.prh-placeholder__label{position:absolute;bottom:12px;left:12px;display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:11px;color:var(--text-2);padding:4px 8px;border-radius:999px;background:#00000073;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid var(--border);letter-spacing:.08em}.prh-placeholder__dot{width:6px;height:6px;border-radius:50%;background:var(--accent)}.prh-mark{display:grid;place-items:center;flex-shrink:0}.prh-mark img{width:100%;height:100%;object-fit:contain;display:block}.prh-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:14px 0;transition:background .25s,backdrop-filter .25s,border-color .25s;border-bottom:1px solid transparent}.prh-nav.is-scrolled{background:#08090ac7;-webkit-backdrop-filter:blur(14px) saturate(140%);backdrop-filter:blur(14px) saturate(140%);border-bottom-color:var(--border)}.prh-nav__inner{max-width:var(--maxw);margin:0 auto;padding:0 28px;display:flex;align-items:center;gap:28px}.prh-nav__brand{display:flex;align-items:center;gap:12px}.prh-nav__brand-text{display:flex;flex-direction:column;line-height:1;gap:4px;text-align:left}.prh-nav__brand-text strong{font-family:var(--font-display);font-size:18px;letter-spacing:.02em}.prh-nav__brand-text em{font-family:var(--font-mono);font-size:9px;font-style:normal;color:var(--muted);letter-spacing:.18em}.prh-nav__links{display:flex;gap:4px;margin-left:auto}.prh-nav__link{padding:8px 14px;border-radius:999px;font-size:14px;color:var(--text-2);transition:color .15s,background .15s}.prh-nav__link:hover{color:var(--text);background:#ffffff0a}.prh-nav__link.is-active{color:var(--accent)}.prh-nav__cta{display:flex;align-items:center;gap:12px}.prh-nav__menu{display:none;width:40px;height:40px;border-radius:12px;border:1px solid var(--border);place-items:center}@media (max-width: 1080px){.prh-nav__links{display:none}.prh-nav__menu{display:grid}}.prh-nav__drawer{position:absolute;top:100%;left:0;right:0;background:var(--bg-2);border-bottom:1px solid var(--border);padding:18px 28px;display:flex;flex-direction:column;gap:6px}.prh-nav__drawer-link{padding:12px;text-align:left;border-radius:10px;color:var(--text-2)}.prh-nav__drawer-link.is-active{color:var(--accent)}.prh-hero{position:relative;padding:140px 0 80px;overflow:hidden}.prh-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.prh-hero__grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.04) 1px,transparent 1px);background-size:56px 56px;-webkit-mask-image:radial-gradient(ellipse at 50% 30%,#000 30%,transparent 75%);mask-image:radial-gradient(ellipse at 50% 30%,#000 30%,transparent 75%)}.prh-hero__glow{position:absolute;top:-200px;left:50%;transform:translate(-50%);width:800px;height:800px;border-radius:50%;background:radial-gradient(circle,rgba(205,255,0,.08) 0%,transparent 60%);filter:blur(20px)}.prh-hero__inner{position:relative;display:grid;grid-template-columns:1.1fr 1fr;gap:64px;align-items:center}@media (max-width: 980px){.prh-hero__inner{grid-template-columns:1fr;gap:48px}}.prh-hero__left{display:flex;flex-direction:column;gap:24px}.prh-hero__title{line-height:.95}.prh-hero__sub{color:var(--text-2);font-size:18px;max-width:540px}.prh-hero__ctas{display:flex;gap:12px;margin-top:8px;flex-wrap:wrap}.prh-hero__metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin:24px 0 0;padding:20px 0 0;border-top:1px solid var(--border)}.prh-hero__metrics>div{display:flex;flex-direction:column;gap:4px}.prh-hero__metrics dt{font-family:var(--font-mono);font-size:10px;color:var(--muted);letter-spacing:.12em;text-transform:uppercase}.prh-hero__metrics dd{margin:0;font-family:var(--font-display);font-size:22px;font-weight:600;display:flex;align-items:center}.prh-hero__right{position:relative;display:flex;justify-content:flex-end}.prh-hero__card{position:relative;width:100%;max-width:480px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);padding:16px;box-shadow:var(--shadow-2);display:flex;flex-direction:column;gap:14px}.prh-hero__card-head{display:flex;justify-content:space-between;padding:2px 4px}.prh-hero__live{display:inline-flex;align-items:center;color:var(--accent)}.prh-hero__card-body{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:4px 4px 6px}.prh-hero__card-body p{margin:4px 0 0}.prh-hero__card-line{font-size:14px;font-weight:600}.prh-hero__badge{position:absolute;bottom:-28px;right:-28px;width:130px;height:130px;background:var(--bg-2);border:1px solid var(--border);border-radius:50%;display:grid;place-items:center;box-shadow:var(--shadow-2);transform:rotate(-6deg)}.prh-hero__badge img{width:78%;height:78%;object-fit:contain}.prh-hero__marquee{margin-top:80px;padding:18px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#ffffff03;overflow:hidden}.prh-hero__marquee-track{display:flex;animation:prh-marquee 38s linear infinite}.prh-hero__marquee-inner{display:flex;align-items:center;gap:32px;padding-right:32px;font-family:var(--font-mono);font-size:12px;letter-spacing:.18em;color:var(--text-2);white-space:nowrap}.prh-hero__marquee-inner i{color:var(--accent);font-style:normal;font-size:8px}@keyframes prh-marquee{to{transform:translate(-50%)}}.prh-stats__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width: 900px){.prh-stats__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.prh-stats__grid{grid-template-columns:1fr}}.prh-stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:24px;display:flex;flex-direction:column;gap:6px;transition:border-color .2s,transform .2s,background .2s;position:relative;overflow:hidden}.prh-stat-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(205,255,0,.05),transparent 50%);opacity:0;transition:opacity .25s}.prh-stat-card:hover{border-color:var(--border-2);transform:translateY(-2px)}.prh-stat-card:hover:before{opacity:1}.prh-stat-card__value{font-size:44px;line-height:1;margin-top:12px;font-weight:700;letter-spacing:-.04em}.prh-stat-card__label{font-weight:600;font-size:15px;margin-top:4px}.prh-stat-card__hint{color:var(--muted);font-size:13px}.prh-about__inner{display:grid;grid-template-columns:1fr 1.1fr;gap:80px}@media (max-width: 900px){.prh-about__inner{grid-template-columns:1fr;gap:40px}}.prh-about__left{display:flex;flex-direction:column;gap:20px}.prh-about__text{font-size:17px;color:var(--text);line-height:1.6}.prh-about__text.prh-muted{color:var(--text-2)}.prh-about__values{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden}@media (max-width: 720px){.prh-about__values{grid-template-columns:repeat(2,1fr)}}.prh-value{background:var(--bg-2);padding:22px 18px;display:flex;flex-direction:column;gap:6px;min-height:130px;transition:background .2s}.prh-value:hover{background:var(--surface)}.prh-value h4{font-size:16px}.prh-value p{font-size:13px;color:var(--text-2);line-height:1.45}.prh-specs__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width: 980px){.prh-specs__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.prh-specs__grid{grid-template-columns:1fr}}.prh-spec-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:24px;display:flex;flex-direction:column;gap:12px;position:relative;transition:border-color .2s,transform .2s}.prh-spec-card:hover{border-color:#cdff004d;transform:translateY(-2px)}.prh-spec-card__top{display:flex;justify-content:space-between;align-items:center}.prh-spec-card__icon{width:44px;height:44px;border-radius:12px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center;border:1px solid rgba(205,255,0,.2)}.prh-spec-card__codeblock{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.prh-spec-card h3{margin-top:4px}.prh-spec-card p{color:var(--text-2);font-size:14px}.prh-spec-card ul{list-style:none;padding:0;margin:8px 0 4px;display:flex;flex-direction:column;gap:6px}.prh-spec-card ul li{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-2)}.prh-spec-card ul li span{width:5px;height:5px;background:var(--accent);border-radius:50%;flex-shrink:0}.prh-spec-card .prh-link{margin-top:auto;padding-top:8px;align-self:flex-start}.prh-seizures__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}@media (max-width: 980px){.prh-seizures__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.prh-seizures__grid{grid-template-columns:1fr}}.prh-seizure{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;display:flex;flex-direction:column;transition:border-color .2s,transform .2s;cursor:pointer}.prh-seizure:hover{border-color:var(--border-2);transform:translateY(-2px)}.prh-seizure:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.prh-seizure__media{position:relative}.prh-seizure__media .prh-placeholder{border-radius:0;border:0}.prh-seizure__type{position:absolute;top:12px;left:12px;font-family:var(--font-mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;padding:4px 8px;background:var(--accent);color:#0a0b00;border-radius:4px;font-weight:600}.prh-seizure__body{padding:20px;display:flex;flex-direction:column;gap:12px}.prh-seizure__meta{display:flex;justify-content:space-between}.prh-seizure__summary{color:var(--text-2);font-size:14px;line-height:1.5}.prh-seizure__crew{display:flex;flex-wrap:wrap;gap:6px}.prh-seizure__foot{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid var(--border)}.prh-seizure__foot .prh-mono{font-size:14px}.prh-ranking__list{display:flex;flex-direction:column;gap:8px}.prh-rank-row{display:grid;grid-template-columns:80px 42px 1fr 2fr 60px;align-items:center;gap:16px;padding:14px 20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);transition:border-color .2s,background .2s}.prh-rank-row:hover{border-color:var(--border-2);background:var(--surface-2)}.prh-rank-row.is-top{border-color:#cdff0066;background:linear-gradient(90deg,rgba(205,255,0,.06),transparent 40%)}.prh-rank-row__pos{display:flex;align-items:center;gap:6px}.prh-rank-row__id{display:flex;flex-direction:column;line-height:1.3}.prh-rank-row__id strong{font-size:15px}.prh-rank-row__bar{height:6px;background:#ffffff0d;border-radius:999px;overflow:hidden}.prh-rank-row__bar-fill{height:100%;background:linear-gradient(90deg,var(--accent),var(--accent-2));border-radius:999px;animation:prh-bar-grow 1.2s cubic-bezier(.2,.7,.2,1) forwards;transform-origin:left}@keyframes prh-bar-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.prh-rank-row__value{font-family:var(--font-display);font-size:22px;font-weight:600;text-align:right}.prh-medal--1{color:#ffd66b}.prh-medal--2{color:#d4d4d4}.prh-medal--3{color:#c28a56}@media (max-width: 700px){.prh-rank-row{grid-template-columns:60px 1fr 50px;gap:10px;padding:12px 14px}.prh-rank-row__bar,.prh-rank-row>.prh-avatar{display:none}}.prh-avatar{border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,#25282b,#14161a);border:1px solid var(--border-2);display:grid;place-items:center;font-family:var(--font-display);font-weight:600;color:var(--text);letter-spacing:.04em}.prh-avatar.is-accent{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#0a0b00;border-color:var(--accent)}.prh-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:200px;gap:12px}@media (max-width: 900px){.prh-gallery-grid{grid-template-columns:repeat(2,1fr)}}.prh-gallery-grid--page{grid-auto-rows:240px}.prh-gallery-cell--0{grid-column:span 2;grid-row:span 2}.prh-gallery-cell--3{grid-row:span 2}@media (max-width: 900px){.prh-gallery-cell--0{grid-column:span 2;grid-row:span 1}.prh-gallery-cell--3{grid-row:span 1}}.prh-gallery-tile{position:relative;width:100%;height:100%;border-radius:var(--r-md);overflow:hidden;border:1px solid var(--border);background:none;padding:0;cursor:pointer;display:block}.prh-gallery-tile .prh-placeholder{height:100%;aspect-ratio:auto!important;border:0;border-radius:0}.prh-gallery-tile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:16px;display:flex;flex-direction:column;justify-content:flex-end;gap:4px;background:linear-gradient(to top,rgba(0,0,0,.85),transparent 60%);text-align:left;opacity:0;transition:opacity .2s}.prh-gallery-tile:hover .prh-gallery-tile__overlay{opacity:1}.prh-gallery-tile__overlay strong{font-size:14px}.prh-clips-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width: 980px){.prh-clips-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.prh-clips-grid{grid-template-columns:1fr}}.prh-clips-grid--page{grid-template-columns:repeat(3,1fr)}@media (max-width: 900px){.prh-clips-grid--page{grid-template-columns:repeat(2,1fr)}}.prh-clip-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;transition:border-color .2s,transform .2s;display:flex;flex-direction:column}button.prh-clip-card{cursor:pointer;text-align:left;padding:0;width:100%}.prh-clip-card:hover{border-color:var(--border-2);transform:translateY(-2px)}.prh-clip-card__thumb{position:relative;overflow:hidden}.prh-clip-card__thumb .prh-placeholder{border-radius:0;border:0}.prh-clip-preview{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;transition:opacity .25s}.prh-clip-preview:not([data-ready]){opacity:0}.prh-clip-card__play{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:var(--text);transition:color .2s,transform .2s;z-index:2}.prh-clip-card__play svg{width:48px;height:48px;padding:14px;background:#0000008c;border-radius:50%;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.prh-clip-card:hover .prh-clip-card__play{color:var(--accent);transform:scale(1.05)}.prh-clip-card__dur{position:absolute;bottom:10px;right:10px;padding:3px 8px;background:#000000b3;border-radius:4px;font-size:11px;z-index:2}.prh-clip-card__body{padding:16px;display:flex;flex-direction:column;gap:6px}.prh-clip-card__body h4{font-size:15px;line-height:1.3}.prh-clip-card__foot{display:flex;justify-content:space-between;align-items:center;padding-top:6px}.prh-vehicles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width: 1100px){.prh-vehicles-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.prh-vehicles-grid{grid-template-columns:1fr}}.prh-vehicles-grid--page{grid-template-columns:repeat(3,1fr)}@media (max-width: 980px){.prh-vehicles-grid--page{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.prh-vehicles-grid--page{grid-template-columns:1fr}}.prh-veh-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;transition:border-color .2s,transform .2s;display:flex;flex-direction:column}.prh-veh-card:hover{border-color:var(--border-2);transform:translateY(-2px)}.prh-veh-card .prh-placeholder{border-radius:0;border:0}.prh-veh-card__body{padding:18px;display:flex;flex-direction:column;gap:8px}.prh-veh-card__body p{color:var(--text-2);font-size:14px}.prh-veh-card__req{font-size:12px}.prh-veh-card__req .prh-mono{color:var(--accent);margin-right:6px}.prh-veh-card__meta{display:flex;justify-content:space-between}.prh-veh-card--lg .prh-veh-card__body{padding:22px;gap:12px}.prh-veh-card__reqbox{margin-top:6px;padding:12px;border:1px dashed var(--border);border-radius:var(--r-sm);display:flex;flex-direction:column;gap:4px}.prh-veh-card__reqbox p{font-size:13px;color:var(--text)}.prh-hier-tree{display:flex;flex-direction:column;gap:10px}.prh-hier-tier{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:18px 22px;display:flex;flex-direction:column;gap:14px}.prh-hier-tier__head{display:flex;align-items:center;gap:18px}.prh-hier-tier__head h4{font-size:18px}.prh-hier-tier__head h4+.prh-mono{margin-left:auto}.prh-hier-tier__bar{height:4px;background:#ffffff0d;border-radius:999px;overflow:hidden}.prh-hier-tier__bar-fill{height:100%;background:linear-gradient(90deg,var(--accent),transparent);border-radius:999px}.prh-hier-tier__roles{display:flex;flex-wrap:wrap;gap:8px}.prh-hier-tier__chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px 4px 4px;background:var(--bg-2);border:1px solid var(--border);border-radius:999px;font-size:13px}.prh-hier-tier__chip em{color:var(--muted);font-style:normal;font-size:12px}.prh-recruit-section{padding:64px 0 112px}.prh-recruit-section__inner{position:relative;background:linear-gradient(135deg,var(--surface) 0%,var(--bg-2) 100%);border:1px solid var(--border-2);border-radius:var(--r-xl);padding:56px;display:grid;grid-template-columns:1.4fr 1fr;gap:48px;overflow:hidden}.prh-recruit-section__bg{position:absolute;right:-20%;top:-50%;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(205,255,0,.1),transparent 60%);pointer-events:none}@media (max-width: 800px){.prh-recruit-section__inner{grid-template-columns:1fr;padding:36px 28px;gap:28px}}.prh-recruit-section__copy{display:flex;flex-direction:column;gap:14px;position:relative}.prh-recruit-section__copy p{color:var(--text-2);font-size:16px;max-width:460px}.prh-recruit-section__ctas{display:flex;gap:10px;margin-top:10px}.prh-recruit-section__highlights{display:flex;flex-direction:column;gap:14px;position:relative;border-left:1px solid var(--border);padding-left:32px}@media (max-width: 800px){.prh-recruit-section__highlights{border-left:0;padding-left:0;border-top:1px solid var(--border);padding-top:20px}}.prh-recruit-section__highlights>div{display:flex;flex-direction:column;gap:2px}.prh-recruit-section__highlights strong{font-family:var(--font-display);font-size:32px}.prh-recruit-section__highlights span{color:var(--text-2);font-size:14px}.prh-footer{border-top:1px solid var(--border);background:var(--bg-2);padding:56px 0 24px}.prh-footer__grid{max-width:var(--maxw);margin:0 auto;padding:0 28px;display:grid;grid-template-columns:1.6fr 1fr 1fr 1.4fr;gap:48px}@media (max-width: 900px){.prh-footer__grid{grid-template-columns:1fr 1fr;gap:32px}}.prh-footer__brand{display:flex;gap:14px;align-items:flex-start}.prh-footer__brand strong{font-family:var(--font-display);font-size:18px;display:block;margin-bottom:6px}.prh-footer__brand p{color:var(--text-2);font-size:13px;max-width:320px;line-height:1.5}.prh-footer__col{display:flex;flex-direction:column;gap:8px}.prh-footer__col h4{font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--muted);margin-bottom:8px}.prh-footer__col button{text-align:left;color:var(--text-2);font-size:14px;transition:color .15s}.prh-footer__col button:hover{color:var(--accent)}.prh-footer__discord{display:inline-flex;align-items:center;gap:8px;color:var(--text);text-decoration:none;padding:10px 14px;border-radius:10px;background:#5865f21f;border:1px solid rgba(88,101,242,.3);font-size:14px;width:max-content}.prh-footer__note{color:var(--muted);font-size:12px;margin-top:12px;line-height:1.5}.prh-footer__bottom{max-width:var(--maxw);margin:40px auto 0;padding:24px 28px 0;display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:12px;border-top:1px solid var(--border)}.prh-pagehero{padding:140px 0 56px;position:relative;overflow:hidden;border-bottom:1px solid var(--border)}.prh-pagehero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(700px 300px at 80% 20%,rgba(205,255,0,.08),transparent 70%),linear-gradient(to bottom,var(--bg-2),var(--bg));pointer-events:none}.prh-pagehero__inner{position:relative;display:flex;flex-direction:column;gap:16px;max-width:760px}.prh-pagehero h1{font-size:clamp(36px,5vw,56px)}.prh-pagehero p{color:var(--text-2);font-size:17px;max-width:620px}.prh-pagehero__stats{display:flex;gap:28px;margin-top:16px;padding-top:20px;border-top:1px solid var(--border)}.prh-pagehero__stats>div{display:flex;flex-direction:column;gap:2px}.prh-pagehero__stats strong{font-family:var(--font-display);font-size:28px;font-weight:600}.prh-pagehero__stats span{color:var(--muted);font-size:12px;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em}.prh-pagehero__ctas{display:flex;gap:10px;margin-top:20px;flex-wrap:wrap}.prh-filterbar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:12px;margin-bottom:24px}.prh-filterbar__count{margin-left:auto}.prh-search{display:flex;align-items:center;gap:8px;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-sm);padding:10px 14px;color:var(--muted);flex:1;min-width:220px}.prh-search input{background:transparent;border:0;outline:none;color:var(--text);font-family:inherit;font-size:14px;flex:1}.prh-search input::placeholder{color:var(--muted)}.prh-select{display:flex;align-items:center;gap:10px;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-sm);padding:6px 14px}.prh-select span{font-family:var(--font-mono);font-size:10px;color:var(--muted);letter-spacing:.12em;text-transform:uppercase}.prh-select select{background:transparent;border:0;outline:none;color:var(--text);font-family:inherit;font-size:14px;padding:6px 0}.prh-select select option{background:var(--bg-2)}.prh-tabs{display:flex;gap:6px;background:var(--surface);border:1px solid var(--border);padding:4px;border-radius:999px;margin-bottom:24px;width:max-content;max-width:100%;flex-wrap:wrap}.prh-tab{padding:8px 16px;border-radius:999px;color:var(--text-2);font-size:13px;font-weight:500;transition:background .15s,color .15s}.prh-tab:hover{color:var(--text)}.prh-tab.is-active{background:var(--accent);color:#0a0b00;font-weight:600}.prh-tabs--alt .prh-tab.is-active{background:var(--surface-2);color:var(--accent)}.prh-empty{padding:60px 20px;text-align:center;color:var(--muted);border:1px dashed var(--border);border-radius:var(--r-md)}.prh-hier-group{margin-bottom:40px}.prh-hier-group__head{display:flex;align-items:center;gap:16px;margin-bottom:18px}.prh-hier-group__head h3{font-size:18px;text-transform:uppercase;letter-spacing:.04em}.prh-hier-group__line{flex:1;height:1px;background:var(--border)}.prh-hier-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media (max-width: 900px){.prh-hier-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.prh-hier-cards{grid-template-columns:1fr}}.prh-officer-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:18px;display:flex;flex-direction:column;gap:12px;transition:border-color .2s,transform .2s}.prh-officer-card:hover{border-color:var(--border-2);transform:translateY(-2px)}.prh-officer-card__top{display:flex;align-items:center;gap:14px}.prh-officer-card__id{flex:1;display:flex;flex-direction:column;line-height:1.3}.prh-officer-card__id strong{font-size:16px}.prh-officer-card__role{color:var(--text-2);font-size:14px}.prh-officer-card__specs{display:flex;flex-wrap:wrap;gap:6px;min-height:24px}.prh-officer-card__foot{padding-top:10px;border-top:1px solid var(--border)}.prh-officer-card__foot .prh-mono{display:inline-flex;align-items:center;gap:6px}.prh-rank-controls{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between}.prh-podium{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:16px;align-items:end;margin:40px 0 32px}@media (max-width: 700px){.prh-podium{grid-template-columns:1fr}}.prh-podium__col{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:24px 20px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;position:relative}.prh-podium__col--1{border-color:var(--accent);background:linear-gradient(180deg,rgba(205,255,0,.08),var(--surface) 60%);transform:translateY(-12px);box-shadow:0 24px 64px -32px #cdff0066}.prh-podium__col--2{border-color:#dcdcdc40}.prh-podium__col--3{border-color:#c28a5640}.prh-podium__pos{font-family:var(--font-display);font-size:14px;color:var(--muted)}.prh-podium__value{font-family:var(--font-display);font-size:36px;font-weight:700;color:var(--accent);margin-top:4px}.prh-podium__plinth{width:100%;height:60px;margin-top:8px;background:linear-gradient(180deg,var(--surface-2),var(--bg-2));border-top:1px solid var(--border);display:grid;place-items:center;border-radius:0 0 var(--r-md) var(--r-md)}.prh-podium__col--1 .prh-podium__plinth{height:80px}.prh-rank-table{width:100%;border-collapse:collapse;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden}.prh-rank-table th,.prh-rank-table td{padding:14px 16px;text-align:left;font-size:14px}.prh-rank-table th{background:var(--bg-2);font-family:var(--font-mono);text-transform:uppercase;font-size:11px;letter-spacing:.1em;color:var(--muted);font-weight:500;border-bottom:1px solid var(--border)}.prh-rank-table tbody tr{border-bottom:1px solid var(--border);transition:background .15s}.prh-rank-table tbody tr:last-child{border-bottom:0}.prh-rank-table tbody tr:hover{background:var(--surface-2)}.prh-rank-table__qra{display:flex;align-items:center;gap:10px}.prh-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;padding:24px;animation:prh-fadein .2s ease}@keyframes prh-fadein{0%{opacity:0}to{opacity:1}}.prh-modal__panel{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-lg);max-width:720px;width:100%;max-height:90vh;overflow:auto;padding:28px;display:flex;flex-direction:column;gap:16px;animation:prh-slideup .25s ease;position:relative}@keyframes prh-slideup{0%{transform:translateY(20px);opacity:0}to{transform:none;opacity:1}}.prh-modal__panel--media{padding:0;overflow:hidden}.prh-modal__panel--media .prh-placeholder{border-radius:0;border:0;border-bottom:1px solid var(--border)}.prh-modal__panel--media .prh-modal__head{padding:20px 24px 24px}.prh-modal__panel--video{padding:0;overflow:hidden;max-width:900px}.prh-modal__panel--video .prh-modal__head{padding:16px 24px 20px}.prh-video-player{width:100%;aspect-ratio:16 / 9;display:block;background:#000;border:0}.prh-video-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;aspect-ratio:16 / 9;background:var(--surface);color:var(--muted)}.prh-clip-modal__meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.prh-modal__close{position:absolute;top:12px;right:12px;z-index:2;width:36px;height:36px;border-radius:50%;background:#0009;border:1px solid var(--border);display:grid;place-items:center;color:var(--text)}.prh-modal__head{display:flex;flex-direction:column;gap:6px}.prh-modal__head h2{font-size:26px}.prh-modal__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding:14px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.prh-modal__grid>div{display:flex;flex-direction:column;gap:4px}.prh-modal__grid p{font-size:15px;font-weight:500}.prh-modal__body{display:flex;flex-direction:column;gap:6px}.prh-modal__body p{color:var(--text-2);font-size:15px;line-height:1.55}.prh-recruit-cols{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 800px){.prh-recruit-cols{grid-template-columns:1fr}}.prh-recruit-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:28px;display:flex;flex-direction:column;gap:14px}.prh-checklist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.prh-checklist li{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:var(--text)}.prh-checklist li span{width:16px;height:16px;border-radius:50%;background:#ffffff0a;border:1px solid var(--border);flex-shrink:0;margin-top:3px;position:relative}.prh-checklist li span:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;background:var(--muted);border-radius:50%}.prh-checklist--accent li span{border-color:#cdff0066;background:var(--accent-soft)}.prh-checklist--accent li span:after{background:var(--accent)}.prh-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media (max-width: 800px){.prh-steps{grid-template-columns:1fr}}.prh-step{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:22px;display:flex;flex-direction:column;gap:6px;position:relative}.prh-step .prh-mono{font-size:24px;font-weight:700;font-family:var(--font-display);letter-spacing:0}.prh-step p{color:var(--text-2);font-size:14px}.prh-faq{display:flex;flex-direction:column;gap:8px}.prh-faq__item{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:18px 22px;text-align:left;display:flex;flex-direction:column;gap:0;transition:border-color .15s}.prh-faq__item.is-open{border-color:#cdff004d}.prh-faq__q{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:15px;font-weight:600}.prh-faq__chev{transition:transform .2s}.prh-faq__item.is-open .prh-faq__chev{transform:rotate(90deg);color:var(--accent)}.prh-faq__a{max-height:0;overflow:hidden;transition:max-height .25s ease,padding .25s ease;color:var(--text-2);font-size:14px}.prh-faq__item.is-open .prh-faq__a{max-height:200px;padding-top:12px}.prh-cta-banner{background:linear-gradient(135deg,var(--accent) 0%,#E8FF55 100%);color:#0a0b00;border-radius:var(--r-xl);padding:36px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.prh-cta-banner h3{font-size:28px;color:#0a0b00}.prh-cta-banner p{font-size:15px;opacity:.8;max-width:480px}.prh-cta-banner .prh-btn--primary{background:#0a0b00;color:var(--accent)}.prh-cta-banner .prh-btn--primary:hover{background:#222}.prh-cta-banner .prh-btn--ghost{border-color:#00000040;color:#0a0b00}.prh-cta-banner .prh-btn--ghost:hover{background:#00000014}.prh-cta-banner__actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.prh-section--tight{padding:40px 0 0}.prh-recruit-notice{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--r-lg);padding:28px 32px;display:flex;align-items:flex-start;gap:40px;flex-wrap:wrap}.prh-recruit-notice__body{flex:1;min-width:260px;display:flex;flex-direction:column;gap:12px}.prh-recruit-notice__body p{color:var(--text-2);font-size:14px;line-height:1.65}.prh-recruit-notice__steps{display:flex;flex-direction:column;gap:10px;margin-top:2px}.prh-recruit-notice__steps>div{display:flex;align-items:baseline;gap:12px;font-size:14px;color:var(--text)}.prh-recruit-notice__steps .prh-mono{font-size:13px;flex-shrink:0}.prh-recruit-notice__ctas{display:flex;flex-direction:column;gap:10px;justify-content:center;min-width:180px}@media (max-width: 700px){.prh-recruit-notice{flex-direction:column;gap:24px}.prh-recruit-notice__ctas{flex-direction:row;flex-wrap:wrap}}.prh-creators-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width: 980px){.prh-creators-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.prh-creators-grid{grid-template-columns:1fr}}.prh-creator-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:24px;display:flex;flex-direction:column;gap:20px;transition:border-color .2s,transform .2s}.prh-creator-card:hover{border-color:var(--border-2);transform:translateY(-2px)}.prh-creator-card__top{display:flex;align-items:center;gap:16px}.prh-creator-card__id{display:flex;flex-direction:column;gap:4px;line-height:1.3}.prh-creator-card__id strong{font-size:17px}.prh-creator-card__links{display:flex;flex-direction:column;gap:8px}.prh-creator-card__no-links{font-size:12px}.prh-creator-link{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:var(--r-sm);background:#ffffff08;border:1px solid var(--border);color:var(--text-2);font-size:14px;font-weight:500;transition:background .18s,border-color .18s,color .18s}.prh-creator-link:hover{background:#ffffff12;border-color:var(--platform-color, var(--border-2));color:var(--text)}.prh-creator-link:hover svg{color:var(--platform-color, currentColor)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.prh-reveal{opacity:1!important;transform:none!important}}.prh-manual{position:relative}.prh-man-progress{position:fixed;top:0;left:0;right:0;height:2px;background:var(--accent);z-index:99;transform-origin:left center;transform:scaleX(0);transition:transform .15s linear}.prh-man-meta{display:grid;grid-template-columns:repeat(4,auto);gap:32px;margin-top:16px;padding-top:20px;border-top:1px solid var(--border)}@media (max-width: 700px){.prh-man-meta{grid-template-columns:repeat(2,1fr);gap:18px}}.prh-man-meta>div{display:flex;flex-direction:column;gap:2px}.prh-man-meta strong{font-family:var(--font-display);font-size:22px;font-weight:600}.prh-man-meta span{color:var(--muted);font-family:var(--font-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.prh-section--manual{padding-top:56px}.prh-man-layout{display:grid;grid-template-columns:260px 1fr;gap:56px;align-items:flex-start}@media (max-width: 980px){.prh-man-layout{grid-template-columns:1fr;gap:32px}}.prh-man-toc{position:sticky;top:96px;align-self:flex-start}@media (max-width: 980px){.prh-man-toc{position:static}}.prh-man-toc__inner{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:18px;display:flex;flex-direction:column;gap:12px;max-height:calc(100vh - 120px);overflow:auto}.prh-man-toc nav{display:flex;flex-direction:column;gap:2px}.prh-man-toc__link{display:grid;grid-template-columns:32px 1fr;gap:10px;align-items:center;padding:8px 10px;border-radius:8px;color:var(--text-2);text-align:left;font-size:13px;line-height:1.3;transition:background .15s,color .15s;position:relative}.prh-man-toc__link .prh-mono{font-size:10px;color:var(--muted)}.prh-man-toc__link:hover{background:#ffffff08;color:var(--text)}.prh-man-toc__link.is-active{background:var(--accent-soft);color:var(--accent)}.prh-man-toc__link.is-active .prh-mono{color:var(--accent)}.prh-man-toc__link.is-active:before{content:"";position:absolute;left:-18px;top:50%;transform:translateY(-50%);width:3px;height:60%;background:var(--accent);border-radius:2px}.prh-man-toc__progress{display:flex;align-items:center;gap:10px;padding:10px;background:var(--bg-2);border-radius:8px;border:1px solid var(--border)}.prh-man-toc__progress{position:relative;height:32px;padding:0 10px}.prh-man-toc__progress-bar{position:absolute;left:0;top:0;bottom:0;background:linear-gradient(90deg,var(--accent-soft),transparent);border-radius:8px;transition:width .2s}.prh-man-toc__progress .prh-mono{position:relative;color:var(--text);font-size:10px;display:flex;align-items:center;height:100%}.prh-man-toc__cta{justify-content:center;margin-top:4px}.prh-man-article{display:flex;flex-direction:column;gap:80px;min-width:0}.prh-man-sec{display:flex;flex-direction:column;gap:24px;scroll-margin-top:100px}.prh-man-sec__head{display:flex;flex-direction:column;gap:8px;padding-bottom:18px;border-bottom:1px solid var(--border)}.prh-man-sec__head h2{font-size:clamp(28px,3vw,38px)}.prh-man-sec__kicker{color:var(--text-2);font-size:15px;max-width:640px}.prh-man-sec__body{display:flex;flex-direction:column;gap:24px}.prh-man-h3{font-family:var(--font-display);font-size:18px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-2);margin:8px 0 -8px}.prh-rules{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden}.prh-rules li{background:var(--surface);padding:14px 20px;display:grid;grid-template-columns:36px 1fr;gap:16px;align-items:baseline;font-size:15px;color:var(--text);transition:background .15s}.prh-rules li:hover{background:var(--surface-2)}.prh-rules li .prh-mono{color:var(--muted);font-size:12px}.prh-callout{display:flex;gap:16px;padding:16px 20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);position:relative}.prh-callout__bar{width:3px;background:var(--muted);border-radius:2px;flex-shrink:0}.prh-callout__body{display:flex;flex-direction:column;gap:4px}.prh-callout__body strong{font-size:14px}.prh-callout__body>div{color:var(--text-2);font-size:14px;line-height:1.5}.prh-callout--warn{background:#ffb4540f;border-color:#ffb45440}.prh-callout--warn .prh-callout__bar{background:var(--warn)}.prh-callout--warn strong{color:var(--warn)}.prh-callout--danger{background:#ff5c5c0f;border-color:#ff5c5c40}.prh-callout--danger .prh-callout__bar{background:var(--danger)}.prh-callout--danger strong{color:var(--danger)}.prh-callout--info .prh-callout__bar{background:var(--accent)}.prh-callout--info strong{color:var(--accent)}.prh-rank-grid{display:flex;flex-direction:column;gap:12px}.prh-rank-grid__tier{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:18px 22px;display:grid;grid-template-columns:200px 1fr;gap:24px;align-items:center}@media (max-width: 720px){.prh-rank-grid__tier{grid-template-columns:1fr;gap:14px}}.prh-rank-grid__tier--1{border-color:#cdff0066;background:linear-gradient(90deg,rgba(205,255,0,.06),var(--surface) 60%)}.prh-rank-grid__head h4{font-size:16px;margin-top:4px}.prh-rank-grid__patentes{display:flex;flex-wrap:wrap;gap:8px}.prh-rank-grid__patente{background:var(--bg-2);border:1px solid var(--border);border-radius:999px;padding:6px 14px;display:inline-flex;align-items:center;gap:8px;font-size:14px}.prh-rank-grid__patente .prh-mono{font-size:11px}.prh-ladder{display:flex;flex-direction:column;gap:6px}.prh-ladder__step{display:grid;grid-template-columns:90px 1fr;gap:18px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden;transition:transform .2s,border-color .2s}.prh-ladder__step:hover{transform:translate(4px);border-color:var(--border-2)}.prh-ladder__bar{display:grid;place-items:center;padding:16px;background:linear-gradient(180deg,var(--surface-2),var(--bg-2));border-right:3px solid var(--muted-2)}.prh-ladder__bar .prh-mono{font-family:var(--font-display);font-size:24px;font-weight:700;color:var(--text);letter-spacing:0}.prh-ladder__copy{padding:16px 20px;display:flex;flex-direction:column;gap:4px;justify-content:center}.prh-ladder__copy p{color:var(--text-2);font-size:14px;line-height:1.5}.prh-ladder__step--min .prh-ladder__bar{border-right-color:var(--ok)}.prh-ladder__step--min .prh-ladder__bar .prh-mono{color:var(--ok)}.prh-ladder__step--low .prh-ladder__bar{border-right-color:#a8e063}.prh-ladder__step--low .prh-ladder__bar .prh-mono{color:#a8e063}.prh-ladder__step--mid .prh-ladder__bar{border-right-color:var(--accent)}.prh-ladder__step--mid .prh-ladder__bar .prh-mono{color:var(--accent)}.prh-ladder__step--high .prh-ladder__bar{border-right-color:var(--warn)}.prh-ladder__step--high .prh-ladder__bar .prh-mono{color:var(--warn)}.prh-ladder__step--max .prh-ladder__bar{border-right-color:var(--danger);background:linear-gradient(180deg,rgba(255,92,92,.1),var(--bg-2))}.prh-ladder__step--max .prh-ladder__bar .prh-mono{color:var(--danger)}.prh-ladder__step--max{border-color:#ff5c5c40}.prh-channels{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width: 700px){.prh-channels{grid-template-columns:1fr}}.prh-channel{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:18px;display:flex;gap:16px;align-items:flex-start}.prh-channel__icon{font-size:26px;line-height:1;padding:8px 10px;background:var(--bg-2);border-radius:var(--r-sm);border:1px solid var(--border)}.prh-channel h4{margin:4px 0}.prh-channel p{color:var(--text-2);font-size:14px;line-height:1.45}.prh-man-search{width:100%;max-width:480px}.prh-man-search__clear{color:var(--muted);padding:4px}.prh-codeq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media (max-width: 760px){.prh-codeq-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 460px){.prh-codeq-grid{grid-template-columns:1fr}}.prh-codeq{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-sm);padding:12px 14px;display:flex;align-items:center;gap:14px;transition:border-color .15s,transform .15s}.prh-codeq:hover{border-color:#cdff004d;transform:translateY(-1px)}.prh-codeq__code{font-family:var(--font-mono);font-weight:600;background:var(--accent-soft);color:var(--accent);padding:6px 10px;border-radius:4px;font-size:13px;letter-spacing:.06em;min-width:56px;text-align:center}.prh-codeq__sig{font-size:14px;color:var(--text)}.prh-codeq__empty{grid-column:1 / -1}.prh-codenum{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media (max-width: 700px){.prh-codenum{grid-template-columns:1fr}}.prh-codenum__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:18px;display:grid;grid-template-columns:70px 1fr;gap:18px;align-items:flex-start;border-left-width:4px;position:relative}.prh-codenum__num{font-family:var(--font-display);font-size:48px;font-weight:700;line-height:1;letter-spacing:-.04em;text-align:center}.prh-codenum__body h4{margin-bottom:6px}.prh-codenum__body p{color:var(--text-2);font-size:14px;line-height:1.5}.prh-codenum__card--min{border-left-color:var(--ok)}.prh-codenum__card--min .prh-codenum__num{color:var(--ok)}.prh-codenum__card--low{border-left-color:#a8e063}.prh-codenum__card--low .prh-codenum__num{color:#a8e063}.prh-codenum__card--mid{border-left-color:var(--accent)}.prh-codenum__card--mid .prh-codenum__num{color:var(--accent)}.prh-codenum__card--high{border-left-color:var(--warn)}.prh-codenum__card--high .prh-codenum__num{color:var(--warn)}.prh-codenum__card--max{border-left-color:var(--danger);background:linear-gradient(180deg,rgba(255,92,92,.06),var(--surface))}.prh-codenum__card--max .prh-codenum__num{color:var(--danger)}.prh-codenum__card--ok{border-left-color:#5be584}.prh-codenum__card--ok .prh-codenum__num{color:#5be584}.prh-modul-structure{display:flex;flex-direction:column;gap:6px}.prh-modul-row{display:grid;grid-template-columns:56px 1fr;gap:16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-sm);padding:14px 18px}.prh-modul-row__n{font-size:16px;color:var(--accent);display:flex;align-items:center}.prh-modul-row__body{display:flex;flex-direction:column;gap:4px}.prh-modul-row__body strong{font-size:14px}.prh-modul-row__body span{color:var(--text-2);font-size:13px;font-family:var(--font-mono)}.prh-radio-feed{display:flex;flex-direction:column;gap:8px}.prh-radio-msg{background:linear-gradient(180deg,#0d1015,var(--bg-2));border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--r-sm);padding:14px 18px;display:flex;flex-direction:column;gap:8px;font-family:var(--font-mono)}.prh-radio-msg__head{display:flex;align-items:center;gap:10px}.prh-radio-msg__head .prh-pulse{width:6px;height:6px}.prh-radio-msg p{font-size:14px;color:var(--text);line-height:1.6;font-family:var(--font-mono)}.prh-cp-feed{background:#0a0c0e;border:1px solid var(--border);border-radius:var(--r-md);padding:16px 20px;display:flex;flex-direction:column;gap:6px;font-family:var(--font-mono);font-size:13px}.prh-cp-line{display:grid;grid-template-columns:70px 130px 1fr;gap:14px;align-items:center;padding:4px 0}@media (max-width: 760px){.prh-cp-line{grid-template-columns:1fr;gap:4px;padding:8px 0;border-bottom:1px solid var(--border)}.prh-cp-line:last-child{border-bottom:0}}.prh-cp-line__lbl{color:var(--accent);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.prh-cp-line code{color:var(--text);font-family:var(--font-mono);font-size:12px}.prh-two-cols{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width: 800px){.prh-two-cols{grid-template-columns:1fr}}.prh-info-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:22px;display:flex;flex-direction:column;gap:8px}.prh-info-card h4{font-size:15px}.prh-info-card p{color:var(--text-2);font-size:14px;line-height:1.5}.prh-info-card em{color:var(--muted);font-style:normal;font-size:13px;padding-left:12px;border-left:2px solid var(--border)}.prh-info-card ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.prh-info-card ul li{position:relative;padding-left:18px;color:var(--text);font-size:14px;line-height:1.5}.prh-info-card ul li:before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;background:var(--accent);border-radius:50%}.prh-miranda-rights{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media (max-width: 760px){.prh-miranda-rights{grid-template-columns:1fr}}.prh-miranda-right{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:20px;display:flex;flex-direction:column;gap:6px}.prh-miranda-right h4{font-size:15px}.prh-miranda-right p{color:var(--text-2);font-size:13px;line-height:1.5}.prh-miranda-script{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-md);padding:24px 28px;display:flex;flex-direction:column;gap:12px;position:relative}.prh-miranda-script:before{content:"“";position:absolute;top:-8px;right:20px;font-family:var(--font-display);font-size:80px;color:var(--accent);line-height:1;opacity:.6}.prh-miranda-script blockquote{margin:0;font-size:16px;line-height:1.7;color:var(--text);font-style:italic;max-width:720px}.prh-pcards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media (max-width: 800px){.prh-pcards{grid-template-columns:1fr}}.prh-pcard{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:22px;display:flex;flex-direction:column;gap:14px}.prh-pcard__head{display:flex;align-items:center;gap:14px}.prh-pcard__id{width:48px;height:48px;border-radius:12px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center;font-family:var(--font-display);font-weight:700;font-size:18px;border:1px solid rgba(205,255,0,.25)}.prh-pcard__head h4{font-size:16px}.prh-pcard ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.prh-pcard ul li{display:grid;grid-template-columns:8px 1fr;gap:12px;align-items:baseline;font-size:13px;color:var(--text-2);line-height:1.5}.prh-pcard ul li span{width:6px;height:6px;background:var(--accent);border-radius:50%;margin-top:7px}.prh-bullet-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.prh-bullet-list li{position:relative;padding-left:20px;font-size:14px;color:var(--text);line-height:1.5}.prh-bullet-list li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:2px;background:var(--accent)}.prh-limit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}@media (max-width: 980px){.prh-limit-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.prh-limit-grid{grid-template-columns:1fr}}.prh-limit-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:16px;display:flex;flex-direction:column;gap:6px}.prh-limit-card strong{font-size:14px}.prh-limit-card p{color:var(--text-2);font-size:12px}.prh-roles{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;align-items:start}@media (max-width: 900px){.prh-roles{grid-template-columns:1fr}}.prh-role{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:22px;display:flex;flex-direction:column;gap:12px;border-top:3px solid var(--muted-2)}.prh-role--accent{border-top-color:var(--accent);background:linear-gradient(180deg,rgba(205,255,0,.05),var(--surface) 50%)}.prh-role--mid{border-top-color:var(--warn)}.prh-role--low{border-top-color:#a8e063}.prh-role__head{display:flex;flex-direction:column;gap:4px}.prh-role__head h4{font-size:20px}.prh-role__head .prh-mono{color:var(--muted)}.prh-role ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.prh-role ul li{position:relative;padding-left:16px;font-size:13px;color:var(--text-2);line-height:1.5}.prh-role ul li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;background:var(--accent);border-radius:50%}.prh-allowlist{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:22px;display:flex;flex-direction:column;gap:14px}.prh-allowlist .prh-mono{font-size:11px;letter-spacing:.16em}.prh-allowlist--ok{border-color:#5be58440}.prh-allowlist--ok .prh-mono{color:var(--ok)}.prh-allowlist--no{border-color:#ff5c5c40}.prh-allowlist--no .prh-mono{color:var(--danger)}.prh-allowlist ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.prh-allowlist ul li{display:grid;grid-template-columns:18px 1fr;align-items:center;gap:10px;font-size:14px;color:var(--text)}.prh-allowlist ul li span{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;flex-shrink:0;font-size:12px;line-height:1;color:var(--bg)}.prh-allowlist--ok ul li span{background:var(--ok)}.prh-allowlist--ok ul li span:after{content:"✓";color:#0a1a0f;font-weight:700}.prh-allowlist--no ul li span{background:var(--danger)}.prh-allowlist--no ul li span:after{content:"×";color:#1a0a0a;font-weight:700;font-size:14px}.prh-man-end{background:linear-gradient(135deg,var(--surface),var(--bg-2));border:1px solid var(--border-2);border-radius:var(--r-lg);padding:32px 36px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.prh-man-end h3{font-size:24px;margin-bottom:6px}.prh-man-end p{color:var(--text-2);font-size:14px;max-width:460px}@media print{.prh-nav,.prh-footer,.prh-man-toc,.prh-man-progress{display:none!important}.prh-man-layout{grid-template-columns:1fr}.prh-man-article{gap:40px}}.prh-media{position:relative;width:100%;overflow:hidden;background:var(--bg-2);display:block}.prh-media img{width:100%;height:100%;object-fit:cover;display:block}.prh-seizure__media .prh-media,.prh-veh-card .prh-media,.prh-clip-card__thumb .prh-media{border:0;border-radius:0}.prh-gallery-tile .prh-media{height:100%;aspect-ratio:auto!important}.prh-modal__panel--media .prh-media{border:0;border-radius:0;border-bottom:1px solid var(--border)}.prh-loading{padding:48px 20px;text-align:center;color:var(--muted);font-family:var(--font-mono);font-size:13px;letter-spacing:.04em;border:1px dashed var(--border);border-radius:var(--r-md)}.prh-status--danger{background:#ff5c5c1a;color:var(--danger);border-color:#ff5c5c40}.prh-carousel{position:relative;width:100%}.prh-carousel__nav{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;background:#0000009e;border:1px solid var(--border);display:grid;place-items:center;color:var(--text);z-index:2;transition:background .15s,color .15s}.prh-carousel__nav:hover{background:var(--accent);color:#0a0b00;border-color:var(--accent)}.prh-carousel__nav--prev{left:10px}.prh-carousel__nav--next{right:10px}.prh-carousel__nav--prev svg{transform:rotate(180deg)}.prh-carousel__dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:5px;z-index:2}.prh-carousel__dot{width:6px;height:6px;border-radius:50%;background:#fff6}.prh-carousel__dot.is-active{background:var(--accent)}.prh-carousel__count{position:absolute;top:10px;right:10px;z-index:2;padding:3px 8px;border-radius:999px;background:#0000009e;border:1px solid var(--border);font-size:10px;color:var(--text-2)}.prh-video-carousel{display:flex;flex-direction:column}.prh-video-carousel__nav{display:flex;align-items:center;justify-content:center;gap:14px;padding:10px 16px;background:var(--surface);border-top:1px solid var(--border)}.prh-video-carousel__nav .prh-carousel__nav{position:relative;top:auto;transform:none;left:auto;right:auto}.prh-video-carousel__nav .prh-carousel__dots{position:relative;bottom:auto;left:auto;transform:none}.prh-video-carousel__nav .prh-carousel__count{position:relative;top:auto;right:auto;background:none;border:none;font-size:12px;padding:0}.prh-officer-card{position:relative}.prh-officer-card:hover{z-index:20}.prh-officer-card__id-sub{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.prh-live-badge{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:700;letter-spacing:.08em;color:var(--accent);text-decoration:none;font-family:var(--font-mono);opacity:.9;transition:opacity .15s}.prh-live-badge:hover{opacity:1}.prh-live-badge .prh-pulse{width:6px;height:6px;margin:0}.prh-cc-badge{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:600;letter-spacing:.07em;color:var(--text-2);font-family:var(--font-mono);background:#ffffff0d;border:1px solid var(--border);border-radius:4px;padding:1px 6px;line-height:1.6}.prh-cc-badge svg{opacity:.7}.prh-officer-card__detail{position:absolute;left:0;right:0;top:100%;z-index:40;background:var(--bg-2);border:1px solid var(--border-2);border-radius:var(--r-md);box-shadow:var(--shadow-2);padding:16px;display:flex;flex-direction:column;gap:14px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .16s ease,transform .16s ease,visibility .16s}.prh-officer-card:hover .prh-officer-card__detail,.prh-officer-card:focus-within .prh-officer-card__detail{opacity:1;visibility:visible;transform:translateY(0)}.prh-detail__rows{display:flex;flex-direction:column;gap:9px}.prh-detail__rows>div{display:flex;justify-content:space-between;gap:16px;align-items:baseline}.prh-detail__rows>div>span:first-child{font-size:10px;letter-spacing:.1em;flex-shrink:0}.prh-detail__rows>div>span:last-child{color:var(--text);font-size:13px;text-align:right}.prh-detail__medals{display:flex;flex-direction:column;gap:9px;padding-top:13px;border-top:1px solid var(--border)}.prh-detail__none{color:var(--muted);font-size:12px}.prh-detail__medal{display:flex;gap:10px;align-items:flex-start}.prh-detail__medal svg{color:var(--accent);flex-shrink:0;margin-top:1px}.prh-detail__medal strong{display:block;font-size:13px}.prh-detail__medal span{color:var(--text-2);font-size:12px;line-height:1.45}.prh-detail__live{justify-content:center}.prh-detail__live .prh-pulse{width:7px;height:7px;margin:0}.prh-detail__channels{display:flex;flex-direction:column;gap:8px;padding-top:13px;border-top:1px solid var(--border)}.prh-detail__channel-links{display:flex;flex-direction:column;gap:6px}.prh-detail__channel-link{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:var(--r-sm);background:#ffffff08;border:1px solid var(--border);color:var(--text-2);font-size:13px;font-weight:500;text-decoration:none;transition:background .15s,border-color .15s,color .15s}.prh-detail__channel-link:hover{background:#ffffff12;border-color:var(--platform-color, var(--border-2));color:var(--text)}.prh-detail__channel-link:hover svg{color:var(--platform-color, currentColor)}@media (prefers-reduced-motion: reduce){.prh-officer-card__detail{transition:opacity .16s ease;transform:none}.prh-officer-card:hover .prh-officer-card__detail,.prh-officer-card:focus-within .prh-officer-card__detail{transform:none}}.prh-avatar{overflow:hidden}.prh-avatar__img{width:100%;height:100%;object-fit:cover;display:block}.prh-officer-card__detail{left:24px;right:-24px;border-color:#cdff0080;box-shadow:var(--shadow-2),0 0 0 1px #cdff001f}
