/* ==========================================================================\n   Матч&мяч MOBILE RELEASE PASS · 2026-08-08\n   Final responsive layer loaded after ace-v3.css.\n   ========================================================================== */
html,body{max-width:100%;overflow-x:clip}
.main-content,.content-wrap,.content-wrap-wide,.card,.card-pad,.page-header,.visual-page-hero,.visual-page-hero-copy,.visual-page-hero-side,.cab,.cab-main,.players-layout,.table-wrap{min-width:0}
img,video,canvas{max-width:100%}
.mobile-shell-brand{display:none}

/* Desktop city modal no longer overflows its 440px legacy parent. */
.modal-backdrop{z-index:300}
.modal.modal-city-picker{width:min(580px,calc(100vw - 40px));max-width:580px;overflow-x:hidden}
.modal-city-picker .city-picker-modal{width:100%;min-width:0}
.modal-city-picker .city-picker-head>div{min-width:0}
.modal-city-picker .city-picker-head p{overflow-wrap:anywhere}
.modal-city-picker .city-picker-list{overscroll-behavior:contain}

/* City IDs are first-class admin data because CSV import uses city_id. */
.adm-city-id{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:26px;padding:0 8px;border:1px solid var(--border);border-radius:999px;background:var(--glass-1);color:var(--text-dim);font-family:var(--font-mono);font-size:10.5px;font-weight:700;white-space:nowrap}
.city-id-note{display:inline-flex;align-items:center;gap:7px;margin:-6px 0 14px;color:var(--text-faint);font-size:11.5px}.city-id-note b{color:var(--accent);font-family:var(--font-mono)}
.adm-table-cities .adm-tr{grid-template-columns:62px minmax(150px,1.7fr) minmax(110px,1fr) 76px 82px 72px minmax(150px,1fr)}

@media(max-width:960px){
 :root{--mobile-header-h:58px;--mobile-tabbar-space:92px}
 .global-tools{top:max(8px,env(safe-area-inset-top))!important;left:10px!important;right:10px!important;width:auto!important;min-height:44px!important;height:44px!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto auto!important;align-items:center!important;gap:7px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;z-index:210!important}
 .mobile-shell-brand{display:inline-flex;align-items:center;gap:7px;min-width:0;height:40px;padding:0 4px 0 2px;color:var(--text);font-size:16px;font-weight:900;letter-spacing:-.045em;line-height:1}
 .mobile-shell-brand img{width:30px;height:30px;flex:0 0 30px;border-radius:50%}.mobile-shell-brand span{transform:translateY(-1px)}
 .global-tools>div{min-width:0}.global-tools #city-switcher-float{order:initial!important;margin:0!important;min-width:0;justify-self:stretch}.global-tools #notif-bell-float,.global-tools #profile-shortcut-float{justify-self:end}.global-tools #theme-toggle-float{display:none!important}
 .global-tools .city-pill{width:100%;min-width:0!important;max-width:190px;height:40px!important;min-height:40px!important;padding:0 12px!important;border:1px solid var(--border)!important;border-radius:999px!important;background:rgba(18,25,22,.94)!important;box-shadow:none!important;justify-content:flex-start!important;gap:7px!important}
 .global-tools .city-pill-name{min-width:0;max-width:none!important;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;font-size:12.5px}.global-tools .city-pill-ic,.global-tools .city-pill-chev{flex:0 0 auto}
 .global-tools .notif-btn,.global-tools .profile-shortcut{width:40px!important;height:40px!important;min-height:40px!important;border:1px solid var(--border)!important;border-radius:50%!important;background:rgba(18,25,22,.94)!important;box-shadow:none!important}
 .profile-shortcut img,.profile-shortcut-initial,.profile-shortcut-icon{width:34px!important;height:34px!important;border-radius:50%!important}.profile-shortcut-online{right:-1px;bottom:-1px}
 .global-tools .notif-menu{position:fixed!important;top:calc(max(8px,env(safe-area-inset-top)) + 50px)!important;left:10px!important;right:10px!important;width:auto!important;max-height:calc(100dvh - 80px - env(safe-area-inset-bottom));border-radius:18px!important;overflow:hidden}.notif-list{max-height:calc(100dvh - 160px - env(safe-area-inset-bottom))!important}
 .main-content{margin-left:0!important;padding:calc(var(--mobile-header-h) + max(12px,env(safe-area-inset-top))) 14px calc(var(--mobile-tabbar-space) + env(safe-area-inset-bottom))!important}.content-wrap,.content-wrap-wide{gap:14px!important}

 /* bottom navigation */
 .mobile-tabbar{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:center!important;left:8px!important;right:8px!important;bottom:max(8px,env(safe-area-inset-bottom))!important;height:70px!important;padding:5px 6px!important;border:1px solid var(--border)!important;border-radius:24px!important;background:rgba(18,25,22,.96)!important;backdrop-filter:blur(22px) saturate(145%)!important;-webkit-backdrop-filter:blur(22px) saturate(145%)!important;box-shadow:0 18px 48px rgba(0,0,0,.28)!important;z-index:180!important}
 .mobile-tabbar a,.mobile-tabbar button{min-width:0!important;height:58px!important;padding:0!important;gap:4px!important;border:0!important;border-radius:14px!important;background:transparent!important;color:#92998d!important;font-size:9px!important;font-weight:750!important;line-height:1!important}
 .mobile-tabbar a .ic,.mobile-tabbar button .ic{width:23px;height:23px;display:grid!important;place-items:center}.mobile-tabbar a .ic svg,.mobile-tabbar button .ic svg{width:19px!important;height:19px!important}
 .mobile-tabbar a.active,.mobile-tabbar button.active{color:var(--text)!important;background:transparent!important}.mobile-tabbar a.active .ic,.mobile-tabbar button.active .ic{color:var(--accent)!important}
 .mobile-tabbar .mobile-play{height:82px!important;transform:translateY(-11px)!important;background:transparent!important;color:var(--text)!important}.mobile-play-ball{width:54px!important;height:54px!important;border-radius:50%!important;box-shadow:0 11px 28px rgba(0,0,0,.28),inset -6px -7px 12px rgba(70,95,0,.13)!important}.mobile-play-label{color:var(--text)!important;font-size:8.5px!important}

 /* More sheet sits over, not under, the tabbar and scrolls on short phones. */
 .mobile-more-overlay{z-index:240!important;background:rgba(2,5,4,.68)!important;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}
 .mobile-more-sheet{left:8px!important;right:8px!important;bottom:max(8px,env(safe-area-inset-bottom))!important;z-index:250!important;max-height:calc(100dvh - max(22px,env(safe-area-inset-top)))!important;overflow-y:auto!important;overscroll-behavior:contain;padding:8px 14px calc(18px + env(safe-area-inset-bottom))!important;border:1px solid var(--border-strong)!important;border-radius:26px!important;background:rgba(20,27,21,.985)!important;box-shadow:0 30px 80px rgba(0,0,0,.48)!important}
 .mobile-more-handle{margin:4px auto 8px!important}.mobile-more-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:3px 2px 12px}.mobile-more-head strong{font-family:var(--font-display);font-size:18px;letter-spacing:-.035em}
 .mobile-more-close{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--border);border-radius:50%;background:var(--glass-1);color:var(--text-dim);cursor:pointer}.mobile-more-close svg{width:17px;height:17px}
 .mobile-more-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px 8px!important;padding-bottom:2px}.mobile-more-grid a{min-width:0;min-height:88px;padding:9px 4px!important;gap:7px!important;border:1px solid transparent;border-radius:16px!important;color:var(--text-dim)!important;font-size:10.5px!important;line-height:1.25}.mobile-more-grid a .ic{width:44px!important;height:44px!important;border-radius:14px!important;background:rgba(255,255,255,.035)!important}.mobile-more-grid a.active{color:var(--text)!important;border-color:rgba(200,255,61,.16);background:rgba(200,255,61,.045)}.mobile-more-grid a.active .ic{color:var(--accent)!important;border-color:rgba(200,255,61,.25)!important;background:rgba(200,255,61,.08)!important}

 /* all modals are reachable on mobile, including long forms */
 .modal-backdrop{align-items:flex-end!important;padding:8px!important;z-index:300!important}.modal{width:100%!important;max-width:720px!important;max-height:calc(100dvh - max(16px,env(safe-area-inset-top)))!important;padding:20px!important;border-radius:24px 24px 18px 18px!important;overscroll-behavior:contain}.modal.modal-city-picker{max-width:580px!important}.modal h3{margin-bottom:14px;font-size:18px}
 .modal-actions{position:sticky;bottom:-20px;z-index:2;margin:18px -20px -20px!important;padding:12px 20px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:color-mix(in srgb,var(--card-elevated) 96%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
 .city-picker-head{margin-bottom:12px}.city-picker-list{max-height:min(52dvh,440px)!important}.city-picker-item{min-height:58px}

 /* shared composition */
 .page-header,.cab-head,.me-section-head,.section-title{min-width:0}.page-header{align-items:flex-start!important}.page-header h1{font-size:clamp(27px,9vw,38px)!important}.page-header .subtitle{font-size:12.5px!important;line-height:1.5}
 .visual-page-hero,.players-page-head{min-height:220px!important;padding:22px 20px!important;border-radius:24px!important;grid-template-columns:minmax(0,1fr)!important;align-items:end!important;gap:18px!important}.visual-page-hero h1,.players-page-head h1{max-width:100%;font-size:clamp(34px,10vw,44px)!important;overflow-wrap:anywhere}.visual-page-hero-copy p,.players-page-head .subtitle{max-width:92%!important}.visual-page-hero-side{justify-self:stretch!important;width:100%}.visual-page-hero-side>.btn,.visual-page-hero-side>a.btn{max-width:100%}
 .filter-bar,.players-sortbar,.schedule-toolbar{width:100%;overflow:hidden;border-radius:18px!important}.filter-bar{align-items:stretch}.filter-field{min-width:0}.filter-field select,.filter-field input{width:100%;max-width:100%}.form-grid-2,.form-grid-3,.form-field{min-width:0}.form-field input,.form-field select,.form-field textarea{max-width:100%}
 .table-wrap,.cab-table,.adm-table,.bracket-scroll{max-width:100%;overflow-x:auto!important;-webkit-overflow-scrolling:touch;scrollbar-width:thin}

 /* players */
 .players-layout{grid-template-columns:1fr!important;gap:12px!important}.pf-card{position:static!important}.players-grid{grid-template-columns:1fr!important}.pcard{padding:15px!important;border-radius:18px!important}.pcard-performance{grid-template-columns:1fr!important}.pcard-actions{gap:7px}.pcard-actions .btn{min-width:0}
 /* rating */
 .visual-sort-actions{display:flex!important;width:100%;overflow-x:auto;flex-wrap:nowrap!important;padding-bottom:2px;scrollbar-width:none}.visual-sort-actions::-webkit-scrollbar{display:none}.visual-sort-actions .btn{flex:0 0 auto}.podium{overflow-x:auto;padding-bottom:3px}.rank-card{min-width:0}
 /* tournaments */
 .tournament-row{display:grid!important;grid-template-columns:46px minmax(0,1fr)!important;align-items:start!important;gap:10px 12px!important;min-height:0!important;padding:14px!important;overflow:hidden}.tournament-row-thumb{width:46px!important;height:46px!important}.tournament-row-main{grid-column:2}.tournament-row-title{font-size:15px;line-height:1.28}.tournament-row-meta{font-size:11.5px;line-height:1.4}.tournament-row-people{display:none!important}.tournament-row-status{grid-column:2!important;min-width:0;padding:0!important;border:0!important;justify-self:start}.tournament-row-open{display:none!important}.ev-chips{gap:5px}.ev-chip{max-width:100%;white-space:normal}
 /* trainings */
 .training-row{grid-template-columns:54px minmax(0,1fr)!important;gap:10px!important;padding:12px!important}.training-facts{display:none!important}.training-action{grid-column:1/-1!important}.training-action .btn{width:100%}.training-week-grid{grid-template-columns:minmax(230px,82vw)!important;overflow-x:auto;scroll-snap-type:x mandatory}.training-day-column{scroll-snap-align:start}
 /* clubs/coaches */
 .clubs-grid,.coaches-grid,.coaches-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.page-clubs .clubs-promo-body{padding:24px 20px!important}.page-clubs .clubs-promo-card{border-radius:24px!important}.page-coaches .coaches-hero-content{width:100%!important;padding:26px 22px 110px!important}.page-coaches .coaches-hero h1{font-size:clamp(36px,10vw,50px)!important}
 /* cabinet/profile/detail */
 .cab{grid-template-columns:1fr!important;gap:12px!important}.cab-nav{position:static!important;width:100%}.cab-tabs{display:flex!important;flex-direction:row!important;gap:6px!important;overflow-x:auto!important;flex-wrap:nowrap!important;padding-bottom:2px;scrollbar-width:none}.cab-tabs::-webkit-scrollbar{display:none}.cab-tab{flex:0 0 auto!important;min-width:max-content}.profile-tabs,.me-local-nav{max-width:100%;overflow-x:auto!important;flex-wrap:nowrap!important;scrollbar-width:none}.profile-tabs::-webkit-scrollbar,.me-local-nav::-webkit-scrollbar{display:none}.pp-hero-grid,.me-dashboard-grid{grid-template-columns:1fr!important}.pp-profile-pane,.pp-power-card{min-width:0}.pp-actions,.me-inline-actions{flex-wrap:wrap}
 /* messages */
 .messages-shell{padding:16px!important}.messenger-grid{max-width:100%}
 /* admin/studio */
 .page-admin .cab-head,.page-studio .cab-head{flex-direction:column;align-items:stretch!important}.page-admin #admin-head-action,.page-studio .cab-head>:last-child{width:100%}.page-admin .adm-head-actions{justify-content:flex-start!important}.page-admin .adm-table,.page-studio .cab-table{border-radius:14px}
}

@media(max-width:800px){.adm-table-cities .adm-tr{min-width:800px}}
@media(max-width:620px){
 .main-content{padding-left:11px!important;padding-right:11px!important}.global-tools{left:9px!important;right:9px!important;gap:6px!important}.mobile-shell-brand{gap:5px;padding-right:1px}.mobile-shell-brand img{width:28px;height:28px;flex-basis:28px}.mobile-shell-brand span{font-size:15px}.global-tools .city-pill{max-width:none;padding-inline:10px!important}.global-tools .city-pill-name{font-size:12px}
 .visual-page-hero-copy p,.players-page-head .subtitle{max-width:100%!important}.visual-page-hero-side>.btn,.visual-page-hero-side>a.btn{width:100%}
 .filter-bar{display:grid!important;grid-template-columns:1fr 1fr;gap:8px!important;padding:9px!important}.filter-bar>:only-child,.filter-bar>:last-child:nth-child(odd){grid-column:1/-1}.filter-field{width:100%;flex-basis:auto!important}.clubs-grid,.coaches-grid,.coaches-grid-v2{grid-template-columns:1fr!important}.modal-actions{gap:8px}.modal-actions .btn{flex:1 1 0;min-width:0}
}
@media(max-width:420px){
 :root{--mobile-header-h:56px}.mobile-shell-brand span{display:none}.mobile-shell-brand{width:32px;padding:0}.global-tools{grid-template-columns:32px minmax(0,1fr) 38px 38px!important}.global-tools .notif-btn,.global-tools .profile-shortcut{width:38px!important;height:38px!important;min-height:38px!important}.profile-shortcut img,.profile-shortcut-initial,.profile-shortcut-icon{width:32px!important;height:32px!important}.mobile-tabbar{left:6px!important;right:6px!important}.mobile-tabbar a,.mobile-tabbar button{font-size:8.5px!important}.mobile-play-ball{width:52px!important;height:52px!important}.mobile-more-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mobile-more-grid a{min-height:80px}.filter-bar{grid-template-columns:1fr}.filter-bar>*{grid-column:1!important}.visual-page-hero,.players-page-head{padding:20px 17px!important}.visual-page-hero h1,.players-page-head h1{font-size:clamp(31px,10.5vw,39px)!important}.card-pad{padding:16px!important}.pp-profile-pane,.pp-power-card,.me-card.card-pad,.me-card-block{padding-left:16px!important;padding-right:16px!important}
}

/* ==========================================================================\n   Mobile page-by-page audit: detail pages, forms, chat and narrow devices.\n   ========================================================================== */
@media(max-width:960px){
 .breadcrumbs{max-width:100%;overflow-x:auto;flex-wrap:nowrap;white-space:nowrap;padding-bottom:3px;scrollbar-width:none}.breadcrumbs::-webkit-scrollbar{display:none}.breadcrumbs-current{max-width:56vw;overflow:hidden;text-overflow:ellipsis}
 .section-title{gap:10px}.section-title h2{min-width:0;font-size:18px}.section-title>.btn,.section-title>a.btn{flex:0 0 auto}
 .row,.row-between{min-width:0}
 .reg-form,.auth-wrap{width:100%;max-width:100%}.role-choice>*{min-width:0}
 .calendar-pro-grid{grid-template-columns:1fr!important}.calendar-sync-url{min-width:0}.calendar-sync-input{min-width:0;width:100%}
 .history-match{min-width:0}.history-match-body{min-width:0}.history-match-top{align-items:flex-start}.history-match-actions{flex-wrap:wrap}
 .court-row,.club-coach-row{min-width:0}.court-row-body,.club-coach-row>*{min-width:0}
 .coach-week-grid{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.coach-week-day{scroll-snap-align:start}
}

@media(max-width:620px){
 /* iOS: keep form controls at 16px so focusing them does not zoom the viewport. */
 input,select,textarea{font-size:16px!important}
 button,.btn,a.btn{touch-action:manipulation}
 .btn:not(.btn-icon){min-height:42px}

 /* Club detail */
 .club-hero-card{border-radius:20px!important}.club-hero-cover{height:168px!important}.club-hero-body{padding:17px!important}
 .club-hero-body .row-between{display:grid!important;grid-template-columns:1fr!important}.club-hero-body .rate-pill{justify-self:start}
 .club-hero-body .feat-icon-row{gap:7px;flex-wrap:wrap}.club-hero-body .feat-icon-item{min-width:0}
 .club-hero-body .btn-primary{width:100%;justify-content:center;white-space:normal;text-align:center}
 .court-row,.court-row.has-photo{align-items:flex-start!important;flex-wrap:wrap!important;padding:11px!important;gap:10px!important}.court-row.has-photo .court-row-photo{flex:0 0 58px;width:58px;height:46px}.court-row-price{width:100%;padding-left:0;white-space:normal;color:var(--accent)}
 .club-coach-row{align-items:flex-start}.club-coach-row .media-sub{white-space:normal}

 /* Coach detail */
 .coach-hero-card.has-photo{min-height:0;border-radius:20px}.coach-hero-body{padding:18px 16px!important}.coach-top{gap:12px!important}.coach-avatar-ring{flex:0 0 auto}.coach-name-full{font-size:22px!important;line-height:1.05}
 .coach-hero-body>.row{display:grid!important;grid-template-columns:1fr!important}.coach-hero-body>.row .btn{width:100%;justify-content:center;white-space:normal;text-align:center}
 .coach-stats{width:100%;max-width:none!important}.coach-promo{padding:18px 16px!important;gap:18px!important;border-radius:20px!important}.coach-promo-main{min-width:0!important;flex-basis:100%!important}.coach-promo-title{font-size:21px}.coach-promo-cta{order:4!important;width:100%;justify-content:center}.coach-promo-feats{order:3!important;width:100%}
 .coach-week-grid{grid-auto-columns:minmax(148px,72vw)!important;gap:9px!important}

 /* Event detail / tournament bracket */
 .page-event .event-hero{border-radius:20px!important;margin-bottom:12px!important}.page-event .event-hero h1{font-size:clamp(28px,9.5vw,38px)!important;line-height:1!important;overflow-wrap:anywhere}.page-event .event-hero .subtitle{line-height:1.45}
 .bracket-scroll{margin-left:0!important;margin-right:0!important;padding-bottom:8px}.bracket-rounds{min-width:max-content}.bracket-round{min-width:min(250px,78vw)}
 .event-create-media{display:grid!important;grid-template-columns:72px minmax(0,1fr);gap:12px!important}.event-create-media>*{min-width:0}.event-create-avatar{width:72px!important;height:72px!important}

 /* Player detail */
 .pp-hero{border-radius:20px!important}.pp-profile-pane,.pp-power-card{padding:19px 16px!important}.pp-profile-head{grid-template-columns:76px minmax(0,1fr)!important;gap:13px!important}.pp-avatar{width:76px!important;height:76px!important}.pp-name{font-size:clamp(25px,8.5vw,31px)!important;overflow-wrap:anywhere}.pp-meta{justify-content:flex-start!important;gap:6px!important}.pp-meta-item{max-width:100%;white-space:normal!important}.profile-facts{grid-template-columns:1fr 1fr!important}.pp-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important}.pp-actions .btn{width:100%;min-width:0!important;justify-content:center}.pp-power-card{border-left:0!important}.pp-hero-summary{grid-template-columns:1fr 1fr!important}.pp-summary-item{min-width:0!important;padding:14px!important}.pp-summary-item>span{font-size:8.5px!important}.pp-summary-item>b{font-size:18px!important}
 .profile-training-history-head{align-items:stretch!important;flex-direction:column!important}.profile-training-history-head .btn{width:100%}
 .tlog-summary{grid-template-columns:repeat(2,minmax(0,1fr))!important}.profile-tlog-row,.tlog-row{min-width:0}

 /* Messages: use the available phone viewport rather than a desktop 520px block. */
 .messages-shell{padding:11px!important}.messenger-list{max-height:calc(100dvh - 235px)!important}.chat-panel{height:calc(100dvh - 225px)!important;min-height:420px;max-height:680px}.chat-panel-head{margin-bottom:9px}.chat-form{gap:7px;margin-top:9px}.chat-form input{min-width:0}.chat-form .btn{flex:0 0 auto;padding-inline:13px}.msg-bubble{max-width:88%;padding:10px 12px}

 /* Registration/auth */
 .role-choice{gap:9px!important;margin-bottom:18px!important}.reg-form,.auth-wrap{margin-inline:auto}.reg-action{align-items:stretch}.reg-action>.btn{width:100%;justify-content:center}.reg-hero-top{gap:9px}.reg-player{min-width:0}.reg-player-body span{white-space:normal}

 /* Cabinet / studio */
 .cab-head{gap:10px}.cab-head>.btn,.cab-head>.row,.cab-head>.me-inline-actions{width:100%}.cab-head .btn{justify-content:center}.cab-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}.cab-card{padding:14px!important}.cab-row{align-items:flex-start;gap:9px}.cab-row-actions{flex-wrap:wrap}
 .calendar-pro-hero{grid-template-columns:42px minmax(0,1fr)!important;gap:12px!important;padding:15px!important;border-radius:18px!important}.calendar-pro-icon{width:42px!important;height:42px!important;border-radius:13px!important}.calendar-pro-copy h2{font-size:18px!important}.calendar-pro-main,.calendar-pro-steps{padding:15px!important}.calendar-pro-actions{display:grid!important;grid-template-columns:1fr!important}.calendar-pro-actions .btn{width:100%;justify-content:center}

 /* Role landing inside the product shell */
 .page-landing .rl6-hero{min-height:0!important;padding:24px 18px 22px!important}.page-landing .rl6-hero h1{font-size:clamp(37px,11vw,48px)!important;overflow-wrap:anywhere}.page-landing .rl6-actions{display:grid!important;grid-template-columns:1fr!important}.page-landing .rl6-actions .btn{width:100%;justify-content:center}.page-landing .rl6-metrics{grid-template-columns:1fr 1fr!important}.page-landing .rl6-section{padding-top:58px!important}.page-landing .rl6-other{margin-top:58px!important}
}

@media(max-width:420px){
 /* Keep the Матч&мяч wordmark visible even on compact phones. */
 .mobile-shell-brand{width:auto!important;min-width:49px!important;gap:4px!important}.mobile-shell-brand span{display:inline!important;font-size:14px!important}.global-tools{grid-template-columns:auto minmax(0,1fr) 38px 38px!important}
 .global-tools .city-pill{padding-inline:9px!important}.global-tools .city-pill-name{font-size:11.5px!important}
 .profile-facts{grid-template-columns:1fr!important}.pp-actions{grid-template-columns:1fr!important}.pp-hero-summary{grid-template-columns:1fr 1fr!important}.pp-summary-item{padding:13px 11px!important}
 .cab-stats,.tlog-summary{grid-template-columns:1fr 1fr!important}
 .chat-panel{min-height:380px}
}

/* ==========================================================================\n   Матч&мяч refinement 40 · header / admin+CRM mobile / player profile bento\n   ========================================================================== */

/* Notifications are a floating surface: give them a softer silhouette on all sizes. */
.notif-menu{border-radius:24px!important;overflow:hidden!important}
.notif-head{padding:14px 16px!important}
.notif-list{overscroll-behavior:contain}

/* Player profile hero — bento composition instead of one large split card. */
.pp-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1.52fr) minmax(320px,.68fr)!important;
  grid-template-areas:"ribbon ribbon" "profile power" "summary power"!important;
  gap:12px!important;
  min-height:0!important;
  padding:0!important;
  margin-bottom:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
  isolation:auto!important;
}
.pp-hero::before,.pp-hero::after,.pp-hero-glow,.pp-hero-cover{display:none!important}
.pp-hero .pp-title-ribbon{grid-area:ribbon!important;margin:0!important;border-radius:16px!important;box-shadow:none!important}
.pp-hero-grid{display:contents!important;padding:0!important}
.pp-profile-pane{
  grid-area:profile!important;
  padding:30px 32px 28px!important;
  border:1px solid rgba(23,26,22,.08)!important;
  border-radius:28px!important;
  background:#eef0e4!important;
  color:#171a16!important;
  overflow:hidden!important;
  position:relative!important;
}
.pp-profile-pane::after{
  content:"";position:absolute;width:300px;height:300px;right:-170px;top:-190px;border:1px solid rgba(23,26,22,.09);border-radius:50%;pointer-events:none
}
.pp-profile-head,.pp-bio,.profile-facts,.pp-actions{position:relative;z-index:1}
.pp-profile-head{align-items:flex-start!important}
.pp-avatar{width:102px!important;height:102px!important;flex:0 0 102px!important}
.pp-avatar img,.pp-avatar-fallback{border:1px solid rgba(23,26,22,.14)!important;box-shadow:0 12px 34px rgba(23,26,22,.08)!important}
.pp-ntrp{border-color:#eef0e4!important}
.pp-name{max-width:760px!important;font-size:clamp(38px,4.2vw,62px)!important;line-height:.92!important;letter-spacing:-.065em!important;color:#171a16!important}
.pp-hero .pp-eyebrow{color:#71786d!important}
.pp-hero .pp-meta-item{background:rgba(23,26,22,.045)!important;border-color:rgba(23,26,22,.1)!important;color:#62695f!important}
.pp-hero .pp-meta-item svg{color:#737a6f!important}
.pp-hero .pp-bio{color:#6c7369!important;line-height:1.55!important}
.pp-hero .profile-fact{border-color:rgba(23,26,22,.13)!important}
.pp-hero .profile-fact-label{color:#7a8176!important}
.pp-hero .profile-fact-value{color:#171a16!important}
.pp-hero .btn-ghost{color:#171a16!important;border-color:rgba(23,26,22,.16)!important;background:rgba(23,26,22,.035)!important}

.pp-power-card{
  grid-area:power!important;
  min-height:100%!important;
  padding:30px!important;
  border:1px solid rgba(255,255,255,.07)!important;
  border-radius:28px!important;
  background:linear-gradient(160deg,#182019 0%,#111612 72%)!important;
  color:#f4f6ef!important;
  box-shadow:0 22px 55px -44px rgba(0,0,0,.9)!important;
  overflow:hidden!important;
}
.pp-power-card::before{
  content:"";position:absolute;width:250px;height:250px;right:-135px;top:-120px;border-radius:50%;background:rgba(200,255,61,.07);filter:blur(2px);pointer-events:none
}
.pp-power-top, .pp-power-scale, .pp-power-context, .pp-power-card .rating-trend{position:relative;z-index:1}
.pp-power-card .pp-power-kicker, .pp-power-card .pp-elo-label, .pp-power-card .pp-power-context{color:#899187!important}

.pp-power-card .pp-power-delta{background:rgba(255,255,255,.06)!important}
.pp-power-card .pp-power-scale{height:7px!important;background:rgba(255,255,255,.08)!important}



.pp-power-card .rating-trend{margin-top:18px!important}

.pp-hero-summary{
  grid-area:summary!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:8px!important;
  border:0!important;
  background:transparent!important;
}
.pp-summary-item{
  min-height:90px!important;
  padding:15px 16px!important;
  border:1px solid var(--border)!important;
  border-radius:18px!important;
  background:var(--card)!important;
}
.pp-summary-item+.pp-summary-item{border-left:1px solid var(--border)!important}
.pp-hero .pp-summary-item>span{color:var(--text-faint)!important}
.pp-hero .pp-summary-item>b{color:var(--text)!important}
.pp-summary-form>div{min-width:0!important;flex-wrap:wrap!important}

@media(max-width:1120px){
  .pp-hero{grid-template-columns:minmax(0,1.3fr) minmax(285px,.7fr)!important}
  .pp-profile-pane{padding:27px!important}
  .pp-power-card{padding:27px!important;border-top:1px solid rgba(255,255,255,.07)!important}
  .pp-hero-summary{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:900px){
  .pp-hero{grid-template-columns:1fr!important;grid-template-areas:"ribbon" "profile" "power" "summary"!important;gap:10px!important}
  .pp-power-card{min-height:0!important}
}
@media(max-width:620px){
  .pp-profile-pane,.pp-power-card{padding:18px 16px!important;border-radius:22px!important}
  .pp-profile-head{grid-template-columns:76px minmax(0,1fr)!important;gap:13px!important}
  .pp-avatar{width:76px!important;height:76px!important;flex-basis:76px!important}
  .pp-name{font-size:clamp(27px,9vw,36px)!important;line-height:.96!important}
  .pp-hero-summary{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
  .pp-summary-item{min-height:76px!important;padding:12px!important;border-radius:16px!important}
  
}

@media(max-width:960px){
  /* Real Матч&мяч wordmark + icon-only city selector. */
  .global-tools{
    grid-template-columns:minmax(64px,76px) 40px 40px 40px!important;
    justify-content:space-between!important;
    gap:7px!important;
  }
  .mobile-shell-brand{width:76px!important;height:38px!important;min-width:64px!important;padding:0!important;display:flex!important;align-items:center!important;overflow:hidden!important}
  .mobile-shell-brand img{display:block!important;width:74px!important;height:auto!important;max-height:28px!important;object-fit:contain!important;object-position:left center!important;border-radius:0!important;flex:none!important}
  .global-tools #city-switcher-float{width:40px!important;min-width:40px!important;justify-self:end!important}
  .global-tools .city-pill{width:40px!important;max-width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;padding:0!important;display:grid!important;place-items:center!important;border-radius:50%!important}
  .global-tools .city-pill-name,.global-tools .city-pill-chev{display:none!important}
  .global-tools .city-pill-ic{display:grid!important;place-items:center!important;margin:0!important}
  .global-tools .city-pill-ic svg{width:18px!important;height:18px!important}

  /* 34px means the tennis ball no longer dominates navigation. */
  .mobile-tabbar .mobile-play{height:62px!important;transform:translateY(-2px)!important;gap:5px!important}
  .mobile-play-ball{width:34px!important;height:34px!important;box-shadow:0 7px 18px rgba(0,0,0,.24),inset -4px -5px 8px rgba(70,95,0,.12)!important}
  .mobile-play-label{font-size:8.5px!important}

  /* Admin and CRM become a mobile workspace, not a squeezed desktop page. */
  .page-admin .content-wrap,.page-studio .content-wrap{width:100%!important;max-width:100%!important}
  .page-admin .cab,.page-studio .cab{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
  .page-admin .cab-nav,.page-studio .cab-nav{
    position:static!important;width:100%!important;padding:10px!important;border:1px solid var(--border)!important;border-radius:20px!important;background:var(--card)!important;overflow:hidden!important
  }
  .page-admin .cab-ident,.page-studio .cab-ident{margin:0 0 8px!important;padding:2px 3px 9px!important}
  .page-admin .cab-ident-av,.page-studio .cab-ident-av{width:34px!important;height:34px!important;border-radius:11px!important}
  .page-admin .cab-ident-name,.page-studio .cab-ident-name{font-size:12.5px!important}
  .page-admin .cab-ident-role,.page-studio .cab-ident-role{font-size:10px!important}
  .page-admin .cab-tabs,.page-studio .cab-tabs{display:flex!important;flex-direction:row!important;gap:6px!important;overflow-x:auto!important;overscroll-behavior-x:contain;scroll-snap-type:x proximity;padding:0 0 2px!important;scrollbar-width:none!important}
  .page-admin .cab-tabs::-webkit-scrollbar,.page-studio .cab-tabs::-webkit-scrollbar{display:none}
  .page-admin .cab-tab,.page-studio .cab-tab{flex:0 0 auto!important;min-width:max-content!important;min-height:40px!important;padding:0 12px!important;border-radius:12px!important;scroll-snap-align:start}
  .page-admin .cab-tab-label,.page-studio .cab-tab-label{flex:none!important}
  .page-admin .cab-back,.page-studio .cab-back{display:none!important}
  .page-admin .cab-main,.page-studio .cab-main{min-width:0!important}
  .page-admin .cab-head,.page-studio .cab-head{margin:2px 0 12px!important;gap:10px!important}
  .page-admin .cab-head h1,.page-studio .cab-head h1{font-size:clamp(26px,8vw,34px)!important;letter-spacing:-.045em!important}
  .page-admin .cab-head .subtitle,.page-studio .cab-head .subtitle{max-width:46rem!important;font-size:12px!important;line-height:1.5!important}
  .page-admin #admin-head-action,.page-studio #cab-head-action{width:100%!important;min-width:0!important}
  .page-admin .adm-head-actions,.page-studio #cab-head-action{max-width:100%!important}

  .page-studio .dash-grid,.page-studio .an-grid,.page-studio .crm-automation-grid,.page-studio .crm-request-grid,.page-studio .pricing{grid-template-columns:1fr!important;gap:10px!important}
  .page-studio .crm-channel-grid{grid-template-columns:1fr!important}
  .page-studio .crm-overview-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .page-studio .cab-card,.page-studio .crm-request-card{border-radius:18px!important}
}

@media(max-width:620px){
  .global-tools{grid-template-columns:minmax(58px,70px) 38px 38px 38px!important;gap:6px!important}
  .mobile-shell-brand{width:70px!important;min-width:58px!important}
  .mobile-shell-brand img{width:68px!important;max-height:26px!important}
  .global-tools #city-switcher-float,.global-tools .city-pill{width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important;min-height:38px!important}

  /* Admin: actions and filters become touch-friendly controls. */
  .page-admin .adm-head-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;gap:7px!important}
  .page-admin .adm-head-actions .btn{width:100%!important;min-width:0!important;justify-content:center!important;padding-inline:9px!important}
  .page-admin .adm-head-actions .btn:first-child:last-child{grid-column:1/-1}
  .page-admin .adm-filters{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important}
  .page-admin .adm-search{grid-column:1/-1!important;min-width:0!important;width:100%!important}
  .page-admin .adm-filters select{min-width:0!important;width:100%!important}
  .page-admin .adm-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .page-admin .adm-tile{min-width:0!important;padding:13px!important;border-radius:16px!important}
  .page-admin .adm-tile-val{font-size:22px!important}
  .page-admin .adm-attn-row{align-items:flex-start!important;padding:12px!important;border-radius:15px!important}

  /* Admin catalogue tables become readable cards instead of 800px horizontal strips. */
  .page-admin .adm-table{display:grid!important;gap:8px!important;border:0!important;border-radius:0!important;background:transparent!important;overflow:visible!important}
  .page-admin .adm-table .adm-th{display:none!important}
  .page-admin .adm-table .adm-tr:not(.adm-th){
    min-width:0!important;width:100%!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px 12px!important;align-items:start!important;
    padding:13px!important;border:1px solid var(--border)!important;border-radius:17px!important;background:var(--card)!important
  }
  .page-admin .adm-table .adm-tr:not(.adm-th)>span{min-width:0!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}
  .page-admin .adm-table .adm-tr:not(.adm-th)>span::before{display:block;margin-bottom:3px;color:var(--text-faint);font:700 8px/1.2 var(--font-mono);letter-spacing:.08em;text-transform:uppercase}
  .page-admin .adm-table .adm-tr-name{grid-column:1/-1!important;font-size:14px!important}
  .page-admin .adm-table .adm-row-actions,.page-admin .adm-table .adm-city-actions{grid-column:1/-1!important;justify-content:flex-end!important;padding-top:3px!important}

  .adm-table-overview-cities .adm-tr:not(.adm-th)>span:nth-child(1){grid-column:1/-1!important;font-weight:800;font-size:14px!important}
  .adm-table-overview-cities .adm-tr:not(.adm-th)>span:nth-child(2)::before{content:"Игроки"}
  .adm-table-overview-cities .adm-tr:not(.adm-th)>span:nth-child(3)::before{content:"Тренеры"}
  .adm-table-overview-cities .adm-tr:not(.adm-th)>span:nth-child(4)::before{content:"Клубы"}

  .adm-table-coaches .adm-tr:not(.adm-th)>span:nth-child(2){grid-column:1/-1!important}
  .adm-table-coaches .adm-tr:not(.adm-th)>span:nth-child(2)::before{content:"Город / клуб"}
  .adm-table-coaches .adm-tr:not(.adm-th)>span:nth-child(3)::before{content:"Тренировки"}
  .adm-table-coaches .adm-tr:not(.adm-th)>span:nth-child(4)::before{content:"Ученики"}
  .adm-table-coaches .adm-tr:not(.adm-th)>span:nth-child(5)::before{content:"Аккаунт"}
  .adm-table-coaches .adm-tr:not(.adm-th)>span:nth-child(6)::before{content:"Действия"}

  .adm-table-clubs .adm-tr:not(.adm-th)>span:nth-child(2)::before{content:"Город"}
  .adm-table-clubs .adm-tr:not(.adm-th)>span:nth-child(3)::before{content:"Корты"}
  .adm-table-clubs .adm-tr:not(.adm-th)>span:nth-child(4)::before{content:"Тренеры"}
  .adm-table-clubs .adm-tr:not(.adm-th)>span:nth-child(5)::before{content:"Игроки"}
  .adm-table-clubs .adm-tr:not(.adm-th)>span:nth-child(6)::before{content:"Владелец"}
  .adm-table-clubs .adm-tr:not(.adm-th)>span:nth-child(7)::before{content:"Действия"}

  .adm-table-cities .adm-tr:not(.adm-th)>span:nth-child(1)::before{content:"ID города"}
  .adm-table-cities .adm-tr:not(.adm-th)>span:nth-child(2)::before{content:"Город"}
  .adm-table-cities .adm-tr:not(.adm-th)>span:nth-child(3)::before{content:"Страна"}
  .adm-table-cities .adm-tr:not(.adm-th)>span:nth-child(4)::before{content:"Игроки"}
  .adm-table-cities .adm-tr:not(.adm-th)>span:nth-child(5)::before{content:"Тренеры"}
  .adm-table-cities .adm-tr:not(.adm-th)>span:nth-child(6)::before{content:"Клубы"}
  .adm-table-cities .adm-tr:not(.adm-th)>span:nth-child(7)::before{content:"Статус"}
  .adm-table-cities .adm-tr:not(.adm-th)>span:nth-child(2){font-weight:800!important}
  .adm-table-cities .adm-city-actions{justify-content:flex-start!important}

  .page-admin .adm-user{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;padding:12px!important;border-radius:17px!important}
  .page-admin .adm-user-ident{width:100%!important}
  .page-admin .adm-user-tags{width:100%!important;justify-content:flex-start!important}
  .page-admin .adm-user-actions{width:100%!important;justify-content:flex-end!important;padding-top:8px!important;border-top:1px solid var(--border)!important}
  .page-admin .admin-match-row{display:grid!important;grid-template-columns:1fr!important;align-items:start!important;padding:12px!important}
  .page-admin .admin-match-meta{width:100%!important;justify-content:space-between!important}
  .page-admin .adm-csv-hint{font-size:10.5px!important;line-height:1.5!important;overflow-wrap:anywhere!important}

  /* CRM / Studio: preserve information instead of hiding columns. */
  .page-studio .crm-overview-strip{grid-template-columns:1fr!important}
  .page-studio .pulse{grid-template-columns:1fr 1fr!important;gap:8px!important}
  .page-studio .pulse-item:first-child{grid-column:1/-1!important}
  .page-studio .tl-item{gap:10px!important;padding:12px!important;border-radius:16px!important}
  .page-studio .tl-time{width:48px!important}
  .page-studio .tl-meta{align-items:flex-start!important;flex-direction:column!important;gap:7px!important}
  .page-studio .tl-spots{white-space:normal!important}
  .page-studio .attn{display:grid!important;grid-template-columns:32px minmax(0,1fr)!important;align-items:start!important;padding:12px!important;border-radius:16px!important}
  .page-studio .attn-body span{white-space:normal!important;overflow:visible!important}
  .page-studio .attn-actions{grid-column:1/-1!important;width:100%!important;justify-content:flex-end!important}
  .page-studio .cab-row{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;gap:9px 10px!important;padding:12px!important;border-radius:16px!important}
  .page-studio .cab-row-actions{grid-column:1/-1!important;width:100%!important;justify-content:flex-end!important;padding-top:7px!important;border-top:1px solid var(--border)!important}
  .page-studio .cab-row-arrow{align-self:center!important}
  .page-studio .cab-row-has-stack{grid-template-columns:auto minmax(0,1fr) auto!important}
  .page-studio .cab-row-has-stack .release-player-stack{grid-column:2!important;justify-self:start!important}
  .page-studio .cab-row-has-stack .cab-row-arrow{grid-column:3!important;grid-row:1/3!important}

  .page-studio .cab-table{display:grid!important;gap:8px!important;border:0!important;background:transparent!important;overflow:visible!important}
  .page-studio .cab-table-head{display:none!important}
  .page-studio .cab-table-row{border:1px solid var(--border)!important;border-radius:16px!important;background:var(--card)!important;padding:12px!important}
  .page-studio .student-crm-table .cab-table-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px 12px!important}
  .page-studio .student-crm-table .cab-table-row>.cab-table-name{grid-column:1/-1!important}
  .page-studio .student-crm-table .cab-table-row>span:nth-child(2),.page-studio .student-crm-table .cab-table-row>span:nth-child(3){display:block!important}
  .page-studio .student-crm-table .cab-table-row>span:nth-child(2)::before{content:"Записей";display:block;color:var(--text-faint);font:700 8px var(--font-mono);letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px}
  .page-studio .student-crm-table .cab-table-row>span:nth-child(3)::before{content:"Посетил";display:block;color:var(--text-faint);font:700 8px var(--font-mono);letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px}
  .page-studio .student-crm-table .cab-table-row>span:nth-child(4){grid-column:1/-1!important;justify-self:start!important}
  .page-studio .club-players-table .cab-table-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px 12px!important}
  .page-studio .club-players-table .cab-table-name{grid-column:1/-1!important}
  .page-studio .club-players-table .cab-table-row>span:nth-child(2)::before{content:"Побед";display:block;color:var(--text-faint);font:700 8px var(--font-mono);letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px}
  .page-studio .club-players-table .cab-table-row>span:nth-child(3)::before{content:"Win rate";display:block;color:var(--text-faint);font:700 8px var(--font-mono);letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px}

  .page-studio .crm-request-actions,.page-studio .crm-inline-actions{display:grid!important;grid-template-columns:1fr!important;width:100%!important}
  .page-studio .crm-request-actions .btn,.page-studio .crm-inline-actions .btn{width:100%!important;justify-content:center!important}
  .page-studio .crm-card-head{gap:10px!important}
  .page-studio .crm-toggle-row{align-items:flex-start!important}
  .page-studio .crm-channel{grid-template-columns:38px minmax(0,1fr) auto!important;padding:11px!important}
  .page-studio .crm-delivery-row{grid-template-columns:1fr!important;gap:6px!important}
  .page-studio .crm-delivery-channel{grid-column:auto!important}
  .page-studio .pricing-head{align-items:flex-start!important;flex-direction:column!important}
  .page-studio .pricing-plan{padding:18px!important;border-radius:20px!important}
  .page-studio .an-bar{grid-template-columns:minmax(90px,1fr) minmax(80px,1.4fr) auto!important;gap:8px!important}
}

@media(max-width:390px){
  .global-tools{grid-template-columns:54px 36px 36px 36px!important;gap:5px!important}
  .mobile-shell-brand{width:54px!important;min-width:54px!important}
  .mobile-shell-brand img{width:54px!important;max-height:22px!important}
  .global-tools #city-switcher-float,.global-tools .city-pill,.global-tools .notif-btn,.global-tools .profile-shortcut{width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;min-height:36px!important}
  .page-admin .adm-grid{grid-template-columns:1fr 1fr!important}
  .page-studio .pulse{grid-template-columns:1fr!important}.page-studio .pulse-item:first-child{grid-column:auto!important}
}

/* Titled players use the same bento system; legacy title-specific rules must not rebuild the old single card. */
.pp-hero.has-title{background:transparent!important;border:0!important;box-shadow:none!important;color:inherit!important}
.pp-hero.has-title::before,.pp-hero.has-title::after,.pp-hero.has-title .pp-hero-glow{display:none!important}
.pp-hero.has-title .pp-title-ribbon{
  grid-area:ribbon!important;display:flex!important;align-items:center!important;gap:7px!important;
  margin:0!important;padding:11px 14px!important;border:1px solid rgba(200,255,61,.16)!important;border-radius:16px!important;
  background:rgba(200,255,61,.07)!important;color:var(--accent)!important;font-size:9px!important;font-weight:850!important;letter-spacing:.1em!important;text-transform:uppercase!important
}
.pp-hero.has-title .pp-power-card{background:linear-gradient(160deg,#182019 0%,#111612 72%)!important;border:1px solid rgba(255,255,255,.07)!important}

.pp-hero.has-title .pp-power-kicker, .pp-hero.has-title .pp-elo-label, .pp-hero.has-title .pp-power-context{color:#899187!important}



.pp-hero.has-title .pp-power-scale{background:rgba(255,255,255,.08)!important}
.pp-hero.has-title .pp-summary-item>span{color:var(--text-faint)!important}
.pp-hero.has-title .pp-summary-item>b{color:var(--text)!important}

/* All current profiles are coverless; neutralise the previous coverless single-card theme with equal/higher specificity. */
.pp-hero:not(.has-cover){background:transparent!important;color:inherit!important;border:0!important;box-shadow:none!important}
.pp-hero:not(.has-cover)::before,.pp-hero:not(.has-cover)::after{display:none!important}
.pp-hero:not(.has-cover) .pp-power-card .pp-power-kicker, 
.pp-hero:not(.has-cover) .pp-power-card .pp-elo-label, 
.pp-hero:not(.has-cover) .pp-power-card .pp-power-context{color:#899187!important}

.pp-hero:not(.has-cover) .pp-power-card .pp-power-scale{background:rgba(255,255,255,.08)!important}



.pp-hero:not(.has-cover) .pp-summary-item>span{color:var(--text-faint)!important}
.pp-hero:not(.has-cover) .pp-summary-item>b{color:var(--text)!important}
.pp-hero:not(.has-cover) .pp-summary-item+.pp-summary-item{border-left:1px solid var(--border)!important}
