*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}body{color:#1f2937;background:#f5f7fa;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}.main-layout{min-height:100vh}.logo{color:#fff;justify-content:center;align-items:center;height:64px;font-size:20px;font-weight:700;display:flex}.main-header{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:16px;height:64px;padding:0 24px;display:flex}.main-content{background:#fff;border-radius:8px;min-height:calc(100vh - 96px);margin:16px;padding:24px}.login-page{background:linear-gradient(135deg,#0f172a,#1d4ed8);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{width:380px}.captcha-row{align-items:center;gap:12px;display:flex}.captcha-row .ant-input{flex:1}.captcha-image{cursor:pointer;background:#fff;border:1px solid #d9d9d9;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:40px;display:flex;overflow:hidden}.captcha-image img{object-fit:contain;width:100%;height:100%}.dashboard-header{justify-content:space-between;align-items:center;display:flex}.page-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.center-state{color:#8c8c8c;justify-content:center;align-items:center;min-height:320px;display:flex}.wizard-actions{border-top:1px solid #f0f0f0;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:20px;display:flex}.amap-view .amap-container{width:100%;height:100%}.city-marker{color:#fff;white-space:nowrap;background:#1677ff;border:2px solid #fff;border-radius:14px;padding:5px 9px;font-size:12px;font-weight:600;transform:translate(-50%,-100%);box-shadow:0 3px 10px #1677ff59}.map-info{min-width:150px;line-height:1.8}.ai-layout{grid-template-columns:280px minmax(0,1fr);gap:16px;height:calc(100vh - 144px);min-height:560px;display:grid}.ai-sidebar,.ai-main{height:100%;overflow:hidden}.ai-sidebar .ant-card-body{height:calc(100% - 57px);padding:8px;overflow-y:auto}.ai-sidebar .ant-list-item{cursor:pointer;border-radius:8px;padding:10px}.ai-history-active{background:#1677ff1a}.ai-main .ant-card-body{flex-direction:column;height:calc(100% - 57px);display:flex}.ai-messages{flex:1;padding-right:8px;overflow-y:auto}.ai-message{align-items:flex-start;gap:10px;margin-bottom:18px;display:flex}.ai-message-user{flex-direction:row-reverse}.ai-avatar{color:#fff;background:#1677ff;border-radius:50%;flex:0 0 32px;place-items:center;width:32px;height:32px;display:grid}.ai-message-assistant .ai-avatar{background:#722ed1}.ai-bubble{white-space:pre-wrap;background:#7f7f7f1a;border-radius:12px;max-width:min(760px,78%);padding:10px 14px;line-height:1.7}.ai-message-user .ai-bubble{color:#fff;background:#1677ff}.ai-input{align-items:stretch;margin-top:16px}@media (width<=900px){.ai-layout{grid-template-columns:1fr;height:auto}.ai-sidebar{height:240px}.ai-main{height:620px}}
