/* Predict2U v265 — mobile-first responsive layer.
   Final override for phones, Z Fold cover/open, tablets and narrow desktop windows. */
:root{
  --p2u-v265-accent:#b7ef31;
  --p2u-v265-bg:#060a12;
  --p2u-v265-panel:#091522;
  --p2u-v265-line:rgba(132,166,202,.18);
  --p2u-v265-muted:#92a2b5;
  --p2u-v265-dock:82px;
}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden;scroll-behavior:smooth}
*,*::before,*::after{box-sizing:border-box}
body{min-width:0;max-width:100%;overflow-x:hidden}
img,svg,video,canvas{max-width:100%}
button,a,input,select,textarea{touch-action:manipulation}
main,section,article,header,footer,nav,div{min-width:0}
input,select,textarea,button{font-family:inherit}
.p2u-scroll-x{overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none}
.p2u-scroll-x::-webkit-scrollbar{display:none}

/* Homepage: restore Team Intelligence as a visible first-class destination. */
.p2u-hero-actions .p2u-btn:nth-child(n+3){display:inline-flex!important}
.p2u-hero-actions .p2u-btn.teams{border-color:rgba(183,239,49,.36)!important;background:rgba(183,239,49,.09)!important;color:#d9ff7b!important}
.p2u-team-home-panel{
  position:relative;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:16px;
  margin-top:24px;padding:24px;border:1px solid rgba(183,239,49,.25);border-radius:24px;overflow:hidden;
  background:radial-gradient(circle at 88% 12%,rgba(183,239,49,.15),transparent 33%),linear-gradient(145deg,#0b1a28,#07111d 70%);
  box-shadow:0 18px 48px rgba(0,0,0,.22)
}
.p2u-team-home-panel::after{content:"";position:absolute;right:-56px;bottom:-82px;width:250px;height:250px;border:1px solid rgba(183,239,49,.10);border-radius:50%;box-shadow:0 0 0 34px rgba(183,239,49,.025),0 0 0 70px rgba(183,239,49,.018);pointer-events:none}
.p2u-team-home-copy{position:relative;z-index:1;align-self:center}
.p2u-team-home-kicker{display:inline-flex;align-items:center;gap:7px;color:var(--p2u-v265-accent);font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.p2u-team-home-kicker::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--p2u-v265-accent);box-shadow:0 0 16px rgba(183,239,49,.65)}
.p2u-team-home-copy h2{max-width:650px;margin:9px 0 8px;font-size:clamp(26px,4vw,44px);line-height:1.04;letter-spacing:-.045em}
.p2u-team-home-copy p{max-width:680px;margin:0;color:var(--p2u-v265-muted);font-size:13px;line-height:1.65}
.p2u-team-home-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:16px}
.p2u-team-home-actions a{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border:1px solid var(--p2u-v265-line);border-radius:13px;color:#dbe4ee;text-decoration:none;font-size:11px;font-weight:850}
.p2u-team-home-actions a.primary{background:var(--p2u-v265-accent);border-color:var(--p2u-v265-accent);color:#071005}
.p2u-team-home-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;align-self:stretch}
.p2u-team-home-tile{min-height:92px;display:flex;flex-direction:column;justify-content:space-between;padding:13px;border:1px solid rgba(132,166,202,.17);border-radius:16px;background:rgba(4,12,20,.66);color:#fff;text-decoration:none}
.p2u-team-home-tile small{color:#7f90a3;font-size:8px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
.p2u-team-home-tile strong{font-size:15px;line-height:1.15}
.p2u-team-home-tile span{color:var(--p2u-v265-accent);font-size:10px;font-weight:900}

/* General responsive shell. Keep one dependable navigation pattern through Fold and tablet widths. */
@media(max-width:920px){
  :root{--p2u-v265-dock:82px;--p2u-shell-dock-h:82px}
  body.p2u-v245-ready{padding-bottom:calc(var(--p2u-v265-dock) + 22px + env(safe-area-inset-bottom,0px))!important}
  .p2u-v245-nav-wrap{padding:7px 7px 5px!important}
  .p2u-v245-shell{grid-template-areas:'brand side'!important;grid-template-columns:minmax(0,1fr) auto!important;min-height:58px!important;gap:7px!important;padding:7px 8px!important;border-radius:18px!important}
  .p2u-v245-brand{grid-area:brand!important;padding:0 4px!important}
  .p2u-v245-brand img{height:37px!important;max-width:118px!important}
  .p2u-v245-rail{display:none!important}
  .p2u-v245-side{grid-area:side!important;gap:5px!important}
  .p2u-v245-user{padding:4px!important;border-radius:13px!important}
  .p2u-v245-user-copy{display:none!important}
  .p2u-v245-avatar{width:34px!important;height:34px!important;flex-basis:34px!important;border-radius:10px!important}
  body.p2u-v245-ready #p2u-alert-button.p2u-alert-trigger{width:36px!important;height:36px!important;flex-basis:36px!important}
  .p2u-v245-dock{
    position:fixed!important;left:max(7px,env(safe-area-inset-left,0px))!important;right:max(7px,env(safe-area-inset-right,0px))!important;
    bottom:max(7px,env(safe-area-inset-bottom,0px))!important;z-index:9997!important;display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:4px!important;padding:6px!important;border-radius:20px!important;
    background:linear-gradient(180deg,rgba(9,15,26,.99),rgba(4,9,17,.995))!important;border:1px solid rgba(255,255,255,.09)!important;
    box-shadow:0 22px 54px rgba(0,0,0,.5)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important
  }
  .p2u-v245-dock a,.p2u-v245-dock button{
    min-width:0!important;min-height:58px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;
    gap:4px!important;padding:5px 2px!important;border:0!important;border-radius:14px!important;background:transparent!important;color:#aab5c3!important;
    text-decoration:none!important;font-size:9.5px!important;font-weight:850!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important
  }
  .p2u-v245-dock a span,.p2u-v245-dock button span{max-width:100%;overflow:hidden;text-overflow:ellipsis}
  .p2u-v245-dock svg{width:20px!important;height:20px!important;flex:0 0 20px!important}
  .p2u-v245-dock .is-active{background:rgba(183,239,49,.11)!important;color:var(--p2u-v265-accent)!important}
  .p2u-v245-more-backdrop{padding:10px 10px calc(var(--p2u-v265-dock) + 18px + env(safe-area-inset-bottom,0px))!important}
  .p2u-v245-more-panel{width:min(620px,100%)!important;max-height:calc(100dvh - var(--p2u-v265-dock) - 34px)!important;padding:15px!important;border-radius:22px!important}
  .p2u-v245-more-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
  .p2u-v245-more-grid a{min-height:48px!important;padding:10px!important;font-size:11px!important}
  body.p2u-v245-ready #p2u-slip-fab{bottom:calc(var(--p2u-v265-dock) + 17px + env(safe-area-inset-bottom,0px))!important;z-index:9996!important}
  body.p2u-v245-ready .p2u-health-panel,body.p2u-v245-ready .p2u-alert-panel,body.p2u-v245-ready .p2u-account-panel{bottom:calc(var(--p2u-v265-dock) + 10px + env(safe-area-inset-bottom,0px))!important;max-width:calc(100vw - 16px)!important}
  .p2u-team-rank-controls,.p2u-news-controls,.p2u-engine-toolbar{top:70px!important}
}

/* Open Fold/tablet: two-column content where it is useful, without desktop navigation compression. */
@media(min-width:621px) and (max-width:920px){
  .p2u-page,.p2u-team-rank-page,.p2u-news-wrap{width:min(calc(100% - 20px),1000px)!important;margin-inline:auto!important}
  .p2u-pick-grid,.p2u-engine-grid,.p2u-team-rank-grid,.p2u-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  #board #cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .p2u-team-home-panel{grid-template-columns:minmax(0,1fr)!important}
  .p2u-team-home-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .p2u-team-home-tile{min-height:82px!important}
}

/* Phone and Z Fold cover. */
@media(max-width:620px){
  :root{--p2u-v265-dock:78px;--p2u-shell-dock-h:78px}
  body{font-size:15px}
  body.p2u-v245-ready{padding-bottom:calc(var(--p2u-v265-dock) + 18px + env(safe-area-inset-bottom,0px))!important}
  .p2u-v245-nav-wrap{padding:5px 5px 3px!important}
  .p2u-v245-shell{min-height:54px!important;padding:6px 7px!important;border-radius:16px!important}
  .p2u-v245-brand img{height:34px!important;max-width:108px!important}
  .p2u-v245-dock{left:max(5px,env(safe-area-inset-left,0px))!important;right:max(5px,env(safe-area-inset-right,0px))!important;bottom:max(5px,env(safe-area-inset-bottom,0px))!important;gap:2px!important;padding:5px!important;border-radius:18px!important}
  .p2u-v245-dock a,.p2u-v245-dock button{min-height:55px!important;padding:4px 1px!important;border-radius:12px!important;font-size:8.7px!important}
  .p2u-v245-dock svg{width:18px!important;height:18px!important;flex-basis:18px!important}
  .p2u-v245-more-grid{grid-template-columns:1fr!important}
  .p2u-v245-more-grid a{min-height:46px!important}
  input,select,textarea{font-size:16px!important}
  button,a{max-width:100%}
  .p2u-page{width:100%!important;padding:10px 8px calc(var(--p2u-v265-dock) + 24px)!important}
  .p2u-hero{padding:18px 15px!important;border-radius:18px!important}
  .p2u-hero h1{font-size:clamp(34px,11vw,44px)!important;line-height:1.01!important}
  .p2u-hero p{font-size:13px!important;line-height:1.55!important}
  .p2u-hero-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .p2u-hero-actions .p2u-btn{width:100%!important;min-width:0!important;min-height:44px!important;padding:0 9px!important;font-size:11px!important}
  .p2u-hero-actions .p2u-btn.teams{grid-column:1/-1!important}
  .p2u-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
  .p2u-stat{min-height:105px!important;padding:12px!important;border-radius:14px!important}
  .p2u-stat strong{font-size:22px!important;overflow-wrap:anywhere}
  .p2u-stat small,.p2u-stat span{font-size:9px!important;line-height:1.35!important}
  .p2u-overview-trust{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;padding:8px!important}
  .p2u-overview-trust span{min-width:0!important;padding:7px 5px!important;text-align:center!important;white-space:normal!important}
  .p2u-overview-trust button{grid-column:1/-1!important;width:100%!important;margin:0!important;min-height:40px!important}
  .p2u-section{margin-top:22px!important}
  .p2u-section-head{display:flex!important;align-items:flex-start!important;flex-direction:column!important;gap:6px!important;margin-bottom:11px!important}
  .p2u-section-head h2{font-size:21px!important;line-height:1.15!important}
  .p2u-section-head p{font-size:11px!important;line-height:1.45!important}
  .p2u-section-head a{min-height:36px!important;display:inline-flex!important;align-items:center!important}
  .p2u-pick-grid,.p2u-link-grid,.p2u-engine-grid,.p2u-team-rank-grid,.p2u-news-grid{grid-template-columns:minmax(0,1fr)!important;gap:9px!important}
  .p2u-pick,.p2u-link-card,.p2u-engine-card{padding:14px!important;border-radius:16px!important}
  .p2u-pick-match strong{font-size:14px!important;overflow-wrap:anywhere}
  .p2u-market{padding:11px!important;border-radius:12px!important}
  .p2u-market strong{font-size:16px!important}
  .p2u-support{align-items:flex-start!important;font-size:9.5px!important}
  .p2u-link-card{min-height:0!important}
  .p2u-link-card h3{font-size:17px!important}
  .p2u-team-home-panel{grid-template-columns:minmax(0,1fr)!important;gap:14px!important;margin:16px 0 0!important;padding:17px 14px!important;border-radius:18px!important}
  .p2u-team-home-copy h2{font-size:27px!important}
  .p2u-team-home-copy p{font-size:11.5px!important}
  .p2u-team-home-actions{display:grid!important;grid-template-columns:1fr!important}
  .p2u-team-home-actions a{width:100%!important;min-height:42px!important}
  .p2u-team-home-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
  .p2u-team-home-tile{min-height:84px!important;padding:11px!important;border-radius:13px!important}
  .p2u-team-home-tile strong{font-size:13px!important}
}

/* Board and Bankers: cards and controls must never spill beyond the cover screen. */
@media(max-width:920px){
  body main[class*="max-w-"]{max-width:100%!important;padding-left:10px!important;padding-right:10px!important}
  #board.p2u-board-shell{width:100%!important;max-width:100%!important;margin:0 0 24px!important;padding:16px 12px 20px!important;border-radius:18px!important;overflow:hidden!important}
  #board .p2u-board-head{gap:10px!important;margin-bottom:14px!important}
  #board .p2u-board-heading{min-width:0!important;gap:10px!important}
  #board .p2u-board-icon{width:42px!important;height:42px!important;flex-basis:42px!important;border-radius:12px!important}
  #board .p2u-board-heading .t-h2{font-size:24px!important}
  #board .p2u-board-subline{font-size:9.5px!important;line-height:1.4!important}
  #board .date-strip{display:flex!important;flex-wrap:nowrap!important;gap:7px!important;overflow-x:auto!important;overscroll-behavior-x:contain!important;scroll-snap-type:x proximity!important;margin:0 -12px 12px!important;padding:0 12px 6px!important;scrollbar-width:none!important}
  #board .date-strip::-webkit-scrollbar{display:none!important}
  #board .date-chip{flex:0 0 88px!important;min-width:88px!important;min-height:62px!important;padding:8px!important;border-radius:13px!important;scroll-snap-align:start!important}
  #board .p2u-simple-filterbar{max-width:100%!important;overflow-x:auto!important;scrollbar-width:none!important}
  #board .p2u-simple-filterbar::-webkit-scrollbar{display:none!important}
  #board #cards{width:100%!important;grid-template-columns:minmax(0,1fr)!important;gap:10px!important}
  #board #cards>.p2u-standard-card{width:100%!important;min-width:0!important;min-height:0!important;padding:14px!important;border-radius:15px!important}
  #board .p2u-match-meta{gap:7px!important}
  #board .p2u-match-league{font-size:8.5px!important}
  #board .p2u-match-meta-right{font-size:8.5px!important}
  #board .p2u-matchup{grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr)!important;gap:6px!important;margin:14px 0 12px!important}
  #board .p2u-team{gap:6px!important}
  #board .p2u-team-name{font-size:13px!important;line-height:1.2!important;overflow-wrap:anywhere!important}
  #board .p2u-team-crest{width:34px!important;height:34px!important;flex-basis:34px!important}
  #board .p2u-vs{width:28px!important;height:28px!important;font-size:8px!important}
  #board .p2u-prediction-panel{grid-template-columns:minmax(0,1fr) 78px!important;border-radius:12px!important}
  #board .p2u-prediction-main,#board .p2u-odds-block{padding:11px!important}
  #board .p2u-prediction-market{font-size:16px!important;overflow-wrap:anywhere!important}
  #board .p2u-odds-value{font-size:17px!important}
  #board .p2u-card-signals{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px!important}
  #board .p2u-signal{min-width:0!important;min-height:34px!important;font-size:8px!important;white-space:normal!important}
  #board .p2u-card-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}
  #board .p2u-card-actions>*{min-height:40px!important;font-size:9.5px!important;white-space:normal!important}
  .p2u-bankers-summary{align-items:stretch!important;padding:12px!important;border-radius:15px!important}
  .p2u-bankers-summary-copy{min-width:0!important}
  .p2u-bankers-addall{width:100%!important;min-height:44px!important}
  #acca-root .p2u-acca-summary{position:static!important;width:100%!important;max-width:100%!important}
  .p2u-engine-acca-grid{grid-template-columns:minmax(0,1fr)!important}
  .p2u-engine-pack{padding:14px!important;border-radius:18px!important}
  .p2u-engine-pack-head{align-items:flex-start!important}
  .p2u-engine-pack-leg{grid-template-columns:26px minmax(0,1fr)!important;padding:9px!important}
  .p2u-engine-pack-market{grid-column:2!important;justify-self:start!important;white-space:normal!important}
}

/* Team Intelligence controls and evidence cards. */
@media(max-width:920px){
  .p2u-team-rank-page{width:min(calc(100% - 16px),1000px)!important;padding:10px 0 calc(var(--p2u-v265-dock) + 24px)!important}
  .p2u-team-rank-hero{padding:20px!important;border-radius:19px!important}
  .p2u-team-rank-hero h1{font-size:clamp(32px,7vw,52px)!important;line-height:1.03!important}
  .p2u-team-rank-controls{top:70px!important;padding:8px!important;border-radius:15px!important}
  .p2u-team-rank-view,.p2u-team-rank-polarity{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}
  .p2u-team-rank-view button,.p2u-team-rank-polarity button{width:100%!important;min-height:40px!important}
  .p2u-team-rank-tabs{gap:6px!important;padding-bottom:4px!important;scroll-snap-type:x proximity!important}
  .p2u-team-rank-tabs button{min-height:40px!important;scroll-snap-align:start!important}
  .p2u-team-rank-fields{grid-template-columns:minmax(0,1fr)!important;gap:7px!important}
  .p2u-team-rank-fields select,.p2u-team-rank-search{width:100%!important;min-height:44px!important}
  .p2u-team-rank-section-head{align-items:flex-start!important;flex-direction:column!important;gap:7px!important;margin:18px 0 10px!important}
  .p2u-team-rank-section-head h2{font-size:23px!important}
  .p2u-team-rank-count{white-space:normal!important}
  .p2u-team-rank-card{padding:14px!important;border-radius:16px!important}
  .p2u-team-rank-head{padding-right:32px!important}
  .p2u-team-rank-head h3{font-size:15px!important;overflow-wrap:anywhere!important}
  .p2u-team-rank-metrics{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important}
  .p2u-team-rank-metrics span{min-width:0!important;padding:8px 3px!important}
  .p2u-team-rank-metrics b{font-size:13px!important}
  .p2u-team-rank-metrics small{font-size:7.5px!important;overflow-wrap:anywhere!important}
  .p2u-team-rank-footer{font-size:9px!important}
}

/* Engine Hub. */
@media(max-width:920px){
  .p2u-engine-toolbar{position:sticky!important;top:70px!important;z-index:35!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:7px!important;margin:12px 0!important;padding:8px!important;border-radius:14px!important}
  .p2u-engine-filters{width:100%!important;overflow-x:auto!important;scroll-snap-type:x proximity!important}
  .p2u-engine-filter{min-height:40px!important;scroll-snap-align:start!important}
  .p2u-engine-search{width:100%!important;min-height:44px!important}
  .p2u-engine-card{min-height:0!important}
  .p2u-engine-card p{min-height:0!important}
}

/* News and Community. */
@media(max-width:920px){
  .p2u-news-page .p2u-news-wrap{width:min(calc(100% - 12px),1000px)!important;padding-bottom:calc(var(--p2u-v265-dock) + 24px)!important}
  .p2u-news-page .p2u-news-controls{top:70px!important;padding:8px!important;border-radius:14px!important}
  .p2u-news-page .p2u-news-tabs{overflow-x:auto!important;scroll-snap-type:x proximity!important;white-space:nowrap!important}
  .p2u-news-page .p2u-news-tab{flex:0 0 auto!important;scroll-snap-align:start!important}
  .p2u-news-page .p2u-news-search,.p2u-news-page .p2u-news-search input{width:100%!important;min-width:0!important}
  .p2u-news-page .p2u-news-card{min-width:0!important;overflow:hidden!important}
  .p2u-community-page{max-width:100%!important;padding-left:10px!important;padding-right:10px!important;padding-bottom:calc(var(--p2u-v265-dock) + 24px)!important}
  .p2u-community-feature-grid{grid-template-columns:minmax(0,1fr)!important}
}
@media(max-width:620px){
  .p2u-news-page .p2u-news-wrap{width:100%!important;padding-left:7px!important;padding-right:7px!important}
  .p2u-news-page .p2u-news-hero{border-radius:16px!important}
  .p2u-news-page .p2u-news-hero-copy{padding:15px 12px!important}
  .p2u-news-page .p2u-news-card{display:grid!important;grid-template-columns:96px minmax(0,1fr)!important;border-radius:13px!important}
  .p2u-news-page .p2u-news-card-media{width:96px!important;min-height:120px!important;height:100%!important}
  .p2u-news-page .p2u-news-card-body{padding:9px!important}
  .p2u-news-page .p2u-news-card h3{font-size:13px!important;line-height:1.25!important}
  .p2u-news-page .p2u-news-card p{font-size:9.5px!important;-webkit-line-clamp:2!important}
  .p2u-news-page .p2u-news-actions{gap:4px!important}
  .p2u-news-page .p2u-news-actions a,.p2u-news-page .p2u-news-actions button{min-height:32px!important;padding:5px 7px!important;font-size:8.5px!important}
}

/* Proof, scorecards, league tables, trust and legal content. */
@media(max-width:920px){
  .proof-wrap,.scorecards-wrap,.dna-wrap,.trust-wrap,.legal-wrap,.wrap{width:min(calc(100% - 16px),1000px)!important;max-width:100%!important;margin-inline:auto!important;padding-left:0!important;padding-right:0!important;padding-bottom:calc(var(--p2u-v265-dock) + 24px)!important}
  table{max-width:100%}
  .table-wrap,.proof-table-wrap,.score-table-wrap,[class*="table-wrap"]{max-width:100%!important;overflow-x:auto!important;overscroll-behavior-x:contain!important}
  .filters,.proof-filters,.score-filters,[class*="filter-row"]{max-width:100%!important;overflow-x:auto!important;scrollbar-width:none!important}
  .filters::-webkit-scrollbar,.proof-filters::-webkit-scrollbar,.score-filters::-webkit-scrollbar,[class*="filter-row"]::-webkit-scrollbar{display:none!important}
  .modal,.panel,[role="dialog"]{max-width:calc(100vw - 16px)!important}
}

/* Extra-narrow cover screens. */
@media(max-width:360px){
  .p2u-v245-brand img{max-width:98px!important;height:32px!important}
  body.p2u-v245-ready #p2u-alert-button.p2u-alert-trigger{width:33px!important;height:33px!important;flex-basis:33px!important}
  .p2u-v245-avatar{width:32px!important;height:32px!important;flex-basis:32px!important}
  .p2u-v245-dock a,.p2u-v245-dock button{font-size:8.1px!important}
  .p2u-hero h1{font-size:34px!important}
  .p2u-stat{padding:10px!important}
  .p2u-stat strong{font-size:20px!important}
  .p2u-team-home-grid{grid-template-columns:minmax(0,1fr)!important}
  .p2u-team-home-tile{min-height:70px!important}
  #board .p2u-prediction-panel{grid-template-columns:minmax(0,1fr) 70px!important}
  .p2u-team-rank-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .p2u-news-page .p2u-news-card{grid-template-columns:84px minmax(0,1fr)!important}
  .p2u-news-page .p2u-news-card-media{width:84px!important}
}

@media(max-height:520px) and (orientation:landscape) and (max-width:920px){
  :root{--p2u-v265-dock:66px;--p2u-shell-dock-h:66px}
  .p2u-v245-nav-wrap{position:relative!important}
  .p2u-v245-dock a,.p2u-v245-dock button{min-height:48px!important;flex-direction:row!important;gap:5px!important;font-size:9px!important}
  .p2u-v245-dock svg{width:17px!important;height:17px!important;flex-basis:17px!important}
  .p2u-team-rank-controls,.p2u-news-controls,.p2u-engine-toolbar{top:5px!important}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
