body,html{margin:0;padding:0;height:100%}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh;position:relative;overflow:hidden}#app,.map{width:100%}.map{height:100%}.datetime{top:20px;right:20px;z-index:10;color:#0ff;font-family:monospace;background:rgba(0,0,0,.6);padding:6px 12px;border-radius:20px;backdrop-filter:blur(4px)}.bottom-area,.datetime{position:absolute;pointer-events:none}.bottom-area{bottom:0;left:0;right:0;z-index:100;display:flex;flex-direction:column;align-items:center;padding:0 16px 20px 16px}.bottom-area>*{pointer-events:auto}.result-card{width:100%;max-width:500px;background:hsla(0,0%,100%,.95);backdrop-filter:blur(20px);border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.15);margin-bottom:12px;max-height:40vh;min-height:0;display:flex;flex-direction:column;overflow:hidden;position:relative}.chat-list{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px;padding-top:40px}.result-close{position:absolute;top:8px;right:12px;z-index:5;width:auto;padding:4px 12px;border:none;background:rgba(0,0,0,.05);border-radius:12px;font-size:12px;color:#666;cursor:pointer}.result-close:active{background:rgba(0,0,0,.15)}.chat-item{margin-bottom:16px}.chat-item:last-child{margin-bottom:0}.result-user{font-weight:600;color:#333;margin-bottom:4px;font-size:15px}.result-answer{color:#555;font-size:14px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.bottom-search-bar{width:100%;max-width:500px}.search-container{display:flex;align-items:center;width:100%;background:hsla(0,0%,100%,.9);backdrop-filter:blur(20px);border-radius:30px;box-shadow:0 8px 24px rgba(0,0,0,.15);padding:6px}.search-input{flex:1;border:none;outline:none;background:transparent;font-size:16px;padding:10px 16px;color:#333}.search-input::-moz-placeholder{color:#999}.search-input::placeholder{color:#999}.voice-hold-area{flex:1;font-size:16px;color:#666;background:#f0f0f0;border-radius:24px;margin-right:4px;padding:10px 16px;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none}.action-btn,.voice-hold-area{display:flex;align-items:center;justify-content:center}.action-btn{width:44px;height:44px;border:none;border-radius:50%;background:#1890ff;color:#fff;font-size:20px;cursor:pointer;flex-shrink:0;outline:none;transition:background .2s}.action-btn:active{background:#096dd9}.voice-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:200;flex-direction:column;backdrop-filter:blur(4px)}.voice-animation,.voice-overlay{display:flex;align-items:center;justify-content:center}.voice-animation{position:relative;width:120px;height:120px}.mic-icon{font-size:48px;z-index:10;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.2)}.mic-icon,.pulse-ring{width:80px;height:80px;border-radius:50%}.pulse-ring{position:absolute;background:rgba(24,144,255,.3);animation:pulse 1.2s ease-out infinite}.pulse-ring.cancel{background:rgba(255,77,79,.3)}@keyframes pulse{0%{transform:scale(1);opacity:1}to{transform:scale(2.2);opacity:0}}.voice-hint{margin-top:30px;font-size:16px;color:#fff;text-align:center;text-shadow:0 1px 4px rgba(0,0,0,.5)}.voice-hint.cancel{color:#ff4d4f}.fade-enter-active,.fade-leave-active{transition:opacity .2s}.fade-enter,.fade-leave-to{opacity:0}