.clubhouse-root{--clubhouse-bg:#080a09;--clubhouse-surface:#141816;--clubhouse-surface-raised:#1a1f1c;--clubhouse-surface-soft:#222825;--clubhouse-border:hsla(48,28%,93%,.12);--clubhouse-border-strong:hsla(48,28%,93%,.2);--clubhouse-text:var(--pg-offwhite,#f2f0e8);--clubhouse-text-muted:hsla(48,28%,93%,.72);--clubhouse-text-faint:hsla(48,28%,93%,.54);--clubhouse-green:var(--pg-emerald-soft,#2bd67b);--clubhouse-green-bright:var(--pg-emerald,#0f6);--clubhouse-green-soft:rgba(43,214,123,.12);--clubhouse-green-soft-strong:rgba(43,214,123,.2);--clubhouse-green-deep:#0f3d28;--clubhouse-gold:var(--pg-gold,#d9a320);--clubhouse-gold-soft:rgba(217,163,32,.14);--clubhouse-gold-text:#e8c547;--clubhouse-gold-border:rgba(217,163,32,.38);--clubhouse-font-sans:var(
    --font-dm-sans,var(--font-sora,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif)
  );--clubhouse-font-display:var(
    --font-space-mono,var(--font-body,ui-monospace,SFMono-Regular,Menlo,monospace)
  );--clubhouse-font-title:var(
    --font-sora,var(--font-dm-sans,ui-sans-serif,system-ui,sans-serif)
  );--clubhouse-radius:20px;--clubhouse-radius-sm:14px;--clubhouse-radius-pill:999px;--ch-bg:var(--clubhouse-bg);--ch-surface:var(--clubhouse-surface);--ch-surface-raised:var(--clubhouse-surface-raised);--ch-surface-soft:var(--clubhouse-surface-soft);--ch-border:var(--clubhouse-border);--ch-border-strong:var(--clubhouse-border-strong);--ch-text:var(--clubhouse-text);--ch-text-muted:var(--clubhouse-text-muted);--ch-text-faint:var(--clubhouse-text-faint);--ch-green:var(--clubhouse-green);--ch-green-bright:var(--clubhouse-green-bright);--ch-green-soft:var(--clubhouse-green-soft);--ch-green-soft-strong:var(--clubhouse-green-soft-strong);--ch-green-deep:var(--clubhouse-green-deep);--ch-gold:var(--clubhouse-gold);--ch-gold-soft:var(--clubhouse-gold-soft);--ch-gold-text:var(--clubhouse-gold-text);--ch-gold-border:var(--clubhouse-gold-border);--ch-font-sans:var(--clubhouse-font-sans);--ch-font-display:var(--clubhouse-font-display);--ch-font-title:var(--clubhouse-font-title);--ch-radius:var(--clubhouse-radius);--ch-radius-sm:var(--clubhouse-radius-sm);--ch-radius-pill:var(--clubhouse-radius-pill);color:var(--ch-text);font-family:var(--ch-font-sans);background:linear-gradient(180deg,#0a0d0b 0,var(--ch-bg) 42%,#060807 100%);min-height:calc(100dvh - var(--pg-public-header-height, 78px));padding:calc(var(--pg-public-header-height, 78px) + 1rem) 0 2rem;overflow-x:clip}.clubhouse-root *,.clubhouse-shell{box-sizing:border-box}.clubhouse-shell{width:min(calc(100% - (var(--site-gutter) * 2)),var(--site-content-max));max-width:var(--site-content-max);margin-inline:auto;display:flex;flex-direction:column;gap:.9rem}.clubhouse-hero{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;background:linear-gradient(135deg,rgba(43,214,123,.05) 0,transparent 42%),var(--ch-surface);border:1px solid var(--ch-border);border-radius:var(--ch-radius);padding:1.15rem 1.35rem 1.2rem;overflow:hidden;min-height:0}.clubhouse-hero__copy{flex:1 1 12rem;min-width:0}.clubhouse-hero__eyebrow{display:inline-flex;align-items:center;padding:.22rem .7rem;border-radius:var(--ch-radius-pill);background:var(--ch-green-soft);border:1px solid rgba(43,214,123,.28);color:var(--ch-green);font-family:var(--ch-font-display);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.clubhouse-hero__title{margin:.45rem 0 .25rem;font-size:clamp(1.55rem,2.4vw,2.05rem);line-height:1.12;font-weight:800;letter-spacing:-.02em;color:var(--ch-text);text-transform:none;font-family:var(--ch-font-title)}.clubhouse-hero__subtitle{margin:0;color:var(--ch-text-muted);font-family:var(--ch-font-sans);font-size:.98rem;line-height:1.45;max-width:40rem}.clubhouse-hero__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.85rem}.clubhouse-hero__mascot{position:relative;flex:0 1 auto;width:clamp(5.5rem,22vw,12.5rem);max-width:42%;pointer-events:none;align-self:center}.clubhouse-hero__mascot-img{display:block;width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.clubhouse-pill{display:inline-flex;align-items:center;gap:.4rem;min-height:2.2rem;padding:.35rem .9rem;border-radius:var(--ch-radius-pill);border:1px solid var(--ch-border-strong);background:var(--ch-surface-soft);color:var(--ch-text);font-family:var(--ch-font-sans);font-size:.9rem;font-weight:600;cursor:pointer}.clubhouse-pill--online{background:var(--ch-green-soft);border-color:rgba(43,214,123,.32);color:var(--ch-green);cursor:default}.clubhouse-pill--online:before{content:"";width:.48rem;height:.48rem;border-radius:50%;background:var(--ch-green);box-shadow:0 0 0 3px rgba(43,214,123,.18)}.clubhouse-composer__attach:focus-visible,.clubhouse-composer__emoji:focus-visible,.clubhouse-composer__lock-cta:focus-visible,.clubhouse-composer__send:focus-visible,.clubhouse-game-chip:focus-visible,.clubhouse-msg__action:focus-visible,.clubhouse-pill:focus-visible,.clubhouse-room-tab:focus-visible{outline:2px solid var(--ch-green);outline-offset:2px}.clubhouse-hscroll{position:relative;min-width:0}.clubhouse-hscroll__track{display:flex;flex-wrap:nowrap;gap:.5rem;overflow-x:auto;overflow-y:hidden;padding-bottom:.2rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.clubhouse-hscroll__track::-webkit-scrollbar{display:none;width:0;height:0}.clubhouse-hscroll:after{content:"";position:absolute;top:0;right:0;bottom:.2rem;width:2.1rem;pointer-events:none;background:linear-gradient(90deg,rgba(8,10,9,0),rgba(8,10,9,.72) 55%,rgba(8,10,9,.96));z-index:1}.clubhouse-room-nav .clubhouse-hscroll__track{gap:.5rem}.clubhouse-room-tab{position:relative;flex:0 0 auto;flex-shrink:0;min-height:2.45rem;padding:.5rem 1.1rem;border-radius:var(--ch-radius-pill);border:1px solid var(--ch-border-strong);background:var(--ch-surface-soft);color:var(--ch-text);font-family:var(--ch-font-display);font-size:.9rem;font-weight:700;letter-spacing:.02em;cursor:pointer;white-space:nowrap}.clubhouse-room-tab:hover{border-color:rgba(43,214,123,.35)}.clubhouse-room-tab[aria-selected=true]{background:linear-gradient(180deg,rgba(43,214,123,.28),rgba(43,214,123,.16));border-color:rgba(43,214,123,.55);color:#f4fff7;box-shadow:inset 0 0 0 1px rgba(43,214,123,.18)}.clubhouse-room-tab__dot{position:absolute;top:.38rem;right:.42rem;width:.48rem;height:.48rem;border-radius:50%;background:#e0a21a;box-shadow:0 0 0 2px var(--ch-surface-soft)}.clubhouse-game-nav .clubhouse-hscroll__track{gap:.45rem;padding:.1rem 0 .25rem}.clubhouse-game-chip{flex:0 0 auto;flex-shrink:0;min-height:2.15rem;padding:.38rem .9rem;border-radius:var(--ch-radius-pill);border:1px solid var(--ch-border);background:var(--ch-surface);color:var(--ch-text-muted);font-family:var(--ch-font-sans);font-size:.88rem;font-weight:700;cursor:pointer;white-space:nowrap}.clubhouse-game-chip[aria-pressed=true]{background:var(--ch-green-soft);border-color:rgba(43,214,123,.5);color:var(--ch-green);box-shadow:inset 0 0 0 1px rgba(43,214,123,.18)}.clubhouse-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;align-items:stretch}@media (min-width:1024px){.clubhouse-layout{grid-template-columns:minmax(0,2.55fr) minmax(280px,1fr);min-height:min(78vh,860px)}}.clubhouse-panel{background:var(--ch-surface);border:1px solid var(--ch-border);border-radius:var(--ch-radius);overflow:hidden;min-width:0}.clubhouse-feed-panel{display:flex;flex-direction:column;height:min(78vh,900px);max-height:min(78vh,900px);min-height:0;background:linear-gradient(180deg,#1c2220 0,var(--ch-surface-raised) 55%,#181d1b 100%);border-color:hsla(48,28%,93%,.14)}.clubhouse-feed-panel__head{display:flex;align-items:center;gap:.75rem;padding:.95rem 1.15rem .8rem;border-bottom:1px solid var(--ch-border);background:rgba(0,0,0,.12)}.clubhouse-feed-panel__thumb{width:2.5rem;height:2.5rem;border-radius:.75rem;-o-object-fit:cover;object-fit:cover;border:1px solid var(--ch-border);flex-shrink:0;background:var(--ch-surface-soft)}.clubhouse-feed-panel__titles{min-width:0}.clubhouse-feed-panel__channel{font-family:var(--ch-font-display);font-weight:800;color:var(--ch-green);font-size:1.02rem;line-height:1.2;letter-spacing:.02em}.clubhouse-feed-panel__sub{margin-top:.15rem;color:var(--ch-text-faint);font-family:var(--ch-font-sans);font-size:.84rem;font-weight:600}.clubhouse-feed{flex:1 1 auto;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:.55rem .45rem .9rem;min-height:0;background:rgba(6,8,7,.42)}.clubhouse-msg{position:relative;display:grid;grid-template-columns:2.55rem minmax(0,1fr);gap:.8rem;padding:.9rem 1rem;border-radius:14px}.clubhouse-msg+.clubhouse-msg{margin-top:.2rem}.clubhouse-msg--demo-hover,.clubhouse-msg:hover{background:hsla(48,28%,93%,.035)}.clubhouse-msg--system{display:block;margin:.5rem .55rem;padding:.65rem 1rem;border-radius:12px;font-family:var(--ch-font-sans);font-size:.94rem;font-weight:600;line-height:1.35}.clubhouse-msg--system-pb{background:linear-gradient(90deg,rgba(217,163,32,.18),rgba(217,163,32,.08));border:1px solid var(--ch-gold-border);color:var(--ch-gold-text)}.clubhouse-msg--system-rank{background:linear-gradient(90deg,rgba(43,214,123,.16),rgba(43,214,123,.07));border:1px solid rgba(43,214,123,.35);color:#9af0b8}.clubhouse-msg--system-tournament{background:linear-gradient(90deg,rgba(217,163,32,.2),rgba(43,214,123,.1));border:1px solid rgba(217,163,32,.4);color:var(--ch-gold-text)}.clubhouse-reactions--system{margin-top:.45rem}.clubhouse-msg.clubhouse-msg--announcement{margin:.4rem .5rem;padding:1rem 1.05rem;border-radius:16px;background:linear-gradient(180deg,#1a211d,#141916);border:1px solid rgba(217,163,32,.22)}.clubhouse-msg--idea{border-left:3px solid var(--ch-green);background:rgba(43,214,123,.05);margin:.25rem .35rem;padding-left:.85rem}.clubhouse-avatar{width:2.55rem;height:2.55rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-family:var(--ch-font-sans);font-size:.78rem;font-weight:800;letter-spacing:.02em;flex-shrink:0;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.12)}.clubhouse-avatar--image{-o-object-fit:cover;object-fit:cover;background:var(--ch-surface-soft);padding:0}.clubhouse-feed-state{margin:1.25rem 1rem;padding:1rem 1.1rem;border-radius:14px;border:1px solid var(--ch-border);background:hsla(48,28%,93%,.03);color:var(--ch-text-muted);font-family:var(--ch-font-sans);font-size:.95rem;line-height:1.45}.clubhouse-feed-state--empty{margin:2.25rem auto 1.5rem;max-width:22rem;padding:.35rem .5rem;border:none;background:transparent;text-align:center}.clubhouse-feed-state__title{margin:0;color:var(--ch-text);font-family:var(--ch-font-sans);font-size:1.02rem;font-weight:700;line-height:1.35}.clubhouse-feed-state__body{margin:.35rem 0 0;color:var(--ch-text-faint);font-family:var(--ch-font-sans);font-size:.9rem;font-weight:500;line-height:1.4}.clubhouse-feed-state--error{border-color:hsla(0,100%,74%,.35);color:#ffb4b4;display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.clubhouse-feed-earlier{display:flex;justify-content:center;padding:.55rem .75rem .35rem}.clubhouse-new-messages{position:sticky;bottom:.65rem;align-self:center;margin:-2.2rem auto .35rem;z-index:2;min-height:2.1rem;padding:.35rem .9rem;border-radius:var(--ch-radius-pill);border:1px solid rgba(43,214,123,.45);background:rgba(20,40,28,.95);color:var(--ch-green);font-family:var(--ch-font-sans);font-size:.86rem;font-weight:700;cursor:pointer}.clubhouse-composer__live{display:flex;flex-direction:column;gap:.4rem}.clubhouse-composer__textarea{resize:none;min-height:2.5rem;max-height:7rem;line-height:1.4;font-family:var(--ch-font-sans)}.clubhouse-composer__meta{display:flex;justify-content:space-between;gap:.75rem;padding:0 .35rem;color:var(--ch-text-faint);font-family:var(--ch-font-sans);font-size:.78rem}.clubhouse-composer__error{color:#ffb4b4;text-align:right}.clubhouse-msg__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .5rem;min-width:0}.clubhouse-msg__name{font-family:var(--ch-font-sans);font-weight:800;font-size:.98rem;color:var(--ch-text);word-break:break-word}.clubhouse-badge{display:inline-flex;align-items:center;padding:.12rem .42rem;border-radius:.4rem;font-family:var(--ch-font-display);font-size:.64rem;font-weight:800;letter-spacing:.05em;color:#fff;line-height:1.2}.clubhouse-badge--gamepass{background:#2f9d5a}.clubhouse-badge--gamepass-plus{background:#248a4c}.clubhouse-badge--founder{background:#b88914}.clubhouse-badge--mod{background:#2f9d5a}.clubhouse-badge--official{background:#b88914}.clubhouse-badge--dev{background:#6b5bd4}.clubhouse-msg__time{color:hsla(48,28%,93%,.58);font-family:var(--ch-font-sans);font-size:.82rem}.clubhouse-msg__title{margin:.3rem 0 .15rem;font-size:1.05rem;font-weight:800;color:var(--ch-text);line-height:1.25;font-family:var(--ch-font-title)}.clubhouse-msg__body{margin:.2rem 0 0;color:hsla(48,28%,93%,.88);font-family:var(--ch-font-sans);font-size:1.01rem;line-height:1.55;overflow-wrap:anywhere;white-space:pre-wrap}.clubhouse-pinned{display:inline-flex;align-items:center;gap:.25rem;padding:.12rem .45rem;border-radius:var(--ch-radius-pill);background:var(--ch-gold-soft);border:1px solid rgba(217,163,32,.28);color:var(--ch-gold-text);font-family:var(--ch-font-display);font-size:.68rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.clubhouse-reply{display:flex;align-items:flex-start;gap:.4rem;margin-bottom:.28rem;padding-left:.55rem;border-left:2px solid hsla(48,28%,93%,.22);color:hsla(48,28%,93%,.62);font-family:var(--ch-font-sans);font-size:.84rem;line-height:1.35}.clubhouse-reply__icon{flex-shrink:0;opacity:.8}.clubhouse-reactions{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.5rem}.clubhouse-reaction{display:inline-flex;align-items:center;gap:.28rem;min-height:1.65rem;padding:.16rem .52rem;border-radius:var(--ch-radius-pill);border:1px solid var(--ch-border);background:hsla(48,28%,93%,.04);font-family:var(--ch-font-sans);font-size:.82rem;color:var(--ch-text-muted);cursor:pointer}button.clubhouse-reaction{-webkit-appearance:none;-moz-appearance:none;appearance:none}.clubhouse-reaction--mine{border-color:rgba(43,214,123,.45);background:rgba(43,214,123,.12);color:var(--ch-text)}.clubhouse-reaction-picker{display:flex;flex-wrap:wrap;gap:.28rem;margin-top:.45rem;max-width:16rem}.clubhouse-reaction-picker__btn{width:2rem;height:2rem;border-radius:.5rem;border:1px solid var(--ch-border);background:var(--ch-surface-soft);cursor:pointer;font-size:1rem;line-height:1}.clubhouse-reply--jump{width:100%;text-align:left;background:transparent;border:0;padding:0;cursor:pointer}.clubhouse-msg__edited{color:hsla(48,28%,93%,.45);font-size:.78rem;font-style:italic}.clubhouse-help-resolved{display:inline-flex;align-items:center;gap:.2rem;color:#6dcf8a;font-size:.78rem;font-weight:650;letter-spacing:.01em;white-space:nowrap}.clubhouse-msg__action--text{width:auto;min-width:0;padding:0 .35rem;font-size:.72rem;font-weight:650;letter-spacing:.01em}.clubhouse-help-security{margin:0 0 .45rem;color:hsla(48,28%,93%,.55);font-size:.78rem;line-height:1.35}.clubhouse-card__security{margin:.7rem 0 0;color:hsla(48,28%,93%,.62);font-size:.84rem;line-height:1.4}.clubhouse-inline-link{color:#8fd4a4;text-decoration:underline;text-underline-offset:.12em}.clubhouse-inline-link:hover{color:#b7e6c4}.clubhouse-msg__body--deleted{font-style:italic;color:hsla(48,28%,93%,.5)}.clubhouse-msg--flash{outline:1px solid rgba(43,214,123,.45);border-radius:.65rem}.clubhouse-edit{margin-top:.35rem}.clubhouse-edit__textarea{width:100%;min-height:4.5rem;resize:vertical;border-radius:.65rem;border:1px solid var(--ch-border);background:var(--ch-surface-soft);color:var(--ch-text);padding:.55rem .7rem;font-family:var(--ch-font-sans);font-size:.95rem}.clubhouse-edit__actions{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.45rem}.clubhouse-reply-bar{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.55rem;padding:.55rem .7rem;border-radius:.65rem;border:1px solid var(--ch-border);background:hsla(48,28%,93%,.04)}.clubhouse-reply-bar__copy{display:flex;flex-direction:column;gap:.15rem;min-width:0;font-family:var(--ch-font-sans);font-size:.86rem;color:var(--ch-text-muted)}.clubhouse-reply-bar__copy strong{color:var(--ch-text);font-size:.8rem}.clubhouse-reply-bar__cancel{flex-shrink:0;border:0;background:transparent;color:var(--ch-text-muted);font-family:var(--ch-font-sans);font-size:.82rem;cursor:pointer;text-decoration:underline}.clubhouse-msg--idea .clubhouse-msg__actions,.clubhouse-msg--live .clubhouse-msg__actions{display:inline-flex;z-index:4}.clubhouse-msg--idea .clubhouse-msg__action,.clubhouse-msg--live .clubhouse-msg__action{cursor:pointer}@media (hover:hover) and (pointer:fine){.clubhouse-msg--idea .clubhouse-msg__actions,.clubhouse-msg--live .clubhouse-msg__actions{display:none}.clubhouse-msg--idea .clubhouse-msg__actions--menu-open,.clubhouse-msg--idea:focus-within .clubhouse-msg__actions,.clubhouse-msg--idea:hover .clubhouse-msg__actions,.clubhouse-msg--live .clubhouse-msg__actions--menu-open,.clubhouse-msg--live:focus-within .clubhouse-msg__actions,.clubhouse-msg--live:hover .clubhouse-msg__actions{display:inline-flex}}@media (hover:none),(max-width:900px),(pointer:coarse){.clubhouse-msg--idea .clubhouse-msg__actions,.clubhouse-msg--live .clubhouse-msg__actions{display:inline-flex}.clubhouse-msg--idea .clubhouse-msg__action,.clubhouse-msg--live .clubhouse-msg__action{width:2.5rem;height:2.5rem;min-width:2.5rem;min-height:2.5rem}}.clubhouse-idea-meta{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.55rem}.clubhouse-idea-chip{display:inline-flex;align-items:center;min-height:1.65rem;padding:.16rem .62rem;border-radius:var(--ch-radius-pill);background:var(--ch-green-soft);border:1px solid rgba(43,214,123,.22);color:var(--ch-green);font-family:var(--ch-font-display);font-size:.76rem;font-weight:800}.clubhouse-idea-chip--votes{background:rgba(43,214,123,.14);border-color:rgba(43,214,123,.35);font-size:.84rem;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;font-family:inherit;line-height:inherit}.clubhouse-idea-chip--votes:disabled{cursor:not-allowed;opacity:.55}.clubhouse-idea-chip--votes.clubhouse-idea-chip--voted,.clubhouse-idea-chip--votes[aria-pressed=true]{background:rgba(43,214,123,.28);border-color:rgba(43,214,123,.55);color:#b8ffd4}.clubhouse-idea-chip--status{background:hsla(48,28%,93%,.06);border-color:var(--ch-border);color:var(--ch-text-muted);font-weight:700}.clubhouse-msg__actions{position:absolute;top:.55rem;right:.55rem;display:none;gap:.3rem}.clubhouse-msg--demo-hover .clubhouse-msg__actions,.clubhouse-msg:hover .clubhouse-msg__actions{display:inline-flex}.clubhouse-msg__action{width:2rem;height:2rem;border-radius:.55rem;border:1px solid var(--ch-border);background:var(--ch-surface-soft);color:var(--ch-text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:default;font-size:.95rem}.clubhouse-composer{border-top:1px solid var(--ch-border);padding:.85rem 1rem 1rem;background:var(--ch-surface-raised)}.clubhouse-composer__row{display:flex;align-items:center;gap:.5rem;min-width:0;padding:.35rem .4rem .35rem .9rem;border:1px solid hsla(48,28%,93%,.26);border-radius:var(--ch-radius-pill);background:#0c100e;box-shadow:inset 0 1px 0 hsla(48,28%,93%,.04),0 0 0 1px rgba(43,214,123,.05)}.clubhouse-composer__input{flex:1;min-width:0;border:0;background:transparent;color:var(--ch-text);font-family:var(--ch-font-sans);font-size:1rem;padding:.62rem .25rem;outline:none}.clubhouse-composer__input::-moz-placeholder{color:hsla(48,28%,93%,.58)}.clubhouse-composer__input::placeholder{color:hsla(48,28%,93%,.58)}.clubhouse-composer__input:disabled{color:var(--ch-text-faint);cursor:not-allowed}.clubhouse-composer__emoji-wrap{position:relative;flex:0 0 auto}.clubhouse-composer__attach,.clubhouse-composer__emoji{width:2.25rem;height:2.25rem;border:0;background:transparent;border-radius:50%;color:var(--ch-text-muted);font-size:1.15rem;cursor:pointer}.clubhouse-composer__attach:disabled,.clubhouse-composer__emoji:disabled{opacity:.45;cursor:not-allowed}.clubhouse-composer__file{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.clubhouse-composer__attach-preview{display:flex;align-items:center;gap:.65rem;margin-bottom:.5rem}.clubhouse-composer__attach-media{width:4.5rem;height:4.5rem;-o-object-fit:cover;object-fit:cover;border-radius:.65rem;border:1px solid var(--ch-border);background:rgba(0,0,0,.25)}.clubhouse-composer__attach-clear{border:0;background:transparent;color:var(--ch-text-muted);font-size:.82rem;text-decoration:underline;cursor:pointer}.clubhouse-emoji-picker{position:absolute;right:0;bottom:calc(100% + .5rem);z-index:30;width:min(18rem,72vw);max-height:18rem;overflow:auto;padding:.65rem;border-radius:.9rem;border:1px solid var(--ch-border);background:#171a1f;box-shadow:0 .75rem 2rem rgba(0,0,0,.45)}.clubhouse-emoji-picker__group+.clubhouse-emoji-picker__group{margin-top:.65rem}.clubhouse-emoji-picker__label{font-size:.7rem;letter-spacing:.04em;text-transform:uppercase;color:var(--ch-text-faint);margin-bottom:.35rem}.clubhouse-emoji-picker__grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:.2rem}.clubhouse-emoji-picker__btn{width:100%;aspect-ratio:1;border:0;border-radius:.45rem;background:transparent;font-size:1.1rem;cursor:pointer}.clubhouse-emoji-picker__btn:hover{background:hsla(0,0%,100%,.08)}.clubhouse-msg__media{margin-top:.5rem;max-width:min(26rem,100%)}.clubhouse-msg__media-el{display:block;width:100%;max-height:22.5rem;-o-object-fit:contain;object-fit:contain;border-radius:.75rem;border:1px solid var(--ch-border);background:rgba(0,0,0,.28)}.clubhouse-composer__send{display:inline-flex;align-items:center;gap:.35rem;min-height:2.4rem;padding:.42rem 1.05rem;border:1px solid rgba(180,255,210,.28);border-radius:var(--ch-radius-pill);background:linear-gradient(180deg,#4beb8a,#2bd67b 48%,#22b864);color:#04140b;font-family:var(--ch-font-sans);font-weight:800;font-size:.92rem;cursor:not-allowed;opacity:.58;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.22)}.clubhouse-composer__send[data-enabled=true]{opacity:1;cursor:default}.clubhouse-composer--locked .clubhouse-composer__lock{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem .9rem;min-height:3.4rem;padding:.85rem 1rem;border-radius:16px;border:1px solid rgba(43,214,123,.28);background:linear-gradient(180deg,rgba(43,214,123,.1),rgba(20,28,23,.9))}.clubhouse-composer__lock-icon{width:2.25rem;height:2.25rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--ch-green-soft);border:1px solid rgba(43,214,123,.35);color:var(--ch-green);font-size:1rem;flex-shrink:0}.clubhouse-composer__lock-copy{min-width:0}.clubhouse-composer__lock-title{margin:0;font-family:var(--ch-font-sans);font-weight:800;font-size:1rem;color:var(--ch-green)}.clubhouse-composer__lock-body{margin:.2rem 0 0;color:var(--ch-text-muted);font-family:var(--ch-font-sans);font-size:.78rem;font-weight:500;line-height:1.4}.clubhouse-composer__lock-cta{justify-self:end;min-height:2.2rem;padding:.4rem .9rem;border-radius:var(--ch-radius-pill);border:1px solid rgba(43,214,123,.4);background:rgba(43,214,123,.12);color:var(--ch-green);font-family:var(--ch-font-sans);font-size:.86rem;font-weight:700;cursor:pointer;white-space:nowrap}.clubhouse-composer__lock-cta:hover{background:rgba(43,214,123,.18)}.clubhouse-sidebar{display:none;flex-direction:column;gap:.8rem;min-height:0}@media (min-width:1024px){.clubhouse-sidebar{display:flex;height:min(78vh,900px);overflow:hidden}.clubhouse-sidebar--split>.clubhouse-card{flex:1 1 0;min-height:0;overflow:auto}.clubhouse-sidebar--split>.clubhouse-card--activity{display:flex;flex-direction:column;overflow:hidden}.clubhouse-sidebar--split .clubhouse-activity-scroll{flex:1 1 auto;max-height:none}}.clubhouse-card--activity{display:flex;flex-direction:column;min-height:0;flex:1 1 auto;max-height:100%}.clubhouse-activity-scroll{display:flex;flex-direction:column;gap:.45rem;min-height:0;max-height:min(42vh,420px);overflow-y:auto;overscroll-behavior:contain;padding-right:.15rem;scrollbar-width:thin;scrollbar-color:hsla(48,28%,93%,.28) transparent}.clubhouse-activity-scroll::-webkit-scrollbar{width:6px}.clubhouse-activity-scroll::-webkit-scrollbar-thumb{background:hsla(48,28%,93%,.28);border-radius:999px}.clubhouse-activity-empty{margin:0;color:hsla(48,28%,93%,.5);font-size:.86rem;line-height:1.4}.clubhouse-activity-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.45rem .55rem;align-items:start;padding:.4rem .35rem;border-left:2px solid transparent}.clubhouse-activity-row--pb{border-left-color:rgba(212,168,67,.85)}.clubhouse-activity-row--rank{border-left-color:rgba(43,214,123,.85)}.clubhouse-activity-row--tournament{border-left-color:rgba(212,168,67,.55)}.clubhouse-activity-row__icon{font-size:.95rem;line-height:1.3}.clubhouse-activity-row__name{font-weight:700;font-size:.88rem;color:var(--ch-text);line-height:1.25}.clubhouse-activity-row__detail{margin-top:.1rem;font-size:.8rem;color:var(--ch-text-muted);line-height:1.35}.clubhouse-activity-row__score{margin-top:.15rem;font-size:.92rem;font-weight:750;color:#e2c06a}.clubhouse-activity-row__time{font-size:.72rem;color:hsla(48,28%,93%,.45);white-space:nowrap}.clubhouse-activity-mobile{display:block;border-bottom:1px solid hsla(48,28%,93%,.1);background:rgba(20,24,22,.55)}@media (min-width:1024px){.clubhouse-activity-mobile{display:none}}.clubhouse-activity-mobile__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .9rem;border:0;background:transparent;color:var(--ch-text);font:inherit;font-size:.86rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.clubhouse-activity-mobile__meta{font-size:.78rem;font-weight:600;letter-spacing:0;text-transform:none;color:var(--ch-text-muted)}.clubhouse-activity-mobile .clubhouse-activity-scroll{max-height:min(36vh,280px);padding:0 .75rem .75rem}.clubhouse-card{background:linear-gradient(180deg,#242b28 0,var(--ch-surface-soft) 100%);border:1px solid hsla(48,28%,93%,.14);border-radius:18px;padding:1rem 1.1rem}.clubhouse-card__title{margin:0 0 .65rem;font-family:var(--ch-font-display);font-size:.76rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--ch-green)}.clubhouse-card__body{margin:0;color:var(--ch-text-muted);font-family:var(--ch-font-sans);font-size:.93rem;line-height:1.45}.clubhouse-card__game-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.55rem}.clubhouse-card__game-thumb{width:3rem;height:3rem;border-radius:.85rem;-o-object-fit:cover;object-fit:cover;border:1px solid var(--ch-border);background:var(--ch-surface-soft)}.clubhouse-card__game-name{margin:0;font-family:var(--ch-font-sans);font-weight:800;font-size:1.05rem;color:var(--ch-text);line-height:1.2}.clubhouse-popular-list{list-style:none;margin:0;padding:0}.clubhouse-popular-item{padding:.5rem 0}.clubhouse-popular-item+.clubhouse-popular-item{border-top:1px solid hsla(48,28%,93%,.06)}.clubhouse-popular-item strong{display:block;font-family:var(--ch-font-sans);font-size:.93rem;color:var(--ch-text)}.clubhouse-popular-item span{display:block;margin-top:.15rem;font-family:var(--ch-font-sans);font-size:.84rem;color:hsla(48,28%,93%,.6)}.clubhouse-modal-backdrop{position:fixed;inset:0;z-index:7000;background:rgba(4,6,5,.72);display:flex;align-items:center;justify-content:center;padding:1rem}.clubhouse-modal{width:min(100%,440px);max-height:min(85dvh,560px);overflow:auto;background:var(--ch-surface-raised);border-radius:20px;border:1px solid var(--ch-border-strong);padding:1.25rem 1.3rem 1.35rem;color:var(--ch-text)}.clubhouse-modal h2{margin:0 0 .8rem;font-size:1.2rem;text-transform:none;font-family:var(--ch-font-title);color:var(--ch-text)}.clubhouse-modal ul{margin:0;padding-left:1.15rem;color:var(--ch-text-muted);font-family:var(--ch-font-sans);font-size:.96rem;line-height:1.55}.clubhouse-modal__close{margin-top:1.1rem;min-height:2.5rem;padding:.5rem 1.1rem;border-radius:var(--ch-radius-pill);border:0;background:linear-gradient(180deg,#3fd87a,#2bb861);color:#06140c;font-family:var(--ch-font-sans);font-weight:800;cursor:pointer}@media (max-width:1023px){.clubhouse-hero{padding:.95rem 1rem}.clubhouse-hero__mascot{width:clamp(4.5rem,28vw,8.5rem);max-width:38%}.clubhouse-feed-panel{height:min(70dvh,720px);max-height:min(70dvh,720px)}.clubhouse-feed-panel__head--game{padding:.7rem .9rem .6rem;gap:.55rem}.clubhouse-feed-panel__head--game .clubhouse-feed-panel__thumb{width:1.95rem;height:1.95rem;border-radius:.55rem}.clubhouse-feed-panel__head--game .clubhouse-feed-panel__channel{font-size:.95rem}.clubhouse-feed-panel__head--game .clubhouse-feed-panel__sub{font-size:.78rem;margin-top:.05rem}.clubhouse-composer--locked .clubhouse-composer__lock{grid-template-columns:auto minmax(0,1fr)}.clubhouse-composer__lock-cta{grid-column:1/-1;justify-self:start}}@media (max-width:640px){.clubhouse-root{padding:calc(var(--pg-public-header-height, 78px) + .7rem) 0 1.35rem;--clubhouse-text-muted:hsla(48,28%,93%,.76);--clubhouse-text-faint:hsla(48,28%,93%,.6)}.clubhouse-shell{gap:.75rem}.clubhouse-hscroll:after{width:2.75rem;background:linear-gradient(90deg,rgba(8,10,9,0),rgba(8,10,9,.55) 35%,rgba(8,10,9,.9) 70%,#080a09)}.clubhouse-msg__time{color:hsla(48,28%,93%,.64)}.clubhouse-reply{color:hsla(48,28%,93%,.68)}.clubhouse-composer__input::-moz-placeholder{color:hsla(48,28%,93%,.64)}.clubhouse-composer__input::placeholder{color:hsla(48,28%,93%,.64)}.clubhouse-hero__title{font-size:1.42rem}.clubhouse-hero__subtitle{font-size:.9rem}.clubhouse-hero__mascot{width:clamp(3.75rem,32vw,6.75rem);max-width:36%}.clubhouse-room-tab{min-height:2.35rem;font-size:.86rem;padding:.42rem .9rem}.clubhouse-avatar{width:2.25rem;height:2.25rem;font-size:.7rem}.clubhouse-msg{grid-template-columns:2.25rem minmax(0,1fr);gap:.65rem;padding:.7rem .6rem}.clubhouse-msg.clubhouse-msg--announcement{display:flex;flex-direction:column;grid-template-columns:none;margin:.3rem .15rem;padding:.75rem .7rem}.clubhouse-msg--announcement .clubhouse-msg__title{font-size:1rem;margin:.2rem 0 .1rem}.clubhouse-msg__name{font-size:.93rem}.clubhouse-msg__body{font-size:.96rem}.clubhouse-msg__action{width:2.1rem;height:2.1rem}}.clubhouse-msg__body--blocked{color:var(--ch-text-muted);font-style:italic}.clubhouse-blocked{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;margin-top:.2rem}.clubhouse-safety{position:relative;display:inline-flex;align-items:center;justify-content:center}.clubhouse-safety__trigger{font-size:1.15rem;line-height:1;cursor:pointer}.clubhouse-safety-menu{position:fixed;z-index:50;min-width:9.5rem;max-width:min(14rem,calc(100vw - 1.5rem));padding:.35rem;border-radius:.7rem;border:1px solid var(--ch-border);background:var(--ch-surface);box-shadow:0 10px 28px rgba(0,0,0,.35);display:flex;flex-direction:column;gap:.2rem}.clubhouse-safety-menu__item{border:0;background:transparent;color:var(--ch-text);text-align:left;padding:.45rem .55rem;border-radius:.5rem;font:inherit;cursor:pointer}.clubhouse-safety-menu__item:hover{background:var(--ch-surface-soft)}.clubhouse-safety-modal{position:fixed;inset:0;z-index:40;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(0,0,0,.55)}.clubhouse-safety-modal__card{width:min(100%,22rem);border-radius:1rem;border:1px solid var(--ch-border);background:var(--ch-surface);padding:1rem 1.05rem 1.1rem}.clubhouse-safety-modal__title{margin:0;font-family:var(--ch-font-display);font-size:1.15rem}.clubhouse-safety-modal__body{margin:.45rem 0 .85rem;color:var(--ch-text-muted);font-size:.92rem;line-height:1.4}.clubhouse-safety-modal__label{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.7rem;font-size:.86rem;color:var(--ch-text-muted)}.clubhouse-safety-modal__select,.clubhouse-safety-modal__textarea{width:100%;border-radius:.65rem;border:1px solid var(--ch-border);background:var(--ch-surface-soft);color:var(--ch-text);padding:.55rem .65rem;font:inherit}.clubhouse-safety-modal__actions{display:flex;justify-content:flex-end;gap:.45rem;margin-top:.35rem}.clubhouse-safety-modal__error{color:#ff8f8f;font-size:.86rem;margin:0 0 .5rem}.clubhouse-pill--accent{background:rgba(43,214,123,.18);border-color:rgba(43,214,123,.4);color:var(--ch-green)}.clubhouse-safety-toast{position:fixed;left:50%;bottom:1.25rem;transform:translateX(-50%);z-index:45;display:inline-flex;align-items:center;gap:.55rem;max-width:min(92vw,26rem);padding:.65rem .8rem;border-radius:999px;border:1px solid rgba(43,214,123,.35);background:rgba(18,28,22,.95);color:var(--ch-text);font-size:.9rem}.clubhouse-safety-toast__close{border:0;background:transparent;color:var(--ch-text-muted);font-size:1.1rem;cursor:pointer;line-height:1}.clubhouse-feed--announcements{gap:.85rem}.clubhouse-msg.clubhouse-msg--announcement{display:flex;flex-direction:column;align-items:stretch;gap:.45rem;border:1px solid rgba(212,168,67,.22);background:rgba(20,24,20,.72);border-radius:.75rem;padding:.85rem .95rem}.clubhouse-msg--announcement .clubhouse-msg__body,.clubhouse-msg--announcement .clubhouse-msg__title{min-width:0;width:100%;overflow-wrap:break-word;word-break:normal}.clubhouse-msg--announcement .clubhouse-msg__reactions{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;width:100%;margin-top:.15rem}.clubhouse-msg--announcement .clubhouse-announcement-react{cursor:pointer;flex:0 0 auto}.clubhouse-msg--announcement .clubhouse-reaction-picker{width:100%;max-width:none}.clubhouse-msg--announcement.clubhouse-msg--pinned{border-color:rgba(212,168,67,.45)}.clubhouse-announcement-pin{display:inline-flex;align-items:center;gap:.25rem;color:rgba(212,168,67,.95);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.clubhouse-announcements-toolbar{display:flex;justify-content:flex-end;padding:0 .15rem .35rem}.clubhouse-announcements-toolbar__new{border:1px solid rgba(212,168,67,.45);background:rgba(212,168,67,.12);color:var(--ch-text);border-radius:999px;padding:.4rem .85rem;font-size:.86rem;cursor:pointer}.clubhouse-composer--announcement-info .clubhouse-composer__lock-icon{display:none}.clubhouse-announcement-menu{position:relative;margin-left:auto}.clubhouse-announcement-menu__btn{border:0;background:transparent;color:var(--ch-text-muted);cursor:pointer;letter-spacing:.08em;padding:.15rem .35rem}.clubhouse-announcement-menu__panel{position:absolute;right:0;top:100%;z-index:5;min-width:8.5rem;display:flex;flex-direction:column;border:1px solid hsla(48,28%,93%,.14);background:rgba(14,18,16,.98);border-radius:.55rem;overflow:hidden}.clubhouse-announcement-menu__panel button{border:0;background:transparent;color:var(--ch-text);text-align:left;padding:.55rem .75rem;cursor:pointer;font-size:.86rem}.clubhouse-announcement-menu__panel button:hover{background:hsla(48,28%,93%,.06)}.clubhouse-announcement-modal{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:1rem;background:rgba(0,0,0,.55)}.clubhouse-announcement-modal__card{width:min(100%,34rem);max-height:min(92vh,48rem);overflow:visible;display:flex;flex-direction:column;gap:.75rem;padding:1.1rem 1.15rem;border-radius:.85rem;border:1px solid hsla(48,28%,93%,.14);background:rgba(16,20,18,.98)}.clubhouse-announcement-modal__title{margin:0;font-size:1.05rem}.clubhouse-announcement-modal__label{display:flex;flex-direction:column;gap:.35rem;font-size:.86rem;color:var(--ch-text-muted)}.clubhouse-announcement-modal__input,.clubhouse-announcement-modal__textarea{width:100%;border:1px solid hsla(48,28%,93%,.16);background:rgba(8,12,10,.85);color:var(--ch-text);border-radius:.55rem;padding:.55rem .65rem;font:inherit;resize:vertical}.clubhouse-announcement-modal__tools{display:flex;align-items:center;gap:.4rem;position:relative}.clubhouse-announcement-modal__preview{display:flex;flex-direction:column;gap:.4rem}.clubhouse-announcement-modal__media{width:100%;max-height:14rem;-o-object-fit:contain;object-fit:contain;border-radius:.55rem;background:rgba(8,12,10,.85)}.clubhouse-announcement-modal__remove-media{align-self:flex-start;border:1px solid hsla(48,28%,93%,.18);background:transparent;color:var(--ch-text);border-radius:999px;padding:.3rem .7rem;cursor:pointer}.clubhouse-announcement-modal__error{margin:0;color:#ff8f8f;font-size:.86rem}.clubhouse-announcement-modal__actions{display:flex;justify-content:flex-end;gap:.55rem}.clubhouse-announcement-modal__actions button{border:1px solid hsla(48,28%,93%,.18);background:transparent;color:var(--ch-text);border-radius:999px;padding:.45rem .85rem;cursor:pointer}.clubhouse-announcement-modal__publish{border-color:rgba(212,168,67,.5)!important;background:rgba(212,168,67,.16)!important}.clubhouse-feed__more{align-self:center;margin:.35rem 0 .75rem;border:1px solid hsla(48,28%,93%,.16);background:transparent;color:var(--ch-text-muted);border-radius:999px;padding:.4rem .9rem;cursor:pointer}