/*
 * TSO Clubhouse Framework v3.1.0
 * Component layout shared by Clubhouse screens.
 * The TSO theme owns the outer WordPress page canvas.
 */
:root{
  --tso-ch-page:#050033;--tso-ch-page-top:#0b2450;--tso-ch-navy:#071d33;
  --tso-ch-blue:#002366;--tso-ch-blue-bright:#003087;--tso-ch-gold:#ffd700;
  --tso-ch-white:#f4f7fb;--tso-ch-muted:#c9d5e5;--tso-ch-width:1280px;
  --tso-ch-radius:22px;--tso-ch-border:1px solid rgba(255,215,0,.42);
  --tso-ch-shadow:0 18px 46px rgba(0,0,0,.30)
}
.tso-clubhouse-page,.tso-conversations-app{box-sizing:border-box;width:100%;max-width:none;margin:0;color:var(--tso-ch-white)}
.tso-clubhouse-page{padding:32px 0 72px;background:radial-gradient(circle at top,var(--tso-ch-page-top) 0%,var(--tso-ch-page) 55%,#020018 100%)}
.tso-clubhouse-wrap{width:min(var(--tso-ch-width),calc(100% - 44px));max-width:var(--tso-ch-width);margin-inline:auto;padding:0}
.tso-conversations-app{width:min(var(--tso-ch-width),calc(100% - 44px));max-width:var(--tso-ch-width);margin-inline:auto;padding:32px 0 72px;background:transparent}
.tso-clubhouse-mini-hero,.tso-conversations-hero,.tso-matchday-page-hero{box-sizing:border-box;width:100%;min-height:230px;margin:0 0 18px;padding:36px 40px;border:var(--tso-ch-border);border-radius:var(--tso-ch-radius);background:radial-gradient(circle at 84% 20%,rgba(255,215,0,.18),transparent 29%),linear-gradient(135deg,var(--tso-ch-navy),var(--tso-ch-blue) 62%,#050033);box-shadow:var(--tso-ch-shadow);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;overflow:hidden}
.tso-clubhouse-mini-hero>*,.tso-conversations-hero>*,.tso-matchday-page-hero>*{text-align:left}
.tso-clubhouse-mini-hero h1,.tso-conversations-hero h1,.tso-matchday-page-hero h1{margin:7px 0 12px;font-size:clamp(2.45rem,4.4vw,4.2rem);line-height:1;color:var(--tso-ch-gold)}
.tso-clubhouse-mini-hero p,.tso-conversations-hero p,.tso-matchday-page-hero p{max-width:800px;margin:0;color:var(--tso-ch-white);line-height:1.58}
.tso-conversations-hero>div:first-child,.tso-matchday-page-copy{max-width:820px;margin:0}
.tso-conversation-hero-mascot,.tso-matchday-page-icon{display:none}
.tso-conversation-hero-actions{position:static;display:flex;flex-wrap:wrap;gap:10px;margin-top:20px;text-align:left}
.tso-matchday-page-fixture{display:flex;align-items:center;justify-content:flex-start;gap:12px;flex-wrap:wrap;margin-top:18px;color:#fff;text-align:left;font-weight:900}
.tso-matchday-page-status{margin-top:14px}
.tso-clubhouse-home .tso-clubhouse-hero{width:100%;min-height:430px;margin:0 0 18px;padding:52px 42px;border-radius:var(--tso-ch-radius)}
.tso-clubhouse-nav{box-sizing:border-box;width:100%;margin:0 0 22px;padding:10px;border:var(--tso-ch-border);border-radius:16px;background:rgba(7,29,51,.96)}
:is(.tso-dashboard-card,.tso-feature-card,.tso-game-card,.tso-arcade-card,.tso-leaderboard-panel,.tso-clubhouse-policy,.tso-clubhouse-form,.tso-form-aside,.tso-founder-panel,.tso-clubhouse-cta,.tso-conversation-card,.tso-conversation-toolbar,.tso-conversation-empty,.tso-conversation-gate,.tso-conversation-single,.tso-conversation-reply,.tso-conversation-start,.tso-matchday-hub){color:var(--tso-ch-white);border-color:rgba(255,215,0,.34);background:radial-gradient(circle at 92% 0,rgba(255,215,0,.08),transparent 27%),linear-gradient(135deg,rgba(7,29,51,.99),rgba(0,48,135,.70));box-shadow:var(--tso-ch-shadow)}
:is(.tso-conversation-card,.tso-dashboard-card,.tso-feature-card,.tso-game-card,.tso-arcade-card,.tso-leaderboard-panel){border-radius:var(--tso-ch-radius)}
:is(.tso-clubhouse-btn,.tso-matchday-status,.tso-matchday-page-status,.tso-conversation-category,.tso-matchday-form button,.tso-matchday-signin a){color:var(--tso-ch-navy)}
:is(.tso-matchday-live .tso-matchday-status,.tso-page-status-live){color:#fff}
.tso-clubhouse-page :is(input,textarea,select),.tso-conversations-app :is(input,textarea,select){box-sizing:border-box;max-width:100%}
@media(max-width:768px){
 .tso-clubhouse-page{padding:20px 0 58px}.tso-clubhouse-wrap{width:calc(100% - 20px)}.tso-conversations-app{width:calc(100% - 20px);padding:20px 0 58px}
 .tso-clubhouse-mini-hero,.tso-conversations-hero,.tso-matchday-page-hero{min-height:0;padding:28px 22px;border-radius:18px}
 .tso-clubhouse-mini-hero h1,.tso-conversations-hero h1,.tso-matchday-page-hero h1{font-size:clamp(2.25rem,11vw,3.45rem)}
 .tso-clubhouse-home .tso-clubhouse-hero{min-height:0;padding:34px 22px 300px;border-radius:18px}
 .tso-matchday-page-fixture{display:grid;grid-template-columns:1fr;gap:4px}
}
