*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#0f0f23;color:#fff;height:100vh;height:100dvh;overflow:hidden;-webkit-user-select:none;user-select:none}#app{max-width:480px;margin:0 auto;padding:16px 16px 0;height:100vh;height:100dvh;display:flex;flex-direction:column}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.header h1{font-size:20px;font-weight:600;letter-spacing:1px}.status{display:flex;align-items:center;gap:8px;font-size:13px;color:#ffffffb3}.dot{width:8px;height:8px;border-radius:50%;background:#e74c3c;display:inline-block}.dot.online{background:#2ecc71;box-shadow:0 0 6px #2ecc71}#battery{font-weight:600;color:#f1c40f}.version-info{font-size:11px;color:#ffffff80;margin-top:2px;text-align:right}.version-info.has-update{color:#e74c3c;font-weight:600}#version-arrow{margin:0 4px}.ota-progress{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-top:4px;font-size:12px;color:#f39c12;font-weight:500}.ota-spinner{width:12px;height:12px;border:2px solid rgba(243,156,18,.2);border-top-color:#f39c12;border-radius:50%;animation:spin .8s linear infinite;display:inline-block}.ota-confirm{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:4px;font-size:12px;color:#27ae60;font-weight:500}.ota-confirm button{padding:4px 10px;border-radius:6px;border:none;background:linear-gradient(145deg,#27ae60,#219150);color:#fff;font-size:12px;font-weight:600;cursor:pointer}.voice-state-bar{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 12px;border-radius:10px;margin-bottom:12px;font-size:13px;font-weight:500;background:#ffffff0d;color:#fff9;transition:all .3s ease;flex-shrink:0}.voice-state-bar.state-listen{background:linear-gradient(145deg,#e74c3c,#c0392b);color:#fff;box-shadow:0 0 12px #e74c3c66;animation:pulse 1.2s infinite}.voice-state-bar.state-wait{background:linear-gradient(145deg,#f39c12,#d35400);color:#fff}.voice-state-bar.state-speak{background:linear-gradient(145deg,#2ecc71,#27ae60);color:#fff;box-shadow:0 0 12px #2ecc7166}.voice-state-bar.state-prompt{background:linear-gradient(145deg,#3498db,#2980b9);color:#fff}.voice-state-bar.state-setup{background:linear-gradient(145deg,#9b59b6,#8e44ad);color:#fff;box-shadow:0 0 12px #9b59b666;animation:pulse 1.2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.scroll-content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;min-height:0;padding-bottom:16px}.scroll-content::-webkit-scrollbar{display:none}.panel{flex-shrink:0;display:flex;justify-content:center;align-items:center;margin-bottom:8px}.dpad{display:flex;flex-direction:column;align-items:center;gap:8px}.dpad-mid{display:flex;gap:8px;align-items:center}.btn-dir{width:68px;height:68px;font-size:22px;border:none;border-radius:14px;background:linear-gradient(145deg,#1a1a3e,#12122a);color:#fff;box-shadow:0 5px 10px #0006,inset 0 1px #ffffff0d;touch-action:manipulation;cursor:pointer;transition:transform .05s,background .1s}.btn-dir:active{transform:scale(.95);background:#0f0f23}.btn-stop{width:68px;height:68px;font-size:20px;border:none;border-radius:50%;background:linear-gradient(145deg,#e74c3c,#c0392b);color:#fff;box-shadow:0 5px 10px #0006;touch-action:manipulation;cursor:pointer;transition:transform .05s}.btn-stop:active{transform:scale(.95)}.moves{display:flex;justify-content:center;gap:8px;margin:8px 0;flex-wrap:wrap}.btn-move{padding:8px 12px;font-size:12px;font-weight:500;border:none;border-radius:10px;background:linear-gradient(145deg,#1a1a3e,#12122a);color:#fff;box-shadow:0 4px 8px #0000004d;touch-action:manipulation;cursor:pointer;transition:transform .05s}.btn-move:active{transform:scale(.95);background:#0f0f23}.emotion-panel{margin:10px 0;border-radius:12px;background:#ffffff08;overflow:hidden}.emotion-toggle{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;font-size:14px;font-weight:500;color:#ffffffd9;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.emotion-arrow{font-size:12px;color:#ffffff80;transition:transform .2s ease;display:inline-block}.emotion-arrow.open{transform:rotate(90deg)}.emotion-content{padding:0 10px 10px}.emotion-group{margin-bottom:12px}.emotion-group:last-child{margin-bottom:0}.emotion-group-title{font-size:12px;font-weight:500;color:#ffffff73;margin-bottom:6px;padding-left:4px}.emotions{display:flex;justify-content:flex-start;gap:8px;flex-wrap:wrap}.emo-item{display:flex;flex-direction:column;align-items:center;width:52px;cursor:pointer;-webkit-tap-highlight-color:transparent}.emo-item .btn-emo{width:44px;height:44px;font-size:20px;border:none;border-radius:50%;background:linear-gradient(145deg,#1a1a3e,#12122a);box-shadow:0 4px 8px #0000004d;touch-action:manipulation;cursor:pointer;transition:transform .05s;pointer-events:none}.emo-item:active .btn-emo{transform:scale(.92)}.emo-item span{margin-top:4px;font-size:11px;color:#ffffff8c;text-align:center;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.actions{display:flex;flex-direction:column;gap:8px;margin-top:10px}.btn-action{width:100%;padding:12px;font-size:14px;font-weight:500;border:none;border-radius:12px;background:linear-gradient(145deg,#1e3a5f,#152a45);color:#fff;box-shadow:0 4px 8px #0000004d;touch-action:manipulation;cursor:pointer;transition:transform .05s}.btn-action:active{transform:scale(.98)}.btn-action.active{background:linear-gradient(145deg,#2ecc71,#27ae60);box-shadow:0 0 12px #2ecc7166}.btn-chat{background:linear-gradient(145deg,#8e44ad,#71368a)}#btn-chat.active{background:linear-gradient(145deg,#e74c3c,#c0392b);box-shadow:0 0 12px #e74c3c66}.charging-status{font-size:13px;margin-left:2px}.event-panel{margin:10px 0;border-radius:12px;background:#ffffff08;overflow:hidden}.event-header{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;font-size:13px;font-weight:500;color:#ffffffb3;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.event-header-right{display:flex;align-items:center;gap:8px}.event-arrow{font-size:12px;color:#ffffff80;transition:transform .2s ease;display:inline-block}.event-arrow.open{transform:rotate(90deg)}.event-content{overflow:hidden}.link-stats{color:#3498db;text-decoration:none;font-size:12px}.event-list{max-height:160px;overflow-y:auto;padding:0 10px 10px}.event-list::-webkit-scrollbar{display:none}.event-empty{font-size:12px;color:#ffffff59;text-align:center;padding:8px 0}.event-item{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:12px;border-bottom:1px solid rgba(255,255,255,.04)}.event-item:last-child{border-bottom:none}.event-time{color:#fff6;font-size:11px;min-width:52px}.event-type{color:#ffffffd9;min-width:48px}.event-detail{color:#f39c12;font-size:11px}.extra-actions{display:flex;flex-direction:column;gap:8px;margin-top:8px;padding-bottom:env(safe-area-inset-bottom,8px)}.volume-panel{display:flex;flex-direction:column;gap:8px;padding:10px 12px;border-radius:10px;background:#ffffff08;margin-bottom:4px}.volume-info{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#ffffffb3}.volume-header{font-size:12px;color:#fff9;margin-left:4px}.volume-buttons{display:flex;gap:6px}.btn-volume{flex:1;padding:8px 0;font-size:12px;font-weight:500;border:none;border-radius:8px;background:#ffffff0f;color:#ffffffd9;cursor:pointer;transition:background .15s}.btn-volume:active{background:#ffffff26}.wifi-select{flex:1;--mdui-color-primary: 102, 126, 234}.stats-filter-select{width:100%;--mdui-color-primary: 102, 126, 234}.btn-small{flex:1;padding:10px;font-size:13px;font-weight:500;border:none;border-radius:10px;background:linear-gradient(145deg,#1a1a3e,#12122a);color:#fff;box-shadow:0 4px 8px #0000004d;touch-action:manipulation;cursor:pointer;transition:transform .05s}.btn-small:active{transform:scale(.95);background:#0f0f23}.modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;justify-content:center;align-items:center;z-index:100;padding:20px}.modal-content{background:#1a1a3e;padding:24px;border-radius:16px;width:100%;max-width:360px;box-shadow:0 20px 40px #00000080}.modal-content h3{margin-bottom:16px;font-size:18px}.modal-content input{width:100%;padding:12px 14px;margin-bottom:12px;border:none;border-radius:10px;background:#0f0f23;color:#fff;font-size:15px;outline:none}.modal-content input::placeholder{color:#fff6}.wifi-scan-row{display:flex;gap:8px;margin-bottom:12px}.wifi-scan-row select{flex:1;padding:12px 14px;border:none;border-radius:10px;background:#0f0f23;color:#fff;font-size:15px;outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.wifi-scan-row .btn-small{width:48px;flex:none;padding:0;font-size:18px}.modal-btns{display:flex;gap:10px;margin-top:8px}.modal-btns button{flex:1;padding:12px;border:none;border-radius:10px;font-size:15px;font-weight:500;cursor:pointer;background:#333;color:#fff}.modal-btns .btn-primary{background:#2ecc71;color:#fff}.wifi-loading{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;font-size:13px;color:#fff9}.wifi-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.2);border-top-color:#2ecc71;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}#chat-app{max-width:480px;margin:0 auto;height:100vh;display:flex;flex-direction:column;background:#0f0f23}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.chat-header h2{font-size:18px;font-weight:600}.btn-back{background:transparent;border:none;color:#fff;font-size:14px;cursor:pointer;padding:4px 8px}.chat-status{font-size:12px;color:#2ecc71}.chat-messages{flex:1;overflow-y:auto;padding:12px 16px;display:flex;flex-direction:column;gap:12px}.chat-messages::-webkit-scrollbar{display:none}.msg{display:flex;flex-direction:column;max-width:80%;animation:fadeIn .2s ease}.msg-user{align-self:flex-end}.msg-bot{align-self:flex-start}.bubble{padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.5;word-break:break-word}.msg-user .bubble{background:linear-gradient(145deg,#2980b9,#2573a7);color:#fff;border-bottom-right-radius:4px}.msg-bot .bubble{background:#1a1a3e;color:#eee;border-bottom-left-radius:4px;box-shadow:0 2px 6px #0003}.chat-image{max-width:100%;border-radius:8px;margin-bottom:6px;display:block}.msg-time{font-size:11px;color:#ffffff59;margin-top:4px}.msg-user .msg-time{align-self:flex-end}.msg-bot .msg-time{align-self:flex-start}.typing span{display:inline-block;width:6px;height:6px;background:#ffffff80;border-radius:50%;margin:0 2px;animation:typingBounce 1s infinite}.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.chat-input-area{display:flex;align-items:center;gap:8px;padding:10px 12px;border-top:1px solid rgba(255,255,255,.08);background:#0a0a1a;flex-shrink:0;padding-bottom:calc(10px + env(safe-area-inset-bottom,0))}.chat-input-area input{flex:1;padding:10px 14px;border:none;border-radius:20px;background:#1a1a3e;color:#fff;font-size:14px;outline:none}.chat-input-area input::placeholder{color:#fff6}.btn-camera{width:40px;height:40px;border:none;border-radius:50%;background:#1a1a3e;color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}.btn-send{padding:10px 16px;border:none;border-radius:20px;background:#2ecc71;color:#fff;font-size:14px;font-weight:500;cursor:pointer}
