:root{
  --wrth-bg:#f5f5f9;
  --wrth-accent:#589bff;
  --wrth-ink:#212224;
  --wrth-muted:rgba(56,69,81,.7);
  --wrth-muted2:rgba(33,34,36,.7);
  --wrth-muted3:rgba(33,34,36,.6);
  --wrth-line:rgba(56,69,81,.3);
  --wrth-line2:#e4e6e8;
  --wrth-nav:rgba(255,255,255,.8);
  --wrth-card:rgba(255,255,255,.45);
  --wrth-card2:rgba(255,255,255,.3);
  --wrth-fill:rgba(56,69,81,.1);
  --wrth-logo-a:#212224;
  --wrth-logo-b:#121316;
  --wrth-dot:#d9d9d9;
  --wrth-font:'Museo Sans Cyrl 500','Museo Sans Cyrl',system-ui,sans-serif;
  --wrth-bold:'Museo Sans Cyrl 700','Museo Sans Cyrl',system-ui,sans-serif;
  --wrth-display:'Neue Power','Museo Sans Cyrl 700',sans-serif;
}
[data-bs-theme="dark"]{
  --wrth-bg:#0d1117;
  --wrth-ink:#e7eaee;
  --wrth-muted:rgba(220,225,230,.65);
  --wrth-muted2:rgba(220,225,230,.65);
  --wrth-muted3:rgba(220,225,230,.5);
  --wrth-line:rgba(255,255,255,.14);
  --wrth-line2:rgba(255,255,255,.10);
  --wrth-nav:rgba(22,25,31,.8);
  --wrth-card:rgba(255,255,255,.05);
  --wrth-card2:rgba(255,255,255,.04);
  --wrth-fill:rgba(255,255,255,.09);
  --wrth-logo-a:#e7eaee;
  --wrth-logo-b:#aeb4bd;
  --wrth-dot:#3a3f47;
}

.wrth-body{margin:0;background:var(--wrth-bg);color:var(--wrth-ink);font-family:var(--wrth-font);
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden;
  transition:background .25s,color .25s}
.wrth-body *{box-sizing:border-box}
.wrth-body p{margin:0}
.wrth-body a{text-decoration:none;color:inherit}
.wrth-body img{max-width:none}
.wrth-container{width:100%;max-width:1300px;margin:0 auto;padding:0 24px}
.wrth-section{display:flex;flex-direction:column;align-items:center;gap:24px;padding-bottom:42px}

.wrth-navwrap{position:sticky;top:12px;z-index:60;display:flex;justify-content:center;padding:0 24px;margin:12px 0 0}
.wrth-nav{width:100%;max-width:1000px;height:64px;display:flex;align-items:center;justify-content:space-between;
  padding:0 24px;border-radius:26px;border:1px solid var(--wrth-line2);background:var(--wrth-nav);
  backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}
.wrth-nav-left{display:flex;align-items:center;gap:14px}
.wrth-logo{display:flex;align-items:center;gap:8px;font-size:18px;color:var(--wrth-ink)}
.wrth-logo b{font-family:var(--wrth-bold);color:var(--wrth-muted);font-weight:400}
.wrth-navs{display:flex;align-items:center;gap:4px}
.wrth-navlink{padding:4px 10px;border-radius:12px;font-size:16px;color:var(--wrth-muted);transition:.15s;white-space:nowrap}
.wrth-navlink:hover{background:rgba(88,155,255,.12);color:var(--wrth-ink)}
.wrth-navlink.active{background:var(--wrth-accent);color:#fff;padding:4px 10px;border-radius:12px}
.wrth-nav-right{display:flex;align-items:center;gap:6px}
.wrth-iconbtn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;
  color:var(--wrth-muted);transition:.15s;cursor:pointer;background:transparent;border:none}
.wrth-iconbtn:hover{background:rgba(88,155,255,.10);color:var(--wrth-ink)}
.wrth-theme-toggle .wrth-moon{display:none}
[data-bs-theme="dark"] .wrth-theme-toggle .wrth-sun{display:none}
[data-bs-theme="dark"] .wrth-theme-toggle .wrth-moon{display:block}
.wrth-navuser{display:flex;align-items:center;gap:8px;padding:4px 10px 4px 6px;border-radius:24px;color:var(--wrth-muted);transition:.15s}
.wrth-navuser:hover{color:var(--wrth-ink);background:rgba(88,155,255,.10)}
.wrth-navuser img{width:30px;height:30px;border-radius:50%;object-fit:cover;background:var(--wrth-line2)}
.wrth-navuser span{font-size:16px}

.wrth-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-family:var(--wrth-font);
  font-size:16px;line-height:1;cursor:pointer;border:1px solid transparent;border-radius:12px;padding:8px 12px;
  color:var(--wrth-muted);background:transparent;transition:.15s;white-space:nowrap}
.wrth-btn:hover{color:var(--wrth-ink)}
.wrth-body .wrth-btn-primary{background:var(--wrth-accent);color:#fff}
.wrth-body .wrth-btn-primary:hover{color:#fff;filter:brightness(1.06)}
.wrth-body .wrth-btn-white{background:#fff;color:#000}
.wrth-body .wrth-btn-white:hover{color:#000;filter:brightness(.96)}
.wrth-btn-pill{border-radius:24px}
.wrth-btn-lg{padding:10px 16px;font-size:16px}
.wrth-burger{display:none}
.wrth-mmenu .modal-body{padding:14px;display:flex;flex-direction:column;gap:6px}
.wrth-mm-link{display:block;padding:12px 14px;border-radius:14px;font-size:17px;color:var(--wrth-ink);background:var(--wrth-card2);border:1px solid var(--wrth-line);transition:.15s}
.wrth-mm-link:hover,.wrth-mm-link.active{border-color:var(--wrth-accent);color:var(--wrth-accent)}
.wrth-mm-foot{display:flex;flex-direction:column;gap:8px;margin-top:8px}
.wrth-mm-foot .wrth-btn{width:100%;justify-content:center;padding:11px 16px;font-size:16px}

.wrth-hero{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;
  padding:120px 24px 70px;overflow:hidden;margin-top:-76px}
.wrth-hero-bg{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
.wrth-hero-bg img{position:absolute;top:-40%;left:50%;transform:translateX(-50%);width:100%;min-width:1400px;height:auto;opacity:.3}
.wrth-hero-bg video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.3}
.wrth-hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,var(--wrth-bg) 78%)}
.wrth-hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:24px;max-width:1300px;width:100%}
.wrth-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid var(--wrth-accent);
  border-radius:24px;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);color:var(--wrth-accent);font-size:15px;line-height:1}
.wrth-hero h1{font-family:var(--wrth-display);font-weight:500;font-size:74px;line-height:1.04;text-align:center;
  color:var(--wrth-ink);margin:0;letter-spacing:-.5px}
.wrth-hero-sub{font-size:18px;color:var(--wrth-muted);text-align:center;line-height:1.45}
.wrth-hero-btns{display:flex;gap:12px;align-items:center;margin-top:4px}
.wrth-scroll{display:flex;flex-direction:column;align-items:center;gap:2px;color:var(--wrth-muted);font-size:18px;margin-top:46px}
.wrth-scroll svg{animation:wrth-bob 1.8s ease-in-out infinite}
@keyframes wrth-bob{0%,100%{transform:translateY(0)}50%{transform:translateY(5px)}}

.wrth-head{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 12px;gap:16px}
.wrth-head-left{display:flex;align-items:center;gap:12px}
.wrth-head-left img{width:32px;height:32px;object-fit:contain}
.wrth-head-title{font-size:24px;color:var(--wrth-ink)}
.wrth-head-title span{color:var(--wrth-muted3)}
.wrth-head-badge{display:flex;align-items:center;gap:6px;font-size:18px;color:var(--wrth-muted);white-space:nowrap;cursor:pointer}
.wrth-head-badge:hover{color:var(--wrth-accent)}

.wrth-products-head{display:flex;flex-direction:column;align-items:center;gap:24px}
.wrth-products-head .icon{width:78px;height:78px;object-fit:contain}
.wrth-ph{font-size:24px;color:var(--wrth-muted2);text-align:center;line-height:1.35}
.wrth-ph b{color:var(--wrth-ink);font-weight:400}
.wrth-toggle{display:inline-flex;gap:4px;padding:2px;border:1px solid var(--wrth-line);border-radius:24px}
.wrth-toggle button{font-family:var(--wrth-font);font-size:17px;border:none;background:transparent;color:var(--wrth-muted2);
  padding:8px 16px;border-radius:24px;cursor:pointer;transition:.15s}
.wrth-toggle button.active{background:var(--wrth-accent);color:#fff}

.wrth-games{display:flex;gap:17px;justify-content:center;width:100%;flex-wrap:wrap}
.wrth-gcard{position:relative;width:300px;height:420px;border-radius:26px;overflow:hidden;flex-shrink:0;
  text-decoration:none;transition:transform .2s}
.wrth-gcard:hover{transform:translateY(-4px)}
.wrth-gcard .gc-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;transition:transform .45s,filter .3s}
.wrth-gcard:hover .gc-bg{transform:scale(1.07)}
.wrth-gcard .gc-ov{position:absolute;inset:0;z-index:1;border-radius:26px;border:1px solid transparent;
  background:linear-gradient(180deg,rgba(20,22,26,.05) 30%,rgba(20,22,26,.6));
  backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:background .25s,border-color .25s}
.wrth-gcard:not(.active):not(:hover) .gc-bg{filter:grayscale(.5) brightness(.9)}
.wrth-gcard.active .gc-ov,.wrth-gcard:hover .gc-ov{
  background:linear-gradient(180deg,rgba(88,155,255,.06) 28%,rgba(88,155,255,.72));
  border-color:var(--wrth-accent);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}
.wrth-gcard .gc-top{position:absolute;top:22px;left:20px;right:20px;z-index:2;display:flex;align-items:center;gap:10px}
.wrth-gcard .gc-top img{width:38px;height:38px;object-fit:contain;filter:brightness(0) invert(1);opacity:.95}
.wrth-gcard .gc-status{flex:1;text-align:right;font-size:16px;color:rgba(48,243,61,.7);font-weight:500}
.wrth-gcard .gc-status.upd{color:#ffa53b}
.wrth-gcard .gc-status.soon{color:rgba(255,255,255,.6)}
.wrth-gcard .gc-status.priv{color:#9b8cff}
.wrth-gcard .gc-bottom{position:absolute;bottom:20px;left:20px;right:20px;z-index:2;display:flex;flex-direction:column;gap:8px}
.wrth-gcard .gc-title{font-family:var(--wrth-font);font-size:20px;color:#fff;line-height:1.1}
.wrth-gcard .gc-price{font-size:15px;color:rgba(255,255,255,.7)}

.wrth-stats{display:flex;gap:24px;width:100%}
.wrth-stat{flex:1 0 0;min-width:1px;border:1px solid var(--wrth-line);border-radius:20px;padding:12px 28px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}
.wrth-stat .num{font-size:24px;line-height:1;max-height:28px;color:var(--wrth-ink);font-family:var(--wrth-bold)}
.wrth-stat .lbl{font-size:16px;color:var(--wrth-muted2)}

.wrth-features{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;width:100%}
.wrth-fcard{position:relative;height:420px;border-radius:26px;overflow:hidden;display:flex;flex-direction:column;
  justify-content:space-between;padding:22px;transition:transform .2s}
.wrth-fcard:hover{transform:translateY(-4px)}
.wrth-fcard.w-sm{width:370px}
.wrth-fcard.w-lg{width:858px}
.wrth-fcard .fc-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;
  filter:brightness(.6) saturate(.9);transition:transform .45s,filter .3s}
.wrth-fcard:hover .fc-bg{transform:scale(1.06);filter:brightness(.9) saturate(1)}
.wrth-fcard .fc-ov{position:absolute;inset:0;z-index:1;transition:background .3s;
  background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.82))}
.wrth-fcard:hover .fc-ov{background:linear-gradient(180deg,rgba(88,155,255,0),rgba(88,155,255,.8))}
.wrth-fcard .fc-icons{position:relative;z-index:2;display:flex;gap:12px;align-items:center}
.wrth-fcard .fc-icons img{width:38px;height:38px;object-fit:contain;filter:brightness(0) invert(1);opacity:.95}
.wrth-fcard .fc-text{position:relative;z-index:2;display:flex;flex-direction:column;gap:14px}
.wrth-fcard .fc-title{font-family:var(--wrth-font);font-size:20px;color:#fff;line-height:1.1}
.wrth-fcard .fc-desc{font-size:16px;color:rgba(255,255,255,.72);line-height:1.3;max-width:780px}
.wrth-fcard.wrth-inv .wrth-inv-strip{position:absolute;inset:0;z-index:0;display:flex;flex-direction:column;
  animation:wrth-inv 20s linear infinite}
.wrth-fcard.wrth-inv .wrth-inv-strip img{width:100%;display:block;filter:brightness(.62) saturate(.9);transition:filter .3s}
.wrth-fcard.wrth-inv:hover .wrth-inv-strip img{filter:brightness(.92)}
@keyframes wrth-inv{from{transform:translateY(0)}to{transform:translateY(-33.333%)}}

.wrth-cta{position:relative;width:100%;border-radius:38px;overflow:hidden;display:flex;align-items:center;
  justify-content:space-between;padding:29px 24px;gap:24px;flex-wrap:wrap}
.wrth-cta .cta-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.wrth-cta .cta-ov{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(88,155,255,.6),rgba(88,155,255,.9))}
.wrth-cta-text{position:relative;z-index:2;display:flex;flex-direction:column;gap:14px}
.wrth-cta-text h3{font-family:var(--wrth-font);font-size:20px;color:#fff;margin:0}
.wrth-cta-text p{font-size:16px;color:rgba(255,255,255,.75)}
.wrth-cta-btns{position:relative;z-index:2;display:flex;gap:12px;flex-wrap:wrap}

.wrth-marquee{width:100%;overflow:hidden;padding:4px 0 10px;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}
.wrth-marquee-track{display:flex;width:max-content;animation:wrth-marq 60s linear infinite}
.wrth-marquee-track > *{margin-right:24px;flex-shrink:0}
.wrth-marquee:hover .wrth-marquee-track{animation-play-state:paused}
@keyframes wrth-marq{from{transform:translateX(0)}to{transform:translateX(-50%)}}

.wrth-review{width:380px;min-height:280px;border-radius:28px;padding:18px 20px;display:flex;flex-direction:column;
  justify-content:space-between;gap:18px;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);
  border:1px solid var(--wrth-line);background:transparent;transition:background .2s,border-color .2s,transform .2s}
.wrth-review:hover{background:var(--wrth-fill);border-color:transparent;transform:translateY(-3px)}
.wrth-review .rv-quote{font-size:18px;color:var(--wrth-ink);line-height:1.42}
.wrth-review .rv-meta{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}
.wrth-review .rv-name{font-family:var(--wrth-font);font-size:16px;color:var(--wrth-ink)}
.wrth-review .rv-role{font-size:16px;color:var(--wrth-muted2);margin-top:2px}
.wrth-stars{display:flex;gap:6px}
.wrth-stars svg{width:24px;height:24px}
.wrth-star-on{fill:var(--wrth-accent)}
.wrth-star-off{fill:var(--wrth-line)}

.wrth-slider{position:relative;width:100%;max-width:1252px;height:542px;border-radius:26px;overflow:hidden;
  border:2px solid var(--wrth-bg);user-select:none;-webkit-user-select:none}
.wrth-slider .wrth-layer{position:absolute;inset:0;width:100%;height:100%}
.wrth-slider .wrth-layer img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}
.wrth-slider .wrth-before{z-index:1;clip-path:inset(0 50% 0 0)}
.wrth-slider .wrth-divider{position:absolute;top:0;bottom:0;left:50%;width:4px;background:#fff;transform:translateX(-50%);z-index:2}
.wrth-slider .wrth-handle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;
  border-radius:50%;background:#fff;z-index:3;display:flex;align-items:center;justify-content:center;
  cursor:ew-resize;box-shadow:0 2px 8px rgba(0,0,0,.25)}
.wrth-slider .wrth-handle::after{content:"";width:16px;height:16px;border-radius:50%;background:rgba(0,0,0,.12)}

.wrth-blog{width:380px;min-height:200px;border-radius:28px;padding:20px;display:flex;flex-direction:column;
  justify-content:space-between;gap:20px;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);
  border:1px solid var(--wrth-line);background:transparent;transition:background .2s,border-color .2s,transform .2s}
.wrth-blog:hover{background:var(--wrth-fill);border-color:transparent;transform:translateY(-3px)}
.wrth-blog .bl-top{display:flex;flex-direction:column;gap:12px}
.wrth-blog .bl-title{font-size:18px;color:var(--wrth-ink);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.wrth-blog .bl-desc{font-size:16px;color:var(--wrth-muted2);line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.wrth-blog .bl-bot{display:flex;align-items:center;justify-content:space-between}
.wrth-blog .bl-tag{font-family:var(--wrth-font);font-size:16px;color:var(--wrth-ink)}
.wrth-blog .bl-date{font-size:16px;color:var(--wrth-ink)}

.wrth-faq{display:flex;gap:24px;width:100%;align-items:flex-start}
.wrth-faq-col{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:10px}
.wrth-acc{border:1px solid var(--wrth-line);border-radius:28px;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);
  overflow:hidden;background:var(--wrth-card2);transition:background .2s}
.wrth-acc.open{background:var(--wrth-fill);border-color:transparent}
.wrth-acc-q{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:56px;padding:0 18px;cursor:pointer;
  font-size:18px;color:var(--wrth-ink)}
.wrth-acc-q svg{width:24px;height:24px;flex-shrink:0;transition:transform .25s}
.wrth-acc.open .wrth-acc-q svg{transform:rotate(180deg)}
.wrth-acc-a{padding:0 18px;max-height:0;overflow:hidden;transition:max-height .28s ease,padding .28s ease;
  font-size:16px;color:var(--wrth-ink);line-height:1.45}
.wrth-acc.open .wrth-acc-a{padding:0 18px 18px;max-height:600px}
.wrth-faq-side{width:580px;flex-shrink:0;position:relative;height:326px;border-radius:26px;overflow:hidden;
  display:flex;align-items:center;justify-content:center}
.wrth-faq-side img.bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.wrth-faq-side .play{position:relative;z-index:2;width:64px;height:64px;border-radius:50%;background:rgba(255,255,255,.92);
  display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s}
.wrth-faq-side .play:hover{transform:scale(1.06)}
.wrth-faq-side .play svg{margin-left:3px}

.wrth-footer{padding-bottom:48px}
.wrth-divider-line{height:1px;width:100%;background:var(--wrth-line);border-radius:28px}
.wrth-foot-cols{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:0 12px;width:100%;flex-wrap:wrap}
.wrth-foot-logo{display:flex;align-items:center;gap:12px;font-size:20px;color:var(--wrth-ink)}
.wrth-foot-logo b{font-family:var(--wrth-bold);color:var(--wrth-muted);font-weight:400}
.wrth-foot-col{display:flex;flex-direction:column;gap:8px}
.wrth-foot-col .ft-h{font-size:16px;color:var(--wrth-muted2)}
.wrth-foot-col .ft-link{font-size:16px;color:var(--wrth-ink);cursor:pointer}
.wrth-foot-col .ft-link:hover{color:var(--wrth-accent)}
.wrth-lang{display:flex;align-items:center;gap:10px;cursor:pointer}
.wrth-lang .dot{width:22px;height:22px;border-radius:12px;background:var(--wrth-dot);flex-shrink:0}
.wrth-lang .dot.has-flag{width:22px;height:22px;border-radius:50%;background:none;overflow:hidden;box-shadow:0 0 0 1px rgba(0,0,0,.12);flex-shrink:0}
.wrth-lang .dot.has-flag svg{width:22px;height:22px;display:block}
.wrth-lang.active .dot.has-flag{background:none;box-shadow:0 0 0 2px var(--wrth-accent)}
.wrth-lang span{font-size:16px;color:var(--wrth-muted2);transition:color .15s}
.wrth-lang:hover span{color:var(--wrth-ink)}
.wrth-lang.active span{color:var(--wrth-ink)}
.wrth-lang.active .dot{background:var(--wrth-accent)}
.wrth-foot-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 12px;width:100%;flex-wrap:wrap}
.wrth-foot-bottom .cc{font-size:16px;color:var(--wrth-muted2)}
.wrth-social{display:flex;gap:10px;align-items:center}
.wrth-social a{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;
  border:1px solid var(--wrth-line);color:var(--wrth-muted2);transition:.15s}
.wrth-social a:hover{color:var(--wrth-accent);border-color:var(--wrth-accent)}

@media (max-width:1100px){
  .wrth-hero h1{font-size:56px}
  .wrth-fcard.w-lg,.wrth-fcard.w-sm{width:100%;min-width:0}
  .wrth-stats{flex-wrap:wrap}
  .wrth-stat{flex:1 1 40%}
  .wrth-faq{flex-direction:column}
  .wrth-faq-side{width:100%}
  .wrth-slider{height:auto;aspect-ratio:1252/542}
}
@media (max-width:860px){
  .wrth-navs{display:none}
  .wrth-burger{display:flex}
  .wrth-nav{max-width:none}
  .wrth-nav-right .wrth-btn{display:none}
  .wrth-nav-right .wrth-login-icon{display:none}
  .wrth-navuser{display:none}
}
@media (max-width:680px){
  .wrth-hero{padding-top:130px}
  .wrth-hero h1{font-size:40px}
  .wrth-head-title{font-size:22px}
  .wrth-gcard{width:100%;max-width:340px}
  .wrth-head{flex-direction:column;align-items:flex-start;gap:10px}
  .wrth-feathero{padding:84px 0 16px}
}

.wrth-pagehero{position:relative;width:100%;max-width:none;display:flex;flex-direction:column;align-items:center;gap:24px;
  padding:140px 24px 60px;margin-top:-76px;text-align:center;overflow:hidden}
.wrth-pagehero > *:not(.wrth-hero-bg){position:relative;z-index:1;max-width:1252px}
.wrth-pagehero .wrth-hero-bg{position:absolute;inset:0;z-index:0;overflow:hidden}
.wrth-pagehero .wrth-hero-bg video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.3}
.wrth-pagehero h1{font-family:var(--wrth-display);font-weight:500;font-size:64px;line-height:1.05;color:var(--wrth-ink);margin:0;letter-spacing:-.5px}

.wrth-chips{display:flex;flex-wrap:wrap;gap:8px}
.wrth-chip{font-size:14px;color:var(--wrth-muted2);border:1px solid var(--wrth-line);border-radius:20px;padding:5px 12px;white-space:nowrap}
.wrth-chip--sm{font-size:13px;padding:4px 10px}

.wrth-job{display:flex;gap:0;width:100%;align-items:stretch;background:var(--wrth-card2);border:1px solid var(--wrth-line);
  border-radius:26px;overflow:hidden;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}
.wrth-job--rev{flex-direction:row-reverse}
.wrth-job-main{flex:1 1 0;min-width:0;padding:32px}
.wrth-job-kicker{font-family:var(--wrth-bold);font-size:15px;color:var(--wrth-accent);margin-bottom:6px}
.wrth-job-title{font-family:var(--wrth-bold);font-size:26px;color:var(--wrth-ink);margin:0 0 16px}
.wrth-job-text{font-size:16px;color:var(--wrth-muted2);line-height:1.5;margin:16px 0 0}
.wrth-job-vac{margin-top:24px;display:flex;flex-direction:column;gap:10px}
.wrth-job-vac-h{font-size:15px;color:var(--wrth-muted);margin-bottom:2px}
.wrth-job-apply{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;margin-top:14px;
  font-size:15px;color:var(--wrth-accent);font-family:var(--wrth-bold)}
.wrth-job-apply:hover{filter:brightness(1.12)}
.wrth-job-visual{flex:0 0 38%;min-height:340px;background-color:var(--wrth-card);background-size:cover;background-position:center}

.wrth-modal{border:1px solid var(--wrth-line2);border-radius:22px;background:var(--wrth-bg);overflow:hidden}
.wrth-modal .modal-body{padding:14px;display:flex;flex-direction:column;gap:8px}
.wrth-social-row{display:flex;align-items:center;gap:12px;padding:11px 12px;border:1px solid var(--wrth-line);border-radius:14px;
  color:var(--wrth-ink);transition:.15s;background:var(--wrth-card2)}
.wrth-social-row:hover{border-color:var(--wrth-accent);background:var(--wrth-fill);color:var(--wrth-ink)}
.wrth-sr-ico{width:30px;height:30px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.wrth-sr-ico svg{display:block}
.wrth-sr-ico.tg{color:#229ED9}
.wrth-sr-ico.ds{color:#5865F2}
.wrth-sr-ico.yt{color:#FF0000}
.wrth-sr-txt{flex:1;display:flex;flex-direction:column;gap:1px}
.wrth-sr-txt .t{font-family:var(--wrth-bold);font-size:16px}
.wrth-sr-txt .s{font-size:13px;color:var(--wrth-muted2)}
.wrth-sr-arr{color:var(--wrth-muted);flex-shrink:0}

@media (max-width:860px){
  .wrth-pagehero h1{font-size:44px}
  .wrth-job,.wrth-job--rev{flex-direction:column}
  .wrth-job-visual{flex:none;width:100%;min-height:200px}
}

.wrth-mediahub{width:100%}
.wrth-mediahero-card{background:var(--wrth-card2);border:1px solid var(--wrth-line);border-radius:26px;overflow:hidden;margin-top:12px}
.wrth-mediahero-card .row{align-items:stretch}
.wrth-mediahero-text{color:var(--wrth-muted2);display:flex;flex-direction:column;justify-content:center;height:100%}
.wrth-mediahero-title{display:flex;align-items:center;gap:10px;font-family:var(--wrth-bold);font-size:22px;color:var(--wrth-ink);line-height:1.3}
.wrth-mediahero-title img{flex-shrink:0}
.wrth-mediahero-h{display:inline-flex;align-items:center;gap:8px;font-family:var(--wrth-bold);font-size:17px;color:var(--wrth-accent)}
.wrth-mediahero-h svg{width:18px;height:18px;color:var(--wrth-accent)}
.wrth-mediahero-p{font-size:16px;color:var(--wrth-muted2);line-height:1.55;max-width:560px}
.wrth-mediahero-card iframe{border-radius:0!important;min-height:280px}
@media (max-width:768px){.wrth-mediahero-card iframe{min-height:220px}}
.wrth-mediahub .container{max-width:1252px;padding:0}
.wrth-mediahub .nav-tabs{display:inline-flex;flex-wrap:wrap;gap:4px;justify-content:center;
  border:1px solid var(--wrth-line)!important;background:var(--wrth-card2)!important;border-radius:24px!important;
  padding:3px;margin:0 auto 28px}
.wrth-mediahub .nav-tabs .nav-item{margin:0}
.wrth-mediahub .nav-link{border:none!important;border-radius:20px!important;color:var(--wrth-muted2)!important;
  font-size:15px;padding:8px 16px!important;background:transparent!important;font-family:var(--wrth-font)}
.wrth-mediahub .nav-link:hover{color:var(--wrth-ink)!important}
.wrth-mediahub .nav-link.active{background:var(--wrth-accent)!important;color:#fff!important}
.wrth-mediahub .ws-video-feature{position:relative;border:1px solid var(--wrth-line);border-radius:20px;overflow:hidden;background:var(--wrth-card2)}
.wrth-mediahub .ws-video-badge{position:absolute;top:12px;left:12px;z-index:2;background:var(--wrth-accent);color:#fff;
  font-size:13px;padding:5px 12px;border-radius:20px;font-family:var(--wrth-bold)}
.wrth-mediahub .ws-video-card{display:block;text-decoration:none}
.wrth-mediahub .ws-video-card-thumb{position:relative;aspect-ratio:16/9;border-radius:16px;overflow:hidden;
  background-size:cover;background-position:center;border:1px solid var(--wrth-line);
  display:flex;align-items:center;justify-content:center;transition:transform .2s,border-color .2s}
.wrth-mediahub .ws-video-card-thumb::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.28);transition:background .2s}
.wrth-mediahub .ws-video-card:hover .ws-video-card-thumb{transform:translateY(-3px);border-color:var(--wrth-accent)}
.wrth-mediahub .ws-video-card:hover .ws-video-card-thumb::after{background:rgba(0,0,0,.12)}
.wrth-mediahub .ws-video-logo{position:relative;z-index:1;width:60px;height:60px;object-fit:contain;
  filter:drop-shadow(0 2px 10px rgba(0,0,0,.6))}

.wrth-cat{display:inline-flex;align-items:center;font-size:12px;font-family:var(--wrth-bold);padding:5px 10px;border-radius:8px;letter-spacing:.3px}
.wrth-cat.guide{background:rgba(88,155,255,.15);color:#3d86f5}
.wrth-cat.news{background:rgba(47,209,58,.16);color:#1faa2c}
.wrth-cat.update{background:rgba(255,165,59,.16);color:#e8861f}
[data-bs-theme="dark"] .wrth-cat.guide{color:#7fb2ff}
[data-bs-theme="dark"] .wrth-cat.news{color:#48e056}
[data-bs-theme="dark"] .wrth-cat.update{color:#ffb454}

.wrth-artgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;width:100%}
.wrth-artcard{display:flex;flex-direction:column;border:1px solid var(--wrth-line);border-radius:20px;overflow:hidden;
  background:var(--wrth-card2);transition:transform .2s,border-color .2s;text-decoration:none}
.wrth-artcard:hover{transform:translateY(-4px);border-color:var(--wrth-accent)}
.wrth-artcard-cover{position:relative;aspect-ratio:16/9;background-size:cover;background-position:center}
.wrth-artcard-cover .wrth-cat{position:absolute;top:12px;left:12px}
.wrth-artcard-body{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1}
.wrth-artcard-title{font-family:var(--wrth-bold);font-size:18px;color:var(--wrth-ink);line-height:1.3}
.wrth-artcard-excerpt{font-size:14px;color:var(--wrth-muted2);line-height:1.5;flex:1}
.wrth-artcard-meta{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:var(--wrth-muted2);margin-top:4px}
.wrth-art-views{display:inline-flex;align-items:center;gap:5px}

.wrth-article{width:100%;max-width:820px;margin:0 auto;display:flex;flex-direction:column}
.wrth-art-back{display:inline-flex;align-items:center;gap:6px;color:var(--wrth-muted);font-size:15px;margin-top:12px;margin-bottom:24px;align-self:flex-start}
.wrth-art-back:hover{color:var(--wrth-accent)}
.wrth-art-head{display:flex;flex-direction:column;gap:14px;margin-bottom:24px}
.wrth-art-head .wrth-cat{align-self:flex-start}
.wrth-art-title{font-family:var(--wrth-bold);font-size:38px;line-height:1.15;color:var(--wrth-ink);margin:0}
.wrth-art-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:var(--wrth-muted2);font-size:14px}
.wrth-art-cover{width:100%;aspect-ratio:16/9;border-radius:20px;background-size:cover;background-position:center;margin-bottom:28px;border:1px solid var(--wrth-line)}
.wrth-art-body{color:var(--wrth-muted2);font-size:17px;line-height:1.7}
.wrth-art-body .wrth-art-lead{font-size:19px;color:var(--wrth-ink);line-height:1.6;margin:0 0 24px}
.wrth-art-body h2{font-family:var(--wrth-bold);font-size:25px;color:var(--wrth-ink);margin:34px 0 12px;line-height:1.25}
.wrth-art-body h3{font-family:var(--wrth-bold);font-size:19px;color:var(--wrth-ink);margin:26px 0 8px}
.wrth-art-body p{margin:0 0 16px}
.wrth-art-body ul,.wrth-art-body ol{margin:0 0 18px;padding-left:24px}
.wrth-art-body li{margin:0 0 8px}
.wrth-art-body a{color:var(--wrth-accent)}
.wrth-art-body strong,.wrth-art-body b{color:var(--wrth-ink)}
.wrth-art-body em{color:var(--wrth-ink)}
.wrth-art-body code{font-family:'Consolas','Monaco',monospace;font-size:.88em;background:var(--wrth-fill);color:var(--wrth-ink);padding:2px 6px;border-radius:6px}
.wrth-art-body kbd{font-family:var(--wrth-bold);font-size:.82em;background:var(--wrth-ink);color:var(--wrth-bg);padding:2px 8px;border-radius:6px}
.wrth-art-body pre{position:relative;background:#0d1117;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:18px 20px;overflow-x:auto;margin:0 0 22px}
.wrth-art-body pre code{background:none;color:#e7eaee;padding:0;font-size:14px;line-height:1.7;display:block}
.wrth-codecopy{position:absolute;top:10px;right:10px;font-size:12px;font-family:var(--wrth-font);color:#cfd6dd;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:7px;padding:4px 10px;cursor:pointer;transition:.15s}
.wrth-codecopy:hover{background:rgba(255,255,255,.16);color:#fff}
.wrth-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:120;background:transparent;pointer-events:none}
.wrth-progress span{display:block;height:100%;width:0;background:var(--wrth-accent);transition:width .1s linear}
.wrth-art-cta{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:34px 0 0;padding:22px 24px;border-radius:18px;background:linear-gradient(110deg,var(--wrth-accent),#3d7bd6);color:#fff}
.wrth-art-cta-txt{display:flex;flex-direction:column;gap:4px}
.wrth-art-cta-h{font-family:var(--wrth-bold);font-size:19px;color:#fff;line-height:1.2}
.wrth-art-cta-s{font-size:15px;color:rgba(255,255,255,.85)}
.wrth-art-cta-btn{flex-shrink:0;font-family:var(--wrth-bold);font-size:15px;background:#fff;color:var(--wrth-accent);padding:10px 20px;border-radius:24px;white-space:nowrap;transition:.15s}
.wrth-art-cta:hover .wrth-art-cta-btn{filter:brightness(.94)}
@media (max-width:620px){.wrth-art-cta{flex-direction:column;align-items:flex-start}}
.wrth-author{display:flex;align-items:center;gap:14px;margin:34px 0 0;padding:16px 18px;border:1px solid var(--wrth-line);border-radius:18px;background:var(--wrth-card2)}
.wrth-author-ava{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--wrth-fill);flex-shrink:0}
.wrth-author-meta{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}
.wrth-author-name{font-family:var(--wrth-bold);font-size:16px;color:var(--wrth-ink)}
.wrth-author-role{font-size:14px;color:var(--wrth-muted2)}
.wrth-author-follow{font-size:14px;font-family:var(--wrth-bold);color:var(--wrth-accent);border:1px solid var(--wrth-accent);border-radius:20px;padding:6px 16px;white-space:nowrap;transition:.15s}
.wrth-author-follow:hover{background:var(--wrth-accent);color:#fff}
.wrth-art-nav{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:34px}
.wrth-art-nav-i{display:flex;flex-direction:column;gap:5px;padding:16px 18px;border:1px solid var(--wrth-line);border-radius:16px;background:var(--wrth-card2);transition:.15s}
.wrth-art-nav-i:hover{border-color:var(--wrth-accent);background:var(--wrth-fill)}
.wrth-art-nav-i.next{text-align:right}
.wrth-art-nav-i .l{font-size:13px;color:var(--wrth-muted)}
.wrth-art-nav-i .t{font-family:var(--wrth-bold);font-size:15px;color:var(--wrth-ink);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.wrth-lightbox{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.85);padding:24px;cursor:zoom-out}
.wrth-lightbox.open{display:flex}
.wrth-lightbox img{max-width:94vw;max-height:92vh;width:auto;height:auto;border-radius:12px}
@media (max-width:620px){.wrth-art-nav{grid-template-columns:1fr}}
.wrth-art-table{width:100%;border-collapse:collapse;margin:0 0 24px;font-size:15px}
.wrth-art-table th,.wrth-art-table td{text-align:left;padding:11px 14px;border-bottom:1px solid var(--wrth-line)}
.wrth-art-table th{font-family:var(--wrth-bold);color:var(--wrth-ink)}
.wrth-art-table td{color:var(--wrth-muted2)}
.wrth-art-body img,.wrth-art-body video{max-width:100%;border-radius:14px}
.wrth-art-body figure{margin:0 0 22px}
.wrth-art-body figure img{width:100%;display:block}
.wrth-art-body figcaption{text-align:center;font-size:14px;color:var(--wrth-muted2);margin-top:8px}
.wrth-art-body video{width:100%;margin:0 0 22px}
.wrth-art-body blockquote{border-left:3px solid var(--wrth-accent);margin:0 0 18px;padding:6px 0 6px 18px;color:var(--wrth-ink);font-style:italic}
.wrth-art-body .wrth-callout{border-radius:12px;padding:14px 16px;margin:0 0 18px;border:1px solid;font-size:16px}
.wrth-art-body .wrth-callout.tip{background:rgba(47,209,58,.1);border-color:rgba(47,209,58,.3)}
.wrth-art-body .wrth-callout.warn{background:rgba(255,165,59,.1);border-color:rgba(255,165,59,.3)}
.wrth-art-body .wrth-callout.info{background:rgba(88,155,255,.1);border-color:rgba(88,155,255,.3)}
.wrth-art-body .wrth-callout b{color:var(--wrth-ink);margin-right:6px}
.wrth-art-body .wrth-embed{position:relative;aspect-ratio:16/9;margin:0 0 22px}
.wrth-art-body .wrth-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:none;border-radius:14px}
.wrth-art-body .wrth-art-btn{display:inline-flex;align-items:center;background:var(--wrth-accent);color:#fff;padding:10px 20px;border-radius:24px;font-family:var(--wrth-bold);margin:0 0 18px}
.wrth-art-body .wrth-art-btn:hover{color:#fff;filter:brightness(1.05)}

@media (max-width:960px){.wrth-artgrid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:620px){.wrth-artgrid{grid-template-columns:1fr}.wrth-art-title{font-size:30px}}

.wrth-blog-controls{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;flex-wrap:wrap}
.wrth-blog-search{display:flex;align-items:center;gap:8px;flex:1;min-width:240px;max-width:420px;
  border:1px solid var(--wrth-line);border-radius:24px;padding:9px 16px;color:var(--wrth-muted);background:var(--wrth-card2)}
.wrth-blog-search input{border:none;background:transparent;outline:none;flex:1;font-family:var(--wrth-font);font-size:15px;color:var(--wrth-ink)}
.wrth-blog-search input::placeholder{color:var(--wrth-muted)}
.wrth-blog-filter{display:flex;gap:8px;flex-wrap:wrap}
.wrth-fchip{font-size:14px;color:var(--wrth-muted2);border:1px solid var(--wrth-line);border-radius:20px;padding:8px 16px;transition:.15s;cursor:pointer}
.wrth-fchip:hover{color:var(--wrth-ink);border-color:var(--wrth-accent)}
.wrth-fchip.active{background:var(--wrth-accent);color:#fff;border-color:var(--wrth-accent)}
.wrth-blog-empty{width:100%;text-align:center;color:var(--wrth-muted2);padding:50px 0;font-size:16px}

.wrth-pager{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;width:100%;margin-top:8px}
.wrth-pg{min-width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;
  border:1px solid var(--wrth-line);border-radius:10px;color:var(--wrth-muted2);font-size:15px;transition:.15s}
.wrth-pg:hover{border-color:var(--wrth-accent);color:var(--wrth-ink)}
.wrth-pg.active{background:var(--wrth-accent);color:#fff;border-color:var(--wrth-accent)}

.wrth-artcard.featured{border-color:var(--wrth-accent)}
.wrth-feat{position:absolute;top:12px;right:12px;font-size:11px;font-family:var(--wrth-bold);background:var(--wrth-accent);color:#fff;padding:4px 9px;border-radius:8px}

.wrth-toc{border:1px solid var(--wrth-line);border-radius:16px;background:var(--wrth-card2);padding:18px 22px;margin:0 0 28px}
.wrth-toc-h{font-family:var(--wrth-bold);font-size:13px;color:var(--wrth-muted);margin-bottom:10px;text-transform:uppercase;letter-spacing:.6px}
.wrth-toc ol{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:7px}
.wrth-toc a{color:var(--wrth-muted2);font-size:15px}
.wrth-toc a:hover{color:var(--wrth-accent)}

.wrth-art-share{display:flex;align-items:center;gap:10px;margin:36px 0 8px;padding-top:24px;border-top:1px solid var(--wrth-line);font-size:15px;color:var(--wrth-muted2)}
.wrth-art-share a,.wrth-share-copy{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;
  border:1px solid var(--wrth-line);border-radius:10px;color:var(--wrth-muted2);background:transparent;cursor:pointer;transition:.15s}
.wrth-art-share a:hover,.wrth-share-copy:hover{color:var(--wrth-accent);border-color:var(--wrth-accent)}
.wrth-share-copy.copied{color:#fff;background:var(--wrth-accent);border-color:var(--wrth-accent)}

.wrth-related{margin-top:44px;width:100%}
.wrth-related-h{font-family:var(--wrth-bold);font-size:22px;color:var(--wrth-ink);margin-bottom:18px}
.wrth-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.wrth-related-grid .wrth-artcard-body{padding:14px}
@media (max-width:620px){.wrth-related-grid{grid-template-columns:1fr}}

.wrth-blog-head{margin-top:12px;margin-bottom:12px}
.wrth-feathero{position:relative;width:100%;overflow:hidden;margin-top:-76px;padding:100px 0 26px}
.wrth-feathero .wrth-feat-inner{position:relative;z-index:1}
.wrth-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;width:100%}
.wrth-feat-grid.n2{grid-template-columns:repeat(2,1fr)}
.wrth-feat-grid.n1{grid-template-columns:1fr;max-width:820px;margin:0 auto}
.wrth-feat-card{position:relative;height:240px;border-radius:28px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;text-decoration:none;transition:transform .2s}
.wrth-feat-card:hover{transform:translateY(-4px)}
.wrth-feat-card .fb{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;filter:brightness(.7);transition:transform .45s,filter .3s}
.wrth-feat-card:hover .fb{transform:scale(1.06);filter:brightness(.85)}
.wrth-feat-card .fo{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,0) 28%,rgba(0,0,0,.85))}
.wrth-feat-card .wrth-cat{position:absolute;top:16px;left:16px;z-index:2}
.wrth-feat-card .wrth-feat-pin{position:absolute;top:16px;right:16px;z-index:2;font-size:11px;font-family:var(--wrth-bold);background:var(--wrth-accent);color:#fff;padding:4px 9px;border-radius:8px;display:inline-flex;align-items:center;gap:3px}
.wrth-feat-card .ft{position:relative;z-index:2;display:flex;flex-direction:column;gap:8px}
.wrth-feat-card .ft-title{font-family:var(--wrth-font);font-size:20px;color:#fff;line-height:1.2}
.wrth-feat-card .ft-desc{font-size:16px;color:rgba(255,255,255,.72);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
@media (max-width:960px){.wrth-feat-grid,.wrth-feat-grid.n1,.wrth-feat-grid.n2{grid-template-columns:1fr;max-width:none}}

.wrth-legal{width:100%;margin:0 auto}
.wrth-legal-note{display:block;max-width:920px;margin:0 auto 6px;padding:12px 16px;border:1px solid var(--wrth-line);border-radius:12px;background:var(--wrth-card2);color:var(--wrth-muted2);font-size:14px;line-height:1.5}
.wrth-legal .d-xxl-flex,.wrth-legal .card-wrapper{display:block!important}
.wrth-legal .card-wrapper{margin-bottom:8px}
.wrth-legal .tab-pane{text-align:center}
.wrth-legal .legal-element-h{text-align:center!important}
.wrth-legal .legal-element-p{text-align:left}
.wrth-legal .legal-element-p p:not(.legal-element-h){text-align:left}
.wrth-legal [style*="rgb(5, 26, 45)"],.wrth-legal [style*="rgb(5,26,45)"]{background:transparent!important;background-color:transparent!important}
.wrth-legal .nav-tabs{display:inline-flex;flex-wrap:wrap;gap:4px;justify-content:center;
  border:1px solid var(--wrth-line)!important;background:var(--wrth-card2)!important;border-radius:24px!important;
  padding:3px;margin:0 auto 28px}
.wrth-legal .nav-tabs .nav-item{margin:0}
.wrth-legal .nav-link{border:none!important;border-radius:20px!important;color:var(--wrth-muted2)!important;
  font-size:15px;padding:8px 16px!important;background:transparent!important;font-family:var(--wrth-font)}
.wrth-legal .nav-link:hover{color:var(--wrth-ink)!important}
.wrth-legal .nav-link.active{background:var(--wrth-accent)!important;color:#fff!important}
.wrth-legal .tab-content{background:transparent}

/* edge-bleed fix: oversize cover media ~1px so the clamped/smeared edge texel is clipped away under the rounded corner (object-fit:cover inside rounded overflow:hidden) */
.wrth-gcard .gc-bg,.wrth-fcard .fc-bg,.wrth-cta .cta-bg,.wrth-feat-card .fb,.wrth-slider .wrth-layer img,.wrth-faq-side img.bg{
  width:calc(100% + 2px);height:calc(100% + 2px);margin:-1px}
.wrth-artcard-cover{transform:translateZ(0)}
.wrth-legal .legal-element-h{font-family:var(--wrth-bold);color:var(--wrth-ink)!important;font-size:20px;margin:26px 0 10px;display:block}
.wrth-legal p.text-center.legal-element-h,.wrth-legal .legal-element-h.text-center{font-size:18px;text-align:center;margin:22px 0 10px}
.wrth-legal .legal-element-p{color:var(--wrth-muted2);font-size:16px;line-height:1.65;display:block}
.wrth-legal .legal-element-p p{color:var(--wrth-muted2);margin:0 0 12px}
.wrth-legal p{color:var(--wrth-muted2)}
.wrth-legal strong,.wrth-legal b{color:var(--wrth-ink)}
.wrth-legal a{color:var(--wrth-accent)}
.wrth-legal [style*="#8B949E"]{color:var(--wrth-muted2)!important}
.wrth-legal [style*="#0D1117"]{color:var(--wrth-ink)!important;background:transparent!important}
