@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg-main:#000;--bg-card:#1c1c1e;--bg-input:#2c2c2e;--border-glow:#ff95004d;--border-subtle:#2c2c2e;--color-ptt-idle:#ff9500;--color-ptt-idle-glow:#ff950066;--color-ptt-talking:#30d158;--color-ptt-talking-glow:#30d15866;--color-ptt-receiving:#24b34b;--color-ptt-receiving-glow:#24b34b66;--color-ptt-busy:#3a3a3c;--color-ptt-busy-glow:#3a3a3c33;--color-sos:#ff453a;--color-sos-glow:#ff453a66;--color-text-primary:#fff;--color-text-secondary:#8e8e93;font-family:Outfit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--color-text-primary);justify-content:center;align-items:center;min-height:100vh;display:flex;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#00000008}::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#0003}.glass-panel{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-subtle);border-radius:20px;box-shadow:0 8px 32px #0f172a14}.simulator-layout{flex-direction:row;gap:20px;width:95vw;max-width:1200px;height:90vh;min-height:650px;padding:10px;display:flex}.phone-view{background:var(--bg-main);border:8px solid #2c2c2e;border-radius:40px;flex-direction:column;flex:1;max-width:450px;height:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.sim-sidebar{height:100%;color:var(--color-text-primary);flex-direction:column;flex:1;gap:15px;padding:24px;display:flex;overflow-y:auto}.app-header{border-bottom:1px solid var(--border-subtle);background:var(--bg-card);z-index:10;box-shadow:none;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.channel-title-container{flex-direction:column;display:flex}.channel-title{color:var(--color-text-primary);align-items:center;gap:8px;font-size:1.1rem;font-weight:700;display:flex}.channel-members-count{color:var(--color-text-secondary);font-size:.75rem}.nav-tabs{border-bottom:1px solid var(--border-subtle);background:#121212;padding:4px;display:flex}.tab-btn{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;outline:none;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 0;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.tab-btn.active{background:var(--bg-input);color:var(--color-text-primary);box-shadow:none}.ptt-container{background:#fff;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:20px;display:flex;position:relative}.ptt-outer-ring{cursor:pointer;border:4px solid var(--border-subtle);-webkit-user-select:none;user-select:none;background:#f8fafc;border-radius:50%;justify-content:center;align-items:center;width:220px;height:220px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative}.ptt-inner-button{width:170px;height:170px;color:var(--color-text-secondary);background:radial-gradient(circle,#fff 0%,#f1f5f9 100%);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:1rem;font-weight:700;transition:all .2s;display:flex;box-shadow:inset 0 2px 5px #fffc,0 8px 16px #0f172a0f}.ptt-outer-ring.idle:hover{border-color:var(--color-ptt-idle);box-shadow:0 0 25px var(--border-glow)}.ptt-outer-ring.idle:hover .ptt-inner-button{color:var(--color-ptt-idle)}.ptt-outer-ring.talking{border-color:var(--color-ptt-talking);box-shadow:0 0 40px var(--color-ptt-talking-glow);transform:scale(.96)}.ptt-outer-ring.talking .ptt-inner-button{color:var(--color-ptt-talking);background:radial-gradient(circle,#eafaf1 0%,#cbf2d6 100%)}.ptt-outer-ring.receiving{border-color:var(--color-ptt-receiving);box-shadow:0 0 40px var(--color-ptt-receiving-glow);animation:1.5s infinite alternate pulse-receiving}.ptt-outer-ring.receiving .ptt-inner-button{color:var(--color-ptt-receiving);background:radial-gradient(circle,#fffbeb 0%,#fef3c7 100%)}.ptt-outer-ring.busy{border-color:var(--color-ptt-busy);cursor:not-allowed;opacity:.6}.ptt-outer-ring.busy .ptt-inner-button{color:var(--color-ptt-busy)}.wave-container{align-items:center;gap:3px;height:24px;margin-top:10px;display:flex}.wave-bar{background-color:var(--color-ptt-talking);border-radius:2px;width:3px;height:4px;transition:height .1s}.wave-bar.receiving{background-color:var(--color-ptt-receiving)}.sos-overlay-active{animation:1s infinite alternate border-flash-sos}.chat-container{background:#f8fafc;flex-direction:column;flex:1;display:flex;overflow:hidden}.timeline-list{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.msg-wrapper{flex-direction:column;max-width:80%;display:flex}.msg-wrapper.self{align-self:flex-end}.msg-wrapper.other{align-self:flex-start}.msg-meta{color:var(--color-text-secondary);gap:6px;margin-bottom:2px;padding:0 4px;font-size:.7rem;display:flex}.msg-wrapper.self .msg-meta{justify-content:flex-end}.msg-bubble{word-break:break-word;border-radius:16px;padding:10px 14px;font-size:.9rem;position:relative;box-shadow:0 1px 2px #0000000d}.msg-wrapper.self .msg-bubble{color:#fff;background:#0f62fe;border-bottom-right-radius:4px}.msg-wrapper.other .msg-bubble{color:var(--color-text-primary);background:#fff;border:1px solid #0000000f;border-bottom-left-radius:4px}.voice-bubble-content{align-items:center;gap:12px;min-width:150px;display:flex}.voice-play-btn{width:32px;height:32px;color:var(--color-text-primary);cursor:pointer;background:#0f172a14;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:flex}.msg-wrapper.self .voice-play-btn{color:#fff;background:#fff3}.voice-play-btn:hover{background:#0f172a26}.msg-wrapper.self .voice-play-btn:hover{background:#ffffff59}.voice-wave-sim{flex:1;align-items:center;gap:2px;height:16px;display:flex}.voice-wave-bar{background:#0f172a33;border-radius:1px;flex:1;height:3px}.msg-wrapper.self .voice-wave-bar{background:#fff6}.voice-duration{color:var(--color-text-secondary);font-size:.75rem}.msg-wrapper.self .voice-duration{color:#ffffffe6}.chat-input-bar{border-top:1px solid var(--border-subtle);background:#fff;align-items:center;gap:10px;padding:10px 15px;display:flex}.chat-input{border:1px solid var(--border-subtle);color:var(--color-text-primary);background:#f1f5f9;border-radius:20px;outline:none;flex:1;padding:8px 16px;font-size:.85rem}.chat-input:focus{border-color:var(--color-ptt-idle);background:#fff}.chat-send-btn{background:var(--color-ptt-idle);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.sos-floating-btn{background:var(--color-sos);width:56px;height:56px;box-shadow:0 4px 20px var(--color-sos-glow);color:#fff;cursor:pointer;z-index:100;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s;display:flex;position:absolute;bottom:80px;right:20px}.sos-floating-btn:active{transform:scale(.9)}.sos-alert-banner{color:#fff;z-index:20;background:#ff3b30;justify-content:space-between;align-items:center;padding:10px 20px;font-weight:700;display:flex;box-shadow:0 4px 15px #ff3b304d}.sos-alert-banner .sos-resolve-btn{color:#ff3b30;cursor:pointer;background:#fff;border:none;border-radius:6px;padding:4px 12px;font-size:.8rem;font-weight:700}.msg-bubble.sos-alert-bubble{color:#fff;border:2px solid #fff;font-weight:600;animation:1s infinite alternate pulse-sos-msg;box-shadow:0 0 15px #ff3b304d;background:#ff3b30!important}.msg-bubble.sos-resolved-bubble{color:#fff;font-weight:500;background:#24b34b!important}.contacts-container{flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.contact-row{background:var(--bg-card);border:1px solid var(--border-subtle);cursor:pointer;box-shadow:none;border-radius:12px;align-items:center;gap:12px;padding:10px 14px;transition:all .2s;display:flex}.contact-row:hover{border-color:var(--color-ptt-idle);background:#ffffff0a}.contact-avatar{background:var(--bg-input);width:40px;height:40px;color:var(--color-ptt-idle);border:1px solid #ffffff0a;border-radius:50%;justify-content:center;align-items:center;font-weight:600;display:flex;position:relative}.contact-avatar .status-dot{border:2px solid var(--bg-card);border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.status-dot.online{background-color:var(--color-ptt-talking)}.status-dot.offline{background-color:#94a3b8}.contact-info{flex:1}.contact-name{font-size:.9rem;font-weight:600}.contact-house{color:var(--color-text-secondary);font-size:.75rem}.map-container{background:#f8fafc;flex-direction:column;flex:1;padding:15px;display:flex;position:relative;overflow:hidden}.map-svg{border:1px solid var(--border-subtle);background:#fff;border-radius:16px;width:100%;height:80%}.map-house{fill:#f1f5f9;stroke:#cbd5e1;stroke-width:1.5px;cursor:pointer;transition:fill .3s}.map-house:hover{fill:#e2e8f0}.map-house.emergency{fill:#ff3b30;stroke:#fff;animation:.8s infinite alternate pulse-house-sos}.map-street{stroke:#e2e8f0;stroke-width:12px;stroke-linecap:round}.map-label{fill:var(--color-text-secondary);pointer-events:none;text-anchor:middle;font-size:7px;font-weight:700}.register-container{text-align:center;color:#fff;background:#000;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:30px;display:flex}.register-title{color:#fff;margin-bottom:8px;font-size:1.8rem;font-weight:800}.register-subtitle{color:#8e8e93;margin-bottom:24px;font-size:.85rem}.input-group{text-align:left;flex-direction:column;gap:8px;width:100%;margin-bottom:16px;display:flex}.input-label{color:var(--color-text-secondary);font-size:.8rem;font-weight:600}.custom-input{background:var(--bg-card);border:1px solid var(--border-subtle);width:100%;color:var(--color-text-primary);border-radius:12px;outline:none;padding:12px 16px;font-size:.9rem;transition:border .2s}.custom-input:focus{border-color:var(--color-ptt-idle);background:var(--bg-input)}.primary-btn{background:var(--color-ptt-idle);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;margin-top:10px;padding:14px;font-size:.95rem;font-weight:700;transition:background .2s,transform .1s;box-shadow:0 4px 10px #ff950026}.primary-btn:hover{background:#e08200}.primary-btn:active{transform:scale(.98)}.sidebar-card{flex-direction:column;gap:12px;padding:16px;display:flex}.sim-neighbor-btn{background:var(--bg-card);border:1px solid var(--border-subtle);color:var(--color-text-primary);cursor:pointer;text-align:left;box-shadow:none;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 16px;transition:all .2s;display:flex}.sim-neighbor-btn:hover{border-color:var(--color-ptt-idle);background:#ffffff0d}.sim-neighbor-btn.active{border-color:var(--color-ptt-idle);background:#ff95000d}.qr-container{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:20px;display:flex}.qr-box{background:#fff;border-radius:16px;justify-content:center;align-items:center;width:180px;height:180px;padding:15px;display:flex;box-shadow:0 4px 12px #0000000d}@keyframes pulse-receiving{0%{box-shadow:0 0 20px #ff950033}to{box-shadow:0 0 45px #ff950080}}@keyframes border-flash-sos{0%{border-color:#ff3b3033;box-shadow:inset 0 0 20px #ff3b300d}to{border-color:#ff3b30cc;box-shadow:inset 0 0 40px #ff3b304d}}@keyframes pulse-sos-msg{0%{box-shadow:0 0 5px #ff3b3033}to{box-shadow:0 0 20px #ff3b3080}}@keyframes pulse-house-sos{0%{fill:#ff3b30;filter:drop-shadow(0 0 2px #ff3b304d)}to{fill:#b91c1c;filter:drop-shadow(0 0 10px #ff3b3099)}}@media (width<=768px){body{background-color:#000!important;justify-content:stretch!important;align-items:stretch!important;width:100vw!important;height:100vh!important;margin:0!important;padding:0!important;overflow:hidden!important}.simulator-layout{gap:0!important;width:100vw!important;max-width:100%!important;height:100vh!important;margin:0!important;padding:0!important}.sim-sidebar{display:none!important}.phone-view{width:100vw!important;max-width:100%!important;height:100vh!important;box-shadow:none!important;border:none!important;border-radius:0!important;position:fixed!important;inset:0!important}}
