@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--brand:#7c4dff;--brand-hover:#b47cff;--success:#00e676;--danger:#ff1744;--bg-primary:#0a0a0c;--bg-secondary:#0f0f14b3;--bg-tertiary:#050505;--bg-accent:#000;--text-normal:#eceff1;--text-muted:#90a4ae;--text-header:#fff;--glass-bg:#ffffff08;--glass-border:#ffffff14;--glass-blur:blur(20px);--glow-primary:0 0 20px #7c4dff4d;--sidebar-width:80px;--channel-width:260px}.app-container.theme-light{--bg-primary:#fff;--bg-secondary:#f2f3f5cc;--bg-tertiary:#e3e5e8;--bg-accent:#f2f3f5;--text-normal:#313338;--text-muted:#5c5e66;--text-header:#060607;--glass-border:#00000014;--glass-bg:#00000008}.app-container.theme-midnight{--bg-primary:#000;--bg-secondary:#000c;--bg-tertiary:#000;--bg-accent:#000;--text-normal:#dbdee1;--text-muted:#949ba4;--text-header:#fff;--glass-border:#ffffff0d}.app-container[style*=background]{background-size:400% 400%!important;animation:15s infinite gradient-flow!important}@keyframes gradient-flow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.app-container[style*=background] .server-sidebar,.app-container[style*=background] .channel-sidebar,.app-container[style*=background] .main-content{-webkit-backdrop-filter:blur(30px)!important;backdrop-filter:blur(30px)!important;background:#00000073!important;border:1px solid #ffffff14!important;box-shadow:0 8px 32px #0000004d!important}.app-container.theme-light[style*=background] .server-sidebar,.app-container.theme-light[style*=background] .channel-sidebar,.app-container.theme-light[style*=background] .main-content{-webkit-backdrop-filter:blur(30px)!important;backdrop-filter:blur(30px)!important;background:#fff9!important;border:1px solid #00000014!important}*{box-sizing:border-box;-webkit-user-select:none;user-select:none;margin:0;padding:0;font-family:Outfit,sans-serif}body{background-color:var(--bg-accent);color:var(--text-normal);background-image:radial-gradient(at 0 0,#7c4dff26 0,#0000 50%),radial-gradient(at 100% 0,#00e6760d 0,#0000 50%),radial-gradient(at 100% 100%,#7c4dff1a 0,#0000 50%),radial-gradient(at 0 100%,#00e6760d 0,#0000 50%);background-attachment:fixed;min-height:100vh}.app-container{gap:16px;width:100vw;height:100vh;padding:16px;display:flex;overflow:hidden}.server-sidebar{width:var(--sidebar-width);background:var(--bg-secondary);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:24px;flex-direction:column;flex-shrink:0;align-items:center;gap:12px;padding:20px 0;display:flex;box-shadow:0 8px 32px #0006}.nav-item{background:var(--bg-secondary);cursor:pointer;width:52px;height:52px;color:var(--text-normal);border:1px solid var(--glass-border);border-radius:18px;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative}.nav-item:hover,.nav-item.active{background:var(--brand);color:#fff;box-shadow:var(--glow-primary);border-color:#fff3;border-radius:14px;transform:scale(1.05)}.nav-item.active:before{content:"";background:#fff;border-radius:0 10px 10px 0;width:6px;height:24px;position:absolute;left:-14px;box-shadow:0 0 15px #fff}.nav-separator{background:var(--glass-border);width:32px;height:2px;margin:4px 0}.channel-sidebar{width:var(--channel-width);background:var(--bg-secondary);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:24px;flex-direction:column;flex-shrink:0;display:flex;box-shadow:0 8px 32px #0006}.server-header{color:#fff;cursor:pointer;border-bottom:1px solid #0003;justify-content:space-between;align-items:center;height:48px;padding:0 16px;font-family:Outfit,sans-serif;font-weight:700;transition:background .2s;display:flex}.server-header:hover{background:#ffffff0d}.channel-list{flex:1;padding:8px;overflow-y:auto}.channel-category{color:var(--text-muted);text-transform:uppercase;padding:16px 8px 4px;font-size:11px;font-weight:800;transition:color .2s}@media (width<=968px){.member-sidebar{display:none}}@media (width<=768px){.app-container{position:relative;overflow:hidden}.nav-chip:hover{color:#fff!important;background:#ffffff26!important}.nav-chip.active{color:#000!important;background:#fff!important}.discovery-server-card{box-shadow:0 4px 12px #0003}.discovery-server-card:hover{box-shadow:0 8px 24px #0006}.discovery-search-wrapper:focus-within{border-color:var(--brand)!important;box-shadow:0 0 0 2px #5865f24d!important}.card-banner{position:relative;overflow:hidden}.card-banner:after{content:"";background:linear-gradient(#0000,#0003);position:absolute;inset:0}@media (width<=768px){.discovery-content{padding:20px 16px!important}.discovery-hero-premium h1{font-size:24px!important}}.server-sidebar{z-index:1001;height:100vh;transition:left .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:-72px}.server-sidebar.mobile-open{left:0}.channel-sidebar{z-index:1000;border-radius:0;width:240px;height:100vh;transition:left .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:-240px}.channel-sidebar.mobile-open{left:72px;box-shadow:8px 0 16px #0006}.member-sidebar{z-index:1000;background:var(--bg-tertiary);border-radius:0;width:240px;height:100vh;transition:right .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;right:-240px}.member-sidebar.hidden{display:none!important}.member-sidebar.mobile-open{right:0;box-shadow:-8px 0 16px #0006}.main-content{flex-shrink:0;width:100vw}.mobile-menu-trigger,.mobile-members-trigger{cursor:pointer;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex!important}.mobile-menu-trigger:active,.mobile-members-trigger:active{background:#ffffff1a}.mobile-only{display:flex!important}.mobile-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:999;background:#000000b3;position:fixed;inset:0}.mobile-members-header{color:#fff;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:16px;display:flex!important}.chat-header{padding:0 8px;gap:8px!important}.chat-header h3{white-space:nowrap;text-overflow:ellipsis;font-size:16px;overflow:hidden}.chat-header .settings-item{padding:4px 8px!important;font-size:12px!important}.message-input-container{padding:0 12px 12px}.modal-overlay .modal-content{border-radius:12px;max-height:90vh;width:95vw!important}.settings-container{flex-direction:column;overflow-y:auto}.settings-sidebar{border-bottom:1px solid #ffffff0d;border-right:none;flex-shrink:0;width:100%;height:auto;padding:20px 16px}.settings-content{flex:none;height:auto;padding:20px 16px;overflow-y:visible}.settings-close{top:16px;right:16px}.profile-popover-card{width:90vw!important;top:auto!important;bottom:20px!important;left:5vw!important}}.mobile-menu-trigger,.mobile-members-trigger,.mobile-members-header{display:none}.channel-item{cursor:pointer;color:var(--text-muted);border-radius:4px;align-items:center;gap:10px;margin-bottom:2px;padding:6px 8px;font-size:15px;transition:all .2s;display:flex}.channel-item:hover{color:var(--text-normal);background:#ffffff0d}.channel-item.active{color:#fff;background:#ffffff1a}.main-content{background:var(--bg-primary);flex-direction:column;flex:1;display:flex;position:relative}.chat-header{background:var(--bg-primary);z-index:10;border-bottom:1px solid #0003;align-items:center;height:48px;padding:0 16px;display:flex}.message-list{flex-direction:column;flex:1;gap:16px;padding:16px;display:flex;overflow-y:auto}.message-item{gap:16px;display:flex}.msg-avatar{border-radius:50%;flex-shrink:0;width:40px;height:40px}.msg-content{flex-direction:column;display:flex}.msg-header{align-items:center;gap:8px;margin-bottom:4px;display:flex}.msg-time{color:var(--text-muted);font-size:11px}.msg-text{color:var(--text-normal);word-break:break-word;line-height:1.4}.message-item:hover .msg-actions{opacity:1!important}.msg-action-btn{background:var(--bg-tertiary);border:1px solid var(--glass-border);cursor:pointer;width:28px;height:28px;color:var(--text-muted);border-radius:4px;justify-content:center;align-items:center;transition:all .2s;display:flex}.msg-action-btn:hover{background:var(--bg-secondary);color:#fff;border-color:#fff3}.edit-msg-input{transition:border-color .2s}.edit-msg-input:focus{border-color:var(--brand)!important}.emoji-item:hover{background:#ffffff1a;transform:scale(1.2)}.msg-reactions-list div:hover{filter:brightness(1.2)}.ctx-item:hover{background:var(--brand);color:#fff!important}.ctx-item.delete:hover{background:var(--danger)!important;color:#fff!important}.chat-input-area{padding:0 16px 24px}.chat-input-wrapper{background:#383a40;border-radius:8px;align-items:center;gap:16px;height:44px;padding:0 16px;display:flex}.chat-input-wrapper input{color:#fff;background:0 0;border:none;outline:none;flex:1;font-size:16px}.discovery-container{background:var(--bg-accent);flex:1;overflow-y:auto}.discovery-hero{text-align:center;background-color:#0000;background-image:linear-gradient(#00000080,#00000080),url(/logo.png?v=2);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;flex-direction:column;justify-content:center;align-items:center;height:300px;padding:20px;display:flex}.discovery-hero h1{color:#fff;margin-bottom:24px;font-family:Outfit,sans-serif;font-size:32px}.search-bar-hero{background:var(--bg-tertiary);border-radius:8px;align-items:center;gap:12px;width:100%;max-width:600px;height:48px;padding:0 16px;display:flex;box-shadow:0 4px 12px #00000080}.server-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;padding:32px;display:grid}.server-card{background:var(--bg-secondary);cursor:pointer;border-radius:12px;transition:all .2s;overflow:hidden}.server-card:hover{background:#383a40;transform:translateY(-4px);box-shadow:0 8px 16px #0000004d}.card-banner{width:100%;height:120px}.card-info{margin-top:-30px;padding:16px;position:relative}.card-icon{border:4px solid var(--bg-secondary);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:12px;font-size:20px;font-weight:800;display:flex}.card-name{color:#fff;margin-bottom:4px;font-size:18px;font-weight:700}.card-stats{color:var(--text-muted);gap:12px;font-size:12px;display:flex}.friends-container{background:var(--bg-primary);flex:1}.user-footer{cursor:pointer;flex-shrink:0;align-items:center;height:60px;padding:0 12px;transition:background .2s;display:flex}.user-footer:hover{background:#ffffff14!important}.ctx-item.status-active{background:#ffffff0d}.avatar-small{background:var(--brand);border-radius:50%;width:32px;height:32px}.status-dot{background:var(--success);z-index:5;border:3px solid #111214;border-radius:50%;justify-content:center;align-items:center;width:15px;height:15px;display:flex;position:absolute;bottom:0;right:0}.footer-actions{gap:2px;display:flex}.action-btn{cursor:pointer;width:32px;height:32px;color:var(--text-normal);border-radius:4px;justify-content:center;align-items:center;transition:background .2s;display:flex}.action-btn:hover{color:#fff;background:#ffffff0d}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.settings-container{background:#313338;border:none;width:100%;max-width:1200px;height:100%;max-height:100vh;display:flex;overflow:hidden;box-shadow:0 20px 40px #0009}.settings-sidebar{background:#2b2d31;flex-direction:column;flex-shrink:0;gap:8px;width:320px;padding:60px 12px 20px 48px;display:flex}.settings-content{background:#313338;flex:1;padding:60px 40px;position:relative;overflow-y:auto}.settings-item{cursor:pointer;color:var(--text-muted);border-radius:4px;padding:6px 10px;transition:all .2s}.settings-item:hover:not(.active){color:var(--text-normal);background:#ffffff05}.field-group div[style*=background]{transition:transform .2s cubic-bezier(.175,.885,.32,1.275)}.field-group div[style*=background]:hover{transform:scale(1.1)}.settings-close{cursor:pointer;flex-direction:column;align-items:center;display:flex;position:absolute;top:40px;right:40px}.close-circle{border:2px solid var(--text-muted);width:36px;height:36px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;margin-bottom:8px;transition:all .2s;display:flex}.field-group{margin-bottom:24px}.field-group label{color:var(--text-muted);text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.primary-btn{background:linear-gradient(135deg, var(--brand) 0%, #7289da 100%);color:#fff;cursor:pointer;letter-spacing:.5px;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 28px;font-family:Outfit,sans-serif;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #5865f24d}.primary-btn:after{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.primary-btn:hover{background:linear-gradient(135deg, var(--brand-hover) 0%, var(--brand) 100%);transform:translateY(-2px);box-shadow:0 6px 20px #5865f266}.primary-btn:hover:after{left:100%}.primary-btn:active{filter:brightness(.9);transform:translateY(0)}.secondary-btn{background:var(--glass-bg);color:#fff;border:1px solid var(--glass-border);cursor:pointer;-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border-radius:8px;padding:12px 28px;font-family:Outfit,sans-serif;font-weight:600;transition:all .3s}.secondary-btn:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-1px)}.danger-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f23f43 0%,#ff6b6b 100%);border:none;border-radius:8px;padding:12px 28px;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #f23f4333}.danger-btn:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 20px #f23f434d}.field-input,.chat-input-wrapper input{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:10px;padding:14px 16px;font-size:15px;transition:all .3s;border:1px solid var(--glass-border)!important;background:#0003!important}.field-input:focus,.chat-input-wrapper:focus-within{box-shadow:0 0 0 3px #5865f226;border-color:var(--brand)!important;background:#0000004d!important}.modal-card{-webkit-backdrop-filter:blur(24px)saturate(180%);backdrop-filter:blur(24px)saturate(180%);border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 24px 60px #00000080;background:#2b2d31cc!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#ffffff1a padding-box padding-box;border:2px solid #0000;border-radius:10px}@media (width<=768px){.nav-item,.channel-item,.msg-action-btn,.action-btn{min-width:44px;min-height:44px}.chat-header{height:60px}.chat-input-wrapper{height:52px}.primary-btn,.secondary-btn,.danger-btn{justify-content:center;width:100%;padding:14px 20px}}.profile-card-edit{background:var(--bg-tertiary);border-radius:8px;margin-top:16px;overflow:hidden}.banner-edit{width:100%;height:100px}.avatar-edit-wrapper{justify-content:space-between;align-items:center;margin-top:-40px;padding:0 16px;display:flex}.avatar-edit-circle{border:6px solid var(--bg-tertiary);border-radius:50%;width:80px;height:80px}.profile-fields{flex-direction:column;gap:16px;padding:24px 16px;display:flex}.bio-textarea{background:var(--bg-accent);color:#fff;resize:none;border:none;border-radius:8px;outline:none;width:100%;height:100px;padding:12px}.save-bar{z-index:100;background:#111214f2;border-radius:8px;justify-content:space-between;align-items:center;width:calc(100% - 80px);max-width:800px;padding:12px 20px;animation:.3s slideUp;display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #00000080}.save-btn{background:var(--success);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:6px 16px;font-weight:600}@keyframes slideUp{0%{transform:translate(-50%,100%)}to{transform:translate(-50%)}}.animate-fade-in{animation:.2s fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.offline-banner{background:var(--danger);color:#fff;z-index:1000;justify-content:center;align-items:center;gap:8px;height:36px;font-size:13px;font-weight:600;display:flex;position:absolute;top:0;left:0;right:0;box-shadow:0 2px 8px #0006}.offline-banner span{opacity:.9}.template-list{flex-direction:column;gap:12px;margin-top:20px;display:flex}.template-item{cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;justify-content:space-between;align-items:center;padding:14px 18px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.template-item:hover{border-color:var(--brand);background:#ffffff14;transform:translate(4px);box-shadow:0 4px 20px #0000004d}.template-icon{width:40px;height:40px;color:var(--brand);background:#5865f226;border-radius:10px;justify-content:center;align-items:center;transition:all .3s;display:flex}.template-item:hover .template-icon{background:var(--brand);color:#fff;transform:scale(1.1)}.template-info h4{color:#fff;margin:0;font-size:16px;font-weight:700}.template-info p{color:var(--text-muted);margin:2px 0 0;font-size:12px}.create-server-modal{text-align:center;background:#313338;border-radius:16px;flex-direction:column;width:100%;max-width:440px;max-height:90vh;padding:24px 24px 0;display:flex;position:relative;overflow-y:auto;box-shadow:0 24px 64px #000c}.create-server-modal h2{color:#fff;margin-bottom:8px;font-family:Outfit,sans-serif;font-size:24px;font-weight:700}.create-server-modal p{color:#b5bac1;margin-bottom:24px;font-size:16px}.modal-close-btn{color:#b5bac1;cursor:pointer;transition:color .2s;position:absolute;top:16px;right:16px}.modal-close-btn:hover{color:#fff}.template-section-label{text-align:left;color:#b5bac1;text-transform:uppercase;margin:16px 0 8px;font-size:12px;font-weight:800}.template-list{flex-direction:column;gap:8px;max-height:400px;margin-bottom:24px;padding-right:4px;display:flex;overflow-y:auto}.template-list::-webkit-scrollbar{width:4px}.template-list::-webkit-scrollbar-thumb{background:#1e1f22;border-radius:4px}.template-item{cursor:pointer;background:#2b2d31;border:1px solid #0000001a;border-radius:8px;justify-content:space-between;align-items:center;padding:12px 16px;transition:background .2s;display:flex}.template-item:hover{background:#4e50584d}.template-item-content{align-items:center;gap:12px;display:flex}.template-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.template-info h4{color:#fff;text-align:left;margin:0;font-size:16px;font-weight:600}.modal-footer-join{text-align:center;background:#2b2d31;margin:0 -24px;padding:24px}.modal-footer-join h4{color:#fff;margin-bottom:8px;font-size:18px}.join-btn-large{color:#fff;cursor:pointer;background:#4e5058;border:none;border-radius:4px;width:100%;padding:12px;font-weight:600;transition:background .2s}.join-btn-large:hover{background:#6d6f78}.voice-status-bar{border-top:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0003;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.voice-info{align-items:center;gap:10px;display:flex}.status-text{flex-direction:column;display:flex}.status-label{color:#23a559;font-size:13px;font-weight:700;line-height:1.2}.channel-label{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:140px;font-size:11px;overflow:hidden}.voice-action-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.voice-action-btn:hover{color:#fff;background:#ffffff1a}.voice-action-btn.disconnect{color:var(--danger)}.voice-action-btn.disconnect:hover{background:var(--danger);color:#fff}.pulse{animation:2s infinite pulse-animation}@keyframes pulse-animation{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.animate-slide-up{animation:.3s ease-out slide-up}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.voice-users-list{flex-direction:column;gap:2px;margin-top:4px;padding-left:32px;display:flex}.voice-user-item{color:var(--text-muted);border-radius:4px;align-items:center;gap:8px;padding:4px 8px;font-size:13px;transition:background .2s;display:flex}.voice-user-item:hover{color:var(--text-normal);background:#ffffff0d}.avatar-tiny{border-radius:50%;width:20px;height:20px}.member-sidebar.hidden{display:none!important}.member-sidebar{background:var(--bg-secondary);border-left:1px solid var(--glass-border);flex-direction:column;gap:4px;width:240px;padding:16px 8px;display:flex;overflow-y:auto}.member-item{cursor:pointer;border-radius:4px;align-items:center;gap:12px;padding:6px 8px;transition:all .2s;display:flex}.member-item:hover{background:#ffffff0d}.member-info{flex-direction:column;display:flex}.member-info .name{color:var(--text-normal);font-size:14px;font-weight:500}.status-text-tiny{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:140px;font-size:11px;overflow:hidden}.status-dot{border:3px solid var(--bg-secondary);border-radius:50%;width:12px;height:12px;position:absolute;bottom:-2px;right:-2px}.status-dot.online{background:#23a559}.status-dot.idle{background:#f0b232}.status-dot.dnd{background:#f23f43}.typing-indicator{color:#fff;pointer-events:none;font-size:12px;font-weight:600;animation:.2s ease-out fade-in;position:absolute;bottom:64px;left:20px}.profile-popover-card{width:340px;box-shadow:0 12px 48px #000c, 0 0 15px var(--glow-color,transparent);background:#111214f2;border:1px solid #ffffff1a;border-radius:12px;animation:.3s cubic-bezier(.18,.89,.32,1.28) popover-entrance;position:relative;overflow:hidden}@keyframes popover-entrance{0%{opacity:0;transform:scale(.9)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.profile-popover-banner{width:100%;height:100px;transition:all .3s;position:relative}.profile-popover-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(#11121499 0%,#111214f2 100%);padding:16px}.profile-popover-avatar-wrapper{justify-content:space-between;align-items:flex-end;margin-top:-60px;margin-bottom:12px;display:flex;position:relative}.popover-status-bubble{color:#fff;white-space:nowrap;text-overflow:ellipsis;background:#111214;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:6px;max-width:140px;margin-bottom:12px;margin-left:8px;padding:4px 10px;font-size:12px;display:flex;overflow:hidden;box-shadow:0 4px 12px #00000080}.popover-status-bubble.clickable{cursor:pointer;transition:all .2s}.popover-status-bubble.clickable:hover{background:#1e1f22;border-color:#fff3}.profile-popover-avatar{border:6px solid #111214f2;border-radius:50%;flex-shrink:0;width:92px;height:92px;transition:transform .3s;position:relative;box-shadow:0 4px 12px #00000080}.profile-popover-avatar:hover{transform:scale(1.05)}.badge-container{background:#0000004d;border:1px solid #ffffff0d;border-radius:8px;gap:4px;margin-bottom:8px;padding:4px 8px;display:flex}.badge-icon{cursor:help;border-radius:4px;justify-content:center;align-items:center;width:22px;height:22px;transition:transform .2s;display:flex}.status-dot-large{border:5px solid #111214f2;border-radius:50%;width:24px;height:24px;position:absolute;bottom:2px;right:2px}.profile-popover-info .popover-name{color:#fff;align-items:center;gap:6px;margin:0;font-size:20px;font-weight:700;display:flex}.profile-popover-info .popover-username{color:var(--text-muted);margin-bottom:12px;font-size:14px;display:block}.popover-divider{background:#ffffff14;height:1px;margin:16px 0}.popover-section label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:11px;font-weight:800;display:block}.popover-section p{color:var(--text-normal);margin:0 0 16px;font-size:14px;line-height:1.4}.popover-actions{gap:8px;margin-top:16px;display:flex}.popover-btn{cursor:pointer;border:none;border-radius:4px;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.popover-btn.primary:hover{background:#4752c4;box-shadow:0 0 15px #5865f266}.popover-btn.secondary:hover{background:#ffffff26}.auth-container{background:radial-gradient(circle at 100% 0,#1e1f22,#111214);flex-direction:column;justify-content:flex-start;align-items:center;width:100vw;min-height:100vh;padding:40px 20px;display:flex;position:relative;overflow-y:auto}.auth-container:before{content:"";z-index:0;background:radial-gradient(circle,#5865f21a 0%,#0000 70%);width:60%;height:60%;position:absolute;top:-20%;right:-10%}.auth-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10;background:#2b2d31f2;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;width:100%;max-width:480px;height:auto;margin:auto;padding:32px;animation:.5s cubic-bezier(.18,.89,.32,1.28) auth-entrance;display:flex;box-shadow:0 24px 64px #000c}@keyframes auth-entrance{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.auth-header{text-align:center;margin-bottom:16px}.auth-header h1{color:#fff;letter-spacing:-.5px;margin:12px 0 8px;font-family:Outfit,sans-serif;font-size:24px}.auth-header p{color:var(--text-muted);font-size:15px}.auth-form{flex-direction:column;gap:14px;display:flex}.input-group label{color:var(--text-muted);text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.input-wrapper{width:100%}.input-wrapper input,.discord-select{color:#fff;background:#00000040;border:1px solid #0000004d;border-radius:4px;outline:none;width:100%;padding:10px;font-size:16px;transition:all .2s}.input-wrapper input:focus,.discord-select:focus{border-color:var(--brand);background:#0006;box-shadow:0 0 10px #5865f233}.auth-btn{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;gap:10px;margin-top:10px;padding:14px;font-size:16px;font-weight:600;transition:all .2s;display:flex}.auth-btn:hover:not(:disabled){background:var(--brand-hover);transform:translateY(-1px);box-shadow:0 8px 24px #5865f24d}.auth-btn:active:not(:disabled){transform:translateY(0)}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.checkbox-group{align-items:flex-start;gap:12px;margin-top:4px;display:flex}.checkbox-group input{width:18px;height:18px;accent-color:var(--brand);margin-top:2px}.checkbox-group label{color:var(--text-muted);cursor:pointer;font-size:12px;line-height:1.4}.auth-footer p{color:var(--text-muted)}.auth-footer span{color:#00a8fc;font-weight:500;transition:filter .2s}.auth-footer span:hover{filter:brightness(1.2);text-decoration:underline}.dropdown-menu{min-width:220px;background:#111214!important;border-radius:4px!important;padding:8px!important;box-shadow:0 8px 16px #0000003d!important}.dropdown-item{color:var(--text-muted);cursor:pointer;border-radius:2px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.dropdown-item:hover{background:var(--brand);color:#fff}.dropdown-item.danger{color:var(--danger)}.dropdown-item.danger:hover{background:var(--danger);color:#fff}.dropdown-separator{background:#ffffff0d;height:1px;margin:4px 0}.invite-card{background:var(--bg-secondary);border:1px solid #ffffff0d;border-radius:8px;max-width:432px;margin:12px 0;padding:16px;transition:all .2s;overflow:hidden}.invite-card:hover{background:#2b2d31cc;border-color:#ffffff1a}.invite-banner{background-position:50%;background-size:cover;width:calc(100% + 32px);height:120px;margin:-16px -16px 12px}.invite-header{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;font-size:11px;font-weight:800}.invite-body{align-items:center;gap:16px;display:flex}.invite-icon{color:#fff;background-position:50%;background-size:cover;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;font-weight:700;display:flex}.invite-info{flex:1;min-width:0}.invite-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:700;overflow:hidden}.invite-stats{gap:12px;margin-top:4px;display:flex}.stat-item{color:var(--text-muted);align-items:center;gap:4px;font-size:12px;display:flex}.stat-item .dot{border-radius:50%;width:8px;height:8px}.stat-item .dot.online{background:var(--success)}.stat-item .dot.offline{background:#4f545c}.invite-join-btn{background:var(--success);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:8px 20px;font-weight:600;transition:background .2s}.invite-join-btn:hover{background:#1e8349}.custom-toast{min-width:300px;max-width:450px;animation:.5s cubic-bezier(.18,.89,.32,1.28) toast-in}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,-100%)scale(.9)}to{opacity:1;transform:translate(-50%)scale(1)}}.custom-toast.success{box-shadow:0 8px 32px #23a55933;border-left:4px solid #23a559!important}.custom-toast.error{box-shadow:0 8px 32px #f23f4333;border-left:4px solid #f23f43!important}.custom-toast.info{box-shadow:0 8px 32px #5865f233;border-left:4px solid var(--brand)!important}.custom-toast:hover{transition:transform .2s;transform:translate(-50%,-2px)scale(1.02)!important}.badge-container{background:var(--bg-primary);border:1px solid var(--glass-border);z-index:10;border-radius:8px;gap:4px;margin-bottom:8px;padding:4px;display:flex;box-shadow:0 4px 12px #0003}.badge-icon{cursor:help;background:#ffffff0d;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;transition:transform .2s;display:flex}.badge-icon:hover{transform:scale(1.1)}.profile-popover-avatar-wrapper{justify-content:space-between;align-items:flex-end;margin-top:-45px;display:flex;position:relative}.nexus-splash-overlay{overflow:hidden;z-index:999999!important;background-color:#050505!important;justify-content:center!important;align-items:center!important;width:100vw!important;height:100vh!important;display:flex!important;position:fixed!important;top:0!important;left:0!important}.nexus-splash-overlay:before{content:"";z-index:0;background-image:radial-gradient(circle,#0000 0%,#050505 80%),url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0l30 15v30L30 60 0 45V15z' fill='none' stroke='rgba(124, 77, 255, 0.03)' stroke-width='1'/%3E%3C/svg%3E");background-size:60px 60px;position:absolute;inset:0}.nexus-splash-overlay:after{content:"";opacity:.05;pointer-events:none;z-index:10;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:absolute;inset:0}.nexus-splash-inner{z-index:5;flex-direction:column;align-items:center;gap:40px;display:flex;position:relative}.splash-hud-frame{pointer-events:none;border:1px solid #ffffff0d;width:320px;height:320px;position:absolute}.splash-hud-frame:before,.splash-hud-frame:after{content:"";border:2px solid #7c4dff;width:20px;height:20px;position:absolute}.splash-hud-frame:before{border-bottom:none;border-right:none;top:-2px;left:-2px}.splash-hud-frame:after{border-top:none;border-left:none;bottom:-2px;right:-2px}.nexus-splash-logo-container{justify-content:center;align-items:center;width:160px;height:160px;display:flex;position:relative}.splash-logo-glow{filter:blur(20px);background:radial-gradient(circle,#7c4dff4d 0%,#0000 70%);width:120%;height:120%;animation:4s ease-in-out infinite logo-pulse;position:absolute}@keyframes logo-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}.nexus-splash-logo-container img{object-fit:contain;filter:drop-shadow(0 0 8px #7c4dff66);z-index:2;width:100%;height:100%}.nexus-splash-text{color:#fff;text-transform:uppercase;letter-spacing:5px;text-shadow:0 0 10px #7c4dff80;opacity:.9;margin-top:10px;font-family:Outfit,sans-serif;font-size:12px;font-weight:800}.splash-status-container{width:100%;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;justify-content:space-between;font-family:Courier New,monospace;font-size:9px;display:flex;position:absolute;bottom:-60px}.status-blink{animation:1s steps(2,start) infinite blink}@keyframes blink{to{visibility:hidden}}.splash-loading-bar-container{background:#ffffff0d;border-radius:1px;width:240px;height:2px;position:relative;overflow:hidden}.splash-loading-bar-fill{background:#7c4dff;height:100%;animation:2.5s ease-in-out forwards loading-progress;position:absolute;box-shadow:0 0 10px #7c4dff}@keyframes loading-progress{0%{width:0%}30%{width:20%}60%{width:70%}to{width:100%}}.splash-loading-bar-container{z-index:2;background:#ffffff0d;border-radius:4px;width:200px;height:2px;position:relative;overflow:hidden}.splash-loading-bar-fill{background:linear-gradient(90deg, transparent, var(--brand), transparent);width:40%;height:100%;animation:2s linear infinite loading-bar-move}@keyframes loading-bar-move{0%{transform:translate(-100%)}to{transform:translate(250%)}}@keyframes nexus-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.landing-page{color:#fff;background:#030407;width:100%;min-height:100vh;font-family:Outfit,sans-serif;position:relative;overflow-x:hidden}.landing-bg-overlay{pointer-events:none;z-index:1;background:radial-gradient(circle at 70% 30%,#7c4dff26 0%,#0000 50%),radial-gradient(circle at 30% 70%,#00e6760d 0%,#0000 50%);position:fixed;inset:0}.cyber-grid{pointer-events:none;z-index:1;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-position:50%;background-size:40px 40px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(circle,#000 0%,#0000 80%);mask-image:radial-gradient(circle,#000 0%,#0000 80%)}.landing-nav{z-index:10;justify-content:space-between;align-items:center;padding:30px 10%;display:flex;position:relative}.landing-logo{align-items:center;gap:12px;display:flex}.landing-logo img{object-fit:contain;width:40px;height:40px}.logo-text{letter-spacing:4px;background:linear-gradient(90deg,#fff,#7c4dff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:24px;font-weight:800}.nav-links{align-items:center;gap:40px;display:flex}.cyber-link{color:#949ba4;letter-spacing:1px;text-transform:uppercase;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s}.cyber-link:hover{color:#fff;text-shadow:0 0 10px #7c4dff80}.cyber-btn-small{color:#7c4dff;letter-spacing:2px;cursor:pointer;background:0 0;border:1px solid #7c4dff;padding:10px 24px;font-weight:700;transition:all .3s;position:relative;overflow:hidden}.cyber-btn-small:hover{color:#fff;background:#7c4dff;box-shadow:0 0 20px #7c4dff80}.hero{z-index:5;align-items:center;gap:60px;min-height:80vh;padding:120px 10%;display:flex;position:relative}.hero-tag{color:#00e676;letter-spacing:2px;align-items:center;gap:8px;margin-bottom:16px;font-family:monospace;font-size:12px;display:flex}.hero-tag:before{content:"";background:#00e676;border-radius:50%;width:6px;height:6px;box-shadow:0 0 10px #00e676}.hero-title{letter-spacing:-2px;margin-bottom:24px;font-size:84px;font-weight:900;line-height:.95}.glitch-text{color:#fff;position:relative}.glitch-text:after{content:attr(data-text);color:#7c4dff;opacity:.5;filter:blur(2px);width:100%;animation:4s linear infinite alternate-reverse glitch-anim;position:absolute;top:0;left:0}@keyframes glitch-anim{0%{transform:translate(0)}20%{transform:translate(-2px,2px)}40%{transform:translate(-2px,-2px)}60%{transform:translate(2px,2px)}80%{transform:translate(2px,-2px)}to{transform:translate(0)}}.hero-subtitle{color:#949ba4;max-width:500px;margin-bottom:48px;font-size:18px;line-height:1.6}.hero-actions{gap:16px;margin-bottom:40px;display:flex}.cyber-btn-primary{color:#fff;letter-spacing:1px;cursor:pointer;background:#7c4dff;border:none;align-items:center;gap:12px;padding:18px 36px;font-size:16px;font-weight:800;transition:all .3s;display:flex;box-shadow:0 0 30px #7c4dff66}.cyber-btn-primary:hover{transform:scale(1.05);box-shadow:0 0 50px #7c4dff99}.cyber-btn-secondary{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;align-items:center;gap:8px;padding:18px 36px;font-weight:700;transition:background .3s;display:flex}.hero-stats{border-top:1px solid #ffffff0d;gap:40px;margin-top:64px;padding-top:40px;display:flex}.stat-value{color:#fff;font-size:24px;font-weight:800;display:block}.stat-label{color:#949ba4;letter-spacing:2px;font-size:11px}.cyber-mockup-wrapper{perspective:1000px;position:relative}.mockup-glow{filter:blur(100px);opacity:.15;background:#7c4dff;position:absolute;inset:-20px}.cyber-mockup{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0fcc;border:1px solid #7c4dff4d;border-radius:12px;width:540px;height:380px;position:relative;overflow:hidden;transform:rotateY(-15deg)rotateX(10deg);box-shadow:0 30px 60px #000c}.mockup-top-bar{background:#ffffff08;border-bottom:1px solid #ffffff0d;align-items:center;gap:12px;height:32px;padding:0 16px;display:flex}.mockup-title{color:#555;letter-spacing:1px;font-family:monospace;font-size:10px}.mockup-content{height:calc(100% - 32px);display:flex}.mockup-sidebar{border-right:1px solid #ffffff0d;flex-direction:column;align-items:center;gap:12px;width:48px;padding-top:20px;display:flex}.mockup-circle{background:#ffffff0d;border-radius:50%;width:24px;height:24px}.mockup-main{flex-direction:column;flex:1;gap:16px;padding:24px;display:flex}.pulse-line{animation:2s infinite line-pulse}@keyframes line-pulse{0%,to{opacity:.1}50%{opacity:.3}}.mockup-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.mockup-square{background:#7c4dff0d;border-radius:4px;height:60px}.hud-element{color:#7c4dff;opacity:.6;font-family:monospace;font-size:9px;position:absolute}.top-right{top:40px;right:20px}.bottom-left{bottom:20px;left:60px}.features-section{background:#05060a;padding:100px 10%;position:relative}.section-header{justify-content:center;align-items:center;gap:20px;margin-bottom:80px;display:flex}.technical-line{background:linear-gradient(90deg,#0000,#7c4dff);width:100px;height:1px}.feature-card{background:#ffffff05;border:1px solid #ffffff0d;padding:40px;transition:all .4s;position:relative;overflow:hidden}.feature-card:hover{background:#7c4dff08;border-color:#7c4dff}.feature-glow{opacity:0;background:radial-gradient(circle at 100% 0,#7c4dff1a,#0000 70%);width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.feature-card:hover .feature-glow{opacity:1}.feature-icon{color:#7c4dff;margin-bottom:24px}.feature-card h3{letter-spacing:2px;margin-bottom:16px;font-size:20px}.mockup-line.medium{width:70%}.mockup-grid{gap:12px;margin-top:20px;display:flex}.grid-item{background:#5865f21a;border:1px dashed #5865f24d;border-radius:12px;flex:1;height:80px}.glow-sphere{z-index:-1;filter:blur(40px);background:radial-gradient(circle,#5865f233,#0000 70%);width:400px;height:400px;position:absolute;top:50%;right:-50px;transform:translateY(-50%)}.features-section{text-align:center;max-width:1400px;margin:0 auto;padding:100px 80px}.section-title{margin-bottom:60px;font-size:48px;font-weight:800}.features-grid{flex-wrap:wrap;justify-content:center;gap:30px;display:flex}.feature-card{text-align:left;background:#ffffff05;border:1px solid #ffffff0d;border-radius:24px;width:300px;padding:40px;transition:transform .3s,background .3s}.feature-card:hover{background:#ffffff0a;border-color:#5865f24d;transform:translateY(-10px)}.feature-icon{color:#5865f2;background:#5865f21a;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;display:flex}.feature-card h3{margin-bottom:12px;font-size:24px}.feature-card p{color:#b5bac1;line-height:1.6}.landing-footer{z-index:10;background:#020305;border-top:1px solid #ffffff0d;padding:80px 10%;position:relative}.footer-content{justify-content:space-between;align-items:flex-start;max-width:1400px;margin:0 auto;display:flex}.footer-left{flex-direction:column;gap:16px;display:flex}.footer-logo{letter-spacing:2px;align-items:center;gap:12px;font-size:20px;font-weight:800;display:flex}.footer-logo img{width:32px;height:32px}.footer-tagline{color:#5c6066;max-width:300px;font-size:14px}.footer-right{flex-direction:column;align-items:flex-end;gap:12px;display:flex}.status-badge{color:#00e676;background:#00e6760d;border-radius:4px;align-items:center;gap:8px;padding:6px 12px;font-family:monospace;font-size:11px;display:flex}.status-dot-active{background:#00e676;border-radius:50%;width:6px;height:6px;animation:2s infinite pulse-dot;box-shadow:0 0 8px #00e676}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.copyright{color:#5c6066;letter-spacing:1px;font-size:11px}@media (width<=768px){.landing-nav{padding:20px}.nav-links{display:none}.hero{text-align:center;flex-direction:column;gap:40px;padding:60px 20px}.hero-title{font-size:48px}.hero-actions{flex-direction:column;width:100%}.hero-visual-container{justify-content:center;width:100%;margin-top:40px;display:flex}.cyber-mockup{aspect-ratio:4/3;width:90vw;height:auto;transform:none}.features-section{padding:60px 20px}.footer-content{text-align:center;flex-direction:column;align-items:center;gap:32px}.footer-right{align-items:center}}html{scroll-behavior:smooth}.security-section{background:radial-gradient(circle at 0,#7c4dff0d,#0000 60%);border-top:1px solid #ffffff05;padding:120px 10%;position:relative}.security-container{align-items:center;gap:80px;max-width:1400px;margin:0 auto;display:flex}.security-visual{flex:1;justify-content:center;display:flex;position:relative}.shield-vortex{justify-content:center;align-items:center;width:300px;height:300px;display:flex;position:relative}.shield-icon-glow{color:#7c4dff;filter:drop-shadow(0 0 20px #7c4dff);z-index:5;animation:4s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.vortex-ring{border:1px solid #7c4dff33;border-radius:50%;animation:10s linear infinite rotate;position:absolute}.vortex-ring.r1{border-style:dashed;width:300px;height:300px;animation-duration:15s}.vortex-ring.r2{border-style:dotted;width:220px;height:220px;animation-duration:10s}.vortex-ring.r3{border-color:#7c4dff;width:140px;height:140px;animation-duration:5s}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.security-info{flex:1}.security-desc{color:#949ba4;margin:24px 0 40px;font-size:18px;line-height:1.6}.security-list{flex-direction:column;gap:16px;list-style:none;display:flex}.security-list li{letter-spacing:1px;color:#fff;align-items:center;gap:16px;font-weight:700;display:flex}.security-list li span{color:#7c4dff;font-family:monospace}.protocol-section{text-align:center;background:#020205;padding:120px 10%}.protocol-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;max-width:1400px;margin:80px auto;display:grid}.protocol-item{text-align:left;background:#ffffff05;border:1px solid #ffffff0d;padding:32px}.protocol-label{color:#5c6066;letter-spacing:2px;margin-bottom:8px;font-family:monospace;font-size:11px}.protocol-value{color:#fff;margin-bottom:16px;font-size:20px;font-weight:800}.protocol-bar{background:#ffffff0d;height:4px;position:relative;overflow:hidden}.protocol-bar .fill{background:#7c4dff;height:100%;position:absolute;box-shadow:0 0 10px #7c4dff}.protocol-footer-text{color:#5c6066;letter-spacing:1px;max-width:600px;margin:0 auto;font-family:monospace;font-size:12px;line-height:1.8}@media (width<=768px){.landing-nav{padding:20px 5%}.nav-links{display:none}.hero{text-align:center;flex-direction:column;gap:40px;min-height:auto;padding:60px 5%}.hero-content{flex-direction:column;align-items:center;display:flex}.hero-title{margin-bottom:20px;font-size:38px;line-height:1.1}.hero-subtitle{margin:0 auto 32px;padding:0 10px;font-size:15px}.hero-actions{flex-direction:column;gap:12px;width:100%}.cyber-btn-primary,.cyber-btn-secondary{justify-content:center;width:100%;padding:16px 24px;font-size:14px}.hero-stats{justify-content:center;gap:15px;width:100%;margin-top:40px;padding-top:30px}.stat-item{flex:1}.stat-value{font-size:18px}.cyber-mockup{width:100%;height:260px;margin-top:20px;transform:none}.features-section{padding:60px 5%}.features-grid{gap:20px}.feature-card{width:100%;padding:30px}.section-title{margin-bottom:40px;font-size:32px}.security-container{text-align:center;flex-direction:column;gap:40px}.security-list li{justify-content:center}.shield-vortex,.vortex-ring.r1{width:180px;height:180px}.vortex-ring.r2{width:130px;height:130px}.vortex-ring.r3{width:90px;height:90px}.protocol-section{padding:60px 5%}.protocol-grid{grid-template-columns:1fr}.glitch-text:after{filter:blur(1px);opacity:.3}}.message-item{background:#ffffff05;border:1px solid #0000;margin-bottom:8px;transition:all .3s;border-radius:16px!important;padding:16px!important}.message-item:hover{border-color:var(--glass-border);transform:translate(4px);background:#ffffff0a!important}.message-item.mentioned{border-left:4px solid var(--brand)!important;background:#7c4dff0d!important}.msg-author{color:var(--brand)!important;font-weight:700!important}.msg-avatar{border:2px solid var(--glass-border);box-shadow:0 4px 12px #0003}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#fff3}.action-btn{border:1px solid var(--glass-border);background:#ffffff0d;border-radius:12px;padding:8px;transition:all .2s}.action-btn:hover{background:var(--brand);box-shadow:var(--glow-primary);transform:translateY(-2px);color:#fff!important}.primary-btn{box-shadow:var(--glow-primary);background:var(--brand)!important;border:none!important;border-radius:12px!important;transition:all .3s!important}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 0 30px #7c4dff80}.sidebar-header{letter-spacing:1px;color:#fff;text-transform:uppercase;padding:24px 16px;font-size:18px;font-weight:800}.channel-item{border-radius:12px;margin:2px 8px;padding:10px 16px;transition:all .2s}.channel-item:hover,.channel-item.active{background:#ffffff0d;color:#fff!important}.channel-item.active{background:var(--brand);box-shadow:var(--glow-primary)}.voice-orb-wrapper{justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:relative}.voice-visualizer-ring{border:3px solid var(--brand);width:100%;height:100%;box-shadow:0 0 10px var(--brand);opacity:0;pointer-events:none;z-index:1;border-radius:50%;position:absolute;top:0;left:0;transform:scale(1)}.voice-visualizer-ring.active{opacity:1;animation:1.2s cubic-bezier(0,.2,.8,1) infinite ripple}@keyframes ripple{0%{opacity:1;border-width:4px;transform:scale(1)}to{opacity:0;border-width:1px;transform:scale(2.5)}}.speaking-glow{box-shadow:0 0 15px var(--brand), 0 0 30px var(--brand);transition:all .1s;transform:scale(1.05);border:2px solid #fff!important}.profile-popover-card{z-index:1002;width:340px;overflow:hidden;background:#111214!important;border:1px solid #ffffff0d!important;border-radius:12px!important;box-shadow:0 8px 32px #00000080!important}.profile-popover-card.celestial-active{background:linear-gradient(135deg,#111214 0%,#1a1025 100%)!important;border:1px solid #ff73fa66!important;box-shadow:0 12px 64px #ff73fa40!important}.profile-popover-banner{width:100%;height:105px;position:relative}.profile-popover-content{flex-direction:column;display:flex}.profile-popover-avatar-wrapper{justify-content:space-between;align-items:flex-end;margin-top:-45px;padding:0 4px;display:flex}.profile-popover-avatar{z-index:2;border:6px solid #111214;border-radius:50%;width:80px;height:80px;position:relative;box-shadow:0 4px 12px #0006}.popover-body-scroller{scrollbar-width:thin;scrollbar-color:#ffffff1a transparent}.popover-body-scroller::-webkit-scrollbar{width:4px}.popover-body-scroller::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.popover-divider{background:#ffffff0d;height:1px}.popover-section label{color:#b5bac1;text-transform:uppercase;font-size:11px;font-weight:800;display:block}.popover-input:focus{outline:none}.popover-btn{cursor:pointer;border:none;transition:filter .2s;border-radius:8px!important;font-size:12px!important;font-weight:600!important}.popover-btn:hover{filter:brightness(1.1)}.popover-btn.primary{background:var(--brand)!important;color:#fff!important}.popover-btn.secondary{color:#fff!important;background:#35373c!important}.popover-action-btn{cursor:pointer;color:#fff;background:#00000080;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.celestial-banner-shimmer{pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff1a,#0000) 0 0/200% 100%;animation:3s infinite celestial-shimmer;position:absolute;inset:0}.celestial-diamond-spin{filter:drop-shadow(0 0 5px #f5d061);animation:2s ease-in-out infinite diamond-float}@keyframes celestial-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes celestial-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes diamond-float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-4px)rotate(180deg)}}.badge-item-premium{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.badge-item-premium:hover{background:#ffffff26;transform:scale(1.1);box-shadow:0 0 10px #ffffff1a}.popover-action-btn:hover{transform:scale(1.1);background:#fff3!important}.nav-link{color:#b5bac1;cursor:pointer;background:0 0;border:none;padding-bottom:8px;font-size:14px;font-weight:600;transition:color .2s;position:relative}.nav-link:hover,.nav-link.active{color:#fff}.nav-link.active:after{content:"";background:#fff;height:2px;position:absolute;bottom:-1px;left:0;right:0;box-shadow:0 0 8px #fff}.full-profile-modal.celestial-active:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% -20%,#ff73fa1a,#0000 50%);position:absolute;inset:0}.celestial-active .popover-name,.celestial-active h2,.celestial-active h3{background:linear-gradient(90deg,#fff,#f5d061,#e6a323,#f5d061,#fff) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:3s linear infinite shine;display:inline-block}.full-profile-modal.celestial-active{position:relative;overflow:hidden}.full-profile-modal.celestial-active:after{content:"";pointer-events:none;z-index:5;background:linear-gradient(45deg,#0000 45%,#ffffff0d 50%,#0000 55%);width:200%;height:200%;animation:6s linear infinite holo-sweep;position:absolute;top:-50%;left:-50%}@keyframes holo-sweep{0%{transform:translate(-20%,-20%)}to{transform:translate(20%,20%)}}.profile-settings-container{animation:.3s ease-out fade-in}.profile-settings-left .field-group label,.profile-settings-right label{color:#b5bac1;letter-spacing:.02em;font-size:12px;font-weight:800}.celestial-upgrade-btn:hover{filter:brightness(1.1);transform:translateY(-1px)}.celestial-upgrade-btn:active{transform:translateY(0)}.save-bar{animation:.3s ease-out slide-up}.discord-switch{cursor:pointer;background:#4e5058;border-radius:14px;width:40px;height:24px;transition:background .2s;position:relative}.discord-switch.active{background:#23a55a}.discord-switch .switch-handle{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:3px;left:3px}.discord-switch.active .switch-handle{transform:translate(16px)}.celestial-bg-animation{pointer-events:none;background:radial-gradient(circle,#ff73fa26,#0000 70%);animation:10s ease-in-out infinite alternate celestial-pulse}@keyframes celestial-pulse{0%{opacity:.2;transform:scale(1)translate(-10%,-10%)}to{opacity:.5;transform:scale(1.4)translate(10%,10%)}}.celestial-aura-ring{opacity:.8;filter:blur(6px);z-index:1;background:conic-gradient(#f5d061,#e6a323,#f5d061,#e6a323,#f5d061);border-radius:50%;animation:4s linear infinite celestial-rotate,2s ease-in-out infinite alternate aura-glow;position:absolute;inset:-10px}@keyframes aura-glow{0%{opacity:.6;filter:blur(6px);transform:scale(1)}to{opacity:.9;filter:blur(10px);transform:scale(1.05)}}.celestial-banner-shimmer{pointer-events:none;z-index:2;background:linear-gradient(135deg,#0000 40%,#fff3 50%,#0000 60%) 0 0/300% 300%;animation:4s infinite celestial-shimmer-diag;position:absolute;inset:0}@keyframes celestial-shimmer-diag{0%{background-position:-150% -150%}to{background-position:150% 150%}}.badge-pill{cursor:default;transition:all .2s}.badge-pill:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d;background:#ffffff1a!important}.full-profile-modal .nav-link{color:#b5bac1;cursor:pointer;background:0 0;border:none;height:100%;padding:0 16px;font-size:14px;font-weight:600;transition:color .2s;position:relative}.full-profile-modal .nav-link:hover,.full-profile-modal .nav-link.active{color:#fff}.full-profile-modal .nav-link.active:after{content:"";background:#fff;height:2px;position:absolute;bottom:0;left:16px;right:16px;box-shadow:0 0 10px #fff}.settings-container{z-index:2000!important;background:#313338!important;border-radius:0!important;width:100vw!important;max-width:none!important;height:100vh!important;animation:.2s ease-out settings-fade-in!important;display:flex!important;position:fixed!important;top:0!important;left:0!important;overflow:hidden!important}@keyframes settings-fade-in{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.settings-sidebar{background:#2b2d31!important;flex-direction:column!important;width:280px!important;height:100%!important;padding:60px 6px 60px 100px!important;display:flex!important;overflow-y:auto!important}.settings-group{margin-bottom:12px}.settings-group label{color:#949ba4;text-transform:uppercase;padding:6px 10px;font-size:12px;font-weight:700}.modal-overlay.settings-layer{-webkit-backdrop-filter:none;backdrop-filter:none;background:#313338}.settings-container{background:#313338;border:none;border-radius:0;width:100vw;max-width:none;height:100vh;max-height:none;display:flex;overflow:hidden}.settings-sidebar{background:#2b2d31;flex-direction:column;flex-shrink:0;gap:2px;width:280px;padding:60px 6px 60px 48px;display:flex;overflow-y:auto}.settings-content{background:#313338;flex:1;justify-content:center;padding:60px 40px;display:flex;position:relative;overflow-y:auto}.settings-content-inner{width:100%;max-width:740px;margin:0}.settings-close{cursor:pointer;z-index:2001;flex-direction:column;align-items:center;gap:8px;display:flex;position:fixed;top:40px;right:40px}.close-circle{color:#b5bac1;border:2px solid #b5bac1;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.settings-close:hover .close-circle{color:#fff;background:#ffffff1a;border-color:#fff}.settings-close span{color:#b5bac1;font-size:13px;font-weight:700}.settings-item{cursor:pointer;color:#b5bac1;border-radius:4px;padding:6px 10px;font-size:16px;font-weight:500;transition:all .1s}.settings-item:hover{color:#dbdee1;background:#4e50584d}.settings-item.active{color:#fff;background:#4e505899}.settings-item.logout{color:#f23f43!important}.settings-item.logout:hover{background:#f23f431a}.settings-group label{color:#949ba4;text-transform:uppercase;margin-top:16px;margin-bottom:6px;padding:0 10px;font-size:12px;font-weight:700;display:block}.settings-separator{background:#4e50587a;height:1px;margin:8px 10px}.settings-user-header{margin-bottom:10px;padding:0 10px 20px}.user-header-card{cursor:pointer;background:#0003;border:1px solid #ffffff0d;border-radius:8px;align-items:center;gap:12px;padding:12px;transition:background .2s,transform .2s;display:flex}.user-header-card:hover{background:#ffffff0d;transform:translateY(-1px)}.user-header-card .avatar-preview{background-position:50%;background-size:cover;background-color:var(--brand);border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;width:32px;height:32px}.user-header-card .info{flex-direction:column;min-width:0;display:flex}.user-header-card .name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.user-header-card .edit-hint{color:var(--text-muted);align-items:center;gap:4px;font-size:11px;display:flex}.settings-search-container{padding:0 10px 20px;position:relative}.settings-search-container input{color:#fff;background:#1e1f22;border:1px solid #0000;border-radius:4px;outline:none;width:100%;padding:8px 32px 8px 12px;font-size:14px;transition:border-color .2s}.settings-search-container input:focus{border-color:var(--brand)}.settings-search-container .search-icon{color:var(--text-muted);pointer-events:none;position:absolute;top:10px;right:20px}.profile-banner-promo{background:linear-gradient(135deg,#1e1f22 0%,#2b2d31 100%);border:1px solid #ffffff0d;border-radius:12px;justify-content:space-between;align-items:center;width:100%;margin-bottom:32px;padding:20px;display:flex;position:relative;overflow:hidden}.profile-banner-promo:before{content:"";pointer-events:none;background:radial-gradient(circle,#5865f21a,#0000);width:200px;height:100%;position:absolute;top:0;right:0}.promo-text h3{color:#fff;margin-bottom:6px;font-size:18px;font-weight:800}.promo-text p{color:#b5bac1;max-width:400px;font-size:13px;line-height:1.4}.promo-btn{cursor:pointer;background:#fff;border:none;border-radius:20px;flex-shrink:0;padding:8px 20px;font-size:13px;font-weight:700;transition:background .2s;color:#000!important}.promo-btn:hover{background:#dbdee1}.profile-tabs{border-bottom:1px solid #ffffff0d;gap:24px;margin-bottom:24px;display:flex}.profile-tab{color:var(--text-muted);cursor:pointer;padding:12px 0;font-size:14px;font-weight:700;transition:color .2s;position:relative}.profile-tab:hover{color:#dbdee1}.profile-tab.active{color:#fff}.profile-tab.active:after{content:"";background:var(--brand);height:2px;position:absolute;bottom:0;left:0;right:0}
