.friends-button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;margin-top:10px;padding:12px 18px;background:#153449;border:1px solid #cdb67c88;color:#f4e6c9;font:18px Sundering,Georgia,serif}
.friends-button:hover{background:#234a60}.friend-room-bar{position:absolute;top:75px;left:50%;transform:translateX(-50%);z-index:8;display:flex;gap:10px;align-items:center;padding:8px 14px;max-width:80%;background:#112c3ef5;border:1px solid #d6b67a;color:#eae7d8;font:12px/1.3 'Segoe UI',sans-serif}.friend-room-bar button{color:#e8cb90;min-height:30px}.friend-room-bar[data-status=reconnecting]{border-color:#df9772}.friend-room-bar~.objective{top:120px}
.friend-form{display:grid;gap:12px;max-width:480px;margin:20px auto}.friend-form label{display:grid;gap:7px;font:14px/1.4 'Segoe UI',sans-serif;color:#d7dfe2}.friend-form input,.friend-form select{width:100%;min-height:46px;border:1px solid #8ea2ab66;border-radius:2px;background:#0e2636;color:#fff;padding:10px 12px;font:16px 'Segoe UI',sans-serif}.friend-form input:focus{outline:2px solid #debc79}.friend-divider{display:flex;align-items:center;gap:12px;margin:10px 0;color:#aebfc6;font-size:12px}.friend-divider:before,.friend-divider:after{content:'';flex:1;height:1px;background:#b6ab8333}
.room-code{font:32px/1.3 Sundering,Georgia,serif;letter-spacing:6px;text-align:center;color:#ead099;margin:12px 0}.friend-seats{padding:0;list-style:none;margin:20px 0}.friend-seats li{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #b6ab8333}.friend-seats img{height:36px;width:36px}.friend-seats strong{display:block;font-size:16px}.friend-seats small{font-size:12px;color:#b6c4ca}.friend-seats .seat-badge{margin-left:auto;color:#e7c382;font-size:12px}.friend-error{color:#e7ac8b;font-size:13px;min-height:20px}.friend-status{font-size:14px;text-align:center;color:#c7d3d9;line-height:1.6}.friend-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.friend-actions button{min-height:44px}.friend-invite{overflow-wrap:anywhere;text-align:center;font-size:12px;color:#c3d6df;margin:14px 0}
@media(max-width:580px){.friend-room-bar{top:calc(64px + env(safe-area-inset-top));left:10px;right:10px;max-width:none;transform:none;font-size:11px;padding:5px 10px;justify-content:space-between}.friend-room-bar button{min-height:34px}.friend-room-bar:not([hidden])~.objective{top:calc(113px + env(safe-area-inset-top))}body:has(.friend-room-bar:not([hidden])) .realm-toggle,body:has(.friend-room-bar:not([hidden])) .map-tools{top:calc(113px + env(safe-area-inset-top))}.room-code{font-size:29px}.friend-form{margin:14px auto}}
