@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,system-ui,sans-serif;color:#ece9f5;background:#080711;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#080711}button,input{font:inherit}button{border:0;cursor:pointer}.brand-icon img{width:100%;height:100%;object-fit:contain}.app-shell{width:calc(100vw - 28px);height:calc(100vh - 28px);margin:14px;display:flex;overflow:hidden;border:1px solid #242035;border-radius:16px;background:#0d0b18;box-shadow:0 24px 80px #00000073}.sidebar{width:326px;flex:0 0 326px;display:flex;flex-direction:column;padding:28px 16px 18px;border-right:1px solid #252137;background:linear-gradient(180deg,#0b0a14,#090812)}.brand{display:flex;align-items:center;gap:14px;padding:0 20px 35px;font-size:23px;font-weight:700}.brand-icon{width:45px;height:45px;display:grid;place-items:center;border-radius:13px;color:#fff;background:linear-gradient(145deg,#a76bff,#6323d8);box-shadow:0 8px 25px #7c30ff47}.side-section{margin-bottom:29px;padding:0 16px}.section-label{display:block;color:#8f899f;font-size:13px;font-weight:700;letter-spacing:.04em;margin-bottom:13px}.connection-status{padding:0;display:flex;align-items:center;gap:9px;color:#b7b1c6;background:transparent;font-size:15px}.connection-status.online{color:#35d38a}.connection-status.offline{color:#9b94a8}.status-dot{width:10px;height:10px;border-radius:50%;background:currentColor}.section-heading{display:flex;justify-content:space-between;align-items:center}.section-heading .section-label{margin-bottom:13px}.icon-button{display:grid;place-items:center;color:#938da4;background:transparent;border-radius:8px;padding:8px}.icon-button:hover{color:#fff;background:#1b1728}.icon-button.small{color:#fff;padding:6px;border-radius:8px;background:linear-gradient(145deg,#8640e7,#5c22bd)}.channel{width:100%;display:flex;align-items:center;gap:13px;padding:11px 12px;margin-bottom:3px;color:#aaa4b8;border-radius:8px;background:transparent;text-align:left;font-size:16px}.channel:hover{background:#161323;color:#e6e1ef}.channel.active{color:#fff;font-weight:600;background:linear-gradient(90deg,#54209b,#432077);box-shadow:inset 0 0 0 1px #b16fff26}.online-users{display:flex;flex-direction:column;min-height:0;flex:1}.online-users-list{min-height:0;overflow-y:auto;padding-right:6px}.user-row{display:flex;align-items:center;gap:12px;padding:7px 0;color:#ddd8e5;font-size:15px}.user-row .crown{margin-left:auto;color:#aa6aff;font-size:13px}.avatar{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:50%;color:#fff;font-weight:600;font-size:18px;background:linear-gradient(145deg,#7433c8,#48218a)}.avatar.purple{background:linear-gradient(145deg,#7836c8,#4d218b)}.avatar.violet{background:linear-gradient(145deg,#9141d8,#5b26ad)}.avatar.blue{background:linear-gradient(145deg,#4167d7,#2747a5)}.avatar.pink{background:linear-gradient(145deg,#e13a89,#a9195e)}.profile{margin:auto 9px 0;padding:20px 2px 8px;border-top:1px solid #242035;display:flex;align-items:center;gap:12px}.profile .avatar{width:50px;height:50px;flex-basis:50px}.profile-info{display:flex;flex-direction:column;gap:5px;flex:1}.profile-info strong{font-size:15px}.profile-info span{color:#32d58b;font-size:13px}.profile-info i{width:7px;height:7px;display:inline-block;margin-right:5px;border-radius:50%;background:#32d58b}.chat{min-width:0;flex:1;display:flex;flex-direction:column;background:radial-gradient(circle at 70% -20%,#171029,#0c0b18 40%,#0a0913)}.chat-header{min-height:108px;padding:24px 30px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #211d31}.channel-title{display:flex;align-items:center;gap:10px}.channel-title svg{color:#91899f}.channel-title h1{margin:0;font-size:27px}.chat-header p{margin:5px 0 0 38px;color:#8e899c;font-size:15px}.header-actions{display:flex;align-items:center;gap:20px}.member-count{display:flex;align-items:center;gap:8px;color:#a96cff;font-size:15px}.messages{min-height:0;flex:1;overflow-y:auto;scrollbar-color:#7b37c8 transparent}.messages::-webkit-scrollbar{width:8px}.messages::-webkit-scrollbar-thumb{background:#7433c4;border-radius:8px}.message{display:flex;gap:18px;padding:25px 30px;border-bottom:1px solid rgba(45,40,62,.58)}.message:hover{background:#ffffff03}.message-content{min-width:0;flex:1}.message-meta{display:flex;align-items:center;gap:8px}.message-meta strong{font-size:17px}.message-meta strong.purple{color:#a862ff}.message-meta strong.violet{color:#a35dff}.message-meta strong.blue{color:#4d79ed}.message-meta strong.pink{color:#f0318a}.message-meta time{margin-left:auto;color:#7d778d;font-size:13px}.message-content p{margin:8px 0 0;color:#e5e0ea;font-size:16px;line-height:1.65;white-space:pre-wrap;word-break:break-word}.you-badge{padding:3px 7px;border-radius:5px;color:#bb8aff;background:#2a1d40;font-size:11px;font-weight:600}.composer-wrap{display:flex;gap:14px;padding:20px 30px 25px}.composer{min-width:0;flex:1;height:69px;display:flex;align-items:center;border:1px solid #2c2640;border-radius:13px;background:#121020}.composer:focus-within{border-color:#6940a1;box-shadow:0 0 0 3px #7737d31a}.composer input{min-width:0;flex:1;color:#eee9f5;background:transparent;border:0;outline:0;font-size:16px}.composer input::placeholder{color:#716c80}.composer-icon{color:#777185;background:transparent;padding:12px}.composer-icon:hover{color:#ad7bff}.send-button{width:69px;height:69px;display:grid;place-items:center;color:#fff;border-radius:13px;background:linear-gradient(145deg,#8a3fe7,#6322c5);box-shadow:0 10px 25px #6822c74d}.send-button:hover{filter:brightness(1.12);transform:translateY(-1px)}.login-page{width:100vw;height:100vh;display:grid;place-items:center;padding:20px;background:radial-gradient(circle at 50% 20%,rgba(112,48,190,.22),transparent 35%),radial-gradient(circle at 20% 80%,rgba(72,28,145,.12),transparent 30%),#080711}.login-card{width:min(430px,100%);padding:38px;border:1px solid #2b2440;border-radius:18px;background:linear-gradient(145deg,#141121fa,#0d0b17fa);box-shadow:0 30px 100px #0000008c}.login-brand{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:38px;font-size:24px;font-weight:700}.login-brand .brand-icon{width:48px;height:48px}.login-heading{text-align:center;margin-bottom:30px}.login-heading h1{margin:0;font-size:25px}.login-heading p{margin:9px 0 0;color:#898296;font-size:14px;line-height:1.5}.login-card label{display:block;margin-bottom:8px;color:#918b9f;font-size:12px;font-weight:700}.login-input{width:100%;height:50px;padding:0 14px;color:#f1edf6;outline:none;border:1px solid #302942;border-radius:9px;background:#0b0a14}.login-input:focus{border-color:#7541b8;box-shadow:0 0 0 3px #7541b81f}.login-input::placeholder{color:#625d6e}.verification-code{text-align:center;font-size:24px;font-weight:700;letter-spacing:.35em}.login-card label:not(:first-child){margin-top:16px}.login-button{width:100%;height:50px;margin-top:15px;display:flex;align-items:center;justify-content:center;gap:9px;color:#fff;border-radius:9px;background:linear-gradient(145deg,#8640df,#6126b9);box-shadow:0 10px 25px #6822c740;font-weight:600}.login-button:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px)}.login-button:disabled{cursor:not-allowed;opacity:.45}.login-button img{max-width:25px}.auth-switch{margin:22px 0 0;color:#898296;font-size:13px;text-align:center}.auth-switch button{padding:0;color:#b983ff;background:transparent;font-weight:600}.auth-switch button:hover{color:#fff}.emoji-picker{position:fixed;right:32px;bottom:105px;z-index:20}.login-note{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:22px;color:#777184;font-size:12px}.login-note .status-dot{width:7px;height:7px;color:#35d38a}.login-error{margin-top:14px;padding:10px 12px;border:1px solid #57263e;border-radius:8px;color:#f08ba9;background:#681b382e;font-size:13px;text-align:center}.runtime-error h1{margin:0 0 12px;font-size:22px;text-align:center}.runtime-error p{color:#f08ba9;line-height:1.5;text-align:center;overflow-wrap:anywhere}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#030208b8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.connection-modal{width:min(500px,calc(100vw - 40px));padding:26px;border:1px solid #302747;border-radius:16px;background:#12101f;box-shadow:0 30px 100px #0009}.modal-title{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:25px}.modal-title h2{margin:0;font-size:20px}.modal-title p{margin:5px 0 0;color:#858095;font-size:13px}.connection-modal label{display:block;margin-bottom:8px;color:#918b9f;font-size:12px;font-weight:700}.ws-input{width:100%;padding:13px 14px;color:#fff;outline:0;border:1px solid #302942;border-radius:9px;background:#0b0a14}.ws-input:focus{border-color:#7541b8}.modal-status{display:flex;align-items:center;gap:8px;margin:16px 0 23px;color:#9992a8;font-size:13px}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.secondary-button,.primary-button{padding:10px 16px;border-radius:8px;font-weight:600}.secondary-button{color:#b9b2c5;background:#211c2e}.primary-button{color:#fff;background:linear-gradient(145deg,#8640df,#6126b9)}@media(max-width:760px){.app-shell{width:100vw;height:100vh;margin:0;border-radius:0}.sidebar{width:75px;flex-basis:75px;padding:20px 9px}.brand{padding:0 0 28px;justify-content:center}.brand span,.side-section,.profile-info,.profile .icon-button{display:none}.profile{border:0;margin:auto 0 0;padding:10px 0;justify-content:center}.channel{justify-content:center;padding:12px 0}.channel span{display:none}.message{padding:20px 17px;gap:12px}.chat-header{padding:20px 17px}.chat-header p{margin-left:37px}.member-count{display:none}.composer-wrap{padding:12px 12px 15px}.send-button{width:57px;height:57px}.composer{height:57px}}
