.home{background:#f5f5f5;min-height:100vh}.home .navbar{background:#fff;justify-content:center;align-items:center;height:48px;display:flex;position:relative;box-shadow:0 1px #0000000f}.home .navbar-title{color:#333;font-size:17px;font-weight:600}.home-content{flex-direction:column;gap:16px;padding:20px 16px;display:flex}.card{cursor:pointer;border-radius:16px;justify-content:space-between;align-items:flex-start;min-height:110px;padding:24px 20px;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 4px 12px #00000014}.card:active{transform:scale(.98)}.card-chat{background:linear-gradient(135deg,#a78bfa,#7dd3fc)}.card-feedback{background:linear-gradient(135deg,#f97316,#fbbf24)}.card-info{flex-direction:column;gap:6px;display:flex}.card-title{color:#fff;font-size:20px;font-weight:700}.card-subtitle{color:#fffc;font-size:14px}.card-icon{flex-shrink:0}.chat-page{background:#f5f5f5;flex-direction:column;height:100vh;display:flex}.chat-messages{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.chat-empty{color:#999;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;font-size:14px;display:flex}.chat-bubble-wrapper{align-items:flex-start;gap:8px;display:flex}.chat-bubble-wrapper.user{justify-content:flex-end}.chat-bubble-wrapper.assistant{justify-content:flex-start}.avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:600;display:flex}.avatar-ai{color:#6366f1;background:#e0e7ff}.avatar-user{color:#3b82f6;background:#dbeafe}.chat-bubble{word-break:break-word;white-space:pre-wrap;border-radius:16px;max-width:75%;padding:10px 14px;font-size:15px;line-height:1.5}.chat-bubble.user{color:#fff;background:#3b82f6;border-bottom-right-radius:4px}.chat-bubble.assistant{color:#333;background:#fff;border-bottom-left-radius:4px;box-shadow:0 1px 2px #0000000f}.chat-input-bar{background:#fff;border-top:1px solid #eee;align-items:flex-end;gap:8px;padding:12px 16px;display:flex}.chat-input{resize:none;border:1px solid #ddd;border-radius:20px;outline:none;flex:1;max-height:100px;padding:8px 16px;font-family:inherit;font-size:15px;line-height:1.4}.chat-input:focus{border-color:#3b82f6}.chat-send-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s;display:flex}.chat-send-btn:disabled{cursor:not-allowed;background:#cbd5e1}.chat-send-btn:not(:disabled):active{background:#2563eb}.chat-disclaimer{text-align:center;color:#999;background:#fff;border-top:1px solid #f0f0f0;padding:6px 0;font-size:12px}.form-page{background:#f5f5f5;min-height:100vh}.form-content{flex-direction:column;gap:16px;padding:20px 16px;display:flex}.form-group{background:#fff;border-radius:12px;padding:14px 16px;box-shadow:0 1px 2px #0000000a}.form-label{color:#333;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.required{color:#ef4444}.form-input{box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:15px;transition:border-color .15s}.form-input:focus{border-color:#f97316}.form-input.error{border-color:#ef4444}.form-textarea{resize:none;line-height:1.5}.form-error{color:#ef4444;margin-top:6px;font-size:12px}.form-submit{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:10px;width:100%;height:44px;margin-top:8px;font-size:16px;font-weight:500;transition:background .15s}.form-submit:active{background:#ea580c}.form-submit:disabled{cursor:not-allowed;background:#fdba74}.feedback-list-page{background:#f5f5f5;min-height:100vh;padding-bottom:80px}.list-content{flex-direction:column;gap:12px;padding:16px;display:flex}.list-empty{color:#999;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:60px 0;font-size:14px;display:flex}.record-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 1px 3px #0000000f}.record-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.record-name{color:#333;font-size:17px;font-weight:600}.record-actions{gap:8px;display:flex}.btn-edit,.btn-delete{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:13px}.btn-edit{color:#3b82f6}.btn-edit:active{background:#eff6ff}.btn-delete{color:#ef4444}.btn-delete:active{background:#fef2f2}.record-body{flex-direction:column;gap:6px;display:flex}.record-field{align-items:baseline;gap:8px;display:flex}.field-label{color:#999;flex-shrink:0;width:64px;font-size:13px}.field-value{color:#555;word-break:break-all;font-size:14px}.record-time{color:#bbb;margin-top:10px;font-size:12px}.fab{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .15s;display:flex;position:fixed;bottom:24px;right:calc(50% - 220px);box-shadow:0 4px 12px #f9731666}.fab:active{transform:scale(.92)}@media (width<=480px){.fab{right:20px}}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{color:#333;-webkit-font-smoothing:antialiased;background:#f5f5f5;width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif}.app{background:#f5f5f5;max-width:480px;min-height:100%;margin:0 auto;position:relative}.navbar{z-index:100;background:#fff;align-items:center;height:48px;padding:0 16px;display:flex;position:sticky;top:0;box-shadow:0 1px #0000000f}.navbar-back{cursor:pointer;color:#333;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;display:flex}.navbar-title{text-align:center;color:#333;flex:1;font-size:17px;font-weight:600}.navbar-action{color:#999;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;display:flex}
