@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.tabs{position:relative;border-radius:12px;padding:4px;display:flex;justify-content:space-between;gap:2px;background:#25253ba1}.tabs .tabs-item{height:26px;position:relative;padding:4px 12px;margin:0;font-size:14px;font-weight:500;width:100%;text-align:center;display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:9px;color:#9397ab;transition:color .15s ease}.tabs .tabs-item:hover{color:#cfd3e5}.tabs .tabs-item .bubble{position:relative;top:unset;right:unset;border:none;margin-right:6px;margin-top:2px}.tabs .tabs-item-selected{width:100%;height:100%;position:absolute;top:0;left:0;background:color-mix(in srgb,#9184d9 26%,transparent);border-radius:9px;transform:none;transform-origin:50% 50% 0}.tabs.tabs--bottom{background:#232532;border:1px solid #3f424d;border-radius:18px;padding:8px 6px;gap:4px}.tabs.tabs--bottom .tabs-item{height:auto;flex-direction:column;gap:3px;padding:6px 0;border-radius:12px;font-size:22px}.tabs.tabs--bottom .tabs-item:hover{color:inherit}.tabs.tabs--bottom .tabs-item-label{font-size:10px;font-weight:500;line-height:1}.loader-container{display:flex;justify-content:center;align-items:center;border-radius:8px;position:relative;width:100%;height:100%}.loader{border-radius:50%;border:4px solid #b7ebfd47;border-top-color:#fff;will-change:transform}:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#e9e9ed;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;width:100%;min-height:100vh;background-color:#160d23;background-image:radial-gradient(ellipse at 10% 90%,#040807 0%,transparent 55%),radial-gradient(ellipse at 90% 90%,#100b0d 0%,transparent 55%),radial-gradient(ellipse at 90% 10%,#0b1821 0%,transparent 55%),radial-gradient(ellipse at 10% 10%,#160e23 0%,transparent 55%);background-attachment:fixed}:focus-visible{outline:2px solid #9184d9;outline-offset:2px}img.emoji{height:1.2em;width:1.2em;margin:0 .05em 0 .1em;vertical-align:-.2em;display:inline-block}img.reaction-emoji{height:1.1em;width:1.1em;display:inline-block;vertical-align:middle}.panel{background:#161826;border:1px solid rgba(233,233,237,.16);border-radius:14px;padding:8px 16px;box-sizing:border-box}.custom-scrollbar{--sb-track-color: transparent;--sb-thumb-color: #3f424d;--sb-size: 8px}.custom-scrollbar::-webkit-scrollbar{width:var(--sb-size)}.custom-scrollbar::-webkit-scrollbar-track{background:var(--sb-track-color);border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--sb-thumb-color);border-radius:4px}@supports not selector(::-webkit-scrollbar){.custom-scrollbar{scrollbar-color:var(--sb-thumb-color) var(--sb-track-color)}}.bubble{position:absolute;width:10px;height:10px;border-radius:50%;right:0;bottom:0;border:2px solid #161826;box-sizing:border-box}.bubble.large{width:12px;height:12px}.bubble.small{width:11px;height:11px}.bubble.yellow{background:#d9a441}.bubble.red{background:#b56b74}.bubble.green,.bubble.blue{background:#5aa87f}@keyframes nocturne-pulse{0%{transform:scale(.7);opacity:.5}50%{transform:scale(1.25);opacity:1}to{transform:scale(.7);opacity:.5}}
