@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@300;400;500;600;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}html,body{height:100%;width:100%;margin:0;padding:0;overflow:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#404eed;color:#fff}.App{width:100vw;height:100vh;position:relative;overflow:hidden}.app-header{position:fixed;top:0;left:0;width:100vw;z-index:1000;background:#404eedf2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease}.header-content{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.header-logo{font-family:Poppins,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:-.02em;color:#fff;cursor:pointer;transition:all .3s ease}.header-logo:hover{transform:scale(1.05)}.header-actions{display:flex;gap:1rem;align-items:center}.hero-section{min-height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(135deg,#404eed,#5865f2);overflow:hidden;padding-top:80px}.hero-content{text-align:center;z-index:2;max-width:950px;padding:0 2rem}.hero-title{font-family:Poppins,sans-serif;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:800;margin-bottom:2rem;color:#fff;letter-spacing:-.02em;line-height:1.1}.hero-description{font-family:Inter,sans-serif;font-size:clamp(1.1rem,2.5vw,1.25rem);font-weight:400;margin-bottom:3rem;opacity:.9;max-width:780px;margin-left:auto;margin-right:auto;line-height:1.625}.hero-cta{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:4rem}.hero-visual{position:absolute;bottom:-100px;right:-100px;width:600px;height:600px;z-index:1;pointer-events:none}.discord-mockup{width:100%;height:100%;background:#36393f;border-radius:8px;display:flex;box-shadow:0 8px 16px #0000003d;transform:rotate(-15deg);animation:float 6s ease-in-out infinite}.mockup-sidebar{width:72px;background:#202225;border-radius:8px 0 0 8px;padding:12px 0;display:flex;flex-direction:column;align-items:center;gap:8px}.server-icon{width:48px;height:48px;background:#36393f;border-radius:50%;transition:all .2s ease;position:relative}.server-icon.active{background:#5865f2;border-radius:16px}.server-icon.add{background:#36393f;border:2px dashed #4f545c}.server-icon.discover{background:#248046}.server-divider{width:32px;height:2px;background:#4f545c;border-radius:1px;margin:4px 0}.mockup-main{flex:1;display:flex}.channel-list{width:240px;background:#2f3136;padding:16px 8px}.channel-header{font-size:12px;font-weight:600;color:#8e9297;text-transform:uppercase;margin-bottom:8px;padding:0 8px}.channel-item{display:flex;align-items:center;padding:6px 8px;border-radius:4px;color:#96989d;font-size:14px;margin-bottom:2px;cursor:pointer}.channel-item.active{background:#393c43;color:#dcddde}.channel-hash{margin-right:6px;color:#8e9297}.chat-area{flex:1;background:#36393f;padding:16px;display:flex;flex-direction:column;gap:16px}.message{display:flex;gap:16px}.avatar{width:40px;height:40px;background:#5865f2;border-radius:50%;flex-shrink:0}.message-content{flex:1}.username{font-size:14px;font-weight:600;color:#dcddde;margin-bottom:2px}.text{font-size:14px;color:#dcddde;line-height:1.375}.typing-indicator{display:flex;align-items:center;gap:4px;padding-left:56px;color:#8e9297;font-size:14px}.typing-indicator span:not(.typing-text){width:4px;height:4px;background:#8e9297;border-radius:50%;animation:typing 1.5s ease-in-out infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}.typing-text{margin-left:8px}@keyframes float{0%,to{transform:rotate(-15deg) translateY(0)}50%{transform:rotate(-15deg) translateY(-20px)}}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.feature-showcase{min-height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;padding:6rem 2rem;position:relative}.showcase-1{background:#f6f6f6;color:#23272a}.showcase-2{background:#23272a;color:#fff}.showcase-3{background:#f6f6f6;color:#23272a}.showcase-content{display:grid;grid-template-columns:1fr 1fr;gap:6rem;max-width:1200px;width:100%;align-items:center}.showcase-content.reverse{grid-template-columns:1fr 1fr}.showcase-content.reverse .showcase-visual{order:-1}.showcase-text h2{font-family:Poppins,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:800;margin-bottom:1.5rem;letter-spacing:-.025em;line-height:1.2}.showcase-text p{font-family:Inter,sans-serif;font-size:clamp(1rem,2.5vw,1.125rem);font-weight:400;line-height:1.625;opacity:.8}.showcase-visual{display:flex;justify-content:center;align-items:center}.feature-image{width:100%;max-width:500px}.chat-interface{background:#36393f;border-radius:8px;overflow:hidden;box-shadow:0 8px 16px #0000003d}.chat-header{background:#2f3136;padding:12px 16px;border-bottom:1px solid #202225;display:flex;justify-content:space-between;align-items:center}.chat-title{font-weight:600;color:#dcddde;font-size:16px}.member-count{font-size:12px;color:#8e9297}.chat-messages{padding:16px;display:flex;flex-direction:column;gap:16px}.chat-message{display:flex;gap:12px}.message-avatar{width:32px;height:32px;background:#5865f2;border-radius:50%;flex-shrink:0}.message-body{flex:1}.message-author{font-size:14px;font-weight:600;color:#dcddde;margin-bottom:2px}.message-text{font-size:14px;color:#dcddde;line-height:1.375}.community-interface{background:#2f3136;border-radius:8px;padding:16px;box-shadow:0 8px 16px #0000003d}.community-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.community-header h3{color:#dcddde;font-size:18px;font-weight:700}.member-badge{background:#5865f2;color:#fff;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:600}.community-channels{display:flex;flex-direction:column;gap:4px}.channel-category{font-size:12px;font-weight:600;color:#8e9297;text-transform:uppercase;margin:8px 0 4px}.channel-list-item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:4px;color:#96989d;font-size:14px;cursor:pointer}.channel-list-item:hover{background:#393c43;color:#dcddde}.channel-icon{color:#8e9297}.final-cta{min-height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background:#23272a;text-align:center;padding:0 2rem}.cta-content h2{font-family:Poppins,sans-serif;font-size:clamp(2rem,6vw,3.5rem);font-weight:800;margin-bottom:1.5rem;color:#fff;letter-spacing:-.025em}.cta-content p{font-family:Inter,sans-serif;font-size:clamp(1rem,2.5vw,1.125rem);margin-bottom:3rem;opacity:.8;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.625}.btn{font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:28px;position:relative;overflow:hidden}.btn svg{flex-shrink:0}.btn-small{padding:8px 16px;font-size:14px;border-radius:20px}.btn-large{padding:16px 32px;font-size:16px;font-weight:500}.btn-primary{background:#5865f2;color:#fff}.btn-primary:hover{background:#4752c4;transform:translateY(-1px)}.btn-secondary{background:#4f545c;color:#fff}.btn-secondary:hover{background:#5d6269;transform:translateY(-1px)}.showcase-1 .btn-primary,.showcase-3 .btn-primary{background:#5865f2;color:#fff}.showcase-1 .btn-secondary,.showcase-3 .btn-secondary{background:#23272a;color:#fff}.auth-container{width:100vw;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;background:#404eed;animation:slideInUp 1.2s ease-out}.auth-form-wrapper{max-width:500px;width:100%;padding:4rem;background:#ffffff0d;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:32px;border:1px solid rgba(255,255,255,.1);box-shadow:0 30px 100px #0003}.auth-container h2{font-family:Poppins,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:3rem;letter-spacing:-.02em;text-align:center;color:#fff}.auth-form{display:flex;flex-direction:column;gap:2rem}.form-group{display:flex;flex-direction:column;gap:1rem}.form-group label{font-family:Inter,sans-serif;font-weight:500;color:#ffffffe6;font-size:clamp(.9rem,2vw,1.1rem);letter-spacing:.01em}.form-group input{font-family:Inter,sans-serif;padding:1.5rem 2rem;border:1px solid rgba(255,255,255,.15);border-radius:25px;background:#ffffff0d;color:#fff;font-size:clamp(1rem,2.5vw,1.1rem);font-weight:400;transition:all .5s ease;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.form-group input::placeholder{color:#fff6;font-weight:400}.form-group input:focus{outline:none;border-color:#fff6;background:#ffffff14;box-shadow:0 0 0 4px #ffffff0d;transform:scale(1.02)}.auth-toggle{text-align:center;margin-top:2rem;color:#fffc;font-family:Inter,sans-serif;font-size:clamp(.9rem,2vw,1rem)}.auth-toggle button{background:none;border:none;color:#ff6b6b;cursor:pointer;font-weight:600;font-family:Inter,sans-serif;text-decoration:underline;transition:all .3s ease;font-size:clamp(.9rem,2vw,1rem)}.auth-toggle button:hover{color:#ff5252;transform:scale(1.05)}.dashboard{width:100vw;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;background:#404eed;text-align:center}.dashboard h1{font-family:Poppins,sans-serif;font-size:clamp(2.5rem,8vw,5rem);font-weight:700;margin-bottom:2rem;color:#fff;letter-spacing:-.03em}.dashboard p{font-family:Inter,sans-serif;font-size:clamp(1.2rem,3vw,1.8rem);margin-bottom:3rem;opacity:.9;max-width:600px}.error-message{background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);border-radius:20px;padding:1.5rem 2rem;margin-bottom:2rem;color:#ff6b6b;font-size:clamp(.9rem,2vw,1rem);font-family:Inter,sans-serif;font-weight:500;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.field-error{color:#ff6b6b;font-size:clamp(.8rem,2vw,.9rem);font-family:Inter,sans-serif;font-weight:500;margin-top:.5rem}.loading-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#404eed;display:flex;justify-content:center;align-items:center;z-index:1000}.loading-spinner{width:80px;height:80px;border:6px solid rgba(255,255,255,.2);border-top:6px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes slideInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.showcase-content{grid-template-columns:1fr;gap:4rem;text-align:center}.showcase-content.reverse .showcase-visual{order:0}.hero-visual{display:none}}@media (max-width: 768px){.header-content{padding:1rem}.header-actions{gap:.5rem}.hero-section{padding-top:60px}.hero-cta{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.auth-form-wrapper{padding:3rem 2rem;margin:1rem}.feature-showcase{padding:4rem 1rem}.showcase-content{gap:3rem}}@media (max-width: 480px){.hero-section,.final-cta,.auth-container,.dashboard{padding:1rem}.hero-section{padding-top:60px}.auth-form-wrapper{padding:2rem 1.5rem}.header-actions .btn{padding:6px 12px;font-size:12px}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.discord-chat-container{display:flex;flex-direction:column;height:100%;background:#0f172ae6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body.light-theme .discord-chat-container{background:#fffffff2}.discord-chat-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#94a3b8;gap:24px}body.light-theme .discord-chat-loading{color:#64748b}.loading-spinner{width:40px;height:40px;border:4px solid rgba(51,65,85,.3);border-top:4px solid #6366f1;border-radius:50%;animation:spin 1s linear infinite}body.light-theme .loading-spinner{border:4px solid rgba(226,232,240,.5);border-top:4px solid #6366f1}.discord-error-banner{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:20px 28px;margin:0;font-size:16px;font-weight:700;border-radius:0}.close-error{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:12px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;transition:all .2s cubic-bezier(.4,0,.2,1)}.close-error:hover{background:#fff3;transform:scale(1.1)}.discord-messages-container{flex:1;overflow-y:auto;padding:28px 28px 0;display:flex;flex-direction:column;gap:0}.discord-no-messages{display:flex;align-items:center;justify-content:center;height:100%;color:#94a3b8;text-align:center}body.light-theme .discord-no-messages{color:#64748b}.welcome-message h3{color:#f1f5f9;font-size:32px;font-weight:900;margin:0 0 16px}body.light-theme .welcome-message h3{color:#1e293b}.welcome-message p{color:#94a3b8;font-size:18px;margin:0;font-weight:600}body.light-theme .welcome-message p{color:#64748b}.discord-message{display:flex;padding:20px 0;margin:0;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1)}.discord-message:hover{background:#33415533;margin:0 -28px;padding:20px 28px;border-radius:20px}body.light-theme .discord-message:hover{background:#e2e8f04d}.discord-message-grouped{padding:6px 0;margin-top:6px}.discord-message-grouped:hover{padding:6px 28px}.discord-message-avatar-spacer{width:52px;height:auto;flex-shrink:0;margin-right:20px}.discord-message-avatar{width:52px;height:52px;border-radius:20px;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:18px;flex-shrink:0;margin-right:20px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 6px 20px #6366f14d;border:2px solid rgba(99,102,241,.2)}body.light-theme .discord-message-avatar{box-shadow:0 6px 20px #6366f133;border:2px solid rgba(99,102,241,.1)}.discord-message-avatar img{width:100%;height:100%;object-fit:cover}.discord-message-avatar:hover{border-radius:16px;transform:scale(1.05)}.discord-message-content{flex:1;min-width:0}.discord-message-header{display:flex;align-items:baseline;gap:16px;margin-bottom:8px}.discord-username{font-weight:800;font-size:18px;color:#f1f5f9;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}body.light-theme .discord-username{color:#1e293b}.discord-username:hover{color:#6366f1;text-decoration:underline}.discord-timestamp{font-size:14px;color:#64748b;font-weight:600;margin-left:0}body.light-theme .discord-timestamp{color:#94a3b8}.discord-edited-indicator{font-size:12px;color:#64748b;font-weight:600;margin-left:0;opacity:.8}body.light-theme .discord-edited-indicator{color:#94a3b8}.discord-message-header-inline{display:inline-block;margin-bottom:8px}.discord-message-text{font-size:17px;line-height:1.6;color:#e2e8f0;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap;font-weight:600}body.light-theme .discord-message-text{color:#374151}.discord-message-input-form{padding:28px;background:#0f172acc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(51,65,85,.3)}body.light-theme .discord-message-input-form{background:#fffc;border-top:1px solid rgba(226,232,240,.5)}.discord-input-wrapper{position:relative;background:#33415566;border:2px solid rgba(51,65,85,.5);border-radius:20px;overflow:hidden;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 20px #0003}body.light-theme .discord-input-wrapper{background:#ffffffe6;border:2px solid rgba(226,232,240,.5);box-shadow:0 6px 20px #0000000d}.discord-input-wrapper:focus-within{background:#33415599;border-color:#6366f1;box-shadow:0 6px 24px #6366f14d;border-radius:24px}body.light-theme .discord-input-wrapper:focus-within{background:#fff;box-shadow:0 6px 24px #6366f133}.discord-message-input{width:100%;padding:18px 68px 18px 28px;background:transparent;border:none;color:#f1f5f9;font-size:17px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;outline:none;resize:none;box-sizing:border-box;font-weight:600}body.light-theme .discord-message-input{color:#1e293b}.discord-message-input::placeholder{color:#64748b;font-weight:600}body.light-theme .discord-message-input::placeholder{color:#94a3b8}.discord-send-button{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:48px;height:48px;border:none;background:#33415566;color:#94a3b8;font-size:18px;cursor:pointer;border-radius:16px;display:flex;align-items:center;justify-content:center;transition:all .2s cubic-bezier(.4,0,.2,1)}body.light-theme .discord-send-button{background:#e2e8f066;color:#64748b}.discord-send-button:hover:not(:disabled){background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #6366f166}.discord-send-button:disabled{opacity:.5;cursor:not-allowed}.discord-send-button svg{width:20px;height:20px;display:block}.loading-dots{animation:loadingDots 1.5s infinite}@keyframes loadingDots{0%,20%{opacity:0}50%{opacity:1}80%,to{opacity:0}}.discord-messages-container::-webkit-scrollbar{width:8px}.discord-messages-container::-webkit-scrollbar-track{background:transparent}.discord-messages-container::-webkit-scrollbar-thumb{background:#202225;border-radius:4px}.discord-messages-container::-webkit-scrollbar-thumb:hover{background:#40444b}@media (max-width: 768px){.discord-messages-container{padding:12px 12px 0}.discord-message:hover{margin:0 -12px;padding:8px 12px}.discord-message-input-form{padding:16px 12px}.discord-message-avatar{width:36px;height:36px;font-size:14px;margin-right:12px}.discord-username,.discord-message-text{font-size:14px}.discord-message-input{font-size:16px}}.discord-message-menu{position:absolute;top:-10px;right:20px;display:flex;flex-direction:column;align-items:flex-end;z-index:10;opacity:0;transition:opacity .2s ease}.discord-message:hover .discord-message-menu{opacity:1}.discord-menu-btn{background:#36393f;border:1px solid #40444b;border-radius:8px;padding:6px;cursor:pointer;color:#b9bbbe;transition:all .2s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0003}.discord-menu-btn:hover{background:#40444b;color:#dcddde;border-radius:10px}.discord-menu-dropdown{position:absolute;top:100%;right:0;background:#18191c;border:1px solid #2f3136;border-radius:8px;padding:6px 0;min-width:150px;box-shadow:0 8px 16px #0000003d;margin-top:4px}.discord-menu-item{width:100%;padding:8px 12px;background:none;border:none;color:#b9bbbe;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease}.discord-menu-item:hover{background:#4f545c;color:#fff}.discord-menu-item-danger{color:#f04747}.discord-menu-item-danger:hover{background:#f04747;color:#fff}.discord-message-edit{margin-top:4px}.discord-edit-input{width:100%;padding:8px 12px;background:#40444b;border:1px solid #72767d;border-radius:8px;color:#dcddde;font-size:16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;outline:none;transition:all .2s ease;margin-bottom:8px}.discord-edit-input:focus{border-color:#5865f2;background:#484c52;border-radius:10px}.discord-edit-actions{display:flex;gap:8px}.discord-save-btn{background:#5865f2;color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:12px;cursor:pointer;transition:all .2s ease}.discord-save-btn:hover{background:#4752c4;border-radius:8px}.discord-cancel-btn{background:transparent;color:#b9bbbe;border:none;padding:6px 12px;border-radius:6px;font-size:12px;cursor:pointer;transition:all .2s ease}.discord-cancel-btn:hover{background:#40444b;color:#dcddde;border-radius:8px}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.discord-message{animation:messageSlideIn .2s ease-out}.settings-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:28px}body.light-theme .settings-overlay{background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.settings-modal{background:#0f172af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:32px;width:100%;max-width:580px;max-height:90vh;overflow:hidden;box-shadow:0 24px 64px #0006;border:1px solid rgba(51,65,85,.3);display:flex;flex-direction:column}body.light-theme .settings-modal{background:#fffffff2;box-shadow:0 24px 64px #00000026;border:1px solid rgba(226,232,240,.5)}.settings-header{background:#0f172acc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:28px 32px;border-bottom:1px solid rgba(51,65,85,.3);display:flex;align-items:center;justify-content:space-between}body.light-theme .settings-header{background:#ffffffe6;border-bottom:1px solid rgba(226,232,240,.5)}.settings-header h2{color:#f1f5f9;font-size:28px;font-weight:900;margin:0}body.light-theme .settings-header h2{color:#1e293b}.settings-close{background:#33415566;border:none;color:#94a3b8;font-size:28px;cursor:pointer;padding:12px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:16px;transition:all .2s cubic-bezier(.4,0,.2,1)}body.light-theme .settings-close{background:#e2e8f066;color:#64748b}.settings-close:hover{background:#33415599;color:#f1f5f9;transform:scale(1.1)}body.light-theme .settings-close:hover{background:#e2e8f099;color:#1e293b}.settings-content{padding:32px;overflow-y:auto;flex:1}.settings-section{margin-bottom:40px}.settings-section:last-child{margin-bottom:0}.settings-section h3{color:#f1f5f9;font-size:20px;font-weight:800;margin:0 0 24px}.profile-picture-section{display:flex;align-items:center;gap:28px;padding:24px;background:#33415533;border-radius:16px;border:1px solid rgba(51,65,85,.3)}body.light-theme .profile-picture-section{background:#e2e8f033;border:1px solid rgba(226,232,240,.3)}.profile-picture-preview{width:96px;height:96px;border-radius:24px;overflow:hidden;flex-shrink:0;box-shadow:0 8px 24px #00000026;border:3px solid rgba(99,102,241,.2);transition:all .3s ease}.profile-picture-preview:hover{transform:scale(1.05);box-shadow:0 12px 32px #6366f14d}.profile-picture-preview img{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.profile-picture-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:40px;font-weight:800;box-shadow:0 6px 20px #6366f14d;border:2px solid rgba(99,102,241,.2);position:relative;overflow:hidden}.profile-picture-placeholder:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.profile-picture-placeholder:hover:before{left:100%}body.light-theme .profile-picture-placeholder{box-shadow:0 6px 20px #6366f133;border:2px solid rgba(99,102,241,.1)}.profile-picture-actions{display:flex;flex-direction:column;gap:20px;flex:1}.profile-picture-actions .settings-btn{position:relative;overflow:hidden;transition:all .3s ease}.profile-picture-actions .settings-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.profile-picture-actions .settings-btn:hover:before{left:100%}.theme-toggle-section{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px;background:#3341554d;border-radius:20px;border:1px solid rgba(51,65,85,.4)}body.light-theme .theme-toggle-section{background:#e2e8f04d;border:1px solid rgba(226,232,240,.4)}.theme-info{flex:1}.theme-label{font-size:18px;font-weight:800;color:#f1f5f9;margin-bottom:8px}body.light-theme .theme-label{color:#1e293b}.theme-description{font-size:14px;font-weight:600;color:#94a3b8;opacity:.9}body.light-theme .theme-description{color:#64748b}.theme-toggle-btn{position:relative;width:80px;height:44px;border:none;border-radius:24px;background:linear-gradient(135deg,#374151,#4b5563);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:inset 0 2px 8px #0000004d}.theme-toggle-btn.light-mode{background:linear-gradient(135deg,#fbbf24,#f59e0b);box-shadow:inset 0 2px 8px #0003}.toggle-slider{position:absolute;top:4px;left:4px;width:36px;height:36px;border-radius:20px;background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 12px #0000004d;transition:all .3s cubic-bezier(.4,0,.2,1);transform:translate(0)}.theme-toggle-btn.light-mode .toggle-slider{transform:translate(36px);background:linear-gradient(135deg,#f97316,#ea580c)}.toggle-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:18px;z-index:2;transition:all .3s ease}.theme-toggle-btn:hover{transform:scale(1.05);box-shadow:inset 0 2px 8px #0006,0 4px 16px #0003}.theme-toggle-btn:hover .toggle-slider{box-shadow:0 6px 16px #0006}.settings-input{width:100%;padding:20px 24px;background:#33415566;border:2px solid rgba(51,65,85,.5);border-radius:20px;color:#f1f5f9;font-size:17px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;outline:none;transition:all .2s cubic-bezier(.4,0,.2,1);box-sizing:border-box;box-shadow:0 4px 12px #0003}body.light-theme .settings-input{background:#ffffffe6;border:2px solid rgba(226,232,240,.5);color:#1e293b;box-shadow:0 4px 12px #0000000d}.settings-input:focus{border-color:#6366f1;background:#33415599;box-shadow:0 6px 24px #6366f14d;border-radius:24px}body.light-theme .settings-input:focus{background:#fff;box-shadow:0 6px 24px #6366f133}.settings-input::placeholder{color:#64748b;font-weight:600}body.light-theme .settings-input::placeholder{color:#94a3b8}.settings-hint{color:#94a3b8;font-size:15px;margin:16px 0 0;font-weight:600;opacity:.9}body.light-theme .settings-hint{color:#64748b}.settings-btn{padding:18px 28px;border:none;border-radius:20px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-width:140px;box-shadow:0 6px 20px #0003}body.light-theme .settings-btn{box-shadow:0 6px 20px #0000001a}.settings-btn:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0000004d}body.light-theme .settings-btn:hover{box-shadow:0 12px 32px #00000026}.settings-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 6px 20px #0003}body.light-theme .settings-btn:disabled{box-shadow:0 6px 20px #0000001a}.settings-btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.settings-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#5a67d8,#7c3aed)}.settings-btn-secondary{background:#33415566;color:#94a3b8;border:1px solid rgba(51,65,85,.6)}body.light-theme .settings-btn-secondary{background:#e2e8f066;color:#64748b;border:1px solid rgba(226,232,240,.6)}.settings-btn-secondary:hover:not(:disabled){background:#33415599;color:#f1f5f9}body.light-theme .settings-btn-secondary:hover:not(:disabled){background:#e2e8f099;color:#1e293b}.settings-footer{background:#0f172acc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:28px 32px;border-top:1px solid rgba(51,65,85,.3);display:flex;justify-content:flex-end;gap:20px}body.light-theme .settings-footer{background:#ffffffe6;border-top:1px solid rgba(226,232,240,.5)}.settings-error{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:20px 24px;border-radius:20px;margin-bottom:28px;font-size:16px;font-weight:700;box-shadow:0 6px 20px #ef444466}.settings-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:20px 24px;border-radius:20px;margin-bottom:28px;font-size:16px;font-weight:700;box-shadow:0 6px 20px #10b98166}@media (max-width: 768px){.settings-overlay{padding:20px}.settings-modal{border-radius:28px}.settings-header{padding:24px 28px}.settings-content{padding:28px}.settings-footer{padding:24px 28px}.profile-picture-section{flex-direction:column;align-items:flex-start;gap:24px}.profile-picture-actions{flex-direction:row;width:100%;gap:16px}}.voice-call-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;max-width:90vw;background:#0f172af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(51,65,85,.3);border-radius:20px;box-shadow:0 20px 40px #0000004d;z-index:1000;overflow:hidden}body.light-theme .voice-call-container{background:#fffffff2;border:2px solid rgba(226,232,240,.5);box-shadow:0 20px 40px #0000001a}.voice-call-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:linear-gradient(135deg,#5865f2,#4752c4);color:#fff;border-bottom:1px solid rgba(255,255,255,.1)}.voice-call-header h3{margin:0;font-size:18px;font-weight:700;display:flex;align-items:center;gap:8px}.close-btn{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:4px;border-radius:8px;transition:all .2s cubic-bezier(.4,0,.2,1);width:32px;height:32px;display:flex;align-items:center;justify-content:center}.close-btn:hover{background:#ffffff1a;transform:scale(1.1)}.voice-call-content{padding:24px}.voice-call-loading{text-align:center;padding:40px 20px}.loading-spinner{width:40px;height:40px;border:3px solid rgba(88,101,242,.3);border-top:3px solid #5865f2;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}.voice-call-loading p{color:#94a3b8;margin:0;font-size:14px}.voice-call-error{text-align:center;padding:32px 24px;background:linear-gradient(135deg,#ef44440d,#ef44441a);border:1px solid rgba(239,68,68,.2);border-radius:16px;margin-bottom:20px}.voice-call-error .error-icon{font-size:48px;margin-bottom:16px;opacity:.8}.voice-call-error h4{color:#ef4444;margin:0 0 12px;font-size:18px;font-weight:600}.voice-call-error p{color:#94a3b8;margin:0 0 8px;font-size:14px;line-height:1.5}.voice-call-error p:last-of-type{margin-bottom:24px}.voice-call-error .error-actions{margin-top:20px}.voice-call-error .btn-secondary{background:#5865f21a;color:#5865f2;border:1px solid rgba(88,101,242,.3);padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.voice-call-error .btn-secondary:hover{background:#5865f233;border-color:#5865f280;transform:translateY(-1px)}.voice-call-status{margin-bottom:24px}.connection-status{display:flex;align-items:center;gap:8px;margin-bottom:16px;padding:12px 16px;background:#33415533;border-radius:12px;font-size:14px;font-weight:600}body.light-theme .connection-status{background:#e2e8f080}.status-indicator{width:8px;height:8px;border-radius:50%;transition:all .3s ease}.status-indicator.connected{background:#10b981;box-shadow:0 0 8px #10b98180}.status-indicator.disconnected{background:#ef4444;box-shadow:0 0 8px #ef444480}.participants-list{background:#3341551a;border-radius:12px;padding:16px}body.light-theme .participants-list{background:#e2e8f04d}.participants-list h4{margin:0 0 12px;font-size:14px;font-weight:700;color:#e2e8f0}body.light-theme .participants-list h4{color:#374151}.participant{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid rgba(51,65,85,.2)}body.light-theme .participant{border-bottom:1px solid rgba(226,232,240,.3)}.participant:last-child{border-bottom:none}.participant-name{font-size:14px;font-weight:600;color:#e2e8f0}body.light-theme .participant-name{color:#374151}.mute-indicator,.speaking-indicator{display:flex;align-items:center;justify-content:center;width:16px;height:16px;margin-left:8px}.mute-indicator img,.speaking-indicator img{width:16px;height:16px;object-fit:contain}.speaking-indicator{color:#10b981}.voice-call-controls{display:flex;gap:12px;justify-content:center;padding-top:20px;border-top:1px solid rgba(51,65,85,.2)}body.light-theme .voice-call-controls{border-top:1px solid rgba(226,232,240,.3)}.control-btn{width:48px;height:48px;border:none;border-radius:12px;background:#3341554d;color:#e2e8f0;font-size:18px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;overflow:hidden}.control-btn img{width:24px;height:24px;object-fit:contain}body.light-theme .control-btn{background:#e2e8f080;color:#374151}.control-btn:hover:not(:disabled){background:#5865f24d;transform:scale(1.05);box-shadow:0 4px 12px #5865f24d}body.light-theme .control-btn:hover:not(:disabled){background:#5865f233}.control-btn:disabled{opacity:.5;cursor:not-allowed}.control-btn.muted{background:#ef44444d;color:#ef4444}.control-btn.muted:hover:not(:disabled){background:#ef444466;box-shadow:0 4px 12px #ef44444d}.control-btn.deafened{background:#ef44444d;color:#ef4444}.control-btn.deafened:hover:not(:disabled){background:#ef444466;box-shadow:0 4px 12px #ef44444d}.control-btn.leave-btn{background:#ef44444d;color:#ef4444;width:auto;padding:0 16px;font-size:14px;font-weight:600}.control-btn.leave-btn:hover{background:#ef444466;box-shadow:0 4px 12px #ef44444d}@media (max-width: 480px){.voice-call-container{width:95vw;max-width:350px}.voice-call-header{padding:16px 20px}.voice-call-header h3{font-size:16px}.voice-call-content{padding:20px}.voice-call-controls{gap:8px}.control-btn{width:44px;height:44px;font-size:16px}.control-btn.leave-btn{padding:0 12px;font-size:13px}}.server-management-modal{width:100vw;height:100vh;background:#36393f;border-radius:0;padding:0;overflow:hidden;display:flex;flex-direction:column;position:fixed;top:0;left:0;z-index:1000}.modal-header{background:#2f3136;padding:24px 32px;border-bottom:1px solid #202225;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #00000026}.modal-header h2{color:#dcddde;font-size:28px;font-weight:700;margin:0;display:flex;align-items:center;gap:16px}.close-btn{background:none;border:none;color:#8e9297;font-size:32px;cursor:pointer;padding:12px;border-radius:12px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:48px;height:48px}.close-btn:hover{background:#40444b;color:#dcddde;transform:scale(1.05)}.settings-tabs{display:flex;height:100%;overflow:hidden}.tab-nav{width:320px;background:#2f3136;border-right:1px solid #202225;padding:32px 0;display:flex;flex-direction:column;gap:12px}.tab-btn{background:none;border:none;color:#8e9297;padding:16px 32px;text-align:left;cursor:pointer;transition:all .2s ease;font-size:16px;font-weight:600;display:flex;align-items:center;gap:16px;border-radius:0 16px 16px 0;margin-right:16px}.tab-btn:hover{background:#40444b;color:#dcddde}.tab-btn.active{background:#5865f2;color:#fff}.tab-content-area{flex:1;padding:40px 48px;overflow-y:auto;background:linear-gradient(135deg,#36393f,#2f3136)}.settings-section{margin-bottom:32px}.settings-section h3{color:#dcddde;font-size:24px;font-weight:700;margin-bottom:32px;padding-bottom:12px;border-bottom:2px solid #5865f2;display:inline-block}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.form-group label{color:#dcddde;font-size:14px;font-weight:600;margin-bottom:8px;display:block}.form-group input,.form-group textarea,.form-group select{width:100%;background:#40444b;border:1px solid #202225;border-radius:12px;padding:12px 16px;color:#dcddde;font-size:14px;transition:all .2s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#5865f2;box-shadow:0 0 0 2px #5865f233}.form-group textarea{min-height:80px;resize:vertical}.server-icon-section{display:flex;align-items:center;gap:20px;padding:20px;background:#40444b;border-radius:12px}.server-icon-preview{width:80px;height:80px;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#5865f2}.server-icon-placeholder{color:#fff;font-size:24px;font-weight:600}.btn{background:linear-gradient(135deg,#5865f2,#4752c4);color:#fff;border:none;border-radius:16px;padding:14px 24px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:10px;box-shadow:0 4px 16px #5865f240;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.btn:hover:before{left:100%}.btn:hover{background:linear-gradient(135deg,#4752c4,#3b47a8);transform:translateY(-2px);box-shadow:0 8px 24px #5865f266}.btn:active{transform:translateY(-1px)}.btn.btn-sm{padding:8px 12px;font-size:12px}.btn.btn-secondary{background:#40444b;color:#dcddde}.btn.btn-secondary:hover{background:#4f545c}.btn.btn-danger{background:#ed4245}.btn.btn-danger:hover{background:#d83c3e}.roles-list,.categories-list,.members-list{display:flex;flex-direction:column;gap:12px}.role-card,.category-card,.member-card{background:linear-gradient(135deg,#40444b,#484b51);border-radius:16px;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease;border:1px solid transparent;box-shadow:0 4px 12px #00000026}.role-card:hover,.category-card:hover,.member-card:hover{background:linear-gradient(135deg,#484b51,#4f545c);transform:translateY(-2px);border-color:#5865f2;box-shadow:0 8px 24px #5865f226}.role-info,.category-info,.member-info{flex:1}.role-name,.category-name,.member-name{color:#dcddde;font-size:16px;font-weight:600;margin-bottom:4px;display:flex;align-items:center;gap:8px}.role-details,.category-details{color:#8e9297;font-size:12px}.role-actions,.category-actions{display:flex;gap:8px}.member-roles{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.role-checkbox{display:flex;align-items:center;gap:6px;color:#dcddde;font-size:12px;cursor:pointer;padding:4px 8px;border-radius:8px;background:#36393f;transition:all .2s ease}.role-checkbox:hover{background:#40444b}.role-checkbox input{width:auto;margin:0}.owner-badge{background:#faa61a;color:#000;padding:2px 8px;border-radius:6px;font-size:10px;font-weight:600;margin-left:8px}.permissions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.channel-permissions-card{background:#40444b;border-radius:12px;padding:20px}.channel-permissions-card h4{color:#dcddde;font-size:16px;font-weight:600;margin-bottom:16px;display:flex;align-items:center;gap:8px}.permission-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #36393f}.permission-row:last-child{border-bottom:none}.permission-toggles{display:flex;gap:12px}.permission-toggles label{display:flex;align-items:center;gap:4px;color:#8e9297;font-size:12px;cursor:pointer}.permission-toggles input{width:auto;margin:0}.checkbox-label{display:flex!important;align-items:center;gap:8px;color:#dcddde!important;font-size:14px!important;cursor:pointer;margin-bottom:0!important;font-weight:400!important}.checkbox-label input{width:auto!important;margin:0!important}.modal-buttons{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid #40444b}.modal-buttons button{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.modal-buttons button[type=button]{background:#40444b;color:#dcddde;border:none}.modal-buttons button[type=button]:hover{background:#4f545c}.modal-buttons button[type=submit]{background:#5865f2;color:#fff;border:none}.modal-buttons button[type=submit]:hover{background:#4752c4}.error-message{background:#ed42451a;border:1px solid #ed4245;color:#ed4245;padding:12px 16px;border-radius:8px;margin:16px 24px;font-size:14px}.success-message{background:#43b5811a;border:1px solid #43b581;color:#43b581;padding:12px 16px;border-radius:8px;margin:16px 24px;font-size:14px}@media (max-width: 1024px){.tab-nav{width:280px}.tab-content-area{padding:32px 40px}}@media (max-width: 768px){.server-management-modal{width:100vw;height:100vh}.settings-tabs{flex-direction:column}.tab-nav{width:100%;flex-direction:row;padding:20px;border-right:none;border-bottom:1px solid #202225;overflow-x:auto;gap:8px}.tab-btn{white-space:nowrap;border-radius:12px;margin:0;padding:12px 20px;font-size:14px}.tab-content-area{padding:24px}.permissions-grid{grid-template-columns:1fr}.server-icon-section{flex-direction:column;text-align:center}.modal-header{padding:20px 24px}.modal-header h2{font-size:24px}}.context-menu-container{position:relative}.context-menu-overlay{position:fixed;inset:0;z-index:99999998;background-color:transparent}.context-menu{min-width:200px;background-color:#2a2d34;border:1px solid #404249;border-radius:12px;box-shadow:0 8px 24px #0000004d;padding:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:relative;z-index:99999999}.context-menu-item{display:flex;align-items:center;padding:12px 16px;margin:2px 0;border-radius:8px;cursor:pointer;transition:all .15s ease;color:#dcddde;gap:12px;-webkit-user-select:none;user-select:none}.context-menu-item:hover:not(.disabled){background-color:#404249;color:#fff}.context-menu-item.disabled{color:#6a6f77;cursor:not-allowed;opacity:.5}.context-menu-item.danger{color:#ed4245}.context-menu-item.danger:hover:not(.disabled){background-color:#ed4245;color:#fff}.context-menu-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0}.context-menu-icon svg{width:16px;height:16px}.context-menu-text{flex:1;font-weight:500}.context-menu-shortcut{font-size:12px;color:#8e9297;font-weight:400}.context-menu{animation:contextMenuSlideIn .15s ease-out}@keyframes contextMenuSlideIn{0%{opacity:0;transform:scale(.95) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}.context-menu-divider{height:1px;background-color:#404249;margin:6px 8px}.server-context-menu .context-menu{min-width:180px}.channel-context-menu .context-menu{min-width:160px}.discord-layout{display:flex;width:100vw;height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b);color:#f1f5f9;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden;position:fixed;top:0;left:0;padding:12px;gap:12px}body.light-theme .discord-layout{background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#1e293b}.server-sidebar{width:88px;background:#0f172ae6;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);display:flex;flex-direction:column;align-items:center;padding:28px 0;border-radius:32px;box-shadow:0 16px 48px #00000080;border:1px solid rgba(51,65,85,.4);position:relative;overflow:hidden}.server-sidebar:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#6366f11a,#8b5cf61a);pointer-events:none}.hanasu-logo{width:48px;height:48px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1)}.hanasu-logo img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(99,102,241,.3))}.hanasu-logo:hover{transform:scale(1.1)}.hanasu-logo:hover img{filter:drop-shadow(0 6px 16px rgba(99,102,241,.5))}body.light-theme .server-sidebar{background:#ffffffe6;box-shadow:0 12px 40px #0000001a;border:1px solid rgba(226,232,240,.5)}body.light-theme .hanasu-logo img{filter:drop-shadow(0 4px 12px rgba(99,102,241,.2))}body.light-theme .hanasu-logo:hover img{filter:drop-shadow(0 6px 16px rgba(99,102,241,.4))}.server-list{display:flex;flex-direction:column;gap:24px;width:100%;align-items:center;padding:0 12px}.server-item{width:64px;height:64px;border-radius:28px;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 8px 24px #6366f14d;border:2px solid transparent}.server-item:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);opacity:0;transition:opacity .3s ease;border-radius:28px}.server-item:hover{transform:scale(1.1) translateY(-2px);box-shadow:0 16px 40px #6366f180;border-color:#ffffff4d}.server-item:hover:before{opacity:1}body.light-theme .server-item:hover{border-color:#1e293b1a}.server-item.active{border-radius:20px;transform:translateY(-2px);box-shadow:0 16px 48px #6366f180;border-color:#6366f1}.server-item.active:before{content:"";position:absolute;left:-8px;top:50%;transform:translateY(-50%);width:6px;height:40px;background:linear-gradient(180deg,#6366f1,#8b5cf6);border-radius:0 6px 6px 0}.server-item.dm-button{background:linear-gradient(135deg,#10b981,#059669);border-radius:28px}.server-item.add-server{background:#33415599;border:2px dashed #64748b}body.light-theme .server-item.add-server{background:#e2e8f099;border:2px dashed #94a3b8}.server-item.add-server:hover{background:linear-gradient(135deg,#10b981,#059669);border-color:#10b981}.server-icon{font-size:20px;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;width:100%;height:100%}.server-icon img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.server-separator{width:48px;height:4px;background:linear-gradient(90deg,#64748b,#475569);border-radius:4px;margin:12px 0}body.light-theme .server-separator{background:linear-gradient(90deg,#94a3b8,#cbd5e1)}.channel-sidebar{width:280px;background:#0f172af2;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);display:flex;flex-direction:column;border-radius:32px;box-shadow:0 16px 48px #00000080;border:1px solid rgba(51,65,85,.4);margin-right:0;position:relative;overflow:hidden}.channel-sidebar:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#6366f10d,#8b5cf60d);pointer-events:none}body.light-theme .channel-sidebar{background:#ffffffe6;box-shadow:0 12px 40px #0000001a;border:1px solid rgba(226,232,240,.5)}.sidebar-header{height:80px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(51,65,85,.4);border-top-left-radius:32px;border-top-right-radius:32px;background:#0f172ae6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative;z-index:1}body.light-theme .sidebar-header{background:#ffffffe6;border-bottom:1px solid rgba(226,232,240,.5)}.server-name{font-size:20px;font-weight:800;color:#f1f5f9;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:16px}body.light-theme .server-name{color:#1e293b}.server-settings-gear{background:none;border:none;color:#94a3b8;cursor:pointer;padding:12px;border-radius:16px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;flex-shrink:0}body.light-theme .server-settings-gear{color:#475569}.server-settings-gear:hover{background:#33415580;color:#f1f5f9;transform:scale(1.1)}body.light-theme .server-settings-gear:hover{background:#e2e8f080;color:#1e293b}.header-actions{display:flex;gap:12px}.header-btn{width:40px;height:40px;border:none;background:none;border-radius:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:all .2s cubic-bezier(.4,0,.2,1)}body.light-theme .header-btn{color:#475569}.header-btn:hover{background:#33415580;color:#f1f5f9;transform:scale(1.1)}body.light-theme .header-btn:hover{background:#e2e8f080;color:#1e293b}.channel-list{flex:1;padding:28px 20px;overflow-y:auto}body.light-theme .channel-list{background:#ffffffe6;box-shadow:0 12px 40px #0000001a}.channel-category{margin-bottom:36px}.category-header{display:flex;align-items:center;justify-content:space-between;padding:0 20px;margin-bottom:20px;cursor:pointer;transition:all .2s ease}.category-header.clickable:hover{background:#33415533;border-radius:8px}.category-info{display:flex;align-items:center;gap:8px}.category-arrow{font-size:12px;color:#94a3b8;transition:transform .2s ease}.category-arrow.collapsed{transform:rotate(-90deg)}.category-actions{display:flex;gap:4px;opacity:0;transition:opacity .2s ease}.category-header:hover .category-actions{opacity:1}.category-name{font-size:14px;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em}body.light-theme .category-name{color:#475569}.channel-item{display:flex;align-items:center;padding:16px 20px;margin:6px 0;border-radius:16px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);color:#94a3b8;font-weight:600}body.light-theme .channel-item{color:#475569}.channel-item:hover{background:#33415566;color:#f1f5f9;border-radius:20px;transform:translate(8px) scale(1.02);box-shadow:0 4px 16px #0003}body.light-theme .channel-item:hover{background:#e2e8f080;color:#1e293b}.channel-item.active{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-radius:20px;box-shadow:0 6px 20px #6366f166}.channel-icon{width:24px;height:24px;margin-right:16px;display:flex;align-items:center;justify-content:center;font-size:18px}.channel-name{font-size:16px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dm-list{padding:0 16px}.dm-item{display:flex;align-items:center;padding:16px;margin:6px 0;border-radius:16px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);color:#94a3b8}body.light-theme .dm-item{color:#475569}.dm-item:hover{background:#3341554d;color:#f1f5f9;border-radius:20px}body.light-theme .dm-item:hover{background:#e2e8f080;color:#1e293b}.dm-item.active{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:20px;box-shadow:0 6px 20px #10b98166}.dm-avatar{width:44px;height:44px;border-radius:16px;margin-right:16px;display:flex;align-items:center;justify-content:center;font-size:18px;background:linear-gradient(135deg,#6366f1,#8b5cf6);position:relative;box-shadow:0 4px 16px #0003}.status-indicator{position:absolute;bottom:-2px;right:-2px;width:16px;height:16px;border-radius:50%;border:3px solid rgba(15,23,42,.9)}.status-indicator.online{background-color:#10b981}.status-indicator.offline{background-color:#64748b}.dm-name{font-size:16px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-panel{height:80px;background:#0f172acc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;align-items:center;padding:0 24px;border-top:1px solid rgba(51,65,85,.3);border-bottom-left-radius:28px;border-bottom-right-radius:28px;gap:16px}body.light-theme .user-panel{background:#ffffffe6;box-shadow:0 12px 40px #0000001a;border-top:1px solid rgba(226,232,240,.5)}.user-info{display:flex;align-items:center;flex:1;min-width:0}.user-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 12px #6366f14d;border:2px solid rgba(99,102,241,.2);position:relative}body.light-theme .user-avatar{box-shadow:0 4px 12px #6366f133;border:2px solid rgba(99,102,241,.1)}.user-avatar img{width:100%;height:100%;object-fit:cover}.user-avatar-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;font-weight:700;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;text-shadow:0 2px 4px rgba(0,0,0,.3)}.user-details{flex:1;min-width:0}.username{font-size:18px;font-weight:800;color:#f1f5f9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}body.light-theme .username{color:#1e293b}.user-status{font-size:14px;color:#10b981;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:700}body.light-theme .user-status{color:#059669}.user-controls{display:flex;gap:12px}.user-btn{width:44px;height:44px;border:none;background:#33415566;border-radius:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:16px}body.light-theme .user-btn{color:#475569}.user-btn:hover{background:#33415599;color:#f1f5f9;transform:scale(1.1)}body.light-theme .user-btn:hover{background:#e2e8f080;color:#1e293b}.main-chat{flex:1;display:flex;flex-direction:column;background:#0f172af2;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);width:100%;min-width:0;border-radius:32px;margin:0;overflow:hidden;box-shadow:0 16px 48px #00000080;border:1px solid rgba(51,65,85,.4);position:relative}.main-chat:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#6366f108,#8b5cf608);pointer-events:none}body.light-theme .main-chat{background:#ffffffe6;box-shadow:0 12px 40px #0000001a;border:1px solid rgba(226,232,240,.5)}.chat-header{height:80px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(51,65,85,.4);border-top-left-radius:32px;border-top-right-radius:32px;background:#0f172ae6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative;z-index:1}body.light-theme .chat-header{background:#ffffffe6;border-bottom:1px solid rgba(226,232,240,.5)}.chat-title{display:flex;align-items:center;font-size:20px;font-weight:800;color:#f1f5f9;gap:12px}body.light-theme .chat-title{color:#1e293b}.channel-hash{color:#94a3b8;margin-right:0;font-size:24px;font-weight:800}body.light-theme .channel-hash{color:#475569}.dm-icon{color:#10b981;margin-right:0;font-size:20px}.chat-controls{display:flex;gap:16px}.chat-btn{width:44px;height:44px;border:none;background:#33415566;border-radius:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:18px}body.light-theme .chat-btn{color:#475569}.chat-btn:hover{background:#33415599;color:#f1f5f9;transform:scale(1.1)}body.light-theme .chat-btn:hover{background:#e2e8f080;color:#1e293b}.voice-btn{color:#10b981}.voice-btn:hover{background:#10b98133;color:#10b981}body.light-theme .voice-btn{color:#059669}body.light-theme .voice-btn:hover{background:#0596691a;color:#059669}.chat-content{flex:1;overflow:hidden}@media (max-width: 768px){.discord-layout{padding:4px;gap:4px}.server-sidebar{width:70px;padding:16px 0}.channel-sidebar{width:240px}.server-item{width:48px;height:48px}.server-icon{font-size:16px}.user-panel{height:60px;padding:0 16px}.user-avatar{width:36px;height:36px}.username{font-size:14px}.user-status{font-size:12px}}@media (max-width: 480px){.discord-layout{flex-direction:column;height:100vh}.server-sidebar{width:100%;height:80px;flex-direction:row;justify-content:flex-start;padding:16px 20px;overflow-x:auto}.server-list{flex-direction:row;gap:12px}.channel-sidebar{width:100%;max-height:200px}.main-chat{flex:1;min-height:0}}.channel-list::-webkit-scrollbar{width:6px}.channel-list::-webkit-scrollbar-track{background:transparent}.channel-list::-webkit-scrollbar-thumb{background:#64748b4d;border-radius:3px}.channel-list::-webkit-scrollbar-thumb:hover{background:#64748b80}body.light-theme .channel-list::-webkit-scrollbar-thumb{background:#64748b1a}body.light-theme .channel-list::-webkit-scrollbar-thumb:hover{background:#64748b33}.discord-layout-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;text-align:center}.no-server-selected{text-align:center;color:#8e9297;padding:20px}body.light-theme .no-server-selected{color:#475569}.no-channel-selected h2{margin-bottom:16px;color:#fff}body.light-theme .no-channel-selected h2{color:#1e293b}.no-channel-selected p{color:#b9bbbe;max-width:400px}body.light-theme .no-channel-selected p{color:#64748b}.coming-soon{text-align:center;color:#8e9297;padding:20px;font-style:italic}body.light-theme .coming-soon{color:#475569}.modal-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}body.light-theme .modal-overlay{background:#0000001a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{background:#36393f;border-radius:8px;padding:32px;width:90%;max-width:440px;color:#fff;box-shadow:0 8px 32px #00000080}body.light-theme .modal{background:#f8fafc;box-shadow:0 8px 32px #0000001a}.modal h2{margin:0 0 8px;color:#fff;font-size:24px;font-weight:600}body.light-theme .modal h2{color:#1e293b}.modal p{margin:0 0 24px;color:#b9bbbe;font-size:16px}body.light-theme .modal p{color:#475569}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#b9bbbe;font-size:12px;font-weight:600;text-transform:uppercase}body.light-theme .form-group label{color:#475569}.form-group input,.form-group textarea{width:100%;padding:10px;border:none;border-radius:4px;background:#40444b;color:#fff;font-size:16px;font-family:inherit;transition:border-color .2s ease}body.light-theme .form-group input,body.light-theme .form-group textarea{background:#f8fafc;color:#1e293b}.form-group input:focus,.form-group textarea:focus{outline:none;box-shadow:0 0 0 2px #5865f2}body.light-theme .form-group input:focus,body.light-theme .form-group textarea:focus{box-shadow:0 0 0 2px #5865f2}.form-group textarea{resize:vertical;min-height:80px}.modal-buttons{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.modal-buttons button{padding:8px 16px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.modal-buttons button[type=button]{background:transparent;color:#fff}body.light-theme .modal-buttons button[type=button]{color:#475569}.modal-buttons button[type=button]:hover{background:#40444b}body.light-theme .modal-buttons button[type=button]:hover{background:#f8fafc;color:#1e293b}.modal-buttons button[type=submit]{background:#5865f2;color:#fff}.modal-buttons button[type=submit]:hover:not(:disabled){background:#4752c4}.modal-buttons button:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#f04747;color:#fff;padding:12px;border-radius:4px;margin-bottom:16px;font-size:14px}body.light-theme .error-message{background:#f04747;color:#fff}.join-server .server-icon{font-size:16px}.add-channel-btn,.add-category-btn{background:transparent;border:none;color:#b9bbbe;cursor:pointer;font-size:18px;padding:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:2px;transition:all .2s ease}body.light-theme .add-channel-btn{color:#475569}.add-channel-btn:hover{background:#40444b;color:#fff}body.light-theme .add-channel-btn:hover{background:#f8fafc;color:#1e293b}.channel-topic{color:#72767d;font-size:14px;margin-left:8px}body.light-theme .channel-topic{color:#475569}.channel-topic:before{content:"•";margin-right:8px}.server-info{margin-bottom:24px}.invite-code-display input{flex:1}.copy-btn{padding:8px 12px;background:#5865f2;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:500;transition:background .2s ease}body.light-theme .copy-btn{background:#5865f2;color:#fff}.copy-btn:hover,body.light-theme .copy-btn:hover{background:#4752c4}.danger-zone{margin-top:32px;padding:20px;border:1px solid #f04747;border-radius:8px;background:#f047471a}body.light-theme .danger-zone{background:#f047470d;border:1px solid #f04747}.danger-zone h3{color:#f04747;margin:0 0 8px;font-size:16px}body.light-theme .danger-zone h3{color:#f04747}.danger-zone p{color:#b9bbbe;margin:0 0 16px;font-size:14px}body.light-theme .danger-zone p{color:#64748b}.danger-btn{background:#f04747;color:#fff;border:none;border-radius:4px;padding:8px 16px;cursor:pointer;font-size:14px;font-weight:500;transition:background .2s ease}body.light-theme .danger-btn{background:#f04747;color:#fff}.danger-btn:hover:not(:disabled){background:#d73527}body.light-theme .danger-btn:hover:not(:disabled){background:#d73527}.delete-confirm{margin-top:16px}.delete-confirm p{color:#f04747;font-weight:500;margin-bottom:16px}body.light-theme .delete-confirm p{color:#f04747}.form-group select{width:100%;padding:10px;border:none;border-radius:4px;background:#40444b;color:#fff;font-size:16px;font-family:inherit;cursor:pointer}body.light-theme .form-group select{background:#f8fafc;color:#1e293b}.form-group select:focus{outline:none;box-shadow:0 0 0 2px #5865f2}body.light-theme .form-group select:focus{box-shadow:0 0 0 2px #5865f2}.join-server .server-icon{font-size:10px;font-weight:700;letter-spacing:.5px}.channel-icon svg,.chat-btn svg,.user-btn svg,.header-btn svg,.add-channel-btn svg{display:block;width:16px;height:16px}.user-btn svg{width:14px;height:14px}.add-channel-btn svg{width:12px;height:12px}.w-3{width:12px}.h-3{height:12px}.w-4{width:16px}.h-4{height:16px}.server-settings-modal{max-width:600px;max-height:80vh;overflow-y:auto}.settings-section{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #40444b}body.light-theme .settings-section{border-bottom:1px solid #cbd5e1}.settings-section:last-of-type{border-bottom:none}.settings-section h3{color:#fff;font-size:18px;font-weight:600;margin-bottom:16px}body.light-theme .settings-section h3{color:#1e293b}.server-icon-section{display:flex;align-items:center;gap:20px;margin-bottom:16px}.server-icon-preview{width:80px;height:80px;border-radius:16px;overflow:hidden;flex-shrink:0;background:#5865f2;display:flex;align-items:center;justify-content:center}body.light-theme .server-icon-preview{background:#5865f2}.server-icon-preview img{width:100%;height:100%;object-fit:cover}.server-icon-placeholder{color:#fff;font-size:24px;font-weight:600;text-align:center}body.light-theme .server-icon-placeholder{color:#1e293b}.server-icon-actions{display:flex;flex-direction:column;gap:12px}.settings-btn{padding:10px 20px;border:none;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body.light-theme .settings-btn{background:#f8fafc;color:#1e293b}.settings-btn:hover{border-radius:12px}body.light-theme .settings-btn:hover{background:#f8fafc;color:#1e293b}.settings-btn:disabled{opacity:.6;cursor:not-allowed}.settings-btn-primary{background:#5865f2;color:#fff}.settings-btn-primary:hover:not(:disabled){background:#4752c4}.settings-btn-secondary,body.light-theme .settings-btn-secondary{background:#4f545c;color:#fff}.settings-btn-secondary:hover:not(:disabled){background:#5d6269}body.light-theme .settings-btn-secondary:hover:not(:disabled){background:#5d6269}.invite-codes-list{margin-bottom:20px}.invite-code-item{background:#40444b;border-radius:12px;padding:16px;margin-bottom:12px}body.light-theme .invite-code-item{background:#f8fafc;border:1px solid #cbd5e1}.invite-code-info{display:flex;flex-direction:column;gap:8px}.invite-code-display{display:flex;gap:8px;align-items:center}.invite-code-display input{flex:1;background:#36393f;border:1px solid #72767d;border-radius:8px;padding:8px 12px;color:#dcddde;font-family:JetBrains Mono,monospace;font-size:14px}body.light-theme .invite-code-display input{background:#f8fafc;border:1px solid #cbd5e1;color:#1e293b}.invite-code-meta{display:flex;gap:16px;font-size:12px;color:#b9bbbe}body.light-theme .invite-code-meta{color:#475569}.generate-invite-section{background:#36393f;border-radius:12px;padding:16px}body.light-theme .generate-invite-section{background:#f8fafc;border:1px solid #cbd5e1}.success-message{background:#43b581;color:#fff;padding:12px 16px;border-radius:10px;margin-bottom:20px;font-size:14px}body.light-theme .success-message{background:#43b581;color:#fff}.discord-layout-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;text-align:center;background:#36393f;color:#fff;gap:16px}body.light-theme .discord-layout-loading{background:#f8fafc;color:#1e293b;gap:16px}.loading-spinner{width:40px;height:40px;border:4px solid #40444b;border-top:4px solid #5865f2;border-radius:50%;animation:spin 1s linear infinite}.no-channel-selected{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:40px}.empty-categories{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.empty-categories p{color:#94a3b8;font-size:14px;margin-bottom:20px}.empty-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.empty-actions .btn{padding:8px 16px;font-size:14px;border-radius:6px;border:none;cursor:pointer;transition:all .2s ease;font-weight:500}.empty-actions .btn-primary{background:#5865f2;color:#fff}.empty-actions .btn-primary:hover{background:#4752c4;transform:translateY(-1px)}.empty-actions .btn-secondary{background:#3341554d;color:#e2e8f0}.empty-actions .btn-secondary:hover{background:#33415580;transform:translateY(-1px)}.discord-auth-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.discord-auth-modal{background:#36393f;border-radius:12px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #00000080;position:relative;animation:slideIn .3s ease-out;margin:20px}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-header{padding:32px 32px 20px;text-align:center}.auth-title{font-size:24px;font-weight:600;color:#fff;margin:0 0 8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.auth-subtitle{font-size:16px;color:#b9bbbe;margin:0;line-height:1.4}.auth-error{margin:0 32px 20px;padding:16px;background:#f04747;border-radius:8px;display:flex;align-items:center;gap:12px;font-size:14px;color:#fff;animation:errorSlide .3s ease-out}@keyframes errorSlide{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.error-icon{font-size:16px;flex-shrink:0}.auth-success{margin:0 32px 20px;padding:16px;background:#43b581;border-radius:8px;display:flex;align-items:center;gap:12px;font-size:14px;color:#fff;animation:errorSlide .3s ease-out}.success-icon{font-size:16px;flex-shrink:0}.auth-form{padding:0 32px}.form-group{margin-bottom:24px}.form-label{display:block;font-size:12px;font-weight:600;color:#b9bbbe;text-transform:uppercase;letter-spacing:.02em;margin-bottom:8px}.required{color:#f04747}.form-input{width:100%;padding:12px 16px;background:#202225;border:1px solid #202225;border-radius:8px;color:#dcddde;font-size:16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:all .2s ease;box-sizing:border-box}.form-input:focus{outline:none;border-color:#5865f2;box-shadow:0 0 0 2px #5865f24d}.form-input:hover:not(:focus){border-color:#40444b}.form-input.error{border-color:#f04747}.form-input.error:focus{border-color:#f04747;box-shadow:0 0 0 2px #f047474d}.form-input::placeholder{color:#72767d}.form-input:disabled{opacity:.6;cursor:not-allowed}.field-error{font-size:14px;color:#f04747;margin-top:8px;font-style:italic}.auth-button{width:100%;padding:16px;background:#5865f2;border:none;border-radius:8px;color:#fff;font-size:16px;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer;transition:all .2s ease;margin-bottom:8px;display:flex;align-items:center;justify-content:center;min-height:52px}.auth-button:hover:not(:disabled){background:#4752c4;transform:translateY(-1px)}.auth-button:active:not(:disabled){transform:translateY(0)}.auth-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-options{display:flex;flex-direction:column;gap:8px;margin-top:8px}.forgot-password-btn,.magic-link-btn{width:100%;padding:12px;background:none;border:none;color:#00b0f4;font-size:14px;font-weight:500;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer;text-align:center;transition:all .2s ease;border-radius:6px}.forgot-password-btn:hover:not(:disabled),.magic-link-btn:hover:not(:disabled){color:#0099d4;text-decoration:underline;background:#00b0f41a}.forgot-password-btn:disabled,.magic-link-btn:disabled{opacity:.6;cursor:not-allowed}.magic-link-btn{color:#57f287}.magic-link-btn:hover:not(:disabled){color:#4ae26a;background:#57f2871a}.button-loading{display:flex;align-items:center;gap:12px}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #fff;border-radius:50%;animation:spin 1s linear infinite}.auth-footer{padding:20px 32px 32px;text-align:center;color:#b9bbbe;font-size:14px}.auth-switch-text{margin-right:8px}.auth-switch-button{background:none;border:none;color:#00b0f4;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:color .2s ease}.auth-switch-button:hover:not(:disabled){color:#0099d4;text-decoration:underline}.auth-switch-button:disabled{opacity:.6;cursor:not-allowed}.auth-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;background:none;color:#b9bbbe;font-size:16px;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.auth-close:hover:not(:disabled){background:#40444b;color:#dcddde}.auth-close:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.discord-auth-modal{margin:16px;max-width:none;border-radius:8px}.auth-header{padding:24px 24px 16px}.auth-title{font-size:20px}.auth-subtitle{font-size:14px}.auth-form{padding:0 24px}.auth-error{margin:0 24px 16px;padding:12px}.auth-footer{padding:16px 24px 24px}.form-input{font-size:16px}}.discord-auth-modal::-webkit-scrollbar{width:8px}.discord-auth-modal::-webkit-scrollbar-track{background:#2f3136}.discord-auth-modal::-webkit-scrollbar-thumb{background:#202225;border-radius:4px}.discord-auth-modal::-webkit-scrollbar-thumb:hover{background:#40444b}.verification-required{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.verification-container{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 20px 60px #0000001a;max-width:500px;width:100%;text-align:center}.verification-header h1{color:#5865f2;margin-bottom:2rem;font-size:1.8rem;font-weight:600}.verification-content{text-align:left}.verification-content p{color:#555;line-height:1.6;margin-bottom:1.5rem;font-size:1rem}.verification-actions{display:flex;flex-direction:column;gap:1rem;margin:2rem 0}.verify-btn{padding:1rem 1.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block;text-align:center}.verify-btn.primary{background:#5865f2;color:#fff}.verify-btn.primary:hover:not(:disabled){background:#4752c4;transform:translateY(-2px)}.verify-btn.primary:disabled{background:#a0a0a0;cursor:not-allowed;transform:none}.verify-btn.secondary{background:#f8f9fa;color:#666;border:2px solid #e9ecef}.verify-btn.secondary:hover{background:#e9ecef;transform:translateY(-2px)}.message{padding:1rem;border-radius:12px;margin:1.5rem 0;font-weight:500}.message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.verification-info{background:#f8f9fa;padding:2rem;border-radius:12px;margin-top:2rem}.verification-info h3{color:#5865f2;margin-bottom:1rem;font-size:1.2rem}.verification-info ul{list-style:none;padding:0;margin-bottom:1.5rem}.verification-info li{color:#666;position:relative;padding:.5rem 0 .5rem 1.5rem}.verification-info li:before{content:"✓";position:absolute;left:0;color:#5865f2;font-weight:700}.help-text{color:#888;font-size:.9rem;margin-bottom:0}@media (max-width: 600px){.verification-container{padding:2rem;margin:1rem}.verification-header h1{font-size:1.5rem}}.verification-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.verification-page-container{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 20px 60px #0000001a;max-width:500px;width:100%;text-align:center}.verification-page-content h1{color:#5865f2;margin-bottom:1.5rem;font-size:1.8rem;font-weight:600}.verification-page-content p{color:#666;line-height:1.6;margin-bottom:1.5rem;font-size:1rem}.verification-spinner{width:60px;height:60px;border:4px solid #f3f3f3;border-top:4px solid #5865f2;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 2rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.verification-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;margin:0 auto 2rem;color:#fff}.verification-icon.success{background:#28a745}.verification-icon.error{background:#dc3545}.redirect-text{color:#888;font-size:.9rem;font-style:italic;margin-bottom:2rem}.return-btn{background:#5865f2;color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block}.return-btn:hover{background:#4752c4;transform:translateY(-2px)}@media (max-width: 600px){.verification-page-container{padding:2rem;margin:1rem}.verification-page-content h1{font-size:1.5rem}}
