@import url('./reactions.css');
.board-dialog{color:#e1e1e1;background:linear-gradient(140deg,#2a2a2a,#202020);border:0;border-radius:22px;padding:24px;width:min(440px,calc(100vw - 28px));max-height:calc(100dvh - 36px - env(safe-area-inset-top) - env(safe-area-inset-bottom));overflow:auto;box-shadow:0 24px 100px #00000099,inset 0 1px #ffffff0c;font-family:inherit;overscroll-behavior:contain;touch-action:pan-y}
.board-dialog::backdrop{background:#090909a6;backdrop-filter:blur(12px)}
.board-dialog h2{font:500 22px/1.2 var(--sans);margin:0;letter-spacing:-.04em}.board-dialog h3{font-size:13px;font-weight:400;color:#aaaaaa;margin:24px 0 12px}.board-dialog p{color:#aaaaaa;font-size:13px;line-height:1.65}.board-dialog button,.board-dialog a.board-button{font:inherit;font-size:13px;min-height:44px;color:inherit;border:0;border-radius:11px;background:#ffffff08;padding:10px 14px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:10px;touch-action:manipulation}.board-dialog button:hover{background:#ffffff10}.board-dialog button:disabled{opacity:.4;cursor:default}.board-dialog .board-primary{background:linear-gradient(#dedede,#b7b7b7);color:#202020;box-shadow:0 2px 6px #00000055,inset 0 1px #ffffff77}.board-dialog :focus-visible{outline:2px solid #c3c3c3;outline-offset:3px}.board-dialog [hidden]{display:none!important}.board-dialog-head,.board-dialog-actions,.board-room-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.board-dialog-head{margin-bottom:20px}.board-dialog-head button{font-size:22px;width:40px;padding:0;background:transparent}.board-dialog-actions{margin-top:20px}.board-dialog-actions>*{flex:1}.board-tabs{display:flex;padding:4px;gap:4px;border-radius:12px;background:#161616;box-shadow:inset 0 2px 5px #00000055}.board-tabs button{flex:1;background:transparent;min-height:38px;padding:8px}.board-tabs [aria-pressed=true]{background:#313131;box-shadow:0 2px 4px #00000055;color:#ececec}.board-room-row{padding:12px 0}.board-room-row + .board-room-row{border-top:1px solid #ffffff06}.board-person{display:flex;align-items:center;gap:12px;min-width:0}.board-person span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.board-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#ffffff08;display:grid;place-items:center}.board-avatar img{width:100%;height:100%;object-fit:cover}.board-seats{display:grid;gap:4px;margin:16px 0}.board-seat{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-radius:12px;background:#11111155}.board-seat small{font-size:11px;color:#aaaaaa}.board-dialog details{margin-top:24px;color:#999999;font-size:12px}.board-dialog summary{cursor:pointer;padding:12px 0}.board-dialog input{width:100%;height:44px;background:#151515;border:0;color:#eeeeee;border-radius:10px;font:16px var(--sans);padding:10px 12px;user-select:text;-webkit-user-select:text}.board-code-form{display:flex;gap:8px;margin-top:10px}.board-notice{min-height:18px;margin:14px 0 0!important}.board-share-code{font:12px monospace;letter-spacing:.12em;color:#bbbbbb;display:block;margin-top:12px}.board-invites{position:relative}.board-invite-badge{width:42px;height:42px;border:0;border-radius:50%;color:#dddddd;background:#333333;cursor:pointer;font:16px var(--sans);box-shadow:inset 0 1px #ffffff0c}.board-invite-badge::after{content:'';position:absolute;width:5px;height:5px;background:#dddddd;border-radius:50%;right:5px;top:5px}.board-error{color:#cccccc!important}.board-dialog .board-room-choice{width:100%;justify-content:space-between;text-align:left;margin:5px 0;background:#ffffff05}.board-room-choice small{display:block;color:#999999;margin-top:4px;font-size:11px}.board-dialog .board-room-choice>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis}.board-lobby-empty{padding:18px 0}.board-dialog .board-link{color:#aaaaaa;text-decoration:none;font-size:12px;display:inline-block;padding:12px 0}.board-dialog .board-full{width:100%}@media(max-width:480px){.board-dialog{padding:20px;max-height:calc(100dvh - 28px - env(safe-area-inset-top) - env(safe-area-inset-bottom))}}
