[data-product-sheet].ps-light [data-sheet-detail] { display:none!important; }
[data-sheet-controls] { margin:18px 0; }
.ps-modes { display:flex; gap:8px; flex-wrap:wrap; }
.ps-modes button,.ps-community-actions button { font:700 14px 'DM Sans',sans-serif; color:inherit; background:transparent; border:1px solid currentColor; border-radius:4px; min-height:44px; padding:10px 18px; cursor:pointer; }
.ps-modes button[aria-pressed=true] { background:#122A52; color:#fff; border-color:#122A52; }
.ps-modes button:focus-visible,.ps-community-actions button:focus-visible,.ps-community-actions a:focus-visible { outline:3px solid #D8466F; outline-offset:3px; }
.ps-mode-note,.ps-note { font-size:12px!important; line-height:1.6; margin:8px 0!important; color:var(--muted,#526074); }
[data-sheet-community] { border:1px solid currentColor; border-left:4px solid #D8466F; padding:18px; margin:22px 0; color:var(--ink,#10182E); background:var(--paper,#F2EDE2); }
[data-sheet-community] h2 { font:700 25px/1.15 'Saira Condensed',sans-serif!important; margin:0 0 10px!important; text-transform:uppercase; }
[data-sheet-community] p { font-size:14px; line-height:1.6; }
.ps-players { list-style:none!important; padding:0!important; margin:12px 0!important; display:grid; grid-template-columns:repeat(auto-fit,minmax(140px,1fr)); gap:12px; }
.ps-players li { display:flex; flex-direction:column; gap:4px; border-top:1px solid currentColor; padding-top:10px; overflow-wrap:anywhere; }
.ps-players span { font-size:12px; }
.ps-community-actions { display:flex; flex-wrap:wrap; align-items:center; gap:12px; }
.ps-community-actions a { font-weight:700; text-decoration:underline; text-underline-offset:3px; display:inline-block; padding:10px 0; min-height:44px; }
.ps-community-actions [hidden] { display:none!important; }
html.dark [data-sheet-community] { --paper:#10182E; --ink:#F2EDE2; --muted:#bac5d5; }
html.dark .ps-mode-note { color:#bac5d5; }
