:root{color:#e6eefc;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Trebuchet MS,Segoe UI,sans-serif;font-weight:400;line-height:1.4}*{box-sizing:border-box}body{background:radial-gradient(circle at 15% 20%,#17345a 0% 18%,#0000 46%),radial-gradient(circle at 85% 80%,#3b1f56 0% 16%,#0000 44%),#070d16;min-width:320px;min-height:100vh;margin:0}.appLayout{flex-direction:column;min-height:100vh;display:flex}.screen{place-items:center;min-height:calc(100vh - 56px);padding:1.5rem;display:grid}.panel{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#101925cc;border:1px solid #2f3a4a;border-radius:16px;gap:.85rem;width:min(420px,100%);padding:1.25rem;display:grid}.label{color:#d9e3f1;font-size:.95rem;font-weight:700}.input{width:100%;font:inherit;color:#eaf2ff;background:#182334;border:1px solid #39475b;border-radius:10px;padding:.75rem .85rem}.input:focus{outline-offset:1px;outline:2px solid #32b0d5}.inputInvalid{background:#2a1a1a;border-color:#e07070}.inputInvalid:focus{outline-color:#e07070}.playButton{color:#f2fbff;font:inherit;cursor:pointer;background:#1f8fb3;border:0;border-radius:10px;padding:.75rem 1rem;font-weight:700}.playButton:hover{background:#187392}.playButton:disabled{cursor:not-allowed;opacity:.75;background:#355664}.playButton:focus-visible{outline-offset:2px;outline:2px solid #56c5e8}.title{color:#f0f6ff;margin:0;font-size:1.15rem}.sectionTitle{color:#d9e3f1;margin:0 0 .5rem;font-size:1rem}.hintText{color:#99afcb;margin:0;font-size:.92rem}.backButton{color:#7a94ae;font:inherit;cursor:pointer;background:0 0;border:1px solid #2f3a4a;border-radius:8px;flex-shrink:0;padding:.4rem .8rem;font-size:.875rem}.backButton:hover{color:#d9e3f1;background:#182334}.exitButton{color:#f87171;font:inherit;cursor:pointer;background:0 0;border:1px solid #6e3030;border-radius:10px;align-self:flex-start;margin-top:.75rem;padding:.55rem 1rem;font-size:.875rem}.exitButton:hover{background:#f871711f}.exitButton:focus-visible{outline-offset:2px;outline:2px solid #f87171}.actions{grid-template-columns:1fr 1fr;gap:.65rem;display:grid}.profileHeader{align-items:center;gap:.75rem;display:flex}.formError{color:#e07070;margin:0;font-size:.85rem}.formSuccess{color:#6dd89a;margin:0;font-size:.85rem}@media (width<=460px){.actions{grid-template-columns:1fr}}.authDialog{color:#e6eefc;background:#101925;border:1px solid #2f3a4a;border-radius:16px;width:min(420px,100vw - 2rem);padding:0}.authDialog::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#000000b8}.authDialogHeader{border-bottom:1px solid #2f3a4a;justify-content:space-between;align-items:center;padding:.9rem 1.25rem;display:flex}.authTabs{background:#182334;border-radius:8px;gap:.2rem;padding:.2rem;display:flex}.authTab{color:#7a94ae;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:.35rem 1rem;font-size:.9rem;font-weight:600;transition:background .15s,color .15s}.authTabActive{color:#f2fbff;background:#1f8fb3}.authDialogClose{color:#7a94ae;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background .15s,color .15s;display:flex}.authDialogClose:hover{color:#d9e3f1;background:#182334}.authDialogClose svg{width:18px;height:18px}.authForm{gap:.75rem;padding:1.25rem;display:grid}.authError{color:#e07070;margin:0;font-size:.85rem}.authSuccess{color:#6ecf8e;margin:0;font-size:.9rem;line-height:1.5}.authForgotLink{color:#7eb3e8;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:.82rem;text-decoration:underline}.authForgotLink:hover{color:#aecff5}.requiredMark{color:#e07070;font-weight:700}.collectionsScreen{flex:1;justify-content:center;padding:2rem 1rem;display:flex;overflow-y:auto}.collectionsPanel{background:#0d2233;border:1px solid #1e3a52;border-radius:10px;flex-direction:column;gap:1.25rem;width:100%;max-width:720px;padding:1.75rem 2rem;display:flex}.collectionsPanelHeader{align-items:center;gap:1rem;display:flex}.collectionsBackBtn{color:#56c5e8;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:.95rem}.collectionsBackBtn:hover{color:#8ed9f4}.collectionsPanelTitle{color:#e8f4f8;margin:0;font-size:1.3rem;font-weight:600}.collectionsMsg{color:#a0bfcc;margin:0;font-size:.95rem}.collectionsError{color:#e87070}.collectionsEmpty{color:#6a9ab0;font-style:italic}.collectionsTableWrap{overflow-x:auto}.collectionsTable{border-collapse:collapse;width:100%;font-size:.9rem}.collectionsTable th{text-align:left;color:#7aafcc;white-space:nowrap;border-bottom:1px solid #1e3a52;padding:.5rem .75rem;font-weight:600}.collectionsTableCenter{text-align:center!important}.collectionsTableRow{cursor:pointer;transition:background .12s}.collectionsTableRow:hover{background:#112d42}.collectionsTable td{color:#d0e8f2;vertical-align:middle;border-bottom:1px solid #162b3e;padding:.6rem .75rem}.collectionsTableName{text-overflow:ellipsis;white-space:nowrap;max-width:180px;font-weight:500;overflow:hidden}.collectionsTableDesc{color:#8aabbc;text-overflow:ellipsis;white-space:nowrap;max-width:260px;overflow:hidden}.collectionsTableActions{text-align:right;width:2.5rem}.collectionsDeleteBtn{color:#8aabbc;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem .4rem;font-size:.85rem;line-height:1}.collectionsDeleteBtn:hover{color:#e87070;background:#1e3a52}.collectionsCreateSection{border-top:1px solid #1e3a52;flex-direction:column;gap:.75rem;padding-top:1.25rem;display:flex}.collectionsCreateTitle{color:#a0d4e8;margin:0;font-size:1rem;font-weight:600}.collectionsCreateForm{flex-direction:column;gap:.7rem;display:flex}.collectionsFormRow{flex-direction:column;gap:.3rem;display:flex}.collectionsFormRowInline{flex-direction:row;align-items:center;gap:.75rem}.collectionsLabel{color:#7aafcc;text-transform:uppercase;letter-spacing:.04em;font-size:.82rem;font-weight:600}.collectionsLabelHint{text-transform:none;letter-spacing:0;color:#5a8fa6;font-weight:400}.collectionsInput{color:#e8f4f8;background:#0a1d2e;border:1px solid #1e3a52;border-radius:6px;outline:none;padding:.5rem .7rem;font-size:.9rem}.collectionsInput:focus{border-color:#56c5e8}.collectionsInputSmall{color:#e8f4f8;background:#0a1d2e;border:1px solid #1e3a52;border-radius:6px;outline:none;width:80px;padding:.5rem .7rem;font-size:.9rem}.collectionsInputSmall:focus{border-color:#56c5e8}.collectionsFormError{color:#e87070;margin:0;font-size:.85rem}.collectionsBtn{cursor:pointer;border:none;border-radius:6px;align-self:flex-start;padding:.55rem 1.2rem;font-size:.9rem;font-weight:600}.collectionsBtn:disabled{opacity:.55;cursor:not-allowed}.collectionsBtnPrimary{color:#56c5e8;background:#0f3a52;border:1px solid #1e5a7a}.collectionsBtnPrimary:hover:not(:disabled){background:#164d6b}.collectionsWordEditorDesc{color:#8aabbc;margin:0;font-size:.9rem}.collectionsWordEditorMeta{color:#7aafcc;margin:0;font-size:.88rem}.collectionsWordArea{color:#e8f4f8;resize:vertical;background:#0a1d2e;border:1px solid #1e3a52;border-radius:6px;outline:none;padding:.6rem .75rem;font-family:monospace;font-size:.9rem;line-height:1.55}.collectionsWordArea:focus{border-color:#56c5e8}.collectionsWordEditorActions{align-items:center;gap:1rem;display:flex}.collectionsWordsSaveMsg{color:#56c5e8;font-size:.85rem}.collectionsWordsSaveMsgError{color:#e87070}.pickerOverlay{z-index:100;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.pickerPanel{color:#e9f2ff;background:#101c2e;border-radius:14px;flex-direction:column;gap:1rem;width:min(500px,92vw);max-height:80vh;padding:1.5rem;display:flex;box-shadow:0 8px 32px #00000080}.pickerTitle{margin:0;font-size:1.25rem}.pickerSearch{color:#e9f2ff;box-sizing:border-box;background:#0d1827;border:1px solid #2d4a6a;border-radius:8px;outline:none;width:100%;padding:.55rem .75rem;font-size:.9rem}.pickerSearch:focus{border-color:#4f8cff}.pickerSection{flex-direction:column;gap:.35rem;display:flex}.pickerSectionTitle{color:#88b4e7;margin:0;font-size:.95rem;font-weight:600}.pickerList{flex-direction:column;gap:.3rem;max-height:30vh;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.pickerItem{cursor:pointer;background:#19273a;border-radius:8px;align-items:center;gap:.6rem;padding:.5rem .65rem;transition:background .15s;display:flex}.pickerItem:hover{background:#1e3050}.pickerItem input[type=checkbox]{accent-color:#4f8cff;flex-shrink:0;width:18px;height:18px}.pickerItemInfo{flex-direction:column;gap:.1rem;min-width:0;display:flex}.pickerItemName{white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.pickerItemMeta{color:#7da8d4;font-size:.8rem}.pickerWarning{color:#ffd666;background:#3a2a10;border-radius:8px;margin:0;padding:.55rem .7rem;font-size:.85rem}.pickerActions{justify-content:flex-end;gap:.6rem;display:flex}.pickerBtn{cursor:pointer;border:none;border-radius:8px;padding:.5rem 1.2rem;font-size:.9rem;font-weight:600}.pickerBtnCancel{color:#b5cde8;background:#263549}.pickerBtnCancel:hover{background:#324563}.pickerBtnConfirm{color:#fff;background:#4f8cff}.pickerBtnConfirm:hover{background:#3d73db}.pickerEmpty{color:#7da8d4;padding:.3rem 0;font-size:.85rem}.friendsPanel{width:min(520px,100%);max-height:calc(100vh - 100px);overflow-y:auto}.friendsSection{gap:.5rem;display:grid}.friendsBadgeInline{color:#fff;vertical-align:middle;background:#e05555;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;margin-left:.5rem;padding:0 5px;font-size:.72rem;font-weight:700;display:inline-flex}.friendsList{gap:.4rem;margin:0;padding:0;list-style:none;display:grid}.friendsItem{background:#182334;border-radius:10px;justify-content:space-between;align-items:center;gap:.5rem;padding:.55rem .75rem;display:flex}.friendsName{color:#d9e3f1;text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:600;overflow:hidden}.friendsActions{flex-shrink:0;gap:.4rem;display:flex}.friendsAcceptBtn{color:#7ee8a2;font:inherit;cursor:pointer;background:#1a4a35;border:1px solid #2a6e4a;border-radius:8px;padding:.3rem .7rem;font-size:.82rem}.friendsAcceptBtn:hover{background:#235c43}.friendsDeclineBtn{color:#e07070;font:inherit;cursor:pointer;background:0 0;border:1px solid #4e2a2a;border-radius:8px;padding:.3rem .7rem;font-size:.82rem}.friendsDeclineBtn:hover{background:#e070701a}.friendsRemoveBtn{color:#7a94ae;font:inherit;cursor:pointer;background:0 0;border:1px solid #2f3a4a;border-radius:8px;padding:.3rem .7rem;font-size:.82rem}.friendsRemoveBtn:hover{color:#d9e3f1;background:#182334}.friendsJoinBtn{color:#56c5e8;font:inherit;cursor:pointer;background:#0f3a52;border:1px solid #1a5a7a;border-radius:8px;padding:.3rem .7rem;font-size:.82rem}.friendsJoinBtn:hover:not(:disabled){background:#1a4f6e}.friendsJoinBtn:disabled{opacity:.5;cursor:default}.friendsJoinHint{color:#e07070;white-space:nowrap;font-size:.78rem}.friendsSendForm{gap:.6rem;margin-top:.25rem;display:flex}.friendsSendForm .input{flex:1}.gamePanel{gap:.85rem;width:min(1100px,100%)}.gameLayout{grid-template-columns:1fr 1fr 1.25fr;gap:.75rem;display:grid}.gameColumn{background:#152235;border:1px solid #304157;border-radius:12px;padding:.75rem}.scoreboardSection{align-content:start;gap:.1rem;display:grid}.futureColumn{background:repeating-linear-gradient(45deg,#121f31,#121f31 14px,#17263b 14px 28px);min-height:240px}.wordColumn{align-content:start;gap:.7rem;display:grid}.wordCard{text-align:center;background:linear-gradient(160deg,#132339 0%,#1b3150 60%,#233a5f 100%);border:1px solid #355173;border-radius:12px;place-items:center;min-height:170px;padding:.9rem;display:grid}.wordValue{color:#f4fbff;letter-spacing:.02em;margin:0;font-size:clamp(1.25rem,2.6vw,2rem);font-weight:800}.wordHint{color:#c6d8ee;margin:0;font-size:.98rem}.skipButton{color:#ffe8e8;font:inherit;cursor:pointer;background:#602f2f;border:1px solid #6e3d3d;border-radius:10px;padding:.65rem .85rem;font-weight:700}.skipButton:hover{background:#7a3a3a}.skipButton:focus-visible{outline-offset:2px;outline:2px solid #f5b4b4}.turnTimer{color:#b6dcff;margin:0;font-size:.95rem}.turnTimer strong{color:#e7f5ff}.scoreboardTable{border-collapse:collapse;background:#182336;border:1px solid #32435c;border-radius:10px;width:100%;margin:0;overflow:hidden}.scoreboardTable th,.scoreboardTable td{text-align:left;padding:.55rem .7rem}.scoreboardTable thead th{color:#d8e6ff;background:#223149;font-weight:700}.scoreboardTable tbody tr{color:#eaf2ff;border-top:1px solid #2d3f57}.voiceHeaderCell,.voiceCell{width:64px;text-align:center!important}.voiceIndicator{opacity:.85;background:#4a5b73;border-radius:50%;width:14px;height:14px;display:inline-block;box-shadow:inset 0 0 0 1px #7f93b3}.voiceIndicatorActive{background:#37d18f;animation:1.25s infinite voicePulse;box-shadow:0 0 #37d18f8c}@keyframes voicePulse{0%{box-shadow:0 0 #37d18f8c}70%{box-shadow:0 0 0 10px #37d18f00}to{box-shadow:0 0 #37d18f00}}.highlightedPlayerRow{background:#2a4b70}.chatSection{gap:.6rem;display:grid}.chatList{scrollbar-width:thin;scrollbar-color:#4a5ea0 #131f31;align-content:start;gap:.55rem;height:360px;margin:0;padding:0;list-style:none;display:grid;overflow-y:auto}.chatList::-webkit-scrollbar{width:11px}.chatList::-webkit-scrollbar-track{background:#131f31;border-radius:10px}.chatList::-webkit-scrollbar-thumb{background:linear-gradient(#2b4f8f 0%,#544096 100%);border:2px solid #131f31;border-radius:10px}.chatList::-webkit-scrollbar-thumb:hover{background:linear-gradient(#3761ac 0%,#6650b3 100%)}.chatItem{background:#19273a;border-radius:8px;padding:.55rem .7rem}.chatMeta{color:#a2bddf;margin:0 0 .16rem;font-size:.78rem;font-weight:700}.ownMessage{background:#21415f}.chatText{color:#eaf2ff;margin:0}.chatComposer{grid-template-columns:1fr auto;gap:.6rem;display:grid}.winnerOverlay{z-index:100;background:#000000bf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.winnerPanel{text-align:center;background:#0d1d2e;border:2px solid #4a90d9;border-radius:16px;flex-direction:column;gap:1.25rem;padding:2.5rem 3rem;display:flex}.winnerTitle{color:#eaf2ff;margin:0;font-size:2rem}.winnerName{color:gold;margin:0;font-size:1.5rem;font-weight:700}.mainMenuButton{color:#fff;cursor:pointer;background:#4a90d9;border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:background .2s}.mainMenuButton:hover{background:#357abd}.volumeContextMenu{z-index:30;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#111d2ddd;border:1px solid #3f4f68;border-radius:10px;width:250px;padding:.7rem;position:fixed;box-shadow:0 8px 18px #07101b66}.volumeMenuTitle{color:#dce9ff;margin:0 0 .5rem;font-size:.87rem;font-weight:700}.volumeSlider{width:100%}.volumeMenuValue{color:#a5b9d6;margin:.35rem 0 0;font-size:.78rem}@media (width<=460px){.chatComposer{grid-template-columns:1fr}}@media (width<=900px){.gameLayout{grid-template-columns:1fr}.futureColumn{min-height:120px}}.siteHeader{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#070d16cc;border-bottom:1px solid #2f3a4a;position:sticky;top:0}.siteHeaderInner{justify-content:space-between;align-items:center;width:100%;max-width:1200px;height:56px;margin:0 auto;padding:0 1.5rem;display:flex}.siteHeaderLogo{color:#56c5e8;letter-spacing:.05em;-webkit-user-select:none;user-select:none;font-size:1.3rem;font-weight:800;font:inherit;letter-spacing:.05em;cursor:default;background:0 0;border:none;padding:0;font-size:1.3rem;font-weight:800}.siteHeaderLogoClickable{cursor:pointer;transition:color .15s}.siteHeaderLogoClickable:hover{color:#8ed9f4}.siteHeaderNav{align-items:center;gap:.5rem;display:flex}.authButtons{gap:.5rem;display:flex}.headerBtn{font:inherit;cursor:pointer;border-radius:8px;padding:.45rem 1rem;font-size:.9rem;font-weight:600;transition:background .15s,border-color .15s,color .15s}.headerBtnGhost{color:#b0c4d8;background:0 0;border:1px solid #39475b}.headerBtnGhost:hover{color:#eaf2ff;background:#182334;border-color:#56c5e8}.headerBtnPrimary{color:#f2fbff;background:#1f8fb3;border:0}.headerBtnPrimary:hover{background:#187392}.userMenu{position:relative}.avatarButton{cursor:pointer;color:#d9e3f1;font:inherit;background:0 0;border:1px solid #39475b;border-radius:24px;align-items:center;gap:.45rem;padding:.3rem .6rem .3rem .3rem;font-size:.9rem;transition:border-color .15s,background .15s;display:flex}.avatarButton:hover,.avatarButton[aria-expanded=true]{background:#182334;border-color:#56c5e8}.avatarImg{object-fit:cover;border-radius:50%;flex-shrink:0;width:28px;height:28px}.avatarDefault{color:#f2fbff;background:#1f8fb3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.avatarDefault svg{width:18px;height:18px}.avatarName{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}.avatarChevron{opacity:.6;flex-shrink:0;width:18px;height:18px}.dropdown{z-index:200;background:#0f1c2d;border:1px solid #2f3a4a;border-radius:10px;min-width:200px;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 8px 28px #0000008c}.dropdownItem{color:#d9e3f1;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:.65rem;padding:.7rem 1rem;font-size:.9rem;transition:background .1s;display:flex}.dropdownItem:hover{background:#182334}.dropdownItem svg{opacity:.75;flex-shrink:0;width:18px;height:18px}.friendsBadge{color:#fff;text-align:center;background:#e05555;border-radius:10px;min-width:20px;height:20px;margin-left:auto;padding:0 5px;font-size:.72rem;font-weight:700;line-height:20px}.dropdownDivider{background:#2f3a4a;height:1px;margin:.25rem 0}.dropdownItemDanger{color:#e07070}.dropdownItemDanger:hover{background:#2a1818}.inputLocked{color:#7a94ae;cursor:default;background:#111e2d;border-color:#2a3a4e}.inputLocked:focus{outline:none}.createRoomButton{color:#d9e9ff;font:inherit;cursor:pointer;background:#13243a;border:1px solid #39597a;border-radius:10px;padding:.75rem 1rem;font-weight:700}.createRoomButton:hover{background:#1a3351}.createRoomButton:focus-visible{outline-offset:2px;outline:2px solid #56c5e8}.profilePanel{width:min(500px,100%);max-height:calc(100vh - 100px);overflow-y:auto}.profileCurrentName{color:#7a94ae;margin:0;font-size:.9rem}.profileForm{gap:.75rem;display:grid}.profileDivider{border:none;border-top:1px solid #2f3a4a;margin:.25rem 0}.avatarPreviewWrap{justify-content:center;display:flex}.avatarPreviewImg{object-fit:cover;border:2px solid #2f3a4a;border-radius:50%;width:96px;height:96px}.avatarPreviewDefault{color:#f2fbff;background:#1f8fb3;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;display:flex}.avatarPreviewDefault svg{width:54px;height:54px}.emailVerificationRow{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.emailBadgeVerified{color:#6ecf8e;white-space:nowrap;background:#6ecf8e1f;border:1px solid #6ecf8e59;border-radius:20px;padding:.15rem .6rem;font-size:.78rem;font-weight:700}.emailBadgeUnverified{color:#e07070;white-space:nowrap;background:#e070701f;border:1px solid #e0707059;border-radius:20px;padding:.15rem .6rem;font-size:.78rem;font-weight:700}.emailVerificationActions{gap:.5rem;display:grid}.deleteAvatarButton{color:#e07070;font:inherit;cursor:pointer;background:0 0;border:1px solid #6e3d3d;border-radius:8px;padding:.55rem 1rem;font-size:.88rem;transition:background .15s,color .15s}.deleteAvatarButton:hover:not(:disabled){color:#ffe8e8;background:#602f2f}.deleteAvatarButton:disabled{opacity:.5;cursor:not-allowed}.roomPanel{gap:1rem}.roomShareRow{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.roomShareLabel{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.copyBtn{color:#7eb3e8;cursor:pointer;background:#182334;border:1px solid #2f3a4a;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;transition:background .15s,color .15s;display:flex}.copyBtn:hover{color:#aecff5;background:#223249}.timerRow{gap:.4rem;display:grid}.timerRow input[type=range]{width:100%}.playerList{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.playerItem{color:#e9f2ff;background:#19273a;border-radius:8px;justify-content:space-between;align-items:center;padding:.55rem .7rem;display:flex}.startedText{color:#8de3b4;margin:0;font-weight:700}.collectionsPickerBtn{color:#4f8cff;cursor:pointer;background:0 0;border:2px solid #4f8cff;border-radius:8px;padding:.55rem 1rem;font-size:.95rem;font-weight:600;transition:background .15s,color .15s}.collectionsPickerBtn:hover{color:#fff;background:#4f8cff}.modalBackdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:200;background:#000000b8;place-items:center;display:grid;position:fixed;inset:0}.statsDialog{color:#e6eefc;background:#101925;border:1px solid #2f3a4a;border-radius:16px;gap:1rem;width:min(340px,100vw - 2rem);padding:1.25rem;display:grid}.statsHeader{justify-content:space-between;align-items:center;display:flex}.authTitle{margin:0;font-size:1.1rem;font-weight:700}.modalCloseButton{color:#7a94ae;width:32px;height:32px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;font-size:.9rem;display:flex}.modalCloseButton:hover{color:#d9e3f1;background:#182334}.statsTable{border-collapse:collapse;width:100%}.statsTable tr+tr td{border-top:1px solid #1e2d3e}.statsLabel{color:#7a94ae;padding:.55rem 0;font-size:.9rem}.statsValue{text-align:right;color:#e6eefc;padding:.55rem 0;font-size:1rem;font-weight:700}
