:root{font-family:ui-sans-serif,-apple-system,system-ui,Segoe UI,Helvetica,"Apple Color Emoji",Arial,sans-serif,"Segoe UI Emoji",Segoe UI Symbol;line-height:1;font-weight:400;color-scheme:light dark;color:#fafdfd;background-color:#161a1f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}*::-webkit-scrollbar-thumb:hover{background:#ffffff40}*::-webkit-scrollbar-corner{background:transparent}html,body,#root{margin:0;padding:0}.full-view{user-select:none;-webkit-user-select:none}.chat-view-messages,.chat-view-messages *,.chat-input,.chat-input *,input,textarea,[role=textbox],[contenteditable=true]{user-select:text;-webkit-user-select:text}.full-view{padding:0;margin:0;background-color:#2c2d32;display:flex;flex-direction:row;width:100vw;height:100vh;min-width:940px}.bg-gradient{position:fixed;top:-50%;left:-50%;width:210vw;height:210vh;background:radial-gradient(circle at 20% 80%,#1eaf87 0%,transparent 50%),radial-gradient(circle at 80% 20%,#25eb7b 0%,transparent 50%),radial-gradient(circle at 40% 40%,#3bf6f1 0%,transparent 50%);opacity:.15;pointer-events:none;transform:rotate(29deg);z-index:1}.main-view{display:flex;flex-direction:row;height:100vh;width:100%}.main-view .server-channels{display:flex;flex-direction:column;width:240px;min-width:240px;flex-shrink:0;padding:0;gap:4px;border:1px solid #393a3f;margin-top:10px;border-top-left-radius:6px;border-bottom:none;border-right:none;overflow:visible}.main-view .server-channels .server-header{border-bottom:1px solid #393a3f;padding:8px 14px;min-height:36px;display:flex;align-items:center}.main-view .server-channels .server-header h1{color:#dfe0e2;font-size:12px;margin:0;padding:0;display:flex;align-items:center;gap:4px}.main-view .server-channels .server-header h1 .server-verified-badge{width:16px;height:16px;flex-shrink:0}.main-view .server-channels .server-header h1{flex:1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.main-view .server-channels .server-header-search{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;border:none;border-radius:8px;background:transparent;color:#9ca3af;cursor:pointer;transition:all .15s ease}.main-view .server-channels .server-header-search:last-child{margin-right:-4px}.main-view .server-channels .server-header-search:hover{background:#ffffff0f;color:#dfe0e2}.main-view .server-channels .server-channels-list{padding:6px 6px 10px;display:flex;flex-direction:column;gap:1px;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden}.main-view .server-channels .channel-item{display:flex;flex-flow:row wrap;align-items:center;align-content:flex-start;column-gap:6px;row-gap:2px;padding:8px 12px;cursor:pointer;border-radius:6px;color:#9b9ca2;font-size:15px;font-weight:500;position:relative;transition:transform .2s ease,opacity .2s ease,background-color .15s ease}.main-view .server-channels .channel-item:hover{background-color:#414248;color:#fff}.main-view .server-channels .channel-item.active{background:linear-gradient(135deg,#ffffff1f,#ffffff0f);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:inset 0 1px #ffffff1a,0 1px 3px #0000001a;color:#fff}.main-view .server-channels .channel-item .channel-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.main-view .server-channels .channel-item .channel-icon{width:16px;height:16px;flex-shrink:0}.main-view .server-channels .channel-item .channel-icon svg{margin-top:1px}.channel-indicators{display:flex;align-items:center;gap:6px;margin-left:auto;flex-shrink:0}.channel-unread-indicator{width:6px;height:6px;background-color:#fff;border-radius:50%;flex-shrink:0}.channel-mention-badge{background-color:#ed4245;color:#fff;font-size:10px;font-weight:700;padding:2px 5px;border-radius:8px;min-width:16px;text-align:center;line-height:1;flex-shrink:0}.channel-voice-users{color:#b9bbbe;font-size:11px;font-weight:600;padding:2px 8px;border-radius:8px;background-color:#ffffff14;flex-shrink:0;line-height:1.4;letter-spacing:.3px}.channel-watch-party-indicator{display:inline-flex;align-items:center;gap:4px;color:#b9bbbe;font-size:11px;font-weight:600;padding:2px 8px;border-radius:8px;background-color:#ed424524;flex-shrink:0;line-height:1.4}.channel-watch-party-dot{width:6px;height:6px;border-radius:50%;background:#ed4245;box-shadow:0 0 6px #ed4245cc}.main-view .server-channels .channel-item.in-party{background:#ed42451a;color:#f08084}.main-view .server-channels .channel-item.in-party:hover{background:#ed424529}.main-view .server-channels .channel-item.in-party .channel-icon{color:#f08084}.main-view .server-channels .channel-item.in-party .channel-watch-party-indicator{background-color:#ed42453d;color:#fff}.server-channels .channel-list-unread-indicator{position:absolute;bottom:76px;left:50%;transform:translate(-50%);background-color:#4a7c5940;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:10px;border:1px solid rgba(144,238,144,.2);padding:6px 14px;z-index:100;box-shadow:0 2px 10px #00000040;display:flex;align-items:center;gap:6px;cursor:pointer;animation:channelUnreadFadeIn .2s ease-out;isolation:isolate;color:#fff;font-size:12px;font-weight:600;-webkit-user-select:none;user-select:none}.server-channels .channel-list-unread-indicator:hover{background-color:#4a7c5966}.server-channels .channel-list-unread-indicator svg{width:13px;height:13px;flex-shrink:0}.server-channels .channel-list-unread-indicator:before{content:"";position:absolute;inset:0;border-radius:10px;padding:1px;background:conic-gradient(from 135deg at 50% 50%,#90ee9038,#90ee9014 60deg,#90ee9003 120deg 180deg,#90ee9003 240deg,#90ee9014,#90ee9038 360deg);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:-1}.server-channels .channel-list-unread-indicator.unread-above{bottom:auto;top:56px}@keyframes channelUnreadFadeIn{0%{opacity:0;transform:translate(-50%) scale(.95)}to{opacity:1;transform:translate(-50%) scale(1)}}.channel-voice-user-stack{display:flex;flex-direction:row;align-items:center;width:100%;padding:0 0 0 22px;margin-top:4px}.channel-voice-user-avatar{width:24px;height:24px;border-radius:2px;overflow:hidden;flex-shrink:0;border:1px solid #2b2d31;margin-right:2px;position:relative}.main-view .server-channels .channel-item:hover .channel-voice-user-avatar{border-color:#414248}.main-view .server-channels .channel-item.active .channel-voice-user-avatar{border-color:#56575b;background:#515255}.channel-voice-user-avatar .user-img-initials{font-size:8px}.channel-muted-icon{display:flex;align-items:center;justify-content:center;color:#72767d;font-size:14px;flex-shrink:0}.channel-muted-icon svg{width:14px;height:14px}.main-view .server-channels .channel-item.muted{opacity:.5}.main-view .server-channels .channel-item.has-unread{color:#fff}.main-view .server-channels .channel-item.in-voice{background:#4ade8014;color:#4ade80}.main-view .server-channels .channel-item.in-voice:hover{background:#4ade8024}.main-view .server-channels .channel-item.in-voice .channel-icon{color:#4ade80}.main-view .server-channels .channel-item.dragging{opacity:.5;cursor:grabbing;transform:scale(1.02);background-color:#414248;box-shadow:0 4px 12px #0000004d;z-index:100}.main-view .server-channels .channel-item.drop-target-below:after{content:"";position:absolute;bottom:-3px;left:12px;right:12px;height:2px;background-color:#5865f2;border-radius:1px;z-index:1000;animation:dropIndicatorPulse 1s ease-in-out infinite}.main-view .server-channels .channel-item.drop-target-above:before{content:"";position:absolute;top:-3px;left:12px;right:12px;height:2px;background-color:#5865f2;border-radius:1px;z-index:1000;animation:dropIndicatorPulse 1s ease-in-out infinite}@keyframes dropIndicatorPulse{0%,to{opacity:1}50%{opacity:.6}}.main-view .server-channels .channel-category{display:flex;flex-direction:row;align-items:center;gap:4px;padding:8px 8px 4px 4px;cursor:pointer;color:#8b8d93;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;margin-top:8px;position:relative;-webkit-user-select:none;user-select:none;transition:transform .2s ease,opacity .2s ease,color .15s ease}.main-view .server-channels .channel-category:first-child{margin-top:0}.main-view .server-channels .channel-category:hover{color:#dbdee1}.main-view .server-channels .channel-category .channel-category-chevron{display:flex;align-items:center;justify-content:center;width:12px;height:12px;flex-shrink:0}.main-view .server-channels .channel-category .channel-category-chevron svg{width:12px;height:12px}.main-view .server-channels .channel-category .channel-category-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-view .server-channels .channel-category .channel-category-add{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border:none;background:transparent;color:#8b8d93;cursor:pointer;padding:0;opacity:0;transition:opacity .1s ease,color .1s ease}.main-view .server-channels .channel-category:hover .channel-category-add{opacity:1}.main-view .server-channels .channel-category .channel-category-add:hover{color:#dbdee1}.main-view .server-channels .channel-category .channel-category-add svg{width:16px;height:16px}.main-view .server-channels .channel-category.has-unread{color:#fff}.main-view .server-channels .channel-category.dragging{opacity:.5;transform:scale(1.02);color:#dbdee1}.main-view .server-channels .channel-category.drop-target:after{content:"";position:absolute;bottom:-2px;left:4px;right:4px;height:2px;background-color:#5865f2;border-radius:1px;animation:dropIndicatorPulse 1s ease-in-out infinite}.main-view .chat-input{display:flex;flex-direction:column;position:relative;z-index:2;gap:8px;background-color:#ffffff03;backdrop-filter:blur(20px) url(#chat-input-glass-filter);-webkit-backdrop-filter:blur(20px);border-radius:8px;padding:2px;min-height:44px;max-height:300px;overflow:visible;min-width:0;box-shadow:#0000001f 0 2px 8px;transform:translateZ(0)}.main-view .chat-input:before{content:"";position:absolute;inset:0;border-radius:8px;padding:1px;background:conic-gradient(from 135deg at 50% 50%,#ffffff2e,#ffffff0f 60deg,#ffffff03 120deg 180deg,#ffffff03 240deg,#ffffff0f,#ffffff2e 360deg);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.main-view .chat-input:after{content:"";position:absolute;inset:0;border-radius:8px;padding:1px;background:conic-gradient(from 315deg at 50% 50%,#ffffff1f,#ffffff0a 60deg,#ffffff03 120deg 180deg,#ffffff03 240deg,#ffffff0a,#ffffff1f 360deg);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.main-view .chat-input .emoji-fast-picker{position:absolute;bottom:100%;left:0;background-color:#393a40;border-radius:6px;padding:8px;margin-bottom:4px;max-height:200px;overflow-y:auto;box-shadow:0 -4px 12px #0000001a;min-width:300px;right:0;z-index:300}.main-view .chat-input .emoji-fast-picker .emoji-fast-picker-item{padding:4px 8px;cursor:pointer;display:flex;align-items:center;gap:8px;border-radius:3px;transition:all 20ms ease}.main-view .chat-input .emoji-fast-picker .emoji-fast-picker-item:hover{background-color:#4e4f56}.main-view .chat-input .emoji-fast-picker .emoji-fast-picker-item.selected{background-color:#3e5e42;color:#fff}.main-view .chat-input .emoji-fast-picker .emoji-fast-picker-item.selected:hover{background-color:#4a6e4a}.main-view .chat-input .emoji-fast-picker .emoji-fast-picker-item .emoji-select-hint{margin-left:auto;font-size:11px;color:#fff9;background-color:#0003;padding:2px 6px;border-radius:3px}.main-view .chat-input .chat-input-view{min-height:16px;flex:1;overflow-y:auto;overflow-x:hidden;position:relative;font-size:15px;padding:8px 120px 8px 8px;word-break:break-word;overflow-wrap:anywhere}.reply-bar{display:flex;align-items:center;justify-content:space-between;background:#ffffff0a;border-radius:8px;padding:10px 16px;margin-bottom:8px;font-size:14px;position:relative}.reply-bar:before{content:"";position:absolute;inset:0;border-radius:8px;padding:1px;background:linear-gradient(135deg,#ffffff26,#ffffff0d,#ffffff1a);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;filter:blur(.3px);pointer-events:none}.reply-bar-content{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.reply-icon{color:#9b9ca2;font-size:16px;flex-shrink:0}.reply-info{display:flex;align-items:center;gap:4px;min-width:0;flex:1}.reply-text{color:#9b9ca2;font-size:13px}.reply-preview{color:#dcddde;font-size:13px;opacity:.8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:4px}.reply-emoji{width:16px;height:16px;vertical-align:-3px}.reply-close-button{background:none;border:none;color:#9b9ca2;cursor:pointer;padding:4px;border-radius:3px;display:flex;align-items:center;justify-content:center;transition:all .1s ease;flex-shrink:0}.reply-close-button:hover{background-color:#48494f;color:#dcddde}.edit-bar{background:#8b45ee14}.edit-bar:before{background:linear-gradient(135deg,#8b45ee66,#8b45ee26,#8b45ee40)}.edit-bar .reply-icon,.edit-bar .reply-text{color:#c9a9dd}.main-view .chat-input .emoji-picker-trigger,.main-view .chat-input .attachment-picker-trigger,.main-view .chat-input .gif-picker-trigger{position:absolute;bottom:7px;width:32px;height:32px;border:none;border-radius:6px;background-color:#393a40;color:#dcddde;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease;z-index:5}.main-view .chat-input .emoji-picker-trigger{right:6px}.main-view .chat-input .attachment-picker-trigger{right:44px}.main-view .chat-input .gif-picker-trigger{right:82px;width:auto;padding:0 6px}.main-view .chat-input .emoji-picker-trigger:hover,.main-view .chat-input .attachment-picker-trigger:hover,.main-view .chat-input .gif-picker-trigger:hover{background-color:#48494f;transform:scale(1.05)}.main-view .chat-input .gif-button-border{border:2px solid #b8b9bb;border-radius:4px;padding:2px 4px;display:flex;align-items:center;justify-content:center}.main-view .chat-input .gif-button-text{font-size:10px;font-weight:700;letter-spacing:.5px}.main-view .chat-input .attachment-container{display:none;flex-wrap:nowrap;align-items:center;gap:10px;padding:12px 12px 8px;margin-bottom:0;background-color:#2b2d31;border-radius:8px 8px 0 0}.main-view .chat-input .attachment-item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:72px;height:72px;background-color:#383a40;border-radius:8px;border:none;flex-shrink:0}.main-view .chat-input .attachment-item:hover{background-color:#32353b}.main-view .chat-input .remove-attachment{position:absolute;top:2px;right:2px;width:18px;height:18px;background-color:#0009;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1;opacity:1;transition:all .1s ease;padding:0;color:#fff}.main-view .chat-input .remove-attachment:hover{background-color:#000c}.main-view .chat-input .attachment-icon{font-size:28px;color:#b5bac1;display:flex;align-items:center;justify-content:center}.main-view .chat-input .attachment-preview{width:100%;height:100%;object-fit:cover;border-radius:8px;position:absolute;top:0;left:0}.main-view .chat-input .attachment-add-tile{width:72px;height:72px;background-color:transparent;border:2px dashed #4e5058;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#b5bac1;transition:all .15s ease;flex-shrink:0}.main-view .chat-input .attachment-add-tile:hover{border-color:#b5bac1;color:#dbdee1;background-color:#4f545c4d}.main-view .chat-input .button-container{display:flex;justify-content:space-between}.button-container .left-buttons,.button-container .right-buttons{display:flex;gap:8px}.main-view .chat-input textarea{background-color:transparent;border:none;outline:none;resize:none;flex:1;padding:12px}.text-field{padding:16px;background-color:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#fff;font-size:16px;transition:all .3s ease;outline:none}.text-field:hover{background:#ffffff1a;border-color:#fff3}.text-field:focus{background:#ffffff1f;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.button{padding:14px 24px;border-radius:8px;border:1px solid;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:18px;min-width:140px;text-align:center;color:#fcfdff;position:relative}.button svg{position:absolute;top:14px;left:16px}.button:hover{opacity:.9}.button-blue{background-color:#3f5cc0;border-color:#576fb2}.button-green{background-color:#2f945a;border-color:#6fb257}.button-grey{background-color:#4a4a4a;border-color:#5a5a5a}.button-link{background-color:transparent;border-color:transparent;padding:2px 32px;color:#3b82f6}.button-link:hover{color:#a8b8ff;text-decoration:underline}.button.full-width{width:100%}.button.no-margin-top{margin-top:0}.button.small{padding:8px 24px;font-size:14px}.icon-button{width:25px;height:25px;border-radius:25px;display:flex;justify-content:center;align-items:center;outline:none;border:none;padding:15px;background-color:transparent;transition:all .3s}.icon-button:hover{transform:scale(1.1);background-color:#f0f8ff33}.icon-button .icon{flex-shrink:0}.alert{padding:12px 16px;border-radius:6px;margin:12px 0;font-size:14px;color:#fff}.alert-error{background-color:#ef444433;color:#ef4444}.alert-error .alert-code{margin-top:6px;font-family:SF Mono,Menlo,Consolas,monospace;font-size:11px;color:#ef4444a6;letter-spacing:.02em;-webkit-user-select:text;user-select:text}.alert-info{background-color:#1a7e8b}.chat-message-code-block{max-width:min(800px,calc(100vw - 300px));overflow:hidden;position:relative}.chat-message-code-block pre{max-width:100%!important;max-height:300px!important;font-size:12px!important;line-height:1.4!important;overflow:auto!important;white-space:pre!important;word-wrap:normal!important;width:100%;box-sizing:border-box;background:#1d1f21;border-radius:4px;padding:8px 12px;margin:4px 0}.code-block-copy-button{position:absolute;top:10px;right:6px;background:#333439;border:none;border-radius:4px;color:#fff;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.code-block-copy-button:hover{background:#3f4046}.code-block-copy-button.copied{background:#3f4640;color:#fff}.chat-message-code-block code{font-size:12px!important;line-height:1.4!important;white-space:pre!important;background:transparent!important;padding:0!important}.chat-message-inline-code{background-color:#ffffff1a;color:#ff6b9d;padding:2px 4px;border-radius:3px;font-family:Monaco,Consolas,Ubuntu Mono,monospace;font-size:13px}.chat-message-channel-mention{background:none;border:none;padding:0 2px;font:inherit;cursor:pointer;color:#00aff4;border-radius:3px;display:inline}.chat-message-channel-mention:hover{text-decoration:underline;background-color:#00aff41a}.chat-message-strikethrough{text-decoration:line-through;opacity:.7}.chat-message-bold{font-weight:600}.chat-message-moment{display:inline-flex;align-items:center;gap:5px;padding:2px 9px;margin:0 1px;font-family:inherit;font-size:13px;font-weight:600;font-variant-numeric:tabular-nums;color:#fff;vertical-align:baseline;border:1px solid rgba(144,238,144,.3);border-radius:8px;background:linear-gradient(135deg,#4a7c59e6,#5a8c69e6);box-shadow:inset 0 1px #ffffff24,0 2px 8px #4a7c594d;cursor:pointer;transition:all .15s ease}.chat-message-moment:hover{border-color:#90ee9080;background:linear-gradient(135deg,#5a8c69,#6a9c79);box-shadow:inset 0 1px #ffffff2e,0 4px 12px #4a7c5966}.chat-message-moment:active{transform:scale(.97)}.chat-message-moment-ended{border-color:#ed424559;background:linear-gradient(135deg,#922e30e6,#b03a3ce6);box-shadow:inset 0 1px #ffffff1f,0 2px 8px #ed424540}.chat-message-moment-ended:hover{border-color:#ed42458c;background:linear-gradient(135deg,#b03a3c,#c84648);box-shadow:inset 0 1px #ffffff29,0 4px 12px #ed424559}.chat-message-moment-icon{display:flex;align-items:center;opacity:.9}.chat-message-quote-block{border-left:3px solid #6b6f76;padding:4px 0 4px 12px;margin:4px 0;color:#b5bac1;font-size:14px;line-height:1.45}.chat-message-quote-block+.chat-message-line-break{display:none}.chat-message-quote-author{color:#8a8e94;font-size:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin-bottom:2px}.chat-message-quote-content{color:#b5bac1}[data-theme=light] .auth-page{background-color:#f7f7f8}[data-theme=light] .auth-page-container{background-color:#f8f8f8}[data-theme=light] .auth-bg-gradient{background:radial-gradient(circle at 20% 80%,#e9f2ed 0%,transparent 50%),radial-gradient(circle at 80% 20%,#1a6b4a 0%,transparent 50%),radial-gradient(circle at 40% 40%,#e9eff2 0%,transparent 50%)}[data-theme=light] .auth-card{background:linear-gradient(135deg,#2e9d6314,#00000008,#2e9d630a);border:1px solid rgba(0,0,0,.064);box-shadow:0 24px 80px #00000046,inset 0 1px #0000000c}[data-theme=light] .auth-card-rim{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .auth-panel-title{color:#297a70}[data-theme=light] .auth-panel-subtitle{color:#5a5f67}[data-theme=light] .auth-panel-subtitle strong{color:#363a3f}[data-theme=light] .auth-label{color:#297a708c}[data-theme=light] .auth-input{background:#0000000d;border:1px solid rgba(0,0,0,.08);color:#297a70}[data-theme=light] .auth-input::placeholder{color:#5a5f6773}[data-theme=light] .auth-input:hover{border-color:#00000025}[data-theme=light] .auth-input:focus{background:#00000012}[data-theme=light] .auth-code-box{background:#0000000d;border:1px solid rgba(0,0,0,.08);color:#297a70}[data-theme=light] .auth-code-box:hover{border-color:#00000025}[data-theme=light] .auth-code-box:focus{background:#00000012}[data-theme=light] .auth-panel-note{color:#5a5f67}[data-theme=light] .auth-exists-bridge-title{color:#297a70}[data-theme=light] .auth-exists-bridge-hint,[data-theme=light] .auth-field-status-checking{color:#5a5f67}[data-theme=light] .auth-button-primary{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .auth-button-primary:hover:not(:disabled){background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .auth-button-secondary{background:#00000008;color:#297a70c7;border:1px solid rgba(0,0,0,.08);box-shadow:inset 0 1px #0000000a}[data-theme=light] .auth-button-secondary:hover:not(:disabled){background:#00000010;border-color:#00000025;color:#297a70}[data-theme=light] .auth-button-secondary:active:not(:disabled){background:#0000000a}[data-theme=light] .alert-glass{color:#141414}[data-theme=light] .alert-glass-error{border:1px solid rgba(163,0,0,.3)}[data-theme=light] .alert-glass-icon{color:#a30000f2}[data-theme=light] .alert-glass .alert-code{color:#a30000b3}[data-theme=light] .auth-alert-actionable .auth-alert-hint{color:#a30000d9}[data-theme=light] .auth-alert-action{color:#141414;background:#00000021;border:1px solid rgba(0,0,0,.28);box-shadow:inset 0 1px #00000018}[data-theme=light] .auth-alert-action:hover:not(:disabled){background:#00000042;border-color:#00000073;box-shadow:inset 0 1px #00000025,0 4px 12px #f3eaea40}[data-theme=light] .auth-alert-actionable .auth-alert-detail{color:#a30000e6}[data-theme=light] .auth-signin-note{color:#208346eb;border:1px solid rgba(22,142,22,.22)}[data-theme=light] .auth-signin-note-icon{color:#168e16d9}[data-theme=light] .auth-code-box{color:#141414;border:1px solid rgba(22,142,22,.18);caret-color:#168e16e6}[data-theme=light] .auth-code-box::placeholder{color:#297a7038}[data-theme=light] .auth-code-box:hover:not(:disabled){border-color:#168e164d}[data-theme=light] .auth-code-box:focus{border-color:#168e168c}[data-theme=light] .auth-code-boxes-error .auth-code-box,[data-theme=light] .auth-code-boxes-error .auth-code-box:focus,[data-theme=light] .auth-code-boxes-error .auth-code-box:hover:not(:disabled){border-color:#a3000073}[data-theme=light] .auth-saved-divider-line{background:#00000010}[data-theme=light] .auth-saved-divider-label{color:#0006}[data-theme=light] .auth-saved-row{background:#00000006;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .auth-saved-row:hover{background:#0000000e;border-color:#0000001f}[data-theme=light] .auth-saved-row:active{background:#0000000a}[data-theme=light] .auth-saved-username{color:#297a70d9}[data-theme=light] .auth-saved-chevron{color:#00000040}[data-theme=light] .auth-link{color:#5a5f67cc}[data-theme=light] .auth-link:hover{color:#297a70}[data-theme=light] .auth-link-small{color:#5a5f67}[data-theme=light] .auth-link-small:hover{color:#363a3f}[data-theme=light] .auth-panel-footer{border-top:1px solid rgba(0,0,0,.048)}[data-theme=light] .auth-footer-text{color:#5a5f67}[data-theme=light] .auth-footer-separator{color:#0000001f}[data-theme=light] .auth-legal-note{color:#5a5f67}[data-theme=light] .auth-email-display{background:#00000006;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .auth-email-display-label{color:#297a7080}[data-theme=light] .auth-email-display-address{color:#297a70}[data-theme=light] .auth-email-display-change{background:#00000008;color:#297a70bf;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .auth-email-display-change:hover{background:#00000010;border-color:#00000021;color:#297a70}[data-theme=light] .digit-input{background-color:#00000010;border:1px solid #838790;color:#297a70}[data-theme=light] .digit-separator{color:#747881}[data-theme=light] .code-hint{color:#5a5f67}[data-theme=light] .report-modal-overlay{background-color:#0000001a}[data-theme=light] .report-modal-container{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .report-modal-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .report-modal-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .report-modal-title{color:#141414}[data-theme=light] .report-modal-close{color:#00000073}[data-theme=light] .report-modal-close:hover{color:#141414;background:#00000010}[data-theme=light] .report-modal-overlay .report-form-label{color:#000000e6}[data-theme=light] .report-modal-overlay .report-option{border:1px solid rgba(0,0,0,.08);background:#00000008;color:#000000bf}[data-theme=light] .report-modal-overlay .report-option:hover{background:#00000010;color:#141414}[data-theme=light] .report-modal-overlay .report-option.selected{color:#141414}[data-theme=light] .report-modal-overlay .report-textarea{border:1px solid rgba(0,0,0,.08);background:#00000008;color:#141414}[data-theme=light] .report-modal-overlay .report-textarea::placeholder{color:#00000059}[data-theme=light] .report-modal-overlay .report-textarea:focus{background:#0000000c}[data-theme=light] .report-modal-overlay .report-status{color:#000000bf}[data-theme=light] .report-modal-overlay .report-error{color:#970f0c}[data-theme=light] .report-modal-overlay .report-error-code{color:#970f0cd9}[data-theme=light] .report-modal-overlay .report-success-title{color:#141414}[data-theme=light] .report-modal-overlay .report-success-text{color:#000000a6}[data-theme=light] .report-modal-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .report-modal-overlay .report-cancel-button{background:#0000000c;border:1px solid rgba(0,0,0,.08);color:#000000b3}[data-theme=light] .report-modal-overlay .report-cancel-button:hover{background:#00000014;border-color:#00000021;color:#141414}[data-theme=light] .report-modal-overlay .report-submit-button{color:#141414}[data-theme=light] .channel-type-card{color:#141414;background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .channel-type-card:hover{background:#00000010;border-color:#0000001d}[data-theme=light] .channel-type-card-icon{color:#00000073}[data-theme=light] .channel-type-card.selected .channel-type-card-icon{color:#141414}[data-theme=light] .channel-type-card-desc{color:#00000073}[data-theme=light] .dm-channels-view .dm-new-activity-pill{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .dm-channels-view .dm-new-activity-pill:hover{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .dm-channels-view .dm-pin-indicator,[data-theme=light] .dm-channels-view .dm-lock-indicator{color:#75777c}[data-theme=light] .dm-channels-view .channel-item.dm-channel-item:hover{background-color:#dddee066!important}[data-theme=light] .dm-channels-view .channel-item.dm-channel-item.active{background-color:#dddee099!important}[data-theme=light] .dm-channels-view .dm-avatar-stacked .user-img{border:2px solid #f1f1f2}[data-theme=light] .dm-channels-view .dm-names,[data-theme=light] .dm-channels-view .dm-user-name{color:#2f3235}[data-theme=light] .dm-channels-view .dm-subtext,[data-theme=light] .dm-channels-view .dm-subtext-muted,[data-theme=light] .dm-channels-view .dm-subtext-time{color:#60646a}[data-theme=light] .dm-channels-view .channel-item.dm-channel-item.active .dm-subtext-muted,[data-theme=light] .dm-channels-view .channel-item.dm-channel-item.active .dm-subtext-time{color:#44484c}[data-theme=light] .dm-channels-view .dm-last-message-time{color:#60646a}[data-theme=light] .dm-channels-view .dm-last-message-time.dm-typing-active{color:#616266}[data-theme=light] .dm-channels-view .dm-typing-active .typing-dots .dot{background-color:#626266}[data-theme=light] .dm-channels-view .channel-item.dm-channel-item.active .dm-user-name,[data-theme=light] .dm-channels-view .channel-item.dm-channel-item.active .dm-names{color:#141414}[data-theme=light] .dm-channels-view .dm-header-plus-button{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .dm-channels-view .dm-header-plus-button:hover{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .dm-channels-view .dm-header-search-button{background:#0000000e;border-color:#0000001d;box-shadow:inset 0 1px #00000010;color:#2f3032}[data-theme=light] .dm-channels-view .dm-header-search-button:hover{background:#0000001b;border-color:#00000038;box-shadow:inset 0 1px #00000014;color:#141414}[data-theme=light] .dm-channels-view .dm-header-plus-button.dm-header-plus-quiet{background:#0000000e;border-color:#0000001d;box-shadow:inset 0 1px #00000010;color:#2f3032}[data-theme=light] .dm-channels-view .dm-header-plus-button.dm-header-plus-quiet:hover{background:#0000001b;border-color:#00000038;box-shadow:inset 0 1px #00000014;color:#141414}[data-theme=light] .dm-channels-view .dm-header-requests-button{color:#52565b}[data-theme=light] .dm-channels-view .dm-header-requests-button:hover{color:#141414}[data-theme=light] .dm-channels-view .dm-section-header{color:#60646a}[data-theme=light] .dm-requests-modal-overlay{background-color:#0000001a}[data-theme=light] .dm-requests-modal-container{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .dm-requests-modal-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .dm-requests-modal-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .dm-requests-modal-title{color:#141414}[data-theme=light] .dm-requests-modal-close{color:#00000073}[data-theme=light] .dm-requests-modal-close:hover{color:#141414;background:#00000010}[data-theme=light] .dm-request-row{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .dm-request-row:hover{background:#00000012;border-color:#00000021}[data-theme=light] .dm-request-row .dm-request-username{color:#60646a}[data-theme=light] .dm-request-row .dm-request-time{color:#7e8286}[data-theme=light] .dm-request-accept-btn{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .dm-request-accept-btn:hover{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .dm-channels-view .dm-pending-target{color:#60646a}[data-theme=light] .dm-channels-view .dm-avatar-wrapper.has-story .user-img{background:#f1f1f2}[data-theme=light] .dm-channels-view .dm-avatar-wrapper.has-story-seen{background:#00000029}[data-theme=light] .dm-hub-overlay{background:#0000001a}[data-theme=light] .dm-hub-panel{color:#141414;background:#ececee80;border:1px solid rgba(0,0,0,.112);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .dm-hub-panel:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0);mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .dm-hub-title{color:#141414}[data-theme=light] .dm-hub-close{color:#545658;background:#0000000c;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .dm-hub-close:hover{color:#141414;background:#00000018;border-color:#00000029}[data-theme=light] .dm-hub-field{background:#0000000c;border:1px solid rgba(0,0,0,.096)}[data-theme=light] .dm-hub-field:focus-within{background:#00000014;border-color:#168e1659}[data-theme=light] .dm-hub-field-icon{color:#00000073}[data-theme=light] .dm-hub-input{color:#141414}[data-theme=light] .dm-hub-input::placeholder{color:#0006}[data-theme=light] .dm-hub-clear{color:#0000008c;background:#00000014}[data-theme=light] .dm-hub-clear:hover{color:#141414;background:#00000029}[data-theme=light] .dm-hub-results::-webkit-scrollbar-thumb{background:#0000001d}[data-theme=light] .dm-hub-section{color:#00000073}[data-theme=light] .dm-hub-action{color:#141414;background:#0000000c;border:1px solid rgba(0,0,0,.096)}[data-theme=light] .dm-hub-action:hover{background:#00000016;border-color:#00000029}[data-theme=light] .dm-hub-action.accent{border-color:#168e164d}[data-theme=light] .dm-hub-action.accent:hover{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .dm-hub-action-icon{color:#141414;background:#00000014}[data-theme=light] .dm-hub-action.accent .dm-hub-action-icon{background:#00000021}[data-theme=light] .dm-hub-action-subtitle{color:#0009}[data-theme=light] .dm-hub-action.accent .dm-hub-action-subtitle{color:#000000bf}[data-theme=light] .dm-hub-action-chevron{color:#0006}[data-theme=light] .dm-hub-action:hover .dm-hub-action-chevron{color:#000000b3}[data-theme=light] .dm-hub-row{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .dm-hub-row:hover{background:#00000012;border-color:#00000021}[data-theme=light] .dm-hub-row-cancel{color:#00000080;background:#00000010;border:1px solid rgba(0,0,0,.112);box-shadow:inset 0 1px #00000010}[data-theme=light] .dm-hub-row-cancel:hover:not(:disabled){color:#141414}[data-theme=light] .dm-hub-row-chip{color:#141414}[data-theme=light] .dm-hub-row-chip.group{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .dm-hub-row-chip.server{background-color:#fefefe;border:1px solid rgba(0,0,0,.096)}[data-theme=light] .dm-hub-row-chevron{color:#00000059}[data-theme=light] .dm-hub-row:hover .dm-hub-row-chevron{color:#000000b3}[data-theme=light] .dm-hub-row-name{color:#141414}[data-theme=light] .dm-hub-row-handle{color:#00000073}[data-theme=light] .dm-hub-row-action{color:#141414;background:#00000010;border:1px solid rgba(0,0,0,.112)}[data-theme=light] .dm-hub-row-action:hover{background:#00000021;border-color:#0000003d}[data-theme=light] .dm-hub-row-action.add{border-color:#168e164d}[data-theme=light] .dm-hub-row-action.add:hover{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .dm-hub-discover-tile:hover{background:#00000010}[data-theme=light] .dm-hub-discover-name{color:#0009}[data-theme=light] .dm-hub-empty{color:#00000073}[data-theme=light] .dm-rename-overlay{background-color:#0000001a}[data-theme=light] .dm-rename-container{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .dm-rename-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .dm-rename-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .dm-rename-title{color:#141414}[data-theme=light] .dm-rename-close{color:#00000073}[data-theme=light] .dm-rename-close:hover{color:#141414;background:#00000010}[data-theme=light] .dm-rename-avatar-row{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .dm-rename-avatar-preview{background:#00000010}[data-theme=light] .dm-rename-avatar-btn{border:1px solid rgba(0,0,0,.08);background:#0000000c;color:#000000d9}[data-theme=light] .dm-rename-avatar-btn:hover:not(:disabled){background:#00000014;border-color:#00000021;color:#141414}[data-theme=light] .dm-rename-avatar-reset{color:#970f0c}[data-theme=light] .dm-rename-avatar-reset:hover:not(:disabled){color:#970f0c}[data-theme=light] .dm-rename-label{color:#000000e6}[data-theme=light] .dm-rename-input{border:1px solid rgba(0,0,0,.08);background:#00000008;color:#141414}[data-theme=light] .dm-rename-input::placeholder{color:#00000059}[data-theme=light] .dm-rename-input:hover{border-color:#00000021;background:#0000000c}[data-theme=light] .dm-rename-input:focus{background:#0000000c}[data-theme=light] .dm-rename-hint{color:#00000073}[data-theme=light] .dm-rename-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .dm-rename-cancel{background:#0000000c;border:1px solid rgba(0,0,0,.08);color:#000000b3}[data-theme=light] .dm-rename-cancel:hover{background:#00000014;border-color:#00000021;color:#141414}[data-theme=light] .dm-rename-confirm{color:#141414}[data-theme=light] .channel-picker{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .channel-picker-header{border-bottom:1px solid #eaebec;color:#52565b}[data-theme=light] .channel-picker-item:hover{background-color:#eeeeef}[data-theme=light] .channel-picker-item.selected{background-color:#eaeaec}[data-theme=light] .channel-picker-icon{color:#52565b}[data-theme=light] .channel-picker-item.selected .channel-picker-icon,[data-theme=light] .channel-picker-name{color:#2f3235}[data-theme=light] .chat-input-wrapper{background-color:#00000002;box-shadow:#0001 0 2px 8px}[data-theme=light] .chat-input-wrapper.ghost-mode{background-color:#f4f3f2c9;box-shadow:#f4f2f1 0 2px 8px}[data-theme=light] .chat-input-wrapper:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .chat-input-wrapper:after{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .chat-input-box{color:#323334}[data-theme=light] .chat-input-box[data-empty]:before{color:#75777c}[data-theme=light] .chat-input-box .chat-input-mention{color:#1f2c84}[data-theme=light] .chat-input-view .emoji-picker-trigger,[data-theme=light] .chat-input-view .attachment-picker-trigger,[data-theme=light] .chat-input-view .gif-picker-trigger,[data-theme=light] .chat-input-view .voice-record-trigger,[data-theme=light] .chat-input-view .chat-emote-trigger,[data-theme=light] .chat-input-view .whiteboard-picker-trigger{background-color:#ecedee;color:#323334}[data-theme=light] .chat-input-view .voice-record-trigger.active{color:#9e0505}[data-theme=light] .chat-input-view.compact .chat-input-more-trigger{background-color:#ecedee;color:#323334}[data-theme=light] .chat-input-view.compact .chat-input-more-trigger:hover,[data-theme=light] .chat-input-view.compact .chat-input-more-trigger.active{background-color:#e3e3e5;color:#141414}[data-theme=light] .chat-input-wrapper.compact .chat-input-tools-row>button{background-color:#ecedee;color:#323334}[data-theme=light] .chat-input-wrapper.compact .chat-input-tools-row>button:hover{background-color:#e3e3e5;color:#141414}[data-theme=light] .chat-input-view .ghost-mode-trigger{background-color:#ecedee;color:#323334}[data-theme=light] .chat-input-view .ghost-mode-trigger:hover{background-color:#e5e5e7}[data-theme=light] .chat-input-view .camera-capture-trigger{background-color:#ecedee;color:#323334}[data-theme=light] .chat-input-view .camera-capture-trigger:hover,[data-theme=light] .chat-input-view .emoji-picker-trigger:hover,[data-theme=light] .chat-input-view .attachment-picker-trigger:hover,[data-theme=light] .chat-input-view .gif-picker-trigger:hover,[data-theme=light] .chat-input-view .voice-record-trigger:hover,[data-theme=light] .chat-input-view .chat-emote-trigger:hover,[data-theme=light] .chat-input-view .whiteboard-picker-trigger:hover{background-color:#e5e5e7}[data-theme=light] .chat-input-view .chat-emote-trigger.chat-emote-trigger-on,[data-theme=light] .chat-input-view .chat-emote-trigger.chat-emote-trigger-on:hover{border:1px solid rgba(22,142,22,.3);box-shadow:0 2px 8px #4a7c594d,0 0 12px #168e1640}[data-theme=light] .chat-input-view .chat-emote-trigger.chat-emote-trigger-on:hover{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680;box-shadow:0 2px 10px #4a7c5973,0 0 16px #168e1659}[data-theme=light] .chat-input-view .gif-button-border{border:2px solid #59595b}[data-theme=light] .emoji-fast-picker{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .emoji-fast-picker-item{color:#323334}[data-theme=light] .emoji-fast-picker-item:hover{background-color:#e0e1e2}[data-theme=light] .emoji-shortcode{color:#52565b}[data-theme=light] .emoji-fast-picker-item.selected .emoji-shortcode{color:#000c}[data-theme=light] .reply-author,[data-theme=light] .reply-preview{color:#323334}[data-theme=light] .reply-bar-close{color:#616266}[data-theme=light] .reply-bar-close:hover{background-color:#e5e5e7;color:#323334}[data-theme=light] .chat-input-container .attachment-container{background-color:#f1f1f2}[data-theme=light] .chat-input-container .attachment-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .chat-input-container .attachment-container:after{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .chat-input-container .attachment-item{background-color:#ededee}[data-theme=light] .chat-input-container .attachment-item:hover{background-color:#eeeff0}[data-theme=light] .chat-input-container .remove-attachment{background-color:#00000082;color:#141414}[data-theme=light] .chat-input-container .remove-attachment:hover{background-color:#000000ad}[data-theme=light] .chat-input-container .attachment-icon{color:#52565b}[data-theme=light] .chat-input-container .attachment-compress-overlay{background-color:#0007;color:#141414}[data-theme=light] .chat-input-container .attachment-add-tile{border:2px dashed #dfe0e2;color:#52565b}[data-theme=light] .chat-input-container .attachment-add-tile:hover{border-color:#55595e;color:#2f3235;background-color:#dddee04d}[data-theme=light] .chat-input-container.photos-mode .photos-add-button{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .chat-input-container.photos-mode .photos-add-button:hover{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .mention-picker{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .mention-picker-header{border-bottom:1px solid #eaebec;color:#52565b}[data-theme=light] .mention-picker-item:hover{background-color:#eeeeef}[data-theme=light] .mention-picker-item.selected{background-color:#eaeaec}[data-theme=light] .mention-picker-avatar .status-indicator{border:2px solid #f1f1f2}[data-theme=light] .mention-picker-name{color:#2f3235}[data-theme=light] .slash-command-picker{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .slash-command-picker-header{border-bottom:1px solid #eaebec;color:#52565b}[data-theme=light] .slash-command-picker-item:hover{background-color:#eeeeef}[data-theme=light] .slash-command-picker-item.selected{background-color:#eaeaec}[data-theme=light] .slash-command-output{color:#60646a}[data-theme=light] .spellcheck-popover{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .spellcheck-popover-item{color:#545557}[data-theme=light] .spellcheck-popover-item:hover{background-color:#e3e4e5;color:#141414}[data-theme=light] .spellcheck-popover-item.empty,[data-theme=light] .spellcheck-popover-item.empty:hover{color:#78787b}[data-theme=light] .spellcheck-popover-separator{background-color:#e5e6e7}[data-theme=light] .trigger-picker{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .trigger-picker-header{border-bottom:1px solid #eaebec;color:#52565b}[data-theme=light] .trigger-picker-item:hover{background-color:#eeeeef}[data-theme=light] .trigger-picker-item.selected{background-color:#eaeaec}[data-theme=light] .trigger-name{color:#60646a}[data-theme=light] .action-message-container-deleted{background-color:#62626614;border-left-color:#626266}[data-theme=light] .action-message-container-deleted .chat-message-text-inline{color:#616266}[data-theme=light] .action-message-system-icon{background:#fefefe}[data-theme=light] .action-message-avatar-overlay{border:1px solid #f1f1f2;background:#f1f1f2}[data-theme=light] .action-message-inner-container{background-color:#f1f1f2;border:1px solid #ebebec}[data-theme=light] .action-message-copy-btn{color:#60646a}[data-theme=light] .action-message-copy-btn:hover{background-color:#ebebec;color:#323335}[data-theme=light] .action-message-image-container{border:1px solid #ebebec;background-color:#f4f4f5}[data-theme=light] .action-message-sub-title-badge{color:#545459}[data-theme=light] .action-message-title{color:#202020}[data-theme=light] .action-message-description{color:#545459}[data-theme=light] .action-message-quote{border-left:3px solid #dfe0e2;color:#60646a}[data-theme=light] .action-message-checkbox-unchecked{color:#696c71}[data-theme=light] .action-message-system-badge-text{color:#545459}[data-theme=light] .action-message-user-content.action-message-description{border-top:1px solid rgba(0,0,0,.048);color:#2f3235}[data-theme=light] .action-message-status-purple{color:#40089b}[data-theme=light] .action-message-status-gray{background:#0000000e;color:#5f6164}[data-theme=light] .action-message-files{color:#545459;background:#0000000e}[data-theme=light] .action-message-timestamp{color:#545459}[data-theme=light] .action-message-timestamp.has-background{background-color:#000000b8;color:#323335}[data-theme=light] .action-message-footer-timestamp{color:#60646a}[data-theme=light] .action-message-expire-text{color:#7a7a7a}[data-theme=light] .action-message-fields-copy{color:#60646a}[data-theme=light] .action-message-fields-copy:hover{background-color:#ebebec;color:#323335}[data-theme=light] .action-message-fields{background-color:#f4f4f5;border:1px solid #ebebec}[data-theme=light] .action-message-field{border-bottom:1px solid #ebebec}[data-theme=light] .action-message-field-label{color:#60646a}[data-theme=light] .action-message-field-value{color:#323335}[data-theme=light] .action-message-show-more{border:1px solid #ebebec;color:#545459}[data-theme=light] .action-message-show-more:hover{background-color:#f1f1f2;color:#323335;border-color:#c0c1c4}[data-theme=light] .action-message-referenced{background-color:#f4f4f5}[data-theme=light] .action-message-referenced:after{color:#141414}[data-theme=light] .action-message-referenced-author{color:#141414}[data-theme=light] .action-message-referenced-time{color:#75777c}[data-theme=light] .action-message-referenced-content{color:#323334}[data-theme=light] .action-message-trigger-spinner{background-color:#56575c}[data-theme=light] .action-message-trigger-status-text{color:#545459}[data-theme=light] .action-message-trigger-match{background-color:#f4f4f5;color:#323335}[data-theme=light] .action-message-trigger-error-text{color:#545459}[data-theme=light] .action-message-loader-spinner{border:2px solid #eaeaec;border-top-color:#56575c}[data-theme=light] .action-message-loader-text{color:#323334}[data-theme=light] .action-message-loader-sub-text{color:#60646a}[data-theme=light] .voice-call-card-title{color:var(--text-primary, #474e5c)}[data-theme=light] .voice-call-card-description,[data-theme=light] .voice-call-card-timestamp,[data-theme=light] .voice-call-divider-timestamp{color:#60646a}[data-theme=light] .action-button{color:#141414}[data-theme=light] .action-button-secondary{background-color:#eeefef;border-color:#e8e9ea}[data-theme=light] .action-button-secondary:hover:not(:disabled){background-color:#ececed;border-color:#e4e4e5}[data-theme=light] .action-button .action-button-spinner{border:2px solid rgba(0,0,0,.35);border-top-color:#1a1a1a}[data-theme=light] .action-message-thinking-body{border-left:2px solid #ebebec;color:#545459}[data-theme=light] .chat-debug-bar{background:linear-gradient(180deg,#f6f6f7fa,#f4f4f5fa);border-bottom:1px solid rgba(0,0,0,.064);color:#000000bf}[data-theme=light] .chat-debug-bar.has-warning{background:linear-gradient(180deg,#f6f5f3fa,#f6f5f4fa)}[data-theme=light] .chat-debug-bar .debug-bar-summary:hover{background:#00000008}[data-theme=light] .chat-debug-bar .debug-chip{background:#0000000c}[data-theme=light] .chat-debug-bar .debug-value-inline{color:#000000e6}[data-theme=light] .chat-debug-bar .debug-separator{background:#0000001f}[data-theme=light] .chat-debug-bar .debug-expand{color:#0000004d}[data-theme=light] .chat-debug-bar .debug-bar-details{border-top:1px solid rgba(0,0,0,.048);background:#0000000d}[data-theme=light] .chat-debug-bar .debug-section-title{color:#00000080}[data-theme=light] .chat-debug-bar .debug-row{background:#00000006}[data-theme=light] .chat-debug-bar .debug-key{color:#00000080}[data-theme=light] .chat-debug-bar .debug-value{color:#000000e6}[data-theme=light] .chat-debug-bar .debug-value.no{color:#0006}[data-theme=light] .chat-debug-bar .debug-warning{background:#0000000d}[data-theme=light] .chat-emote-glyph,[data-theme=light] .chat-emote-image{filter:drop-shadow(0 2px 6px rgba(0,0,0,.275))}[data-theme=light] .chat-emote-name{color:#000000d9;text-shadow:0 1px 3px rgba(0,0,0,.44)}[data-theme=light] html[data-theme=light] .chat-emote-name{color:#e9eaec;text-shadow:0 1px 3px rgba(0,0,0,.9)}[data-theme=light] .chat-emote-popover{border:1px solid rgba(0,0,0,.096);background:#f1f1f38c;box-shadow:0 10px 30px #00000038}[data-theme=light] .chat-emote-popover:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .chat-emote-bar{border:1px solid rgba(0,0,0,.096);background:#f1f1f38c;box-shadow:0 10px 30px #00000038}[data-theme=light] .chat-emote-bar:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .chat-emote-bar-button{color:#313439}[data-theme=light] .chat-emote-bar-button:hover{border-color:#00000021;background:#00000014}[data-theme=light] .chat-emote-bar-close{color:#5d6267;border-left:1px solid rgba(0,0,0,.096)}[data-theme=light] .chat-emote-bar-close:hover{color:#141414}[data-theme=light] .chat-message-options{background-color:#ecedee;border:1px solid #ebebed;box-shadow:0 2px 8px #00000024}[data-theme=light] .chat-message-option{color:#494a4d}[data-theme=light] .chat-message-option:hover,[data-theme=light] .chat-message-option-delete:hover{background-color:#ebebec}[data-theme=light] .csc-overlay{background-color:#0000001d}[data-theme=light] .csc-title{color:#2f3032}[data-theme=light] .csc-filter-icon{color:#00000073}[data-theme=light] .csc-filter-input{color:#141414}[data-theme=light] .csc-filter-input::placeholder{color:#00000059}[data-theme=light] .csc-icon{color:#5a5f67}[data-theme=light] .csc-name{color:#2f3032}[data-theme=light] .csc-count{color:#2c773c}[data-theme=light] .csc-tick{border:1px solid rgba(0,0,0,.16);color:#141414}[data-theme=light] .csc-tick.is-on{border-color:#168e1680}[data-theme=light] .csc-empty{color:#00000073}[data-theme=light] .csd-overlay{background-color:#0000001d}[data-theme=light] .csd-title{color:#141414}[data-theme=light] .csd-modes{background:#0000000c}[data-theme=light] .csd-mode{color:#0009}[data-theme=light] .csd-chip{background:#0000000c}[data-theme=light] .csd-chip-caption{color:#00000073}[data-theme=light] .csd-chip-date{color:#141414}[data-theme=light] .csd-switch{color:#141414;background:#00000010;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .csd-switch:hover{background:#00000021}[data-theme=light] .csd-month{color:#141414}[data-theme=light] .csd-nav{color:#141414;background:#00000010;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .csd-nav:hover{background:#00000021}[data-theme=light] .csd-weekdays span{color:#00000059}[data-theme=light] .csd-day{color:#000c}[data-theme=light] .csd-day:hover{background:#00000010}[data-theme=light] .csd-day.is-future{color:#00000040}[data-theme=light] .csd-day.is-between{color:#141414}[data-theme=light] .csd-clear{color:#2f3032;background:#0000000c;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .csd-save{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .csp-overlay{background-color:#0000001d}[data-theme=light] .csp-title{color:#2f3032}[data-theme=light] .csp-subtitle{color:#5a5f67}[data-theme=light] .csp-name{color:#2f3032}[data-theme=light] .csp-username{color:#5a5f67}[data-theme=light] .csp-count{color:#1b4c88}[data-theme=light] .csp-tick{border:1.5px solid #838790;color:#141414}[data-theme=light] .csp-empty{color:#5a5f67}[data-theme=light] .csp-clear{color:#2f3032}[data-theme=light] .csp-save,[data-theme=light] .chat-search-total{color:#141414}[data-theme=light] .chat-search-icon{color:#00000073}[data-theme=light] .chat-search-input{color:#141414}[data-theme=light] .chat-search-input::placeholder{color:#00000059}[data-theme=light] .chat-search-remove{color:#0006}[data-theme=light] .chat-search-remove:hover{color:#141414}[data-theme=light] .main-view .chat-view{border-top:1px solid #ededee;background-color:#efeff0}[data-theme=light] .main-view .chat-view .chat-view-header{border-bottom:1px solid #ededee}[data-theme=light] .main-view .chat-view .chat-view-header h2{color:#2f3032}[data-theme=light] .main-view .chat-view .chat-view-header .header-action-button{color:#545658}[data-theme=light] .main-view .chat-view .chat-view-header .header-action-button:hover{background-color:#e9eaeb;color:#323334}[data-theme=light] .main-view .chat-view .chat-view-header .header-action-button.active{color:#141414}[data-theme=light] .voice-split-handle-line{background:#0000000c}[data-theme=light] .chat-view-messages-container .new-messages-indicator{box-shadow:0 4px 16px #0000001c}[data-theme=light] .chat-view-messages-container .new-messages-indicator:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .chat-view-messages-container .new-messages-indicator:after{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .chat-view-messages-container .new-messages-text{color:#141414}[data-theme=light] .chat-view-messages-container .new-messages-button{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .chat-view-messages-container .new-messages-button:hover{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .chat-view-messages-container .jump-to-now-container{background-color:#f2f2f24d;box-shadow:0 4px 16px #0000001c}[data-theme=light] .chat-view-messages-container .jump-to-now-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .chat-view-messages-container .jump-to-now-container:after{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .chat-view-messages-container .jump-to-now-text{color:#141414}[data-theme=light] .chat-view-messages-container .jump-to-now-button{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .chat-view-messages-container .jump-to-now-button:hover{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .dm-presence-tooltip-divider{background:#0000001f}[data-theme=light] .typing-indicator{color:#616266}[data-theme=light] .typing-dots .dot{background-color:#626266}[data-theme=light] .chat-message .chat-message-image-container .user-img{background:#fefefe}[data-theme=light] .chat-message:hover{background-color:#00000008}[data-theme=light] .view-message-header .view-message-header-name{color:#2f3032}[data-theme=light] .view-message-header .view-message-header-date{color:#616266}[data-theme=light] .view-message-header .view-message-header-time{color:#595a5d}[data-theme=light] .chat-message-text-inline{color:#2f3032}[data-theme=light] .chat-message-link{color:#00aff4}[data-theme=light] .chat-message .chat-message-hover-time{color:#616266}[data-theme=light] .chat-message.mentioned:before{background:linear-gradient(to right,rgba(0,0,0,.096),rgba(0,0,0,.032),transparent)}[data-theme=light] .chat-message.mentioned:after{background:linear-gradient(to bottom,rgb(240,177,50),rgba(240,177,50,.6),rgba(240,177,50,.2),transparent)}[data-theme=light] .chat-message.replied-to:before{background:linear-gradient(to right,rgba(0,0,0,.096),rgba(0,0,0,.032),transparent)}[data-theme=light] .chat-message.replied-to:after{background:linear-gradient(to bottom,rgb(88,101,242),rgba(88,101,242,.6),rgba(88,101,242,.2),transparent)}[data-theme=light] .chat-message.being-edited:before{background:linear-gradient(to right,rgba(0,0,0,.096),rgba(0,0,0,.032),transparent)}[data-theme=light] .chat-message.being-edited:after{background:linear-gradient(to bottom,rgb(139,69,238),rgba(139,69,238,.6),rgba(139,69,238,.2),transparent)}[data-theme=light] .chat-message.context-active:before{background:linear-gradient(to right,rgba(0,0,0,.096),rgba(0,0,0,.032),transparent)}[data-theme=light] .chat-message.context-active:after{background:linear-gradient(to bottom,rgb(245,130,32),rgba(245,130,32,.6),rgba(245,130,32,.2),transparent)}[data-theme=light] .ghost-mode-bar{color:#000000bf;background:linear-gradient(180deg,#f6f6f7fa,#f4f4f5fa);border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .ghost-mode-bar-icon{color:#0009}[data-theme=light] .lost-streak-bar{border-bottom:1px solid rgba(163,73,0,.3)}[data-theme=light] .lost-streak-bar-restore{background:#1a1a1a}[data-theme=light] .lost-streak-bar-restore:hover:not(:disabled){background:#000000eb}[data-theme=light] .chat-message .ghost-avatar-overlay{background-color:#efeff0}[data-theme=light] .chat-message.deleted .chat-message-text-inline{color:#616266}[data-theme=light] .reply-reference-line{background-color:#838790;filter:drop-shadow(0 0 1px rgba(0,0,0,.12))}[data-theme=light] .reply-reference-hook{border-left:2px solid #838790;border-top:2px solid #838790;filter:drop-shadow(0 0 1px rgba(0,0,0,.12))}[data-theme=light] .reply-reference-content-wrapper{background:#00000008}[data-theme=light] .reply-reference-content-wrapper:before{background:linear-gradient(135deg,#00000018,#00000008,#00000010);-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .reply-reference-content{color:#323334}[data-theme=light] .reply-reference-dm-icon.reply-reference-dm-opened,[data-theme=light] .reply-reference-attachment-icon{color:#68686b}[data-theme=light] .new-messages-divider-text{background-color:#efeff0}[data-theme=light] .main-view .chat-view .chat-view-main .chat-view-presence{border-left:1px solid #ededee;background-color:#efeff0}[data-theme=light] .main-view .chat-view .chat-view-header .dm-header-name-row h2{color:#141414}[data-theme=light] .main-view .chat-view .chat-view-header .dm-header-playing-pill{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .main-view .chat-view .chat-view-header .dm-header-playing-pill.watchable:hover{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .main-view .chat-view .chat-view-header .dm-header-playing-watch{border-left:1px solid rgba(0,0,0,.3)}[data-theme=light] .main-view .chat-view .chat-view-header .dm-header-role{color:#75777c}[data-theme=light] .main-view .chat-view .chat-view-header .dm-header-settings-button{color:#545658}[data-theme=light] .main-view .chat-view .chat-view-header .dm-header-settings-button:hover{background-color:#e9eaeb;color:#323334}[data-theme=light] .main-view .chat-view .chat-view-header .dm-header-map-button{color:#545658}[data-theme=light] .main-view .chat-view .chat-view-header .dm-header-map-button:hover{background-color:#e9eaeb;color:#323334}[data-theme=light] .main-view .chat-view .chat-view-header .dm-header-call-button{color:#545658}[data-theme=light] .main-view .chat-view .chat-view-header .dm-header-call-button:hover{background-color:#e9eaeb;color:#323334}[data-theme=light] .main-view .chat-view .chat-view-header .dm-header-call-button.active{color:#57f287}[data-theme=light] .encrypted-message-loading,[data-theme=light] .chat-view-loading{color:#52565b}[data-theme=light] .chat-view-messages-container .loading-older-messages{background-color:#e0e0e1;color:#52565b;box-shadow:0 2px 8px #0000001c}[data-theme=light] .chat-view-messages-container .loading-older-messages:after{border:2px solid #ededee;border-top:2px solid #55595e}[data-theme=light] .chat-view-messages-container .chat-message-render-error{color:#616266}[data-theme=light] .beginning-of-chat-indicator{color:#616266;border-bottom:1px solid #ededee}[data-theme=light] .beginning-of-chat-indicator .beginning-expiry-note{color:#75777c}[data-theme=light] .dm-intro .dm-intro-title{color:#141414}[data-theme=light] .dm-intro .dm-intro-quote{color:#616266}[data-theme=light] .dm-intro .dm-intro-button{color:#141414}[data-theme=light] .dm-intro .dm-intro-button-primary{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .dm-intro .dm-intro-button-primary:hover{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .dm-intro .dm-intro-button-secondary{background:linear-gradient(135deg,#e4e5e7e6,#cecfd3e6);border:1px solid rgba(61,75,102,.25);box-shadow:0 2px 8px #f7f8f84d}[data-theme=light] .dm-intro .dm-intro-button-secondary:hover{background:linear-gradient(135deg,#cecfd3,#9a9da3);border-color:#3d4b6666;box-shadow:0 4px 12px #f7f8f866}[data-theme=light] .chat-view-init-loader .loading-screen{background-color:#efeff0}[data-theme=light] .url-embed{background:#f1f1f2}[data-theme=light] .url-embed-site-name{color:#52565b}[data-theme=light] .url-embed-description{color:#2f3235}[data-theme=light] .url-embed-hero-wrap{background:#f4f4f5}[data-theme=light] .invite-embed-header{color:#52565b}[data-theme=light] .invite-embed{box-shadow:0 4px 16px #0000001c}[data-theme=light] .invite-embed:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .invite-embed:after{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .invite-embed-icon-placeholder{background:#00000010;color:#2f3235}[data-theme=light] .invite-embed-label{color:#0000008c}[data-theme=light] .invite-embed-name{color:#474e5c}[data-theme=light] .invite-embed-meta{color:#00000073}[data-theme=light] .invite-embed-button{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .invite-embed-button:hover:not(:disabled){background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .invite-embed-joined{color:#168e16b3}[data-theme=light] .clip-card{background:#f0f0f18c;box-shadow:0 2px 10px #00000027,inset 0 1px #0000000c}[data-theme=light] .clip-card:before{background:linear-gradient(135deg,#00000038,#0000000c 55%,#0000001b);-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .clip-card:hover{background:#ececee9e}[data-theme=light] .clip-card:hover:before{background:linear-gradient(135deg,#00000052,#00000014 55%,#00000029)}[data-theme=light] .clip-card:focus-visible{outline:1px solid rgba(0,0,0,.45)}[data-theme=light] .clip-card-title{color:var(--theme-text-primary, #282a29)}[data-theme=light] .clip-card-author-name,[data-theme=light] .clip-card-views,[data-theme=light] .clip-card-open{color:var(--theme-text-secondary, #606763)}[data-theme=light] .clip-card:hover .clip-card-open{color:var(--theme-text-primary, #282a29)}[data-theme=light] .clip-card-owner{border-top:1px solid var(--theme-border, rgba(0, 0, 0, .064))}[data-theme=light] .clip-card-owner-btn{color:var(--theme-text-secondary, #52565b);border:1px solid var(--theme-border, rgba(0, 0, 0, .08));background:var(--theme-surface-2, rgba(0, 0, 0, .04))}[data-theme=light] .clip-card-owner-btn:hover{color:var(--theme-text, #141414);border-color:#168e164d}[data-theme=light] .clip-card-owner-btn.clip-card-owner-btn-danger:hover{color:#141414}[data-theme=light] .dm-lock-gate{background:#fafafa8c}[data-theme=light] .dm-lock-gate .dm-lock-card{color:#141414;background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .dm-lock-gate .dm-lock-card:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .dm-lock-gate .dm-lock-icon{background:#00000010;border:1px solid rgba(0,0,0,.096);color:#141414}[data-theme=light] .dm-lock-gate .dm-lock-title{color:#141414}[data-theme=light] .dm-lock-gate .dm-lock-subtitle{color:#0009}[data-theme=light] .dm-lock-gate .dm-lock-dot{border:1.5px solid rgba(0,0,0,.35)}[data-theme=light] .dm-lock-gate .dm-lock-dot.filled{background:#000000eb;border-color:#000000eb}[data-theme=light] .dm-lock-gate .dm-lock-error{color:#a30000}[data-theme=light] .dm-lock-gate .dm-lock-key{color:#141414;background:#0000000c;border:1px solid rgba(0,0,0,.096)}[data-theme=light] .dm-lock-gate .dm-lock-key:hover{background:#00000018}[data-theme=light] .dm-lock-gate .dm-lock-key:active{background:#00000025}[data-theme=light] .dm-lock-gate .dm-lock-key-back:hover{background:#0000000c}[data-theme=light] .dm-lock-gate .dm-lock-forgot{color:#0009}[data-theme=light] .dm-lock-gate .dm-lock-forgot-link{color:#a30000}[data-theme=light] .dm-lock-gate .dm-lock-confirm-overlay{background:#fafbfb8c}[data-theme=light] .dm-lock-gate .dm-lock-confirm-card{color:#141414;background:#f4f1f17a;border:1px solid rgba(163,0,0,.28);box-shadow:0 10px 32px #f8eded59,inset 0 1px #00000010}[data-theme=light] .dm-lock-gate .dm-lock-confirm-card:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .dm-lock-gate .dm-lock-confirm-title{color:#141414}[data-theme=light] .dm-lock-gate .dm-lock-confirm-body{color:#000000c7}[data-theme=light] .dm-lock-gate .dm-lock-confirm-cancel{background:linear-gradient(135deg,#e4e5e7e6,#cecfd3e6);border:1px solid rgba(0,0,0,.144);color:#141414;box-shadow:0 2px 8px #00000023}[data-theme=light] .dm-lock-gate .dm-lock-confirm-cancel:hover{background:linear-gradient(135deg,#cecfd3,#a1a3a8);border-color:#00000047}[data-theme=light] .dm-lock-gate .dm-lock-confirm-leave{border:1px solid rgba(163,0,0,.4)}[data-theme=light] .dm-lock-gate .dm-lock-confirm-leave:hover{background:linear-gradient(135deg,#c84646,#dc5a5a);border-color:#a3000099}[data-theme=light] .dm-lock-setup-overlay{background:#0007}[data-theme=light] .dm-lock-setup-overlay .dm-lock-setup-card{color:#141414;background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 12px 40px #0000003f,inset 0 1px #00000010}[data-theme=light] .dm-lock-setup-overlay .dm-lock-setup-card:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .dm-lock-setup-overlay .dm-lock-setup-icon{background:#00000010;border:1px solid rgba(0,0,0,.096);color:#141414}[data-theme=light] .dm-lock-setup-overlay .dm-lock-setup-dot{border:1.5px solid rgba(0,0,0,.35)}[data-theme=light] .dm-lock-setup-overlay .dm-lock-setup-dot.filled{background:#000000eb;border-color:#000000eb}[data-theme=light] .dm-lock-setup-overlay .dm-lock-setup-error{color:#a30000}[data-theme=light] .dm-lock-setup-overlay .dm-lock-setup-key{color:#141414;background:#0000000c;border:1px solid rgba(0,0,0,.096)}[data-theme=light] .dm-lock-setup-overlay .dm-lock-setup-key:hover{background:#00000018}[data-theme=light] .dm-lock-setup-overlay .dm-lock-setup-key:active{background:#00000025}[data-theme=light] .dm-lock-setup-overlay .dm-lock-setup-key-back:hover{background:#0000000c}[data-theme=light] .emote-preview{border:1px solid rgba(0,0,0,.096);background:#f1f1f373;box-shadow:0 18px 48px #0000003f}[data-theme=light] .emote-preview:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .emote-preview-close{border:1px solid rgba(0,0,0,.096);color:#464f5d;background:#0000000c}[data-theme=light] .emote-preview-close:hover{background:#00000018;color:#141414}[data-theme=light] .emote-preview-stage{background-color:#0000000b;background-image:linear-gradient(45deg,rgba(0,0,0,.04) 25%,transparent 25%),linear-gradient(-45deg,rgba(0,0,0,.04) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(0,0,0,.04) 75%),linear-gradient(-45deg,transparent 75%,rgba(0,0,0,.04) 75%)}[data-theme=light] .emote-preview-name{color:#141414}[data-theme=light] .emote-preview-kind{color:#5d6267}[data-theme=light] .emote-preview-fav{color:#44505f;border:1px solid rgba(0,0,0,.096);background:#0000000c}[data-theme=light] .emote-preview-fav:hover{background:#00000014}[data-theme=light] .emote-preview-fav-on{color:#208340;border-color:#168e1666}[data-theme=light] html[data-theme=light] .emote-preview-name{color:#f0f1f2}[data-theme=light] html[data-theme=light] .emote-preview-kind{color:#8f949a}[data-theme=light] html[data-theme=light] .emote-preview-fav{color:#e9eaec}[data-theme=light] .mentions-modal-overlay{background-color:#0000001a}[data-theme=light] .mentions-modal-container{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .mentions-modal-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .mentions-modal-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .mentions-modal-title{color:#141414}[data-theme=light] .mentions-modal-close{color:#00000073}[data-theme=light] .mentions-modal-close:hover{color:#141414;background:#00000010}[data-theme=light] .mentions-modal-loading,[data-theme=light] .mentions-modal-empty{color:#0006}[data-theme=light] .mentions-modal-overlay .mention-entry:hover{background-color:#0000000a}[data-theme=light] .mentions-modal-overlay .mention-entry-channel{color:#00000059}[data-theme=light] .mentions-modal-overlay .mention-message-preview{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .mentions-modal-overlay .mention-message-time{color:#0000004d}[data-theme=light] .mentions-modal-overlay .mention-message-content{color:#000000bf}[data-theme=light] .mentions-modal-overlay .mention-message-empty{color:#0000004d}[data-theme=light] .mentions-modal-overlay .mention-entry+.mention-entry{border-top:1px solid rgba(0,0,0,.032)}[data-theme=light] .message-reaction{background:#0000000a;border:1px solid rgba(0,0,0,.08);color:#474e5c}[data-theme=light] .message-reaction:hover{background:#00000014;border-color:#00000029}[data-theme=light] .message-reaction.reacted{color:#034da0}[data-theme=light] .message-reaction-add-button{background:#0000000a;border:1px solid rgba(0,0,0,.08);color:#727272}[data-theme=light] .message-reaction-add-button:hover{background:#00000014;border-color:#00000029;color:#474e5c}[data-theme=light] .tooltip:has(.reaction-tooltip-content){background:#f4f4f5!important;border:1px solid rgba(0,0,0,.08)!important}[data-theme=light] .tooltip:has(.reaction-tooltip-content):before{background:#f4f4f5!important;border:1px solid rgba(0,0,0,.08)!important}[data-theme=light] .reaction-tooltip-emoji-name{color:#415262}[data-theme=light] .reaction-tooltip-users{color:#363a3f}[data-theme=light] .msearch-overlay{background-color:#0000006c}[data-theme=light] .msearch-results{border-right:1px solid rgba(0,0,0,.056)}[data-theme=light] .msearch-header{border-bottom:1px solid rgba(0,0,0,.048)}[data-theme=light] .msearch-input-icon{color:#00000073}[data-theme=light] .msearch-input{color:#141414}[data-theme=light] .msearch-input::placeholder{color:#00000059}[data-theme=light] .msearch-summary{color:#0006}[data-theme=light] .msearch-note{color:#00000073}[data-theme=light] .msearch-channel-row{background:#0000000a;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .msearch-channel-row:hover{background:#00000012;border-color:#00000021}[data-theme=light] .msearch-channel-icon{color:#5a5f67}[data-theme=light] .msearch-channel-name{color:#141414}[data-theme=light] .msearch-channel-count{color:#2c773c}[data-theme=light] .msearch-channel-preview{color:#5a5f67}[data-theme=light] .msearch-preview-field{color:#168e16a6}[data-theme=light] .msearch-channel-chevron{color:#747881}[data-theme=light] .msearch-intro-card{background:#0000000a;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .msearch-intro-title{color:#2f3032}[data-theme=light] .msearch-intro-body{color:#5a5f67}[data-theme=light] .msearch-intro-preview{background:#00000010}[data-theme=light] .msearch-intro-preview-text{color:#2f3032}[data-theme=light] .msearch-channel-row.is-open{background:#00000012}[data-theme=light] .msearch-hits{background:#00000007;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .msearch-hit-row:hover{background:#0000000c}[data-theme=light] .msearch-hit-author{color:#2f3032}[data-theme=light] .msearch-hit-time{color:#00000059}[data-theme=light] .msearch-hit-text{color:#5a5f67}[data-theme=light] .msearch-hits-more{color:#168e16cc}[data-theme=light] .msearch-hits-more:hover{background:#0000000c}[data-theme=light] .msearch-preview-header{border-bottom:1px solid rgba(0,0,0,.056)}[data-theme=light] .msearch-preview-channel-icon{color:#5a5f67}[data-theme=light] .msearch-preview-channel{color:#141414}[data-theme=light] .msearch-preview-time{color:#0006}[data-theme=light] .msearch-jump{border:1px solid rgba(0,0,0,.08);color:#2f3032}[data-theme=light] .msearch-jump:hover,[data-theme=light] .msearch-reader-author{color:#141414}[data-theme=light] .msearch-reader-time{color:#00000059}[data-theme=light] .msearch-reader-text{color:#2f3032}[data-theme=light] .msearch-reader-text.is-empty{color:#5a5f67}[data-theme=light] .msearch-reader-note{background:#0000000a;color:#5a5f67}[data-theme=light] .msearch-preview-empty-title{color:#2f3032}[data-theme=light] .msearch-preview-empty-body{color:#5a5f67}[data-theme=light] .msearch-reader-card-title{color:#141414}[data-theme=light] .msearch-reader-card-body{color:#424448}[data-theme=light] .photo-channel-date{color:#545658;background:linear-gradient(180deg,#efeff0 70%,#efeff000)}[data-theme=light] .photo-tile{background-color:#f1f1f2}[data-theme=light] .photo-tile:hover{box-shadow:0 4px 14px #00000031}[data-theme=light] .photo-tile-caption{color:#141414;background:linear-gradient(0deg,#00000082,#00000008)}[data-theme=light] .photo-tile-badge,[data-theme=light] .photo-tile-replies{background:#0007;color:#141414}[data-theme=light] .photo-tile-text{background:linear-gradient(135deg,#ececed,#efeff0);border:1px solid #e8e9ea}[data-theme=light] .photo-tile-bubble-icon{color:#68696c}[data-theme=light] .photo-tile-bubble-text{color:#47484c}[data-theme=light] .photo-tile-sending-overlay{background:#00000010}[data-theme=light] .photo-channel-empty{color:#68696c}[data-theme=light] .photo-channel-empty-icon{color:#9e9fa4}[data-theme=light] .photo-channel-empty-title{color:#2f3032}[data-theme=light] .photo-channel-empty-desc{color:#68696c}[data-theme=light] .photo-channel-load-older{border:1px solid #e8e9ea;background-color:#eeeeef;color:#323334}[data-theme=light] .photo-channel-load-older:hover{background-color:#e9eaeb}[data-theme=light] .photo-channel-loader{background:#efeff080}[data-theme=light] .photo-channel-spinner{border:3px solid rgba(22,142,22,.2)}[data-theme=light] .photo-detail-backdrop{background:#0000006c}[data-theme=light] .photo-detail-panel{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .photo-detail-header{border-bottom:1px solid #ededee}[data-theme=light] .photo-detail-name{color:#2f3032}[data-theme=light] .photo-detail-time{color:#68696c}[data-theme=light] .photo-detail-close{color:#545658}[data-theme=light] .photo-detail-close:hover{background-color:#e9eaeb;color:#141414}[data-theme=light] .photo-detail-caption{color:#323334}[data-theme=light] .photo-detail-thread{border-top:1px solid #ededee}[data-theme=light] .photo-detail-no-replies{color:#68696c}[data-theme=light] .photo-detail-input{border-top:1px solid #ededee}[data-theme=light] .pinned-modal-overlay{background-color:#0000001a}[data-theme=light] .pinned-modal-container{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .pinned-modal-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .pinned-modal-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .pinned-modal-title{color:#141414}[data-theme=light] .pinned-modal-close{color:#00000073}[data-theme=light] .pinned-modal-close:hover{color:#141414;background:#00000010}[data-theme=light] .pinned-modal-loading,[data-theme=light] .pinned-modal-empty{color:#0006}[data-theme=light] .pinned-modal-overlay .pinned-entry:hover{background-color:#0000000a}[data-theme=light] .pinned-modal-overlay .pinned-message-preview{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .pinned-modal-overlay .pinned-message-time{color:#0000004d}[data-theme=light] .pinned-modal-overlay .pinned-message-content{color:#000000bf}[data-theme=light] .pinned-modal-overlay .pinned-message-empty{color:#0000004d}[data-theme=light] .pinned-modal-overlay .pinned-entry+.pinned-entry{border-top:1px solid rgba(0,0,0,.032)}[data-theme=light] .sglass-panel{background:#f1f1f2;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .sglass-panel:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .sglass-control{background:#00000010;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .sglass-control:after{background:linear-gradient(135deg,#00000014,#00000004,#0000000a)}[data-theme=light] .sglass-control:focus-within,[data-theme=light] .sglass-control.is-hoverable:hover{background:#00000014;border-color:#00000021}[data-theme=light] .sglass-control.is-active{color:#141414}[data-theme=light] .sglass-btn{color:#000000bf}[data-theme=light] .sglass-btn:not(:disabled):hover{color:#141414}[data-theme=light] .sglass-chip{color:#2f3032}[data-theme=light] .sglass-chip-icon,[data-theme=light] .sglass-chip-remove{color:#00000073}[data-theme=light] .sglass-chip-remove:hover{color:#141414}[data-theme=light] .suggestion-vote-button{color:#696c71}[data-theme=light] .suggestion-vote-button:hover{background-color:#eaebec;color:#323335}[data-theme=light] .suggestion-vote-count{color:#545459}[data-theme=light] .suggestion-vote-count:hover{background-color:#eaebec}[data-theme=light] .suggestion-message-container{background-color:#f1f1f2;border:1px solid #ebebec}[data-theme=light] .suggestion-message-container:hover{border-color:#e0e0e1}[data-theme=light] .suggestion-message-thumbnail{background-color:#f4f4f5}[data-theme=light] .suggestion-message-author{color:#696c71}[data-theme=light] .suggestion-message-author .user-name-styled{color:#696c71!important}[data-theme=light] .suggestion-message-dot{color:#b8b9bd}[data-theme=light] .suggestion-message-timestamp{color:#98999e}[data-theme=light] .suggestion-message-title{color:#202020}[data-theme=light] .suggestion-message-description{color:#545459}[data-theme=light] .suggestion-message-deleted-text{color:#696c71}[data-theme=light] .voice-channel-view{background:#f6f6f6}[data-theme=light] .voice-tile-muted{background:#00000082}[data-theme=light] .voice-tile-muted.server-muted svg{color:#141414}[data-theme=light] .voice-tile-action-btn{background:#00000082;color:#323334}[data-theme=light] .voice-tile-action-btn:hover{background:#000000ad;color:#141414}[data-theme=light] .voice-tile-track-icon svg{color:#000000b3;filter:drop-shadow(0 1px 2px rgba(0,0,0,.275))}[data-theme=light] .voice-idle-channel-name{color:#141414}[data-theme=light] .voice-idle-summary{color:#696a6c}[data-theme=light] .voice-join-btn{box-shadow:0 2px 10px #0000001c}[data-theme=light] .voice-join-btn:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .voice-join-spinner{border:2px solid rgba(0,0,0,.12)}[data-theme=light] .voice-top-bar{color:#696a6c;background:#00000006;border-bottom:1px solid rgba(0,0,0,.048)}[data-theme=light] .voice-top-bar-channel{color:#2b2d30}[data-theme=light] .voice-top-bar-sep{color:#c2c3c6}[data-theme=light] .voice-top-bar-count{color:#7f8084}[data-theme=light] .voice-screenshare{background:#fefefe}[data-theme=light] .voice-channel-view .voice-idle-chip{border:1px solid rgba(0,0,0,.08);background:#0000000a;color:#0000008c}[data-theme=light] .voice-channel-view .voice-idle-chip:hover{background:#00000014;border-color:#00000025;color:#141414}[data-theme=light] .voice-channel-view .voice-idle-chip.on{border-color:#168e164d;color:#168e16f2}[data-theme=light] .claim-confirm-overlay{background-color:#000000a3}[data-theme=light] .claim-confirm-modal{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .claim-confirm-close{color:#75777c}[data-theme=light] .claim-confirm-close:hover{background:#0000000e;color:#141414}[data-theme=light] .claim-confirm-tile{color:#141414}[data-theme=light] .claim-confirm-tile--muted{background:#00000010;color:#545658}[data-theme=light] .claim-confirm-title{color:#545658}[data-theme=light] .claim-confirm-name{color:#141414}[data-theme=light] .claim-confirm-account,[data-theme=light] .claim-confirm-cancel{color:#545658}[data-theme=light] .claim-confirm-cancel:hover{background:#0000000c;color:#141414}[data-theme=light] .clip-export-dialog .clip-export-row{border:1px solid rgba(0,0,0,.096);background:#0000000a;color:var(--theme-text-primary, #141414)}[data-theme=light] .clip-export-dialog .clip-export-row:hover{background:#00000012;border-color:#00000025}[data-theme=light] .clip-export-dialog .clip-export-row-on{border-color:#168e1666}[data-theme=light] .clip-export-dialog .clip-export-row-sub{color:var(--theme-text-secondary, rgba(0, 0, 0, .6))}[data-theme=light] .clip-export-dialog .clip-export-row-size{color:var(--theme-text-secondary, rgba(0, 0, 0, .55))}[data-theme=light] .user-clips-item{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .user-clips-item:hover{border-color:#168e164d}[data-theme=light] .user-clips-item-blank{background:linear-gradient(135deg,#4a7c5940,#f1f1f373)}[data-theme=light] .user-clips-item-play{color:#141414;background:#0000001d;border:1px solid rgba(0,0,0,.25)}[data-theme=light] .user-clips-item:hover .user-clips-item-play{border-color:#168e164d}[data-theme=light] .user-clips-item-time{color:#141414;background:#00000082}[data-theme=light] .user-clips-badge-private{color:#47525c;background:#00000082;border:1px solid rgba(0,0,0,.16)}[data-theme=light] .user-clips-badge-working{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .user-clips-item-overlay{background:linear-gradient(transparent,#000000a3)}[data-theme=light] .user-clips-item-title{color:#141414}[data-theme=light] .user-clips-item-stat{color:#000000d9}[data-theme=light] .user-clips-more{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .user-clips-more:hover{background:linear-gradient(135deg,#4a7c59,#5a8c69);border-color:#168e1680}[data-theme=light] .user-clips-spinner{border:2px solid rgba(0,0,0,.096);border-top-color:#168e16cc}[data-theme=light] .user-clips-empty-icon{color:#00000059;background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .user-clips-empty-title{color:#000000b3}[data-theme=light] .user-clips-empty-subtitle{color:#0006}[data-theme=light] .audio-attachment{background:linear-gradient(135deg,#0000000a,#00000003);box-shadow:inset 0 1px #00000010,inset 0 0 0 1px #0000000a,0 1px 4px #00000019}[data-theme=light] .audio-attachment-play-btn{background:linear-gradient(135deg,#00000025,#0000000a);box-shadow:inset 0 1px #00000029,inset 0 0 0 1px #00000010,0 1px 4px #00000019;color:#141414}[data-theme=light] .audio-attachment-play-btn:hover{background:linear-gradient(135deg,#00000042,#00000010);box-shadow:inset 0 1px #00000047,inset 0 0 0 1px #0000001d,0 1px 6px #0000001f}[data-theme=light] .audio-attachment-icon{color:#000000a6}[data-theme=light] .audio-attachment-name{color:#26272a}[data-theme=light] .audio-attachment-volume-icon{color:#00000073}[data-theme=light] .audio-attachment-volume-slider{background:#00000018}[data-theme=light] .audio-attachment-volume-slider::-webkit-slider-runnable-track{background:#00000018}[data-theme=light] .audio-attachment-volume-slider::-webkit-slider-thumb{background:#000000d9;box-shadow:0 1px 2px #0000002a}[data-theme=light] .audio-attachment-download-btn{color:#00000073}[data-theme=light] .audio-attachment-download-btn:hover{color:#141414}[data-theme=light] .audio-attachment-time,[data-theme=light] .audio-attachment-duration{color:#0000008c}[data-theme=light] .audio-attachment-progress-bar{background:#0000000c;box-shadow:inset 0 0 0 1px #00000008}[data-theme=light] .audio-attachment-progress-fill{background:linear-gradient(90deg,#000000a6,#0000004d)}[data-theme=light] .copied-pill{box-shadow:0 2px 8px #0000002a}[data-theme=light] .code-input .code-input-box{background:#00000008;border:1px solid rgba(0,0,0,.08);color:#141414}[data-theme=light] .code-input .code-input-box.filled{background:#0000000e;border-color:#00000029}[data-theme=light] .code-input .code-input-box.caret{border-color:#168e168c;background:#00000010}[data-theme=light] .code-input .code-input-box.caret:after{background:#168e16e6}[data-theme=light] .connection-status-bar{box-shadow:0 4px 12px #0000002a}[data-theme=light] .connection-status-overlay{background-color:#0007}[data-theme=light] .connection-status-overlay-card{background:linear-gradient(135deg,#f4f5f4b8,#f7f8f7b8);border:1px solid rgba(22,142,22,.18);box-shadow:0 18px 50px #0000003f,0 2px 10px #05cb671f}[data-theme=light] .connection-status-overlay-title{color:#141414}[data-theme=light] .connection-status-overlay-reason{color:#000000b8}[data-theme=light] .connection-status-overlay-retrying{color:#168e16d9}[data-theme=light] .connection-status-retry-btn{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .connection-status-retry-btn:hover{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .context-menu{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .context-menu .context-menu-header{color:#6b6b6e;border-bottom:1px solid rgba(0,0,0,.08)}[data-theme=light] .context-menu-item{color:#545557}[data-theme=light] .context-menu-item:hover:not(.disabled){background-color:#00000014}[data-theme=light] .context-menu-item.danger:hover:not(.disabled){color:#8f1e15}[data-theme=light] .context-menu-item.disabled{color:#78787b}[data-theme=light] .context-menu-item:hover{color:#141414}[data-theme=light] .context-menu-icon{color:#5a5a5e}[data-theme=light] .context-menu-item:hover:not(.disabled) .context-menu-icon{color:#141414}[data-theme=light] .context-menu-item.danger:hover:not(.disabled) .context-menu-icon{color:#8f1e15}[data-theme=light] .context-menu-separator{background-color:#00000014}[data-theme=light] .context-menu-item.submenu-active{background-color:#00000014;color:#141414}[data-theme=light] .context-menu-item.submenu-active .context-menu-icon{color:#141414}[data-theme=light] .data-saver-dialog .data-saver-wait{color:#141414;border:1px solid rgba(0,0,0,.112);background:linear-gradient(135deg,#00000014,#00000009)}[data-theme=light] .data-saver-dialog .data-saver-wait:hover{border-color:#168e1666}[data-theme=light] .data-saver-dialog .data-saver-wait-icon{color:#168e16e6;border:1px solid rgba(22,142,22,.25)}[data-theme=light] .data-saver-dialog .data-saver-wait-sub{color:#0009}[data-theme=light] .delete-category-overlay{background-color:#00000098}[data-theme=light] .delete-category-container{background-color:#efeff0;box-shadow:0 8px 24px #00000038}[data-theme=light] .delete-category-title{color:#474e5c}[data-theme=light] .delete-category-subtitle,[data-theme=light] .delete-category-warning-text p,[data-theme=light] .delete-category-label{color:#52565b}[data-theme=light] .delete-category-label strong{color:#474e5c}[data-theme=light] .delete-category-input{background-color:#e9eaeb;border:1px solid #dddedf;color:#141414}[data-theme=light] .delete-category-input::placeholder{color:#75777c}[data-theme=light] .delete-category-footer{background-color:#f1f1f2}[data-theme=light] .delete-category-button.cancel{color:#474e5c}[data-theme=light] .delete-category-button.delete.disabled{background-color:#e9eaeb;border:1px solid #e9eaeb;color:#75777c}[data-theme=light] .dev-tools-dropdown .dev-tools-trigger{color:#545557}[data-theme=light] .dev-tools-dropdown .dev-tools-trigger:hover{background-color:#e3e4e5;color:#141414}[data-theme=light] .dev-tools-dropdown .dev-tools-menu{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .dev-tools-dropdown .dev-tools-item{color:#545557}[data-theme=light] .dev-tools-dropdown .dev-tools-item:hover{background-color:#00000014;color:#141414}[data-theme=light] .dev-tools-dropdown .dev-tools-icon{color:#5a5a5e}[data-theme=light] .dev-tools-dropdown .dev-tools-item:hover .dev-tools-icon{color:#141414}[data-theme=light] .dev-tools-dropdown .dev-tools-separator{background-color:#00000014}[data-theme=light] .dialog-overlay{background:#000000b8}[data-theme=light] .dialog-modal{background:#ededee;border:1px solid #c8cacc;box-shadow:0 10px 25px #0000002a}[data-theme=light] .dialog-overlay.dialog-glass{background:#0000001a}[data-theme=light] .dialog-modal.dialog-glass{color:#141414;background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .dialog-modal.dialog-glass .dialog-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .dialog-modal.dialog-glass .dialog-description{color:#00000080}[data-theme=light] .dialog-modal.dialog-glass .dialog-actions{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .dialog-modal.dialog-glass .dialog-button-cancel{background:#0000000c;border:1px solid rgba(0,0,0,.08);color:#000000b3}[data-theme=light] .dialog-modal.dialog-glass .dialog-button-cancel:hover{background:#00000014;border-color:#00000021;color:#141414}[data-theme=light] .dialog-modal.dialog-glass:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .dialog-title{color:#141414}[data-theme=light] .dialog-description{color:#545658}[data-theme=light] .screen-share-fail-detail{background:#0000000a;color:#67696c}[data-theme=light] .dialog-button-cancel{background:#e9eaeb;border:1px solid #dddedf;color:#545658}[data-theme=light] .dialog-button-cancel:hover{background:#e5e6e7;color:#141414}[data-theme=light] .dialog-button-confirm.dialog-button-danger{color:#141414}[data-theme=light] .dm-attachment-container{--accent-color-muted: #6a6a6d}[data-theme=light] .dm-attachment-container.dm-attachment-unviewed{box-shadow:0 1px 4px #e84c3d1f,inset 0 1px #00000010}[data-theme=light] .dm-attachment-container.dm-attachment-unviewed:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .dm-attachment-container.dm-attachment-unviewed .dm-attachment-icon svg{color:#141414}[data-theme=light] .dm-attachment-container.dm-attachment-pending{background:linear-gradient(135deg,#e84c3d1a,#e84c3d0f);box-shadow:inset 0 1px #0000000a}[data-theme=light] .dm-attachment-container.dm-attachment-pending:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .dm-attachment-container.dm-attachment-viewed,[data-theme=light] .dm-attachment-container.dm-attachment-viewed-by-recipient,[data-theme=light] .dm-attachment-container.dm-attachment-was-viewed{background:#6a6a6d14}[data-theme=light] .dm-attachment-container.dm-attachment-viewed:before,[data-theme=light] .dm-attachment-container.dm-attachment-viewed-by-recipient:before,[data-theme=light] .dm-attachment-container.dm-attachment-was-viewed:before{background:linear-gradient(135deg,#6a6a6d33,#6a6a6d1a,#6a6a6d26);-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .dm-attachment-viewer-overlay{background-color:#000000c3}[data-theme=light] .dm-attachment-phone-frame{background-color:#f7f7f7;box-shadow:0 25px 50px -12px #00000046}[data-theme=light] .dm-attachment-progress-bar{background-color:#0000004d}[data-theme=light] .dm-attachment-progress-fill{background-color:#1a1a1a}[data-theme=light] .dm-attachment-type{color:#141414;text-shadow:0 1px 3px rgba(0,0,0,.275)}[data-theme=light] .dm-attachment-from{color:#000000b3;text-shadow:0 1px 3px rgba(0,0,0,.275)}[data-theme=light] .dm-attachment-close-button{background:#00000013;color:#141414}[data-theme=light] .dm-attachment-close-button:hover{background:#0000006c}[data-theme=light] .dm-attachment-file-name{color:#141414}[data-theme=light] .dm-attachment-file-hint{color:#0009}[data-theme=light] .dm-camera-overlay{background-color:#000000c3}[data-theme=light] .dm-camera-phone-frame{background-color:#f7f7f7;box-shadow:0 25px 50px -12px #00000046}[data-theme=light] .dm-camera-loading{color:#0009}[data-theme=light] .dm-camera-darkness-overlay{background-color:#fefefe}[data-theme=light] .dm-camera-ts{color:#141414;text-shadow:0 1px 3px rgba(0,0,0,.275)}[data-theme=light] .dm-camera-top-overlay{background:linear-gradient(to bottom,rgba(0,0,0,.1) 0%,transparent 100%)}[data-theme=light] .dm-camera-close-button{background:#00000013;color:#141414}[data-theme=light] .dm-camera-close-button:hover{background:#0000006c}[data-theme=light] .dm-camera-timer-btn{background:#e3e3e380;color:#000000d9}[data-theme=light] .dm-camera-timer-btn:hover{background:#b4b4b499}[data-theme=light] .dm-camera-bottom-overlay{background:linear-gradient(to top,rgba(0,0,0,.425) 0%,transparent 100%)}[data-theme=light] .dm-camera-capture-button{border:4px solid #1a1a1a}[data-theme=light] .dm-camera-capture-inner{background-color:#1a1a1a}[data-theme=light] .dm-camera-capture-button:hover .dm-camera-capture-inner{background-color:#353535}[data-theme=light] .dm-camera-preview-toolbar{background:#e3e3e373}[data-theme=light] .dm-camera-tool-btn{background:#b4b4b473;color:#000000d9}[data-theme=light] .dm-camera-tool-btn:hover{background:#8484848c;color:#141414}[data-theme=light] .dm-camera-draw-toolbar{background:#e3e3e373}[data-theme=light] .dm-camera-color-swatch.active{border-color:#1a1a1a;box-shadow:0 0 0 2px #0006}[data-theme=light] .dm-camera-draw-tool-btn{background:#b4b4b480;color:#000c}[data-theme=light] .dm-camera-draw-tool-btn:hover{background:#84848499;color:#141414}[data-theme=light] .dm-camera-draw-tool-btn.active{background:#00000040;color:#141414}[data-theme=light] .dm-camera-draw-size-btn.active{background:#00000029}[data-theme=light] .dm-camera-size-dot{background-color:#1a1a1a}[data-theme=light] .dm-camera-text-bar{background:#00000016;color:#141414}[data-theme=light] .dm-camera-text-bar.editing{background:#0000006c;border-top:2px solid rgba(0,0,0,.3);border-bottom:2px solid rgba(0,0,0,.3)}[data-theme=light] .dm-camera-text-action-panel{background:#e3e3e38c}[data-theme=light] .dm-camera-text-action-btn{background:#b4b4b480;color:#000000d9}[data-theme=light] .dm-camera-text-action-btn:hover{background:#84848499;color:#141414}[data-theme=light] .dm-camera-text-action-color{border:3px solid rgba(0,0,0,.5)}[data-theme=light] .dm-camera-tc-content{background:#f5f5f5}[data-theme=light] .dm-camera-tc-title{color:#141414}[data-theme=light] .dm-camera-tc-swatch.active{border-color:#1a1a1a;box-shadow:0 0 0 2px #0006}[data-theme=light] .dm-camera-sheet-overlay{background:#0000001a}[data-theme=light] .dm-camera-timer-sheet-content{background:#f5f5f5}[data-theme=light] .dm-camera-timer-row{color:#000000d9}[data-theme=light] .dm-camera-timer-row:hover{background:#0000000c}[data-theme=light] .dm-camera-timer-row-icon{color:#0009}[data-theme=light] .dm-camera-timer-row-label{color:#141414}[data-theme=light] .dm-camera-timer-row-subtitle{color:#00000073}[data-theme=light] .dm-camera-overlay-picker{background:#f5f5f5bf}[data-theme=light] .dm-camera-op-section-label{color:#00000080}[data-theme=light] .dm-camera-op-divider{background:#00000018}[data-theme=light] .dm-camera-op-thumb-dark{background:#fefefe}[data-theme=light] .dm-camera-op-thumb-ts-indicator{color:#141414;text-shadow:0 1px 2px rgba(0,0,0,.275)}[data-theme=light] .dm-camera-op-thumb-label{color:#000000a6}[data-theme=light] .dm-camera-self-timer-btn{background:#e3e3e380;color:#000000d9}[data-theme=light] .dm-camera-self-timer-btn:hover{background:#b4b4b499}[data-theme=light] .dm-camera-self-timer-badge{color:#fcfcfc}[data-theme=light] .dm-camera-self-timer-picker{background:#e3e3e38c}[data-theme=light] .dm-camera-self-timer-picker-btn{background:#b4b4b480;color:#000000d9}[data-theme=light] .dm-camera-self-timer-picker-btn:hover{background:#84848499;color:#141414}[data-theme=light] .dm-camera-countdown-overlay{background:#0000000b}[data-theme=light] .dm-camera-countdown-numeral{color:#141414;text-shadow:0 4px 24px rgba(0,0,0,.248)}[data-theme=light] .dm-voice-call-btn{background:#0000000c;color:#545658}[data-theme=light] .dm-voice-bar.active{background:linear-gradient(135deg,#3b82f61a,#3b82f608);border-bottom:1px solid rgba(0,0,0,.048)}[data-theme=light] .dm-voice-bar-status{color:#003da3}[data-theme=light] .dm-voice-bar-count{color:#5a5f67;background:#0000000c}[data-theme=light] .dm-voice-bar-btn.toggle{background:#0000000c;color:#545658}[data-theme=light] .dm-voice-bar-btn.toggle:hover{background:#00000018;color:#141414}[data-theme=light] .dm-voice-bar-btn.expand{background:#0000000c;color:#545658}[data-theme=light] .dm-voice-bar-btn.expand:hover{background:#00000018;color:#141414}[data-theme=light] .dm-voice-panel{background:#0000000a;border-bottom:1px solid rgba(0,0,0,.048)}[data-theme=light] .dm-voice-tile{background:#f1f1f2}[data-theme=light] .dm-voice-tile-info{background:linear-gradient(transparent,#00000082)}[data-theme=light] .dm-voice-tile-name{color:#141414}[data-theme=light] .emote-row-button{color:#25272b}[data-theme=light] .emote-row-plus{color:#585b61}[data-theme=light] .emote-row-plus:hover{color:#25272b}[data-theme=light] .emote-row-gif{color:#585b61}[data-theme=light] .emote-row-gif:hover{color:#25272b}[data-theme=light] .emote-row-button:hover{background:#0000000e}[data-theme=light] .emote-row-close{color:#5d6267;border-left:1px solid rgba(0,0,0,.096)}[data-theme=light] .emote-row-close:hover{color:#141414}[data-theme=light] .feed-repost-attachment:hover{box-shadow:0 4px 16px #0000002a}[data-theme=light] .feed-repost-attachment-frame{background-color:#f7f7f7;border:2px solid #eeeeee}[data-theme=light] .feed-repost-attachment-fallback{background:linear-gradient(180deg,#f2f2f2,#f7f7f7);color:#0009}[data-theme=light] .feed-repost-attachment-fallback-logo{color:#00000040}[data-theme=light] .feed-repost-attachment-fallback-text{color:#000000b3}[data-theme=light] .feed-repost-attachment-overlay{background:linear-gradient(to bottom,rgba(0,0,0,.51) 0%,transparent 100%)}[data-theme=light] .feed-repost-attachment-label{color:#141414;text-shadow:0 1px 3px rgba(0,0,0,.275)}[data-theme=light] .feed-repost-attachment-reply-overlay{background:linear-gradient(to top,rgba(0,0,0,.68) 0%,transparent 100%)}[data-theme=light] .feed-repost-attachment-reply-label{color:#000000b3}[data-theme=light] .feed-repost-attachment-reply-text{color:#141414;text-shadow:0 1px 2px rgba(0,0,0,.275)}[data-theme=light] .file-drop-overlay{background-color:#0000006c}[data-theme=light] .file-drop-content{background-color:#f4f4f5;border:1px solid #c8cacc;box-shadow:0 8px 32px #00000038}[data-theme=light] .file-drop-icon svg{color:#52565b}[data-theme=light] .floating-music-pill{background:linear-gradient(135deg,#00000010,#00000004),#f7f7f88c;box-shadow:inset 0 1px #00000014,inset 0 0 0 1px #0000000c,0 4px 20px #00000038}[data-theme=light] .floating-music-pill:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .floating-music-btn{background:linear-gradient(135deg,#0000000c,#00000004);box-shadow:inset 0 1px #00000010,inset 0 0 0 1px #0000000a;color:#323334}[data-theme=light] .floating-music-btn:hover{background:linear-gradient(135deg,#0000001d,#00000008);box-shadow:inset 0 1px #00000021,inset 0 0 0 1px #00000014;color:#141414}[data-theme=light] .floating-music-btn.play-pause{background:linear-gradient(135deg,#00000029,#0000000c);box-shadow:inset 0 1px #00000038,inset 0 0 0 1px #00000014,0 1px 4px #0000001c;color:#141414}[data-theme=light] .floating-music-btn.play-pause:hover{background:linear-gradient(135deg,#00000047,#00000014);box-shadow:inset 0 1px #0000004d,inset 0 0 0 1px #00000021,0 1px 6px #00000023}[data-theme=light] .floating-music-btn.close{color:#00000073}[data-theme=light] .floating-music-btn.close:hover{background:#00000010;box-shadow:inset 0 0 0 1px #00000010;color:#141414}[data-theme=light] .floating-music-icon{color:#000000a6}[data-theme=light] .floating-music-name{color:#26272a}[data-theme=light] .floating-music-time{color:#0000008c}[data-theme=light] .floating-music-progress-bar{background:#0000000c;box-shadow:inset 0 0 0 1px #00000008}[data-theme=light] .floating-music-progress-fill{background:linear-gradient(90deg,#000000a6,#0000004d)}[data-theme=light] .friend-qr-title{color:#2f3032}[data-theme=light] .friend-qr-subtitle{color:#0009}[data-theme=light] .friend-qr-tile,[data-theme=light] .friend-qr-center{background:#1a1a1a}[data-theme=light] .friend-qr-display-name{color:#2f3032}[data-theme=light] .friend-qr-username{color:#0009}[data-theme=light] .friend-qr-tile-error{background:#f1f1f2;color:#0009}[data-theme=light] .fullscreen-feed-overlay{background-color:#000000c3}[data-theme=light] .fullscreen-feed-frame{background-color:#f7f7f7;box-shadow:0 25px 50px -12px #00000046}[data-theme=light] .fullscreen-feed-video{background-color:#fefefe}[data-theme=light] .fullscreen-feed-top-overlay{background:linear-gradient(to bottom,rgba(0,0,0,.595) 0%,transparent 100%)}[data-theme=light] .fullscreen-feed-username{color:#141414;text-shadow:0 1px 4px rgba(0,0,0,.33)}[data-theme=light] .fullscreen-feed-close-button{background:#00000013;color:#141414}[data-theme=light] .fullscreen-feed-close-button:hover{background:#0000006c}[data-theme=light] .fullscreen-feed-bottom-overlay{background:linear-gradient(to top,rgba(0,0,0,.68) 0%,transparent 100%)}[data-theme=light] .fullscreen-feed-reply-label{color:#000000b3}[data-theme=light] .fullscreen-feed-reply-text{color:#141414;text-shadow:0 1px 3px rgba(0,0,0,.275)}[data-theme=light] .fullscreen-feed-action-button{background:#f1f1f373;border:1px solid rgba(0,0,0,.144);color:#141414;box-shadow:0 3px 6px #00000023}[data-theme=light] .fullscreen-feed-action-button:before{background:linear-gradient(135deg,#00000018,#00000008 50%,#00000010)}[data-theme=light] .fullscreen-feed-action-button:hover{border-color:#0000004d}[data-theme=light] .fullscreen-feed-action-count{color:#141414;text-shadow:0 1px 2px rgba(0,0,0,.275)}[data-theme=light] .fullscreen-image-overlay{background-color:#000000ce}[data-theme=light] .fullscreen-image-spinner{border:2px solid rgba(0,0,0,.16);border-top-color:#000c}[data-theme=light] .fullscreen-image-toolbar{background-color:#000000ad;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .fullscreen-toolbar-button{color:#141414}[data-theme=light] .fullscreen-toolbar-button:hover:not(:disabled){background-color:#00000014}[data-theme=light] .fullscreen-toolbar-separator{background-color:#0000004d}[data-theme=light] .fullscreen-nav-arrow{background-color:#00000082;border:1px solid rgba(0,0,0,.12);color:#141414}[data-theme=light] .fullscreen-nav-arrow:hover:not(:disabled){background-color:#0000001f}[data-theme=light] .fullscreen-thumbnail-strip{background-color:#000000ad;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .fullscreen-thumbnail.active{border-color:#1a1a1a}[data-theme=light] .fullscreen-pdf-overlay{background-color:#000000c3}[data-theme=light] .fullscreen-pdf-window{background-color:#f5f5f5;border:1px solid rgba(0,0,0,.08);box-shadow:0 20px 60px #00000046}[data-theme=light] .fullscreen-pdf-header{background-color:#00000016;border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .fullscreen-pdf-title{color:#474e5c}[data-theme=light] .fullscreen-pdf-button{color:#141414}[data-theme=light] .fullscreen-pdf-button:hover:not(:disabled){background-color:#00000014}[data-theme=light] .fullscreen-pdf-separator{background-color:#00000029}[data-theme=light] .fullscreen-pdf-frame{background-color:#dedfe0}[data-theme=light] .fullscreen-text-overlay{background-color:#000000c3}[data-theme=light] .fullscreen-text-window{background-color:#f5f5f5;border:1px solid rgba(0,0,0,.08);box-shadow:0 20px 60px #00000046}[data-theme=light] .fullscreen-text-header{background-color:#00000016;border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .fullscreen-text-title{color:#474e5c}[data-theme=light] .fullscreen-text-meta{color:#5a5f67}[data-theme=light] .fullscreen-text-button{color:#141414}[data-theme=light] .fullscreen-text-button:hover:not(:disabled){background-color:#00000014}[data-theme=light] .fullscreen-text-button.active{background-color:#0000001d;color:#2e7d4f}[data-theme=light] .fullscreen-text-separator{background-color:#00000029}[data-theme=light] .fullscreen-text-body{background-color:#f9f9f9}[data-theme=light] .fullscreen-text-gutter{color:#747881;background-color:#f7f7f7;border-right:1px solid rgba(0,0,0,.048)}[data-theme=light] .fullscreen-text-content{color:#34363b}[data-theme=light] .fullscreen-text-status{color:#5a5f67;background-color:#f9f9f9}[data-theme=light] .fullscreen-video-overlay{background-color:#000000ce}[data-theme=light] .fullscreen-video-toolbar{background-color:#000000ad;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .fullscreen-video-toolbar .fullscreen-toolbar-button{color:#141414}[data-theme=light] .fullscreen-video-toolbar .fullscreen-toolbar-button:hover:not(:disabled){background-color:#00000014}[data-theme=light] .fullscreen-video-toolbar .fullscreen-toolbar-separator{background-color:#0000004d}[data-theme=light] .incoming-dm-overlay{background-color:#0000001a}[data-theme=light] .incoming-dm-modal{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .incoming-dm-modal:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .incoming-dm-header h3{color:#141414}[data-theme=light] .incoming-dm-pulse{border:2px solid rgba(22,142,22,.45)}[data-theme=light] .incoming-dm-display-name{color:#141414}[data-theme=light] .incoming-dm-username{color:#00000073}[data-theme=light] .incoming-dm-message{color:#000000a6}[data-theme=light] .incoming-dm-highlight{color:#141414}[data-theme=light] .incoming-dm-btn.decline{background:#00000010;color:#000000bf;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .incoming-dm-btn.accept{color:#141414}[data-theme=light] .incoming-voice-overlay{background-color:#0000001a}[data-theme=light] .incoming-voice-modal{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .incoming-voice-modal:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .incoming-voice-header h3{color:#141414}[data-theme=light] .incoming-voice-message{color:#000000a6}[data-theme=light] .incoming-voice-caller-name{color:#141414}[data-theme=light] .incoming-voice-btn.decline{background:#00000010;color:#000000bf;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .dm-modal-overlay{background-color:#000000b8}[data-theme=light] .dm-modal-overlay .dm-modal-container{background-color:#ededee;border:1px solid #e4e5e6}[data-theme=light] .dm-modal-overlay .dm-modal-header{border-bottom:1px solid #e4e5e6}[data-theme=light] .dm-modal-overlay .dm-modal-header h3{color:#141414}[data-theme=light] .dm-modal-overlay .dm-modal-close{color:#545658}[data-theme=light] .dm-modal-overlay .dm-modal-close:hover{color:#141414}[data-theme=light] .dm-modal-overlay .dm-modal-footer{border-top:1px solid #e4e5e6}[data-theme=light] .dm-modal-overlay .dm-close-button{border:1px solid #dddedf;color:#545658}[data-theme=light] .dm-modal-overlay .dm-close-button:hover{background-color:#e5e6e7;border-color:#c6c6c8;color:#141414}[data-theme=light] .dm-modal-overlay .dm-loading-state p{color:#545658}[data-theme=light] .dm-modal-overlay .dm-spinner{border:3px solid #e5e6e7}[data-theme=light] .dm-modal-overlay .dm-not-allowed-info{background-color:#e9eaeb;border-top:1px solid #e4e5e6;border-bottom:1px solid #e4e5e6}[data-theme=light] .dm-modal-overlay .dm-not-allowed-info p{color:#323334}[data-theme=light] .dm-modal-overlay .dm-not-allowed-hint{color:#75777c!important}[data-theme=light] .dm-modal-overlay .dm-error-state p,[data-theme=light] .dm-modal-overlay .dm-pending-info p{color:#323334}[data-theme=light] .dm-modal-overlay .dm-expiry-row,[data-theme=light] .dm-modal-overlay .dm-pending-hint{color:#75777c}[data-theme=light] .dm-modal-overlay .dm-accepted-info p,[data-theme=light] .dm-modal-overlay .dm-expired-info p{color:#323334}[data-theme=light] .dm-modal-overlay .dm-expired-hint{color:#75777c}[data-theme=light] .link-confirmation-overlay{background:#0000001a}[data-theme=light] .link-confirmation-container{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .link-confirmation-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .link-confirmation-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .link-confirmation-header h3{color:#141414}[data-theme=light] .link-confirmation-close{color:#000000b3;background:#0000000c;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .link-confirmation-close:hover{background:#00000014;border-color:#00000021;color:#141414}[data-theme=light] .link-confirmation-message{color:#000000b3}[data-theme=light] .link-confirmation-url-container{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .link-confirmation-toggle-content label{color:#141414}[data-theme=light] .link-confirmation-toggle-slider{background:#00000014;border:1px solid rgba(0,0,0,.096)}[data-theme=light] .link-confirmation-toggle-switch input:checked+.link-confirmation-toggle-slider{border-color:#168e1666}[data-theme=light] .link-confirmation-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .link-confirmation-cancel-button{background:#0000000c;border:1px solid rgba(0,0,0,.08);color:#000000b3}[data-theme=light] .link-confirmation-cancel-button:hover{background:#00000014;border-color:#00000021;color:#141414}[data-theme=light] .link-confirmation-confirm-button{color:#141414}[data-theme=light] .log-topic-dropdown .log-topic-button{border:1px solid rgba(0,0,0,.096);background:#00000008;color:#141414}[data-theme=light] .log-topic-dropdown .log-topic-button:hover,[data-theme=light] .log-topic-dropdown .log-topic-button.open{background:#00000010;border-color:#00000029}[data-theme=light] .log-topic-dropdown .log-topic-icon{color:#000000b3}[data-theme=light] .log-topic-dropdown .log-topic-label.placeholder,[data-theme=light] .log-topic-dropdown .log-topic-chevron{color:#00000073}[data-theme=light] .log-topic-dropdown .log-topic-menu{border:1px solid rgba(0,0,0,.112);background:#f3f3f4f2;box-shadow:0 8px 24px #00000038}[data-theme=light] .log-topic-dropdown .log-topic-menu-item{color:#000000d9}[data-theme=light] .log-topic-dropdown .log-topic-menu-item:hover{background:#00000010}[data-theme=light] .log-topic-dropdown .log-topic-menu-item.selected{background:#0000000a}[data-theme=light] .log-topic-dropdown .log-topic-menu-item.clear{border-top:1px solid rgba(0,0,0,.064);color:#a30000e6}[data-theme=light] .log-topic-dropdown .log-topic-menu-item.clear .log-topic-icon{color:#a30000e6}[data-theme=light] .log-viewer-overlay{background-color:#0000001a}[data-theme=light] .log-viewer-overlay .log-viewer-modal{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .log-viewer-overlay .log-viewer-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .log-viewer-overlay .log-viewer-title{color:#141414}[data-theme=light] .log-viewer-overlay .log-viewer-action{color:#00000080}[data-theme=light] .log-viewer-overlay .log-viewer-action:hover{color:#141414;background:#00000010}[data-theme=light] .log-viewer-overlay .log-viewer-search{border:1px solid rgba(0,0,0,.096);background:#00000008;color:#141414}[data-theme=light] .log-viewer-overlay .log-viewer-search::placeholder{color:#00000059}[data-theme=light] .log-viewer-overlay .log-viewer-search:focus{background:#0000000e;border-color:#168e1666}[data-theme=light] .log-viewer-overlay .log-viewer-meta{color:#0006}[data-theme=light] .log-viewer-overlay .log-viewer-text{color:#000000d1}[data-theme=light] .log-viewer-overlay .log-viewer-text.empty{color:#0006}[data-theme=light] .media-action-sheet-backdrop{background:#0000001d}[data-theme=light] .media-action-sheet{background:#f3f3f3bf;border:1px solid rgba(0,0,0,.064);box-shadow:0 8px 32px #0000003f}[data-theme=light] .media-action-sheet-row{color:#141414}[data-theme=light] .media-action-sheet-row:hover{background:#00000010}[data-theme=light] .media-action-sheet-row:active{background:#0000001d}[data-theme=light] .media-action-sheet-icon{color:#141414}[data-theme=light] .fullscreen-toolbar-button:hover:not(.disabled){background-color:#00000014}[data-theme=light] .gif-attachment-shimmer,[data-theme=light] .gif-attachment-warning-shimmer{background:linear-gradient(90deg,#eff0f1 25%,#ededee,#eff0f1 75%)}[data-theme=light] .gif-attachment-warning-overlay{background-color:#00000082}[data-theme=light] .gif-attachment-warning-overlay span{color:#9e0505}[data-theme=light] .attachment-image,[data-theme=light] .attachment-album-tile{box-shadow:0 1px 3px #0000002a}[data-theme=light] .attachment-image:after,[data-theme=light] .attachment-album-tile:after{border:1px solid rgba(0,0,0,.112);box-shadow:inset 0 1px #00000010}[data-theme=light] .attachment-album-tile{background-color:#0000000d}[data-theme=light] .attachment-album-overflow{background-color:#0000001f;color:#141414}[data-theme=light] .attachment-image-shimmer{background:linear-gradient(90deg,#f1f1f2 25%,#eeeeef,#f1f1f2 75%)}[data-theme=light] .attachment-image-shimmer-logo{color:#0000000e}[data-theme=light] .attachment-unavailable{background-color:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .attachment-unavailable-label{color:#616266}[data-theme=light] .attachment-album-tile-broken{background-color:#00000008}[data-theme=light] .attachment-file-save:hover{color:#474e5c!important;background-color:#00000010}[data-theme=light] .new-category-overlay{background-color:#00000098}[data-theme=light] .new-category-container{background-color:#efeff0;box-shadow:0 8px 24px #00000038}[data-theme=light] .new-category-title{color:#474e5c}[data-theme=light] .new-category-label{color:#52565b}[data-theme=light] .new-category-input{background-color:#e9eaeb;border:1px solid #dddedf;color:#141414}[data-theme=light] .new-category-input::placeholder{color:#75777c}[data-theme=light] .new-category-hint{color:#75777c}[data-theme=light] .new-category-channels{background-color:#00000006;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .new-category-channel{color:#2f3235}[data-theme=light] .new-category-channel:hover:not(:disabled){background-color:#0000000c}[data-theme=light] .new-category-channel.selected{border-color:#168e164d;color:#141414}[data-theme=light] .new-category-empty{color:#75777c;background-color:#00000006;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .new-category-footer{background-color:#f1f1f2}[data-theme=light] .new-category-button.cancel{color:#474e5c}[data-theme=light] .new-channel-overlay{background-color:#0000001a}[data-theme=light] .new-channel-container{color:#141414;background:#ececee80;border:1px solid rgba(0,0,0,.112);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .new-channel-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .new-channel-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .new-channel-title{color:#141414}[data-theme=light] .new-channel-subtitle,[data-theme=light] .new-channel-label{color:#00000073}[data-theme=light] .new-channel-input{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#141414}[data-theme=light] .new-channel-input:hover{background:#0000000c;border-color:#0000001d}[data-theme=light] .new-channel-input:focus{border-color:#168e1680}[data-theme=light] .new-channel-input::placeholder{color:#0006}[data-theme=light] .new-channel-hint{color:#00000073}[data-theme=light] .new-channel-select{background-color:#00000008;border:1px solid rgba(0,0,0,.064);color:#141414}[data-theme=light] .new-channel-select:hover{background-color:#0000000c;border-color:#0000001d}[data-theme=light] .new-channel-select:focus{border-color:#168e1680}[data-theme=light] .new-channel-select option{background-color:#f1f1f2;color:#141414}[data-theme=light] .new-channel-inline-button.neutral,[data-theme=light] .new-channel-inline-button.new-category{background:#0000000c;border:1px solid rgba(0,0,0,.096);color:#474e5c}[data-theme=light] .new-channel-inline-button.neutral:hover:not(:disabled),[data-theme=light] .new-channel-inline-button.new-category:hover:not(:disabled){background:#00000018;border-color:#00000029}[data-theme=light] .new-channel-inline-button.confirm{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .new-channel-inline-button.confirm:hover:not(:disabled){background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .new-channel-inline-button.wide{background:#00000008;border:1px solid rgba(22,142,22,.3);color:#474e5c}[data-theme=light] .new-channel-inline-button.wide:hover:not(:disabled){border-color:#168e1666;color:#141414}[data-theme=light] .new-channel-created{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .new-channel-created-title{color:#168e16e6}[data-theme=light] .new-channel-created-chip{background:#0000000c;border:1px solid rgba(0,0,0,.096);color:#474e5c}[data-theme=light] .new-channel-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .new-channel-button.cancel,[data-theme=light] .new-channel-button.back,[data-theme=light] .new-channel-button.another{background:#0000000c;border:1px solid rgba(0,0,0,.096);color:#474e5c}[data-theme=light] .new-channel-button.cancel:hover:not(:disabled),[data-theme=light] .new-channel-button.back:hover:not(:disabled),[data-theme=light] .new-channel-button.another:hover:not(:disabled){background:#00000018;border-color:#00000029}[data-theme=light] .new-channel-button.create,[data-theme=light] .new-channel-button.next{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .new-channel-button.create:hover:not(:disabled),[data-theme=light] .new-channel-button.next:hover:not(:disabled){background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .new-channel-spinner{border:3px solid rgba(0,0,0,.064)}[data-theme=light] .new-channel-creating-text{color:#000000b3}[data-theme=light] .new-channel-step-number{border:1px solid rgba(0,0,0,.096);background:#0000000c;color:#00000073}[data-theme=light] .new-channel-step.active .new-channel-step-number,[data-theme=light] .new-channel-step.completed .new-channel-step-number{border-color:#168e164d}[data-theme=light] .new-channel-step-label{color:#00000073}[data-theme=light] .new-channel-step.active .new-channel-step-label{color:#141414}[data-theme=light] .new-channel-step.completed .new-channel-step-label{color:#168e16cc}[data-theme=light] .new-channel-step-divider{background-color:#00000018}[data-theme=light] .new-channel-group{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#141414}[data-theme=light] .new-channel-group:hover:not(.disabled){background:#00000010;border-color:#0000001d}[data-theme=light] .new-channel-group-badge{color:#141414}[data-theme=light] .new-channel-group-checkbox input[type=checkbox]{border:1px solid rgba(0,0,0,.144)}[data-theme=light] .new-channel-group-checkbox input[type=checkbox]:checked{border-color:#168e1666}[data-theme=light] .new-channel-group-checkbox input[type=checkbox]:checked:after{color:#141414}[data-theme=light] .option-card{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#545658}[data-theme=light] .option-card:hover{background:#0000000c;border-color:#0000001d;color:#141414}[data-theme=light] .option-card.selected{border-color:#168e1666;color:#141414}[data-theme=light] .option-card.selected:hover{border-color:#168e168c}[data-theme=light] .option-card:focus-visible{border-color:#168e1680}[data-theme=light] .option-card-description{color:#00000073}[data-theme=light] .option-card.selected .option-card-description{color:#000000b3}[data-theme=light] .permission-tristate{background:#00000012;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .permission-tristate-segment{color:#00000073}[data-theme=light] .permission-tristate-segment:hover:not(.active):not(:disabled){background:#0000000a;color:#000000b3}[data-theme=light] .permission-tristate-segment.active.seg-disabled{color:#970f0c}[data-theme=light] .permission-tristate-segment.active.seg-default{background:#00000014;color:#000000d9;border-color:#00000025}[data-theme=light] .server-persences .persences-header h3{color:#616266}[data-theme=light] .server-persences .persences-members-list .persences-member-item:hover{background:linear-gradient(135deg,#00000014,#0000000a);box-shadow:inset 0 1px #00000010}[data-theme=light] .server-persences .persences-member-item .member-last-read{color:#61656b}[data-theme=light] .server-persences .persences-member-item .member-custom-status{color:#52565b}[data-theme=light] .member-avatar .user-img{background:#fefefe}[data-theme=light] .member-avatar.has-story .user-img{background:#f4f4f5}[data-theme=light] .member-avatar.has-story-seen{background:#00000029}[data-theme=light] .quick-switcher-overlay{background:#00000082}[data-theme=light] .quick-switcher-container{background:#f4f4f5d9;box-shadow:0 8px 32px #00000038,0 2px 8px #0000001c,inset 0 1px #00000010}[data-theme=light] .quick-switcher-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .quick-switcher-input-container{border-bottom:1px solid rgba(0,0,0,.048)}[data-theme=light] .quick-switcher-input-wrapper{background:#0000000d;border:1px solid rgba(0,0,0,.032)}[data-theme=light] .quick-switcher-input-wrapper:focus-within{background:#00000010}[data-theme=light] .quick-switcher-input{color:#28292a}[data-theme=light] .quick-switcher-input::placeholder{color:#75777c}[data-theme=light] .quick-switcher-icon{color:#75777c}[data-theme=light] .quick-switcher-section-header{color:#68696c}[data-theme=light] .quick-switcher-result:hover{background:#0000000c}[data-theme=light] .quick-switcher-result-icon{background:#0000000a;color:#545658}[data-theme=light] .quick-switcher-result-icon.channel{color:#68696c}[data-theme=light] .quick-switcher-channel-badge{background:#ededee;border:2px solid rgba(244,244,245,.9);color:#545658}[data-theme=light] .quick-switcher-result-name{color:#28292a}[data-theme=light] .quick-switcher-result-detail,[data-theme=light] .quick-switcher-empty{color:#75777c}[data-theme=light] .quick-switcher-footer{border-top:1px solid rgba(0,0,0,.048);color:#7c7e83}[data-theme=light] .quick-switcher-kbd{background:#0000000c}[data-theme=light] .removed-from-server-view-container{background-color:#f5f5f5}[data-theme=light] .removed-from-server-view-title{color:#141414}[data-theme=light] .removed-from-server-view-description{color:#636363}[data-theme=light] .removed-from-server-view-reason-container{background-color:#f1f2f2;border:1px solid #eeeeef}[data-theme=light] .removed-from-server-view-reason{color:#2f3032}[data-theme=light] .removed-from-server-view-remove-button{border:1px solid #dddedf;color:#545658}[data-theme=light] .removed-from-server-view-remove-button:hover{background-color:#e5e6e7;border-color:#c6c6c8;color:#141414}[data-theme=light] .removed-from-server-view-remove-button:active{background-color:#ededee}[data-theme=light] .screen-share-picker-overlay{background:#00000082}[data-theme=light] .screen-share-picker{background-color:#eff0f1bd;box-shadow:0 8px 32px #00000038}[data-theme=light] .screen-share-picker:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .screen-share-picker-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .screen-share-picker-header h3{color:#141414}[data-theme=light] .screen-share-picker-header p,[data-theme=light] .screen-share-picker-section-label{color:#696a6c}[data-theme=light] .screen-share-picker-item{background:#00000008}[data-theme=light] .screen-share-picker-item:hover{background:#00000010}[data-theme=light] .screen-share-picker-thumb-wrap{background:#fefefe}[data-theme=light] .screen-share-picker-thumb-spinner{border:2px solid rgba(0,0,0,.08);border-top-color:#0006}[data-theme=light] .screen-share-picker-name{color:#323334}[data-theme=light] .screen-share-picker-footer{border-top:1px solid rgba(0,0,0,.048)}[data-theme=light] .screen-share-picker-cancel{background:#00000010;color:#323334}[data-theme=light] .screen-share-picker-cancel:hover{background:#0000001d;color:#141414}[data-theme=light] .send-logs-overlay{background-color:#0000001a}[data-theme=light] .send-logs-overlay .send-logs-modal{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .send-logs-overlay .send-logs-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .send-logs-overlay .send-logs-title{color:#141414}[data-theme=light] .send-logs-overlay .send-logs-close{color:#00000073}[data-theme=light] .send-logs-overlay .send-logs-close:hover{color:#141414;background:#00000010}[data-theme=light] .send-logs-overlay .send-logs-description{color:#0009}[data-theme=light] .send-logs-overlay .send-logs-label{color:#000000d9}[data-theme=light] .send-logs-overlay .send-logs-hint{color:#00000073}[data-theme=light] .send-logs-overlay .send-logs-textarea{border:1px solid rgba(0,0,0,.096);background:#00000008;color:#141414}[data-theme=light] .send-logs-overlay .send-logs-textarea::placeholder{color:#00000059}[data-theme=light] .send-logs-overlay .send-logs-textarea:focus{background:#0000000e;border-color:#168e1666}[data-theme=light] .send-logs-overlay .send-logs-version{color:#0006}[data-theme=light] .send-logs-overlay .send-logs-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .send-logs-overlay .send-logs-cancel{border:1px solid rgba(0,0,0,.112);background:#00000008;color:#000c}[data-theme=light] .send-logs-overlay .send-logs-cancel:hover:not(:disabled){background:#00000012}[data-theme=light] .send-logs-overlay .send-logs-send{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .send-logs-overlay .send-logs-send:hover:not(:disabled){background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .status-indicator{border:1px solid rgba(0,0,0,.425)}[data-theme=light] .status-indicator.busy:after{background-color:#efeff0}[data-theme=light] .status-indicator.away:after{background-color:#efeff0}[data-theme=light] .status-indicator.offline{background-color:#6d6f75;border-color:#efeff0}[data-theme=light] .status-indicator.invisible{border:3px solid #6d6f75}[data-theme=light] .global-toast{background:#f8f8f9eb;color:#141414;box-shadow:0 4px 16px #00000038}[data-theme=light] .feedback-toast{background:#f8f8f9d9;color:#141414;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 16px #00000038}[data-theme=light] .feedback-toast-error{box-shadow:0 10px 30px #0000003f,0 0 18px #ed424533}[data-theme=light] .feedback-toast-error:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .feedback-toast-error .feedback-toast-icon{color:#a30003}[data-theme=light] .tooltip{background-color:#eeeeef;color:#141414;border:1px solid #ebebec;box-shadow:0 4px 20px 8px #00000030}[data-theme=light] .tooltip:before{background:#eeeeef;border:1px solid #ebebec}[data-theme=light] .tooltip-subtitle{color:#626267}[data-theme=light] .user-profile-section{background-color:#f1f1f2;border-top:1px solid #ededee}[data-theme=light] .user-profile-info:hover{background-color:#ededee}[data-theme=light] .user-profile-username{color:#141414}[data-theme=light] .user-profile-settings{color:#545658}[data-theme=light] .user-profile-settings:hover{background-color:#e6e6e8;color:#323334}[data-theme=light] .video-attachment{background:#f5f5f5;box-shadow:0 1px 3px #0000002a}[data-theme=light] .video-attachment:after{border:1px solid rgba(0,0,0,.112);box-shadow:inset 0 1px #00000010}[data-theme=light] .video-attachment:hover .video-play-overlay{background:#0000006c}[data-theme=light] .video-loading{background:#f5f5f5}[data-theme=light] .video-loading-spinner{border:2px solid rgba(0,0,0,.16);border-top-color:#000c}[data-theme=light] .video-filmstrip-frame{border-right:2px solid #f5f5f5}[data-theme=light] .video-error-fallback{background:linear-gradient(135deg,#f2f2f2,#f7f7f7);color:#00000080}[data-theme=light] .video-play-overlay{background:#00000016}[data-theme=light] .video-play-button{background:#00000082}[data-theme=light] .video-duration{background:#000000a3}[data-theme=light] .voice-connection-bar{box-shadow:0 2px 10px #00000023}[data-theme=light] .voice-connection-bar:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .voice-connection-info:hover{background:#0000000c}[data-theme=light] .voice-connection-channel{color:#141414}[data-theme=light] .voice-connection-btn{background:#00000010;color:#545658}[data-theme=light] .voice-connection-btn:hover{background:#0000001f;color:#141414}[data-theme=light] .voice-controls-pill{background-color:#00000008;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 12px #00000023}[data-theme=light] .voice-controls-pill:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .voice-pill-btn{background:#00000010;color:#323334}[data-theme=light] .voice-pill-btn:hover{background:#0000001d;color:#141414}[data-theme=light] .voice-pill-btn.active{color:#2e7d4f;border:1px solid rgba(22,142,22,.3)}[data-theme=light] .voice-pill-btn.active:hover{color:#141414}[data-theme=light] .voice-pill-info-name{color:#2b2d30}[data-theme=light] .voice-pill-info-sep{color:#c2c3c6}[data-theme=light] .voice-pill-info-duration{color:#696a6c}[data-theme=light] .voice-controls-pill .voice-pill-ptt{border:1px solid rgba(0,0,0,.08);background:#0000000a;color:#696a6c}[data-theme=light] .voice-controls-pill .voice-pill-ptt:hover{background:#00000012;color:#323334}[data-theme=light] .voice-controls-pill .voice-pill-ptt-dot{background:#00000040}[data-theme=light] .voice-controls-pill .voice-pill-ptt.open{border-color:#168e1666;color:#141414}[data-theme=light] .voice-controls-pill .voice-pill-ptt.open .voice-pill-ptt-dot{background:#2e7d4f;box-shadow:0 0 6px #168e16cc}[data-theme=light] .voice-controls-pill .voice-pill-signal{border:1px solid rgba(0,0,0,.08);background:#0000000a;color:#0000008c}[data-theme=light] .voice-controls-pill .voice-pill-signal:hover{background:#00000014;border-color:#00000025}[data-theme=light] .voice-controls-pill .voice-pill-signal[data-quality=excellent],[data-theme=light] .voice-controls-pill .voice-pill-signal[data-quality=good]{color:#168e16e6;border-color:#168e1640}[data-theme=light] .voice-recorder-bar-error{background:linear-gradient(135deg,#0000000c,#00000004);box-shadow:inset 0 0 0 1px #00000010}[data-theme=light] .voice-recorder-error-msg,[data-theme=light] .voice-recorder-mic-icon{color:#3d3e41}[data-theme=light] .voice-recorder-btn{background:linear-gradient(135deg,#0000000c,#00000004);box-shadow:inset 0 1px #00000010,inset 0 0 0 1px #0000000a;color:#323334}[data-theme=light] .voice-recorder-btn-armed{background:linear-gradient(135deg,#f871714d,#f871711a);box-shadow:inset 0 1px #00000025,inset 0 0 0 1px #f871718c;color:#141414}[data-theme=light] .voice-recorder-confirm-popup{background:#f5f5f6eb;box-shadow:inset 0 1px #00000014,inset 0 0 0 1px #00000010,0 4px 12px #00000031;color:#141414}[data-theme=light] .voice-recorder-confirm-popup:after{border-top-color:#f5f5f6eb}[data-theme=light] .voice-recorder-btn:hover{background:linear-gradient(135deg,#00000018,#00000008);box-shadow:inset 0 1px #0000001d,inset 0 0 0 1px #00000010;color:#141414}[data-theme=light] .voice-recorder-cancel-btn{color:#616266}[data-theme=light] .voice-recorder-cancel-btn:hover{color:#141414}[data-theme=light] .voice-recorder-bar-paused .voice-recorder-rec-dot{background-color:#0000008c}[data-theme=light] .voice-recorder-bar-paused .voice-recorder-rec-label{color:#000000b3}[data-theme=light] .voice-recorder-rec-label,[data-theme=light] .voice-recorder-timer{color:#3d3e41}[data-theme=light] .voice-recorder-wave-bar{background:linear-gradient(180deg,#0000008c,#00000040)}[data-theme=light] .voice-recorder-stop-square{background-color:#1a1a1a}[data-theme=light] .voice-recorder-preview-time,[data-theme=light] .voice-recorder-preview-duration{color:#616266}[data-theme=light] .voice-recorder-progress-bar{background:#0000000c;box-shadow:inset 0 0 0 1px #00000008}[data-theme=light] .voice-recorder-progress-fill{background:linear-gradient(90deg,#0000008c,#00000040)}[data-theme=light] .voice-recorder-send-btn{background:linear-gradient(135deg,#00000029,#0000000c);box-shadow:inset 0 1px #00000038,inset 0 0 0 1px #00000014,0 1px 4px #0000001c;color:#141414}[data-theme=light] .voice-recorder-send-btn:hover{background:linear-gradient(135deg,#00000047,#00000014);box-shadow:inset 0 1px #0000004d,inset 0 0 0 1px #00000021,0 1px 6px #00000023}[data-theme=light] .whiteboard-overlay{background-color:#000000b8}[data-theme=light] .whiteboard-container{background-color:#f4f4f5;box-shadow:0 8px 32px #00000046}[data-theme=light] .whiteboard-header{border-bottom:1px solid rgba(0,0,0,.096);background:#f1f1f38c;box-shadow:inset 0 1px #00000010}[data-theme=light] .whiteboard-title{color:#323334}[data-theme=light] .whiteboard-close-btn{color:#52565b}[data-theme=light] .whiteboard-close-btn:hover{background-color:#00000010;color:#323334}[data-theme=light] .whiteboard-fullscreen-btn{color:#52565b}[data-theme=light] .whiteboard-fullscreen-btn:hover{background-color:#00000010;color:#323334}[data-theme=light] .whiteboard-send-btn{color:#141414}[data-theme=light] .whiteboard-toolbar{border-top:1px solid rgba(0,0,0,.096);background:#f1f1f38c;box-shadow:inset 0 -1px #00000010}[data-theme=light] .whiteboard-size-btn:hover{background-color:#00000010}[data-theme=light] .whiteboard-size-dot{background-color:#373839}[data-theme=light] .whiteboard-tool-btn{background-color:#ecedee;color:#52565b}[data-theme=light] .whiteboard-tool-btn:hover{background-color:#e5e5e7;color:#323334}[data-theme=light] .whiteboard-tool-btn.active{color:#0b2199}[data-theme=light] .whiteboard-text-size-btn{color:#323334}[data-theme=light] .whiteboard-floating-img{box-shadow:0 4px 16px #00000038}[data-theme=light] .whiteboard-floating-resize:hover{background-color:#5865f2}[data-theme=light] .dm-popout-root{background-color:#efeff0}[data-theme=light] .dm-popout-blur-overlay{background-color:#f6f6f766}[data-theme=light] .dm-popout-blur-overlay .blur-message{color:#00000080}[data-theme=light] .battleship-board .battleship-label{color:#585d66}[data-theme=light] .battleship-board .battleship-cell .battleship-cell-water{background:#205c83}[data-theme=light] .battleship-board .battleship-ship-span .battleship-ship-capsule{background:#43424a}[data-theme=light] .battleship-board .battleship-dot.ship{background:#5c5a63}[data-theme=light] .battleship-board.board-combined .battleship-ship-span .battleship-ship-capsule{background:#5e636e61}[data-theme=light] .battleship-board.board-combined .battleship-dot.miss{background:#000000eb}[data-theme=light] .game-overlay{background:#0007}[data-theme=light] .game-overlay .battleship-panel{color:#474e5c;background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .game-overlay .battleship-panel:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .game-overlay .battleship-title{color:#474e5c}[data-theme=light] .game-overlay .battleship-close-button{background:#0000000c;box-shadow:inset 0 0 0 1px #0000000c;color:#0000008c}[data-theme=light] .game-overlay .battleship-close-button:hover{background:#00000018;color:#141414}[data-theme=light] .game-overlay .battleship-substatus,[data-theme=light] .game-overlay .battleship-turn-banner,[data-theme=light] .game-overlay .battleship-legend-label{color:#0000008c}[data-theme=light] .game-overlay .battleship-legend-mark.legend-miss:after{background:#000000eb}[data-theme=light] .game-overlay .battleship-lobby-seat{background:#0000000a;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .game-overlay .battleship-lobby-seat.empty{border:1.5px dashed rgba(0,0,0,.128)}[data-theme=light] .game-overlay .battleship-seat-ghost{border:2px dashed rgba(0,0,0,.16)}[data-theme=light] .game-overlay .battleship-seat-name{color:#474e5c}[data-theme=light] .game-overlay .battleship-lobby-seat.empty .battleship-seat-name{color:#0006}[data-theme=light] .game-overlay .battleship-seat-tag{background:#00000010;color:#0009}[data-theme=light] .game-overlay .battleship-code-value{color:#474e5c}[data-theme=light] .game-overlay .battleship-code-qr{background:#1a1a1a}[data-theme=light] .game-overlay .battleship-code-qr-caption{color:#0000008c}[data-theme=light] .game-overlay .battleship-player-chip{background:#00000010;color:#0009}[data-theme=light] .game-overlay .battleship-howto-title{color:#474e5c}[data-theme=light] .game-overlay .battleship-howto-row-icon{background:#f0f0f4}[data-theme=light] .game-overlay .battleship-howto-row-icon.tint-coral{color:#941d0f}[data-theme=light] .game-overlay .battleship-howto-row-icon.tint-grey{color:#0000008c}[data-theme=light] .game-overlay .battleship-howto-row-title{color:#474e5c}[data-theme=light] .game-overlay .battleship-howto-row-desc{color:#0009}[data-theme=light] .game-overlay .battleship-howto-mini{background:#f0f0f4}[data-theme=light] .game-overlay .battleship-howto-mini-cell{background:#eaebf0}[data-theme=light] .game-overlay .battleship-howto-mini-cell.chip-coral:after{background:#941d0f}[data-theme=light] .game-overlay .battleship-howto-mini-cell.miss:after{background:#000000d9}[data-theme=light] .game-overlay .battleship-howto-mini-cell.dest:after{border:2px dashed rgba(0,0,0,.7)}[data-theme=light] .game-overlay .battleship-howto-mini-cell.strat-enemy:after{background:#941d0f}[data-theme=light] .game-overlay .battleship-howto-mini-cell.strat-enemy:before{background:#000000d9}[data-theme=light] .game-overlay .battleship-howto-mini-cell.strat-bomb:after{box-shadow:inset 0 0 0 1.5px #00000059}[data-theme=light] .game-overlay .battleship-howto-mini-cell.mem-back:after{box-shadow:inset 0 0 0 1px #168e1659}[data-theme=light] .game-overlay .battleship-howto-mini-cell.mem-open:after{background:#2b3979}[data-theme=light] .game-overlay .battleship-howto-mini-cell.mem-pair.coral:after{background:#941d0f59;box-shadow:inset 0 0 0 1px #941d0fcc}[data-theme=light] .game-overlay .battleship-howto-mini-cell.mem-open:before,[data-theme=light] .game-overlay .battleship-howto-mini-cell.mem-pair:before{background:#941d0f}[data-theme=light] .game-overlay .battleship-howto-overlay{background:#0000006c}[data-theme=light] .game-overlay .battleship-howto-overlay .battleship-howto-card{background:#f1f1f399;box-shadow:0 12px 40px #00000046,inset 0 1px #00000010}[data-theme=light] .game-overlay .battleship-rotate-button{background:#00000010;box-shadow:inset 0 0 0 1px #0000000c;color:#474e5c}[data-theme=light] .game-overlay .battleship-rotate-button:hover{background:#0000001d}[data-theme=light] .game-overlay .battleship-button-shuffle{background:#00000010;box-shadow:inset 0 0 0 1px #0000000e;color:#474e5c}[data-theme=light] .game-overlay .battleship-button-ready{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .game-overlay .battleship-button-leave{color:#8f1414}[data-theme=light] .game-overlay .battleship-ended-overlay{background:#0000009c}[data-theme=light] .game-overlay .battleship-ended-title{color:#141414}[data-theme=light] .game-overlay .battleship-ended-sub{color:#000000b3}[data-theme=light] .game-overlay .battleship-board-caption{color:#0000008c;background:#0000000e}[data-theme=light] .game-overlay .battleship-boards-row.turn-attack .caption-attack{color:#a30024}[data-theme=light] .game-overlay .battleship-boards-row.turn-fleet .caption-fleet{color:#0050a3}[data-theme=light] .battleship-placement .battleship-floating-ghost{background:#43424a99}[data-theme=light] .battleship-placement .battleship-tray-ship{background:#43424a}[data-theme=light] .battleship-placement .battleship-tray-dot{background:#5c5a63}[data-theme=light] .checkers-board{box-shadow:0 2px 12px #00000031}[data-theme=light] .checkers-board .checkers-cell.light{background:#2b3979}[data-theme=light] .checkers-board .checkers-cell.dark{background:#2d3877}[data-theme=light] .checkers-board .checkers-cell.target:after{background:#eaebf059;box-shadow:inset 0 0 0 1px #eaebf033}[data-theme=light] .checkers-board .checkers-cell.target:hover:after{background:#eaebf080}[data-theme=light] .checkers-board .checkers-piece-disc{box-shadow:inset 0 -3px 6px #00000023,inset 0 2px 3px #00000040,0 1px 3px #00000031}[data-theme=light] .checkers-board .checkers-piece-disc:before{border:2px solid rgba(0,0,0,.85)}[data-theme=light] .checkers-board .checkers-piece-disc.coral{background:radial-gradient(circle at 35% 30%,#a32000,#ff7f66 60%,#f0704f)}[data-theme=light] .checkers-board .checkers-piece.king:before{box-shadow:0 1px 3px #00000031}[data-theme=light] .checkers-board .checkers-piece.king.green:before{border:2.5px solid #ebf3ee}[data-theme=light] .checkers-board .checkers-piece.movable .checkers-piece-disc{box-shadow:inset 0 -3px 6px #00000023,inset 0 2px 3px #00000040,0 0 0 1.5px #facc4d73,0 0 10px #facc4d80}[data-theme=light] .checkers-board .checkers-piece.selected .checkers-piece-disc{box-shadow:inset 0 -3px 6px #00000023,inset 0 2px 3px #00000040,0 0 0 2.5px #facc4de6,0 0 12px #facc4d99}[data-theme=light] .checkers-board .checkers-piece.capture-mark:after{color:#000000f2;text-shadow:0 1px 3px rgba(0,0,0,.33)}[data-theme=light] .checkers-overlay .checkers-capture-hint{color:#a32000}[data-theme=light] .checkers-overlay .checkers-options-card{background:#0000000a;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .checkers-overlay .checkers-opt-label{color:#000000a6}[data-theme=light] .checkers-overlay .checkers-opt-desc{color:#0000008c}[data-theme=light] .checkers-overlay .checkers-opt-size-card{border:1.5px solid rgba(0,0,0,.096);background:#00000008;color:#0000008c}[data-theme=light] .checkers-overlay .checkers-opt-size-card:hover:not(:disabled){background:#00000010;color:#000c}[data-theme=light] .checkers-overlay .checkers-opt-size-label{color:#474e5c}[data-theme=light] .checkers-overlay .checkers-opt-size-check{color:#f6f7f9}[data-theme=light] .checkers-overlay .checkers-opt-toggle{border:1px solid rgba(0,0,0,.12);background:#00000018}[data-theme=light] .checkers-overlay .checkers-opt-toggle.on{border-color:#168e164d}[data-theme=light] .checkers-overlay .checkers-opt-toggle-knob{background:#1a1a1a;box-shadow:0 1px 3px #00000031}[data-theme=light] .four-board-frame{background:linear-gradient(180deg,#ecedf1,#f0f1f5);box-shadow:0 10px 28px #00000031,inset 0 1px #0000000c}[data-theme=light] .four-board .four-cell .four-cell-hole{background:#eaebf0;box-shadow:inset 0 2px 5px #00000038,inset 0 -1px #0000000a}[data-theme=light] .four-board .four-cell.col-hover .four-cell-hole{box-shadow:inset 0 2px 5px #0000002a,inset 0 0 0 1px #6bb3f040}[data-theme=light] .four-board .four-ghost .four-ghost-disc.green{box-shadow:inset 0 0 0 2px #00000080}[data-theme=light] .four-board .four-ghost .four-ghost-disc.coral{background:#941d0f;box-shadow:inset 0 0 0 2px #00000080}[data-theme=light] .four-board .four-stone-disc{box-shadow:inset 0 -3px 6px #00000027,inset 0 3px 5px #0000004d,0 2px 4px #0000003f}[data-theme=light] .four-board .four-stone-disc:before{border:2px solid rgba(0,0,0,.85)}[data-theme=light] .four-board .four-stone-disc.coral{background:radial-gradient(circle at 35% 28%,#a31b00,#941d0f,#de7261)}[data-theme=light] .four-board .four-stone-swoosh.coral{background:linear-gradient(to top,#941d0f80,#941d0f00)}[data-theme=light] .four-board .four-stone-ripple{border:2.5px solid rgba(0,0,0,.6)}[data-theme=light] .four-board .four-stone.win .four-stone-disc{box-shadow:inset 0 -3px 6px #00000023,inset 0 2px 3px #00000040,0 0 0 2.5px #facc4de6,0 0 14px #facc4db3}[data-theme=light] .game-overlay .game-emote-bar{background:#f1f1f3eb;border:1px solid rgba(0,0,0,.112);box-shadow:0 8px 24px #00000038}[data-theme=light] .game-overlay .game-emote-tile{background:#0000000a}[data-theme=light] .game-overlay .game-emote-tile:hover{background:#00000018}[data-theme=light] .game-emote-display .game-emote-name{background:#f0f0f2f5;color:#141414}[data-theme=light] .game-invite-card{background:#f1f3f4}[data-theme=light] .game-invite-card:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .game-invite-title{color:#141414}[data-theme=light] .game-invite-code-chip{background:#00000010;color:#000000d9}[data-theme=light] .game-invite-board-image{background:#f0f0f4}[data-theme=light] .game-invite-subtitle{color:#000000b3}[data-theme=light] .game-invite-join-button{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .game-invite-join-button:hover:not(:disabled){background:linear-gradient(135deg,#3cae6a,#4cbe7a);border-color:#168e1680}[data-theme=light] .game-invite-state-joined{background:#00000010;color:#0000008c}[data-theme=light] .game-invite-state-full{color:#8f1414}[data-theme=light] .game-invite-friends-overlay{background:#0000001d}[data-theme=light] .game-invite-friends-card{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .game-invite-friends-card:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .game-invite-friends-title{color:#474e5c}[data-theme=light] .game-invite-friends-subtitle{color:#0000008c}[data-theme=light] .game-invite-friend-row{border:1px solid rgba(0,0,0,.08);background:#0000000a;color:#474e5c}[data-theme=light] .game-invite-friend-row:hover:not(:disabled){background:#00000014;border-color:#00000025}[data-theme=light] .game-invite-friend-tag{color:#00000073}[data-theme=light] .game-invite-friends-empty{color:#0000008c}[data-theme=light] .game-invite-friends-close{border:1px solid rgba(0,0,0,.08);background:#0000000a;color:#000000a6}[data-theme=light] .game-invite-friends-close:hover{background:#00000014}[data-theme=light] .game-pill .game-pill-inner{background:linear-gradient(135deg,#00000010,#00000004),#f7f7f88c;box-shadow:inset 0 1px #00000014,inset 0 0 0 1px #0000000c,0 4px 20px #00000038}[data-theme=light] .game-pill .game-pill-inner:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .game-pill .game-pill-icon{background:linear-gradient(135deg,#00000029,#0000000c);box-shadow:inset 0 1px #00000038,inset 0 0 0 1px #00000014,0 1px 4px #0000001c;color:#141414}[data-theme=light] .game-pill .game-pill-title{color:#26272a}[data-theme=light] .game-pill .game-pill-status{color:#0000008c}[data-theme=light] .games-picker-overlay{background:#0000001d}[data-theme=light] .games-picker-card{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .games-picker-card:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .games-picker-title{color:#474e5c}[data-theme=light] .games-picker-row{background:linear-gradient(135deg,#00000010,#00000004),#f7f7f866;box-shadow:inset 0 1px #00000014,inset 0 0 0 1px #0000000c,0 4px 16px #0000002a;color:#474e5c}[data-theme=light] .games-picker-row:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .games-picker-row:hover{background:linear-gradient(135deg,#0000001d,#0000000a),#f7f7f866;box-shadow:inset 0 1px #00000021,inset 0 0 0 1px #00000014,0 6px 20px #00000032}[data-theme=light] .games-picker-icon-tile.games-picker-board-tile{background:linear-gradient(135deg,#eaebef,#f1f1f4);border:1px solid rgba(0,0,0,.064)}[data-theme=light] .games-picker-row-players{color:#0000008c}[data-theme=light] .games-picker-row-chevron{color:#00000073}[data-theme=light] .games-switch-row{border:1px solid rgba(0,0,0,.08);background:#0000000a;color:#474e5c}[data-theme=light] .games-switch-row:hover{background:#00000014;border-color:#00000025}[data-theme=light] .games-switch-label{color:#000000a6}[data-theme=light] .games-picker-cancel{border:1px solid rgba(0,0,0,.08);background:#0000000a;color:#000000a6}[data-theme=light] .games-picker-cancel:hover{background:#00000014}[data-theme=light] .join-code-dialog .join-code-input{border:1px solid rgba(0,0,0,.096);background:#0000000c;color:#141414}[data-theme=light] .join-code-dialog .join-code-input::placeholder{color:#00000059}[data-theme=light] .join-code-dialog .join-code-input:focus{background:#00000010}[data-theme=light] .memory-board-frame{background:linear-gradient(180deg,#ecedf1,#f0f1f5);box-shadow:0 10px 28px #00000031,inset 0 1px #0000000c}[data-theme=light] .memory-board .memory-card-back{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .memory-board.board-enabled .memory-card.clickable:hover .memory-card-back{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .memory-board .memory-card-front{background:linear-gradient(180deg,#233a80,#314172);border:1px solid rgba(0,0,0,.55);box-shadow:0 2px 6px #0000002a}[data-theme=light] .memory-board .memory-card.matched.coral .memory-card-front{background:linear-gradient(180deg,#941d0f47,#de726147);border-color:#941d0fa6}[data-theme=light] .memory-board .memory-card.just-matched.coral .memory-card-front{box-shadow:0 0 0 2px #941d0f8c,0 0 18px #941d0f73}[data-theme=light] .memory-overlay .memory-score-chip.on-turn{border-color:#168e1680;box-shadow:0 0 0 1px #168e1640}[data-theme=light] .memory-overlay .memory-score-badge{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .memory-overlay .battleship-turn-banner.turn-flash:after{background:linear-gradient(100deg,#0000 35%,#00000021,#0000 65%)}[data-theme=light] .memory-overlay .memory-options-card{background:#0000000a;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .memory-overlay .memory-opt-label{color:#000000a6}[data-theme=light] .memory-overlay .memory-opt-desc{color:#0000008c}[data-theme=light] .memory-overlay .memory-opt-size-card{border:1.5px solid rgba(0,0,0,.096);background:#00000008;color:#0000008c}[data-theme=light] .memory-overlay .memory-opt-size-card:hover:not(:disabled){background:#00000010;color:#000c}[data-theme=light] .memory-overlay .memory-opt-size-label{color:#474e5c}[data-theme=light] .memory-overlay .memory-opt-size-check{color:#f6f7f9}[data-theme=light] .memory-overlay .memory-opt-toggle{border:1px solid rgba(0,0,0,.12);background:#00000018}[data-theme=light] .memory-overlay .memory-opt-toggle.on{border-color:#168e164d}[data-theme=light] .memory-overlay .memory-opt-toggle-knob{background:#1a1a1a;box-shadow:0 1px 3px #00000031}[data-theme=light] .monopoly-board .monopoly-emblem-inner{border:2px solid rgba(8,27,155,.16);box-shadow:inset 0 0 0 8px #081b9b0d}[data-theme=light] .monopoly-board .monopoly-emblem-mark{color:#0017a342;text-shadow:0 2px 12px rgba(8,27,155,.14)}[data-theme=light] .monopoly-board .monopoly-tile{background:linear-gradient(135deg,#1a1a1a,#0c3097 55%,#113092)}[data-theme=light] .monopoly-board .monopoly-tile:before{background:linear-gradient(180deg,#081b9b,#5a67d8)}[data-theme=light] .monopoly-board .monopoly-tile.street.owned{background:linear-gradient(135deg,color-mix(in srgb,var(--owner-color) 15%,#1a1a1a),color-mix(in srgb,var(--owner-color) 24%,#0c3097))}[data-theme=light] .monopoly-board .monopoly-tile.street.owned:before{background:linear-gradient(180deg,#00000008,#00000016),var(--owner-color)}[data-theme=light] .monopoly-board .monopoly-tile.street.owned:after{background:linear-gradient(90deg,#00000014,#0000006c),var(--owner-color)}[data-theme=light] .monopoly-board .monopoly-tile-ribbon{background:#1a1a1a;color:#f3f3f6}[data-theme=light] .monopoly-board .monopoly-tile-face{filter:drop-shadow(0 1.5px 2px rgba(240,241,246,.4))}[data-theme=light] .monopoly-board .monopoly-house-block{background:linear-gradient(180deg,#0024a3,#0f3194 55%,#17318c);box-shadow:0 1px 2px #f5f5f973}[data-theme=light] .monopoly-board .monopoly-hotel-block{background:linear-gradient(180deg,#0024a3,#0f3194 55%,#18318b);box-shadow:0 1px 3px #f5f5f980}[data-theme=light] .monopoly-board .monopoly-tile.corner-go{box-shadow:inset 0 0 0 1px #00000059}[data-theme=light] .monopoly-board .monopoly-corner-go-text{color:#141414;text-shadow:0 1px 2px rgba(235,236,243,.5)}[data-theme=light] .monopoly-board .monopoly-tile.corner-go .monopoly-tile-chevron{color:#000000bf}[data-theme=light] .monopoly-board .monopoly-tile.corner-tax{box-shadow:inset 0 0 0 1px #081b9b59}[data-theme=light] .monopoly-board .monopoly-beacon-dome{background:radial-gradient(circle at 35% 30%,#a36200,#f5a623 55%,#d87f0a)}[data-theme=light] .monopoly-board .monopoly-beacon-base{background:#f0f1f6}[data-theme=light] .monopoly-board .monopoly-cardstack{filter:drop-shadow(0 1.5px 2px rgba(245,245,249,.45))}[data-theme=light] .monopoly-board .monopoly-cardstack-back{background:linear-gradient(180deg,#17318c,#1b3489)}[data-theme=light] .monopoly-board .monopoly-cardstack-front{background:linear-gradient(180deg,#1a1a1a,#09249a)}[data-theme=light] .monopoly-board .monopoly-coin{background:radial-gradient(circle at 35% 30%,#a37800,#f5c94c 55%,#d8a01e);box-shadow:0 1px 1px #f5f5f966}[data-theme=light] .monopoly-board .monopoly-tile.corner-tax .monopoly-corner-label{color:#000c}[data-theme=light] .monopoly-board .monopoly-pot-badge{box-shadow:0 1px 2px #ebecf359;color:#f8f5ee}[data-theme=light] .monopoly-board .monopoly-pot-badge.empty{background:#000000bf}[data-theme=light] .monopoly-board .monopoly-token-shadow{background:#f5f5f973}[data-theme=light] .monopoly-board .monopoly-token-body{background:#1a1a1a;box-shadow:0 2px 5px #f5f5f980}[data-theme=light] .monopoly-overlay.monopoly-playing .battleship-panel{border:1px solid rgba(8,27,155,.3);background-color:#ecedf1}[data-theme=light] .monopoly-overlay .monopoly-card{background:#1a1a1a;box-shadow:0 8px 20px #f5f5f966,inset 0 0 0 1px #4f6ef71a;color:#ecedf1}[data-theme=light] .monopoly-overlay .monopoly-card-title{color:#081b9b}[data-theme=light] .monopoly-overlay .monopoly-turnp-label{color:#ecedf1}[data-theme=light] .monopoly-overlay .monopoly-money-seat.seat-gold{color:#f8f5ee}[data-theme=light] .monopoly-overlay .monopoly-money-name{color:#ecedf1}[data-theme=light] .monopoly-overlay .monopoly-money-pill{background:#ecedf1;color:#141414}[data-theme=light] .monopoly-overlay .monopoly-money-cycle{background:#1a1a1a;box-shadow:0 2px 7px #f5f5f966}[data-theme=light] .monopoly-overlay .monopoly-rail-btn{background:#1a1a1a;box-shadow:0 5px 14px #f5f5f973}[data-theme=light] .monopoly-overlay .monopoly-rail-dot{border:2px solid #1a1a1a}[data-theme=light] .monopoly-overlay .monopoly-rail-pop{background:#1a1a1a;box-shadow:0 10px 26px #f5f5f980}[data-theme=light] .monopoly-overlay .monopoly-emote-item:hover{background:#09249a}[data-theme=light] .monopoly-overlay .monopoly-menu-item{color:#ecedf1}[data-theme=light] .monopoly-overlay .monopoly-menu-item:hover{background:#09249a}[data-theme=light] .monopoly-overlay .monopoly-property-panel.buildable{box-shadow:0 8px 20px #f5f5f966,0 0 0 2px #f5a6238c}[data-theme=light] .monopoly-overlay .monopoly-property-panel.active{box-shadow:0 8px 20px #f5f5f966,0 0 0 3px #f5a623,0 0 16px #f5a62399}[data-theme=light] .monopoly-overlay .monopoly-prop-chip{background:#09249a}[data-theme=light] .monopoly-overlay .monopoly-prop-count{color:#ecedf1}[data-theme=light] .monopoly-overlay .monopoly-dice-track{box-shadow:0 6px #3243b5,0 12px 20px #f5f5f973,inset 0 1px #0000004d}[data-theme=light] .monopoly-overlay .monopoly-track-die{background:#09249a}[data-theme=light] .monopoly-overlay .monopoly-track-die.lit{background:#1a1a1a;box-shadow:0 0 0 2px #f5a623,0 5px 9px #f5f5f966}[data-theme=light] .monopoly-overlay .monopoly-track-die.twice:after{box-shadow:0 1px 3px #f5f5f966}[data-theme=light] .monopoly-overlay .monopoly-dice-pointer{filter:drop-shadow(0 2px 2px rgba(245,245,249,.4))}[data-theme=light] .monopoly-overlay .monopoly-dice-doubles{box-shadow:0 2px 6px #f5f5f966}[data-theme=light] .monopoly-overlay .monopoly-chunky{box-shadow:0 6px #3243b5,0 10px 16px #f5f5f966,inset 0 1px #0000004d}[data-theme=light] .monopoly-overlay .monopoly-chunky:active{box-shadow:0 2px #3243b5,0 4px 8px #f5f5f966,inset 0 1px #0000004d}[data-theme=light] .monopoly-overlay .monopoly-chunky.buy{box-shadow:0 6px #27784a,0 10px 16px #f5f5f966,inset 0 1px #0000004d}[data-theme=light] .monopoly-overlay .monopoly-chunky.buy:active{box-shadow:0 2px #27784a,0 4px 8px #f5f5f966,inset 0 1px #0000004d}[data-theme=light] .monopoly-overlay .monopoly-chunky.build.active{box-shadow:0 6px #b97a12,0 10px 16px #f5f5f966,inset 0 1px #00000059}[data-theme=light] .monopoly-overlay .monopoly-chunky.build.active:active{box-shadow:0 2px #b97a12,0 4px 8px #f5f5f966,inset 0 1px #00000059}[data-theme=light] .monopoly-overlay .monopoly-chunky.end{box-shadow:0 6px #434a72,0 10px 16px #f5f5f966,inset 0 1px #00000040}[data-theme=light] .monopoly-overlay .monopoly-chunky.end:active{box-shadow:0 2px #434a72,0 4px 8px #f5f5f966,inset 0 1px #00000040}[data-theme=light] .monopoly-overlay .monopoly-options-card{background:#0000000a;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .monopoly-overlay .monopoly-opt-label{color:#000000a6}[data-theme=light] .monopoly-overlay .monopoly-opt-desc{color:#0000008c}[data-theme=light] .monopoly-overlay .monopoly-opt-size-card{border:1.5px solid rgba(0,0,0,.096);background:#00000008;color:#0000008c}[data-theme=light] .monopoly-overlay .monopoly-opt-size-card:hover:not(:disabled){background:#00000010;color:#000c}[data-theme=light] .monopoly-overlay .monopoly-opt-size-label{color:#474e5c}[data-theme=light] .monopoly-overlay .monopoly-opt-size-check{color:#f6f7f9}[data-theme=light] .monopoly-overlay .monopoly-opt-capital-btn{background:#00000010;box-shadow:inset 0 0 0 1px #00000014;color:#474e5c}[data-theme=light] .monopoly-overlay .monopoly-opt-capital-btn:hover:not(:disabled){background:#0000001d}[data-theme=light] .monopoly-overlay .monopoly-opt-toggle{border:1px solid rgba(0,0,0,.12);background:#00000018}[data-theme=light] .monopoly-overlay .monopoly-opt-toggle.on{border-color:#168e164d}[data-theme=light] .monopoly-overlay .monopoly-opt-toggle-knob{background:#1a1a1a;box-shadow:0 1px 3px #00000031}[data-theme=light] .monopoly-overlay .monopoly-event-line{background:#1a1a1a;box-shadow:0 8px 22px #f5f5f966,inset 0 0 0 1px #4f6ef726}[data-theme=light] .monopoly-overlay .monopoly-event-line-name{color:#081b9b}[data-theme=light] .monopoly-overlay .monopoly-event-line-text{color:#ecedf1}[data-theme=light] .monopoly-overlay .monopoly-event-card{background:#1a1a1a;box-shadow:0 12px 28px #f5f5f980,inset 0 0 0 2px #4f6ef759}[data-theme=light] .monopoly-overlay .monopoly-event-card-name{color:#081b9b}[data-theme=light] .monopoly-overlay .monopoly-event-card-text{color:#ecedf1}[data-theme=light] .monopoly-overlay .monopoly-deed-card{background:#1a1a1a;box-shadow:0 12px 28px #f5f5f980,inset 0 0 0 1px #4f6ef726}[data-theme=light] .monopoly-overlay .monopoly-deed-band{color:#141414;text-shadow:0 1px 2px rgba(245,245,249,.35)}[data-theme=light] .monopoly-overlay .monopoly-deed-price{color:#ecedf1}[data-theme=light] .monopoly-overlay .monopoly-standing-row{background:#1a1a1a;box-shadow:0 4px 12px #f5f5f959}[data-theme=light] .monopoly-overlay .monopoly-standing-rank{color:#081b9b}[data-theme=light] .monopoly-overlay .monopoly-standing-name{color:#ecedf1}[data-theme=light] .battleship-howto-mini-cell.mono-coin:after{box-shadow:inset 0 0 0 1.5px #00000023}[data-theme=light] .battleship-howto-mini-cell.mono-house:after{background:#1a1a1a}[data-theme=light] .snake-overlay .snake-countdown-big{color:#000000eb;text-shadow:0 4px 24px rgba(0,0,0,.33)}[data-theme=light] .snake-overlay .battleship-turn-banner.dead{color:#0000008c}[data-theme=light] .snake-overlay .snake-legend-chip{color:#000000d9}[data-theme=light] .snake-overlay .snake-legend-chip.color-purple .snake-legend-dot{background:#2d079c}[data-theme=light] .snake-overlay .snake-legend-score{color:#0009}[data-theme=light] .snake-overlay .snake-options-card{background:#0000000a;box-shadow:inset 0 0 0 1px #00000010}[data-theme=light] .snake-overlay .snake-options-label{color:#000000bf}[data-theme=light] .snake-overlay .snake-options-seg{background:#00000010}[data-theme=light] .snake-overlay .snake-options-seg-btn{color:#000000a6}[data-theme=light] .snake-overlay .snake-options-seg-btn.active{color:#141414}[data-theme=light] .battleship-howto-mini-cell.trail-purple{background:#2d079c}[data-theme=light] .stratego-board{box-shadow:0 2px 12px #00000031}[data-theme=light] .stratego-board .stratego-cell.target:after{background:#0000000e;border:1.5px solid rgba(0,0,0,.6)}[data-theme=light] .stratego-board .stratego-cell.target:hover:after{background:#00000014}[data-theme=light] .stratego-board .stratego-piece.coral .stratego-piece-tile{background:linear-gradient(180deg,#931911,#e0756c)}[data-theme=light] .stratego-board .stratego-piece-art{background:#000000f2;filter:drop-shadow(0 1px 1px rgba(0,0,0,.165))}[data-theme=light] .stratego-board .stratego-piece-rank{background:#00000014;color:#141414}[data-theme=light] .stratego-overlay .strat-fig.coral .strat-fig-tile{background:linear-gradient(180deg,#931911,#e0756c)}[data-theme=light] .stratego-overlay .strat-fig-art{background:#000000f2;filter:drop-shadow(0 1px 1px rgba(0,0,0,.165))}[data-theme=light] .stratego-overlay .strat-fig-rank{background:#00000014;color:#141414}[data-theme=light] .stratego-overlay .strat-fig-cross:before,[data-theme=light] .stratego-overlay .strat-fig-cross:after{box-shadow:0 1px 4px #00000038}[data-theme=light] .stratego-overlay .strat-battle-card{background:#f5f5f6f0;border:1px solid rgba(0,0,0,.128);box-shadow:0 12px 40px #00000046}[data-theme=light] .stratego-overlay .strat-battle-crown{filter:drop-shadow(0 2px 5px rgba(0,0,0,.303))}[data-theme=light] .stratego-overlay .strat-battle-name.coral{color:#96180d}[data-theme=light] .stratego-overlay .strat-battle-vs{color:#000c}[data-theme=light] .stratego-overlay .strat-lost-tab.theirs{background:linear-gradient(180deg,#931911f2,#e0756cf2)}[data-theme=light] .stratego-overlay .strat-lost-tab-count{color:#141414;text-shadow:0 1px 2px rgba(0,0,0,.22)}[data-theme=light] .stratego-overlay .strat-lost-sheet{background:#f3f3f5f7;border:1px solid rgba(0,0,0,.112);box-shadow:0 -8px 30px #0000003f}[data-theme=light] .stratego-overlay .strat-lost-sheet-head{color:#474e5c}[data-theme=light] .stratego-overlay .strat-lost-sheet-head:hover{background:#0000000a}[data-theme=light] .stratego-overlay .strat-lost-sheet-close,[data-theme=light] .stratego-overlay .strat-lost-sheet-empty{color:#0000008c}[data-theme=light] .stratego-overlay .strat-options-card{background:#0000000a;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .stratego-overlay .strat-opt-label{color:#000000a6}[data-theme=light] .stratego-overlay .strat-opt-desc{color:#0000008c}[data-theme=light] .stratego-overlay .strat-opt-army-card{border:1.5px solid rgba(0,0,0,.096);background:#00000008;color:#0000008c}[data-theme=light] .stratego-overlay .strat-opt-army-card:hover:not(:disabled){background:#00000010;color:#000c}[data-theme=light] .stratego-overlay .strat-opt-army-label{color:#474e5c}[data-theme=light] .stratego-overlay .strat-opt-army-check{color:#f6f7f9}[data-theme=light] .stratego-overlay .strat-opt-toggle{border:1px solid rgba(0,0,0,.12);background:#00000018}[data-theme=light] .stratego-overlay .strat-opt-toggle.on{border-color:#168e164d}[data-theme=light] .stratego-overlay .strat-opt-toggle-knob{background:#1a1a1a;box-shadow:0 1px 3px #00000031}[data-theme=light] .stratego-overlay .stratego-legend{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .stratego-overlay .stratego-legend-chip{box-shadow:0 1px 3px #0000002a}[data-theme=light] .stratego-overlay .stratego-legend-art{background:#000000eb}[data-theme=light] .stratego-overlay .stratego-legend-glyph{color:#141414;text-shadow:0 1px 1px rgba(0,0,0,.248)}[data-theme=light] .stratego-placement .stratego-tray-tile{border:1.5px solid rgba(0,0,0,.128);background:#f3f4f599}[data-theme=light] .stratego-placement .stratego-tray-tile:hover:not(.depleted){background:#efeff1b3}[data-theme=light] .stratego-placement .stratego-tray-piece-art{background:#000000f2}[data-theme=light] .stratego-placement .stratego-tray-piece-rank{background:#00000014;color:#141414}[data-theme=light] .stratego-placement .stratego-tray-count{color:#474e5c}[data-theme=light] .stratego-placement .stratego-tray-name{color:#0000008c}[data-theme=light] .word-board .word-row-tag{color:#000000e6}[data-theme=light] .word-board .word-row-tag.seat-purple{background:#2d079c59}[data-theme=light] .word-board .word-tile{border:3px solid rgba(0,0,0,.08);color:#141414;background:#0000000e;box-shadow:0 2px 5px #00000027}[data-theme=light] .word-board .word-row.open .word-tile{border-color:#0000000e;background:#00000008}[data-theme=light] .word-board .word-tile.typed{background:#00000021;border-color:#0000001d}[data-theme=light] .word-board .word-tile.absent{border-color:#eeeff1}[data-theme=light] .word-overlay .word-round-chip{color:#000000b3;background:#00000010}[data-theme=light] .word-overlay .word-score-chip{color:#000000d9;background:#0000000a;box-shadow:inset 0 0 0 1px #00000010}[data-theme=light] .word-overlay .word-score-avatar{box-shadow:0 0 0 1.5px #00000029}[data-theme=light] .word-overlay .word-score-chip.seat-purple .word-score-avatar{box-shadow:0 0 0 1.5px #2d079c}[data-theme=light] .word-overlay .word-score-points{color:#000000a6}[data-theme=light] .word-overlay .word-feedback{color:#141414;background:#f6f6f8eb;box-shadow:0 4px 14px #00000038}[data-theme=light] .word-overlay .word-interstitial{background:#f8f8f9d1}[data-theme=light] .word-overlay .word-interstitial-sub{color:#000000bf}[data-theme=light] .word-overlay .word-type-hint{color:#0000008c}[data-theme=light] .word-overlay .word-options-card{background:#0000000a;box-shadow:inset 0 0 0 1px #00000010}[data-theme=light] .word-overlay .word-options-label{color:#000000bf}[data-theme=light] .word-overlay .word-options-seg{background:#00000010}[data-theme=light] .word-overlay .word-options-seg-btn{color:#000000a6}[data-theme=light] .word-overlay .word-options-seg-btn.active{color:#141414}[data-theme=light] .word-overlay .word-ended-word{color:#000000d9}[data-theme=light] .word-overlay .word-standings{background:#0000000c;box-shadow:inset 0 0 0 1px #00000014}[data-theme=light] .word-overlay .word-standing-row{color:#000000d9}[data-theme=light] .word-overlay .word-standing-rank{color:#00000080}[data-theme=light] .word-overlay .word-standing-dot.seat-purple{background:#2d079c}[data-theme=light] .battleship-howto-mini-cell.word-absent{background:#0000001d}[data-theme=light] .server-channels .invite-nudge{background:linear-gradient(160deg,#8b6cc447,#f5f4f7db 60%),#f6f6f8eb;box-shadow:0 1px #00000018 inset,0 0 0 1px #00000031,0 18px 40px -22px #6d4aa8e6}[data-theme=light] .server-channels .invite-nudge-close{color:#381f848c}[data-theme=light] .server-channels .invite-nudge-close:hover{color:#141414;background:#00000014}[data-theme=light] .server-channels .invite-nudge-eyebrow{color:#3d198a}[data-theme=light] .server-channels .invite-nudge-title{color:#3f247f}[data-theme=light] .server-channels .invite-nudge-body{color:#3e287cbf}[data-theme=light] .server-channels .invite-nudge-prize{color:#371093}[data-theme=light] .server-channels .invite-nudge-details{color:#3d2c7799}[data-theme=light] .server-channels .invite-nudge-details:hover{color:#391390}[data-theme=light] .gwp-overlay{background:#fafafb8c}[data-theme=light] .gwp-card{background:linear-gradient(160deg,#8b6cc438,#f5f4f7b8 55%),#f6f6f8d1;box-shadow:0 1px #0000001d inset,0 0 0 1px #00000031,0 28px 70px -30px #6d4aa8bf}[data-theme=light] .gwp-close{color:#381f84a6}[data-theme=light] .gwp-close:hover{color:#141414;background:#00000014}[data-theme=light] .gwp-eyebrow{color:#3d198a}[data-theme=light] .gwp-title{color:#3f247f}[data-theme=light] .gwp-body{color:#3e287cc7}[data-theme=light] .gwp-prize{color:#371093}[data-theme=light] .gwp-link{color:#320e95;background:#00000012}[data-theme=light] .gwp-copy{color:#2e00a3;border:1px solid rgba(64,29,134,.4)}[data-theme=light] .gwp-secondary{color:#3e287cd1;background:#0000000c;border:1px solid rgba(0,0,0,.096)}[data-theme=light] .gwp-secondary:hover{background:#00000018}[data-theme=light] .gwp-fine{color:#3d2c7780}:root[data-theme=light]{color:#2f7575;background-color:#f6f6f7}[data-theme=light] *{scrollbar-color:rgba(0,0,0,.12) transparent}[data-theme=light] *::-webkit-scrollbar-thumb{background:#0000001f}[data-theme=light] *::-webkit-scrollbar-thumb:hover{background:#00000040}[data-theme=light] .full-view{background-color:#f1f1f2}[data-theme=light] .bg-gradient{background:radial-gradient(circle at 20% 80%,#1e9b78 0%,transparent 50%),radial-gradient(circle at 80% 20%,#25c96c 0%,transparent 50%),radial-gradient(circle at 40% 40%,#2bc5c0 0%,transparent 50%)}[data-theme=light] .main-view .server-channels{border:1px solid #ededee}[data-theme=light] .main-view .server-channels .server-header{border-bottom:1px solid #ededee}[data-theme=light] .main-view .server-channels .server-header h1{color:#2f3032}[data-theme=light] .main-view .server-channels .server-header-search{color:#5a5f67}[data-theme=light] .main-view .server-channels .server-header-search:hover{background:#0000000c;color:#2f3032}[data-theme=light] .main-view .server-channels .channel-item{color:#616266}[data-theme=light] .main-view .server-channels .channel-item:hover{background-color:#eaeaeb;color:#141414}[data-theme=light] .main-view .server-channels .channel-item.active{background:linear-gradient(135deg,#00000018,#0000000c);box-shadow:inset 0 1px #00000014,0 1px 3px #0000000e;color:#141414}[data-theme=light] .channel-unread-indicator{background-color:#1a1a1a}[data-theme=light] .channel-voice-users{color:#545658;background-color:#00000010}[data-theme=light] .channel-watch-party-indicator{color:#545658}[data-theme=light] .main-view .server-channels .channel-item.in-party,[data-theme=light] .main-view .server-channels .channel-item.in-party .channel-icon{color:#921116}[data-theme=light] .main-view .server-channels .channel-item.in-party .channel-watch-party-indicator{color:#141414}[data-theme=light] .server-channels .channel-list-unread-indicator{border:1px solid rgba(22,142,22,.2);box-shadow:0 2px 10px #00000023;color:#141414}[data-theme=light] .server-channels .channel-list-unread-indicator:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .channel-voice-user-avatar{border:1px solid #f1f1f2}[data-theme=light] .main-view .server-channels .channel-item:hover .channel-voice-user-avatar{border-color:#eaeaeb}[data-theme=light] .main-view .server-channels .channel-item.active .channel-voice-user-avatar{border-color:#d8d8d9;background:#e0e0e1}[data-theme=light] .channel-muted-icon{color:#75777c}[data-theme=light] .main-view .server-channels .channel-item.has-unread{color:#141414}[data-theme=light] .main-view .server-channels .channel-item.dragging{background-color:#eaeaeb;box-shadow:0 4px 12px #0000002a}[data-theme=light] .main-view .server-channels .channel-category{color:#68696c}[data-theme=light] .main-view .server-channels .channel-category:hover{color:#2f3235}[data-theme=light] .main-view .server-channels .channel-category .channel-category-add{color:#68696c}[data-theme=light] .main-view .server-channels .channel-category .channel-category-add:hover{color:#2f3235}[data-theme=light] .main-view .server-channels .channel-category.has-unread{color:#141414}[data-theme=light] .main-view .server-channels .channel-category.dragging{color:#2f3235}[data-theme=light] .main-view .chat-input{background-color:#00000002;box-shadow:#0001 0 2px 8px}[data-theme=light] .main-view .chat-input:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .main-view .chat-input:after{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .main-view .chat-input .emoji-fast-picker{background-color:#ecedee;box-shadow:0 -4px 12px #0000000e}[data-theme=light] .main-view .chat-input .emoji-fast-picker .emoji-fast-picker-item:hover{background-color:#e0e1e2}[data-theme=light] .main-view .chat-input .emoji-fast-picker .emoji-fast-picker-item .emoji-select-hint{color:#0009;background-color:#0000000d}[data-theme=light] .reply-bar{background:#00000008}[data-theme=light] .reply-bar:before{background:linear-gradient(135deg,#0000001f,#0000000a,#00000014);-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .reply-icon,[data-theme=light] .reply-text{color:#616266}[data-theme=light] .reply-preview{color:#323334}[data-theme=light] .reply-close-button{color:#616266}[data-theme=light] .reply-close-button:hover{background-color:#e5e5e7;color:#323334}[data-theme=light] .edit-bar .reply-icon,[data-theme=light] .edit-bar .reply-text{color:#5a2e75}[data-theme=light] .main-view .chat-input .emoji-picker-trigger,[data-theme=light] .main-view .chat-input .attachment-picker-trigger,[data-theme=light] .main-view .chat-input .gif-picker-trigger{background-color:#ecedee;color:#323334}[data-theme=light] .main-view .chat-input .emoji-picker-trigger:hover,[data-theme=light] .main-view .chat-input .attachment-picker-trigger:hover,[data-theme=light] .main-view .chat-input .gif-picker-trigger:hover{background-color:#e5e5e7}[data-theme=light] .main-view .chat-input .gif-button-border{border:2px solid #59595b}[data-theme=light] .main-view .chat-input .attachment-container{background-color:#f1f1f2}[data-theme=light] .main-view .chat-input .attachment-item{background-color:#ededee}[data-theme=light] .main-view .chat-input .attachment-item:hover{background-color:#eeeff0}[data-theme=light] .main-view .chat-input .remove-attachment{background-color:#00000082;color:#141414}[data-theme=light] .main-view .chat-input .remove-attachment:hover{background-color:#000000ad}[data-theme=light] .main-view .chat-input .attachment-icon{color:#52565b}[data-theme=light] .main-view .chat-input .attachment-add-tile{border:2px dashed #dfe0e2;color:#52565b}[data-theme=light] .main-view .chat-input .attachment-add-tile:hover{border-color:#55595e;color:#2f3235;background-color:#dddee04d}[data-theme=light] .text-field{background-color:#00000010;border:1px solid rgba(0,0,0,.12);color:#141414}[data-theme=light] .text-field:hover{background:#00000014;border-color:#00000029}[data-theme=light] .text-field:focus{background:#00000018}[data-theme=light] .button{color:#0036a3}[data-theme=light] .button-grey{background-color:#e7e7e7;border-color:#d4d4d4}[data-theme=light] .button-link:hover{color:#001ea3}[data-theme=light] .icon-button:hover{background-color:#0057a333}[data-theme=light] .alert{color:#141414}[data-theme=light] .chat-message-code-block pre{background:#f5f5f5}[data-theme=light] .code-block-copy-button{background:#eeeff0;color:#141414}[data-theme=light] .code-block-copy-button:hover{background:#ebebec}[data-theme=light] .code-block-copy-button.copied{background:#ebeceb;color:#141414}[data-theme=light] .chat-message-inline-code{background-color:#00000014}[data-theme=light] .chat-message-channel-mention{color:#00aff4}[data-theme=light] .chat-message-moment{border:1px solid rgba(22,142,22,.3);box-shadow:inset 0 1px #0000001d,0 2px 8px #4a7c594d}[data-theme=light] .chat-message-moment:hover{border-color:#168e1680;background:linear-gradient(135deg,#5a8c69,#6a9c79);box-shadow:inset 0 1px #00000025,0 4px 12px #4a7c5966}[data-theme=light] .chat-message-moment-ended{box-shadow:inset 0 1px #00000018,0 2px 8px #ed424540}[data-theme=light] .chat-message-moment-ended:hover{background:linear-gradient(135deg,#b03a3c,#c84648);box-shadow:inset 0 1px #00000021,0 4px 12px #ed424559}[data-theme=light] .chat-message-quote-block{border-left:3px solid #909296;color:#52565b}[data-theme=light] .chat-message-quote-author{color:#67696d}[data-theme=light] .chat-message-quote-content{color:#52565b}[data-theme=light] .filter-actions-overlay{background:#0000001a}[data-theme=light] .filter-actions-container{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .filter-actions-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .filter-actions-close{background:#00000010;border:1px solid rgba(0,0,0,.096);color:#000000d9}[data-theme=light] .filter-actions-close:hover{background:#00000021;border-color:#00000029;color:#141414}[data-theme=light] .filter-actions-image{filter:drop-shadow(0 6px 16px rgba(0,0,0,.248))}[data-theme=light] .filter-actions-title{color:#141414}[data-theme=light] .filter-actions-subtitle{color:#00000080}[data-theme=light] .filter-actions-buttons{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .filter-actions-button{background:#0000000c;border:1px solid rgba(0,0,0,.08);color:#000000e6}[data-theme=light] .filter-actions-button:hover:not(:disabled){background:#00000014;border-color:#00000021;color:#141414}[data-theme=light] .filter-actions-icon{color:#000000b3}[data-theme=light] .filter-actions-divider{background:#00000010}[data-theme=light] .filter-actions-button-danger,[data-theme=light] .filter-actions-button-danger .filter-actions-icon{color:#a30003}[data-theme=light] .filter-actions-button-danger:hover:not(:disabled){color:#a30002}[data-theme=light] .filter-location-preview{background:#00000010}[data-theme=light] .filter-upload-modal-overlay{background-color:#0007}[data-theme=light] .filter-upload-modal-overlay .filter-upload-modal{background:linear-gradient(135deg,#f3f4f5eb,#f5f5f6eb);border:1px solid rgba(22,142,22,.18);box-shadow:0 16px 48px #0000003f}[data-theme=light] .filter-upload-modal-overlay .filter-upload-title{color:#141414}[data-theme=light] .filter-upload-modal-overlay .filter-upload-close{background:#0000000c;color:#000000b3}[data-theme=light] .filter-upload-modal-overlay .filter-upload-close:hover{background:#00000018;color:#141414}[data-theme=light] .filter-upload-modal-overlay .filter-upload-location{color:#141414}[data-theme=light] .filter-upload-modal-overlay .filter-upload-location-icon{color:#2e7d4f}[data-theme=light] .filter-upload-modal-overlay .filter-upload-extract-coords{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .filter-upload-modal-overlay .filter-upload-extract-coords:hover{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .filter-upload-modal-overlay .filter-upload-extract-coords.copied{border-color:#168e1699}[data-theme=light] .filter-upload-modal-overlay .filter-upload-explainer{color:#0009}[data-theme=light] .filter-upload-modal-overlay .filter-upload-transparency-note{color:#95690ef2}[data-theme=light] .filter-upload-modal-overlay .filter-upload-scope-heading{color:#000000bf}[data-theme=light] .filter-upload-modal-overlay .filter-upload-scope-empty{color:#00000073}[data-theme=light] .filter-upload-modal-overlay .filter-upload-scope-warning{color:#95690ef2}[data-theme=light] .filter-upload-modal-overlay .filter-upload-scope-card{border:1px solid rgba(0,0,0,.096);background:#00000006;color:#141414}[data-theme=light] .filter-upload-modal-overlay .filter-upload-scope-card:hover{border-color:#168e1666;background:#168e160d}[data-theme=light] .filter-upload-modal-overlay .filter-upload-scope-card.selected{border-color:#168e1699;background:#168e161a}[data-theme=light] .filter-upload-modal-overlay .filter-upload-scope-card-desc{color:#0000008c}[data-theme=light] .filter-upload-modal-overlay .filter-upload-radius-label{color:#000000bf}[data-theme=light] .filter-upload-modal-overlay .filter-upload-radius-slider{accent-color:#2e7d4f}[data-theme=light] .filter-upload-modal-overlay .filter-upload-radius-value{color:#2e7d4f}[data-theme=light] .filter-upload-modal-overlay .filter-upload-city-label{color:#000000bf}[data-theme=light] .filter-upload-modal-overlay .filter-upload-map{border:1px solid rgba(0,0,0,.08)}[data-theme=light] .filter-upload-modal-overlay .filter-upload-dropzone{border:1.5px dashed rgba(22,142,22,.3);background:#00000006}[data-theme=light] .filter-upload-modal-overlay .filter-upload-dropzone:hover,[data-theme=light] .filter-upload-modal-overlay .filter-upload-dropzone.dragover{border-color:#168e1699;background:#168e160f}[data-theme=light] .filter-upload-modal-overlay .filter-upload-dropzone-icon{color:#2e7d4f}[data-theme=light] .filter-upload-modal-overlay .filter-upload-dropzone-label{color:#141414}[data-theme=light] .filter-upload-modal-overlay .filter-upload-dropzone-req{color:#00000080}[data-theme=light] .filter-upload-modal-overlay .filter-upload-preview-img{background:#fbfbfb;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .filter-upload-modal-overlay .filter-upload-preview-name{color:#000000b3}[data-theme=light] .filter-upload-modal-overlay .filter-upload-preview-change{background:#00000010;color:#141414}[data-theme=light] .filter-upload-modal-overlay .filter-upload-preview-change:hover{background:#00000021}[data-theme=light] .filter-upload-modal-overlay .filter-upload-error{color:#a30000}[data-theme=light] .filter-upload-modal-overlay .filter-upload-button{color:#141414}[data-theme=light] .filter-upload-modal-overlay .filter-upload-button.cancel{background:#00000010;color:#000000d9}[data-theme=light] .filter-upload-modal-overlay .filter-upload-button.cancel:hover{background:#0000001d}[data-theme=light] .filter-upload-modal-overlay .filter-upload-button.confirm{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .filter-upload-modal-overlay .filter-upload-button.confirm:hover{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .filter-upload-modal-overlay .filter-upload-spinner{border:2px solid rgba(0,0,0,.3);border-top-color:#1a1a1a}[data-theme=light] .filter-upload-modal-overlay .filter-upload-result-icon,[data-theme=light] .filter-upload-modal-overlay .filter-upload-result-title{color:#141414}[data-theme=light] .filter-upload-modal-overlay .filter-upload-result-text{color:#0009}[data-theme=light] .frozen-picker-overlay{background-color:#0007}[data-theme=light] .frozen-picker-container{background:#f2f2f4d1;border:1px solid rgba(0,0,0,.096);box-shadow:0 12px 40px #0000003f}[data-theme=light] .frozen-picker-container .frozen-picker-eyebrow{color:#00000080}[data-theme=light] .frozen-picker-container .frozen-picker-name{color:#141414}[data-theme=light] .frozen-picker-container .frozen-picker-close{background:#0000000c;color:#000000b3}[data-theme=light] .frozen-picker-container .frozen-picker-close:hover{background:#00000018;color:#141414}[data-theme=light] .frozen-picker-container .frozen-picker-map-wrap{border:1px solid rgba(0,0,0,.08)}[data-theme=light] .frozen-picker-container .frozen-picker-hint{color:#141414;background:#0007}[data-theme=light] .frozen-picker-pin{color:#0062a3;filter:drop-shadow(0 2px 4px rgba(0,0,0,.275))}[data-theme=light] .frozen-picker-container .frozen-picker-address{color:#000c}[data-theme=light] .frozen-picker-container .frozen-picker-address-icon{color:#0062a3}[data-theme=light] .frozen-picker-container .frozen-picker-section-label{color:#00000073}[data-theme=light] .frozen-picker-container .frozen-picker-copy-row{border:1px solid rgba(0,0,0,.08);background:#00000006;color:#141414}[data-theme=light] .frozen-picker-container .frozen-picker-copy-row:hover{background:#0000000c}[data-theme=light] .frozen-picker-container .frozen-picker-copy-row-on{border-color:#0062a380;background:#0062a31f}[data-theme=light] .frozen-picker-container .frozen-picker-copy-check{color:#141414;background:#0062a3e6}[data-theme=light] .frozen-picker-container .frozen-picker-error{color:#a30d00}[data-theme=light] .frozen-picker-container .frozen-picker-button.cancel{background:#00000010;color:#141414}[data-theme=light] .frozen-picker-container .frozen-picker-button.cancel:hover{background:#0000001d}[data-theme=light] .frozen-picker-container .frozen-picker-button.save{background:linear-gradient(135deg,#0062a3f2,#5aaaebf2);color:#f1f4f8}[data-theme=light] .frozen-picker-container .frozen-picker-button.save:hover{background:linear-gradient(135deg,#0066a3,#69b6f5)}[data-theme=light] .sharing-sheet-overlay{background-color:#0000006c}[data-theme=light] .sharing-sheet-container{background:#f2f2f49e;border:1px solid rgba(0,0,0,.096);box-shadow:0 12px 40px #0000003f,inset 0 1px #00000010}[data-theme=light] .sharing-sheet-container .sharing-sheet-title{color:#141414}[data-theme=light] .sharing-sheet-container .sharing-sheet-close{background:#0000000c;color:#0000008c}[data-theme=light] .sharing-sheet-container .sharing-sheet-close:hover{background:#00000018;color:#141414}[data-theme=light] .sharing-sheet-container .sharing-sheet-desc{color:#0000008c}[data-theme=light] .sharing-sheet-container .sharing-sheet-loading,[data-theme=light] .sharing-sheet-container .sharing-sheet-empty{color:#00000073}[data-theme=light] .sharing-sheet-container .sharing-sheet-row{background:#00000008;border:1px solid rgba(0,0,0,.048)}[data-theme=light] .sharing-sheet-container .sharing-sheet-row:hover{background:#00000010;border-color:#00000018}[data-theme=light] .sharing-sheet-container .sharing-sheet-row-frozen{background:#0062a31a;border-color:#0062a347}[data-theme=light] .sharing-sheet-container .sharing-sheet-row-name{color:#141414}[data-theme=light] .sharing-sheet-container .sharing-sheet-row-pill{color:#000000d9;background:#00000010;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .sharing-sheet-container .sharing-sheet-row-frozen-badge{background:#0062a338;border:1px solid rgba(0,98,163,.5);color:#046da0}[data-theme=light] .sharing-sheet-container .sharing-sheet-row-chevron{color:#0006}[data-theme=light] .sharing-sheet-container .sharing-sheet-row:hover .sharing-sheet-row-chevron{color:#000000b3}[data-theme=light] .location-viewers-overlay{background-color:#0000006c}[data-theme=light] .location-viewers-panel{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .location-viewers-panel-header{border-bottom:1px solid rgba(0,0,0,.064);color:#141414}[data-theme=light] .location-viewers-panel-close{color:#000000b3}[data-theme=light] .location-viewers-panel-close:hover{color:#141414;background:#00000014}[data-theme=light] .location-viewers-list{color:#0009}[data-theme=light] .location-viewers-empty{color:#0006}[data-theme=light] .location-viewer-row:hover{background:#0000000c}[data-theme=light] .location-viewer-row-name{color:#141414}[data-theme=light] .location-viewer-row-place{color:#00000073}[data-theme=light] .location-viewer-row-count{background:#00000014;color:#000000bf}[data-theme=light] .location-viewer-row-time{color:#0006}[data-theme=light] .map-embed{background:#f4f4f5;border:1px solid rgba(0,0,0,.048)}[data-theme=light] .map-embed:hover{box-shadow:0 4px 14px #00000031}[data-theme=light] .map-embed-pin{filter:drop-shadow(0 1px 2px rgba(0,0,0,.248))}[data-theme=light] .map-embed-pin svg{stroke:#141414}[data-theme=light] .map-embed-overlay{background:linear-gradient(to bottom,#f8f9f98c,#f8f9f9b8);border-top:1px solid rgba(0,0,0,.048)}[data-theme=light] .map-embed-label{color:#141414}[data-theme=light] .map-embed-address{color:#0000008c}[data-theme=light] .map-embed-button{background:#0000001b;border:1px solid rgba(0,0,0,.064);color:#141414}[data-theme=light] .map-embed-button:hover{background:#00000029;border-color:#0000001d}[data-theme=light] .map-embed-button-chevron{color:#000c}[data-theme=light] .map-embed-error{color:#0009}[data-theme=light] .map-modal-overlay{background-color:#0000006c}[data-theme=light] .map-modal-container{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .map-modal-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .map-modal-overlay .map-glass-btn{color:#000000bf;background:#f4f4f599;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 16px #0000002a}[data-theme=light] .map-modal-overlay .map-glass-btn:hover{background:#f0f0f1b3;color:#141414}[data-theme=light] .map-modal-overlay .map-glass-btn[data-tooltip]:after{color:#141414;background:#f8f8f8d9;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 12px #00000031}[data-theme=light] .map-modal-overlay .map-search-box{background:#f4f4f599;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 16px #0000002a}[data-theme=light] .map-modal-overlay .map-search-box:focus-within{border-color:#00000040}[data-theme=light] .map-modal-overlay .map-search-icon{color:#0000008c}[data-theme=light] .map-modal-overlay .map-search-input{color:#141414}[data-theme=light] .map-modal-overlay .map-search-input::placeholder{color:#00000073}[data-theme=light] .map-modal-overlay .map-search-clear{color:#0000008c}[data-theme=light] .map-modal-overlay .map-search-clear:hover{background:#00000014;color:#141414}[data-theme=light] .map-modal-overlay .map-search-results{background:#f6f6f7c7;border:1px solid rgba(0,0,0,.08);box-shadow:0 8px 24px #00000038}[data-theme=light] .map-modal-overlay .map-search-row:hover{background:#00000010}[data-theme=light] .map-modal-overlay .map-search-row-icon{color:#00000080}[data-theme=light] .map-modal-overlay .map-search-row-name{color:#141414}[data-theme=light] .map-modal-overlay .map-search-row-context,[data-theme=light] .map-modal-overlay .map-search-empty{color:#00000080}[data-theme=light] .map-modal-overlay .map-out-of-range-bar{background:#f4f4f599;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 16px #0000002a}[data-theme=light] .map-modal-overlay .map-out-of-range-bar:hover{background:#f0f0f1b3}[data-theme=light] .map-modal-overlay .map-oor-avatar{border:2px solid rgba(244,244,245,.7);background:#f1f1f2}[data-theme=light] .map-modal-overlay .map-oor-title{color:#141414}[data-theme=light] .map-modal-overlay .map-oor-subtext{color:#00000073}[data-theme=light] .map-modal-overlay .map-sharing-bar{color:#141414;background:#f4f4f599;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 16px #0000002a}[data-theme=light] .map-modal-overlay .map-sharing-bar:hover{background:#f0f0f1b3}[data-theme=light] .map-modal-overlay .map-sharing-bar-icon{color:#00000080}[data-theme=light] .map-modal-overlay .map-sharing-bar-chevron{color:#0006}[data-theme=light] .map-modal-overlay .map-sharing-bar:hover .map-sharing-bar-chevron{color:#000000b3}[data-theme=light] .map-marker-bubble{background:#0000001f;box-shadow:0 2px 12px #00000031}[data-theme=light] .map-marker-avatar{background:#f1f1f2}[data-theme=light] .map-marker-avatar.map-marker-story.map-marker-story-seen,[data-theme=light] .map-modal-overlay .map-action-bar-avatar.map-marker-story.map-marker-story-seen{box-shadow:0 0 0 2.5px #00000029}[data-theme=light] .map-marker-pointer{border-top:7px solid rgba(0,0,0,.12)}[data-theme=light] .map-marker-pill{background:#0000008d}[data-theme=light] .map-marker-pill .map-pill-activity-icon,[data-theme=light] .map-marker-pill .map-pill-activity-label{color:#000000e6}[data-theme=light] .map-marker-pill .map-pill-name{color:#141414}[data-theme=light] .map-marker-pill .map-pill-time{color:#000000b3}[data-theme=light] .map-modal-overlay .map-no-location{color:#00000080}[data-theme=light] .map-modal-overlay .map-no-location-icon{color:#0000001f}[data-theme=light] .map-modal-overlay .map-no-location-title{color:#000000b3}[data-theme=light] .map-modal-overlay .map-no-location-desc,[data-theme=light] .map-modal-overlay .map-loading{color:#0006}[data-theme=light] .map-modal-overlay .map-close-btn{color:#000c;background:#f4f4f599;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 16px #0000002a}[data-theme=light] .map-modal-overlay .map-close-btn:hover{background:#f4f4f5cc;color:#141414}[data-theme=light] .map-modal-overlay .map-action-bar{background:#f4f4f5b8;border:1px solid rgba(0,0,0,.08);box-shadow:0 6px 24px #00000031,inset 0 1px #0000000c}[data-theme=light] .map-modal-overlay .map-cluster-switcher-avatar,[data-theme=light] .map-modal-overlay .map-action-bar-avatar{background:#f1f1f2}[data-theme=light] .map-modal-overlay .map-action-bar-avatar.map-action-bar-location-pin svg{filter:drop-shadow(0 1px 2px rgba(0,0,0,.193))}[data-theme=light] .map-modal-overlay .map-action-bar-name{color:#141414}[data-theme=light] .map-modal-overlay .map-action-bar-meta{color:#0006}[data-theme=light] .map-modal-overlay .map-action-btn{color:#000c;background:#00000010;border:1px solid rgba(0,0,0,.048)}[data-theme=light] .map-modal-overlay .map-action-btn:hover{background:#0000001d;color:#000000f2}[data-theme=light] .map-modal-overlay .map-action-btn-icon{color:#0000008c}[data-theme=light] .map-modal-overlay .map-action-bar-close{color:#0000004d}[data-theme=light] .map-modal-overlay .map-action-bar-close:hover{color:#000000b3}[data-theme=light] .map-modal-overlay .map-edge-avatar{background:#f1f1f2;border:2px solid rgba(0,0,0,.8);box-shadow:0 2px 12px #00000046}[data-theme=light] .map-modal-overlay .map-edge-arrow{border-bottom:7px solid rgba(0,0,0,.8);filter:drop-shadow(0 1px 3px rgba(0,0,0,.22))}[data-theme=light] .map-modal-overlay .map-oor-panel-overlay{background-color:#0000001d}[data-theme=light] .map-modal-overlay .map-oor-panel{background:#f2f2f4b3;border:1px solid rgba(0,0,0,.096);box-shadow:0 12px 40px #0000003f,inset 0 1px #00000010}[data-theme=light] .map-modal-overlay .map-oor-panel-title{color:#141414}[data-theme=light] .map-modal-overlay .map-oor-panel-close{color:#000c}[data-theme=light] .map-modal-overlay .map-oor-panel-close:hover{background:#00000010;color:#141414}[data-theme=light] .map-modal-overlay .map-oor-panel-row:hover{background:#0000000c}[data-theme=light] .map-modal-overlay .map-oor-panel-row-avatar{background:#f1f1f2}[data-theme=light] .map-modal-overlay .map-oor-panel-row-name{color:#141414}[data-theme=light] .map-modal-overlay .map-oor-panel-row-sub{color:#00000080}[data-theme=light] .map-modal-overlay .map-glass-btn-active{color:#0062a3;border-color:#0062a380;background:#0062a329}[data-theme=light] .map-ghost-avatar{border:2.5px dashed #0062a3;background:#0062a32e}[data-theme=light] .map-ghost-pill{color:#141414;background:#f6f7f8b8;border:1px solid rgba(0,98,163,.5)}[data-theme=light] .map-ghost-pill-icon{color:#0062a3}[data-theme=light] .map-modal-overlay .map-ghost-card{background:#f4f4f5d1;border:1px solid rgba(0,98,163,.35);box-shadow:0 12px 40px #00000046}[data-theme=light] .map-modal-overlay .map-ghost-card-title-icon{color:#0062a3}[data-theme=light] .map-modal-overlay .map-ghost-card-title{color:#141414}[data-theme=light] .map-modal-overlay .map-ghost-card-close{background:#00000010;color:#000000b3}[data-theme=light] .map-modal-overlay .map-ghost-card-close:hover{background:#0000001d;color:#141414}[data-theme=light] .map-modal-overlay .map-ghost-card-row:hover{background:#0000000c}[data-theme=light] .map-modal-overlay .map-ghost-card-avatar{border:1.5px solid rgba(0,98,163,.5)}[data-theme=light] .map-modal-overlay .map-ghost-card-name{color:#141414}[data-theme=light] .map-modal-overlay .map-filter-card{background:#00000013;border:1px solid rgba(0,0,0,.096);box-shadow:0 2px 8px #0000002a}[data-theme=light] .map-modal-overlay .map-filter-card:hover{border-color:#00000059}[data-theme=light] .map-story-thumb{background-color:#f2f2f2;border:1.5px solid #1a1a1a;box-shadow:0 1px 3px #0000002a}[data-theme=light] .map-share-modal-overlay{background:#00000082}[data-theme=light] .map-share-modal-overlay .map-share-modal{background:#f4f4f5f5;border:1px solid rgba(0,0,0,.064);box-shadow:0 16px 48px #0000004d;color:#141414}[data-theme=light] .map-share-modal-overlay .map-share-modal-header{border-bottom:1px solid rgba(0,0,0,.056)}[data-theme=light] .map-share-modal-overlay .map-share-modal-title{color:#141414}[data-theme=light] .map-share-modal-overlay .map-share-modal-close{background:#0000000c;color:#000000bf}[data-theme=light] .map-share-modal-overlay .map-share-modal-close:hover{background:#0000001d;color:#141414}[data-theme=light] .map-share-modal-overlay .map-share-modal-preview{background:#00000008;border:1px solid rgba(0,0,0,.056)}[data-theme=light] .map-share-modal-overlay .map-share-modal-preview-thumb{background:#f4f4f5}[data-theme=light] .map-share-modal-overlay .map-share-modal-preview-pin{filter:drop-shadow(0 1px 2px rgba(0,0,0,.248))}[data-theme=light] .map-share-modal-overlay .map-share-modal-preview-pin svg{stroke:#141414}[data-theme=light] .map-share-modal-overlay .map-share-modal-preview-eyebrow{color:#00000073}[data-theme=light] .map-share-modal-overlay .map-share-modal-preview-label{color:#141414}[data-theme=light] .map-share-modal-overlay .map-share-modal-preview-address{color:#0009}[data-theme=light] .map-share-modal-overlay .map-share-modal-search-icon{color:#00000073}[data-theme=light] .map-share-modal-overlay .map-share-modal-search-input{border:1px solid rgba(0,0,0,.08);background:#0000000c;color:#141414}[data-theme=light] .map-share-modal-overlay .map-share-modal-search-input::placeholder{color:#0006}[data-theme=light] .map-share-modal-overlay .map-share-modal-search-input:focus{border-color:#168e1666;background:#00000010}[data-theme=light] .map-share-modal-overlay .map-share-modal-list::-webkit-scrollbar-thumb{background:#00000018}[data-theme=light] .map-share-modal-overlay .map-share-modal-list::-webkit-scrollbar-thumb:hover{background:#00000029}[data-theme=light] .map-share-modal-overlay .map-share-modal-section-header{color:#00000073}[data-theme=light] .map-share-modal-overlay .map-share-modal-empty{color:#0006}[data-theme=light] .map-share-modal-overlay .map-share-modal-row:hover{background:#0000000a}[data-theme=light] .map-share-modal-overlay .map-share-modal-row-avatar{background:#00000008}[data-theme=light] .map-share-modal-overlay .map-share-modal-row-name{color:#141414}[data-theme=light] .map-share-modal-overlay .map-share-modal-row-server{color:#00000073}[data-theme=light] .map-share-modal-overlay .map-share-modal-row-send{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .map-share-modal-overlay .map-share-modal-row-send:hover:not(:disabled){background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .map-share-modal-overlay .map-share-modal-row-send.sent{background:#00000010;border-color:#00000018;color:#0009}[data-theme=light] .visibility-picker-overlay{background-color:#0007}[data-theme=light] .visibility-picker-container{background:#f2f2f4c7;border:1px solid rgba(0,0,0,.096);box-shadow:0 12px 40px #0000003f}[data-theme=light] .visibility-picker-container .visibility-picker-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .visibility-picker-container .visibility-picker-eyebrow{color:#00000073}[data-theme=light] .visibility-picker-container .visibility-picker-name{color:#141414}[data-theme=light] .visibility-picker-container .visibility-picker-close{background:#0000000c;color:#0000008c}[data-theme=light] .visibility-picker-container .visibility-picker-close:hover{background:#00000018;color:#141414}[data-theme=light] .visibility-picker-container .visibility-picker-section-label{color:#00000073}[data-theme=light] .visibility-picker-container .visibility-picker-option{border:1px solid rgba(0,0,0,.08);background:#0000000a;color:#000000d9}[data-theme=light] .visibility-picker-container .visibility-picker-option:hover:not(:disabled){background:#00000014;border-color:#00000029;color:#141414}[data-theme=light] .visibility-picker-container .visibility-picker-option-selected{border:1px solid rgba(3,77,160,.45)}[data-theme=light] .visibility-picker-container .visibility-picker-option-selected:hover:not(:disabled){background:linear-gradient(135deg,#70b2ff,#5ca2f5);border-color:#034da099}[data-theme=light] .visibility-picker-container .visibility-picker-freeze-row{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .visibility-picker-container .visibility-picker-freeze-row-frozen{background:linear-gradient(135deg,#0062a32e,#0062a30f,#0062a31f);border-color:#0062a34d}[data-theme=light] .visibility-picker-container .visibility-picker-freeze-icon{background:#00000010;border:.5px solid rgba(0,0,0,.096);color:#0062a3d9}[data-theme=light] .visibility-picker-container .visibility-picker-freeze-row-frozen .visibility-picker-freeze-icon{background:#0062a333;border-color:#0062a359}[data-theme=light] .visibility-picker-container .visibility-picker-freeze-label{color:#141414}[data-theme=light] .visibility-picker-container .visibility-picker-freeze-sub{color:#0000008c}[data-theme=light] .visibility-picker-container .visibility-picker-freeze-toggle{border:1px solid rgba(0,0,0,.128);background:#00000010}[data-theme=light] .visibility-picker-container .visibility-picker-freeze-knob{background:#1a1a1a;box-shadow:0 2px 5px #0000002a}[data-theme=light] .visibility-picker-container .visibility-picker-freeze-toggle-on{background:linear-gradient(135deg,#0062a380,#0062a32e,#0062a357);border-color:#0062a38c}[data-theme=light] .visibility-picker-container .visibility-picker-frozen-location{border:1px solid rgba(0,98,163,.28);background:#0062a31a;color:#141414}[data-theme=light] .visibility-picker-container .visibility-picker-frozen-location:hover{background:#0062a329;border-color:#0062a373}[data-theme=light] .visibility-picker-container .visibility-picker-frozen-location-icon{color:#0062a3}[data-theme=light] .visibility-picker-container .visibility-picker-frozen-location-sub{color:#0000008c}[data-theme=light] .visibility-picker-container .visibility-picker-frozen-location-chevron{color:#0006}[data-theme=light] .visibility-picker-container .visibility-picker-stop{color:#a30d00}[data-theme=light] .media-picker{background-color:#eff0f1bd;box-shadow:#0001 0 2px 8px}[data-theme=light] .media-picker:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .media-picker:after{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .media-picker-header{background:#f2f2f24d;border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .media-picker-back-btn{background:#0000000a;border:1px solid rgba(0,0,0,.064);color:#52565b}[data-theme=light] .media-picker-back-btn:hover{background:#00000014;border-color:#0000001f;color:#141414}[data-theme=light] .media-picker-title{color:#141414}[data-theme=light] .media-picker-powered-by{color:#6b6b6f}[data-theme=light] .media-picker-lang-btn{background:#0000000a;border:1px solid rgba(0,0,0,.064);color:#52565b}[data-theme=light] .media-picker-lang-btn:hover,[data-theme=light] .media-picker-lang-btn.active{background:#00000014;border-color:#0000001f;color:#141414}[data-theme=light] .media-picker-lang-dropdown{background:#f6f6f6fa;border:1px solid rgba(0,0,0,.08);box-shadow:0 8px 24px #0000003f}[data-theme=light] .media-picker-lang-item{color:#3b3c3f}[data-theme=light] .media-picker-lang-item:hover{background:#00000010;color:#141414}[data-theme=light] .media-picker-lang-item.selected{background:#0000000c;color:#141414}[data-theme=light] .media-picker-lang-item-code{color:#6b6b6f}[data-theme=light] .media-picker-lang-item.selected .media-picker-lang-item-code{color:#141414}[data-theme=light] .media-picker-lang-sep{background:#00000010}[data-theme=light] .media-picker-tab{color:#0009}[data-theme=light] .media-picker-tab:hover{background:#00000010;color:#000000e6}[data-theme=light] .media-picker-tab.active{background:#00000014;border-color:#00000010;color:#141414}[data-theme=light] .media-picker-search-icon{color:#969698}[data-theme=light] .media-picker-search-input{background:#f4f4f4;border:1px solid rgba(112,112,112,.35);color:#141414}[data-theme=light] .media-picker-search-input::placeholder{color:#969698}[data-theme=light] .media-picker-search-input:focus{border-color:#747474;background:#f3f3f3}[data-theme=light] .media-picker-search:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .media-picker-search:after{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .media-picker-content{background:#f2f2f233}[data-theme=light] .media-picker-back{background:#00000010;border:1px solid rgba(0,0,0,.064);color:#141414}[data-theme=light] .media-picker-back:hover{background:#00000018;border-color:#00000018}[data-theme=light] .media-picker-category{border:2px solid rgba(0,0,0,.064)}[data-theme=light] .media-picker-category-name{background:linear-gradient(transparent,#000000ad);color:#141414}[data-theme=light] .emoji-grid-item{background:#00000008;border:1px solid rgba(0,0,0,.048)}[data-theme=light] .emoji-grid-item:hover{background:#00000018;border-color:#0000001f}[data-theme=light] .emoji-grid-item:active{background:#00000025}[data-theme=light] .gif-grid-item{border:2px solid rgba(0,0,0,.048);background:#00000008}[data-theme=light] .gif-grid-item-count{background:#000000a3;color:#141414}[data-theme=light] .media-picker-loading{color:#00000080}[data-theme=light] .media-picker-loading-spinner{border:2px solid rgba(0,0,0,.08)}[data-theme=light] .media-picker-empty,[data-theme=light] .emoji-category-title{color:#00000080}[data-theme=light] .media-picker .media-picker-mode-switch{background:#f4f4f4;border:1px solid rgba(112,112,112,.25)}[data-theme=light] .media-picker .media-picker-mode-btn{color:#52565b}[data-theme=light] .media-picker .media-picker-mode-btn:hover{color:#141414;background:#0000000c}[data-theme=light] .media-picker .media-picker-mode-btn.active{background:#00000014;border-color:#00000018;color:#141414}[data-theme=light] .media-picker .media-picker-recent-chip{background:#0000000c;border:1px solid rgba(0,0,0,.08);color:#3b3c3f}[data-theme=light] .media-picker .media-picker-recent-chip:hover{background:#00000018;border-color:#00000025;color:#141414}[data-theme=light] .media-picker .media-picker-recent-chip-remove{color:#6b6b6f}[data-theme=light] .media-picker .media-picker-recent-chip-remove:hover{background:#0000001f;color:#141414}[data-theme=light] .media-picker .media-picker-most-used-chip{color:#184a8b}[data-theme=light] .media-picker .media-picker-most-used-chip:hover{color:#141414}[data-theme=light] .media-picker .media-picker-section-label{color:#00000080}[data-theme=light] .media-picker .gif-grid-item.sticker-grid-item{background:#00000006}[data-theme=light] .media-picker-emote-toggle{border:1px solid rgba(0,0,0,.112);color:#464f5d;background:linear-gradient(160deg,#0000001d,#0000000a)}[data-theme=light] .media-picker-emote-toggle:hover{color:#141414;border-color:#00000038}[data-theme=light] .media-picker-emote-toggle-on{color:#208340;border-color:#168e1666}[data-theme=light] .media-picker-emote-close{color:#464f5d;border:1px solid rgba(0,0,0,.112);background:#0000000e}[data-theme=light] .media-picker-emote-close:hover{color:#141414;background:#0000001d}[data-theme=light] .avatar-sticker-overlay{background-color:#000000a3}[data-theme=light] .avatar-sticker-modal{background-color:#fafafa;border:1px solid #f1f1f2;box-shadow:0 8px 32px #00000046}[data-theme=light] .avatar-sticker-modal .avatar-sticker-header h3,[data-theme=light] .avatar-sticker-modal .avatar-sticker-close{color:#2f3032}[data-theme=light] .avatar-sticker-modal .avatar-sticker-close:hover:not(:disabled){background-color:#f3f4f4}[data-theme=light] .avatar-sticker-modal .avatar-sticker-stage{background-color:#0000000a}[data-theme=light] .avatar-sticker-modal .avatar-sticker-spinner{background-color:#f3f4f4}[data-theme=light] .avatar-sticker-modal .avatar-sticker-spinner:after{border:2px solid rgba(0,0,0,.16);border-top-color:#1a1a1a}[data-theme=light] .avatar-sticker-modal .avatar-sticker-frame{border:1.5px solid rgba(0,0,0,.5)}[data-theme=light] .avatar-sticker-modal .avatar-sticker-selection{border:1px solid rgba(0,0,0,.85);box-shadow:0 0 0 1px #00000031}[data-theme=light] .avatar-sticker-modal .avatar-sticker-handle{color:#141414}[data-theme=light] .avatar-sticker-modal .avatar-sticker-handle.rotate,[data-theme=light] .avatar-sticker-modal .avatar-sticker-handle.scale{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .avatar-sticker-modal .avatar-sticker-handle.rotate:hover,[data-theme=light] .avatar-sticker-modal .avatar-sticker-handle.scale:hover{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .avatar-sticker-modal .avatar-sticker-handle.delete{border:1px solid rgba(163,0,0,.3)}[data-theme=light] .avatar-sticker-modal .avatar-sticker-handle.delete:hover{background:linear-gradient(135deg,#c8484a,#d8585a);border-color:#a3000080}[data-theme=light] .avatar-sticker-modal .avatar-sticker-readout{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .avatar-sticker-modal .avatar-sticker-hint{color:#636363}[data-theme=light] .avatar-sticker-modal .avatar-sticker-error{color:#141414}[data-theme=light] .avatar-sticker-modal .avatar-sticker-expiry label{color:#636363}[data-theme=light] .avatar-sticker-modal .avatar-sticker-expiry-option{border:1px solid #eeeeef;background-color:#f3f4f4;color:#636363}[data-theme=light] .avatar-sticker-modal .avatar-sticker-expiry-option:hover{border-color:#e4e4e5;color:#2f3032}[data-theme=light] .avatar-sticker-modal .avatar-sticker-expiry-caption{color:#747474}[data-theme=light] .avatar-sticker-modal .avatar-sticker-add{border:1px solid #eeeeef;background-color:#f3f4f4;color:#2f3032}[data-theme=light] .avatar-sticker-modal .avatar-sticker-add:hover:not(:disabled){background-color:#f1f1f2;border-color:#e4e4e5}[data-theme=light] .avatar-sticker-badge{border:1px solid #eeeeef;background-color:#f3f4f4;color:#2f3032}[data-theme=light] .avatar-sticker-badge:hover{background-color:#f1f1f2;color:#141414}[data-theme=light] .image-profile-editor-container .image-sticker-option{border:1px solid rgba(0,0,0,.08);background:#00000008;color:#2f3032}[data-theme=light] .image-profile-editor-container .image-sticker-option:hover{background:#00000010;border-color:#00000025}[data-theme=light] .image-profile-editor-container .image-sticker-option-icon{background:#0000000c;color:#2f3032}[data-theme=light] .image-profile-editor-container .image-sticker-option-subtitle{color:#636363}[data-theme=light] .assign-roles-channel{border:1px solid var(--border-color, rgba(0, 0, 0, .064));background:#00000008}[data-theme=light] .assign-roles-channel:hover{background:#0000000e}[data-theme=light] .assign-roles-channel.is-picked{border-color:#168e1666}[data-theme=light] .assign-roles-tick{color:#168e16e6}[data-theme=light] .assign-roles-role{border-bottom:1px solid var(--border-color, rgba(0, 0, 0, .048))}[data-theme=light] .channel-manage-overlay{background-color:#0000006c}[data-theme=light] .channel-manage-modal{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .channel-manage-modal:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .channel-manage-modal .channel-manage-left{background:#0000000b;border-right:1px solid rgba(0,0,0,.048)}[data-theme=light] .channel-manage-modal .channel-manage-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .channel-manage-modal .channel-manage-header h2{color:#141414}[data-theme=light] .channel-manage-modal .channel-name{color:#545658}[data-theme=light] .channel-manage-modal .manage-tab-button{color:#646568}[data-theme=light] .channel-manage-modal .manage-tab-button:hover{background:#0000000c;color:#2f3235}[data-theme=light] .channel-manage-modal .manage-tab-button.active{background:linear-gradient(135deg,#00000018,#0000000c);box-shadow:inset 0 1px #00000014,0 1px 3px #0000000e;color:#141414}[data-theme=light] .channel-manage-modal .manage-tab-button.danger.active{box-shadow:inset 0 1px #bd676426,0 1px 3px #0000000e}[data-theme=light] .channel-manage-modal .manage-close-button{color:#545658}[data-theme=light] .channel-manage-modal .manage-close-button:hover{background:#0000000c;color:#141414}[data-theme=light] .channel-manage-modal .missing-key-error-title{color:#141414}[data-theme=light] .channel-manage-modal .missing-key-error-text{color:#545658}[data-theme=light] .channel-permissions-tab .cp-left-pane{background:#0000000b;border:1px solid rgba(0,0,0,.048)}[data-theme=light] .channel-permissions-tab .cp-left-header{border-bottom:1px solid rgba(0,0,0,.048)}[data-theme=light] .channel-permissions-tab .cp-left-title{color:#00000073}[data-theme=light] .channel-permissions-tab .cp-role-row{color:#000000b3}[data-theme=light] .channel-permissions-tab .cp-role-row:hover{background:#00000008;color:#141414}[data-theme=light] .channel-permissions-tab .cp-role-row.selected{background:#00000010;color:#141414;border-color:#00000018}[data-theme=light] .channel-permissions-tab .cp-add-role-button{border:1px dashed rgba(0,0,0,.144);color:#0000008c}[data-theme=light] .channel-permissions-tab .cp-add-role-button:hover{background:#00000008;color:#141414;border-color:#00000047}[data-theme=light] .channel-permissions-tab .cp-right-pane{background:#00000008;border:1px solid rgba(0,0,0,.048)}[data-theme=light] .channel-permissions-tab .cp-right-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .channel-permissions-tab .cp-right-header-info h4{color:#141414}[data-theme=light] .channel-permissions-tab .cp-remove-access{color:#970f0c}[data-theme=light] .channel-permissions-tab .cp-remove-access:hover{color:#141414}[data-theme=light] .channel-permissions-tab .cp-help-banner{color:#000000b3}[data-theme=light] .channel-permissions-tab .cp-help-icon{color:#0a239a}[data-theme=light] .channel-permissions-tab .cp-permission-row{background:#00000006;border:1px solid rgba(0,0,0,.048)}[data-theme=light] .channel-permissions-tab .cp-permission-row.sub{background:#00000004;border-color:#00000008}[data-theme=light] .channel-permissions-tab .cp-permission-text h5{color:#141414}[data-theme=light] .channel-permissions-tab .cp-permission-text p{color:#00000080}[data-theme=light] .channel-permissions-tab .sub-permission-indicator{color:#00000059}[data-theme=light] .channel-permissions-tab .cp-empty-state{color:#00000073}[data-theme=light] .role-picker-overlay{background:#0000006c}[data-theme=light] .role-picker-overlay .role-picker-modal{background:#f1f1f399;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .role-picker-overlay .role-picker-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .role-picker-overlay .role-picker-header h3{color:#141414}[data-theme=light] .role-picker-overlay .nested-modal-close-btn{color:#0000008c}[data-theme=light] .role-picker-overlay .nested-modal-close-btn:hover:not(:disabled){color:#141414}[data-theme=light] .role-picker-overlay .role-picker-description{color:#0009}[data-theme=light] .role-picker-overlay .role-picker-row{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#141414}[data-theme=light] .role-picker-overlay .role-picker-row:hover{background:#00000010;border-color:#00000025}[data-theme=light] .role-picker-overlay .role-picker-empty{color:#00000080;background:#00000006}[data-theme=light] .role-picker-overlay .role-picker-footer,[data-theme=light] .channel-permissions-tab .cp-user-access{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .channel-permissions-tab .cp-user-access-empty{color:#0006}[data-theme=light] .channel-permissions-tab .cp-user-access-row .cp-remove-access{color:#00000073}[data-theme=light] .channel-permissions-tab .cp-role-pill{background:#0000000e;color:#00000073}[data-theme=light] .channel-permissions-tab .cp-visibility-row{background:#0000000a;border-color:#00000014}[data-theme=light] .channel-permissions-tab .cp-visibility-verdict{color:#00000073}[data-theme=light] .channel-permissions-tab .cp-visibility-note{color:#0006}[data-theme=light] .remove-channel-confirm-overlay{background-color:#0000006c}[data-theme=light] .remove-channel-confirm-overlay .remove-channel-confirm-container{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .remove-channel-confirm-overlay .remove-channel-confirm-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .remove-channel-confirm-overlay .remove-channel-confirm-icon{background:#00000010;border:1px solid rgba(0,0,0,.08);color:#000000bf}[data-theme=light] .remove-channel-confirm-overlay .remove-channel-confirm-name{color:#141414}[data-theme=light] .remove-channel-confirm-overlay .remove-channel-confirm-warning{color:#323334;background:#a55a571a}[data-theme=light] .remove-channel-confirm-overlay .remove-channel-confirm-input-group label{color:#545658}[data-theme=light] .remove-channel-confirm-overlay .remove-channel-confirm-input-group label strong{color:#141414}[data-theme=light] .remove-channel-confirm-overlay .remove-channel-confirm-input{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#141414}[data-theme=light] .remove-channel-confirm-overlay .remove-channel-confirm-input:hover{background:#0000000c;border-color:#0000001d}[data-theme=light] .remove-channel-confirm-overlay .remove-channel-confirm-input:focus{background:#0000000c}[data-theme=light] .remove-channel-confirm-overlay .remove-channel-confirm-input::placeholder{color:#0006}[data-theme=light] .remove-channel-confirm-overlay .remove-channel-confirm-error{color:#a30700}[data-theme=light] .remove-channel-confirm-overlay .remove-channel-confirm-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .remove-channel-confirm-overlay .remove-channel-confirm-button.cancel{background:#00000008;border:1px solid rgba(0,0,0,.08);color:#545658}[data-theme=light] .remove-channel-confirm-overlay .remove-channel-confirm-button.cancel:hover:not(:disabled){background:#00000010;border-color:#00000025;color:#141414}[data-theme=light] .remove-channel-confirm-overlay .remove-channel-confirm-button.remove.enabled:hover:not(:disabled){background:linear-gradient(135deg,#aa5552,#be6461)}[data-theme=light] .remove-channel-confirm-overlay .remove-channel-confirm-button.remove.disabled{background:#00000008;border:1px solid rgba(0,0,0,.048);color:#00000059}[data-theme=light] .chat-theme-overlay{background:#0007}[data-theme=light] .chat-theme-modal{background:#f1f1f2;border:1px solid rgba(0,0,0,.064);box-shadow:0 18px 48px #0000003f}[data-theme=light] .chat-theme-modal .chat-theme-screen-header{border-bottom:1px solid rgba(0,0,0,.056)}[data-theme=light] .chat-theme-modal .chat-theme-screen-title{color:#2f7575}[data-theme=light] .chat-theme-modal .chat-theme-close,[data-theme=light] .chat-theme-modal .chat-theme-back{color:#545658;background:#0000000c}[data-theme=light] .chat-theme-modal .chat-theme-close:hover,[data-theme=light] .chat-theme-modal .chat-theme-back:hover{background:#00000018;color:#2f7575}[data-theme=light] .chat-theme-modal .chat-theme-set{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .chat-theme-modal .chat-theme-set:hover{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .chat-theme-modal .chat-theme-tile-label{color:#545658}[data-theme=light] .chat-theme-modal .chat-theme-tile.selected .chat-theme-tile-label{color:#2f7575}[data-theme=light] .chat-theme-modal .chat-theme-photo-choose{color:#2f3032;background:#00000010;border:1px solid rgba(0,0,0,.096)}[data-theme=light] .chat-theme-modal .chat-theme-photo-choose:hover{background:#0000001d;color:#2f7575}[data-theme=light] .chat-theme-modal .chat-theme-adjustments{border-top:1px solid rgba(0,0,0,.056)}[data-theme=light] .chat-theme-modal .chat-theme-adjust-label{color:#2f3032}[data-theme=light] .chat-theme-modal .chat-theme-color{border:1px solid rgba(0,0,0,.12)}[data-theme=light] .chat-theme-modal .chat-theme-tint-group{background:#0000000c}[data-theme=light] .chat-theme-modal .chat-theme-tint-option{color:#545658}[data-theme=light] .delete-message-overlay{background-color:#0000001a}[data-theme=light] .delete-message-container{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .delete-message-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .delete-message-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .delete-message-header h3{color:#141414}[data-theme=light] .delete-message-close{color:#00000073}[data-theme=light] .delete-message-close:hover:not(:disabled){color:#141414;background:#00000010}[data-theme=light] .delete-message-overlay .delete-warning-message{color:#141414}[data-theme=light] .delete-message-overlay .delete-warning-description{color:#000000a6}[data-theme=light] .delete-message-overlay .message-preview-container{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .delete-message-overlay .message-preview-label{color:#00000073}[data-theme=light] .delete-message-overlay .message-preview-content{color:#000000bf}[data-theme=light] .delete-message-overlay .message-preview-empty{color:#0000004d}[data-theme=light] .delete-message-overlay .delete-success-message{color:#141414}[data-theme=light] .delete-message-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .delete-message-overlay .delete-cancel-button{background:#0000000c;border:1px solid rgba(0,0,0,.08);color:#000000b3}[data-theme=light] .delete-message-overlay .delete-cancel-button:hover:not(:disabled){background:#00000014;border-color:#00000021;color:#141414}[data-theme=light] .delete-message-overlay .delete-confirm-button{color:#141414}[data-theme=light] .games-intro-overlay{background:#00000082}[data-theme=light] .games-intro-overlay .games-intro-modal{background:#f1f1f3eb;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031}[data-theme=light] .games-intro-overlay .games-intro-close{color:#545658}[data-theme=light] .games-intro-overlay .games-intro-close:hover{color:#141414}[data-theme=light] .games-intro-overlay .games-intro-badge{border:1px solid rgba(22,142,22,.3);color:#267d36}[data-theme=light] .games-intro-overlay .games-intro-title{color:#141414}[data-theme=light] .games-intro-overlay .games-intro-description{color:#545658}[data-theme=light] .games-intro-overlay .games-intro-card{background:#00000008;border:2px solid rgba(0,0,0,.08)}[data-theme=light] .games-intro-overlay .games-intro-card:hover{border-color:#168e1680}[data-theme=light] .games-intro-overlay .games-intro-card-tile{background:linear-gradient(135deg,#eaebef,#f1f1f4);border:1px solid rgba(0,0,0,.064)}[data-theme=light] .games-intro-overlay .games-intro-card-name{color:#141414}[data-theme=light] .games-intro-overlay .games-intro-card-players{color:#0000008c}[data-theme=light] .games-intro-overlay .games-intro-later{background:#0000000a;border:1px solid rgba(0,0,0,.08);color:#545658}[data-theme=light] .games-intro-overlay .games-intro-later:hover{background:#00000014;color:#141414}[data-theme=light] .games-intro-overlay .games-intro-browse{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .games-intro-overlay .games-intro-browse:hover{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .image-profile-editor-overlay{background-color:#0000006c}[data-theme=light] .image-profile-editor-container{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .image-profile-editor-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .image-profile-editor-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .image-profile-editor-header h3{color:#141414}[data-theme=light] .image-profile-editor-close{background:#00000008;border:1px solid rgba(0,0,0,.08);color:#545658}[data-theme=light] .image-profile-editor-close:hover:not(:disabled){background:#00000010;border-color:#00000025;color:#141414}[data-theme=light] .image-drop-area{border:2px dashed rgba(0,0,0,.112);background:#00000006}[data-theme=light] .image-drop-area:hover{border-color:#168e1659;background:#0000000c}[data-theme=light] .image-drop-content,[data-theme=light] .image-drop-icon{color:#545658}[data-theme=light] .image-drop-hint{color:#0006!important}[data-theme=light] .image-preview-container{border:2px solid rgba(0,0,0,.096)}[data-theme=light] .image-profile-editor-overlay .scale-control label{color:#141414}[data-theme=light] .image-profile-editor-overlay .scale-slider{background:#00000010}[data-theme=light] .image-profile-editor-overlay .scale-slider::-webkit-slider-thumb{background:linear-gradient(135deg,#4a7c59,#5a8c69);border:1px solid rgba(22,142,22,.35)}[data-theme=light] .image-profile-editor-overlay .scale-slider::-webkit-slider-thumb:hover{border-color:#168e1699}[data-theme=light] .image-profile-editor-overlay .scale-value{color:#545658}[data-theme=light] .image-profile-editor-overlay .change-image-button{background:#00000008;border:1px solid rgba(0,0,0,.08);color:#141414}[data-theme=light] .image-profile-editor-overlay .change-image-button:hover:not(:disabled){background:#00000010;border-color:#00000025}[data-theme=light] .image-profile-editor-overlay .background-color-picker label{color:#141414}[data-theme=light] .image-profile-editor-overlay .color-box{border:2px solid rgba(0,0,0,.096)}[data-theme=light] .image-profile-editor-overlay .color-box:hover:not(:disabled){border-color:#00000059}[data-theme=light] .image-profile-editor-overlay .color-box.selected{border-color:#1a1a1a}[data-theme=light] .image-profile-editor-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .image-cancel-button{background:#00000008;border:1px solid rgba(0,0,0,.08);color:#545658}[data-theme=light] .image-cancel-button:hover:not(:disabled){background:#00000010;border-color:#00000025;color:#141414}[data-theme=light] .image-upload-button{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .image-upload-button:hover:not(:disabled){background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .json-viewer-overlay{background-color:#0000001a}[data-theme=light] .json-viewer-container{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .json-viewer-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .json-viewer-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .json-viewer-header h3{color:#141414}[data-theme=light] .json-viewer-overlay .json-viewer-copy-button{background:#0000000c;border:1px solid rgba(0,0,0,.08);color:#000000b3}[data-theme=light] .json-viewer-overlay .json-viewer-copy-button:hover{background:#00000014;border-color:#00000021;color:#141414}[data-theme=light] .json-viewer-overlay .json-viewer-copy-button.copied{color:#141414}[data-theme=light] .json-viewer-close{color:#00000073}[data-theme=light] .json-viewer-close:hover{color:#141414;background:#00000010}[data-theme=light] .leave-server-overlay{background-color:#000000b8}[data-theme=light] .leave-server-container{background-color:#ededee;border:1px solid #c8cacc}[data-theme=light] .leave-server-icon{background-color:#f4f4f4;border:1px solid #c8cacc}[data-theme=light] .leave-server-name{color:#141414}[data-theme=light] .leave-server-warning{color:#323334}[data-theme=light] .leave-server-footer{border-top:1px solid #e4e5e6}[data-theme=light] .leave-server-button.cancel{border:1px solid #dddedf;color:#545658}[data-theme=light] .leave-server-button.cancel:hover:not(:disabled){background-color:#e5e6e7;border-color:#c6c6c8;color:#141414}[data-theme=light] .member-manage-modal .member-info-container{background:#0000000a}[data-theme=light] .member-manage-modal .mm-group-list{border:1px solid rgba(0,0,0,.064);background:#00000008}[data-theme=light] .member-manage-modal .mm-group-row{border-bottom:1px solid rgba(0,0,0,.048)}[data-theme=light] .member-manage-modal .mm-group-row:hover{background:#00000008}[data-theme=light] .member-manage-modal .mm-group-info .group-name{color:#141414}[data-theme=light] .member-manage-modal .mm-group-meta{color:#65686c}[data-theme=light] .mm-action-overlay{background-color:#000000b8}[data-theme=light] .mm-action-container{background-color:#ededee;border:1px solid #c8cacc}[data-theme=light] .mm-action-header{border-bottom:1px solid #e4e5e6}[data-theme=light] .mm-action-header h3{color:#141414}[data-theme=light] .mm-action-close{color:#545658}[data-theme=light] .mm-action-close:hover,[data-theme=light] .mm-action-warning-message{color:#141414}[data-theme=light] .mm-action-warning-description{color:#323334}[data-theme=light] .mm-action-overlay .step-form-group label{color:#141414}[data-theme=light] .mm-action-overlay .step-input{background-color:#e9eaeb;border:1px solid #dddedf;color:#141414}[data-theme=light] .mm-action-overlay .step-input::placeholder{color:#75777c}[data-theme=light] .mm-action-success-message{color:#141414}[data-theme=light] .mm-action-footer{border-top:1px solid #e4e5e6}[data-theme=light] .mm-action-cancel{border:1px solid #dddedf;color:#545658}[data-theme=light] .mm-action-cancel:hover{background-color:#e5e6e7;border-color:#c6c6c8;color:#141414}[data-theme=light] .private-group-overlay{background:#0000001a}[data-theme=light] .private-group-sheet{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .private-group-sheet:before,[data-theme=light] .private-group-created-card:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .private-group-close{color:#000000b3;background:#0000000c;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .private-group-close:hover{background:#00000014;border-color:#00000021;color:#141414}[data-theme=light] .private-group-input{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .private-group-input::placeholder{color:#0006}[data-theme=light] .private-group-input:hover{background:#0000000c;border-color:#0000001d}[data-theme=light] .private-group-input:focus{border-color:#168e1680}[data-theme=light] .private-group-type{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .private-group-type:hover{background:#00000010;border-color:#0000001d}[data-theme=light] .private-group-type.selected .private-group-type-title{color:#141414}[data-theme=light] .private-group-member:hover{background:#0000000c}[data-theme=light] .private-group-member-tick{color:#141414;border:1px solid rgba(0,0,0,.112)}[data-theme=light] .private-group-member.staged .private-group-member-tick{border-color:#168e1666}[data-theme=light] .private-group-submit{color:#141414}[data-theme=light] .private-group-created-card{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .private-group-created-open{color:#141414}[data-theme=light] .private-group-created-later{color:#000000b3;background:#0000000c;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .private-group-created-later:hover{background:#00000014;border-color:#00000021;color:#141414}[data-theme=light] .private-story-modal-overlay{background-color:#0000001a}[data-theme=light] .private-story-modal{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .private-story-modal:before,[data-theme=light] .private-story-confirm-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .private-story-modal-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .private-story-modal-title{color:#141414}[data-theme=light] .private-story-modal-name-input{background:#0000000c;border:1px solid rgba(0,0,0,.08);color:#141414}[data-theme=light] .private-story-modal-name-input:hover{background:#00000010}[data-theme=light] .private-story-modal-name-input:focus{background:#00000014;border-color:#00000038}[data-theme=light] .private-story-modal-close{color:#00000073}[data-theme=light] .private-story-modal-close:hover{color:#141414;background:#00000010}[data-theme=light] .private-story-modal-options:not(:empty){border-bottom:1px solid rgba(0,0,0,.048)}[data-theme=light] .private-story-option-label{color:#000000e6}[data-theme=light] .private-story-option-desc,[data-theme=light] .private-story-modal-section-label{color:#00000073}[data-theme=light] .private-story-add-button{background:#0000000c;border:1px solid rgba(0,0,0,.08);color:#000000b3}[data-theme=light] .private-story-add-button:hover{background:#00000014;border-color:#00000021;color:#141414}[data-theme=light] .private-story-add-button.active{color:#141414}[data-theme=light] .private-story-search-panel{background:#0000000e;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .private-story-search-input-row{background:#0000000c;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .private-story-search-input-row:focus-within{background:#00000014;border-color:#00000038}[data-theme=light] .private-story-search-icon{color:#00000059}[data-theme=light] .private-story-search-input{color:#141414}[data-theme=light] .private-story-search-input::placeholder{color:#0000004d}[data-theme=light] .private-story-search-empty{color:#00000059}[data-theme=light] .private-story-search-row:hover{background:#0000000c;border-color:#00000014}[data-theme=light] .private-story-modal-empty{color:#00000073}[data-theme=light] .private-story-member-row:hover{background:#00000008;border-color:#00000010}[data-theme=light] .private-story-member-name{color:#141414}[data-theme=light] .private-story-member-username{color:#00000073}[data-theme=light] .private-story-role-control{background:#00000012;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .private-story-role-option{color:#00000073}[data-theme=light] .private-story-role-option:hover:not(.active):not(:disabled){background:#0000000a;color:#000000b3}[data-theme=light] .private-story-role-option.active{background:#00000014;color:#000000d9;border-color:#00000025}[data-theme=light] .private-story-member-remove{color:#00000059}[data-theme=light] .private-story-member-remove:hover{color:#970f0c}[data-theme=light] .private-story-modal-error{color:#000c}[data-theme=light] .private-story-modal-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .private-story-danger-button{color:#000000d9}[data-theme=light] .private-story-danger-button:hover:not(:disabled){color:#141414}[data-theme=light] .private-story-save-button{color:#141414}[data-theme=light] .private-story-confirm-overlay{background-color:#0000001a}[data-theme=light] .private-story-confirm-container{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .private-story-confirm-title,[data-theme=light] .private-story-confirm-name{color:#141414}[data-theme=light] .private-story-confirm-warning{color:#000000a6}[data-theme=light] .private-story-confirm-error{color:#000c}[data-theme=light] .private-story-confirm-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .private-story-confirm-button.cancel{background:#0000000c;border:1px solid rgba(0,0,0,.08);color:#000000b3}[data-theme=light] .private-story-confirm-button.cancel:hover:not(:disabled){background:#00000014;border-color:#00000021;color:#141414}[data-theme=light] .private-story-confirm-button.danger{color:#141414}[data-theme=light] .read-by-modal-overlay{background-color:#0000001a}[data-theme=light] .read-by-modal-container{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .read-by-modal-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .read-by-modal-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .read-by-modal-header h3{color:#141414}[data-theme=light] .read-by-modal-close{color:#00000073}[data-theme=light] .read-by-modal-close:hover{color:#141414;background:#00000010}[data-theme=light] .read-by-modal-overlay .read-by-empty{color:#00000073}[data-theme=light] .read-by-modal-overlay .read-by-member-item:hover{background-color:#0000000c}[data-theme=light] .reminder-modal-overlay{background-color:#0000001a}[data-theme=light] .reminder-modal-container{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .reminder-modal-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .reminder-modal-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .reminder-modal-title{color:#141414}[data-theme=light] .reminder-modal-close{color:#00000073}[data-theme=light] .reminder-modal-close:hover{color:#141414;background:#00000010}[data-theme=light] .reminder-modal-overlay .reminder-form-group label{color:#000000e6}[data-theme=light] .reminder-modal-overlay .reminder-form-description{color:#00000073}[data-theme=light] .reminder-modal-overlay .reminder-message-preview{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .reminder-modal-overlay .reminder-message-time{color:#0000004d}[data-theme=light] .reminder-modal-overlay .reminder-message-content{color:#000000bf}[data-theme=light] .reminder-modal-overlay .reminder-message-empty{color:#0000004d}[data-theme=light] .reminder-modal-overlay .reminder-time-trigger{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#141414}[data-theme=light] .reminder-modal-overlay .reminder-time-trigger:hover{background:#0000000e;border-color:#0000001d}[data-theme=light] .reminder-modal-overlay .reminder-time-trigger .placeholder{color:#00000059}[data-theme=light] .reminder-modal-overlay .reminder-time-trigger-icon{color:#00000073}[data-theme=light] .reminder-time-picker-overlay{background-color:#0000001a}[data-theme=light] .reminder-time-picker-modal{background:#f1f1f380;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .reminder-time-picker-modal:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .reminder-time-picker-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .reminder-time-picker-title{color:#141414}[data-theme=light] .reminder-time-option{color:#000000a6}[data-theme=light] .reminder-time-option:hover{background:#00000010;color:#141414}[data-theme=light] .reminder-time-option.selected{color:#141414}[data-theme=light] .reminder-custom-input{border:1px solid rgba(0,0,0,.096);background:#0000000c;color:#141414}[data-theme=light] .reminder-custom-input:focus{background:#00000010}[data-theme=light] .reminder-custom-label{color:#00000073}[data-theme=light] .reminder-custom-confirm{color:#141414}[data-theme=light] .reminder-modal-overlay .reminder-time-preview{color:#000000bf}[data-theme=light] .reminder-modal-overlay .reminder-time-preview strong{color:#141414}[data-theme=light] .reminder-modal-overlay .reminder-error-message{color:#970f0c}[data-theme=light] .reminder-modal-overlay .reminder-success-message{color:#141414}[data-theme=light] .reminder-modal-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .reminder-modal-overlay .reminder-cancel-button{background:#0000000c;border:1px solid rgba(0,0,0,.08);color:#000000b3}[data-theme=light] .reminder-modal-overlay .reminder-cancel-button:hover:not(:disabled){background:#00000014;border-color:#00000021;color:#141414}[data-theme=light] .reminder-modal-overlay .reminder-confirm-button{color:#141414}[data-theme=light] .report-overlay{background-color:#0000001a}[data-theme=light] .report-container{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .report-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .report-header{background:#00000008;border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .report-header .report-title{color:#141414}[data-theme=light] .report-description{color:#494a4d}[data-theme=light] .report-reason-button{background:#0000000a;border:1px solid rgba(0,0,0,.08);color:#141414}[data-theme=light] .report-reason-button:hover{background:#00000014;border-color:#00000025}[data-theme=light] .report-reason-button.selected{border:1px solid rgba(163,0,0,.4);color:#a30000}[data-theme=light] .report-reason-button.selected:hover{color:#141414}[data-theme=light] .report-reason-button.selected .report-reason-description,[data-theme=light] .report-reason-description{color:#494a4d}[data-theme=light] .report-selected-reason{background:#0000000a;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .report-selected-reason .report-reason-label{color:#494a4d}[data-theme=light] .report-selected-reason .report-reason-description{color:#60646a}[data-theme=light] .report-details-label{color:#494a4d}[data-theme=light] .report-details-input{background:#0000000c;border:1px solid rgba(0,0,0,.096);color:#141414}[data-theme=light] .report-details-input:focus{border-color:#00000029}[data-theme=light] .report-details-input::placeholder{color:#75777c}[data-theme=light] .report-details-counter{color:#60646a}[data-theme=light] .report-confirmation-alert{background:#0000000a;border:1px solid rgba(0,0,0,.112)}[data-theme=light] .report-alert-title{color:#141414}[data-theme=light] .report-alert-message{color:#494a4d}[data-theme=light] .report-message-previews{border:1px solid rgba(0,0,0,.08)}[data-theme=light] .report-content>.report-message-previews:first-child{background:#f4f4f5f0}[data-theme=light] .report-preview-message{background:#0000000a;border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .report-preview-header{border-bottom:1px solid rgba(0,0,0,.064);background:#00000008}[data-theme=light] .report-preview-content{color:#60646a}[data-theme=light] .report-preview-story{background:#0000000a}[data-theme=light] .report-preview-media img{border:1px solid rgba(0,0,0,.08)}[data-theme=light] .report-buttons{border-top:1px solid rgba(0,0,0,.064);background:#00000008}[data-theme=light] .report-button-cancel{background:#0000000c;border-color:#00000014;color:#000000b3}[data-theme=light] .report-button-cancel:hover{background:#00000014;border-color:#00000021;color:#141414}[data-theme=light] .report-button-danger{border:1px solid rgba(163,0,0,.4);color:#a30000}[data-theme=light] .report-button-danger:hover,[data-theme=light] .report-success-title{color:#141414}[data-theme=light] .report-success-message{color:#545658}[data-theme=light] .report-spinner{border:3px solid rgba(0,0,0,.096);border-top-color:#57595b}[data-theme=light] .report-context-counter,[data-theme=light] .report-context-hint{color:#60646a}[data-theme=light] .report-context-list{border:1px solid rgba(0,0,0,.08);background:#0000000a}[data-theme=light] .report-context-row{border-bottom:1px solid rgba(0,0,0,.048)}[data-theme=light] .report-context-row:hover{background:#00000008}[data-theme=light] .report-context-author{color:#141414}[data-theme=light] .report-context-text{color:#545658}[data-theme=light] .server-add-overlay{background-color:#000000a3}[data-theme=light] .server-add-modal{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .server-add-close{color:#7a7b81}[data-theme=light] .server-add-close:hover{background-color:#0000000c;color:#52565b}[data-theme=light] .server-add-header h2{color:#474e5c}[data-theme=light] .server-add-subtitle{color:#68696c}[data-theme=light] .server-add-option{background-color:#f1f1f2}[data-theme=light] .server-add-option:hover{background-color:#efeff0;border-color:#0000000c}[data-theme=light] .server-add-option-icon{background-color:#eceded;color:#52565b}[data-theme=light] .server-add-option:hover .server-add-option-icon{background-color:#e7e8e9;color:#474e5c}[data-theme=light] .server-add-option-title{color:#474e5c}[data-theme=light] .server-add-option-description{color:#68696c}[data-theme=light] .server-create-container{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .server-create-header{border-bottom:1px solid #e4e5e6}[data-theme=light] .server-create-title{color:#141414}[data-theme=light] .server-create-close{color:#545658}[data-theme=light] .server-create-close:hover{color:#141414}[data-theme=light] .server-create-label{color:#545658}[data-theme=light] .server-create-char-count{color:#75777c}[data-theme=light] .server-create-input{background-color:#e9eaeb;border:1px solid #dddedf;color:#141414}[data-theme=light] .server-create-input::placeholder{color:#75777c}[data-theme=light] .server-create-hint{color:#75777c}[data-theme=light] .server-create-footer{background-color:#eff0f1;border-top:1px solid #e4e5e6}[data-theme=light] .server-create-button.cancel{border:1px solid #dddedf;color:#545658}[data-theme=light] .server-create-button.cancel:hover:not(:disabled){background-color:#e5e6e7;border-color:#c6c6c8;color:#141414}[data-theme=light] .server-create-spinner{border:3px solid #eaeaec}[data-theme=light] .server-create-creating-text{color:#545658}[data-theme=light] .server-join-container{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .server-join-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .server-join-title{color:#141414}[data-theme=light] .server-join-search-icon{color:#75777c}[data-theme=light] .server-join-search-input{background:#0000000c;border:1px solid rgba(0,0,0,.08);color:#141414}[data-theme=light] .server-join-search-input:focus{background:#00000012;border-color:#00000038;box-shadow:0 0 0 3px #0000000c}[data-theme=light] .server-join-search-input::placeholder{color:#00000059}[data-theme=light] .server-join-empty{color:#0006}[data-theme=light] .server-result-item{background:#00000008;border:1px solid rgba(0,0,0,.056)}[data-theme=light] .server-result-item:hover{background:#00000010;border-color:#0000001d}[data-theme=light] .server-result-icon{background:#0000000c}[data-theme=light] .server-result-name{color:#474e5c}[data-theme=light] .server-result-verified{color:#267d36;border:1px solid rgba(22,142,22,.28)}[data-theme=light] .server-result-meta{color:#00000073}[data-theme=light] .server-result-banned{color:#8d1619}[data-theme=light] .server-result-join-btn{border:1px solid rgba(22,142,22,.25)}[data-theme=light] .server-result-join-btn:hover:not(:disabled){border-color:#168e1666}[data-theme=light] .server-result-join-btn.banned{background:#0000000c;border-color:#00000014;color:#00000073}[data-theme=light] .server-join-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .server-manage-overlay{background-color:#0000006c}[data-theme=light] .server-manage-modal{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .server-manage-modal:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .server-manage-modal .server-manage-left{background:#0000000b;border-right:1px solid rgba(0,0,0,.048)}[data-theme=light] .server-manage-modal .server-manage-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .server-manage-modal .server-manage-header h2{color:#141414}[data-theme=light] .server-manage-modal .server-name{color:#545658}[data-theme=light] .server-manage-modal .manage-tab-button{color:#646568}[data-theme=light] .server-manage-modal .manage-tab-button:hover{background:#0000000c;color:#2f3235}[data-theme=light] .server-manage-modal .manage-tab-button.active{border-color:#168e164d;box-shadow:inset 0 1px #00000018,0 2px 8px #4a7c594d}[data-theme=light] .server-manage-modal .manage-tab-button.active .tab-icon{color:#208340}[data-theme=light] .server-manage-modal .manage-tab-button.danger.active{box-shadow:inset 0 1px #bd676426,0 1px 3px #0000000e}[data-theme=light] .server-manage-modal .manage-close-button{color:#545658}[data-theme=light] .server-manage-modal .manage-close-button:hover{background-color:#e9eaeb;color:#141414}[data-theme=light] .add-owner-overlay{background-color:#0000006c}[data-theme=light] .add-owner-overlay .add-owner-container{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .add-owner-overlay .add-owner-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .add-owner-overlay .add-owner-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .add-owner-header h3{color:#141414}[data-theme=light] .add-owner-close,[data-theme=light] .add-owner-overlay .nested-modal-close-btn{color:#545658}[data-theme=light] .add-owner-close:hover:not(:disabled),[data-theme=light] .add-owner-overlay .nested-modal-close-btn:hover:not(:disabled){color:#141414}[data-theme=light] .add-owner-overlay .add-owner-description{color:#545658}[data-theme=light] .add-owner-overlay .search-icon{color:#75777c}[data-theme=light] .add-owner-overlay .search-input{background:#00000013;border:1px solid rgba(0,0,0,.064);color:#323334}[data-theme=light] .add-owner-overlay .search-input:hover{background:#00000016;border-color:#0000001d}[data-theme=light] .add-owner-overlay .search-input:focus{background:#00000016;border-color:#168e1680}[data-theme=light] .add-owner-overlay .search-input::placeholder{color:#0006}[data-theme=light] .add-owner-overlay .add-owner-members-list{border:1px solid rgba(0,0,0,.064);background:#00000008}[data-theme=light] .add-owner-overlay .no-members-found{color:#0006}[data-theme=light] .add-owner-overlay .member-item{border-bottom:1px solid rgba(0,0,0,.048)}[data-theme=light] .add-owner-overlay .member-item:hover{background:#0000000c}[data-theme=light] .add-owner-overlay .member-name{color:#141414}[data-theme=light] .add-owner-overlay .member-username{color:#75777c}[data-theme=light] .add-owner-overlay .add-owner-success p{color:#323334}[data-theme=light] .add-owner-overlay .add-owner-success strong{color:#141414}[data-theme=light] .add-owner-overlay .add-owner-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .add-owner-overlay .owner-cancel-button{background:#00000008;border:1px solid rgba(0,0,0,.08);color:#545658}[data-theme=light] .add-owner-overlay .owner-cancel-button:hover:not(:disabled){background:#00000010;border-color:#00000025;color:#141414}[data-theme=light] .add-owner-overlay .owner-submit-button{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .add-owner-overlay .owner-submit-button:hover:not(:disabled){background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .general-tab .bans-table{border:1px solid rgba(0,0,0,.064);background:#00000008}[data-theme=light] .general-tab .bans-table-header{background:#00000008;border-bottom:1px solid rgba(0,0,0,.064);color:#000000a6}[data-theme=light] .general-tab .bans-table-header>div{border-right:1px solid rgba(0,0,0,.048)}[data-theme=light] .general-tab .ban-row{border-bottom:1px solid rgba(0,0,0,.048)}[data-theme=light] .general-tab .ban-row:hover{background:#00000008}[data-theme=light] .general-tab .ban-member-col,[data-theme=light] .general-tab .ban-reason-col,[data-theme=light] .general-tab .ban-by-col,[data-theme=light] .general-tab .ban-when-col,[data-theme=light] .general-tab .ban-actions-col{color:#141414;border-right:1px solid rgba(0,0,0,.048)}[data-theme=light] .general-tab .ban-reason-empty{color:#65686c}[data-theme=light] .general-tab .ban-when-col{color:#000000a6}[data-theme=light] .general-tab .unban-button{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#000c}[data-theme=light] .general-tab .unban-button:hover{background:#00000014;color:#141414}[data-theme=light] .general-tab .bans-empty,[data-theme=light] .general-tab .bans-empty-icon{color:#65686c}[data-theme=light] .unban-confirm-overlay{background-color:#0000006c}[data-theme=light] .unban-confirm-overlay .unban-confirm-container{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .unban-confirm-overlay .unban-confirm-header h3,[data-theme=light] .unban-confirm-overlay .unban-confirm-message{color:#141414}[data-theme=light] .unban-confirm-overlay .unban-confirm-description{color:#000000a6}[data-theme=light] .unban-confirm-overlay .unban-cancel-button{background:#0000000c;border:1px solid rgba(0,0,0,.08);color:#000c}[data-theme=light] .unban-confirm-overlay .unban-cancel-button:hover{background:#00000018}[data-theme=light] .unban-confirm-overlay .unban-confirm-button{border:1px solid rgba(0,0,0,.096)}[data-theme=light] .unban-confirm-overlay .unban-confirm-button:hover{background:#5865f2}[data-theme=light] .create-invite-overlay{background-color:#0000006c}[data-theme=light] .create-invite-overlay .create-invite-container{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .create-invite-overlay .create-invite-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .create-invite-overlay .create-invite-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .create-invite-overlay .create-invite-header h3{color:#141414}[data-theme=light] .create-invite-overlay .create-invite-close,[data-theme=light] .create-invite-overlay .nested-modal-close-btn{color:#545658}[data-theme=light] .create-invite-overlay .create-invite-close:hover:not(:disabled),[data-theme=light] .create-invite-overlay .nested-modal-close-btn:hover:not(:disabled){color:#141414}[data-theme=light] .invite-form-group label{color:#141414}[data-theme=light] .invite-form-description{color:#545658}[data-theme=light] .invite-slider{background:#00000010}[data-theme=light] .invite-slider::-webkit-slider-thumb{background:linear-gradient(135deg,#4a7c59,#5a8c69);border:1px solid rgba(22,142,22,.4)}[data-theme=light] .invite-slider::-webkit-slider-thumb:hover{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1699}[data-theme=light] .invite-slider::-moz-range-thumb{background:linear-gradient(135deg,#4a7c59,#5a8c69);border:1px solid rgba(22,142,22,.4)}[data-theme=light] .invite-slider-value{color:#545658}[data-theme=light] .invite-slider-labels{color:#75777c}[data-theme=light] .create-invite-overlay .create-invite-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .create-invite-overlay .invite-cancel-button{background:#00000008;border:1px solid rgba(0,0,0,.08);color:#141414}[data-theme=light] .create-invite-overlay .invite-cancel-button:hover:not(:disabled){background:#00000010;border-color:#00000025}[data-theme=light] .create-invite-overlay .invite-create-button{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .create-invite-overlay .invite-create-button:hover:not(:disabled){background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .create-trigger-overlay{background-color:#0000006c}[data-theme=light] .create-trigger-overlay .create-trigger-container{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .create-trigger-overlay .create-trigger-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .create-trigger-overlay .create-trigger-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .create-trigger-overlay .create-trigger-header h3{color:#141414}[data-theme=light] .create-trigger-overlay .create-trigger-close,[data-theme=light] .create-trigger-overlay .nested-modal-close-btn{color:#545658}[data-theme=light] .create-trigger-overlay .create-trigger-close:hover:not(:disabled),[data-theme=light] .create-trigger-overlay .nested-modal-close-btn:hover:not(:disabled){color:#141414}[data-theme=light] .create-trigger-overlay .create-trigger-left:after{background-color:#00000010}[data-theme=light] .create-trigger-overlay .trigger-section-label,[data-theme=light] .create-trigger-overlay .trigger-form-group label{color:#141414}[data-theme=light] .create-trigger-overlay .trigger-form-description{color:#545658}[data-theme=light] .create-trigger-overlay .trigger-input{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#141414}[data-theme=light] .create-trigger-overlay .trigger-input:hover{background:#0000000c;border-color:#0000001d}[data-theme=light] .create-trigger-overlay .trigger-input:focus{background:#0000000c;border-color:#168e1680}[data-theme=light] .create-trigger-overlay .trigger-input::placeholder{color:#0006}[data-theme=light] .create-trigger-overlay .trigger-help-icon{color:#545658}[data-theme=light] .create-trigger-overlay .trigger-help-icon:hover{color:#141414}[data-theme=light] .create-trigger-overlay .trigger-toggle-item{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .create-trigger-overlay .trigger-toggle-label{color:#141414}[data-theme=light] .create-trigger-overlay .trigger-toggle-description{color:#545658}[data-theme=light] .create-trigger-overlay .toggle-slider{background:#00000025}[data-theme=light] .create-trigger-overlay input:checked+.toggle-slider{background:linear-gradient(135deg,#4a7c59,#5a8c69)}[data-theme=light] .create-trigger-overlay .create-trigger-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .create-trigger-overlay .trigger-cancel-button{background:#00000008;border:1px solid rgba(0,0,0,.08);color:#545658}[data-theme=light] .create-trigger-overlay .trigger-cancel-button:hover:not(:disabled){background:#00000010;border-color:#00000025;color:#141414}[data-theme=light] .create-trigger-overlay .trigger-create-button{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .create-trigger-overlay .trigger-create-button:hover:not(:disabled){background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .create-trigger-overlay .trigger-secret-copy-btn{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#000000a6}[data-theme=light] .create-trigger-overlay .trigger-secret-copy-btn:hover{background:#00000014;border-color:#00000025;color:#141414}[data-theme=light] .create-trigger-overlay .trigger-secret-copy-btn.copied{border-color:#168e1680}[data-theme=light] .create-trigger-overlay .trigger-secret-regenerate-btn{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#000000a6}[data-theme=light] .create-trigger-overlay .trigger-secret-regenerate-btn:hover{background:#00000014;border-color:#00000025;color:#141414}[data-theme=light] .create-trigger-overlay .trigger-secret-info-popup{background:#f4f4f5f2;border:1px solid rgba(0,0,0,.096);box-shadow:0 4px 16px #00000038}[data-theme=light] .create-trigger-overlay .trigger-secret-info-popup p{color:#545658}[data-theme=light] .create-trigger-overlay .trigger-secret-info-popup code{background-color:#f4f4f5}[data-theme=light] .create-group-overlay{background-color:#0000006c}[data-theme=light] .create-group-overlay .create-group-container{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .create-group-overlay .create-group-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .create-group-overlay .create-group-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .create-group-overlay .create-group-header h3{color:#141414}[data-theme=light] .create-group-overlay .step-circle{border:1px solid rgba(0,0,0,.08);background:#00000008;color:#0009}[data-theme=light] .create-group-overlay .step-circle.active,[data-theme=light] .create-group-overlay .step-circle.completed{border-color:#168e1666;background:linear-gradient(135deg,#4a7c59,#5a8c69)}[data-theme=light] .create-group-overlay .step-line{background:#00000014}[data-theme=light] .create-group-overlay .create-group-close,[data-theme=light] .create-group-overlay .nested-modal-close-btn{color:#545658}[data-theme=light] .create-group-overlay .create-group-close:hover:not(:disabled),[data-theme=light] .create-group-overlay .nested-modal-close-btn:hover:not(:disabled){color:#141414}[data-theme=light] .create-group-overlay .step-form-group label{color:#141414}[data-theme=light] .create-group-overlay .step-form-description{color:#545658}[data-theme=light] .create-group-overlay .step-input,[data-theme=light] .create-group-overlay .step-select{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#141414}[data-theme=light] .create-group-overlay .step-input:hover,[data-theme=light] .create-group-overlay .step-select:hover{background:#0000000c;border-color:#0000001d}[data-theme=light] .create-group-overlay .step-input:focus,[data-theme=light] .create-group-overlay .step-select:focus{background:#0000000c;border-color:#168e1680}[data-theme=light] .create-group-overlay .step-input::placeholder{color:#0006}[data-theme=light] .create-group-overlay .selector-field-trigger{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .create-group-overlay .selector-field-trigger:hover{background:#0000000c;border-color:#0000001d}[data-theme=light] .create-group-overlay .color-picker{border:1px solid rgba(0,0,0,.064);background:#00000008}[data-theme=light] .create-group-overlay .permission-item{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .create-group-overlay .permission-title{color:#141414}[data-theme=light] .create-group-overlay .permission-description{color:#545658}[data-theme=light] .create-group-overlay .toggle-slider{background-color:#828489}[data-theme=light] .create-group-overlay .overview-section h4,[data-theme=light] .create-group-overlay .permissions-heading{color:#141414}[data-theme=light] .create-group-overlay .overview-container{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .create-group-overlay .overview-label{color:#545658}[data-theme=light] .create-group-overlay .overview-value{color:#141414}[data-theme=light] .create-group-overlay .group-name-preview{background-color:#efeff0}[data-theme=light] .create-group-overlay .permission-row{border-bottom:1px solid rgba(0,0,0,.048)}[data-theme=light] .create-group-overlay .permission-name{color:#141414}[data-theme=light] .create-group-overlay .permission-item.sub-permission{background:#00000005;border-color:#0000000a}[data-theme=light] .create-group-overlay .sub-permission-indicator{color:#00000059}[data-theme=light] .create-group-overlay .permission-item.permission-disabled input:disabled+.toggle-slider{background-color:#dddedf}[data-theme=light] .create-group-overlay .create-group-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .create-group-overlay .edit-group-subtitle{color:#0000008c}[data-theme=light] .create-group-overlay .permission-check.denied{color:#970f0c}[data-theme=light] .create-group-overlay .group-nav-button{color:#141414}[data-theme=light] .create-group-overlay .group-cancel-button{border:1px solid #dddedf;color:#545658}[data-theme=light] .create-group-overlay .group-cancel-button:hover:not(:disabled){background-color:#e5e6e7;border-color:#c6c6c8;color:#141414}[data-theme=light] .create-group-overlay .edit-group-left:after{background-color:#dddedf}[data-theme=light] .create-webhook-overlay{background-color:#0000006c}[data-theme=light] .create-webhook-overlay .create-webhook-container{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .create-webhook-overlay .create-webhook-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .create-webhook-overlay .create-webhook-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .create-webhook-overlay .create-webhook-header h3{color:#141414}[data-theme=light] .create-webhook-overlay .create-webhook-close,[data-theme=light] .create-webhook-overlay .nested-modal-close-btn{color:#545658}[data-theme=light] .create-webhook-overlay .create-webhook-close:hover:not(:disabled),[data-theme=light] .create-webhook-overlay .nested-modal-close-btn:hover:not(:disabled){color:#141414}[data-theme=light] .create-webhook-overlay .webhook-form-group label{color:#141414}[data-theme=light] .create-webhook-overlay .webhook-input{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#141414}[data-theme=light] .create-webhook-overlay .webhook-input:hover{background:#0000000c;border-color:#0000001d}[data-theme=light] .create-webhook-overlay .webhook-input:focus{background:#0000000c;border-color:#168e1680}[data-theme=light] .create-webhook-overlay .webhook-input::placeholder{color:#0006}[data-theme=light] .create-webhook-overlay .webhook-toggle-content label{color:#141414}[data-theme=light] .create-webhook-overlay .webhook-toggle-description{color:#545658}[data-theme=light] .create-webhook-overlay .webhook-toggle-slider{background:#00000025}[data-theme=light] .create-webhook-overlay input:checked+.webhook-toggle-slider{background:linear-gradient(135deg,#4a7c59,#5a8c69)}[data-theme=light] .create-webhook-overlay .create-webhook-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .create-webhook-overlay .webhook-cancel-button{background:#00000008;border:1px solid rgba(0,0,0,.08);color:#545658}[data-theme=light] .create-webhook-overlay .webhook-cancel-button:hover:not(:disabled){background:#00000010;border-color:#00000025;color:#141414}[data-theme=light] .create-webhook-overlay .webhook-create-button,[data-theme=light] .create-webhook-overlay .webhook-ok-button{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .create-webhook-overlay .webhook-create-button:hover:not(:disabled),[data-theme=light] .create-webhook-overlay .webhook-ok-button:hover:not(:disabled){background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .create-webhook-overlay .webhook-success-section h4{color:#141414}[data-theme=light] .create-webhook-overlay .webhook-success-description,[data-theme=light] .create-webhook-overlay .webhook-channel-label{color:#545658}[data-theme=light] .create-webhook-overlay .webhook-channel-dropdown{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#141414}[data-theme=light] .create-webhook-overlay .webhook-channel-dropdown:hover{background:#0000000c;border-color:#0000001d}[data-theme=light] .create-webhook-overlay .webhook-channel-dropdown:focus{background:#0000000c;border-color:#168e1680}[data-theme=light] .create-webhook-overlay .webhook-url-container{background:#00000010;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .create-webhook-overlay .webhook-url-code{color:#141414}[data-theme=light] .create-webhook-overlay .webhook-url-code .channel-placeholder{color:#2d079c}[data-theme=light] .create-webhook-overlay .copy-url-button{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#000000a6}[data-theme=light] .create-webhook-overlay .copy-url-button:hover{background:#00000014;border-color:#00000025;color:#141414}[data-theme=light] .create-webhook-overlay .webhook-url-note{color:#545658}[data-theme=light] .create-webhook-overlay .inline-code{background:#00000010;border:1px solid rgba(0,0,0,.064);color:#141414}[data-theme=light] .create-webhook-overlay .webhook-secret-copy-btn{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#000000a6}[data-theme=light] .create-webhook-overlay .webhook-secret-copy-btn:hover{background:#00000014;border-color:#00000025;color:#141414}[data-theme=light] .create-webhook-overlay .webhook-secret-copy-btn.copied{border-color:#168e1680}[data-theme=light] .create-webhook-overlay .webhook-secret-regenerate-btn{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#000000a6}[data-theme=light] .create-webhook-overlay .webhook-secret-regenerate-btn:hover{background:#00000014;border-color:#00000025;color:#141414}[data-theme=light] .create-webhook-overlay .webhook-secret-info-toggle{color:#00000073}[data-theme=light] .create-webhook-overlay .webhook-secret-info-popup{background:#f4f4f5f2;border:1px solid rgba(0,0,0,.096);box-shadow:0 4px 16px #00000038}[data-theme=light] .create-webhook-overlay .webhook-secret-info-popup p{color:#545658}[data-theme=light] .create-webhook-overlay .webhook-secret-info-popup code{background-color:#f4f4f5}[data-theme=light] .create-webhook-overlay .webhook-activity-count{color:#141414}[data-theme=light] .create-webhook-overlay .webhook-activity-list{border:1px solid rgba(0,0,0,.064)}[data-theme=light] .create-webhook-overlay .webhook-activity-row{color:#545658;border-bottom:1px solid rgba(0,0,0,.04)}[data-theme=light] .create-webhook-overlay .webhook-activity-head{background:#00000008;color:#0000008c}[data-theme=light] .create-webhook-overlay .webhook-appstore-group .webhook-appstore-sub-label{color:#545658}[data-theme=light] .create-webhook-overlay .webhook-appstore-status{color:#00000073}[data-theme=light] .create-webhook-overlay .webhook-left:after{background-color:#00000010}[data-theme=light] .create-webhook-overlay .webhook-section-label{color:#141414}[data-theme=light] .create-webhook-overlay .webhook-right .webhook-toggle-group{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .custom-emojis-tab .emoji-grid-card{border:1px solid rgba(0,0,0,.064);background:#00000008}[data-theme=light] .custom-emojis-tab .emoji-grid-card:hover{background:#0000000c;border-color:#0000001d}[data-theme=light] .custom-emojis-tab .emoji-grid-card-name{color:#545658}[data-theme=light] .custom-emojis-tab .emoji-grid-empty{color:#00000080;background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .custom-emojis-tab .emoji-grid-empty-icon{color:#65686c}[data-theme=light] .emoji-context-menu{background:#f4f4f5f2;border:1px solid rgba(0,0,0,.096);box-shadow:0 4px 16px #00000038}[data-theme=light] .emoji-context-menu-item{color:#323334}[data-theme=light] .emoji-delete-confirm-yes:hover{background:linear-gradient(135deg,#d27774,#e5807a)}[data-theme=light] .emoji-delete-confirm-no{background:#00000008;border:1px solid rgba(0,0,0,.08);color:#545658}[data-theme=light] .emoji-delete-confirm-no:hover{background:#00000010;border-color:#00000025;color:#141414}[data-theme=light] .edit-trigger-overlay{background-color:#0000006c}[data-theme=light] .edit-trigger-overlay .edit-trigger-container{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .edit-trigger-overlay .edit-trigger-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .edit-trigger-overlay .edit-trigger-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .edit-trigger-overlay .edit-trigger-header h3{color:#141414}[data-theme=light] .edit-trigger-overlay .edit-trigger-close,[data-theme=light] .edit-trigger-overlay .nested-modal-close-btn{color:#545658}[data-theme=light] .edit-trigger-overlay .edit-trigger-close:hover:not(:disabled),[data-theme=light] .edit-trigger-overlay .nested-modal-close-btn:hover:not(:disabled){color:#141414}[data-theme=light] .edit-trigger-overlay .edit-trigger-left:after{background-color:#00000010}[data-theme=light] .edit-trigger-overlay .trigger-section-label,[data-theme=light] .edit-trigger-overlay .trigger-form-group label{color:#141414}[data-theme=light] .edit-trigger-overlay .trigger-form-description{color:#545658}[data-theme=light] .edit-trigger-overlay .trigger-input{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#141414}[data-theme=light] .edit-trigger-overlay .trigger-input:hover{background:#0000000c;border-color:#0000001d}[data-theme=light] .edit-trigger-overlay .trigger-input:focus{background:#0000000c;border-color:#168e1680}[data-theme=light] .edit-trigger-overlay .trigger-input::placeholder{color:#0006}[data-theme=light] .edit-trigger-overlay .trigger-help-icon{color:#545658}[data-theme=light] .edit-trigger-overlay .trigger-help-icon:hover{color:#141414}[data-theme=light] .edit-trigger-overlay .trigger-toggle-item{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .edit-trigger-overlay .trigger-toggle-label{color:#141414}[data-theme=light] .edit-trigger-overlay .trigger-toggle-description{color:#545658}[data-theme=light] .edit-trigger-overlay .toggle-slider{background:#00000025}[data-theme=light] .edit-trigger-overlay input:checked+.toggle-slider{background:linear-gradient(135deg,#4a7c59,#5a8c69)}[data-theme=light] .edit-trigger-overlay .edit-trigger-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .edit-trigger-overlay .trigger-cancel-button{background:#00000008;border:1px solid rgba(0,0,0,.08);color:#545658}[data-theme=light] .edit-trigger-overlay .trigger-cancel-button:hover:not(:disabled){background:#00000010;border-color:#00000025;color:#141414}[data-theme=light] .edit-trigger-overlay .trigger-save-button{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .edit-trigger-overlay .trigger-save-button:hover:not(:disabled){background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .edit-trigger-overlay .trigger-secret-copy-btn{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#000000a6}[data-theme=light] .edit-trigger-overlay .trigger-secret-copy-btn:hover{background:#00000014;border-color:#00000025;color:#141414}[data-theme=light] .edit-trigger-overlay .trigger-secret-copy-btn.copied{border-color:#168e1680}[data-theme=light] .edit-trigger-overlay .trigger-secret-regenerate-btn{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#000000a6}[data-theme=light] .edit-trigger-overlay .trigger-secret-regenerate-btn:hover{background:#00000014;border-color:#00000025;color:#141414}[data-theme=light] .edit-trigger-overlay .trigger-secret-info-popup{background:#f4f4f5f2;border:1px solid rgba(0,0,0,.096);box-shadow:0 4px 16px #00000038}[data-theme=light] .edit-trigger-overlay .trigger-secret-info-popup p{color:#545658}[data-theme=light] .edit-trigger-overlay .trigger-secret-info-popup code{background-color:#f4f4f5}[data-theme=light] .emoji-editor-overlay{background-color:#0000006c}[data-theme=light] .emoji-editor-overlay .emoji-editor-container{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .emoji-editor-overlay .emoji-editor-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .emoji-editor-overlay .emoji-editor-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .emoji-editor-overlay .emoji-editor-header h3{color:#141414}[data-theme=light] .emoji-editor-overlay .nested-modal-close-btn{color:#545658}[data-theme=light] .emoji-editor-overlay .nested-modal-close-btn:hover{color:#141414}[data-theme=light] .emoji-editor-overlay .emoji-editor-drop-area{border:2px dashed rgba(0,0,0,.12);background:#00000008}[data-theme=light] .emoji-editor-overlay .emoji-editor-drop-area:hover,[data-theme=light] .emoji-editor-overlay .emoji-editor-drop-area.drag-over{border-color:#168e1666;background:#0000000c}[data-theme=light] .emoji-editor-overlay .emoji-editor-drop-area.drag-over{border-color:#168e1699;background:linear-gradient(135deg,#4a7c5926,#5a8c691a)}[data-theme=light] .emoji-editor-overlay .emoji-editor-drop-content,[data-theme=light] .emoji-editor-overlay .emoji-editor-drop-icon{color:#545658}[data-theme=light] .emoji-editor-overlay .emoji-editor-drop-hint{color:#75777c!important}[data-theme=light] .emoji-editor-overlay .emoji-editor-preview-container{background-image:linear-gradient(45deg,#eff0f1 25%,transparent 25%),linear-gradient(-45deg,#eff0f1 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#eff0f1 75%),linear-gradient(-45deg,transparent 75%,#eff0f1 75%)}[data-theme=light] .emoji-editor-overlay .emoji-editor-slider-group label{color:#141414}[data-theme=light] .emoji-editor-overlay .emoji-editor-slider{background:#00000010}[data-theme=light] .emoji-editor-overlay .emoji-editor-slider::-webkit-slider-thumb{background:linear-gradient(135deg,#4a7c59,#5a8c69);border:1px solid rgba(22,142,22,.4)}[data-theme=light] .emoji-editor-overlay .emoji-editor-slider::-webkit-slider-thumb:hover{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1699}[data-theme=light] .emoji-editor-overlay .emoji-editor-slider-value{color:#545658}[data-theme=light] .emoji-editor-overlay .emoji-editor-snap-button{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#000000a6}[data-theme=light] .emoji-editor-overlay .emoji-editor-snap-button:hover:not(:disabled){background:#00000014;border-color:#00000025;color:#141414}[data-theme=light] .emoji-editor-overlay .emoji-editor-change-button{background:#0000000c;border:1px solid rgba(0,0,0,.08);color:#141414}[data-theme=light] .emoji-editor-overlay .emoji-editor-change-button:hover:not(:disabled){background:#00000014;border-color:#00000025}[data-theme=light] .emoji-editor-overlay .emoji-editor-name-group label{color:#141414}[data-theme=light] .emoji-editor-overlay .emoji-editor-name-input{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#141414}[data-theme=light] .emoji-editor-overlay .emoji-editor-name-input:hover{background:#0000000c;border-color:#0000001d}[data-theme=light] .emoji-editor-overlay .emoji-editor-name-input:focus{background:#0000000c;border-color:#168e1680}[data-theme=light] .emoji-editor-overlay .emoji-editor-name-input::placeholder{color:#0006}[data-theme=light] .emoji-editor-overlay .emoji-editor-name-preview{color:#545658}[data-theme=light] .emoji-editor-overlay .emoji-editor-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .emoji-editor-overlay .emoji-editor-cancel-button{background:#00000008;border:1px solid rgba(0,0,0,.08);color:#545658}[data-theme=light] .emoji-editor-overlay .emoji-editor-cancel-button:hover:not(:disabled){background:#00000010;border-color:#00000025;color:#141414}[data-theme=light] .emoji-editor-overlay .emoji-editor-upload-button{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .emoji-editor-overlay .emoji-editor-upload-button:hover:not(:disabled){background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .general-tab .general-tab-header h3{color:#141414}[data-theme=light] .general-tab .general-tab-header p{color:#545658}[data-theme=light] .setting-group{border:1px solid rgba(0,0,0,.056);background:#00000006}[data-theme=light] .setting-group:hover{border-color:#00000018;background:#00000009}[data-theme=light] .general-tab .setting-label label{color:#141414}[data-theme=light] .general-tab .setting-title-icon{background:#0000000c;border:1px solid rgba(0,0,0,.064);color:#545658}[data-theme=light] .general-tab .setting-group:hover .setting-title-icon{color:#141414}[data-theme=light] .general-tab .setting-description{color:#545658}[data-theme=light] .general-tab .text-input{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#141414}[data-theme=light] .general-tab .text-input:hover{background-color:#0000000c;border-color:#0000001d}[data-theme=light] .general-tab .text-input:focus{background-color:#0000000c;border-color:#168e1680}[data-theme=light] .general-tab .text-input::placeholder{color:#0006}[data-theme=light] .general-tab select.text-input option{background-color:#f1f1f2;color:#141414}[data-theme=light] .current-server-icon{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .edit-icon-button{background:#0000000c;border:1px solid rgba(0,0,0,.08);color:#141414}[data-theme=light] .edit-icon-button:hover{background:#00000014;border-color:#00000025}[data-theme=light] .general-tab-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .save-changes-button.enabled{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .save-changes-button.enabled:hover{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .save-changes-button.disabled{background:#00000008;border:1px solid rgba(0,0,0,.048);color:#00000059}[data-theme=light] .save-changes-button.recently-deleted{background:#00000008;border:1px solid rgba(0,0,0,.08);color:#545658}[data-theme=light] .save-changes-button.recently-deleted:hover{background:#00000010;border-color:#00000025;color:#141414}[data-theme=light] .general-tab .invites-table{border:1px solid rgba(0,0,0,.064);background:#00000008}[data-theme=light] .general-tab .invites-table-header{background:#00000008;border-bottom:1px solid rgba(0,0,0,.064);color:#000000a6}[data-theme=light] .general-tab .invite-row{border-bottom:1px solid rgba(0,0,0,.048)}[data-theme=light] .general-tab .invite-row:hover{background:#00000008}[data-theme=light] .general-tab .invite-code{background:#00000010;color:#141414;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .general-tab .invites-table-header>div{border-right:1px solid rgba(0,0,0,.048)}[data-theme=light] .general-tab .invite-code-col,[data-theme=light] .general-tab .created-by-col,[data-theme=light] .general-tab .valid-until-col,[data-theme=light] .general-tab .webhook-name-col,[data-theme=light] .general-tab .webhook-channels-col,[data-theme=light] .general-tab .webhook-activity-col,[data-theme=light] .general-tab .webhook-actions-col{color:#141414;border-right:1px solid rgba(0,0,0,.048)}[data-theme=light] .general-tab .webhook-name{color:#141414}[data-theme=light] .general-tab .webhook-guid{color:#66686b}[data-theme=light] .general-tab .webhook-action-button{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#000000a6}[data-theme=light] .general-tab .webhook-action-button:hover{background:#00000014;border-color:#00000025;color:#141414}[data-theme=light] .general-tab .sort-col{border-right:1px solid rgba(0,0,0,.048)}[data-theme=light] .general-tab .copy-invite-button,[data-theme=light] .general-tab .delete-invite-button{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#000000a6}[data-theme=light] .general-tab .copy-invite-button:hover:not(.disabled){background:#00000014;border-color:#00000025;color:#141414}[data-theme=light] .general-tab .infinity-text{color:#75777c}[data-theme=light] .general-tab .invites-empty,[data-theme=light] .general-tab .invites-empty-icon{color:#65686c}[data-theme=light] .general-tab .joining-option{border:1px solid rgba(0,0,0,.064);background:#00000008}[data-theme=light] .general-tab .joining-option:hover{border-color:#00000021;background:#0000000c}[data-theme=light] .general-tab .joining-option.selected{border-color:#168e1673}[data-theme=light] .general-tab .joining-option-icon{border:1px solid rgba(0,0,0,.08);background:#00000010}[data-theme=light] .general-tab .device-option .joining-option-icon{border:1px solid rgba(22,142,22,.4)}[data-theme=light] .general-tab .joining-option.selected .joining-option-icon,[data-theme=light] .general-tab .joining-option-title{color:#141414}[data-theme=light] .general-tab .joining-option-description{color:#545658}[data-theme=light] .general-tab .radio-circle{border:2px solid rgba(0,0,0,.16)}[data-theme=light] .general-tab .radio-circle.selected{border-color:#168e1680;background:linear-gradient(135deg,#4a7c59,#5a8c69)}[data-theme=light] .general-tab .radio-circle.selected:after{background-color:#1a1a1a}[data-theme=light] .general-tab .domains-table{border:1px solid rgba(0,0,0,.064);background:#00000008}[data-theme=light] .general-tab .domains-table-header{background:#00000008;border-bottom:1px solid rgba(0,0,0,.064);color:#000000a6}[data-theme=light] .general-tab .domains-table-header>div{border-right:1px solid rgba(0,0,0,.048)}[data-theme=light] .general-tab .domain-row{border-bottom:1px solid rgba(0,0,0,.048)}[data-theme=light] .general-tab .domain-row:hover{background:#00000008}[data-theme=light] .general-tab .domain-col{color:#141414;border-right:1px solid rgba(0,0,0,.048)}[data-theme=light] .general-tab .delete-domain-button{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#000000a6}[data-theme=light] .general-tab .domains-empty{color:#0006}[data-theme=light] .general-tab .group-dot{background-color:#efeff0}@media(max-width:768px){[data-theme=light] .general-tab .invite-code-col:before{color:#545658}}@media(max-width:768px){[data-theme=light] .general-tab .created-by-col:before{color:#545658}}@media(max-width:768px){[data-theme=light] .general-tab .valid-until-col:before{color:#545658}}[data-theme=light] .general-tab .draggable-group:hover{background:#0000000c}[data-theme=light] .general-tab .group-cancel-button{background:#00000008;border:1px solid rgba(0,0,0,.08);color:#545658}[data-theme=light] .general-tab .group-cancel-button:hover:not(:disabled){background:#00000010;border-color:#00000025;color:#141414}[data-theme=light] .general-tab .device-option:hover{background:#0000000c}[data-theme=light] .general-tab .device-option.current-device{border-color:#168e1673}[data-theme=light] .general-tab .device-option.current-device .joining-option-icon{border-color:#168e1699}[data-theme=light] .general-tab .current-device-badge{border:1px solid rgba(22,142,22,.4)}[data-theme=light] .general-tab .device-meta-row{color:#545658}[data-theme=light] .general-tab .device-meta-icon,[data-theme=light] .general-tab .device-meta-label{color:#66686b}[data-theme=light] .general-tab .device-meta-value{color:#323334}[data-theme=light] .cancel-button{background:#00000008;border:1px solid rgba(0,0,0,.08);color:#545658}[data-theme=light] .cancel-button:hover:not(:disabled){background:#00000010;border-color:#00000025;color:#141414}[data-theme=light] .delete-button:hover:not(:disabled){background:linear-gradient(135deg,#d27774,#e5807a)}[data-theme=light] .delete-button:disabled{background:#00000008;border-color:#0000000c;color:#00000059}[data-theme=light] .general-tab .toggle-slider{background-color:#828489}[data-theme=light] .general-tab .setting-button{background:#0000000c;border:1px solid rgba(0,0,0,.08);color:#141414}[data-theme=light] .general-tab .setting-button:hover{background:#00000014;border-color:#00000025}[data-theme=light] .general-tab .make-default-button:hover{border-color:#a353008c}[data-theme=light] .general-tab .twofactor-empty-message p{color:#545658}[data-theme=light] .general-tab .setting-group.danger-zone{border-top:1px solid rgba(0,0,0,.08)}[data-theme=light] .general-tab .danger-button:hover:not(:disabled){background:linear-gradient(135deg,#d27774,#e5807a)}[data-theme=light] .general-tab .no-groups-message{color:#00000080;background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .general-tab .permission-group-item{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .general-tab .permission-group-item:hover{background:#0000000c;border-color:#0000001d}[data-theme=light] .general-tab .permission-group-name{color:#141414}[data-theme=light] .general-tab .permission-checkbox-label{color:#545658}[data-theme=light] .general-tab .permission-warning{background-color:#faa61a20}[data-theme=light] .general-tab .stat-item{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .general-tab .stat-item:hover{background:#0000000c;border-color:#0000001d}[data-theme=light] .general-tab .stat-label{color:#545658}[data-theme=light] .general-tab .stat-value{color:#141414}[data-theme=light] .general-tab .stat-list-item,[data-theme=light] .general-tab .stat-list-name{color:#323334}[data-theme=light] .general-tab .stat-list-count{color:#545658}[data-theme=light] .general-tab .owner-username{color:#141414}[data-theme=light] .general-tab .setting-label-with-icon>svg{color:#545658}[data-theme=light] .general-tab .pending-status{color:#545658}[data-theme=light] .general-tab .pending-request-row{background-color:#00000004}[data-theme=light] .general-tab .expiry-warning-content{color:#545658}[data-theme=light] .icon-tab .icon-tab-header h3{color:#141414}[data-theme=light] .icon-tab .icon-tab-header p{color:#545658}[data-theme=light] .icon-tab .server-icon-tab-card{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .icon-tab .server-icon-tab-preview{background-color:#fefefe;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .icon-tab .server-icon-tab-name{color:#141414}[data-theme=light] .icon-tab .server-icon-tab-hint{color:#545658}[data-theme=light] .icon-tab .server-icon-tab-button{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .icon-tab .server-icon-tab-button:hover{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .icon-tab .server-icon-tab-note{color:#545658}[data-theme=light] .manage-domains-overlay{background-color:#0000006c}[data-theme=light] .manage-domains-overlay .manage-domains-container{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .manage-domains-overlay .manage-domains-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .manage-domains-overlay .manage-domains-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .manage-domains-header h3{color:#141414}[data-theme=light] .manage-domains-overlay .manage-domains-close,[data-theme=light] .manage-domains-overlay .nested-modal-close-btn{color:#545658}[data-theme=light] .manage-domains-overlay .manage-domains-close:hover:not(:disabled),[data-theme=light] .manage-domains-overlay .nested-modal-close-btn:hover:not(:disabled){color:#141414}[data-theme=light] .manage-domains-container .domain-add-section label{color:#141414}[data-theme=light] .manage-domains-container .domain-add-description{color:#545658}[data-theme=light] .manage-domains-container .domain-input-group .text-input{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#141414}[data-theme=light] .manage-domains-container .domain-input-group .text-input:hover{background:#0000000c;border-color:#0000001d}[data-theme=light] .manage-domains-container .domain-input-group .text-input:focus{background:#0000000c;border-color:#168e1680}[data-theme=light] .manage-domains-container .domain-input-group .text-input::placeholder{color:#0006}[data-theme=light] .manage-domains-container .add-domain-button{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .manage-domains-container .add-domain-button:hover:not(:disabled){background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .manage-domains-container .domains-list-section label{color:#141414}[data-theme=light] .manage-domains-container .domains-list-description{color:#545658}[data-theme=light] .manage-domains-container .domains-table{border:1px solid rgba(0,0,0,.064);background:#00000008}[data-theme=light] .manage-domains-container .domains-table-header{background:#00000008;border-bottom:1px solid rgba(0,0,0,.064);color:#000000a6}[data-theme=light] .manage-domains-container .domains-table-header>div{border-right:1px solid rgba(0,0,0,.048)}[data-theme=light] .manage-domains-container .domain-row{border-bottom:1px solid rgba(0,0,0,.048)}[data-theme=light] .manage-domains-container .domain-row:hover{background:#00000008}[data-theme=light] .manage-domains-container .domain-col{color:#141414;border-right:1px solid rgba(0,0,0,.048)}[data-theme=light] .manage-domains-container .delete-domain-button{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#000000a6}[data-theme=light] .manage-domains-container .domains-empty{color:#0006}[data-theme=light] .manage-domains-overlay .manage-domains-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .manage-domains-overlay .domains-close-button{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .manage-domains-overlay .domains-close-button:hover:not(:disabled){background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .remove-owner-overlay{background-color:#0000006c}[data-theme=light] .remove-owner-overlay .remove-owner-container{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .remove-owner-overlay .remove-owner-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .remove-owner-overlay .remove-owner-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .remove-owner-header h3{color:#141414}[data-theme=light] .remove-owner-close{color:#545658}[data-theme=light] .remove-owner-close:hover:not(:disabled){color:#141414}[data-theme=light] .remove-owner-overlay .delete-warning-message{color:#141414}[data-theme=light] .remove-owner-overlay .delete-warning-description{color:#323334}[data-theme=light] .remove-owner-overlay .remove-owner-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .remove-owner-overlay .owner-cancel-button{background:#00000008;border:1px solid rgba(0,0,0,.08);color:#545658}[data-theme=light] .remove-owner-overlay .owner-cancel-button:hover:not(:disabled){background:#00000010;border-color:#00000025;color:#141414}[data-theme=light] .remove-owner-overlay .owner-delete-confirm-button:hover:not(:disabled){background:linear-gradient(135deg,#d27774,#e5807a)}[data-theme=light] .remove-server-confirm-overlay{background-color:#0000006c}[data-theme=light] .remove-server-confirm-overlay .remove-server-confirm-container{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .remove-server-confirm-overlay .remove-server-confirm-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .remove-server-confirm-overlay .remove-server-confirm-icon{background:#00000010;border:1px solid rgba(0,0,0,.096)}[data-theme=light] .remove-server-confirm-overlay .remove-server-confirm-name{color:#141414}[data-theme=light] .remove-server-confirm-overlay .remove-server-confirm-warning{color:#323334;background:#a55a571a}[data-theme=light] .remove-server-confirm-overlay .remove-server-confirm-input-group label{color:#545658}[data-theme=light] .remove-server-confirm-overlay .remove-server-confirm-input-group label strong{color:#141414}[data-theme=light] .remove-server-confirm-overlay .remove-server-confirm-input{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#141414}[data-theme=light] .remove-server-confirm-overlay .remove-server-confirm-input:hover{background:#0000000c;border-color:#0000001d}[data-theme=light] .remove-server-confirm-overlay .remove-server-confirm-input:focus{background:#0000000c}[data-theme=light] .remove-server-confirm-overlay .remove-server-confirm-input::placeholder{color:#0006}[data-theme=light] .remove-server-confirm-overlay .remove-server-confirm-error{color:#a30700}[data-theme=light] .remove-server-confirm-overlay .remove-server-confirm-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .remove-server-confirm-overlay .remove-server-confirm-button.cancel{background:#00000008;border:1px solid rgba(0,0,0,.08);color:#545658}[data-theme=light] .remove-server-confirm-overlay .remove-server-confirm-button.cancel:hover:not(:disabled){background:#00000010;border-color:#00000025;color:#141414}[data-theme=light] .remove-server-confirm-overlay .remove-server-confirm-button.remove.enabled:hover:not(:disabled){background:linear-gradient(135deg,#aa5552,#be6461)}[data-theme=light] .remove-server-confirm-overlay .remove-server-confirm-button.remove.disabled{background:#00000008;border:1px solid rgba(0,0,0,.048);color:#00000059}[data-theme=light] .remove-user-group-overlay{background-color:#0000006c}[data-theme=light] .remove-user-group-overlay .remove-user-group-container{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .remove-user-group-overlay .remove-user-group-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .remove-user-group-overlay .remove-user-group-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .remove-user-group-header h3{color:#141414}[data-theme=light] .remove-user-group-close{color:#545658}[data-theme=light] .remove-user-group-close:hover:not(:disabled){color:#141414}[data-theme=light] .remove-user-group-overlay .delete-warning-message{color:#141414}[data-theme=light] .remove-user-group-overlay .delete-warning-description{color:#323334}[data-theme=light] .remove-user-group-overlay .step-form-group label{color:#141414}[data-theme=light] .remove-user-group-overlay .step-input{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#141414}[data-theme=light] .remove-user-group-overlay .step-input:hover{background:#0000000c;border-color:#0000001d}[data-theme=light] .remove-user-group-overlay .step-input:focus{background:#0000000c}[data-theme=light] .remove-user-group-overlay .step-input::placeholder{color:#0006}[data-theme=light] .remove-user-group-overlay .remove-user-group-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .remove-user-group-overlay .group-cancel-button{background:#00000008;border:1px solid rgba(0,0,0,.08);color:#545658}[data-theme=light] .remove-user-group-overlay .group-cancel-button:hover:not(:disabled){background:#00000010;border-color:#00000025;color:#141414}[data-theme=light] .remove-user-group-overlay .group-delete-confirm-button:hover:not(:disabled){background:linear-gradient(135deg,#d27774,#e5807a)}[data-theme=light] .selector-modal-overlay{background-color:#0000006c}[data-theme=light] .selector-modal-overlay .selector-modal-container{background:#f1f1f399;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .selector-modal-overlay .selector-modal-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .selector-modal-overlay .selector-modal-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .selector-modal-overlay .selector-modal-header h3{color:#141414}[data-theme=light] .selector-modal-overlay .nested-modal-close-btn{color:#0000008c}[data-theme=light] .selector-modal-overlay .nested-modal-close-btn:hover{color:#141414}[data-theme=light] .selector-modal-overlay .selector-modal-description{color:#000000a6}[data-theme=light] .selector-modal-overlay .selector-modal-list{background:#0000000b;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .selector-modal-overlay .selector-modal-row{color:#000000d9;border-bottom:1px solid rgba(0,0,0,.048)}[data-theme=light] .selector-modal-overlay .selector-modal-row:hover{background-color:#0000000a}[data-theme=light] .selector-modal-overlay .selector-modal-row-all{background:#0000000c;color:#141414}[data-theme=light] .selector-modal-overlay .selector-modal-row-all:hover{background:#00000014}[data-theme=light] .selector-modal-overlay .selector-modal-row-icon{color:#75777c}[data-theme=light] .selector-modal-overlay .selector-modal-section{color:#00000073;background:#0000000d;border-bottom:1px solid rgba(0,0,0,.048)}[data-theme=light] .selector-modal-overlay .selector-modal-loading,[data-theme=light] .selector-modal-overlay .selector-modal-empty{color:#75777c}[data-theme=light] .selector-modal-overlay .selector-modal-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .selector-modal-overlay .selector-modal-cancel{background:#00000008;border:1px solid rgba(0,0,0,.08);color:#000000bf}[data-theme=light] .selector-modal-overlay .selector-modal-cancel:hover{background:#00000010;color:#141414;border-color:#00000025}[data-theme=light] .selector-modal-overlay .selector-modal-save{color:#141414}[data-theme=light] .selector-field-trigger{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#2f3235}[data-theme=light] .selector-field-trigger:hover{background:#0000000c;border-color:#0000001d}[data-theme=light] .selector-modal-overlay .visibility-row-hint{color:#0006}[data-theme=light] .add-twofactor-overlay{background:#0000001a}[data-theme=light] .add-twofactor-container{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .add-twofactor-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .add-twofactor-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .add-twofactor-header h3{color:#141414}[data-theme=light] .add-twofactor-close{background:#0000000c;border:1px solid rgba(0,0,0,.08);color:#000000b3}[data-theme=light] .add-twofactor-close:hover:not(:disabled){background:#00000014;border-color:#00000021;color:#141414}[data-theme=light] .add-twofactor-overlay .step-circle{border:1px solid rgba(0,0,0,.096);background:#00000008;color:#00000073}[data-theme=light] .add-twofactor-overlay .step-circle.active{border-color:#168e164d}[data-theme=light] .add-twofactor-overlay .step-circle.completed{color:#141414}[data-theme=light] .add-twofactor-overlay .step-line{background:#00000010}[data-theme=light] .add-twofactor-overlay .method-selection h4{color:#141414}[data-theme=light] .add-twofactor-overlay .method-selection>p{color:#545658}[data-theme=light] .add-twofactor-overlay .method-option{border:1px solid rgba(0,0,0,.064);background:#00000008}[data-theme=light] .add-twofactor-overlay .method-option:hover{background:#0000000c;border-color:#0000001d}[data-theme=light] .add-twofactor-overlay .method-option:active{background:#00000010}[data-theme=light] .add-twofactor-overlay .method-option.selected{border-color:#168e164d}[data-theme=light] .add-twofactor-overlay .method-icon{border:1px solid rgba(22,142,22,.2);color:#141414}[data-theme=light] .add-twofactor-overlay .method-option.selected .method-icon{border-color:#168e164d}[data-theme=light] .add-twofactor-overlay .method-content h5{color:#141414}[data-theme=light] .add-twofactor-overlay .method-content p{color:#545658}[data-theme=light] .add-twofactor-overlay .radio-button{border:1px solid rgba(0,0,0,.25)}[data-theme=light] .add-twofactor-overlay .method-option:hover .radio-button{border-color:#0006}[data-theme=light] .add-twofactor-overlay .radio-button.selected{border-color:#168e1680}[data-theme=light] .add-twofactor-overlay .radio-dot{background:#1a1a1a}[data-theme=light] .add-twofactor-overlay .step-header h4{color:#141414}[data-theme=light] .add-twofactor-overlay .step-header p{color:#545658}[data-theme=light] .add-twofactor-overlay .step-form-group label{color:#141414}[data-theme=light] .add-twofactor-overlay .step-form-description{color:#545658}[data-theme=light] .add-twofactor-overlay .step-input{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#141414}[data-theme=light] .add-twofactor-overlay .step-input:hover:not(:disabled){background:#0000000c;border-color:#0000001d}[data-theme=light] .add-twofactor-overlay .step-input:focus{border-color:#168e1680}[data-theme=light] .add-twofactor-overlay .step-input::placeholder{color:#0006}[data-theme=light] .add-twofactor-overlay .form-hint{color:#00000073}[data-theme=light] .add-twofactor-overlay .qr-code-container{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .add-twofactor-overlay .qr-loading{color:#545658}[data-theme=light] .add-twofactor-overlay .secret-code{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .add-twofactor-overlay .secret-code code{color:#168e16e6}[data-theme=light] .add-twofactor-overlay .instructions-container{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .add-twofactor-overlay .instructions-container ol{color:#545658}[data-theme=light] .add-twofactor-overlay .step-waiting-message{color:#545658;background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .add-twofactor-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .add-twofactor-overlay .twofactor-btn-secondary{background:#0000000c;border:1px solid rgba(0,0,0,.08);color:#000000b3}[data-theme=light] .add-twofactor-overlay .twofactor-btn-secondary:hover:not(:disabled){background:#00000014;border-color:#00000021;color:#141414}[data-theme=light] .add-twofactor-overlay .twofactor-btn-primary{color:#141414}[data-theme=light] .add-twofactor-overlay .twofactor-btn-primary:disabled{color:#00000080}[data-theme=light] .delete-account-overlay .delete-account-description{color:#545658}[data-theme=light] .delete-account-overlay .delete-account-warning{color:#8c1719}[data-theme=light] .delete-account-overlay .delete-account-error{color:#911215}[data-theme=light] .delete-account-overlay .delete-account-confirm-button{border:1px solid rgba(163,0,0,.3)}[data-theme=light] .delete-account-overlay .delete-account-confirm-button:hover:not(:disabled){background:linear-gradient(135deg,#d64245,#ee5458);border-color:#a3000080}[data-theme=light] .add-owner-overlay .remove-server-button:hover:not(:disabled){background:linear-gradient(135deg,#d27774,#e28784)}[data-theme=light] .add-owner-overlay .text-input{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#141414}[data-theme=light] .add-owner-overlay .text-input:hover:not(:disabled){background-color:#0000000c;border-color:#0000001d}[data-theme=light] .add-owner-overlay .text-input:focus{background-color:#0000000c;border-color:#168e1680}[data-theme=light] .add-owner-overlay .text-input::placeholder{color:#0006}[data-theme=light] .about-tab .about-app-info{background:#0000000a;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 16px #0000001c,inset 0 1px #0000000c}[data-theme=light] .about-tab .about-app-env.production{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .about-tab .about-app-name{color:#141414}[data-theme=light] .about-tab .about-app-version{color:#545658}[data-theme=light] .about-tab .about-update-status.checking{color:#545658;background-color:#e9eaeb}[data-theme=light] .bl-section-title{color:#141414}[data-theme=light] .bl-section-icon,[data-theme=light] .bl-muted{color:#60646a}[data-theme=light] .bl-distinction{background:#0000000a;border:1px solid rgba(0,0,0,.08);color:#545658}[data-theme=light] .bl-distinction-icon{color:#60646a}[data-theme=light] .bl-row{background:#0000000a;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .bl-name{color:#141414}[data-theme=light] .bl-since{color:#60646a}[data-theme=light] .bl-button{background:#0000000a;border:1px solid rgba(0,0,0,.08);color:#323334}[data-theme=light] .bl-button:hover{background:#00000012;border-color:#00000021;color:#141414}[data-theme=light] .dm-tab .dm-row-button{background:#0000000c;border:1px solid rgba(0,0,0,.048);color:#141414}[data-theme=light] .dm-tab .dm-row-button:hover{background:#00000012}[data-theme=light] .dm-tab .dm-row-title{color:#141414}[data-theme=light] .dm-tab .dm-row-subtitle{color:#0009}[data-theme=light] .dm-tab .dm-row-chevron{color:#0000004d}[data-theme=light] .dm-customizer .dm-back-button{color:#141414}[data-theme=light] .dm-customizer .dm-back-button:hover{background:#00000010}[data-theme=light] .dm-customizer .dm-customizer-title,[data-theme=light] .dm-tab .dm-section-title{color:#141414}[data-theme=light] .dm-tab .dm-section-hint{color:#0000008c}[data-theme=light] .dm-tab .dm-preview{background:linear-gradient(180deg,#0000000a,#00000004);border:1px solid rgba(0,0,0,.064);box-shadow:inset 0 1px #00000008}[data-theme=light] .dm-tab .dm-preview-input{color:#00000059}[data-theme=light] .dm-tab .dm-preview-icon{color:#686a6d}[data-theme=light] .dm-tab .dm-preview-icon.is-gif .gif-button-border{border:1.5px solid #6a6c6f}[data-theme=light] .dm-tab .dm-preview-icon.is-gif .gif-button-text{color:#686a6d}[data-theme=light] .dm-tab .dm-list{background:linear-gradient(180deg,#0000000a,#00000004);border:1px solid rgba(0,0,0,.064);box-shadow:inset 0 1px #00000008}[data-theme=light] .dm-tab .dm-list-row{border-bottom:1px solid rgba(0,0,0,.056)}[data-theme=light] .dm-tab .dm-list-icon{background:linear-gradient(180deg,#00000010,#00000006);border:1px solid rgba(0,0,0,.048);color:#545658;box-shadow:inset 0 1px #0000000a}[data-theme=light] .dm-tab .dm-list-icon.is-gif .gif-button-border{border:1.5px solid #57595b}[data-theme=light] .dm-tab .dm-list-icon.is-gif .gif-button-text{color:#545658}[data-theme=light] .dm-tab .dm-list-name{color:#141414}[data-theme=light] .dm-tab .dm-list-action{background:linear-gradient(180deg,#0000000e,#00000004);border:1px solid rgba(0,0,0,.048);color:#000000d9;box-shadow:inset 0 1px #00000008}[data-theme=light] .dm-tab .dm-list-action:hover:not(.disabled):not(:disabled){background:linear-gradient(180deg,#00000018,#0000000a)}[data-theme=light] .dm-tab .dm-list-action.disabled,[data-theme=light] .dm-tab .dm-list-action:disabled{color:#00000025}[data-theme=light] .dm-tab .dm-list-action.danger{color:#000000e6}[data-theme=light] .dm-tab .dm-list-action.success{color:#141414}[data-theme=light] .dm-tab .dm-reset-row{background:linear-gradient(180deg,#0000000a,#00000004);border:1px solid rgba(0,0,0,.064);color:#141414;box-shadow:inset 0 1px #00000008}[data-theme=light] .dm-tab .dm-reset-row:hover{background:linear-gradient(180deg,#00000010,#00000006)}[data-theme=light] .dm-tab .dm-reset-icon{color:#141414}[data-theme=light] .feedback-tab .feedback-intro{color:#0000008c}[data-theme=light] .feedback-tab .feedback-rows{border:1px solid rgba(0,0,0,.064);background:#00000006}[data-theme=light] .feedback-tab .feedback-row{border-bottom:1px solid rgba(0,0,0,.048)}[data-theme=light] .feedback-tab .feedback-row:hover{background:#0000000a}[data-theme=light] .feedback-tab .feedback-row-icon{color:#0000008c}[data-theme=light] .feedback-tab .feedback-row.danger .feedback-row-icon{color:#a30000e6}[data-theme=light] .feedback-tab .feedback-row-title{color:#141414}[data-theme=light] .feedback-tab .feedback-row.danger .feedback-row-title{color:#a30000f2}[data-theme=light] .feedback-tab .feedback-row-subtitle{color:#00000073}[data-theme=light] .feedback-tab .feedback-row-chevron{color:#00000029}[data-theme=light] .feedback-tab .feedback-footnote{color:#00000059}[data-theme=light] .gw-muted{color:var(--text-secondary, rgba(0, 0, 0, .6))}[data-theme=light] .gw-link-input{color:var(--text-primary, #141414);background:var(--bg-input, rgba(0, 0, 0, .055));border:1px solid var(--border-color, rgba(0, 0, 0, .096))}[data-theme=light] .gw-copy-btn,[data-theme=light] .gw-redeem-btn{color:#141414;border:1px solid rgba(61,27,136,.45)}[data-theme=light] .gw-referred{color:var(--text-secondary, rgba(0, 0, 0, .75))}[data-theme=light] .gw-redeem{background:var(--bg-secondary, rgba(0, 0, 0, .032));border:1px solid var(--border-color, rgba(0, 0, 0, .08))}[data-theme=light] .gw-redeem-input{color:var(--text-primary, #141414);background:var(--bg-input, rgba(0, 0, 0, .055));border:1px solid var(--border-color, rgba(0, 0, 0, .096))}[data-theme=light] .gw-progress-label{color:var(--text-secondary, rgba(0, 0, 0, .6))}[data-theme=light] .gw-invitee{background:var(--bg-secondary, rgba(0, 0, 0, .032));border:1px solid var(--border-color, rgba(0, 0, 0, .08))}[data-theme=light] .gw-invitee--missed{border-left-color:var(--text-tertiary, rgba(0, 0, 0, .16))}[data-theme=light] .gw-avatar--empty{color:#141414}[data-theme=light] .gw-invitee-state,[data-theme=light] .gw-rule{color:var(--text-secondary, rgba(0, 0, 0, .6))}[data-theme=light] .gw-rule--met{color:var(--text-primary, #141414)}[data-theme=light] .gw-rule-bar{background:#00000012}[data-theme=light] .gw-empty{color:var(--text-secondary, rgba(0, 0, 0, .6))}[data-theme=light] .integrations-docs-overlay{background-color:#0000006c}[data-theme=light] .integrations-docs-modal{background:#f1f1f2;border:1px solid rgba(0,0,0,.064);box-shadow:0 18px 50px #00000046}[data-theme=light] .integrations-docs-modal .integrations-docs-header{border-bottom:1px solid rgba(0,0,0,.048)}[data-theme=light] .integrations-docs-modal .integrations-docs-header h3{color:#141414}[data-theme=light] .integrations-docs-modal .nested-modal-close-btn{color:#545658}[data-theme=light] .integrations-docs-modal .nested-modal-close-btn:hover{background:#00000010;color:#141414}[data-theme=light] .integrations-docs-modal .integrations-docs-tabs{border-bottom:1px solid rgba(0,0,0,.048)}[data-theme=light] .integrations-docs-modal .integrations-docs-tab{color:#545658}[data-theme=light] .integrations-docs-modal .integrations-docs-tab:hover{color:#141414;background:#00000008}[data-theme=light] .integrations-docs-modal .integrations-docs-tab.active,[data-theme=light] .integrations-docs-modal .docs-h{color:#141414}[data-theme=light] .integrations-docs-modal .docs-p,[data-theme=light] .integrations-docs-modal .docs-list li{color:#323334}[data-theme=light] .integrations-docs-modal .docs-code{background:#f4f4f5;border:1px solid rgba(0,0,0,.048);color:#44464b}[data-theme=light] .integrations-docs-modal .json-code .json-num{color:#0026a3}[data-theme=light] .integrations-docs-modal .json-code .json-bool,[data-theme=light] .integrations-docs-modal .json-code .json-null{color:#5d1a89}[data-theme=light] .integrations-docs-modal .json-code .json-punct{color:#66686b}[data-theme=light] .integrations-docs-modal .docs-tool{background:#00000006;border:1px solid rgba(0,0,0,.048)}[data-theme=light] .integrations-docs-modal .docs-tool-sig{color:#66686b}[data-theme=light] .integrations-docs-modal .docs-tool-desc{color:#323334}[data-theme=light] .integrations-tab .integrations-status-card{background:#0000000a;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 16px #0000001c,inset 0 1px #0000000c}[data-theme=light] .integrations-tab .integrations-status-card-title{color:#141414}[data-theme=light] .integrations-tab .integrations-ai-badge{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .integrations-tab .integrations-status-card-sub{color:#545658}[data-theme=light] .integrations-tab .integrations-server-name{color:#66686b}[data-theme=light] .integrations-tab .integrations-config{background:#f4f4f5;border:1px solid rgba(0,0,0,.048);color:#44464b}[data-theme=light] .integrations-tab .integrations-btn{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .integrations-tab .integrations-btn:hover{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .integrations-tab .integrations-btn.danger{background:#0000000c;color:#8c171a}[data-theme=light] .integrations-tab .integrations-btn.ghost{background:#0000000c;border-color:#00000018;color:#323334}[data-theme=light] .integrations-tab .integrations-btn.ghost:hover{background:#00000014;border-color:#00000029}[data-theme=light] .integrations-tab .integrations-token-card{background:#00000006;border:1px solid rgba(0,0,0,.056)}[data-theme=light] .integrations-tab .integrations-token-name{color:#141414}[data-theme=light] .integrations-tab .integrations-token-client{color:#0026a3;background:#0018a329;border:1px solid rgba(0,24,163,.3)}[data-theme=light] .integrations-tab .integrations-token-meta{color:#66686b}[data-theme=light] .integrations-tab .integrations-spark .spark-empty{fill:#0000000e}[data-theme=light] .integrations-tab .integrations-icon-btn{border:1px solid rgba(0,0,0,.08);background:#00000008;color:#545658}[data-theme=light] .integrations-tab .integrations-icon-btn.danger:hover:not(:disabled){color:#8c171a}[data-theme=light] .integrations-tab .json-code .json-num{color:#0026a3}[data-theme=light] .integrations-tab .json-code .json-bool,[data-theme=light] .integrations-tab .json-code .json-null{color:#5d1a89}[data-theme=light] .integrations-tab .json-code .json-punct{color:#66686b}[data-theme=light] .integrations-tab .integrations-client-row{background:#00000006;border:1px solid rgba(0,0,0,.056)}[data-theme=light] .integrations-tab .integrations-client-row:hover{background:#00000009;border-color:#00000018}[data-theme=light] .integrations-tab .integrations-client-dot{background:#00000025}[data-theme=light] .integrations-tab .integrations-client-row.undetected:hover{background:#00000006;border-color:#0000000e}[data-theme=light] .integrations-tab .integrations-client-name{color:#141414}[data-theme=light] .integrations-tab .integrations-client-note{color:#66686b}[data-theme=light] .integrations-tab .integrations-client-error{color:#8c171a}[data-theme=light] .integrations-tab .setting-group.integrations-all-row{border-color:#168e1647}[data-theme=light] .integrations-tab .setting-group.integrations-all-row:hover{border-color:#168e1666}[data-theme=light] .mf-tab{--mf-ok-text: #2b7841;--mf-bad-text: #a30000;--mf-wait-text: #816b22}[data-theme=light] .mf-muted,[data-theme=light] .mf-section-icon{color:var(--text-secondary, rgba(0, 0, 0, .6))}[data-theme=light] .mf-toggle-row{background:var(--bg-input, rgba(0, 0, 0, .045));border:1px solid var(--border-color, rgba(0, 0, 0, .08))}[data-theme=light] .mf-toggle-row:hover{border-color:var(--border-hover, rgba(0, 0, 0, .16))}[data-theme=light] .mf-toggle-label{color:var(--text-primary, #141414)}[data-theme=light] .mf-toggle-description{color:var(--text-secondary, rgba(0, 0, 0, .55))}[data-theme=light] .mf-table{border:1px solid var(--border-color, rgba(0, 0, 0, .08))}[data-theme=light] .mf-row{border-bottom:1px solid var(--border-color, rgba(0, 0, 0, .056))}[data-theme=light] .mf-row.mf-row-context-active{background:#0000000c}[data-theme=light] .mf-row-header{color:var(--text-secondary, rgba(0, 0, 0, .5));background:#0000000b}[data-theme=light] .mf-thumb{background:#00000013}[data-theme=light] .mf-thumb-button:hover{border-color:#00000073}[data-theme=light] .mf-thumb-gone{color:#00000047}[data-theme=light] .mf-place{color:var(--text-primary, #141414)}[data-theme=light] .mf-type{color:var(--text-secondary, rgba(0, 0, 0, .45))}[data-theme=light] .mf-col-date{color:var(--text-secondary, rgba(0, 0, 0, .6))}[data-theme=light] .mf-badge-pending{border:1px solid rgba(129,107,34,.25)}[data-theme=light] .mf-badge-accepted{border:1px solid rgba(22,142,22,.25)}[data-theme=light] .mf-badge-denied{border:1px solid rgba(163,0,0,.25)}[data-theme=light] .mf-badge-vetoed{border:1px solid rgba(163,0,0,.4)}[data-theme=light] .mf-muted-cell{color:var(--text-secondary, rgba(0, 0, 0, .4))}[data-theme=light] .mf-col-active{color:var(--text-secondary, rgba(0, 0, 0, .65))}[data-theme=light] .mf-dot-off{background:#00000038}[data-theme=light] .overlay-settings-tab .overlay-status{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .overlay-settings-tab .overlay-status.on{border-color:#168e1640}[data-theme=light] .overlay-settings-tab .overlay-status-text{color:#000000b3}[data-theme=light] .overlay-settings-tab .overlay-status-dot{background:#00000040}[data-theme=light] .overlay-settings-tab .overlay-status-dot.live{background:#2e7d4f;box-shadow:0 0 8px #168e16b3}[data-theme=light] .overlay-settings-tab .overlay-preview-btn{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .overlay-settings-tab .overlay-preview-btn:hover{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .overlay-settings-tab .overlay-slider{background:#00000018}[data-theme=light] .overlay-settings-tab .overlay-slider::-webkit-slider-thumb{border:1px solid rgba(22,142,22,.5);box-shadow:0 2px 6px #00000031}[data-theme=light] .overlay-settings-tab .overlay-slider-value{color:#000000bf}[data-theme=light] .overlay-settings-tab .overlay-hotkey{border:1px solid rgba(0,0,0,.08);background:#0000000a;color:#141414}[data-theme=light] .overlay-settings-tab .overlay-hotkey:hover{background:#00000012;border-color:#00000025}[data-theme=light] .overlay-settings-tab .overlay-hotkey.recording{border-color:#168e1680}[data-theme=light] .overlay-settings-tab .overlay-reset-btn{border:1px solid rgba(0,0,0,.08);background:#0000000a;color:#0009}[data-theme=light] .overlay-settings-tab .overlay-reset-btn:hover{background:#00000012;color:#141414}[data-theme=light] .rp-section-title{color:#141414}[data-theme=light] .rp-section-icon,[data-theme=light] .rp-muted{color:#60646a}[data-theme=light] .rp-table{border:1px solid rgba(0,0,0,.08)}[data-theme=light] .rp-row{border-bottom:1px solid rgba(0,0,0,.064);color:#323334}[data-theme=light] .rp-row-header{background:#0000000e;color:#60646a}[data-theme=light] .rp-what{color:#141414}[data-theme=light] .rp-reason,[data-theme=light] .rp-col-date{color:#60646a}[data-theme=light] .rp-muted-cell{color:#75777c}[data-theme=light] .rp-badge{background:#ececed99;border:1px solid rgba(96,99,105,.25);color:#323334}[data-theme=light] .rp-badge-open{border-color:#816b2240;color:#816b22}[data-theme=light] .rp-badge-resolved_removed{border-color:#168e1640;color:#2b7841}[data-theme=light] .rp-badge-resolved_kept{background:#ececed99;border-color:#60636940;color:#4f545a}[data-theme=light] .voice-settings-tab .voice-mic-test-button{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .voice-settings-tab .voice-mic-test-button:hover:not(:disabled):not(.active){background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .voice-settings-tab .voice-mic-test-button.active{color:var(--theme-text-primary, #141414);background:#0000000c;border-color:#00000018}[data-theme=light] .voice-settings-tab .voice-mic-test-button.active:hover{background:#00000014;border-color:#00000025}[data-theme=light] .voice-settings-tab .voice-mic-test-button:focus-visible{border-color:#168e16a6}[data-theme=light] .voice-settings-tab .voice-mic-meter{background:#0000000c;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .voice-settings-tab .voice-mic-meter-fill{background:linear-gradient(90deg,#4a7c59e6,#168e16e6)}[data-theme=light] .voice-settings-tab .voice-mic-meter-labels,[data-theme=light] .voice-settings-tab .voice-mic-test-feedback{color:var(--theme-text-secondary, rgba(0, 0, 0, .5))}[data-theme=light] .voice-settings-tab .voice-mic-test-feedback.good{color:#168e16e6}[data-theme=light] .voice-settings-tab .voice-ptt-key-button{color:var(--theme-text-primary, #141414);background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .voice-settings-tab .voice-ptt-key-button:hover{background:#0000000c;border-color:#0000001d}[data-theme=light] .voice-settings-tab .voice-ptt-key-button:focus-visible{border-color:#168e1680}[data-theme=light] .voice-settings-tab .voice-ptt-key-button.empty{color:var(--theme-text-secondary, rgba(0, 0, 0, .5))}[data-theme=light] .voice-settings-tab .voice-ptt-key-button.recording{color:#141414;border-color:#168e1666}[data-theme=light] .voice-settings-tab .voice-ptt-key-clear{color:var(--theme-text-secondary, rgba(0, 0, 0, .5))}[data-theme=light] .voice-settings-tab .voice-ptt-key-clear:hover{color:var(--theme-text-primary, #141414);background:#0000000c;border-color:#00000010}[data-theme=light] .voice-settings-tab .voice-ptt-key-hint{color:var(--theme-text-secondary, rgba(0, 0, 0, .5))}[data-theme=light] .voice-settings-tab .voice-device-select{background:#00000008;border:1px solid rgba(0,0,0,.064);color:#141414}[data-theme=light] .voice-settings-tab .voice-device-select:hover{background:#0000000c;border-color:#0000001d}[data-theme=light] .voice-settings-tab .voice-device-select:focus{border-color:#168e1680}[data-theme=light] .voice-settings-tab .voice-volume-slider{background:#00000018}[data-theme=light] .voice-settings-tab .voice-volume-slider::-webkit-slider-thumb{border:1px solid rgba(22,142,22,.5);box-shadow:0 2px 6px #00000031}[data-theme=light] .voice-settings-tab .voice-volume-value{color:#000000bf}[data-theme=light] .voice-settings-tab .voice-device-refresh{border:1px solid rgba(0,0,0,.08);background:#0000000a;color:#0009}[data-theme=light] .voice-settings-tab .voice-device-refresh:hover{background:#00000012;color:#141414}[data-theme=light] .server-manage-modal .settings-account-row .account-subtext{color:#75777c}[data-theme=light] .share-dest-overlay{background:#0007}[data-theme=light] .share-dest-modal{color:#323334;background:#f4f4f58c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .share-dest-modal:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .share-dest-header{border-bottom:1px solid rgba(0,0,0,.04)}[data-theme=light] .share-dest-title{color:#141414}[data-theme=light] .share-dest-close{color:#75777c}[data-theme=light] .share-dest-close:hover{background:#0000000c;color:#323334}[data-theme=light] .share-dest-preview{border-bottom:1px solid rgba(0,0,0,.04)}[data-theme=light] .share-dest-preview-image{background:#f1f1f2}[data-theme=light] .share-dest-preview-chip{background:#00000010;border:1px solid rgba(0,0,0,.048)}[data-theme=light] .share-dest-preview-chip-icon{color:#75777c}[data-theme=light] .share-dest-preview-chip-text{color:#545658}[data-theme=light] .share-dest-section-row:hover{background:#00000006}[data-theme=light] .share-dest-dm-icon{background:#eeeeef;color:#141414}[data-theme=light] .share-dest-section-title{color:#323334}[data-theme=light] .share-dest-section-subtitle,[data-theme=light] .share-dest-chevron,[data-theme=light] .share-dest-category{color:#75777c}[data-theme=light] .share-dest-row:hover{background:#00000006}[data-theme=light] .share-dest-row.selected{background:#0000000a}[data-theme=light] .share-dest-hash{color:#75777c}[data-theme=light] .share-dest-row.selected .share-dest-hash{color:#323334}[data-theme=light] .share-dest-row-name{color:#545658}[data-theme=light] .share-dest-row.selected .share-dest-row-name{color:#141414}[data-theme=light] .share-dest-check{border:1.5px solid #e2e2e4}[data-theme=light] .share-dest-empty-note{color:#75777c}[data-theme=light] .share-dest-footer{border-top:1px solid rgba(0,0,0,.04)}[data-theme=light] .share-dest-ghost{border:1px solid rgba(0,0,0,.08);background:#0000000c;color:#75777c}[data-theme=light] .share-dest-ghost:hover:not(:disabled){color:#545658}[data-theme=light] .share-dest-send{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .share-dest-send:hover:not(:disabled){background:linear-gradient(135deg,#43b57d,#5a8c69);border-color:#168e1680}[data-theme=light] .share-dest-send:disabled{border-color:#168e161f}[data-theme=light] .theme-intro-overlay{background:#00000082}[data-theme=light] .theme-intro-overlay .theme-intro-modal{background:#f1f1f3eb;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031}[data-theme=light] .theme-intro-overlay .theme-intro-close{color:#545658}[data-theme=light] .theme-intro-overlay .theme-intro-close:hover,[data-theme=light] .theme-intro-overlay .theme-intro-title{color:#141414}[data-theme=light] .theme-intro-overlay .theme-intro-description{color:#545658}[data-theme=light] .theme-intro-overlay .theme-intro-option{background:#00000008;border:2px solid rgba(0,0,0,.08)}[data-theme=light] .theme-intro-overlay .theme-intro-option:hover{border-color:#168e1680}[data-theme=light] .theme-intro-overlay .theme-intro-option.current{border-color:#168e1659}[data-theme=light] .theme-intro-overlay .theme-intro-preview{border:1px solid rgba(0,0,0,.064)}[data-theme=light] .theme-intro-overlay .theme-intro-option-label{color:#141414}[data-theme=light] .update-progress-pill{background:#f4f4f5f2;border:1px solid rgba(0,0,0,.048);color:#52565b;box-shadow:0 4px 16px #0000002a}[data-theme=light] .update-progress-pill .update-progress-pill-icon,[data-theme=light] .update-progress-pill .update-progress-pill-label{color:#68696c}[data-theme=light] .update-progress-pill .update-progress-pill-bar{background:#0000000e}[data-theme=light] .update-progress-pill .update-progress-pill-percent{color:#7a7b81}[data-theme=light] .update-ready-popup{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .update-ready-popup .update-ready-close{color:#0000008c}[data-theme=light] .update-ready-popup .update-ready-close:hover{background:#0000001f;color:#141414}[data-theme=light] .update-ready-popup .update-ready-icon{background:#00000014;border:1px solid rgba(0,0,0,.144)}[data-theme=light] .update-ready-popup .update-ready-title{color:#141414}[data-theme=light] .update-ready-popup .update-ready-subtitle{color:#000000c7}[data-theme=light] .update-ready-popup .update-ready-button.cancel{background:#00000014;border-color:#00000025;color:#000000e6}[data-theme=light] .update-ready-popup .update-ready-button.cancel:hover{background:#00000025;color:#141414}[data-theme=light] .update-ready-popup .update-ready-button.primary{background:#000000f2;border-color:#0009}[data-theme=light] .update-ready-popup .update-ready-button.primary:hover{background:#1a1a1a;color:#eef3f0}[data-theme=light] .update-ready-badge{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .update-ready-badge:hover{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .update-ready-badge .update-ready-badge-dot{border:2px solid #f4f4f5}[data-theme=light] .update-error-toast{border:1px solid rgba(163,0,0,.3)}[data-theme=light] .update-error-toast .update-error-toast-title{color:#141414}[data-theme=light] .update-error-toast .update-error-toast-detail{color:#000000e0}[data-theme=light] .update-error-toast .update-error-toast-close{color:#000000bf}[data-theme=light] .update-error-toast .update-error-toast-close:hover{background:#00000025;color:#141414}[data-theme=light] .upload-limit-modal-overlay{background-color:#0000001a}[data-theme=light] .upload-limit-modal-container{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .upload-limit-modal-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .upload-limit-modal-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .upload-limit-modal-title{color:#141414}[data-theme=light] .upload-limit-modal-close{color:#00000073}[data-theme=light] .upload-limit-modal-close:hover{color:#141414;background:#00000010}[data-theme=light] .upload-limit-modal-content .upload-limit-headline{color:#141414}[data-theme=light] .upload-limit-modal-content .upload-limit-description{color:#0009}[data-theme=light] .upload-limit-modal-content .upload-limit-upsell{color:#000c}[data-theme=light] .upload-limit-modal-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .upload-limit-modal-overlay .upload-limit-confirm-button{color:#141414}[data-theme=light] .voters-modal-overlay{background-color:#00000098}[data-theme=light] .voters-modal-container{background-color:#efeff0;box-shadow:0 8px 32px #00000038}[data-theme=light] .voters-modal-header{border-bottom:1px solid #eaebec}[data-theme=light] .voters-modal-header h3{color:#141414}[data-theme=light] .voters-modal-close{color:#52565b}[data-theme=light] .voters-modal-close:hover{color:#141414}[data-theme=light] .voters-empty{color:#75777c}[data-theme=light] .voters-section-header{color:#52565b}[data-theme=light] .voters-member-item:hover{background-color:#eceded}[data-theme=light] .voters-member-username{color:#323335}[data-theme=light] .whats-new-modal-overlay{background-color:#0000001a}[data-theme=light] .whats-new-modal-container{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .whats-new-modal-container:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .whats-new-modal-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .whats-new-modal-header .whats-new-modal-title{color:#141414}[data-theme=light] .whats-new-modal-header .whats-new-modal-version{color:#00000080}[data-theme=light] .whats-new-modal-close{color:#00000073}[data-theme=light] .whats-new-modal-close:hover{color:#141414;background:#00000010}[data-theme=light] .whats-new-modal-content .whats-new-section-heading{color:#0000008c}[data-theme=light] .whats-new-modal-content .whats-new-item{color:#000000d9}[data-theme=light] .whats-new-confirm-button{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .whats-new-confirm-button:hover{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .filter-loc-editor-overlay{background-color:#00000082}[data-theme=light] .filter-loc-editor-container{background:#f2f2f4d1;border:1px solid rgba(0,0,0,.096);box-shadow:0 12px 40px #0000003f}[data-theme=light] .filter-loc-editor-container .filter-loc-editor-eyebrow{color:#00000080}[data-theme=light] .filter-loc-editor-container .filter-loc-editor-title{color:#141414}[data-theme=light] .filter-loc-editor-container .filter-loc-editor-close{background:#0000000c;color:#000000b3}[data-theme=light] .filter-loc-editor-container .filter-loc-editor-close:hover{background:#00000018;color:#141414}[data-theme=light] .filter-loc-editor-container .filter-loc-editor-map-wrap{border:1px solid rgba(0,0,0,.08)}[data-theme=light] .filter-loc-editor-container .filter-loc-editor-hint{color:#141414;background:#0007}[data-theme=light] .filter-loc-editor-pin{filter:drop-shadow(0 2px 4px rgba(0,0,0,.275))}[data-theme=light] .filter-loc-editor-container .filter-loc-editor-address{color:#000c}[data-theme=light] .filter-loc-editor-container .filter-loc-editor-coords{color:#00000073}[data-theme=light] .filter-loc-editor-container .filter-loc-editor-note{color:#00000080}[data-theme=light] .filter-loc-editor-container .filter-loc-editor-error{color:#a30000}[data-theme=light] .filter-loc-editor-container .filter-loc-editor-button.cancel{background:#0000000c;border-color:#00000018;color:#000000d9}[data-theme=light] .filter-loc-editor-container .filter-loc-editor-button.cancel:hover{background:#00000018}[data-theme=light] .filter-loc-editor-container .filter-loc-editor-button.save:hover{background:#4a7c59}[data-theme=light] .moderator-modal-overlay{background-color:#0000006c}[data-theme=light] .moderator-modal-overlay .moderator-modal{background:linear-gradient(135deg,#f3f4f5eb,#f5f5f6eb);border:1px solid rgba(22,142,22,.18);box-shadow:0 16px 48px #0000003f}[data-theme=light] .moderator-modal-overlay .moderator-modal-title{color:#141414}[data-theme=light] .moderator-modal-overlay .moderator-modal-close{background:#0000000c;color:#000000b3}[data-theme=light] .moderator-modal-overlay .moderator-modal-close:hover{background:#00000018;color:#141414}[data-theme=light] .moderator-modal-overlay .moderator-tool-button{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .moderator-modal-overlay .moderator-tool-button:hover{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .moderator-modal-overlay .moderator-tool-icon{color:#141414}[data-theme=light] .moderator-modal-overlay .moderator-tool-chevron{color:#000000bf}[data-theme=light] .moderator-review-overlay{background-color:#000000c7}[data-theme=light] .moderator-review-side .moderator-review-map-label{color:#000000d9}[data-theme=light] .moderator-review-side .moderator-review-map-missing{color:#00000080}[data-theme=light] .moderator-review-side .moderator-review-map{border:1px solid rgba(0,0,0,.096);box-shadow:0 12px 32px #00000038}[data-theme=light] .moderator-review-side .moderator-review-edit-location{color:#000000d9;background:#0000000c;border:1px solid rgba(0,0,0,.096)}[data-theme=light] .moderator-review-side .moderator-review-edit-location:hover{color:#141414}[data-theme=light] .moderator-review-frame{background-color:#fbfbfb;box-shadow:0 25px 50px -12px #00000046}[data-theme=light] .moderator-review-frame .moderator-review-close{background:#0000001d;color:#141414}[data-theme=light] .moderator-review-frame .moderator-review-close:hover{background:#00000098}[data-theme=light] .moderator-review-frame .moderator-review-top{background:linear-gradient(to bottom,rgba(0,0,0,.553) 0%,transparent 100%)}[data-theme=light] .moderator-review-frame .moderator-review-progress{color:#000000b3}[data-theme=light] .moderator-review-frame .moderator-review-place{color:#141414}[data-theme=light] .moderator-review-frame .moderator-review-place-icon{color:#2e7d4f}[data-theme=light] .moderator-review-frame .moderator-review-scope.city{color:#966b0dfa}[data-theme=light] .moderator-review-frame .moderator-review-scope.location{background:#168e1624;border-color:#168e1659;color:#168d16fa}[data-theme=light] .moderator-review-frame .moderator-review-bottom{background:linear-gradient(to top,rgba(0,0,0,.808) 0%,rgba(0,0,0,.722) 35%,rgba(0,0,0,.468) 70%,transparent 100%)}[data-theme=light] .moderator-review-frame .moderator-review-avatar{background:#f1f1f2}[data-theme=light] .moderator-review-frame .moderator-review-requester-label{color:#0000008c}[data-theme=light] .moderator-review-frame .moderator-review-requester-name{color:#141414}[data-theme=light] .moderator-review-frame .moderator-review-tally-item{background:#00000014;color:#141414}[data-theme=light] .moderator-review-frame .moderator-review-tally-item.approve{color:#14902f}[data-theme=light] .moderator-review-frame .moderator-review-tally-item.deny{color:#a30000}[data-theme=light] .moderator-review-frame .moderator-review-button{color:#141414}[data-theme=light] .moderator-review-frame .moderator-review-button.approve{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .moderator-review-frame .moderator-review-button.approve:hover{background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .moderator-review-frame .moderator-review-button.deny{border:1px solid rgba(163,0,0,.3)}[data-theme=light] .moderator-review-frame .moderator-review-button.deny:hover{background:linear-gradient(135deg,#a84848,#b85454);border-color:#a3000080}[data-theme=light] .moderator-review-frame .moderator-review-button.veto{color:#a30000;background:#f2eaea8c;border:1px solid rgba(163,0,0,.28)}[data-theme=light] .moderator-review-frame .moderator-review-button.veto:hover{border-color:#a3000099}[data-theme=light] .moderator-review-frame .moderator-review-banner{color:#141414}[data-theme=light] .moderator-review-frame .moderator-review-banner.approve{border:1px solid rgba(22,142,22,.5)}[data-theme=light] .moderator-review-frame .moderator-review-banner.deny{border:1px solid rgba(163,0,0,.5)}[data-theme=light] .moderator-review-frame .moderator-review-banner.veto{border:1px solid rgba(163,0,0,.55)}[data-theme=light] .moderator-review-frame .moderator-review-spinner{border:3px solid rgba(0,0,0,.12);border-top-color:#2e7d4f}[data-theme=light] .moderator-review-frame .moderator-review-empty-icon{color:#2e7d4f}[data-theme=light] .moderator-review-frame .moderator-review-empty-title{color:#141414}[data-theme=light] .moderator-review-frame .moderator-review-empty-text{color:#0009}[data-theme=light] .rr-overlay{background-color:#0000001a}[data-theme=light] .rr-panel{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .rr-panel:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .rr-close{color:#60646a}[data-theme=light] .rr-close:hover{background:#0000000a;color:#141414}[data-theme=light] .rr-state-icon{color:#75777c}[data-theme=light] .rr-state-title{color:#141414}[data-theme=light] .rr-state-text{color:#60646a}[data-theme=light] .rr-spinner{border:3px solid rgba(0,0,0,.096);border-top-color:#60646a}[data-theme=light] .rr-progress{background:#0000000a;color:#323334}[data-theme=light] .rr-target-type{color:#141414}[data-theme=light] .rr-sla-ok{border-color:#168e164d}[data-theme=light] .rr-sla-overdue{color:#911512}[data-theme=light] .rr-sla-unknown{background:#0000000a;border-color:#00000018;color:#60646a}[data-theme=light] .rr-meta{background:#0000000a;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .rr-meta-label{color:#60646a}[data-theme=light] .rr-meta-value{color:#323334}[data-theme=light] .rr-evidence{background:#00000010;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .rr-evidence-avatar{background:#00000010}[data-theme=light] .rr-evidence-avatar-blank{border:1px dashed rgba(0,0,0,.128)}[data-theme=light] .rr-evidence-author{color:#141414}[data-theme=light] .rr-evidence-when{color:#75777c}[data-theme=light] .rr-evidence-text{color:#323334}[data-theme=light] .rr-evidence-empty{color:#75777c}[data-theme=light] .rr-snapshot-missing{background:#00000010;border:1px dashed rgba(0,0,0,.096);color:#75777c}[data-theme=light] .rr-attachment{background:#0000001a;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .rr-attachment-file{color:#323334}[data-theme=light] .rr-attachment-cover{background:#f6f6f7f5;color:#52565b}[data-theme=light] .rr-attachment-cover:hover{background:#f3f3f4f5;color:#141414}[data-theme=light] .rr-attachment-caption{color:#60646a}[data-theme=light] .rr-button.approve{border-color:#a3000066;color:#a30000}[data-theme=light] .rr-button.approve:hover:not(.disabled){color:#141414}[data-theme=light] .rr-button.deny{background:#0000000a;border-color:#00000018;color:#323334}[data-theme=light] .rr-button.deny:hover:not(.disabled){background:#00000014;border-color:#00000025}[data-theme=light] .rr-button.staff{color:#542a79}[data-theme=light] .rr-button.staff:hover:not(.disabled){color:#141414}[data-theme=light] .rr-consensus-note{color:#75777c}[data-theme=light] .rr-banner{color:#141414;box-shadow:0 8px 24px #0000003f}[data-theme=light] .rr-context-row .rr-evidence{background:#0000000b;border-color:#00000010}[data-theme=light] .ov-root{color:#141414}[data-theme=light] .ov-voice{background:#f8f8f980;border:1px solid rgba(0,0,0,.08);box-shadow:0 6px 22px #00000038}[data-theme=light] .ov-voice-head{color:#00000080}[data-theme=light] .ov-voice-head-dot{background:#168e16e6}[data-theme=light] .ov-avatar{color:#141414;box-shadow:0 0 0 2px #0000000c}[data-theme=light] .ov-person.speaking .ov-avatar{box-shadow:0 0 0 calc(2px + (var(--ov-level) * 2px)) #168e16e6,0 0 calc(6px + (var(--ov-level) * 10px)) #4a7c5980}[data-theme=light] .ov-name{text-shadow:0 1px 3px rgba(0,0,0,.33)}[data-theme=light] .ov-person.muted .ov-name{color:#00000073}[data-theme=light] .ov-event{background:#0000000c;color:#000000bf}[data-theme=light] .ov-event.join .ov-event-arrow{color:#2e7d4f}[data-theme=light] .ov-event-name{color:#141414}[data-theme=light] .ov-chat-line{background:#f8f8f980;border:1px solid rgba(0,0,0,.064);box-shadow:0 4px 16px #00000031}[data-theme=light] .ov-chat-channel{color:#0006}[data-theme=light] .ov-chat-text{color:#000000eb;text-shadow:0 1px 3px rgba(0,0,0,.275)}[data-theme=light] .pc-section-title{color:#141414}[data-theme=light] .pc-section-icon,[data-theme=light] .pc-muted,[data-theme=light] .pc-note{color:#60646a}[data-theme=light] .pc-state{background:#0000000a;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .pc-state-icon{color:#75777c}[data-theme=light] .pc-state-title{color:#141414}[data-theme=light] .pc-state-text{color:#60646a}[data-theme=light] .pc-spinner{border:3px solid rgba(0,0,0,.08);border-top-color:#60646a}[data-theme=light] .pc-button-primary{color:#141414}[data-theme=light] .pc-button-secondary{background:#0000000a;border-color:#00000021;color:#323334}[data-theme=light] .pc-button-secondary:hover:not(:disabled):not(.disabled){background:#00000012;border-color:#00000021}[data-theme=light] .pc-button-danger{border-color:#a3000059;color:#a30000}[data-theme=light] .pc-button-danger:hover:not(:disabled):not(.disabled){border-color:#a3000080;color:#141414}[data-theme=light] .pc-code{background:#0000000b;border:1px solid rgba(0,0,0,.08);color:#141414}[data-theme=light] .pc-request{background:#0000000a;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .pc-request:hover{background:#00000012;border-color:#00000021}[data-theme=light] .pc-request-name{color:#141414}[data-theme=light] .pc-request-line{color:#60646a}[data-theme=light] .pc-request-time{color:#7e8286}[data-theme=light] .pc-person-name{color:#141414}[data-theme=light] .pc-person-subtitle{color:#60646a}[data-theme=light] .pc-child-row{background:#0000000a;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .pc-child-row:hover{background:#00000012;border-color:#00000021}[data-theme=light] .pc-child-chevron{color:#75777c}[data-theme=light] .pc-friend,[data-theme=light] .pc-parent-row{background:#0000000a;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .pc-back-button{color:#60646a}[data-theme=light] .pc-back-button:hover{background:#0000000a;color:#141414}[data-theme=light] .pc-privacy-banner{border:1px solid rgba(22,142,22,.22);color:#4a574e}[data-theme=light] .pc-restricted-title{color:#141414}[data-theme=light] .pc-restricted-body{color:#6e6235}[data-theme=light] .pc-table{border:1px solid rgba(0,0,0,.08)}[data-theme=light] .pc-row{border-bottom:1px solid rgba(0,0,0,.064);color:#323334}[data-theme=light] .pc-row-header{background:#0000000e;color:#60646a}[data-theme=light] .pc-location-state{background:#0000000a;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .pc-location-label{color:#141414}[data-theme=light] .pc-dot-off{background-color:#828489}[data-theme=light] .pc-event{background:#0000000a;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .pc-event-when{color:#60646a}[data-theme=light] .pc-event-what{color:#323334}[data-theme=light] .pc-badge{background:#ececed99;border:1px solid rgba(96,99,105,.25);color:#323334}[data-theme=light] .pc-badge-active{border-color:#168e1640;color:#2b7841}[data-theme=light] .pc-badge-pending{border-color:#816b2240;color:#816b22}[data-theme=light] .pc-badge-revoked{border-color:#a3000040;color:#a30000}[data-theme=light] .pc-exposure-low{border-color:#168e1640;color:#2b7841}[data-theme=light] .pc-exposure-medium{border-color:#816b2240;color:#816b22}[data-theme=light] .pc-exposure-high{border-color:#90521347;color:#915413}[data-theme=light] .pc-exposure-max{border-color:#a3000059;color:#a30000}[data-theme=light] .pc-exposure-unknown{background:#ececed99;border-color:#60636940;color:#60646a}[data-theme=light] .pc-alert{background:#0000000a;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .pc-alert:before{background-color:#373839}[data-theme=light] .pc-alert-icon{color:#60646a}[data-theme=light] .pc-alert-title{color:#141414}[data-theme=light] .pc-alert-description{color:#323334}[data-theme=light] .pc-alert-meta{color:#75777c}[data-theme=light] .pc-field-label{color:#494a4d}[data-theme=light] .pc-input{background:#0000000a;border:1px solid rgba(0,0,0,.08);color:#141414}[data-theme=light] .pc-input:focus{border-color:#00000021}[data-theme=light] .pc-input::placeholder{color:#75777c}[data-theme=light] .pc-input-icon{color:#75777c}[data-theme=light] .pc-search-result{background:#0000000a;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .pc-search-result:hover{background:#00000012;border-color:#00000021}[data-theme=light] .pc-selected-row{border:1px solid rgba(22,142,22,.25)}[data-theme=light] .pc-connect-cta{background:#0000000a;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .pc-link-modal-overlay{background-color:#0000001a}[data-theme=light] .pc-link-modal{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .pc-link-modal:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .pc-link-modal-header{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .pc-link-modal-icon{border:1px solid rgba(22,142,22,.28);color:#2b7841}[data-theme=light] .pc-link-modal-title{color:#141414}[data-theme=light] .pc-link-modal-close{color:#00000073}[data-theme=light] .pc-link-modal-close:hover{background:#00000010;color:#141414}[data-theme=light] .pc-link-modal-footer{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .pc-link-modal .pc-field-label{color:#000000b3}[data-theme=light] .pc-link-modal .pc-muted{color:#00000080}[data-theme=light] .pc-link-modal .pc-input{border:1px solid rgba(0,0,0,.096);background:#0000000c;color:#141414}[data-theme=light] .pc-link-modal .pc-input:focus{background:#00000012}[data-theme=light] .pc-link-modal .pc-input::placeholder{color:#00000059}[data-theme=light] .pc-link-modal .pc-input-icon{color:#0006}[data-theme=light] .pc-link-modal .pc-pick-hint{color:#00000059}[data-theme=light] .pc-link-modal .pc-search-result{background:#0000000a;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .pc-link-modal .pc-search-result:hover{background:#00000014;border-color:#00000021}[data-theme=light] .pc-link-modal .pc-selected-row{border:1px solid rgba(22,142,22,.28)}[data-theme=light] .pc-link-modal .pc-form-error{color:#a30000}[data-theme=light] .pc-link-modal-cancel{background:#0000000c;border:1px solid rgba(0,0,0,.08);color:#000000b3}[data-theme=light] .pc-link-modal-cancel:hover{background:#00000014;border-color:#00000021;color:#141414}[data-theme=light] .pc-link-modal-submit{color:#141414}[data-theme=light] .pc-nav-row{background:#0000000a;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .pc-nav-row:hover{background:#00000012;border-color:#00000021}[data-theme=light] .pc-nav-row-icon{color:#60646a}[data-theme=light] .pc-nav-row-label{color:#141414}[data-theme=light] .pc-nav-row-sub{color:#60646a}[data-theme=light] .pc-nav-row-chevron{color:#75777c}[data-theme=light] .pc-danger-zone{border:1px solid rgba(163,0,0,.2)}[data-theme=light] .pc-danger-title{color:#141414}[data-theme=light] .pc-danger-body{color:#663d3d}[data-theme=light] .dm-hover-popover{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .dm-hover-popover .dm-hover-popover-header{color:#60646a}[data-theme=light] .dm-hover-popover .dm-hover-popover-empty{color:#75777c}[data-theme=light] .dm-hover-popover .dm-hover-popover-list::-webkit-scrollbar-thumb{background-color:#e3e3e5}[data-theme=light] .map-hover-popover{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .map-hover-popover .map-hover-popover-header,[data-theme=light] .map-hover-popover .map-hover-popover-empty{color:#75777c}[data-theme=light] .map-hover-popover .map-popover-item:hover{background-color:#0000000c}[data-theme=light] .map-hover-popover .map-popover-pin-indicator{color:#75777c}[data-theme=light] .map-hover-popover .map-popover-name{color:#28292a}[data-theme=light] .map-hover-popover .map-popover-location{color:#60646a}[data-theme=light] .map-hover-popover .map-popover-time{color:#75777c}[data-theme=light] .map-hover-popover .map-hover-popover-list::-webkit-scrollbar-thumb{background-color:#00000018}[data-theme=light] .private-stories-hover-popover{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .private-stories-hover-popover .private-stories-popover-header,[data-theme=light] .private-stories-hover-popover .private-stories-popover-empty{color:#75777c}[data-theme=light] .private-stories-hover-popover .private-stories-popover-item:hover{background-color:#0000000c}[data-theme=light] .private-stories-hover-popover .private-stories-popover-avatars.stacked .private-stories-popover-avatar{box-shadow:0 0 0 2px #0000003f}[data-theme=light] .private-stories-hover-popover .private-stories-popover-name{color:#28292a}[data-theme=light] .private-stories-hover-popover .private-stories-popover-meta{color:#60646a}[data-theme=light] .private-stories-hover-popover .private-stories-popover-list::-webkit-scrollbar-thumb{background-color:#00000018}[data-theme=light] .private-stories-hover-popover .private-stories-popover-members-btn{color:#00000073}[data-theme=light] .private-stories-hover-popover .private-stories-popover-members-btn:hover{background:#00000010;color:#000000d9}[data-theme=light] .private-stories-hover-popover .private-stories-popover-avatars.story-ring-seen{background:#00000029}[data-theme=light] .primary-sidebar .servers .server-item{color:#797c7d}[data-theme=light] .primary-sidebar .servers .home-item-image,[data-theme=light] .primary-sidebar .servers .games-item-image,[data-theme=light] .primary-sidebar .servers .map-item-image,[data-theme=light] .primary-sidebar .servers .public-stories-item-image,[data-theme=light] .primary-sidebar .servers .private-stories-item-image,[data-theme=light] .primary-sidebar .servers .create-server-item-image{color:#28292a}[data-theme=light] .primary-sidebar .servers .server-item .server-item-image{background-color:#fefefe}[data-theme=light] .primary-sidebar .servers .server-item .server-muted-icon{background:#f7f7f7}[data-theme=light] .primary-sidebar .servers .server-item .server-voice-indicator{background:#f7f7f7;border:2px solid #f7f7f7}[data-theme=light] .primary-sidebar .servers .dm-button .dm-item-image{background-color:#eeeeef}[data-theme=light] .primary-sidebar .servers .dm-button.active .dm-item-image,[data-theme=light] .primary-sidebar .servers .dm-button .dm-item-image:hover{background-color:#e3e3e5}[data-theme=light] .primary-sidebar .servers .dm-button .dm-requests-dot{border:2px solid #f7f7f7}[data-theme=light] .primary-sidebar .servers .home-button .home-item-image{background-color:#f1f1f2}[data-theme=light] .primary-sidebar .servers .home-button.active .home-item-image,[data-theme=light] .primary-sidebar .servers .home-button .home-item-image:hover{background-color:#ededee}[data-theme=light] .primary-sidebar .servers .moderator-button .moderator-item-image{background-color:#f1f1f2;color:#28292a}[data-theme=light] .primary-sidebar .servers .moderator-button .moderator-item-image:hover{background-color:#ededee}[data-theme=light] .primary-sidebar .servers .games-button .games-item-image{background-color:#f1f1f2}[data-theme=light] .primary-sidebar .servers .games-button .games-item-image:hover{background-color:#ededee}[data-theme=light] .primary-sidebar .servers .map-button .map-item-image{background-color:#f1f1f2}[data-theme=light] .primary-sidebar .servers .map-button .map-item-image:hover{background-color:#ededee}[data-theme=light] .primary-sidebar .servers .public-stories-button .public-stories-item-image{background-color:#f1f1f2}[data-theme=light] .primary-sidebar .servers .public-stories-button .public-stories-item-image:hover{background-color:#ededee}[data-theme=light] .primary-sidebar .servers .private-stories-button .private-stories-item-image{background-color:#f1f1f2}[data-theme=light] .primary-sidebar .servers .private-stories-button .private-stories-item-image:hover{background-color:#ededee}[data-theme=light] .primary-sidebar .servers .public-stories-button .public-stories-dot{border:2px solid #f7f7f7}[data-theme=light] .primary-sidebar .servers .create-server-button .create-server-item-image{background-color:#eeeeef}[data-theme=light] .primary-sidebar .servers .create-server-button .create-server-item-image:hover{background-color:#e3e3e5}[data-theme=light] .primary-sidebar .servers .servers-separator{background-color:#eeeeef}[data-theme=light] .primary-sidebar .servers .unread-dms-container.stacked:hover:before{background:#f4f4f5f0;border:1px solid #eeeeef}[data-theme=light] .primary-sidebar .servers .dm-quick-access-item .dm-stack-tint{background:#0000001d;color:#141414;text-shadow:0 1px 3px rgba(0,0,0,.495)}[data-theme=light] .primary-sidebar .servers .unread-dms-container.stacked:hover .dm-stack-tint{background:#0000000a}html[data-theme=light].strip-autohide .primary-sidebar{background:var(--theme-surface, #f1f1f2);border-right:1px solid var(--theme-border, rgba(0, 0, 0, .064));box-shadow:4px 0 24px #00000031}html[data-theme=light].strip-autohide.strip-right .primary-sidebar{border-left:1px solid var(--theme-border, rgba(0, 0, 0, .064));box-shadow:-4px 0 24px #00000031}[data-theme=light] .server-icon-initials .server-icon-initials-text{color:#141414}[data-theme=light] .server-invite-overlay{background:#0000001a}[data-theme=light] .server-invite-modal{color:#141414;background:#ececee80;border:1px solid rgba(0,0,0,.112);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .server-invite-modal:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0);mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .server-invite-close{color:#545658;background:#0000000c;border:1px solid rgba(0,0,0,.08)}[data-theme=light] .server-invite-close:hover{color:#141414;background:#00000018;border-color:#00000029}[data-theme=light] .server-invite-sub{color:#545658}[data-theme=light] .server-invite-primary{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .server-invite-primary:hover:not(:disabled){background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .server-invite-copy{color:#474e5c;background:#0000000c;border:1px solid rgba(0,0,0,.096)}[data-theme=light] .server-invite-copy:hover{background:#00000018;border-color:#00000029}[data-theme=light] .invite-picker-field{background:#0000000c;border:1px solid rgba(0,0,0,.096)}[data-theme=light] .invite-picker-field:focus-within{background:#00000014;border-color:#168e1659}[data-theme=light] .invite-picker-field-icon{color:#00000073}[data-theme=light] .invite-picker-input{color:#141414}[data-theme=light] .invite-picker-input::placeholder{color:#0006}[data-theme=light] .invite-picker-list::-webkit-scrollbar-thumb{background:#0000001d}[data-theme=light] .invite-picker-row{color:#141414;background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .invite-picker-row:hover{background:#00000012;border-color:#00000021}[data-theme=light] .invite-picker-row.selected{border-color:#168e1666}[data-theme=light] .invite-picker-row.selected:hover{border-color:#168e168c}[data-theme=light] .invite-picker-handle{color:#00000073}[data-theme=light] .invite-picker-tick{color:#141414;border:1.5px solid rgba(0,0,0,.3)}[data-theme=light] .invite-picker-tick.checked{border-color:#168e1699}[data-theme=light] .invite-picker-empty{color:#00000073}[data-theme=light] .server-welcome-overlay{background-color:#000000a3}[data-theme=light] .server-welcome-modal{background:#f1f1f38c;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .server-welcome-close{color:#75777c}[data-theme=light] .server-welcome-close:hover{background:#0000000e;color:#141414}[data-theme=light] .server-welcome-tile{color:#141414;background-color:#fefefe}[data-theme=light] .server-welcome-title{color:#141414}[data-theme=light] .server-welcome-sub{color:#545658}[data-theme=light] .server-welcome-copy{color:#474e5c;background:#00000010;border:1px solid rgba(0,0,0,.096)}[data-theme=light] .server-welcome-copy:hover{background:#0000001b}[data-theme=light] .server-welcome-friends-label{color:#68696c}[data-theme=light] .server-welcome-primary{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .server-welcome-primary:hover:not(:disabled){background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .server-welcome-skip{color:#545658}[data-theme=light] .server-welcome-skip:hover{color:#141414;background:#0000000c}[data-theme=light] .setup-checklist{background:#0000000a;border:1px solid rgba(0,0,0,.096)}[data-theme=light] .setup-checklist-ring:before{background:conic-gradient(#4cbe7a calc(var(--pct, 0) * 1%),#0000001d 0);-webkit-mask:radial-gradient(circle at center,transparent 11.5px,#fefefe 12.5px);mask:radial-gradient(circle at center,transparent 11.5px,#fefefe 12.5px)}[data-theme=light] .setup-checklist-ring span,[data-theme=light] .setup-checklist-heading{color:#474e5c}[data-theme=light] .setup-checklist-dismiss{color:#75777c}[data-theme=light] .setup-checklist-dismiss:hover{background:#00000012;color:#141414}[data-theme=light] .setup-checklist-item{color:#545658}[data-theme=light] .setup-checklist-tick{color:#141414;border:1.5px solid rgba(0,0,0,.24)}[data-theme=light] .setup-checklist-item.done{color:#474e5c}[data-theme=light] .my-stickers-wrap-dropping{border-color:#168e1680}[data-theme=light] .my-stickers-item{border:1px solid rgba(0,0,0,.064);background:#00000008}[data-theme=light] .my-stickers-item:hover{border-color:#168e164d}[data-theme=light] .my-stickers-item-inert:hover{border-color:#00000010;background:#00000008}[data-theme=light] .my-stickers-edit{border:1px solid rgba(22,142,22,.35);background:#f8f8f8cc}[data-theme=light] .my-stickers-remove{color:#911215;background:#f8f8f8cc}[data-theme=light] .my-stickers-add{color:#585b61;border:1px dashed rgba(0,0,0,.144)}[data-theme=light] .my-stickers-add:hover{border-color:#168e1666}[data-theme=light] .my-stickers-empty-title{color:#25272b}[data-theme=light] .my-stickers-empty-body{color:#585b61}[data-theme=light] html[data-theme=light] .my-stickers-item{border-color:#00000008}[data-theme=light] html[data-theme=light] .my-stickers-empty-title{color:#f4f4f5}[data-theme=light] html[data-theme=light] .my-stickers-empty-body,[data-theme=light] html[data-theme=light] .my-stickers-add{color:#8f949a}[data-theme=light] html[data-theme=light] .my-stickers-add{border-color:#0000000b}[data-theme=light] .sticker-editor-overlay{background:#0000001a}[data-theme=light] .sticker-editor-panel{border:1px solid rgba(0,0,0,.096);background:#f1f1f373;box-shadow:0 24px 60px #00000046}[data-theme=light] .sticker-editor-panel:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .sticker-editor-eyebrow{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .sticker-editor-title{color:#25272b}[data-theme=light] .sticker-editor-close{border:1px solid rgba(0,0,0,.096);color:#41454a;background:#0000000c}[data-theme=light] .sticker-editor-close:hover{color:#141414;background:#00000018}[data-theme=light] .sticker-editor-stage{background:linear-gradient(45deg,rgba(0,0,0,.04) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.04) 75%) 0 0 / 20px 20px,linear-gradient(45deg,rgba(0,0,0,.04) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.04) 75%) 10px 10px / 20px 20px,#00000010}[data-theme=light] .sticker-editor-tool-label,[data-theme=light] .sticker-editor-hint{color:#585b61}[data-theme=light] .sticker-editor-button{color:#25272b;border:1px solid rgba(0,0,0,.096);background:#00000010}[data-theme=light] .sticker-editor-button:hover:not(:disabled){background:#0000001d}[data-theme=light] .sticker-editor-primary{color:#141414;border-color:#168e1666}[data-theme=light] html[data-theme=light] .sticker-editor-panel{background:#000000b8;border-color:#00000008}[data-theme=light] html[data-theme=light] .sticker-editor-title{color:#f4f4f5}[data-theme=light] html[data-theme=light] .sticker-editor-hint,[data-theme=light] html[data-theme=light] .sticker-editor-tool-label{color:#8f949a}[data-theme=light] html[data-theme=light] .sticker-editor-button{color:#f4f4f5;border-color:#00000008;background:#00000008}[data-theme=light] html[data-theme=light] .sticker-editor-primary{color:#141414}[data-theme=light] html[data-theme=light] .sticker-editor-stage{background:linear-gradient(45deg,rgba(0,0,0,.03) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.03) 75%) 0 0 / 20px 20px,linear-gradient(45deg,rgba(0,0,0,.03) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.03) 75%) 10px 10px / 20px 20px,#0009}[data-theme=light] .story-share-modal-overlay{background:#00000082}[data-theme=light] .story-share-modal{background:#f1f1f3d1;border:1px solid rgba(0,0,0,.08);box-shadow:0 16px 48px #00000046}[data-theme=light] .story-share-modal-header{border-bottom:1px solid rgba(0,0,0,.056)}[data-theme=light] .story-share-modal-title{color:#141414}[data-theme=light] .story-share-modal-close{background:#0000000c;color:#000000bf}[data-theme=light] .story-share-modal-close:hover{background:#0000001d;color:#141414}[data-theme=light] .story-share-modal-search-icon{color:#00000073}[data-theme=light] .story-share-modal-search-input{border:1px solid rgba(0,0,0,.08);background:#0000000c;color:#141414}[data-theme=light] .story-share-modal-search-input::placeholder{color:#0006}[data-theme=light] .story-share-modal-search-input:focus{border-color:#168e1666;background:#00000010}[data-theme=light] .story-share-modal-section-header{color:#00000073}[data-theme=light] .story-share-modal-empty{color:#0006}[data-theme=light] .story-share-modal-row:hover{background:#0000000a}[data-theme=light] .story-share-modal-row-avatar{background:#00000008}[data-theme=light] .story-share-modal-row-name{color:#141414}[data-theme=light] .story-share-modal-row-server{color:#00000073}[data-theme=light] .story-share-modal-row-send{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .story-share-modal-row-send:hover:not(:disabled){background:linear-gradient(135deg,#5a8c69,#6a9c79);border-color:#168e1680}[data-theme=light] .story-share-modal-row-send.sent{background:#00000010;border-color:#00000018;color:#0009}[data-theme=light] .story-viewer-overlay{background-color:#000000c7}[data-theme=light] .story-viewer-frame{background-color:#fbfbfb;box-shadow:0 25px 50px -12px #00000046}[data-theme=light] .story-progress-segment{background-color:#0000004d}[data-theme=light] .story-progress-fill{background-color:#1a1a1a}[data-theme=light] .story-viewer-top-overlay{background:linear-gradient(to bottom,rgba(0,0,0,.51) 0%,transparent 100%)}[data-theme=light] .story-viewer-username{color:#141414;text-shadow:0 1px 4px rgba(0,0,0,.33)}[data-theme=light] .story-viewer-time{color:#000000b3;text-shadow:0 1px 4px rgba(0,0,0,.33)}[data-theme=light] .story-viewer-public-badge{border:1px solid rgba(22,142,22,.35);text-shadow:0 1px 2px rgba(0,0,0,.22)}[data-theme=light] .story-viewer-private-badge{border:1px solid rgba(0,62,163,.35);text-shadow:0 1px 2px rgba(0,0,0,.22)}[data-theme=light] .story-viewer-private-badge:hover{background:linear-gradient(135deg,#506ea0,#6080b6);border-color:#003ea380}[data-theme=light] .story-viewer-more-button,[data-theme=light] .story-viewer-close-button{background:#00000013;color:#141414}[data-theme=light] .story-viewer-more-button:hover,[data-theme=light] .story-viewer-close-button:hover{background:#0000006c}[data-theme=light] .story-video-duration{background:#0007;color:#141414}[data-theme=light] .story-video-flash{background:#0000001d}[data-theme=light] .story-reply-bar{background:linear-gradient(to top,rgba(0,0,0,.595) 0%,transparent 100%)}[data-theme=light] .story-reply-input{border:1px solid rgba(0,0,0,.16);background:#00000014;color:#141414}[data-theme=light] .story-reply-input::placeholder{color:#00000080}[data-theme=light] .story-reply-input:focus{border-color:#0006;background:#0000001f}[data-theme=light] .story-reply-send{background:#00000018;color:#000000b3}[data-theme=light] .story-reply-send:hover:not(:disabled){background:#00000029;color:#141414}[data-theme=light] .story-viewers-bar{background:linear-gradient(to top,rgba(0,0,0,.595) 0%,transparent 100%)}[data-theme=light] .story-viewers-bar-inner{color:#000000d9}[data-theme=light] .story-viewers-bar:hover .story-viewers-bar-inner{color:#141414}[data-theme=light] .story-viewers-popup-overlay{background-color:#0000006c}[data-theme=light] .story-viewers-panel{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .story-viewers-panel:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .story-viewers-panel-header{border-bottom:1px solid rgba(0,0,0,.064);color:#141414}[data-theme=light] .story-viewers-panel-close{color:#000000b3}[data-theme=light] .story-viewers-panel-close:hover{color:#141414;background:#00000014}[data-theme=light] .story-viewers-list{color:#0009}[data-theme=light] .story-viewers-empty{color:#0006}[data-theme=light] .story-viewer-row:hover{background:#0000000c}[data-theme=light] .story-viewer-row-name{color:#141414}[data-theme=light] .story-viewer-row-count{background:#00000014;color:#000000bf}[data-theme=light] .story-viewer-row-shared{color:#004ca3f2}[data-theme=light] .story-viewer-row-time{color:#0006}[data-theme=light] .user-img-initials{color:#141414}[data-theme=light] .user-name-style{color:#60646a}[data-theme=light] .user-badge:hover{background-color:#0000001f!important}[data-theme=light] .user-name-style .user-bot-tag{color:#474e5c;background:linear-gradient(135deg,#6f7378e6,#63676de6);border:1px solid rgba(70,79,93,.3);box-shadow:0 2px 8px #eaebed4d}[data-theme=light] .chat-message-line .user-bot-tag{box-shadow:0 1px 5px #eaebed4d}[data-theme=light] .user-profile-overlay{background-color:#0000001a}[data-theme=light] .user-profile-modal{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .user-profile-modal:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .user-profile-modal .user-profile-left{border-right:1px solid rgba(0,0,0,.064);background:#00000008}[data-theme=light] .user-profile-modal .user-avatar.has-story.has-story-seen{background:#00000029}[data-theme=light] .user-profile-modal .user-name{color:#141414}[data-theme=light] .user-profile-modal .username{color:#0000008c}[data-theme=light] .user-profile-modal .user-badges-container .user-badge{border:1px solid rgba(0,0,0,.08);background:#0000000c}[data-theme=light] .user-profile-modal .ribbon-content{color:#292b2e;background:linear-gradient(135deg,#c4c5c7,#e3e3e5);border:1px solid #e7e7e8;box-shadow:0 1px 3px #0001}[data-theme=light] .user-profile-modal .owner-ribbon .ribbon-content{color:#1b00a3}[data-theme=light] .user-profile-modal .verified-ribbon .ribbon-content,[data-theme=light] .user-profile-modal .staff-ribbon .ribbon-content,[data-theme=light] .user-profile-modal .moderator-ribbon .ribbon-content{background:linear-gradient(135deg,#c4c5c7,#e3e3e5);border-color:#e7e7e8;color:#292b2e}[data-theme=light] .user-profile-modal .premium-ribbon .ribbon-content{color:#a37d00}[data-theme=light] .user-profile-modal .streak-ribbon .ribbon-content{color:#a35b00}[data-theme=light] .user-profile-modal .user-status{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .user-profile-modal .user-status p{color:#141414}[data-theme=light] .user-profile-modal .user-bio{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .user-profile-modal .user-bio p{color:#000000bf}[data-theme=light] .user-profile-modal .profile-mini-map{background:#f4f4f5;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .user-profile-modal .profile-mini-map:hover{border-color:#00000021;box-shadow:0 4px 14px #00000031}[data-theme=light] .user-profile-modal .profile-mini-map-overlay{background:linear-gradient(to bottom,#f8f9f98c,#f8f9f9b8);border-top:1px solid rgba(0,0,0,.048)}[data-theme=light] .user-profile-modal .profile-mini-map-label{color:#141414}[data-theme=light] .user-profile-modal .stat-label{color:#00000073}[data-theme=light] .user-profile-modal .action-button.primary{background:#00000010;border-color:#00000018;color:#141414}[data-theme=light] .user-profile-modal .action-button.primary:hover{background:#00000018;border-color:#00000025}[data-theme=light] .user-profile-modal .action-button.secondary{color:#970f0c}[data-theme=light] .user-profile-modal .action-button.secondary:hover{color:#141414}[data-theme=light] .user-profile-modal .action-button.report{color:#970f0c}[data-theme=light] .user-profile-modal .action-button.report:hover{color:#141414}[data-theme=light] .user-profile-modal .action-button.stories{background:#00000010;border-color:#00000018;color:#141414}[data-theme=light] .user-profile-modal .action-button.stories:hover{background:#00000018;border-color:#00000025}[data-theme=light] .user-profile-modal .profile-close-button{border:1px solid rgba(0,0,0,.08);background:#00000010;color:#000000a6}[data-theme=light] .user-profile-modal .profile-close-button:hover{background:#0000001a;border-color:#00000025;color:#141414}[data-theme=light] .user-profile-modal .user-profile-loading,[data-theme=light] .user-profile-modal .user-profile-error{color:#000000a6}[data-theme=light] .user-profile-modal .user-profile-error p{color:#970f0c}[data-theme=light] .user-profile-modal .user-profile-tabs{border-bottom:1px solid rgba(0,0,0,.056)}[data-theme=light] .user-profile-modal .user-profile-tab-track{background:#00000012;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .user-profile-modal .user-profile-tab{color:#00000080}[data-theme=light] .user-profile-modal .user-profile-tab:hover:not(.user-profile-tab-on){color:#000c;background:#0000000a}[data-theme=light] .user-profile-modal .user-profile-tab-on{color:#141414;border-color:#168e164d}[data-theme=light] .user-profile-modal .user-feed-item{background:#00000008;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .user-profile-modal .user-feed-item:hover{border-color:#00000029}[data-theme=light] .user-profile-modal .user-feed-item-overlay{background:linear-gradient(transparent,#00000098)}[data-theme=light] .user-profile-modal .user-feed-item-play-badge{background:#0007;color:#141414}[data-theme=light] .user-profile-modal .feed-item-stat{color:#141414}[data-theme=light] .user-profile-modal .user-feed-loading{color:#0000008c}[data-theme=light] .user-profile-modal .user-feed-spinner{border:3px solid rgba(0,0,0,.08)}[data-theme=light] .user-profile-modal .user-feed-empty-icon{border:2px solid rgba(0,0,0,.144);color:#00000073}[data-theme=light] .user-profile-modal .user-feed-empty-title{color:#000000d9}[data-theme=light] .user-profile-modal .user-feed-empty-subtitle{color:#00000073}[data-theme=light] .user-profile-modal .action-button.block{background:#0000000a;border:1px solid rgba(0,0,0,.112);color:#414347}[data-theme=light] .user-profile-modal .action-button.block:hover{background:#00000014;border-color:#00000038;color:#141414}[data-theme=light] .welcome-pane{background-color:#f5f5f5}[data-theme=light] .welcome-pane .welcome-title{color:#474e5c}[data-theme=light] .welcome-pane .welcome-subtitle{color:#5a5f67}[data-theme=light] .welcome-pane .welcome-card{background:#0000000a;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .welcome-pane .welcome-card:hover{background:#00000010;border-color:#0000001d}[data-theme=light] .welcome-pane .welcome-card-icon{background:#0000000e;color:#2f3032}[data-theme=light] .welcome-pane .welcome-card-title{color:#2f3032}[data-theme=light] .welcome-pane .welcome-card-body{color:#66686b}[data-theme=light] .welcome-pane .welcome-card-chevron{color:#00000047}[data-theme=light] .welcome-pane .welcome-feature{color:#66686b}[data-theme=light] .welcome-pane .welcome-feature-icon,[data-theme=light] .welcome-pane .welcome-footnote{color:#7b7d81}[data-theme=light] .welcome-pane .welcome-block{border-top:1px solid rgba(0,0,0,.048)}[data-theme=light] .welcome-pane .welcome-block-title{color:#66686b}[data-theme=light] .welcome-pane .welcome-block-hint{color:#7b7d81}[data-theme=light] .welcome-pane .welcome-person-name{color:#66686b}[data-theme=light] .welcome-pane .welcome-fact-title{color:#2f3032}[data-theme=light] .welcome-pane .welcome-fact-body{color:#66686b}[data-theme=light] .welcome-pane .welcome-compact-title{color:#2f3032}[data-theme=light] .welcome-pane .welcome-compact-subtitle{color:#66686b}[data-theme=light] .welcome-pane .welcome-chip{background:#0000000a;border:1px solid rgba(0,0,0,.064);color:#2f3032}[data-theme=light] .welcome-pane .welcome-chip:hover{background:#00000012;border-color:#00000021}[data-theme=light] .welcome-pane .welcome-chip-icon{color:#5a5f67}[data-theme=light] .superclicker-pop-glyph,[data-theme=light] .superclicker-pop-image{filter:drop-shadow(0 2px 6px rgba(0,0,0,.248))}[data-theme=light] .superclicker-bar{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 4px 18px #00000031}[data-theme=light] .superclicker-bar-label{color:#168e16e6}[data-theme=light] .superclicker-bar-current{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .superclicker-bar-current:hover{border-color:#168e1673}[data-theme=light] .superclicker-bar-btn{color:#414347}[data-theme=light] .superclicker-bar-btn:hover{background:#00000012;color:#141414}[data-theme=light] .superclicker-bar-btn.active{color:#141414}[data-theme=light] .voice-conn-panel{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010;color:#141414}[data-theme=light] .voice-conn-panel:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .voice-conn-panel[data-quality=excellent]{--voice-conn-accent: rgba(22, 142, 22, .95)}[data-theme=light] .voice-conn-panel[data-quality=good]{--voice-conn-accent: rgba(22, 142, 22, .8)}[data-theme=light] .voice-conn-panel[data-quality=unknown]{--voice-conn-accent: rgba(0, 0, 0, .5)}[data-theme=light] .voice-conn-panel .voice-graph{--voice-graph-line: var(--voice-conn-accent, rgba(22, 142, 22, .9))}[data-theme=light] .voice-conn-panel .voice-noise-graph{--voice-graph-line: rgba(22, 142, 22, .9)}[data-theme=light] .voice-conn-panel .voice-conn-bars{background:#0000000c;color:var(--voice-conn-accent, rgba(0, 0, 0, .6))}[data-theme=light] .voice-conn-panel .voice-conn-verdict{color:var(--voice-conn-accent, #141414)}[data-theme=light] .voice-conn-panel .voice-conn-subtitle{color:#00000073}[data-theme=light] .voice-conn-panel .voice-conn-icon-btn{border:1px solid rgba(0,0,0,.08);background:#0000000c;color:#0000008c}[data-theme=light] .voice-conn-panel .voice-conn-icon-btn:hover{background:#00000018;color:#141414}[data-theme=light] .voice-conn-panel .voice-conn-block-label{color:#0000008c}[data-theme=light] .voice-conn-panel .voice-conn-block-value{color:#141414}[data-theme=light] .voice-conn-panel .voice-conn-legend{color:#0006}[data-theme=light] .voice-conn-panel .voice-conn-stat{background:#00000008;border:1px solid rgba(0,0,0,.048)}[data-theme=light] .voice-conn-panel .voice-conn-stat-label{color:#00000073}[data-theme=light] .voice-conn-panel .voice-conn-sending{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .voice-conn-panel .voice-conn-section-title{color:#00000059}[data-theme=light] .voice-conn-panel .voice-conn-line-icon{color:#0006}[data-theme=light] .voice-conn-panel .voice-conn-line-label{color:#000000a6}[data-theme=light] .voice-conn-panel .voice-conn-line-value{color:#141414}[data-theme=light] .voice-conn-panel .voice-conn-switch{border:1px solid rgba(0,0,0,.096);background:#00000010}[data-theme=light] .voice-conn-panel .voice-conn-switch-knob{background:#0009}[data-theme=light] .voice-conn-panel .voice-conn-switch.on{border-color:#168e1666}[data-theme=light] .voice-conn-panel .voice-conn-switch.on .voice-conn-switch-knob{background:#1a1a1a}[data-theme=light] .voice-conn-panel .voice-conn-settings{border:1px solid rgba(0,0,0,.08);background:#0000000c;color:#000000b3}[data-theme=light] .voice-conn-panel .voice-conn-settings:hover{background:#00000014;border-color:#00000021;color:#141414}[data-theme=light] .voice-emote-glyph,[data-theme=light] .voice-emote-image{filter:drop-shadow(0 2px 6px rgba(0,0,0,.33))}[data-theme=light] .voice-emote-name{color:#000000d9;text-shadow:0 1px 3px rgba(0,0,0,.44)}[data-theme=light] .voice-float{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 12px 40px #0000003f}[data-theme=light] .voice-float:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .voice-float-head{background:#00000008;border-bottom:1px solid rgba(0,0,0,.056)}[data-theme=light] .voice-float-title{color:#2b2d30}[data-theme=light] .voice-float-btn{border:1px solid rgba(0,0,0,.096);background:#00000010;color:#323334}[data-theme=light] .voice-float-btn:hover{background:#00000021;color:#141414}[data-theme=light] .voice-float-bar .voice-controls-pill{border-top:1px solid rgba(0,0,0,.064);background-color:#00000013}[data-theme=light] .voice-float-grip{color:#00000059}[data-theme=light] .voice-float:hover .voice-float-grip{color:#000000b3}[data-theme=light] .voice-float-placeholder{color:#696a6c}[data-theme=light] .voice-float-placeholder-icon svg{color:#c2c3c6}[data-theme=light] .voice-float-dock-btn{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .voice-float-dock-btn:hover{border-color:#168e1673;background:linear-gradient(135deg,#4a7c59,#5a8c69)}[data-theme=light] .voice-graph{--voice-graph-grid: rgba(0, 0, 0, .048);--voice-graph-line: rgba(22, 142, 22, .9);--voice-noise-raw: rgba(0, 0, 0, .35);--voice-noise-clean: rgba(22, 142, 22, .95);background:#00000006;border:1px solid rgba(0,0,0,.048)}[data-theme=light] .voice-noise-view .voice-noise-legend-item{color:#00000073}[data-theme=light] .voice-noise-view .voice-noise-swatch{background:#00000059}[data-theme=light] .voice-noise-view .voice-noise-legend-item.clean .voice-noise-swatch{background:#168e16f2}[data-theme=light] .voice-noise-view .voice-noise-readout{color:#00000073}[data-theme=light] .voice-noise-view .voice-noise-readout.active{color:#168e16e6}[data-theme=light] .voice-stage-rail.scrollable{-webkit-mask-image:linear-gradient(to right,#fefefe calc(100% - 60px),rgba(0,0,0,.1) 100%);mask-image:linear-gradient(to right,#fefefe calc(100% - 60px),#0000001a)}[data-theme=light] .voice-stage .voice-container{background:#f9f9fa}[data-theme=light] .voice-tile-ring{box-shadow:inset 0 0 0 1px #0000004d}[data-theme=light] .voice-stage-main .voice-tile-avatar{box-shadow:0 6px 20px #0000003f}[data-theme=light] .voice-tile-name{color:#141414;background:#0000006c}[data-theme=light] .voice-tile-muted.local-muted svg{color:#141414}[data-theme=light] .voice-container-focus{border:1px solid rgba(0,0,0,.096);background:#0000001d;color:#323334}[data-theme=light] .voice-container-focus:hover{background:#00000098;color:#141414}[data-theme=light] .voice-tile-controls{background:linear-gradient(to bottom,#000000a3,#00000008)}[data-theme=light] .voice-tile-mini{border:1px solid rgba(0,0,0,.096);background:#00000014;color:#323334}[data-theme=light] .voice-tile-mini:hover{background:#00000025;color:#141414}[data-theme=light] .voice-tile-mini.voice-tile-mini-on{color:#a30003}[data-theme=light] .voice-tile-controls-sep{background:#0000001f}[data-theme=light] .voice-tile-volume{background:#00000029}[data-theme=light] .voice-tile-volume::-webkit-slider-thumb{border:1px solid rgba(22,142,22,.4);box-shadow:0 1px 4px #00000038}[data-theme=light] .voice-screenshare-cam{background:#fefefe;border:1px solid rgba(0,0,0,.112);box-shadow:0 4px 14px #00000046}[data-theme=light] .voice-screenshare-hint{color:#000000bf;background:#0007}[data-theme=light] .voice-stage .voice-emote-strip{background:linear-gradient(180deg,rgba(0,0,0,.765) 0%,transparent 100%)}[data-theme=light] .voice-stage .voice-tile-signal{background:#0007}[data-theme=light] .voice-stage .voice-stage-reconnecting{background:#f1f1f399;box-shadow:0 4px 16px #00000031}[data-theme=light] .watch-party-clip-pop{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .watch-party-clip-pop:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .watch-party-clip-pop-title{color:#141414}[data-theme=light] .watch-party-clip-pop-body{scrollbar-color:rgba(0,0,0,.16) transparent}[data-theme=light] .watch-party-clip-section{color:#00000073}[data-theme=light] .watch-party-clip-chip{border:1px solid rgba(0,0,0,.096);color:#33363a;background:#0000000c}[data-theme=light] .watch-party-clip-chip:hover{background:#00000014}[data-theme=light] .watch-party-clip-chip-on{color:#141414;border-color:#168e1666}[data-theme=light] .watch-party-clip-corner{border:1px solid rgba(0,0,0,.096);background:#0000000c}[data-theme=light] .watch-party-clip-corner:hover{background:#00000014}[data-theme=light] .watch-party-clip-corner-on{border-color:#168e1666}[data-theme=light] .watch-party-clip-status{color:#0000008c;background:#0000000a}[data-theme=light] .watch-party-clip-status-on{color:#000000c7}[data-theme=light] .watch-party-clip-toggle{border:1px solid rgba(0,0,0,.064);background:#00000008}[data-theme=light] .watch-party-clip-toggle:hover{background:#0000000e}[data-theme=light] .watch-party-clip-toggle-label{color:#47525c}[data-theme=light] .watch-party-clip-toggle-sub{color:#00000073}[data-theme=light] .watch-party-clip-switch{background:#00000018}[data-theme=light] .watch-party-clip-knob{background:#1a1a1a}[data-theme=light] .watch-party-clip-row{background:#00000008;border:1px solid rgba(0,0,0,.056)}[data-theme=light] .watch-party-clip-thumb{background:#0000001d}[data-theme=light] .watch-party-clip-thumb-time{color:#141414;background:#00000082}[data-theme=light] .watch-party-clip-row-title{color:#47525c}[data-theme=light] .watch-party-clip-row-title::placeholder{color:#0000008c}[data-theme=light] .watch-party-clip-row-title:hover{background:#0000000c}[data-theme=light] .watch-party-clip-row-title:focus{background:#00000010;border-color:#168e164d}[data-theme=light] .watch-party-clip-row-status{color:#00000073}[data-theme=light] .watch-party-clip-mini{border:1px solid rgba(0,0,0,.08);color:#404348;background:#0000000c}[data-theme=light] .watch-party-clip-mini:hover{color:#141414;background:#00000018}[data-theme=light] .watch-party-clip-mini-danger:hover{color:#141414}[data-theme=light] .clip-brand-word{color:#000000d9}[data-theme=light] .watch-party-clip-card{border:1px solid rgba(0,0,0,.096);background:#f1f1f38c;box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .watch-party-clip-card:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .watch-party-clip-card-name{color:#141414}[data-theme=light] .watch-party-clip-card-status{color:#00000080}[data-theme=light] .watch-party-clip-card-thumb{background:#0000006c}[data-theme=light] .watch-party-clip-card-progress{color:#000c;background:#0000001d}[data-theme=light] .watch-party-clip-card-progress-track{background:#00000025}[data-theme=light] .watch-party-clip-card-progress-fill{background:linear-gradient(90deg,#4a7c59e6,#168e16e6)}[data-theme=light] .watch-party-clip-card-range{color:#0000008c}[data-theme=light] .watch-party-clip-card-recent:not(:empty){border-top:1px solid rgba(0,0,0,.08)}[data-theme=light] .watch-party-clip-card-recent-title{color:#00000073}[data-theme=light] .watch-party-clip-card-btn{color:#46525d;border:1px solid rgba(0,0,0,.08);background:#0000000e}[data-theme=light] .watch-party-clip-card-btn:hover{color:#141414;border-color:#00000029;background:#00000018}[data-theme=light] .watch-party-clip-card-btn-primary{color:#141414}[data-theme=light] .watch-party-clip-card-btn-primary:hover{border-color:#168e168c}[data-theme=light] .clip-editor-overlay{background:#0000001a}[data-theme=light] .clip-editor{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .clip-editor:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .clip-editor-title{color:#141414}[data-theme=light] .clip-editor-stage{background:#fefefe}[data-theme=light] .clip-editor-stage-note{color:#0000008c}[data-theme=light] .clip-editor-text-box-selected .clip-editor-text-hold{outline:1px dashed rgba(22,142,22,.85)}[data-theme=light] .clip-editor-text-handle{border:1px solid rgba(22,142,22,.4);box-shadow:0 2px 8px #0000003f}[data-theme=light] .clip-editor-text-handle:hover{border-color:#168e16b3}[data-theme=light] .clip-editor-text-hint{color:#0000006b}[data-theme=light] .clip-editor-play{border:1px solid rgba(0,0,0,.096);color:#141414;background:linear-gradient(160deg,#0000001d,#0000000a);box-shadow:inset 0 1px #0000001d}[data-theme=light] .clip-editor-clock{color:#0000008c}[data-theme=light] .clip-editor-length{color:#141414}[data-theme=light] .clip-editor-outro-note{color:#0006}[data-theme=light] .clip-editor-tool{border:1px solid rgba(0,0,0,.096);color:#25272b;background:#0000000e}[data-theme=light] .clip-editor-tool:hover:not(:disabled){background:#0000001b}[data-theme=light] .clip-editor-tool-icon{color:#000000bf}[data-theme=light] .clip-editor-lane{background:#0000000a;border:1px solid rgba(0,0,0,.064)}[data-theme=light] .clip-editor-lane-drop{border-color:#168e1680}[data-theme=light] .clip-editor-lane-empty{color:#00000059}[data-theme=light] .clip-editor-piece{border:1px solid rgba(0,0,0,.112);background-color:#00000010}[data-theme=light] .clip-editor-frame{background-color:#0000000c}[data-theme=light] .clip-editor-room{border:1px dashed rgba(0,0,0,.128);background:repeating-linear-gradient(135deg,#00000008 0 6px,#00000002 6px 12px)}[data-theme=light] .clip-editor-reach{border:1px solid rgba(22,142,22,.35)}[data-theme=light] .clip-editor-edge:after{background:#000000e6;box-shadow:0 1px 4px #00000046}[data-theme=light] .clip-editor-join{border:1px solid rgba(0,0,0,.128);background:#f7f8f8b3;color:#00000080}[data-theme=light] .clip-editor-join:hover{border-color:#168e1680;color:#141414}[data-theme=light] .clip-editor-join-set{border-color:#168e168c}[data-theme=light] .clip-editor-piece:after{background:linear-gradient(180deg,#00000008,#0007)}[data-theme=light] .clip-editor-piece-trimming{border-color:#168e16d9}[data-theme=light] .clip-editor-piece-selected{border-color:#168e16b3}[data-theme=light] .clip-editor-piece-time{color:#000000e6;text-shadow:0 1px 3px rgba(0,0,0,.44)}[data-theme=light] .clip-editor-item{color:#141414}[data-theme=light] .clip-editor-item-sound{border-color:#168e164d}[data-theme=light] .clip-editor-item-text{border-color:#00000038;background:linear-gradient(180deg,#00000038,#00000018)}[data-theme=light] .clip-editor-item-selected{border-color:#168e16d9}[data-theme=light] .clip-editor-playhead{background:#000000e6;box-shadow:0 0 6px #00000054}[data-theme=light] .clip-editor-playhead-grip{border:1px solid rgba(22,142,22,.4)}[data-theme=light] .clip-editor-playhead-grip:hover,[data-theme=light] .clip-editor-scrubbing .clip-editor-playhead-grip{border-color:#168e1699;background:linear-gradient(135deg,#4a7c59,#5a8c69)}[data-theme=light] .clip-editor-playhead-time{color:#141414}[data-theme=light] .clip-editor-outro{border:1px dashed rgba(22,142,22,.35);color:#0009}[data-theme=light] .clip-editor-slider-label{color:#000000a6}[data-theme=light] .clip-editor-slider{background:#00000025}[data-theme=light] .clip-editor-slider::-webkit-slider-thumb{border:1px solid rgba(0,0,0,.4)}[data-theme=light] .clip-editor-slider-value{color:#00000080}[data-theme=light] .clip-editor-note{color:#0006}[data-theme=light] .clip-editor-text-input{border:1px solid rgba(0,0,0,.112);background:#0000000c;color:#141414}[data-theme=light] .clip-editor-text-input:focus{border-color:#168e1680;background:#00000014}[data-theme=light] .clip-editor-chips{background:#0000000a}[data-theme=light] .clip-editor-chip{color:#0009}[data-theme=light] .clip-editor-chip:hover{color:#141414;background:#00000010}[data-theme=light] .clip-editor-popover-note{color:#0006}[data-theme=light] .clip-editor-popover{border:1px solid rgba(0,0,0,.112);background:#f4f4f5eb;box-shadow:0 12px 32px #0000003f}[data-theme=light] .clip-editor-popover-title{color:#0006}[data-theme=light] .clip-editor-popover-row{color:#25272b}[data-theme=light] .clip-editor-popover-row:hover{background:#00000012}[data-theme=light] .clip-editor-popover-thumb{background-color:#00000012}[data-theme=light] .clip-editor-popover-thumb-sound{color:#168e16d9}[data-theme=light] .clip-editor-popover-meta,[data-theme=light] .clip-editor-popover-forget{color:#0006}[data-theme=light] .clip-editor-popover-file{border:1px dashed rgba(0,0,0,.16);color:#000000b3}[data-theme=light] .clip-editor-popover-file:hover{border-color:#168e1673;color:#141414}[data-theme=light] .clip-editor-button{border:1px solid rgba(0,0,0,.112);color:#25272b;background:#00000010}[data-theme=light] .clip-editor-button:hover{background:#0000001b}[data-theme=light] .clip-editor-button-primary{color:#141414}[data-theme=light] .clip-editor-button-primary:hover{border-color:#168e1673}[data-theme=light] .clip-recap-overlay{background:#0000001a}[data-theme=light] .clip-recap{background:#f1f1f373;border:1px solid rgba(0,0,0,.096);box-shadow:0 8px 32px #00000031,inset 0 1px #00000010}[data-theme=light] .clip-recap:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .clip-recap-head{border-bottom:1px solid rgba(0,0,0,.064)}[data-theme=light] .clip-recap-title{color:#141414}[data-theme=light] .clip-recap-sub{color:#00000080}[data-theme=light] .clip-recap-card{border:1px solid rgba(0,0,0,.064);background:#0000000a}[data-theme=light] .clip-recap-card:hover{border-color:#00000021;background:#00000010}[data-theme=light] .clip-recap-poster{background:#0000006c}[data-theme=light] .clip-recap-index{color:#141414;background:#0007;border:1px solid rgba(0,0,0,.128)}[data-theme=light] .clip-recap-duration{color:#141414;background:#00000082}[data-theme=light] .clip-recap-working{color:#141414;background:#0000006c}[data-theme=light] .clip-recap-time{color:#47525c}[data-theme=light] .clip-recap-state{color:#00000073}[data-theme=light] .clip-recap-state-posted{color:#168e16bf}[data-theme=light] .clip-recap-action{border:1px solid rgba(0,0,0,.08);color:#404348;background:#0000000c}[data-theme=light] .clip-recap-action:hover{color:#141414;background:#0000001b}[data-theme=light] .clip-recap-action-danger:hover{color:#141414}[data-theme=light] .clip-recap-foot{border-top:1px solid rgba(0,0,0,.064)}[data-theme=light] .clip-recap-foot-note{color:#0006}[data-theme=light] .clip-recap-done{color:#141414}[data-theme=light] .clip-recap-done:hover{border-color:#168e1673}[data-theme=light] .start-party-overlay{background:#00000082}[data-theme=light] .start-party-card{background:linear-gradient(160deg,#ebecedd9,#f1f2f3e6);border:1px solid rgba(0,0,0,.096);box-shadow:0 16px 48px #00000046}[data-theme=light] .start-party-header h3{color:#25272b}[data-theme=light] .start-party-close{color:#60646a}[data-theme=light] .start-party-close:hover{background:#0000000e;color:#25272b}[data-theme=light] .start-party-description{color:#60646a}[data-theme=light] .start-party-url-input,[data-theme=light] .start-party-name-input{border:1px solid rgba(0,0,0,.096);background:#f9f9f999;color:#25272b}[data-theme=light] .start-party-name-hint{color:#0000008c}[data-theme=light] .start-party-start-button{border:1px solid rgba(0,0,0,.144);box-shadow:inset 0 1px #00000040,0 2px 8px #eef3f066}[data-theme=light] .start-party-divider{color:#747881}[data-theme=light] .start-party-divider:before,[data-theme=light] .start-party-divider:after{background:#00000010}[data-theme=light] .start-party-screen-button{border:1px solid rgba(0,0,0,.096);color:#25272b;background:linear-gradient(160deg,#00000018,#0000000a);box-shadow:inset 0 1px #00000018}[data-theme=light] .start-party-source-tile{border:1px solid rgba(0,0,0,.08);background:#f9f9f999}[data-theme=light] .start-party-source-name{color:#41454a}[data-theme=light] html[data-theme=light] .start-party-card{background:#1a1a1a}[data-theme=light] html[data-theme=light] .start-party-header h3{color:#f4f4f5}[data-theme=light] html[data-theme=light] .start-party-url-input,[data-theme=light] html[data-theme=light] .start-party-source-tile{background:#47555c;color:#f4f4f5;border-color:#00000008}[data-theme=light] html[data-theme=light] .start-party-screen-button{color:#f4f4f5;background:#00000008}[data-theme=light] html[data-theme=light] .start-party-source-name{color:#dadcde}[data-theme=light] .sticker-maker-overlay{background:#0000001a}[data-theme=light] .sticker-maker-panel{border:1px solid rgba(0,0,0,.096);background:#f1f1f373;box-shadow:0 24px 60px #00000046}[data-theme=light] .sticker-maker-panel:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .sticker-maker-eyebrow{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .sticker-maker-title{color:#25272b}[data-theme=light] .sticker-maker-close{border:1px solid rgba(0,0,0,.096);color:#41454a;background:#0000000c}[data-theme=light] .sticker-maker-close:hover{color:#141414;background:#00000018}[data-theme=light] .sticker-maker-stage{background:#fefefe}[data-theme=light] .sticker-maker-marquee{box-shadow:0 0 0 9999px #0000003f}[data-theme=light] .sticker-maker-play{border:1px solid rgba(22,142,22,.3)}[data-theme=light] .sticker-maker-play:hover{background:linear-gradient(135deg,#4a7c59,#5a8c69)}[data-theme=light] .sticker-maker-clock{color:#41454a}[data-theme=light] .sticker-maker-bar-track{background:#0000001d}[data-theme=light] .sticker-maker-preview{background:#00000008}[data-theme=light] .sticker-maker-preview-title{color:#585b61}[data-theme=light] .sticker-maker-preview-canvas{background:linear-gradient(45deg,rgba(0,0,0,.048) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.048) 75%) 0 0 / 16px 16px,linear-gradient(45deg,rgba(0,0,0,.048) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.048) 75%) 8px 8px / 16px 16px;box-shadow:0 8px 24px #00000038}[data-theme=light] .sticker-maker-confirm{background:#00000008}[data-theme=light] .sticker-maker-confirm-title{color:#25272b}[data-theme=light] .sticker-maker-confirm-sub{color:#585b61}[data-theme=light] .sticker-maker-name-colon{color:#6b6e73}[data-theme=light] .sticker-maker-name{color:#25272b;border:1px solid rgba(0,0,0,.096);background:#00000010}[data-theme=light] .sticker-maker-name:focus{border-color:#168e1666;background:#00000016}[data-theme=light] .sticker-maker-notice{border:1px solid rgba(0,0,0,.096);background:#0000000c;color:#41454a}[data-theme=light] .sticker-maker-notice-bad{color:#911215}[data-theme=light] .sticker-maker-hint{color:#585b61}[data-theme=light] .sticker-maker-button{color:#25272b;border:1px solid rgba(0,0,0,.096);background:#00000010}[data-theme=light] .sticker-maker-button:hover{background:#0000001d}[data-theme=light] .sticker-maker-primary{color:#141414;border-color:#168e1666}[data-theme=light] html[data-theme=light] .sticker-maker-panel{background:#000000b8;border-color:#00000008}[data-theme=light] html[data-theme=light] .sticker-maker-title,[data-theme=light] html[data-theme=light] .sticker-maker-confirm-title{color:#f4f4f5}[data-theme=light] html[data-theme=light] .sticker-maker-hint,[data-theme=light] html[data-theme=light] .sticker-maker-preview-title,[data-theme=light] html[data-theme=light] .sticker-maker-confirm-sub{color:#8f949a}[data-theme=light] html[data-theme=light] .sticker-maker-button{color:#f4f4f5;border-color:#00000008;background:#00000008}[data-theme=light] html[data-theme=light] .sticker-maker-primary{color:#141414}[data-theme=light] html[data-theme=light] .sticker-maker-name{color:#f4f4f5;background:#000c}[data-theme=light] html[data-theme=light] .sticker-maker-clock{color:#dadcde}[data-theme=light] html[data-theme=light] .sticker-maker-notice{color:#dadcde;border-color:#00000008;background:#00000008}[data-theme=light] html[data-theme=light] .sticker-maker-bar-track{background:#00000009}[data-theme=light] .watch-party-card{background:#f2f4f39e;box-shadow:0 2px 10px #00000027,inset 0 1px #0000000c}[data-theme=light] .watch-party-card:before{-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .watch-party-card-title{color:#25272b}[data-theme=light] .watch-party-card-sub{color:#565b61}[data-theme=light] .watch-party-card-join{border:1px solid rgba(0,0,0,.144);box-shadow:inset 0 1px #00000040,0 2px 8px #eef3f066}[data-theme=light] .watch-party-card-ended .watch-party-card{background:#f0f0f18c}[data-theme=light] .watch-party-card-ended .watch-party-card:before{background:linear-gradient(135deg,#00000038,#0000000c 55%,#0000001b)}[data-theme=light] .watch-party-card-icon-ended{background:#60646a24;color:#60646a}[data-theme=light] .watch-party-card-eyebrow-ended{color:#60646a}[data-theme=light] html[data-theme=light] .watch-party-card{background:#386b45b8}[data-theme=light] html[data-theme=light] .watch-party-card-ended .watch-party-card{background:#3a4d6ab8}[data-theme=light] html[data-theme=light] .watch-party-card-title{color:#f4f4f5}[data-theme=light] html[data-theme=light] .watch-party-card-sub{color:#8f949a}[data-theme=light] .watch-party-card-thumb{background:#00000016}[data-theme=light] .watch-party-card-site{color:#00000073}[data-theme=light] .watch-party-emote-glyph,[data-theme=light] .watch-party-emote-image{filter:drop-shadow(0 2px 6px rgba(0,0,0,.33))}[data-theme=light] .watch-party-emote-name{color:#000000d9;text-shadow:0 1px 3px rgba(0,0,0,.44)}[data-theme=light] .watch-party-panel{background:linear-gradient(160deg,#ebecedb8,#f1f2f3c7);box-shadow:inset 0 1px #00000012,0 4px 18px #00000027}[data-theme=light] .watch-party-panel:before{background:linear-gradient(135deg,#00000021,#00000008 60%);-webkit-mask:linear-gradient(#1a1a1a 0 0) content-box,linear-gradient(#1a1a1a 0 0)}[data-theme=light] .watch-party-join-button,[data-theme=light] .watch-party-play-button{border:1px solid rgba(0,0,0,.144);box-shadow:inset 0 1px #00000040,0 2px 8px #eef3f066}[data-theme=light] .watch-party-action-button{border:1px solid rgba(0,0,0,.096);color:#25272b;background:linear-gradient(160deg,#00000018,#0000000a);box-shadow:inset 0 1px #00000018}[data-theme=light] .watch-party-end{border-color:#00000021;box-shadow:inset 0 1px #00000038,0 2px 8px #78141666}[data-theme=light] .watch-party-banner-title,[data-theme=light] .watch-party-idle-title{color:#25272b}[data-theme=light] .watch-party-banner-sub,[data-theme=light] .watch-party-idle-sub{color:#585b61}[data-theme=light] .watch-party-idle-icon{border:1px solid rgba(0,0,0,.112)}[data-theme=light] .watch-party-media-placeholder,[data-theme=light] .watch-party-video{background:#fefefe}[data-theme=light] .watch-party-video-waiting{color:#585b61}[data-theme=light] .watch-party-mute-button{border:1px solid rgba(0,0,0,.128);color:#141414;background:#f7f8f8a6}[data-theme=light] .watch-party-compact-note{color:#585b61}[data-theme=light] .watch-party-open-link{border:1px solid rgba(0,0,0,.096);color:#25272b;background:linear-gradient(160deg,#00000018,#0000000a)}[data-theme=light] .watch-party-transport{background:#00000006}[data-theme=light] .watch-party-clock{color:#41454a}[data-theme=light] .watch-party-clock-total{color:#6b6e73}[data-theme=light] .watch-party-bar-track{background:#00000018}[data-theme=light] .watch-party-bar-knob{border:1px solid rgba(0,0,0,.4);box-shadow:0 1px 4px #00000046}[data-theme=light] .watch-party-bar{background:#00000008;box-shadow:inset 0 1px #0000000a}[data-theme=light] .watch-party-bar-title{color:#25272b}[data-theme=light] .watch-party-member-avatar{border:2px solid rgba(243,244,245,.9)}[data-theme=light] .watch-party-member-more{color:#585b61;background:#00000014;border:2px solid rgba(243,244,245,.9)}[data-theme=light] html[data-theme=light] .watch-party-panel{background:linear-gradient(160deg,#000000d1,#000000db);box-shadow:inset 0 1px #000c,0 4px 18px #0001}[data-theme=light] html[data-theme=light] .watch-party-banner-title,[data-theme=light] html[data-theme=light] .watch-party-idle-title,[data-theme=light] html[data-theme=light] .watch-party-bar-title{color:#f4f4f5}[data-theme=light] html[data-theme=light] .watch-party-banner-sub,[data-theme=light] html[data-theme=light] .watch-party-idle-sub,[data-theme=light] html[data-theme=light] .watch-party-compact-note{color:#8f949a}[data-theme=light] html[data-theme=light] .watch-party-action-button,[data-theme=light] html[data-theme=light] .watch-party-open-link{color:#f4f4f5;border-color:#00000008;background:linear-gradient(160deg,#00000008 0% 100%)}[data-theme=light] html[data-theme=light] .watch-party-end{color:#141414}[data-theme=light] html[data-theme=light] .watch-party-clock{color:#dadcde}[data-theme=light] html[data-theme=light] .watch-party-bar-track{background:#00000008}[data-theme=light] html[data-theme=light] .watch-party-member-avatar,[data-theme=light] html[data-theme=light] .watch-party-member-more{border-color:#000000e6}[data-theme=light] .watch-party-volume{background:#00000021}[data-theme=light] .watch-party-volume::-webkit-slider-thumb{background:#35393e;border:1px solid rgba(0,0,0,.4);box-shadow:0 1px 3px #00000046}[data-theme=light] .watch-party-testsound{border:1px solid rgba(0,0,0,.096);color:#41454a;background:linear-gradient(160deg,#00000014,#00000008)}[data-theme=light] html[data-theme=light] .watch-party-volume{background:#0000000a}[data-theme=light] html[data-theme=light] .watch-party-volume::-webkit-slider-thumb{background:#ebeced}[data-theme=light] html[data-theme=light] .watch-party-testsound{color:#dadcde;background:linear-gradient(160deg,#00000008 0% 100%)}[data-theme=light] .watch-party-poppedout-text{color:#585b61}[data-theme=light] .watch-party-dock-grip{background:#00000006}[data-theme=light] .watch-party-dock-grip:after{background:#00000038}[data-theme=light] html[data-theme=light] .watch-party-poppedout-text{color:#8f949a}[data-theme=light] html[data-theme=light] .watch-party-dock-grip:after{background:#0000000e}html[data-theme=dark]{color-scheme:dark}html[data-theme=light]{color-scheme:light}html[data-theme=light],[data-theme=light] *{scrollbar-color:rgba(0,0,0,.25) transparent}html[data-theme=light]::-webkit-scrollbar-thumb,[data-theme=light] *::-webkit-scrollbar-thumb{background:#0003}html[data-theme=light]::-webkit-scrollbar-thumb:hover,[data-theme=light] *::-webkit-scrollbar-thumb:hover{background:#00000059}[data-theme=light] .chat-input-wrapper,[data-theme=light] .main-view .chat-input,[data-theme=light] .media-picker{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}[data-theme=light] .chat-input-wrapper:not(.ghost-mode):before,[data-theme=light] .chat-input-wrapper:not(.ghost-mode):after,[data-theme=light] .main-view .chat-input:before,[data-theme=light] .main-view .chat-input:after{display:none}[data-theme=light] .chat-input-wrapper:not(.ghost-mode),[data-theme=light] .main-view .chat-input{background-color:#ffffffbf;box-shadow:inset 0 0 0 1px #0000001f,0 2px 8px #00000012}[data-theme=light] .primary-sidebar .servers .dm-button .dm-item-image img{filter:none}[data-theme=light] .primary-sidebar .servers .dm-button .dm-item-image{background-color:#d9dbdf}[data-theme=light] .primary-sidebar .servers .dm-button.active .dm-item-image,[data-theme=light] .primary-sidebar .servers .dm-button .dm-item-image:hover{background-color:#cdd0d5}[data-theme=light] .main-view .chat-view .chat-view-main .chat-view-presence{background-color:#e8eaed;border-left:1px solid rgba(0,0,0,.08)}[data-theme=light] .channel-manage-modal,[data-theme=light] .server-manage-modal,[data-theme=light] .photo-detail-panel{background:#ffffffdb;border:1px solid rgba(0,0,0,.08);box-shadow:0 8px 32px #0000002e}[data-theme=light] .general-tab .text-input{background:#fff;border:1px solid rgba(0,0,0,.14);box-shadow:0 1px 2px #0000000d}[data-theme=light] .general-tab .text-input:hover{background-color:#fff;border-color:#0000003d}[data-theme=light] .general-tab .text-input:focus{background-color:#fff}[data-theme=light] .general-tab select.text-input option{background-color:#fff}:root{--theme-surface: #2c2d32;--theme-surface-raised: #323338;--theme-text: #fafdfd;--theme-text-muted: #b9bbbe;--theme-border: rgba(255, 255, 255, .08);--theme-highlight: rgba(255, 255, 255, .08);--theme-name-chip-text: #ffffff}:root[data-theme=light]{--theme-surface: #eef0f2;--theme-surface-raised: #ffffff;--theme-text: #1c1e21;--theme-text-muted: #4e5058;--theme-border: rgba(0, 0, 0, .1);--theme-highlight: rgba(0, 0, 0, .07);--theme-name-chip-text: #1c1e21}[data-theme=light] .server-persences .persences-members-list .persences-member-item.offline{opacity:.55}[data-theme=light] .server-persences .persences-member-item .user-name-text{filter:brightness(.62) saturate(1.35)}[data-theme=light] .server-icon-initials .server-icon-initials-text{color:#fff}[data-theme=light] .map-marker-pill{background:#000000a6}[data-theme=light] .map-marker-pill .map-pill-name{color:#fff}[data-theme=light] .map-marker-pill .map-pill-time{color:#ffffffb3}[data-theme=light] .map-marker-pill .map-pill-activity-icon,[data-theme=light] .map-marker-pill .map-pill-activity-label{color:#ffffffe6}[data-theme=light] .about-tab .about-app-env.production,[data-theme=light] .integrations-tab .integrations-ai-badge{color:#1c7a3f;background:#4a7c5924;border-color:#1c7a3f59}[data-theme=light] .about-tab .about-app-env.development{color:#8a6a15;background:#96783224;border-color:#8a6a1559}[data-theme=light] .stratego-board .stratego-piece-art{background:#fffffff2;filter:drop-shadow(0 1px 1px rgba(0,0,0,.3))}[data-theme=light] .stratego-board .stratego-piece.coral .stratego-piece-tile{background:linear-gradient(180deg,#f2938c,#e0756c)}[data-theme=light] .stratego-board .stratego-piece-rank{background:#00000052;color:#fff}[data-theme=light] .stratego-board .stratego-cell.target:after{background:#00000038;border:1.5px solid rgba(255,255,255,.6)}[data-theme=light] .stratego-board .stratego-cell.target:hover:after{background:#00000052}[data-theme=light] .stratego-placement .stratego-tray-piece-art{background:#fffffff2}[data-theme=light] .stratego-placement .stratego-tray-piece-rank{background:#00000052;color:#fff}[data-theme=light] .stratego-overlay .strat-fig-art{background:#fffffff2;filter:drop-shadow(0 1px 1px rgba(0,0,0,.3))}[data-theme=light] .stratego-overlay .strat-fig.coral .strat-fig-tile{background:linear-gradient(180deg,#f2938c,#e0756c)}[data-theme=light] .stratego-overlay .strat-fig-rank{background:#00000052;color:#fff}[data-theme=light] .stratego-overlay .strat-lost-tab.theirs{background:linear-gradient(180deg,#f2938cf2,#e0756cf2)}[data-theme=light] .stratego-overlay .strat-lost-tab-count{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.4)}[data-theme=light] .attachment-album-overflow{background-color:#0000007a;color:#fff}[data-theme=light] .avatar-sticker-modal .avatar-sticker-handle,[data-theme=light] .avatar-sticker-expired .avatar-sticker-expired-button.danger,[data-theme=light] .alert-glass{color:#fff}[data-theme=light] .alert-glass-icon{color:#ffc8c8f2}[data-theme=light] .auth-alert-actionable .auth-alert-hint{color:#ffe8e8d9}[data-theme=light] .auth-alert-actionable .auth-alert-detail{color:#ffe2e2e6}[data-theme=light] .auth-alert-action{color:#fff;background:#ffffff29;border:1px solid rgba(255,255,255,.28);box-shadow:inset 0 1px #ffffff1f}[data-theme=light] .auth-alert-action:hover:not(:disabled){background:#ffffff42;border-color:#ffffff73;box-shadow:inset 0 1px #ffffff2e,0 4px 12px #5a141440}[data-theme=light] .alert-glass .alert-code{color:#ffe2e2b3}[data-theme=light] .feedback-toast-error{background:#a0262ae0;color:#fff;border-color:#ed424573}[data-theme=light] .feedback-toast-error .feedback-toast-icon{color:#ffd2d3}.global-toast{position:fixed;top:40px;left:50%;transform:translate(-50%) translateY(-8px);z-index:99999;background:#141416eb;color:#fff;font-size:14px;font-weight:600;padding:10px 20px;border-radius:10px;pointer-events:none;opacity:0;transition:opacity .15s ease,transform .15s ease;box-shadow:0 4px 16px #0006;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.global-toast.visible{opacity:1;transform:translate(-50%) translateY(0)}.global-toast.hiding{opacity:0;transform:translate(-50%) translateY(-8px)}.feedback-toast{position:fixed;bottom:100px;left:50%;box-sizing:border-box;max-width:min(420px,calc(100vw - 32px));transform:translate(-50%) translateY(8px);z-index:99999;display:flex;align-items:center;gap:8px;background:#141416d9;color:#fff;font-size:14px;font-weight:600;padding:10px 16px;border-radius:12px;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 16px #0006;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);pointer-events:none;opacity:0;transition:opacity .15s ease,transform .15s ease}.feedback-toast.visible{opacity:1;transform:translate(-50%) translateY(0)}.feedback-toast.hiding{opacity:0;transform:translate(-50%) translateY(8px)}.feedback-toast-anchored{width:fit-content;margin-inline:auto;transform:translateY(8px)}.feedback-toast-anchored.visible{transform:translateY(0)}.feedback-toast-anchored.hiding{transform:translateY(8px)}.feedback-toast-error{background:#60202480;border-color:#ed424566;box-shadow:0 10px 30px #00000073,0 0 18px #ed424533;backdrop-filter:blur(40px) saturate(1.8);-webkit-backdrop-filter:blur(40px) saturate(1.8);isolation:isolate}.feedback-toast-error:before{content:"";position:absolute;inset:0;border-radius:12px;padding:1px;background:conic-gradient(from 210deg,#ffbebe4d,#ffffff0a 90deg,#ffbebe29 200deg,#ffffff08 320deg,#ffbebe4d 360deg);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.feedback-toast-icon{display:flex;align-items:center;justify-content:center}.feedback-toast-success .feedback-toast-icon{color:#3ba55d}.feedback-toast-error .feedback-toast-icon{color:#ff9b9d}.dialog-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:30000;padding:20px}.dialog-modal{background:#36393f;border-radius:8px;border:1px solid #585c62;box-shadow:0 10px 25px #0000004d;max-width:400px;width:100%;max-height:80vh;overflow:hidden;animation:dialog-appear .15s ease-out}.dialog-overlay.dialog-glass{background:#0006;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.dialog-modal.dialog-glass{position:relative;isolation:isolate;border-radius:16px;color:#fff;background:#28283073;backdrop-filter:blur(40px) saturate(1.8);-webkit-backdrop-filter:blur(40px) saturate(1.8);border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 32px #00000059,inset 0 1px #ffffff14}.dialog-modal.dialog-glass .dialog-header{padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.08)}.dialog-modal.dialog-glass .dialog-title{letter-spacing:-.01em}.dialog-modal.dialog-glass .dialog-body{padding:24px}.dialog-modal.dialog-glass .dialog-description{color:#ffffff80}.dialog-modal.dialog-glass .dialog-actions{padding:16px 24px;border-top:1px solid rgba(255,255,255,.08);justify-content:space-between;align-items:center;gap:12px}.dialog-modal.dialog-glass .dialog-button{padding:10px 18px;border-radius:10px}.dialog-modal.dialog-glass .dialog-button-cancel{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#ffffffb3}.dialog-modal.dialog-glass .dialog-button-cancel:hover{background:#ffffff1a;border-color:#ffffff29;color:#fff}.dialog-modal.dialog-glass .dialog-button-confirm{background:#4a7c594d;border:1px solid rgba(74,124,89,.4)}.dialog-modal.dialog-glass .dialog-button-confirm:hover{background:#4a7c5973;border-color:#4a7c598c}.dialog-modal.dialog-glass .dialog-button-confirm.dialog-button-danger{background:#ed42454d;border-color:#ed424566}.dialog-modal.dialog-glass .dialog-button-confirm.dialog-button-danger:hover{background:#ed424573;border-color:#ed42458c}.dialog-modal.dialog-glass:before{content:"";position:absolute;inset:0;border-radius:16px;padding:1px;background:conic-gradient(from 135deg at 50% 50%,#fff3,#ffffff0f 60deg,#ffffff03 120deg 180deg,#ffffff03 240deg,#ffffff0f,#fff3 360deg);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:-1}@keyframes dialog-appear{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.dialog-header{padding:20px 20px 0}.dialog-title{margin:0;font-size:18px;font-weight:600;color:#fff}.dialog-body{padding:15px 20px 20px}.dialog-description{margin:0 0 15px;color:#b9bbbe;font-size:14px;line-height:1.4}.dialog-description:last-child{margin-bottom:0}.screen-share-fail-detail{margin:0;padding:8px 10px;border-radius:8px;background:#ffffff0d;color:#8b8e94;font-size:12px;line-height:1.35;word-break:break-word}.dialog-content{margin-top:15px}.dialog-actions{display:flex;gap:10px;padding:0 20px 20px;justify-content:flex-end}.dialog-button{padding:8px 16px;border-radius:4px;border:none;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .15s ease;min-width:80px}.dialog-button-cancel{background:#40444b;border:1px solid #52535a;color:#b9bbbe}.dialog-button-cancel:hover{background:#47484f;color:#fff}.dialog-button-confirm{background:#4a7c59;border:1px solid #5a8c69;color:#fff}.dialog-button-confirm:hover{background:#5a8c69}.dialog-button-confirm.dialog-button-danger{background:#ed42454d;border:1px solid rgba(237,66,69,.4);color:#fff}.dialog-button-confirm.dialog-button-danger:hover{background:#ed424573;border-color:#ed42458c}.dialog-button:active{transform:translateY(1px)}.tooltip{background-color:#35353c;color:#fff;font-family:inherit;font-size:13px;font-weight:500;padding:8px 12px;border-radius:6px;border:1px solid #3e3f46;box-shadow:0 4px 20px 8px #00000057;white-space:nowrap;max-width:250px;word-wrap:break-word;white-space:normal;text-align:center;line-height:1.4;z-index:11000;-webkit-user-select:none;user-select:none;pointer-events:none;position:relative}.tooltip:before{content:"";position:absolute;width:8px;height:8px;background:#35353c;border:1px solid #3e3f46;transform:rotate(45deg);z-index:-1}.tooltip[data-position=top]:before{bottom:-5px;left:50%;transform:translate(-50%) rotate(45deg);border-top:none;border-left:none}.tooltip[data-position=bottom]:before{top:-5px;left:50%;transform:translate(-50%) rotate(45deg);border-bottom:none;border-right:none}.tooltip[data-position=left]:before{right:-5px;top:50%;transform:translateY(-50%) rotate(45deg);border-left:none;border-bottom:none}.tooltip[data-position=right]:before{left:-5px;top:50%;transform:translateY(-50%) rotate(45deg);border-right:none;border-top:none}.tooltip{animation:tooltipFadeIn 15ms ease-out}@keyframes tooltipFadeIn{0%{opacity:0}to{opacity:1}}.tooltip-subtitle{display:block;font-size:11px;color:#9898a0;margin-bottom:2px}.tooltip *{-webkit-user-select:none;user-select:none}.dev-tools-dropdown{position:relative}.dev-tools-dropdown .dev-tools-trigger{background:none;border:none;color:#babbbe;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .15s ease,color .15s ease}.dev-tools-dropdown .dev-tools-trigger:hover{background-color:#494a52;color:#fff}.dev-tools-dropdown .dev-tools-trigger svg{width:18px;height:18px}.dev-tools-dropdown .dev-tools-menu{position:absolute;bottom:calc(100% + 8px);right:0;min-width:180px;border-radius:12px;padding:4px 6px;z-index:1000;animation:devToolsFadeIn .1s ease-out;background:#2828308c;backdrop-filter:blur(40px) saturate(1.8);-webkit-backdrop-filter:blur(40px) saturate(1.8);border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 32px #00000059,inset 0 1px #ffffff14}@keyframes devToolsFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.dev-tools-dropdown .dev-tools-item{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;margin:2px 0;border-radius:4px;color:#babbbe;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .15s ease;-webkit-user-select:none;user-select:none}.dev-tools-dropdown .dev-tools-item:hover{background-color:#ffffff1a;color:#fff}.dev-tools-dropdown .dev-tools-label{flex:1;text-align:left;white-space:nowrap}.dev-tools-dropdown .dev-tools-icon{margin-left:12px;width:16px;height:16px;color:#adaeb3;flex-shrink:0}.dev-tools-dropdown .dev-tools-item:hover .dev-tools-icon{color:#fff}.dev-tools-dropdown .dev-tools-separator{height:1px;background-color:#ffffff1a;margin:4px 0}.user-img{width:100%;height:100%;object-fit:cover;border-radius:4px;overflow:hidden;display:flex;align-content:center;justify-content:center;position:relative}.user-img>img{width:100%;height:100%;object-fit:cover}.user-img>.user-img-sticker{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;pointer-events:none}.user-img-hidden{opacity:0;position:absolute;top:0;left:0}.user-img-loaded{opacity:1;position:relative}.user-img-loading{position:absolute;top:0;left:0;border-radius:inherit}.user-img.fallback-initials{align-items:center}.user-img-initials{font-size:80%;font-weight:600;color:#fff;text-transform:uppercase;line-height:1}.reply-reference-content-wrapper .user-img-initials{font-size:8px}.context-menu{min-width:188px;max-width:320px;border-radius:12px;padding:4px 6px;font-family:inherit;font-size:14px;font-weight:500;z-index:10000;background:#2828308c;backdrop-filter:blur(40px) saturate(1.8);-webkit-backdrop-filter:blur(40px) saturate(1.8);border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 32px #00000059,inset 0 1px #ffffff14}.context-menu .context-menu-header{padding:8px 12px 7px;margin-bottom:2px;font-size:12px;font-weight:600;color:#86878c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-bottom:1px solid rgba(255,255,255,.1);cursor:default;-webkit-user-select:none;user-select:none}.context-menu-item{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;margin:2px 0;border-radius:4px;color:#babbbe;font-weight:500;cursor:pointer;transition:background-color .15s ease;-webkit-user-select:none;user-select:none}.context-menu-item:hover:not(.disabled){background-color:#ffffff1a}.context-menu-item.danger{color:#e5807a}.context-menu-item.danger:hover:not(.disabled){background-color:#e5807a29;color:#ef9790}.context-menu-item.disabled{color:#747478;cursor:not-allowed}.context-menu-item.disabled:hover{background-color:transparent}.context-menu-item:hover{color:#fff}.context-menu-label{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.context-menu-icon{color:#adaeb3;margin-left:8px;font-size:16px;display:flex;align-items:center;justify-content:center;width:16px;height:16px}.context-menu-item:hover:not(.disabled) .context-menu-icon{color:#fff}.context-menu-item.danger:hover:not(.disabled) .context-menu-icon{color:#ef9790}.context-menu-item.danger .context-menu-icon{color:inherit}.context-menu-separator{height:1px;background-color:#ffffff1a;margin:4px 0}.context-menu *{-webkit-user-select:none;user-select:none}.context-menu{animation:contextMenuFadeIn .1s ease-out}@keyframes contextMenuFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.context-menu-item.has-submenu{cursor:default}.context-menu-item.submenu-active{background-color:#ffffff1a;color:#fff}.context-menu-item.submenu-active .context-menu-icon{color:#fff}.context-submenu{animation:contextMenuFadeIn .1s ease-out}.context-menu-left-icon{display:flex;align-items:center;justify-content:center;margin-right:8px;flex-shrink:0}.context-menu-group-check{color:#4ade80;font-size:14px;flex-shrink:0}.context-menu-group-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.context-menu-group-image{width:16px;height:16px;border-radius:50%;border:2px solid;object-fit:cover;flex-shrink:0}.clip-export-dialog .clip-export-list{display:flex;flex-direction:column;gap:8px}.clip-export-dialog .clip-export-row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:10px 12px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#ffffff0d;color:var(--theme-text-primary, #ffffff);font-size:14px;text-align:left;cursor:pointer;transition:all .15s ease}.clip-export-dialog .clip-export-row:hover{background:#ffffff17;border-color:#ffffff2e}.clip-export-dialog .clip-export-row-on{background:#4a7c594d;border-color:#90ee9066}.clip-export-dialog .clip-export-row-text{display:flex;flex-direction:column;gap:2px;min-width:0}.clip-export-dialog .clip-export-row-label{font-weight:600}.clip-export-dialog .clip-export-row-sub{color:var(--theme-text-secondary, rgba(255, 255, 255, .6));font-size:12px}.clip-export-dialog .clip-export-row-size{flex:none;color:var(--theme-text-secondary, rgba(255, 255, 255, .55));font-size:12px;font-variant-numeric:tabular-nums}.emote-row{display:flex;align-items:center;gap:2px;flex-shrink:0;overflow:hidden}.emote-row-button{display:flex;align-items:center;justify-content:center;border:none;background:transparent;font-size:17px;padding:4px 5px;border-radius:8px;color:#e8eaed;cursor:pointer;transition:transform .15s ease-out,background .15s ease-out}.emote-row-glyph{display:block}.emote-row-plus{color:#a8adb5}.emote-row-plus:hover{color:#e8eaed}.emote-row-gif{color:#a8adb5}.emote-row-gif:hover{color:#e8eaed}.emote-row-picker{z-index:11500!important}.emote-row-button:hover{background:#ffffff12;transform:scale(1.15)}.emote-row-button:active{transform:scale(.95)}.emote-row-close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;margin-left:4px;padding:0;cursor:pointer;color:#9aa1a9;border:none;border-left:1px solid rgba(255,255,255,.12);border-radius:0;background:none;transition:color .15s ease}.emote-row-close:hover{color:#fff}.emote-row-sticker{display:block;height:28px;width:auto;max-width:56px;object-fit:contain}.watch-party-clip-cluster{display:flex;align-items:center;gap:4px;flex-shrink:0}.watch-party-clip-button{position:relative;display:flex;align-items:center;gap:6px;overflow:hidden;height:28px;border:1px solid rgba(255,255,255,.14);border-radius:9px;padding:0 10px;font-size:12px;font-weight:600;color:#e8eaed;background:linear-gradient(135deg,#ffffff24,#ffffff0f);box-shadow:inset 0 1px #ffffff29,0 2px 8px #00000038;cursor:pointer;white-space:nowrap;transition:opacity .15s ease-out,transform .15s ease-out,border-color .15s ease-out}.watch-party-clip-button:hover{border-color:#ffffff3d;background:linear-gradient(135deg,#fff3,#ffffff18)}.watch-party-clip-button:active{opacity:.6;transform:scale(.97)}.watch-party-clip-icon{display:flex;opacity:.85}.watch-party-clip-length{font-size:11px;font-weight:700;letter-spacing:.02em;color:#cfd3d8;background:#ffffff1a;border-radius:7px;padding:2px 5px}.watch-party-clip-dot{width:6px;height:6px;border-radius:50%;background:#ffffff40;flex-shrink:0}.watch-party-clip-armed .watch-party-clip-dot,.watch-party-clip-status-on .watch-party-clip-dot{background:#ed4245;box-shadow:0 0 6px #ed4245cc;animation:clipBufferPulse 2s ease-in-out infinite}@keyframes clipBufferPulse{0%,to{opacity:1}50%{opacity:.35}}.watch-party-clip-fill{position:absolute;left:0;bottom:0;height:2px;width:0;background:linear-gradient(90deg,#4a7c59e6,#90ee90e6);transition:width .25s ease-out}.watch-party-clip-busy{cursor:progress}.watch-party-clip-flash{animation:clipFlash .45s ease-out}@keyframes clipFlash{0%{box-shadow:inset 0 1px #ffffff29,0 0 #90ee9080}to{box-shadow:inset 0 1px #ffffff29,0 0 0 14px #90ee9000}}.watch-party-clip-settings{display:flex;align-items:center;justify-content:center;width:31px;height:31px;border:1px solid rgba(255,255,255,.14);border-radius:11px;color:#c8ccd2;background:linear-gradient(135deg,#ffffff1c,#ffffff0d);box-shadow:inset 0 1px #ffffff1f;cursor:pointer;flex-shrink:0;transition:opacity .15s ease-out,transform .15s ease-out}.watch-party-clip-settings:hover{color:#fff;border-color:#fff3}.watch-party-clip-settings:active{opacity:.6;transform:scale(.97)}body.watch-party-clipping .watch-party-replay-badge{opacity:0;transition:opacity .15s ease-out}body.watch-party-clipping .watch-party-media-pill:hover .watch-party-replay-badge{opacity:1}body.watch-party-clipping .wp-popout-behind{opacity:0;transition:opacity .15s ease-out}body.watch-party-clipping .wp-popout-media:hover .wp-popout-behind{opacity:1}.watch-party-clip-pop{position:fixed;z-index:3200;isolation:isolate;border-radius:16px;padding:14px;display:flex;flex-direction:column;max-height:calc(100vh - 32px);overflow:hidden;background:#28283073;backdrop-filter:blur(40px) saturate(1.8);-webkit-backdrop-filter:blur(40px) saturate(1.8);border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 32px #00000059,inset 0 1px #ffffff14;animation:clipPopIn .18s ease-out}.watch-party-clip-pop:before{content:"";position:absolute;inset:0;border-radius:16px;padding:1px;background:conic-gradient(from 135deg at 50% 50%,#fff3,#ffffff0f 60deg,#ffffff03 120deg 180deg,#ffffff03 240deg,#ffffff0f,#fff3 360deg);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:-1}@keyframes clipPopIn{0%{opacity:0;transform:translateY(6px) scale(.97)}to{opacity:1;transform:none}}.watch-party-clip-pop-title{font-size:14px;font-weight:700;color:#fff;margin-bottom:10px}.watch-party-clip-pop-body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent;margin-right:-6px;padding-right:6px}.watch-party-clip-section{font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#ffffff73;margin:10px 0 6px}.watch-party-clip-section:first-child{margin-top:0}.watch-party-clip-lengths{display:flex;flex-wrap:wrap;gap:5px}.watch-party-clip-chip{border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:5px 9px;font-size:12px;font-weight:600;color:#d6dade;background:#ffffff0f;cursor:pointer;transition:all .15s ease}.watch-party-clip-chip:hover{background:#ffffff1a}.watch-party-clip-chip-on{color:#fff;background:#4a7c594d;border-color:#90ee9066}.watch-party-clip-corners{display:flex;gap:6px}.watch-party-clip-corner{position:relative;width:44px;height:28px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0f;cursor:pointer;transition:all .15s ease}.watch-party-clip-corner:hover{background:#ffffff1a}.watch-party-clip-corner-on{background:#4a7c594d;border-color:#90ee9066}.watch-party-clip-corner-dot{position:absolute;width:8px;height:8px;border-radius:2px;background:#05cb67e6}.watch-party-clip-corner-bottom-right .watch-party-clip-corner-dot{right:5px;bottom:5px}.watch-party-clip-corner-bottom-left .watch-party-clip-corner-dot{left:5px;bottom:5px}.watch-party-clip-corner-top-right .watch-party-clip-corner-dot{right:5px;top:5px}.watch-party-clip-corner-top-left .watch-party-clip-corner-dot{left:5px;top:5px}.watch-party-clip-status{display:flex;align-items:center;gap:7px;margin-top:10px;padding:7px 9px;border-radius:10px;font-size:11.5px;color:#ffffff8c;background:#ffffff0d}.watch-party-clip-status-on{color:#ffffffc7}.watch-party-clip-toggle{display:flex;align-items:center;gap:10px;width:100%;margin-top:8px;padding:8px 9px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#ffffff0a;cursor:pointer;text-align:left;transition:all .15s ease}.watch-party-clip-toggle:hover{background:#ffffff12}.watch-party-clip-toggle-text{display:flex;flex-direction:column;gap:1px;flex:1 1 auto;min-width:0}.watch-party-clip-toggle-label{font-size:12.5px;font-weight:600;color:#eef0f2}.watch-party-clip-toggle-sub{font-size:11px;color:#ffffff73}.watch-party-clip-switch{position:relative;width:34px;height:20px;border-radius:10px;background:#ffffff1f;flex-shrink:0;transition:background .15s ease}.watch-party-clip-knob{position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:50%;background:#fff;transition:transform .15s ease}.watch-party-clip-toggle-on .watch-party-clip-switch{background:#4a7c59d9}.watch-party-clip-toggle-on .watch-party-clip-knob{transform:translate(14px)}.watch-party-clip-list{display:flex;flex-direction:column;gap:6px}.watch-party-clip-row{display:flex;align-items:center;gap:9px;padding:6px;border-radius:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07)}.watch-party-clip-row-busy{opacity:.75}.watch-party-clip-thumb{position:relative;width:62px;height:35px;border-radius:6px;overflow:hidden;flex-shrink:0;background:#00000073}.watch-party-clip-thumb img{width:100%;height:100%;object-fit:cover;display:block}.watch-party-clip-thumb-time{position:absolute;right:3px;bottom:3px;font-size:9.5px;font-weight:700;color:#fff;background:#0009;border-radius:4px;padding:1px 3px}.watch-party-clip-row-text{display:flex;flex-direction:column;gap:1px;flex:1 1 auto;min-width:0}.watch-party-clip-row-title{font-size:12px;font-weight:600;color:#eef0f2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;padding:2px 4px;margin:-2px -4px;border:1px solid transparent;border-radius:6px;background:transparent;font-family:inherit;transition:all .15s ease}.watch-party-clip-row-title::placeholder{color:#ffffff8c;font-weight:600}.watch-party-clip-row-title:hover{background:#ffffff0f}.watch-party-clip-row-title:focus{outline:none;background:#00000040;border-color:#90ee904d}.watch-party-clip-row-status{font-size:11px;color:#ffffff73;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.watch-party-clip-row-actions{display:flex;align-items:center;gap:3px;flex-shrink:0}.watch-party-clip-mini{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border:1px solid rgba(255,255,255,.1);border-radius:7px;color:#c8ccd2;background:#ffffff0f;cursor:pointer;transition:all .15s ease}.watch-party-clip-mini:hover{color:#fff;background:#ffffff1f}.watch-party-clip-mini-danger:hover{color:#fff;background:#ed424559;border-color:#ed424580}.clip-brand-mark{display:inline-flex;flex-direction:column;align-items:center;gap:4px;color:#05cb67}.clip-brand-logo{display:block}.clip-brand-word{font-size:12px;font-weight:600;letter-spacing:.06em;color:#ffffffd9}@container watchpartywindow (max-width: 560px){.watch-party-clip-label{display:none}}@container watchpartywindow (max-width: 430px){.watch-party-clip-length{display:none}}.watch-party-clip-card{position:fixed;z-index:3200;isolation:isolate;display:flex;flex-direction:column;gap:9px;padding:12px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:#2828308c;backdrop-filter:blur(40px) saturate(1.8);-webkit-backdrop-filter:blur(40px) saturate(1.8);box-shadow:0 8px 32px #00000059,inset 0 1px #ffffff14;animation:clipPopIn .18s ease-out}.watch-party-clip-card:before{content:"";position:absolute;inset:0;border-radius:16px;padding:1px;background:conic-gradient(from 135deg at 50% 50%,#fff3,#ffffff0f 60deg,#ffffff03 120deg 180deg,#ffffff03 240deg,#ffffff0f,#fff3 360deg);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:-1}.watch-party-clip-card-head{display:flex;align-items:center;gap:8px}.watch-party-clip-card-name{font-size:13px;font-weight:700;color:#fff;flex-shrink:0}.watch-party-clip-card-status{flex:1 1 auto;min-width:0;font-size:11px;color:#ffffff80;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.watch-party-clip-card-body{display:flex;align-items:stretch;gap:10px}.watch-party-clip-card-side{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:4px}.watch-party-clip-card-thumb{position:relative;width:138px;aspect-ratio:16 / 9;flex-shrink:0;border-radius:8px;overflow:hidden;background:#00000080}.watch-party-clip-card-thumb img{width:100%;height:100%;object-fit:cover;display:block}.watch-party-clip-card-progress{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-size:10.5px;font-weight:600;color:#fffc;background:#0a0c0f73}.watch-party-clip-card-progress-track{width:64%;height:3px;border-radius:2px;background:#ffffff2e;overflow:hidden}.watch-party-clip-card-progress-fill{height:100%;border-radius:2px;background:linear-gradient(90deg,#4a7c59e6,#90ee90e6);transition:width .25s ease-out}.watch-party-clip-card-title{font-size:12.5px}.watch-party-clip-card-actions{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.watch-party-clip-card-range{font-size:11px;line-height:1.3;color:#ffffff8c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.watch-party-clip-card-recent:not(:empty){display:flex;flex-direction:column;gap:4px;padding-top:9px;border-top:1px solid rgba(255,255,255,.1)}.watch-party-clip-card-recent-title{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#ffffff73;padding-bottom:2px}.watch-party-clip-card-btn{display:flex;align-items:center;gap:6px;padding:6px 11px;font-family:inherit;font-size:12px;font-weight:600;color:#e6e9ec;border:1px solid rgba(255,255,255,.1);border-radius:9px;background:#ffffff12;cursor:pointer;transition:all .15s ease}.watch-party-clip-card-btn:hover{color:#fff;border-color:#fff3;background:#ffffff1f}.watch-party-clip-card-btn-icon{display:flex;align-items:center;opacity:.8}.watch-party-clip-card-btn-primary{color:#fff;border-color:#4a7c5966;background:#4a7c594d}.watch-party-clip-card-btn-primary:hover{border-color:#90ee908c;background:#4a7c5973}.watch-party-clip-card-btn-danger:hover{border-color:#ed42458c;background:#ed424559}.watch-party-clip-regions{display:flex;flex-direction:column;gap:4px;padding:0 10px 8px}.watch-party-clip-region{display:flex;flex-direction:column;align-items:flex-start;gap:1px;width:100%;padding:7px 10px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#e8eaed;cursor:pointer;text-align:left;transition:all .15s ease}.watch-party-clip-region:hover{border-color:#ffffff2e;background:#ffffff14}.watch-party-clip-region-on{border-color:#90ee9066;background:#4a7c594d}.watch-party-clip-region-label{font-size:12px;font-weight:600}.watch-party-clip-region-sub{font-size:11px;color:#ffffff8c}.watch-party-pill-emotes{position:absolute;top:0;left:0;right:0;display:none;justify-content:center;padding:6px;background:linear-gradient(180deg,rgba(10,12,14,.85) 0%,transparent 100%);z-index:4}.watch-party-media-pill:hover .watch-party-pill-emotes{display:flex}.watch-party-emotes-pill .emote-row-button{font-size:15px;padding:2px 4px}.watch-party-emote-layer{position:absolute;top:0;left:0;right:0;bottom:var(--watch-party-emote-floor, 0px);overflow:hidden;pointer-events:none;z-index:2}.watch-party-emote-pop{position:absolute;bottom:-30px;display:flex;flex-direction:column;align-items:center;gap:2px;animation:watch-party-emote-rise 2.5s ease-out forwards}.watch-party-emote-glyph{font-size:30px;filter:drop-shadow(0 2px 6px rgba(0,0,0,.6))}.watch-party-emote-image{width:34px;height:34px;object-fit:contain;filter:drop-shadow(0 2px 6px rgba(0,0,0,.6))}.watch-party-emote-name{font-size:10px;font-weight:600;color:#ffffffd9;text-shadow:0 1px 3px rgba(0,0,0,.8)}@keyframes watch-party-emote-rise{0%{transform:translateY(0) scale(.6);opacity:0}12%{opacity:1;transform:translateY(-20px) scale(1.05)}to{transform:translateY(-160px) scale(.9);opacity:0}}
