@charset "UTF-8";.gamer-sheet{display:flex;flex-direction:column;box-sizing:border-box;width:440px;max-width:100vw;height:100%;background:var(--fb-surface)!important;color:var(--fb-text-primary)!important}.gamer-sheet__top{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:12px 12px 0 20px}.gamer-sheet__eyebrow{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--fb-text-secondary)}.gamer-sheet__close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:0;border-radius:50%;background:var(--fb-input);color:var(--fb-text-primary);cursor:pointer}.gamer-sheet__close:hover{background:var(--fb-hover-shade-strong)}.gamer-sheet__body{display:flex;flex:1 1 auto;flex-direction:column;gap:20px;min-height:0;padding:8px 20px 20px;overflow-y:auto}.gamer-sheet__header{display:flex;align-items:center;gap:14px}.gamer-sheet__who{display:flex;flex-direction:column;gap:4px;min-width:0}.gamer-sheet__name{margin:0;overflow:hidden;font-size:22px;font-weight:800;line-height:1.2;white-space:nowrap;text-overflow:ellipsis;color:var(--fb-text-primary)}.gamer-sheet__since{font-size:13px;color:var(--fb-text-secondary)}.gamer-sheet__favourite{display:flex;align-self:flex-start;align-items:center;gap:6px;padding:3px 10px 3px 4px;border-radius:999px;background:var(--fb-input);font-size:12px;font-weight:700;color:var(--fb-text-primary)}.gamer-sheet__message{margin:24px 0;text-align:center;color:var(--fb-text-secondary)}.gamer-sheet__retry{font-weight:700;color:var(--fb-link)}.gamer-sheet__retry:hover{text-decoration:underline}.gamer-sheet__tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.gamer-sheet__tile{display:flex;flex-direction:column;gap:2px;padding:10px 12px;border-radius:10px;background:var(--fb-input)}.gamer-sheet__tile-value{font-size:20px;font-weight:800;line-height:1.2}.gamer-sheet__tile-label{font-size:12px;color:var(--fb-text-secondary)}.gamer-sheet__section{display:flex;flex-direction:column;gap:10px}.gamer-sheet__section--games{gap:4px}.gamer-sheet__section--games .gamer-sheet__heading{margin-bottom:6px}.gamer-sheet__heading{margin:0;font-size:15px;font-weight:800;color:var(--fb-text-primary)}.gamer-sheet__list{display:flex;flex-direction:column;gap:4px;margin:0;padding:0;list-style:none}.gamer-sheet__list--recent{gap:8px}.gamer-sheet__list--milestones{gap:10px}.gamer-sheet__muted{margin:0;font-size:13px;font-weight:400;color:var(--fb-text-secondary)}.gamer-sheet__versus{display:flex;align-items:center;gap:10px}.gamer-sheet__versus-name{flex:1 1 auto;min-width:0;overflow:hidden;font-size:14px;font-weight:600;white-space:nowrap;text-overflow:ellipsis}.gamer-sheet__record{flex-shrink:0;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:700;background:var(--fb-context-pill);color:var(--fb-text-secondary)}.gamer-sheet__record--ahead{background:var(--fb-ahead-bg);color:var(--fb-ahead-text)}.gamer-sheet__record--behind{background:var(--fb-behind-bg);color:var(--fb-behind-text)}.gamer-sheet__rematch{display:inline-flex;flex-shrink:0;align-items:center;height:32px;padding:0 12px;border-radius:8px;background:var(--fb-input);font-size:13px;font-weight:600;color:var(--fb-text-primary);text-decoration:none}.gamer-sheet__rematch:hover{background:var(--fb-hover-shade-strong);color:var(--fb-text-primary);text-decoration:none}.gamer-sheet__game{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:52px}.gamer-sheet__game-body{display:flex;flex-direction:column;gap:1px;min-width:0}.gamer-sheet__game-name-line{display:flex;align-items:center;gap:6px;min-width:0}.gamer-sheet__game-name{overflow:hidden;font-size:14px;font-weight:700;white-space:nowrap;text-overflow:ellipsis}.gamer-sheet__tag{flex-shrink:0;padding:1px 7px;border-radius:999px;background:var(--fb-tint-bg);color:var(--fb-tint-text);font-size:11px;font-weight:700}.gamer-sheet__game-line{overflow:hidden;font-size:12px;white-space:nowrap;text-overflow:ellipsis;color:var(--fb-text-secondary)}.gamer-sheet__game-side{display:flex;flex-direction:column;align-items:flex-end;gap:1px}.gamer-sheet__rank{font-size:13px;font-weight:700;color:var(--fb-tint-text)}.gamer-sheet__rank--none{color:var(--fb-text-secondary)}.gamer-sheet__try{text-decoration:none}.gamer-sheet__try:hover{color:var(--fb-tint-text);text-decoration:underline}.gamer-sheet__when{flex-shrink:0;font-size:12px;color:var(--fb-text-secondary)}.gamer-sheet__when--small{font-size:11px}.gamer-sheet__milestone{display:flex;align-items:center;gap:10px}.gamer-sheet__milestone-badge{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--fb-best-bg);color:var(--fb-best-text)}.gamer-sheet__milestone-text{flex:1 1 auto;min-width:0;font-size:14px;font-weight:600}.gamer-sheet__recent{display:flex;align-items:center;gap:10px}.gamer-sheet__dot{flex-shrink:0;width:8px;height:8px;border-radius:50%;background:var(--fb-text-secondary)}.gamer-sheet__dot--won{background:var(--fb-playing)}.gamer-sheet__recent-text{flex:1 1 auto;min-width:0;font-size:13px}.gamer-sheet__recent-text .gamer-sheet__muted{font-size:inherit}.gamer-sheet__foot{display:flex;flex-shrink:0;gap:8px;padding:12px 20px 16px;border-top:1px solid var(--fb-input)}.gamer-sheet__foot-button{display:flex;flex:1 1 0;align-items:center;justify-content:center;height:44px;border-radius:8px;background:var(--fb-input);font-size:14px;font-weight:600;color:var(--fb-text-primary);text-decoration:none}.gamer-sheet__foot-button:hover{background:var(--fb-hover-shade-strong);color:var(--fb-text-primary);text-decoration:none}.gamer-sheet__foot-button--primary{background:var(--fb-btn-primary-bg);font-weight:700;color:var(--fb-btn-primary-text)}.gamer-sheet__foot-button--primary:hover{background:var(--fb-btn-primary-bg);color:var(--fb-btn-primary-text);filter:brightness(1.08)}.gamer-profile-trigger{display:inline-flex;flex-shrink:0;padding:0;border:0;border-radius:50%;background:none;color:inherit;font:inherit;text-align:inherit;cursor:pointer}.gamer-profile-trigger:focus-visible{outline:2px solid var(--fb-primary);outline-offset:2px}.gamer-profile-trigger--block{display:flex;flex:1 1 auto;min-width:0;border-radius:8px}.gamer-profile-trigger--block>*{flex:1 1 auto;min-width:0}.gamer-profile-trigger--glyph{border-radius:10px}
