body{margin:0;padding:0;min-height:100vh}.report-system{min-height:100vh;padding:20px;font-family:Microsoft YaHei,sans-serif;max-width:1000px;margin:0 auto;background-color:transparent}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 0;background-color:hsla(0,0%,100%,.8);border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);margin-bottom:20px}.loading-spinner{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:15px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-text{font-size:16px;color:#555;margin:0}.header1{width:100%;max-width:1200px;justify-content:space-between;margin-bottom:20px;padding:10px 0}.header1,.logo-container{display:flex;align-items:center}.logo-container{gap:10px}.logo-icon{width:46px;height:46px;border-radius:8px;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px}.logo-title{font-size:24px;font-weight:700;color:#333}.slogan{font-size:12px;color:#666;flex:1;margin-left:20px}.nav-buttons{display:flex;gap:10px;padding:6px 12px;border-radius:40px}.nav-btn,.nav-buttons{background-color:#eceef2}.nav-btn{padding:8px 20px;border-radius:20px;cursor:pointer;font-size:14px;border:none;transition:all .3s ease}.nav-btn:hover{background-color:#f0f0f0}.nav-btn.active{background-color:#fff;color:#000}.main-content{width:100%}.content-section{background:#fff}.content-section,.content-section1{border-radius:15px;padding:30px;margin-bottom:25px;margin-top:30px}.content-section1{background:#f5f5f5}.section-header{display:flex;align-items:center;margin-bottom:25px}.section-icon{font-size:24px;margin-right:12px;color:#667eea}.section-title{font-size:14px;font-weight:600;margin:0;color:#9da4b1}.report-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.report-card{background:#f8f9ff;border:2px solid #e8ecff;border-radius:12px;padding:25px;text-align:center;cursor:pointer;transition:all .3s ease}.report-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(102,126,234,.15);border-color:#667eea}.report-card.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.card-icon{font-size:32px;margin-bottom:15px}.card-title{font-size:18px;font-weight:600;margin:0 0 10px 0}.report-card.active .card-title{color:#fff}.card-description{font-size:14px;color:#666;margin:0;line-height:1.5}.report-card.active .card-description{color:hsla(0,0%,100%,.9)}.action-buttons{display:flex;gap:15px;flex-wrap:wrap}.btn{display:flex;align-items:center;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-icon{margin-right:8px;font-size:18px}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-success{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff}.btn-info{background:linear-gradient(135deg,#2196f3,#1976d2);color:#fff}.btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.2)}.preview-area{min-height:300px;border:2px dashed #e0e6ed;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#fafbfc}.preview-placeholder{text-align:center;color:#8492a6}.placeholder-icon{font-size:48px;margin-bottom:15px}.placeholder-title{font-size:20px;font-weight:500;margin:0 0 10px 0;color:#5a6c7d}.placeholder-text{font-size:14px;margin:0;line-height:1.5}.parameter-section{margin-top:20px}.parameter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.parameter-title{font-size:18px;font-weight:500;color:#333;margin:0}.selection-controls{display:flex;gap:10px}.btn-control{display:flex;align-items:center;padding:6px 12px;border:1px solid #e0e6ed;border-radius:6px;background:#f8f9ff;font-size:14px;cursor:pointer;transition:all .2s ease}.btn-control:hover:not(:disabled){background:#e8ecff;border-color:#667eea}.btn-control:disabled{opacity:.5;cursor:not-allowed}.control-icon{margin-right:5px}.industry-grid{flex-wrap:wrap;gap:15px}.industry-item{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;background:#f8f9ff;border:1px solid #e0e6ed;border-radius:8px;cursor:pointer;transition:all .2s ease;width:120px;margin-right:5px}.industry-item.selected,.industry-item:hover{background:#e8ecff;border-color:#667eea}.industry-item.selected{box-shadow:0 2px 8px rgba(102,126,234,.15)}.check-icon{color:#667eea;font-weight:700}.selected-count{font-size:16px;color:#666;margin-top:10px;font-weight:700}.selected-list{color:#667eea;font-weight:500}.generate-report-container{display:flex;justify-content:flex-end;margin-top:20px;padding-top:15px;border-top:1px solid #e0e6ed}.industry-report-export{margin-top:30px;padding-top:20px;border-top:1px solid #e0e6ed}.export-buttons-container{display:flex;justify-content:flex-end;gap:12px}.image-upload-container{display:flex;flex-direction:column;align-items:center;gap:20px}.image-upload-area{width:100%;max-width:500px;height:300px;border:2px dashed #e0e6ed;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;background:#fafbfc;overflow:hidden;position:relative}.image-upload-area:hover{border-color:#667eea;background:#f8f9ff}.image-upload-area.has-image{border-style:solid;border-color:#667eea}.upload-placeholder{text-align:center;color:#8492a6}.upload-icon{font-size:48px;margin-bottom:15px}.upload-text{font-size:18px;font-weight:500;margin-bottom:8px}.upload-hint{font-size:14px;color:#a0aec0}.image-preview-container{width:100%;height:100%;position:relative}.image-preview{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.image-actions{position:absolute;bottom:15px;right:15px;display:flex;gap:10px}.image-action-btn{padding:6px 12px;background:hsla(0,0%,100%,.9);border:1px solid #e0e6ed;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s ease}.image-action-btn:hover{background:#fff;border-color:#667eea}.image-action-btn.remove{color:#e53e3e}.analyze-btn{padding:12px 30px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease}.analyze-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px rgba(102,126,234,.3)}.analyze-btn:disabled{opacity:.6;cursor:not-allowed}.image-analysis-results{margin-top:30px}.analysis-section{margin-bottom:25px}.analysis-result{background:#f8f9ff;border:1px solid #e0e6ed;border-radius:8px;padding:20px;margin-top:15px}.analysis-header{display:flex;align-items:center;margin-bottom:15px}.analysis-title{font-size:16px;font-weight:500;color:#333;margin:0}.analysis-content{font-size:18px;line-height:1.6;color:#444;font-weight:400}.analysis-content h1,.analysis-content h2,.analysis-content h3{font-size:16px;margin-top:15px;margin-bottom:10px;color:#333;font-weight:500}.analysis-content ul{list-style:none!important}.analysis-content ol,.analysis-content ul{padding-left:0!important;margin-left:0!important}.analysis-content ol{list-style-position:inside!important}.analysis-content ul li{margin-bottom:8px!important;line-height:1.5!important;padding-left:30px!important;position:relative!important;list-style-type:none!important;font-size:14px!important;color:#34495e!important}.analysis-content ul li:before{content:""!important;position:absolute!important;left:0!important;top:.5em!important}.analysis-content ol li{margin-bottom:8px!important;padding-left:0!important}.analysis-content *,.analysis-content ol li{line-height:1.5!important;font-size:14px!important;color:#34495e!important}.analysis-content *{font-family:Microsoft YaHei,sans-serif!important}.analysis-content ul li::marker{content:""!important}.analysis-content p{text-align:justify!important;margin:10px 0!important}.analysis-content h1,.analysis-content h2,.analysis-content h3,.analysis-content h4,.analysis-content h5,.analysis-content h6{font-weight:500!important;margin-top:15px!important;margin-bottom:10px!important;color:#333!important}.analysis-content p{margin:8px 0;font-weight:400}.industry-report-preview{padding:20px;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.report-header{text-align:center;margin-bottom:30px}.report-title{font-size:24px;font-weight:500;color:#333;margin:0 0 10px 0}.report-subtitle{font-size:16px;color:#666;margin:0;font-weight:400}.chart-section{margin-bottom:40px}.chart-title{font-size:20px;font-weight:500;color:#333;margin:0 0 20px 0;padding-bottom:10px;border-bottom:1px solid #e0e6ed}.chart-subtitle{font-size:18px;font-weight:500;color:#444;margin:25px 0 15px 0}.chart-subsubtitle{font-size:16px;font-weight:500;color:#555;margin:20px 0 15px 0}.chart-container{margin-bottom:20px;padding:15px;background:#f8f9ff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);display:flex;justify-content:center}.chart-container canvas{max-width:100%;height:auto}.custom-legend{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;margin:15px 0}.legend-item{display:flex;align-items:center;padding:8px 12px;border-radius:6px;background:#f8f9ff;transition:all .2s ease}.legend-item.selected{background:#e8ecff;box-shadow:0 2px 4px rgba(0,0,0,.1)}.legend-item.dimmed{opacity:.5}.legend-color{width:12px;height:12px;border-radius:50%;margin-right:8px}.legend-text{font-size:12px;color:#666}.overall-analysis{padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);margin-top:30px}.badge{display:inline-block;padding:3px 8px;font-size:12px;font-weight:500;color:#fff;background:linear-gradient(135deg,#ff9500,#ff5b00);border-radius:12px;margin-left:8px;vertical-align:middle}.api-status-container{margin:10px 0 20px;display:flex;justify-content:space-between;align-items:center;background-color:#f8f9fa;padding:10px 15px;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.api-status{font-size:14px;color:#555}.api-status.api-loading{color:#2196f3}.api-status.api-error{color:#f44336}.btn-refresh{background:linear-gradient(135deg,#6e8efb,#4a6cf7);color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:13px;display:flex;align-items:center;gap:5px;transition:all .3s ease}.btn-refresh:hover{background:linear-gradient(135deg,#5d7df9,#3a5cf6);box-shadow:0 2px 5px rgba(0,0,0,.2)}.btn-refresh:disabled{background:#ccc;cursor:not-allowed}.refresh-icon{font-size:14px}.api-status-old{display:inline-block;padding:8px 16px;border-radius:4px;font-weight:500;animation:fadeIn .5s ease-in-out}.api-status.success{background-color:#e6f7e6;color:#2e7d32;border:1px solid #a5d6a7}.api-status.error{background-color:#fdecea;color:#d32f2f;border:1px solid #f5c6cb}.suggestion-category{margin:25px 0;padding:20px;background:linear-gradient(135deg,#fff5f5,#fff);border-radius:10px;border-left:5px solid #e74c3c;box-shadow:0 2px 8px rgba(0,0,0,.05)}.suggestion-category h4{color:#c0392b;margin-bottom:15px;border-bottom:1px solid #fadbd8;font-size:17px;font-weight:500}.analysis-highlight{background:linear-gradient(135deg,#e8f5e8,#fff);border-left:4px solid #27ae60}.analysis-highlight,.analysis-warning{padding:15px;border-radius:8px;margin:15px 0}.analysis-warning{background:linear-gradient(135deg,#fff3cd,#fff);border-left:4px solid #ffc107}.analysis-info{background:linear-gradient(135deg,#d1ecf1,#fff);padding:15px;border-radius:8px;border-left:4px solid #17a2b8;margin:15px 0}.report-modules-container{display:flex;gap:20px;margin-top:20px;width:100%}.report-module-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:30px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:20px;flex:1;min-height:150px}.report-module-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1);border-color:#4e79a7}.report-module-card.active{border-color:#4e79a7;background-color:rgba(78,121,167,.05);box-shadow:0 5px 15px rgba(78,121,167,.15)}@media (max-width:768px){.report-system{padding:15px}.header-section{padding:30px 15px}.main-title{font-size:28px}.subtitle{font-size:16px}.content-section{padding:20px}.report-types{grid-template-columns:1fr}.action-buttons{flex-direction:column}.btn{justify-content:center}.custom-legend,.industry-grid{grid-template-columns:1fr 1fr}.report-modules-container{flex-direction:column}.report-module-card{min-height:120px;padding:20px}.suggestion-category{padding:15px}}.custom-report-container{background-color:#fff;border-radius:12px;padding:20px;margin-top:10px}.custom-query-header{display:flex;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #f0f0f0}.header-icon{font-size:24px;margin-right:12px}.header-title{font-size:18px;font-weight:600;color:#333;margin:0;margin-right:12px}.header-subtitle{font-size:14px;color:#666;margin:0;flex:1}.chat-interface{display:flex;flex-direction:column;height:400px;border:1px solid #e8e8e8;border-radius:8px;background-color:#fafafa;overflow:hidden;box-shadow:inset 0 1px 3px rgba(0,0,0,.05)}.chat-messages{flex:1;padding:12px;overflow-y:auto;background-color:#fff;border-radius:8px 8px 0 0}.message{display:flex;margin-bottom:12px;animation:fadeIn .3s ease-in-out}.system-message{justify-content:flex-start}.user-message{justify-content:flex-end;flex-direction:row-reverse;width:100%;margin-left:0;margin-right:0;padding-left:0;padding-right:0}.message-avatar{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px}.system-message .message-avatar{margin-right:10px}.user-message .message-avatar{margin-left:10px;margin-right:0;background-color:#e3f2fd;border-radius:50%}.message-content{padding:8px 12px;border-radius:16px;max-width:80%;word-break:break-word;font-size:18px;line-height:1.4}.system-message .message-content{background-color:#f0f0f0;border-top-right-radius:4px}.chat-input-area{display:flex;padding:8px 12px;background-color:#f8f8f8;border-top:1px solid #e8e8e8;border-radius:0 0 8px 8px}.chat-input{flex:1;padding:8px 12px;border:1px solid #ddd;border-radius:18px;outline:none;font-size:13px;background-color:#fff}.chat-input:focus{border-color:#4caf50;box-shadow:0 0 0 2px rgba(76,175,80,.2)}.chat-send-btn{margin-left:8px;padding:0 16px;background-color:#4caf50;color:#fff;border:none;border-radius:18px;cursor:pointer;display:flex;align-items:center;transition:background-color .2s;font-size:13px;height:34px}.chat-send-btn:hover{background-color:#43a047}.chat-send-btn:disabled{background-color:#9e9e9e;cursor:not-allowed}.examples-title{font-size:18px;margin:8px 0 4px 0;font-weight:500}.examples-list{margin:0;padding-left:16px;font-size:18px}.examples-list li{margin-bottom:2px;line-height:1.3}.send-icon{margin-right:5px}.loading-dots{display:flex;align-items:center;justify-content:center;height:24px}.loading-dots span{display:inline-block;width:8px;height:8px;margin:0 2px;background-color:#4caf50;border-radius:50%;animation:dots 1.4s ease-in-out infinite both}.loading-dots span:first-child{animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes dots{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.error-message{color:#f44336;font-weight:700;margin-bottom:10px;font-size:16px}.error-container{background-color:#fff5f5;border-left:4px solid #e74c3c;padding:15px 18px;border-radius:4px;margin:15px 0;box-shadow:0 2px 8px rgba(231,76,60,.15);animation:errorFadeIn .5s ease-in-out}.error-container ul{margin:10px 0 10px 20px;padding:0;list-style-type:circle}.error-container li{margin-bottom:8px;color:#555;line-height:1.4}.error-hint{background-color:#fef9e7;border-left:4px solid #f39c12;margin-top:12px;font-size:14px;font-style:italic;color:#666}.error-hint,.report-preview-notice{padding:10px 15px;border-radius:4px}.report-preview-notice{margin-top:15px;background-color:#e6f7e6;border-left:4px solid #4caf50;color:#2e7d32;font-weight:500;animation:fadeIn .5s ease-in-out;display:flex;align-items:center;justify-content:center}@keyframes errorFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.custom-report-preview{padding:40px;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);font-family:SimSun,宋体,serif}.custom-report-preview .report-header{text-align:center;margin-bottom:40px;border-bottom:2px solid #333;padding-bottom:20px}.custom-report-preview .report-title{font-size:24px;color:#333;margin:0 0 15px 0;line-height:1.5}.custom-report-preview .report-center{font-size:16px;color:#333;margin:10px 0}.custom-report-preview .report-date{font-size:14px;color:#666;margin:10px 0 0 0}.custom-report-preview .report-content{line-height:1.8;text-align:left;font-size:16px;color:#333}.report-header-vertical{text-align:center!important;margin:0 auto 30px auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important;box-sizing:border-box!important}.report-header-vertical .report-center-line,.report-header-vertical .report-date-line,.report-header-vertical .report-title-line{display:block!important;text-align:center!important;margin:8px 0!important;font-weight:400!important;width:100%!important;box-sizing:border-box!important;text-indent:0!important}.report-header-vertical .report-title-line{font-size:18px!important;color:#333!important}.report-header-vertical .report-center-line{font-size:16px!important;color:#333!important}.report-header-vertical .report-date-line{font-size:14px!important;color:#666!important}.custom-report-preview .report-content * .report-header-vertical,.custom-report-preview .report-content .government-report .report-content .report-header-vertical,.custom-report-preview .report-content .government-report .report-header-vertical,.custom-report-preview .report-content .report-header-vertical{text-align:center!important;margin:0 auto 30px auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important;box-sizing:border-box!important}.custom-report-preview .report-content * .report-header-vertical .report-center-line,.custom-report-preview .report-content * .report-header-vertical .report-date-line,.custom-report-preview .report-content * .report-header-vertical .report-title-line,.custom-report-preview .report-content .government-report .report-content .report-header-vertical .report-center-line,.custom-report-preview .report-content .government-report .report-content .report-header-vertical .report-date-line,.custom-report-preview .report-content .government-report .report-content .report-header-vertical .report-title-line,.custom-report-preview .report-content .government-report .report-header-vertical .report-center-line,.custom-report-preview .report-content .government-report .report-header-vertical .report-date-line,.custom-report-preview .report-content .government-report .report-header-vertical .report-title-line,.custom-report-preview .report-content .report-header-vertical .report-center-line,.custom-report-preview .report-content .report-header-vertical .report-date-line,.custom-report-preview .report-content .report-header-vertical .report-title-line{display:block!important;text-align:center!important;margin:8px 0!important;width:100%!important;box-sizing:border-box!important;text-indent:0!important}.custom-report-preview .report-content h1{font-size:18px;color:#333;margin:25px 0 15px 0;text-align:center;position:relative}.custom-report-preview .report-content h1:before{content:"一、"}.custom-report-preview .report-content h2{font-size:16px;color:#333;margin:20px 0 12px 0;text-align:center;position:relative}.custom-report-preview .report-content h2:before{content:"（一）"}.custom-report-preview .report-content h3{font-size:15px;color:#333;margin:15px 0 10px 0;text-align:left;position:relative;padding-left:20px}.custom-report-preview .report-content h3:before{content:"1.";position:absolute;left:0}.custom-report-preview .report-content h4{font-size:14px;color:#333;margin:12px 0 8px 0;text-align:left;position:relative;padding-left:25px}.custom-report-preview .report-content h4:before{content:"（1）";position:absolute;left:0}.custom-report-preview .report-content p{margin-bottom:15px;text-indent:2em;line-height:1.8;font-weight:400}.custom-report-preview .report-content ol,.custom-report-preview .report-content ul{margin:15px 0;padding-left:2em}.custom-report-preview .report-content li{font-family:仿宋_GB2312,FangSong_GB2312,serif;font-size:16px;line-height:1.6;color:#333;margin-bottom:5px}.custom-report-preview .report-content p{margin-bottom:8px;line-height:1.6}.custom-report-preview .report-content strong{color:#333}.custom-report-preview .report-content table{width:100%;border-collapse:collapse;margin:15px 0}.custom-report-preview .report-content table td,.custom-report-preview .report-content table th{border:1px solid #ddd;padding:8px 12px;text-align:left}.custom-report-preview .report-content table th{background-color:#f8f9fa}.report-content-wrapper{position:relative;min-height:100px}.custom-report-actions{position:absolute;bottom:0;right:0;display:flex;gap:8px;margin:16px}.custom-report-actions .btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.1)}.custom-report-actions .btn-success{background-color:#28a745;color:#fff}.custom-report-actions .btn-success:hover{background-color:#218838;transform:translateY(-1px);box-shadow:0 4px 8px rgba(40,167,69,.3)}.custom-report-actions .btn-info{background-color:#17a2b8;color:#fff}.custom-report-actions .btn-info:hover{background-color:#138496;transform:translateY(-1px);box-shadow:0 4px 8px rgba(23,162,184,.3)}.custom-report-actions .btn-icon{font-size:16px}.chat-view{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 12px rgba(0,0,0,.1);display:flex;flex-direction:column;height:calc(100vh - 200px);min-height:500px}.chat-container{flex:1;overflow-y:auto;margin-bottom:20px;padding-right:10px;max-height:600px}.welcome-message{text-align:center;padding:40px 0}.welcome-icon{margin-bottom:20px;animation:float 3s ease-in-out infinite;width:46px;height:46px;font-size:20px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.welcome-title{font-size:24px;font-weight:700;color:#333;margin-bottom:12px}.welcome-subtitle{font-size:16px;color:#666;margin-bottom:30px;line-height:1.6}.topics-container{margin-top:20px}.topic-row{display:flex;gap:12px;margin:10px 100px}.topic-btn{flex:1;padding:16px;border:1px solid #f3f4f6;border-radius:12px;background-color:#fff;text-align:left;cursor:pointer;font-size:14px;color:#333;transition:all .3s ease;display:flex;align-items:center;gap:8px}.topic-btn:hover{border:1px solid #1890ff}.topic-icon{width:18px;height:18px;background-color:#eff6ff;padding:8px;border-radius:50%}.lightning:hover .topic-icon{content:url(../../static/img/闪电-hover.471764aa.png);background-color:#3b82f6}.stats:hover .topic-icon{content:url(data:image/png;base64,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);background-color:#3b82f6}.report:hover .topic-icon{content:url(../../static/img/报告-hover.6af45579.png);background-color:#3b82f6}.settings:hover .topic-icon{content:url(../../static/img/设置-hover.0af53b62.png);background-color:#3b82f6}.message-bubble{max-width:60%;padding:12px 16px;border-radius:18px;margin-bottom:12px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.user-message{background-color:#b2c9e3;color:#fff;margin-left:auto;border-bottom-right-radius:4px}.assistant-message{background-color:#f0f2f5;color:#333;margin-right:auto;border-bottom-left-radius:4px}.message-content{font-size:14px;line-height:1.5;word-wrap:break-word;white-space:pre-line}.message-time{font-size:11px;margin-top:4px;text-align:right;color:hsla(0,0%,100%,.7)}.assistant-message .message-time{color:#999;text-align:left}.input-container{display:flex;gap:12px;background:#f5f6f8;border-radius:24px;padding:8px 8px 8px 20px;box-shadow:inset 2px 2px 4px rgba(0,0,0,.06),inset -2px -2px 4px hsla(0,0%,100%,.9);margin:0 50px}.input-field{flex:1;border:none;outline:none;font-size:16px;color:#333;background:transparent}.input-field::-moz-placeholder{color:#999}.input-field::placeholder{color:#999}.send-btn{width:40px;height:40px;border-radius:50%;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.send-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px rgba(102,126,234,.2)}.send-btn:disabled{opacity:.5;cursor:not-allowed}.send-icon{width:20px;height:20px;font-size:18px;font-weight:700}.loading-indicator{display:flex;justify-content:center;align-items:center;padding:20px;gap:8px}.loading-dot{width:8px;height:8px;border-radius:50%;background-color:#1890ff;animation:bounce 1.4s ease-in-out infinite both}.loading-dot:first-child{animation-delay:-.32s}.loading-dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.disclaimer{font-size:12px;color:#999;text-align:center;margin-top:12px;padding-top:12px}.chat-container::-webkit-scrollbar{width:6px}.chat-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.chat-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.chat-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.standard-view{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 12px rgba(0,0,0,.1)}.view-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px}.view-title{font-size:20px;font-weight:700;color:#333}.view-actions{display:flex;gap:8px}.action-btn{padding:9px 16px;border-radius:10px;border:1px solid #d9d9d9;background-color:#fff;cursor:pointer;font-size:13px;color:#666;transition:all .3s ease}.action-btn:hover{background-color:#f5f5f5}.industry-grid{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.industry-row{display:flex;gap:12px;flex-wrap:wrap}.industry-btn{padding:20px 18px;border-radius:20px;border:2px solid #fff;background-color:#f9fafc;cursor:pointer;flex:1;min-width:160px;text-align:center}.industry-btn,.industry-name{font-size:14px;font-weight:600}.industry-name{color:#797f8c}.industry-btn:hover{background-color:#fff;border-color:#e5e7eb;border-width:2px}.industry-btn.selected{background-color:#fff;color:#fff;border-color:#6b9ff6;border-width:2px}.footer-bar{display:flex;justify-content:space-between;align-items:center;margin-top:50px;padding:25px;border-radius:30px;background-color:#fff}.info-text{display:flex;flex-direction:column;gap:4px}.update-time{font-size:12px;color:#999}.selected-count{font-size:14px;color:#333}.count-num{color:#1890ff;font-weight:700;font-size:20px;margin:10px}.generate-btn{padding:16px 30px;border-radius:20px;border:none;background:linear-gradient(135deg,#6c82e4,#b2c9e3);color:#fff;cursor:pointer;font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px;transition:all .3s ease}.generate-btn:hover{transform:translateY(-2px);box-shadow:0 8px 15px rgba(102,126,234,.2)}.generate-btn:active{transform:translateY(0)}.btn-icon{font-size:16px}