*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}body{background:#0b0c0f;font-family:Zen Kaku Gothic New,sans-serif;-webkit-font-smoothing:antialiased}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.82)}}.app-wrap{min-height:100dvh;width:100%;display:flex;align-items:stretch;justify-content:center;background:#0b0c0f}.app-shell{width:100%;max-width:460px;height:100dvh;display:flex;flex-direction:column;background:#111317;border-left:1px solid rgba(255,255,255,.05);border-right:1px solid rgba(255,255,255,.05);position:relative;overflow:hidden}.chat-header{flex:none;display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:#14171c;border-bottom:1px solid rgba(255,255,255,.06);z-index:2}.chat-header-left{display:flex;align-items:center;gap:9px;min-width:0}.chat-header-hash{font-family:Space Mono,monospace;font-size:18px;color:#3a4049;font-weight:700}.chat-header-name{font-size:16px;font-weight:700;color:#eef0f3;letter-spacing:.01em}.online-badge{display:flex;align-items:center;gap:7px}.online-dot{width:8px;height:8px;border-radius:99px;animation:pulseDot 2.4s ease-in-out infinite}.online-text{font-family:Space Mono,monospace;font-size:12px;color:#8a929c}.msg-list{flex:1;overflow-y:auto;padding:18px 16px 22px;display:flex;flex-direction:column}.msg-list::-webkit-scrollbar{width:6px}.msg-list::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:99px}.msg-list::-webkit-scrollbar-track{background:transparent}.msg-list-spacer{flex:1}.msg-system{display:flex;justify-content:center;margin:10px 0}.msg-system-inner{max-width:86%;text-align:center;font-size:12px;line-height:1.55;color:#717a85;background:#ffffff09;border:1px solid rgba(255,255,255,.05);padding:8px 14px;border-radius:12px}.msg-row{display:flex;gap:9px;align-items:flex-end}.msg-row--own{justify-content:flex-end}.msg-row--other{justify-content:flex-start}.msg-row--header{margin-top:15px}.msg-row--cont{margin-top:3px}.msg-avatar{flex:none;width:34px;height:34px;border-radius:99px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:#0c0d10}.msg-spacer{flex:none;width:34px}.msg-col{display:flex;flex-direction:column;max-width:74%}.msg-col--own{align-items:flex-end}.msg-col--other{align-items:flex-start}.msg-meta{display:flex;align-items:baseline;gap:7px;margin-bottom:4px;padding-left:2px}.msg-name{font-size:12px;font-weight:700}.msg-time{font-family:Space Mono,monospace;font-size:10px;color:#5b626b}.msg-time--own{font-family:Space Mono,monospace;font-size:10px;color:#5b626b;margin-bottom:4px;text-align:right;padding-right:3px}.msg-bubble{padding:9px 14px;font-size:15px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.msg-bubble--own{border-radius:18px 18px 5px;color:#0a1712;font-weight:500}.msg-bubble--other{background:#20242b;color:#e7e9ec;border-radius:18px 18px 18px 5px}.input-bar{flex:none;display:flex;align-items:center;gap:10px;padding:12px 14px 16px;background:#14171c;border-top:1px solid rgba(255,255,255,.06)}.input-field{flex:1;min-width:0;height:46px;border:1px solid rgba(255,255,255,.09);background:#1b1f25;border-radius:23px;padding:0 18px;color:#eef0f3;font-size:15px;font-family:Zen Kaku Gothic New,sans-serif;outline:none}.input-field:focus{border-color:#ffffff2e}.input-field::placeholder{color:#565d66}.send-btn{flex:none;width:46px;height:46px;border-radius:99px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .12s ease}.send-btn:active{transform:scale(.9)}.onboarding-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background:#08090bb8;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:24px}.onboarding-card{width:100%;max-width:340px;background:#191c22;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:28px 24px 24px;box-shadow:0 24px 60px #00000080}.onboarding-tag{font-family:Space Mono,monospace;font-size:11px;letter-spacing:.18em;text-transform:uppercase;margin-bottom:10px}.onboarding-title{font-size:22px;font-weight:700;color:#eef0f3;line-height:1.3;margin-bottom:6px}.onboarding-desc{font-size:13px;color:#878f99;line-height:1.6;margin-bottom:22px}.onboarding-label{font-size:12px;color:#8a929c;margin-bottom:8px}.onboarding-nick-input{width:100%;height:48px;border:1px solid rgba(255,255,255,.1);background:#0f1216;border-radius:12px;padding:0 16px;color:#eef0f3;font-size:16px;font-family:Zen Kaku Gothic New,sans-serif;outline:none;margin-bottom:20px}.onboarding-nick-input::placeholder{color:#565d66}.color-label{font-size:12px;color:#8a929c;margin-bottom:10px}.color-swatches{display:flex;gap:10px;margin-bottom:26px;flex-wrap:wrap}.color-swatch{width:34px;height:34px;border-radius:99px;cursor:pointer;border:2px solid transparent;transition:box-shadow .12s ease;padding:0}.join-btn{width:100%;height:50px;border:none;border-radius:13px;font-size:16px;font-weight:700;font-family:Zen Kaku Gothic New,sans-serif;transition:transform .12s ease,background .15s ease}.join-btn:active{transform:scale(.985)}
