*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;font-weight:400;color:#333;background-color:#f5f6fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;height:auto;min-height:100vh;background:#f5f6fa;overflow-x:hidden;overflow-y:auto;position:relative}#root{width:100%;min-height:100vh;overflow-x:hidden;overflow-y:auto}h1,h2,h3,h4,h5,h6{font-weight:400;margin-bottom:.5rem}p{margin-bottom:1rem}a{color:#3498db;text-decoration:none;transition:color .3s ease}a:hover{color:#2980b9}button{font-family:inherit;outline:none;transition:all .3s ease}button:focus{outline:2px solid #3498db;outline-offset:2px}input[type=file]{font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.app{width:100%;min-height:100vh;margin:0;padding:0;background:white;color:#333;overflow-x:hidden;overflow-y:visible;font-family:微软雅黑,Microsoft YaHei,Arial,sans-serif}.app-header{text-align:center;background:white;padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0000001a;margin-bottom:2rem;position:relative}.header-content{display:flex;justify-content:space-between;align-items:flex-start;position:relative}.header-main{flex:1;text-align:center}.app-header h1{color:#2c3e50;margin:0 0 .5rem;font-size:2.5rem;font-weight:400}.app-header p{color:#7f8c8d;margin:0;font-size:1.1rem}.history-section{position:absolute;top:0;right:0;z-index:100}.history-btn{background:#dc3545;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:14px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.history-btn:hover:not(:disabled){background:#c82333;transform:translateY(-2px);box-shadow:0 5px 15px #dc35454d}.rating-stats-btn{background:#ffc107;color:#333;border:none;padding:8px 16px;border-radius:8px;font-size:14px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.rating-stats-btn:hover{background:#ffb81c;transform:translateY(-2px);box-shadow:0 5px 15px #ffc1074d}.rating-stats-dropdown{position:absolute;top:100%;right:0;background:white;border-radius:12px;box-shadow:0 15px 35px #0003;min-width:400px;max-width:450px;z-index:1000;margin-top:8px;border:1px solid #dee2e6}.rating-stats-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #e9ecef;background:#f8f9fa;border-radius:12px 12px 0 0}.rating-stats-header h4{margin:0;color:#2c3e50;font-size:16px}.rating-stats-content{padding:20px;max-height:500px;overflow-y:auto}.stats-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:25px}.stats-item{background:#f8f9fa;padding:15px;border-radius:10px;text-align:center;border:2px solid #e9ecef;transition:all .3s ease}.stats-item:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.stats-item.positive{border-color:#dc3545;background:linear-gradient(135deg,#ffe0e3 0%,#ffc9cc 100%)}.stats-item.negative{border-color:#495057;background:linear-gradient(135deg,#f0f0f0 0%,#e0e0e0 100%)}.stats-item.rate{border-color:#ffc107;background:linear-gradient(135deg,#fff3e0 0%,#ffe0b2 100%)}.stats-number{font-size:24px;font-weight:400;color:#2c3e50;margin-bottom:5px}.stats-label{font-size:12px;color:#6c757d;font-weight:400}.recent-ratings{margin-bottom:25px}.recent-ratings h5{margin:0 0 15px;color:#2c3e50;font-size:14px;font-weight:400}.rating-list{display:flex;flex-direction:column;gap:10px}.rating-item{display:flex;align-items:flex-start;gap:10px;padding:12px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef;transition:all .2s ease}.rating-item:hover{background:#e9ecef;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.rating-icon{font-size:18px;margin-top:2px}.rating-info{flex:1;min-width:0}.rating-file{font-weight:400;color:#2c3e50;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:3px}.rating-time{color:#6c757d;font-size:11px;margin-bottom:3px}.rating-reason{color:#ef4444;font-size:11px;background:#fef2f2;padding:3px 6px;border-radius:4px;display:inline-block}.no-ratings{text-align:center;color:#6c757d;font-style:italic;margin:20px 0}.negative-reasons{margin-bottom:15px}.negative-reasons h5{margin:0 0 15px;color:#2c3e50;font-size:14px;font-weight:400}.reason-list{display:flex;flex-direction:column;gap:8px}.reason-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;transition:all .2s ease}.reason-item:hover{background:#ffeaa7;transform:translateY(-1px)}.reason-text{color:#856404;font-size:13px;font-weight:400;flex:1}.reason-count{color:#dc3545;font-size:12px;font-weight:400;background:#f8d7da;padding:2px 8px;border-radius:12px}.history-dropdown{position:absolute;top:100%;right:0;background:white;border-radius:12px;box-shadow:0 15px 35px #0003;min-width:350px;max-width:400px;z-index:1000;margin-top:8px;border:1px solid #dee2e6}.history-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #e9ecef;background:#f8f9fa;border-radius:12px 12px 0 0}.history-header h4{margin:0;color:#2c3e50;font-size:16px}.history-list{max-height:400px;overflow-y:auto;padding:10px}.history-item{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;border-radius:8px;margin-bottom:8px;background:#f8f9fa;border:1px solid #e9ecef;transition:all .2s ease}.history-item:hover{background:#e9ecef;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.history-info{flex:1;min-width:0}.history-filename{font-weight:400;color:#2c3e50;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.history-date{color:#6c757d;font-size:12px;margin-top:2px}.history-size{color:#6c757d;font-size:11px;margin-top:1px}.app-main{display:flex;flex-direction:column;gap:2rem}.upload-section{background:white;padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0000001a}.upload-section h2{color:#2c3e50;margin-top:0;margin-bottom:1.5rem;font-size:1.8rem;text-align:center}.drop-zone{border:3px dashed #dc3545;border-radius:15px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:all .3s ease;background:#f8f9fa;margin-bottom:2rem;position:relative;min-height:200px;display:flex;align-items:center;justify-content:center}.drop-zone:hover{border-color:#c82333;background:#fff5f6;transform:translateY(-2px);box-shadow:0 8px 25px #dc354526}.drop-zone-active{border-color:#ffc107;background:#fff3e0;transform:scale(1.02);box-shadow:0 15px 35px #ffc10733}.drop-zone-has-file{border-color:#dc3545;background:#fff5f6}.drop-zone-placeholder{display:flex;flex-direction:column;align-items:center;gap:1rem}.upload-icon{font-size:3rem;margin-bottom:1rem}.upload-title{font-size:1.3rem;font-weight:400;color:#2c3e50;margin-bottom:.5rem}.upload-subtitle{color:#7f8c8d;font-size:1rem}.selected-file-info{display:flex;align-items:center;gap:1.5rem;background:white;padding:1.5rem;border-radius:12px;border:2px solid #dc3545;box-shadow:0 5px 15px #dc35451a}.file-icon{font-size:2.5rem}.file-details{flex:1;text-align:left}.file-name{font-weight:400;color:#2c3e50;font-size:1.1rem;margin-bottom:.5rem}.file-size{color:#7f8c8d;font-size:.9rem;margin-bottom:.3rem}.file-status{color:#dc3545;font-size:.9rem;font-weight:400}.analysis-section{display:flex;justify-content:center;align-items:center;margin-top:2rem}.btn{padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:400;cursor:pointer;transition:all .3s ease;min-width:120px;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-large{padding:16px 32px;font-size:1.1rem;min-width:180px}.analysis-btn{background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);color:#fff;box-shadow:0 5px 15px #a02d2d4d}.analysis-btn:hover:not(:disabled){background:linear-gradient(135deg,#8a2424 0%,#8a2424 100%);transform:translateY(-3px);box-shadow:0 8px 25px #a02d2d66}.btn-primary{background:#a02d2d;color:#fff}.btn-primary:hover:not(:disabled){background:#8a2424;transform:translateY(-2px);box-shadow:0 5px 15px #a02d2d4d}.btn-success:hover:not(:disabled){background:#ffb81c;transform:translateY(-2px);box-shadow:0 5px 15px #ffc1074d}.btn-secondary{background:#495057;color:#fff}.btn-secondary:hover{background:#343a40;transform:translateY(-2px);box-shadow:0 5px 15px #343a404d}.btn-info:hover:not(:disabled){background:#ffb81c;transform:translateY(-2px);box-shadow:0 5px 15px #ffc1074d}.btn-warning{background:#ffc107;color:#333}.btn-warning:hover:not(:disabled){background:#ffb81c;transform:translateY(-2px);box-shadow:0 5px 15px #ffc1074d}.btn-small{font-size:12px!important;padding:6px 12px!important;min-width:auto!important}.content-section{background:white;padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0000001a}.content-section h3{color:#2c3e50;margin-top:0;font-size:1.5rem}.content-preview{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #dc3545;text-align:left;white-space:pre-wrap;line-height:1.6;max-height:200px;overflow-y:auto;font-family:Courier New,monospace;font-size:14px}.api-status{margin-top:10px}.professional-report-container{background:white;border-radius:15px;box-shadow:0 10px 30px #0000001a;overflow:hidden}.report-controls{background:#f8f9fa;padding:20px;border-bottom:1px solid #dee2e6;text-align:left}.professional-report-preview{max-height:80vh;overflow-y:auto;background:white;padding:2rem}.notification{position:fixed;top:20px;right:20px;max-width:400px;min-width:300px;padding:1.5rem;border-radius:12px;box-shadow:0 10px 30px #0003;z-index:1000;animation:slideInRight .3s ease-out;border-left:5px solid}.notification-success{background:linear-gradient(135deg,#f5f5f5 0%,#f0f0f0 100%);border-left-color:#d4d4d4;color:#666}.notification-error{background:linear-gradient(135deg,#fff5f6 0%,#ffe0e3 100%);border-left-color:#dc3545;color:#9a1f23}.notification-warning{background:linear-gradient(135deg,#fff3e0 0%,#ffe0b2 100%);border-left-color:#ffc107;color:#8a6b0d}.notification-content{position:relative;line-height:1.6}.notification-content pre{margin:0;white-space:pre-wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400}.notification-close{position:absolute;top:-10px;right:-10px;background:rgba(0,0,0,.1);border:none;border-radius:50%;width:24px;height:24px;font-size:16px;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.notification-close:hover{background:rgba(0,0,0,.2);transform:scale(1.1)}.progress-container{margin:1.5rem 0;padding:2rem;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:15px;border-left:5px solid #dc3545;box-shadow:0 6px 20px #dc35451f;max-width:900px;margin-left:auto;margin-right:auto}.progress-label{font-weight:400;color:#495057;margin-bottom:1.2rem;font-size:18px;text-align:center}.progress-bar{width:100%;height:20px;background:#e9ecef;border-radius:10px;overflow:hidden;margin-bottom:.8rem;box-shadow:inset 0 2px 4px #0000001a}.progress-fill{height:100%;border-radius:10px;transition:width .5s ease;background:linear-gradient(90deg,#dc3545 0%,#c82333 100%);animation:progressShine 2s infinite;position:relative}.progress-fill-analysis{background:linear-gradient(90deg,#ffc107 0%,#ffb81c 100%)}.progress-text{text-align:center;font-size:16px;font-weight:400;color:#6c757d;margin-top:.5rem}@keyframes progressShine{0%{background-position:-200px 0}to{background-position:200px 0}}.progress-fill:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.4) 50%,rgba(255,255,255,0) 100%);animation:shine 2s infinite}.upload-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.mode-switch{display:flex;align-items:center}.batch-upload-section{margin-bottom:1.5rem}.batch-drop-zone{min-height:200px}.batch-files-info{width:100%;text-align:left}.batch-summary{display:flex;align-items:center;margin-bottom:1rem;padding:1rem;background:linear-gradient(135deg,#ffe0e3 0%,#ffc9cc 100%);border-radius:8px;border-left:4px solid #dc3545}.batch-icon{font-size:2.5rem;margin-right:1rem}.batch-details{flex:1}.batch-count{font-size:1.2rem;font-weight:400;color:#dc3545;margin-bottom:.25rem}.batch-size{font-size:.9rem;color:#666}.batch-file-list{max-height:200px;overflow-y:auto;border:1px solid #e0e0e0;border-radius:8px;background:#fafafa}.batch-file-item{display:flex;align-items:center;padding:.5rem 1rem;border-bottom:1px solid #e0e0e0;font-size:14px}.batch-file-item:last-child{border-bottom:none}.batch-file-item .file-icon{margin-right:.5rem;color:#dc3545}.batch-file-item .file-name{flex:1;margin-right:.5rem;color:#333;font-weight:400}.batch-file-item .file-size{color:#666;font-size:12px}.batch-file-more{padding:.5rem 1rem;color:#666;font-style:italic;text-align:center;background:#f5f5f5}.file-reader-status{margin-top:10px;display:flex;align-items:center;gap:10px;flex-direction:column}.status-badge{padding:4px 12px;border-radius:15px;font-size:12px;font-weight:400;display:inline-flex;align-items:center}.status-success{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;box-shadow:0 2px 4px #4caf504d}.status-warning{background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff;box-shadow:0 2px 4px #ff98004d}.status-error{background:linear-gradient(135deg,#f44336,#ef4444);color:#fff;box-shadow:0 2px 4px #f443364d}.batch-progress-container{margin:1.5rem 0;padding:2rem;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:15px;border-left:5px solid #dc3545;box-shadow:0 6px 20px #dc35451f;max-width:900px;margin-left:auto;margin-right:auto}.batch-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.batch-progress-summary{font-weight:400;color:#ffc107;font-size:16px}.batch-progress-list{display:flex;flex-direction:column;gap:1rem}.batch-progress-item{background:white;padding:1.2rem;border-radius:10px;border:1px solid #e9ecef;box-shadow:0 1px 3px #0000000d}.batch-progress-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.batch-progress-info .file-name{font-weight:400;color:#495057;font-size:14px;flex:1;margin-right:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.batch-progress-info .progress-text{font-weight:400;color:#ffc107;font-size:16px;min-width:50px;text-align:right}.batch-results-section{margin-top:2rem;padding:1.5rem;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:12px;border-left:4px solid #007bff}.batch-results-summary{margin-bottom:1.5rem}.results-stats{display:flex;gap:1rem;justify-content:center}.stat-item{display:flex;align-items:center;padding:.5rem 1rem;border-radius:20px;font-weight:400;font-size:14px}.stat-item.success{background:linear-gradient(135deg,#d4edda 0%,#c3e6cb 100%);color:#155724;border:1px solid #c3e6cb}.stat-item.error{background:linear-gradient(135deg,#f8d7da 0%,#f5c6cb 100%);color:#721c24;border:1px solid #f5c6cb}.stat-icon{margin-right:.5rem}.batch-results-list{display:flex;flex-direction:column;gap:1rem}.batch-result-item{background:white;padding:1rem;border-radius:8px;border:1px solid #e9ecef}.batch-result-item.success{border-left:4px solid #ffc107}.batch-result-item.error{border-left:4px solid #dc3545}.result-header{display:flex;justify-content:space-between;align-items:center}.result-info{display:flex;align-items:center;gap:.5rem;flex:1}.result-icon{font-size:1.2rem}.result-filename{font-weight:400;color:#333}.result-filesize{color:#666;font-size:12px}.result-error{margin-top:.5rem;padding:.5rem;background:#f8d7da;color:#721c24;border-radius:4px;font-size:14px}@media (max-width: 768px){.app-header{padding:1.5rem}.header-content{flex-direction:column;gap:1rem}.history-section{position:relative;top:auto;right:auto;width:100%;display:flex;justify-content:center}.history-dropdown{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);right:auto;max-width:90vw;max-height:80vh}.app-header h1{font-size:2rem}.upload-section{padding:1.5rem}.drop-zone{padding:2rem 1rem;min-height:150px}.selected-file-info{flex-direction:column;text-align:center;gap:1rem}.file-details{text-align:center}.analysis-section{flex-direction:column;gap:1rem}.btn-large{width:100%;max-width:250px}.notification{margin:.5rem;padding:1rem;max-width:calc(100vw - 2rem);min-width:auto}.notification-content{font-size:14px}}@media (max-width: 1200px){.progress-container,.batch-progress-container{max-width:700px;padding:1.8rem}}@media (max-width: 768px){.progress-container,.batch-progress-container{max-width:100%;margin:1rem 0;padding:1.5rem}.progress-label{font-size:16px}.progress-text{font-size:14px}}@media (max-width: 480px){.progress-container,.batch-progress-container{padding:1.2rem;border-radius:12px}.progress-bar{height:16px;border-radius:8px}.progress-fill{border-radius:8px}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:flex-end;background-image:url(/登录背景.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding:40px;font-family:微软雅黑,Microsoft YaHei,Arial,sans-serif;position:relative}.login-card{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 20px 60px #0000004d;width:540px;height:480px;overflow:hidden;animation:slideUp .5s ease-out;border:1px solid rgba(255,255,255,.3);position:relative;z-index:1;display:flex;flex-direction:column;margin-right:160px}.login-header{text-align:center;padding:25px 30px 15px;background:#ffffff;border-bottom:1px solid #f0f2f5}.login-logo{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:15px}.login-logo-icon{font-size:28px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.login-logo-text{font-size:20px;font-weight:700;color:#1f2937;letter-spacing:-.025em}.login-subtitle{color:#6b7280;font-size:12px;margin:0;font-weight:400}.dev-notice{color:#d97706;font-size:12px;margin:12px 0 0;font-weight:500;background:#fef3c7;padding:8px 12px;border-radius:6px;border:1px solid #fbbf24}.login-tabs{display:flex;border-bottom:1px solid #e5e7eb;background:#f9fafb;overflow-x:auto}.tab-button{flex:1;min-width:80px;padding:16px 12px;border:none;background:transparent;cursor:pointer;font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:center;transition:all .2s ease;position:relative;white-space:nowrap}.tab-button:hover{background:rgba(59,130,246,.05);color:#3b82f6}.tab-button.active{color:#3b82f6;background:white;font-weight:600}.tab-button.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#3b82f6;border-radius:2px 2px 0 0}.password-login{display:flex;flex-direction:column;gap:25px}.demo-accounts{background:#f9fafb;border-radius:8px;padding:16px;border:1px solid #e5e7eb}.demo-title{margin:0 0 12px;font-size:13px;color:#374151;font-weight:600}.demo-account{margin-bottom:6px;font-size:12px;color:#6b7280;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace}.demo-account:last-child{margin-bottom:0}.clear-data-btn{margin-top:10px;padding:6px 12px;background:#b73534;color:#fff;border:none;border-radius:4px;font-size:11px;cursor:pointer;transition:background .3s ease}.clear-data-btn:hover{background:#a02d2d}.register-form{display:flex;flex-direction:column;gap:20px}.register-tips{background:#f0f9ff;border-radius:8px;padding:14px 16px;border:1px solid #e0f2fe}.register-tips p{margin:0;font-size:12px;color:#0f172a;line-height:1.5}.register-tips p:not(:last-child){margin-bottom:6px}.login-content{padding:20px 25px;flex:1}.wechat-login{text-align:center}.qr-section{margin-bottom:30px}.qr-placeholder{padding:60px 20px;border:2px dashed #d1d5db;border-radius:12px;background:#f9fafb}.qr-icon{font-size:48px;margin-bottom:15px;opacity:.6}.qr-placeholder p{color:#6b7280;margin:0;font-size:14px}.qr-code{display:flex;flex-direction:column;align-items:center;gap:15px}.qr-code img{border-radius:12px;box-shadow:0 4px 12px #0000001a;max-width:200px;width:100%}.qr-tip{color:#374151;font-size:14px;margin:0;text-align:center}.auto-login-tip{display:block;color:#28a745;font-size:12px;margin-top:5px;font-weight:500}.sms-login{display:flex;flex-direction:column;gap:12px}.login-title{text-align:center;font-size:18px;font-weight:600;color:#1f2937;margin:0 0 15px}.error-message{background:#fdf2f2;border:1px solid #f5d5d5;color:#b73534;padding:12px 16px;border-radius:8px;font-size:14px;text-align:center;animation:shake .5s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.debug-code{background:#fef3c7;border:1px solid #fbbf24;color:#92400e;padding:10px 14px;border-radius:6px;font-size:12px;text-align:center;margin-top:8px}.debug-code strong{color:#d97706;font-size:16px;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;letter-spacing:2px}.login-tips{background:#f0f9ff;border-radius:8px;padding:10px 12px;border:1px solid #e0f2fe}.login-tips p{margin:0;font-size:10px;color:#0f172a;line-height:1.3}.login-tips p:not(:last-child){margin-bottom:6px}.form-group{display:flex;flex-direction:column;gap:4px}.form-group label{font-weight:500;color:#374151;font-size:12px}.form-group input{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;transition:all .2s ease;background:#fff}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input:invalid{border-color:#b73534}.sms-input-group{display:flex;gap:6px}.sms-input-group input{flex:1}.sms-button{padding:10px 12px;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:90px}.sms-button:hover:not(:disabled){background:#059669;transform:translateY(-1px)}.sms-button:disabled{background:#6c757d;cursor:not-allowed;transform:none}.sms-tip{font-size:12px;color:#059669;background:#dcfce7;padding:10px 14px;border-radius:6px;text-align:center;border:1px solid #bbf7d0}.sms-tip strong{color:#047857}.login-button{width:100%;padding:10px;border:none;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;text-transform:none}.login-button:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.wechat-button{background:#10b981;color:#fff}.wechat-button:hover:not(:disabled){background:#059669;transform:translateY(-2px);box-shadow:0 6px 20px #10b98140}.password-button{background:#7c3aed;color:#fff}.password-button:hover:not(:disabled){background:#6d28d9;transform:translateY(-2px);box-shadow:0 6px 20px #7c3aed40}.register-button{background:#f59e0b;color:#fff}.sms-button.login-button{background:#3b82f6;color:#fff}.sms-button.login-button:hover:not(:disabled){background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 20px #3b82f640}.login-footer{padding:12px 25px;background:#f9fafb;border-top:1px solid #e5e7eb}.terms-checkbox{display:flex;align-items:flex-start;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.terms-checkbox input[type=checkbox]{width:16px;height:16px;margin-top:2px;cursor:pointer;flex-shrink:0}.terms-checkbox input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.checkbox-text{font-size:12px;color:#374151;line-height:1.4}.checkbox-text a{color:#3b82f6;text-decoration:none}.checkbox-text a:hover{text-decoration:underline}@media (max-width: 768px){.login-container{justify-content:center;padding:20px}.login-card{width:90%;max-width:450px;aspect-ratio:auto}}@media (max-width: 480px){.login-container{padding:10px}.login-card{width:calc(100% - 20px);max-width:100%;border-radius:15px;aspect-ratio:auto;margin:0 auto}.login-header{padding:30px 20px 15px}.logo-text{font-size:20px}.login-content{padding:20px}.tab-button{padding:12px 8px;font-size:11px;min-width:70px}.tab-icon{font-size:14px}.sms-input-group{flex-direction:row;gap:6px}.sms-button{min-width:auto}}.main-layout{min-height:100vh;background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%);width:100%;font-family:微软雅黑,Microsoft YaHei,Arial,sans-serif}.analyzing-notification{position:fixed;top:72px;left:0;right:0;background:linear-gradient(90deg,#2563eb 0%,#1e40af 100%);color:#fff;padding:12px 32px;z-index:999;box-shadow:0 4px 12px #2563eb4d;animation:slideDown .3s ease-out}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.analyzing-content{display:flex;align-items:center;gap:12px;justify-content:center;font-size:14px;font-weight:500;letter-spacing:.5px}.analyzing-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.analyzing-text{white-space:nowrap}.main-header{background:linear-gradient(135deg,#ffffff 0%,#f8f9fa 100%);color:#000;padding:0 32px;height:72px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 20px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);position:fixed;top:0;left:0;right:0;z-index:1000;transform:translateY(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.main-header.header-visible{transform:translateY(0)}.main-header.header-hidden{transform:translateY(-100%)}.header-left{display:flex;align-items:center;justify-content:flex-start;gap:0;flex:0;position:relative}.header-left .logo-section{position:static}.main-header .header-nav{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media (max-width: 1024px){.header-nav .nav-item{padding:12px 18px;gap:8px}.header-nav .nav-text{font-size:14px}}@media (min-width: 481px) and (max-width: 768px){.main-header{height:64px!important;padding:0 20px!important}.company-logo-img{height:52px!important}.mobile-menu-btn,.mobile-menu-container{display:none!important}.header-center{display:flex!important;flex:0 0 auto}.main-header .header-nav{position:static!important;transform:none!important;left:auto!important;top:auto!important;flex:1!important;margin-left:40px!important;display:flex!important}.header-nav .nav-item{padding:10px 14px;gap:6px}.header-nav .nav-text{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media (min-width: 769px){.mobile-menu-container{display:none!important}.header-center{display:flex!important;flex:0 0 auto}.main-header .header-nav{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;display:flex!important}}@media (max-width: 480px){.main-header{height:56px!important;padding:0 12px!important;flex-direction:row;align-items:center!important;justify-content:flex-start!important;gap:12px;flex-wrap:nowrap!important}.company-logo-img{height:40px!important;max-height:40px;max-width:100px!important;width:auto!important}.mobile-menu-container{display:flex;align-items:center;flex-shrink:0;position:relative;min-width:fit-content}.mobile-menu-btn{display:flex!important;flex-direction:column;justify-content:center;align-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:8px 12px;height:56px!important;width:auto;flex-shrink:0;margin:0!important}.mobile-menu-btn span{display:block;width:24px;height:2px;background:#333;border-radius:2px;transition:all .3s ease}.header-center{display:flex;align-items:center;justify-content:center;flex-shrink:0;min-width:0;flex:1;min-width:80px;max-width:100px;margin:0 auto}.logo-section{flex-shrink:0;padding:0!important;display:flex;align-items:center;height:40px;max-width:120px}.header-nav{display:none!important}.mobile-menu-dropdown{position:fixed;top:56px;left:0;right:0;background:white;border-bottom:1px solid #e5e7eb;box-shadow:0 4px 12px #0000001a;z-index:999;display:flex;flex-direction:column;width:100%}.mobile-menu-item{padding:12px 16px;color:#333;text-decoration:none;border-bottom:1px solid #f0f0f0;font-size:14px;transition:background .2s ease}.mobile-menu-item:hover{background:#f5f5f5}.header-right{display:flex;align-items:center;height:56px!important;flex-shrink:0;margin-left:auto}.user-profile{padding:4px 8px!important;height:40px!important;display:flex;align-items:center}.user-avatar{width:36px!important;height:36px!important}}.logo-section{display:flex;align-items:center;padding:6px 0;margin-left:0}.logo-link{display:flex;align-items:center;text-decoration:none;cursor:pointer;border-radius:8px;transition:all .3s ease}.logo-link:hover{transform:scale(1.02)}.company-logo-img{height:60px;width:auto;object-fit:contain;transition:all .3s ease;filter:drop-shadow(0 1px 4px rgba(0,0,0,.1));cursor:pointer;max-width:500px}.company-logo-img:hover{transform:scale(1.02);filter:drop-shadow(0 2px 6px rgba(0,0,0,.15))}.header-nav{display:flex;align-items:center}.header-nav .nav-items{display:flex;gap:8px}.header-nav .nav-item{padding:12px 24px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .3s ease;position:relative;font-weight:400;color:#333;border-radius:8px;background:transparent}.header-nav .nav-item:hover{background:transparent;color:#b73534}.header-nav .nav-item.active{color:#b73534;background:transparent;font-weight:400;box-shadow:none}.header-nav .nav-item.active:hover{background:transparent;color:#b73534;box-shadow:none}.header-nav .nav-text{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-item-wrapper{position:relative;display:inline-block}.product-dropdown-menu{position:fixed;top:80px;left:50%;transform:translate(-50%);background:white;border-radius:12px;box-shadow:0 8px 32px #00000026;padding:0;width:780px;max-width:90vw;z-index:2000;animation:dropdownSlideDown .3s ease-out;margin-left:-390px;transform:none;overflow:hidden;display:flex}.product-dropdown-menu:before{content:"";position:absolute;top:-20px;left:0;right:0;height:20px;background:transparent}@media (max-width: 900px){.product-dropdown-menu{margin-left:0;transform:translate(-50%)}}.dropdown-category-nav{width:140px;background:#fafafa;padding:24px 0;border-right:1px solid #e8e8e8;flex-shrink:0;border-radius:12px 0 0 12px}.category-title{padding:0 20px 16px;font-size:13px;color:#999;font-weight:600;letter-spacing:.5px}.category-item{padding:12px 20px;font-size:14px;color:#666;cursor:pointer;transition:all .3s ease;border-left:3px solid transparent;position:relative}.category-item:hover{background:rgba(199,39,47,.05);color:#c7272f}.category-item.active{background:white;color:#c7272f;font-weight:600;border-left-color:#c7272f;box-shadow:2px 0 8px #c7272f1a}.dropdown-products-grid{flex:1;padding:24px;display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-height:500px;overflow-y:auto}@keyframes dropdownSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.product-dropdown-item{display:flex;align-items:flex-start;gap:12px;padding:16px;color:#2c3e50;text-decoration:none;border-radius:12px;transition:all .3s ease;border:1px solid #e8e8e8;background:#fafafa;position:relative}.product-dropdown-item:hover{background:linear-gradient(135deg,#fff5f5 0%,#ffe8e8 100%);border-color:#ffb3b3;transform:translateY(-2px);box-shadow:0 4px 16px #c7272f26}.product-dropdown-item:hover .dropdown-item-name{color:#c7272f}.product-dropdown-item:hover .dropdown-item-badge{border-color:#c7272f}.dropdown-item-icon{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f0f0f0;border-radius:8px;color:#666;transition:all .3s ease}.dropdown-item-icon svg{width:24px;height:24px}.product-dropdown-item .dropdown-item-icon{background:linear-gradient(135deg,#ffe8e8 0%,#ffd5d5 100%);color:#c7272f}.product-dropdown-item:hover .dropdown-item-icon{background:linear-gradient(135deg,#ff6b6b 0%,#ee5a52 100%);color:#fff;box-shadow:0 4px 12px #c7272f4d}.dropdown-item-content{flex:1;display:flex;flex-direction:column;gap:6px}.dropdown-item-name{font-size:15px;font-weight:600;color:#2c3e50;line-height:1.3}.dropdown-item-desc{font-size:12px;color:#999;line-height:1.4}.dropdown-item-badge{position:absolute;top:12px;right:12px;display:inline-block;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:700;letter-spacing:.5px;border:1.5px solid;transition:all .2s ease}.dropdown-item-badge.badge-hot{background:linear-gradient(135deg,#ff6b6b 0%,#ee5a52 100%);color:#fff;border-color:#ff6b6b;box-shadow:0 2px 8px #ff6b6b4d;animation:hotBadgePulse 1.5s ease-in-out infinite}@keyframes hotBadgePulse{0%,to{transform:scale(1);box-shadow:0 2px 8px #ff6b6b4d}50%{transform:scale(1.05);box-shadow:0 3px 12px #ff6b6b80}}.dropdown-item-badge.badge-new{background:linear-gradient(135deg,#ffd700 0%,#ffed4e 100%);color:#c7272f;border-color:transparent;box-shadow:0 2px 8px #ffd7004d;animation:newBadgePulse 1.5s ease-in-out infinite}@keyframes newBadgePulse{0%,to{transform:scale(1);box-shadow:0 2px 8px #ffd7004d}50%{transform:scale(1.05);box-shadow:0 3px 12px #ffd70080}}.nav-item-link{text-decoration:none;color:inherit}.nav-item-link:hover,.nav-item-link:focus,.nav-item-link:active{text-decoration:none;color:inherit}.header-nav .nav-badge{background:#28a745;color:#fff;font-size:11px;padding:3px 8px;border-radius:12px;font-weight:400}.notification-btn{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(255,255,255,.8);border:1px solid rgba(0,0,0,.08);border-radius:50%;cursor:pointer;transition:all .3s ease;margin-right:12px}.notification-btn:hover{background:rgba(255,255,255,1);box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.notification-icon{width:20px;height:20px;color:#555;transition:color .2s ease}.notification-btn:hover .notification-icon{color:#3b82f6}.notification-badge{position:absolute;top:-4px;right:-4px;display:flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;background:#ef4444;color:#fff;font-size:11px;font-weight:600;border-radius:9px;border:2px solid white;box-shadow:0 2px 6px #ef444466;animation:badgePulse 2s infinite}.user-account-container{position:relative;display:flex;align-items:center}.user-trigger{display:flex;align-items:center;gap:12px;padding:8px 16px;border-radius:24px;cursor:pointer;transition:all .3s ease;background:rgba(255,255,255,.8);border:1px solid rgba(0,0,0,.1)}.user-trigger:hover{background:rgba(255,255,255,1);box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.user-avatar-small{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #ffffff;box-shadow:0 2px 8px #00000026}.user-info-compact{display:flex;flex-direction:column;gap:2px;position:relative}.user-name-small{font-size:14px;font-weight:400;color:#1a1a1a;line-height:1.2}.user-status-indicator{position:absolute;right:-8px;top:0;width:8px;height:8px;background:#4caf50;border-radius:50%;border:2px solid #ffffff;box-shadow:0 0 4px #4caf5066}.user-dropdown-panel{position:absolute;top:calc(100% + 4px);right:0;width:280px;background:#ffffff;border-radius:12px;box-shadow:0 8px 32px #00000026;border:1px solid rgba(0,0,0,.1);z-index:2000;overflow:hidden;animation:panelSlideDown .2s ease-out}.user-dropdown-panel:before{content:"";position:absolute;top:-4px;left:0;right:0;height:4px;background:transparent}@keyframes panelSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.panel-header{display:flex;align-items:center;gap:12px;padding:20px;background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%);border-bottom:1px solid #e5e5e5}.panel-user-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;border:3px solid #ffffff;box-shadow:0 4px 12px #0000001a}.panel-user-info{flex:1;display:flex;flex-direction:column;gap:4px}.panel-user-name{font-size:16px;font-weight:400;color:#1a1a1a;line-height:1.3}.panel-user-phone{font-size:13px;color:#666;line-height:1.3}.panel-login-method{font-size:12px;color:#999;margin-top:2px}.panel-user-usage{font-size:13px;margin-top:8px;padding-top:8px;border-top:1px solid #e5e5e5;display:flex;align-items:center;gap:6px}.panel-user-usage .usage-label{color:#666;font-weight:400}.panel-user-usage .usage-count{color:#b73534;font-weight:600;font-size:15px}.panel-usage-section{padding:16px;background:linear-gradient(135deg,#fdf2f2 0%,#ffffff 100%);border-bottom:1px solid #f5d5d5}.usage-item{display:flex;flex-direction:column;gap:8px}.usage-item-header{display:flex;align-items:center;gap:8px}.usage-icon{width:18px;height:18px;color:#b73534;flex-shrink:0}.usage-item-title{font-size:13px;font-weight:600;color:#8b2323}.usage-item-content{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-left:26px}.usage-item-right{display:flex;align-items:center;justify-content:space-between;gap:12px;flex:1}.usage-count-wrapper{display:flex;align-items:baseline;gap:6px}.usage-count-large{font-size:28px;font-weight:700;color:#1f2937;line-height:1}.usage-unit{font-size:14px;color:#6b7280;font-weight:500}.recharge-btn{display:inline-flex;align-items:center;justify-content:center;padding:6px 16px;background:linear-gradient(135deg,#b73534 0%,#a02d2d 100%);color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0;box-shadow:0 2px 8px #b7353440}.recharge-btn:hover{background:linear-gradient(135deg,#a02d2d 0%,#8b2323 100%);box-shadow:0 4px 12px #b7353466;transform:translateY(-1px)}.usage-item-hint{font-size:12px;color:#9ca3af;padding-left:26px;margin-top:4px;font-weight:400}.taocan-item{margin-top:12px;padding-top:12px;border-top:1px dashed #e5e7eb}.taocan-count{color:#059669!important}.contract-item{margin-top:12px;padding-top:12px;border-top:1px dashed #e5e7eb}.contract-item .usage-icon{color:#3b82f6}.count-warning{color:#dc2626!important}.taocan-item .usage-icon,.taocan-item .usage-item-hint{color:#059669}.limited-details-trigger{display:inline-flex;align-items:center}.limited-details-trigger:hover .limited-details-tooltip{display:block}.limited-details-tooltip{display:none;position:absolute;left:0;top:100%;margin-top:8px;background:white;border:1px solid #e8e8e8;border-radius:8px;padding:10px 12px;min-width:140px;box-shadow:0 4px 12px #00000026;z-index:1000;font-size:12px;line-height:1.5}.limited-details-tooltip:before{content:"";position:absolute;top:-6px;left:10px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #e8e8e8}.limited-details-tooltip:after{content:"";position:absolute;top:-5px;left:10px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white}.usage-progress{display:flex;align-items:baseline;gap:4px;font-size:24px;font-weight:700;line-height:1}.usage-current{color:#b73534}.usage-separator{color:#9ca3af;font-weight:400;font-size:20px}.usage-total{color:#6b7280;font-size:18px;font-weight:600}.usage-status-badge{margin-top:6px;display:flex;align-items:center}.status-badge{font-size:12px;padding:4px 10px;border-radius:12px;font-weight:500;display:inline-flex;align-items:center;gap:4px}.status-badge.available{background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);color:#065f46;border:1px solid #6ee7b7}.status-badge.exceeded{background:linear-gradient(135deg,#fde8e8 0%,#f5d5d5 100%);color:#8b2323;border:1px solid #e8b0b0}.usage-hint{font-size:13px;color:#9ca3af;font-style:italic}.usage-divider{height:1px;background:linear-gradient(90deg,transparent,#f5d5d5,transparent);margin:12px 0}.panel-divider{height:1px;background:linear-gradient(90deg,transparent,#e5e5e5,transparent);margin:0}.panel-actions{padding:12px;display:flex;flex-direction:column;gap:8px}.panel-action-btn{display:flex;align-items:center;gap:12px;padding:12px 16px;border:none;background:#f8f9fa;color:#333;border-radius:8px;font-size:14px;font-weight:400;cursor:pointer;transition:all .2s ease;width:100%;text-align:left}.panel-action-btn:hover{background:#e9ecef;transform:translate(4px)}.panel-action-btn.settings-btn:hover{background:#e3f2fd;color:#1976d2}.panel-action-btn.settings-btn:hover .action-icon{color:#1976d2;animation:rotate .5s ease-in-out}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(90deg)}}.panel-action-btn.logout-btn:hover{background:#fde8e8;color:#b73534}.panel-action-btn.logout-btn:hover .action-icon{color:#b73534}.action-icon{width:20px;height:20px;color:#666;transition:all .2s ease}.horizontal-nav{display:none}.flow-content{width:100%;margin-top:72px;padding-top:0;min-height:calc(100vh - 72px);box-sizing:border-box}.flow-content.no-header{margin-top:0;padding-top:0;min-height:100vh}body:has(.rs-layout) .flow-content{margin-top:0;padding-top:0;min-height:100vh}.flow-content.with-analyzing-banner{margin-top:120px}.advantages-title{color:#1a1a1a;font-size:36px;font-weight:400;margin:0 0 16px;letter-spacing:-.5px}.advantage-card{background:#ffffff;border:1px solid #e5e5e5;border-radius:16px;padding:40px;transition:all .3s ease;display:flex;flex-direction:column;align-items:flex-start;position:relative;overflow:hidden;min-height:280px}.advantage-card:nth-child(1){background-image:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.75) 100%),url(/AI智能分析.png);background-size:cover;background-position:center}.advantage-card:nth-child(2){background-image:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.75) 100%),url(https://images.unsplash.com/photo-1589829545856-d10d557cf95f?w=800);background-size:cover;background-position:center}.advantage-card:nth-child(3){background-image:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.75) 100%),url(https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=800);background-size:cover;background-position:center}.advantage-card:nth-child(4){background-image:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.75) 100%),url(https://images.unsplash.com/photo-1600880292203-757bb62b4baf?w=800);background-size:cover;background-position:center}.advantage-card:hover{border-color:#1a1a1a;box-shadow:0 12px 32px #0000004d;transform:translateY(-8px)}.advantage-content{flex:1;z-index:1}.advantage-title{color:#1a1a1a;font-size:24px;font-weight:400;margin:0 0 16px;line-height:1.4}.metric-item{display:inline-flex;align-items:center;padding:8px 14px;background:rgba(255,255,255,.9);border:1px solid rgba(0,0,0,.15);border-radius:8px;font-size:13px;font-weight:400;color:#1a1a1a;white-space:nowrap;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.products-section{background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%);padding:0;border-bottom:1px solid rgba(0,0,0,.05)}.banner-content{display:flex;align-items:center;justify-content:center;gap:16px;font-size:15px;font-weight:400;position:relative;z-index:1}.banner-highlight{background:#ffffff;color:#a02d2d;padding:4px 16px;border-radius:20px;font-weight:400;font-size:13px;box-shadow:0 2px 8px #00000026;animation:bounce 2s infinite}.products-header h2{color:#2c3e50;font-size:24px;font-weight:400;margin:0 0 16px}.close-products{background:none;border:none;font-size:24px;color:#6c757d;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.close-products:hover{background:#f8f9fa;color:#a02d2d}.products-text-container{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1800px;margin:0 auto;padding:0 20px;align-items:stretch}.product-text-item:hover{border-color:#333;box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.product-card-header{background:linear-gradient(135deg,#9d2e2f 0%,#b73534 100%);border-radius:8px 8px 0 0;padding:24px;margin:-32px -32px 24px;border-bottom:none;position:sticky;top:0;overflow:hidden;box-shadow:0 4px 12px #b7353440;grid-area:header;transition:min-height .3s ease;z-index:100}.header-info-section{display:none}.product-card-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#f5a500 0%,#f5b333 50%,#f5a500 100%);opacity:.8}.product-card-header .product-title{font-size:22px;font-weight:400;color:#fff;margin:0 0 10px;line-height:1.3;position:relative;z-index:1;text-shadow:0 2px 4px rgba(0,0,0,.2);display:block;transition:min-height .3s ease;text-align:center}.product-card-header .product-positioning{font-size:13px;color:#ffffffe6;margin:0;line-height:1.6;font-weight:400;position:relative;z-index:1;text-shadow:0 1px 3px rgba(0,0,0,.25);display:block;transition:min-height .3s ease;text-align:center}.header-price-original{font-size:12px;color:#fff9;text-decoration:line-through;font-weight:400}.header-price-current{font-size:28px;font-weight:400;color:#fff;line-height:1;text-shadow:0 2px 6px rgba(0,0,0,.3)}.header-cta-button{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;background:#f5a500;color:#1a1a1a;text-decoration:none;border-radius:6px;font-size:14px;font-weight:400;transition:all .3s ease;border:none;cursor:pointer;white-space:nowrap;box-shadow:0 4px 12px #f5a5004d;flex-shrink:0}.header-price-current .price-tag{display:none}.product-label{display:inline-block;padding:8px 18px;font-size:13px;font-weight:400;border-radius:0 6px 6px 0;background:linear-gradient(135deg,#b73534 0%,#a02d2d 100%);color:#fff;border:1px solid #b73534;position:absolute;top:-30px;left:50%;transform:translate(-50%) rotate(-2deg);z-index:10;box-shadow:2px 2px 10px #b7353466;transition:all .3s ease}.product-text-item:hover .product-label{transform:translate(-50%) rotate(0) translateY(-2px);box-shadow:3px 3px 12px #b7353480}.product-label:before{content:"";position:absolute;left:-8px;top:0;width:0;height:0;border-style:solid;border-width:0 8px 38px 0;border-color:transparent #b73534 transparent transparent;filter:brightness(.85)}.product-label.hot{background:linear-gradient(135deg,#b73534 0%,#a02d2d 100%);color:#fff;border-color:#a02d2d;box-shadow:2px 2px 10px #b7353466}.product-label.hot:before{border-color:transparent #a02d2d transparent transparent}.product-label.protection{background:linear-gradient(135deg,#b73534 0%,#a02d2d 100%);color:#fff;border-color:#a02d2d;box-shadow:2px 2px 10px #b7353466}.product-label.protection:before{border-color:transparent #a02d2d transparent transparent}.product-label.efficiency{background:linear-gradient(135deg,#b73534 0%,#a02d2d 100%);color:#fff;border-color:#a02d2d;box-shadow:2px 2px 10px #b7353466}.product-label.efficiency:before{border-color:transparent #a02d2d transparent transparent}.product-label.value{background:linear-gradient(135deg,#b73534 0%,#a02d2d 100%);color:#fff;border-color:#a02d2d;box-shadow:2px 2px 10px #b7353466}.product-label.value:before{border-color:transparent #b73534 transparent transparent}.product-label.soon{background:#e3f2fd;color:#1976d2;border-color:#bbdefb}.product-title{font-size:22px;font-weight:400;color:#1a1a1a;margin:0 0 12px;line-height:1.3;text-align:center}.product-positioning{font-size:14px;color:#fffffff2;margin:0 0 12px;line-height:1.5;font-weight:400;text-shadow:0 1px 3px rgba(0,0,0,.25);text-align:center}.target-users-title{font-size:15px;font-weight:400;color:#1a1a1a;margin:0 0 12px;display:flex;align-items:center;gap:8px;position:relative}.target-users-title:before{content:"";width:18px;height:18px;background:linear-gradient(135deg,#b73534 0%,#a02d2d 100%);border-radius:4px;display:block;flex-shrink:0;position:relative;box-shadow:0 2px 8px #b735344d}.target-users-title:after{content:"";position:absolute;width:8px;height:8px;background:white;border-radius:50%;left:5px;top:50%;transform:translateY(-50%)}.target-user-item{display:flex;align-items:flex-start;font-size:14px;color:#555;line-height:1.6}.target-user-text{flex:1;font-size:14px;color:#555;line-height:1.6}.product-description{font-size:15px;color:#666;margin:0 0 20px;line-height:1.5}.feature-stats{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}.stat-text{font-size:13px;font-weight:600;color:#1a1a1a;padding:8px 12px;background:#f8f9fa;border:1px solid #e5e5e5;border-radius:6px;flex:1;text-align:center;min-width:0}.features-title{font-size:15px;font-weight:400;color:#1a1a1a;margin:0 0 12px;display:flex;align-items:center;gap:8px;position:relative}.feature-list{display:flex;flex-direction:column;gap:8px}.feature-item{display:flex;align-items:flex-start;font-size:14px;color:#555;line-height:1.6}.feature-text{flex:1;font-size:14px;color:#555;line-height:1.6}.product-pricing-area{margin:20px 0;padding:16px;background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%);border-radius:8px;border:1px solid #e5e5e5;grid-area:pricing;transition:min-height .3s ease}.price-original{font-size:15px;color:#999;text-decoration:line-through;margin-bottom:6px}.price-current{font-size:32px;font-weight:400;color:#b73534;margin-bottom:8px;line-height:1.2}.price-tag{font-size:13px;font-weight:400;color:#666;background:#fef3e0;padding:2px 8px;border-radius:4px;margin-left:6px}.price-promo{font-size:14px;color:#666;line-height:1.5;margin-top:8px;padding-top:8px;border-top:1px solid #e5e5e5}.product-pricing-text{margin-bottom:16px;padding:16px 0 10px;border-top:1px solid #f0f0f0}.original-price-text{display:block;font-size:18px;color:#999;text-decoration:line-through;margin-bottom:6px;font-weight:400;letter-spacing:.3px}.promo-price-text{display:block;font-size:24px;font-weight:400;color:#b73534;margin-bottom:8px;text-shadow:0 2px 4px rgba(183,53,52,.2)}.value-text{display:block;font-size:13px;color:#666;font-weight:400;line-height:1.4}.delivery-title{font-size:15px;font-weight:400;color:#1a1a1a;margin:0 0 12px;display:flex;align-items:center;gap:8px;position:relative}.delivery-title:before{content:"";width:18px;height:18px;background:linear-gradient(135deg,#b73534 0%,#a02d2d 100%);border-radius:4px;display:block;flex-shrink:0;position:relative;box-shadow:0 2px 8px #b735344d}.delivery-title:after{content:"";position:absolute;width:8px;height:4px;border-left:2px solid white;border-bottom:2px solid white;transform:rotate(-45deg);left:5px;top:50%;margin-top:-2px}.delivery-item{display:flex;align-items:flex-start;font-size:14px;color:#555;line-height:1.6}.delivery-text{flex:1;font-size:14px;color:#555;line-height:1.6}.product-cta-button{display:inline-block;width:100%;padding:14px 24px;background:linear-gradient(135deg,#1a1a1a 0%,#333333 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:16px;font-weight:400;transition:all .3s ease;border:none;cursor:pointer;text-align:center;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000026;grid-area:cta}.product-cta-button:hover{background:linear-gradient(135deg,#333333 0%,#1a1a1a 100%);transform:translateY(-2px);box-shadow:0 6px 16px #0003}.product-cta-button:active{transform:translateY(0)}.product-link{display:inline-block;padding:12px 24px;background:#1a1a1a;color:#fff;text-decoration:none;border-radius:6px;font-size:15px;font-weight:400;transition:all .3s ease;border:none;cursor:pointer;text-align:center;margin-top:auto;position:relative;overflow:hidden}.product-link:hover{background:#333333;transform:translateY(-1px)}.product-link.disabled{background:#cccccc;color:#666;cursor:not-allowed}.product-link.disabled:hover{background:#cccccc;transform:none}.header-user-section{display:flex;align-items:center;gap:12px;flex-direction:row}.user-info{display:flex;align-items:center;gap:20px;padding:8px 12px;background:transparent;border-radius:12px;transition:all .3s ease}.user-profile{display:flex;align-items:center;gap:12px;padding:8px 16px;background:rgba(255,255,255,.8);border:1px solid rgba(0,0,0,.08);border-radius:10px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.user-profile:hover{background:rgba(255,255,255,.95);border-color:#0000001f;box-shadow:0 4px 12px #00000014}.user-avatar{width:40px;height:40px;border-radius:50%;border:2px solid rgba(0,0,0,.1);object-fit:cover;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.user-profile:hover .user-avatar{border-color:#0003;box-shadow:0 4px 12px #00000026}.user-details{display:flex;flex-direction:column;gap:2px;min-width:80px}.user-name{font-weight:400;font-size:14px;color:#1a1a1a;letter-spacing:.3px}.user-method{font-size:12px;color:#666;font-weight:400}.user-actions{display:flex;gap:8px;align-items:center}.action-btn,.logout-btn{background:rgba(255,255,255,.8);border:1px solid rgba(0,0,0,.08);color:#333;font-size:14px;padding:8px 16px;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:400;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap}.action-btn:hover{background:rgba(255,255,255,.95);border-color:#00000026;color:#1a1a1a;box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}.logout-btn{background:rgba(255,255,255,.8);border-color:#b7353433;color:#a02d2d}.logout-btn:hover{background:#a02d2d;border-color:#a02d2d;color:#fff;box-shadow:0 4px 12px #b735344d;transform:translateY(-1px)}.btn-text{display:inline-block}.main-content-section{background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%);padding:0;width:100%;box-sizing:border-box}.content-container{width:100%;background:white;border-radius:20px;box-shadow:0 4px 25px #00000014;border:1px solid rgba(255,255,255,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-height:auto;box-sizing:border-box}.main-layout .app-footer{background:#2c2c2c!important;color:#fff!important;border-top:1px solid rgba(255,255,255,.1)}.main-layout .footer-nav-section{background:#2c2c2c!important;padding:40px 32px;border-bottom:1px solid rgba(255,255,255,.1)}.main-layout .footer-nav-row{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:60px;align-items:start}.main-layout .footer-nav-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:60px}.main-layout .footer-contact-qrcode{min-width:auto;display:flex;flex-direction:row;gap:30px;padding:24px;background:rgba(255,255,255,.05);border-radius:8px;border:1px solid rgba(255,255,255,.1);align-items:flex-start}.main-layout .footer-contact-section{display:flex;flex-direction:column;gap:14px;flex:1}.main-layout .footer-contact-details{display:flex;flex-direction:column;gap:12px}.main-layout .contact-detail-item{display:flex;align-items:center;gap:10px;color:#fff;font-size:13px;line-height:1.5}.main-layout .contact-detail-item i{width:16px;font-size:14px;color:#4a90e2;flex-shrink:0}.main-layout .contact-detail-item span{color:#ccc}.main-layout .footer-qrcodes{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:20px}.main-layout .qrcode-item{display:flex;flex-direction:column;align-items:center;gap:12px}.main-layout .footer-qrcode{width:100px;height:100px;object-fit:contain;border-radius:6px;background:#ffffff;padding:6px}.main-layout .qrcode-label{font-size:11px;color:#fff;text-align:center;margin:6px 0 0;font-weight:400;white-space:nowrap}.main-layout .footer-nav-column{display:flex;flex-direction:column}.main-layout .footer-nav-title{font-size:15px;font-weight:400;color:#fff;margin:0 0 16px;letter-spacing:-.02em}.main-layout .footer-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.main-layout .footer-nav-list li{margin:0}.main-layout .footer-nav-link{color:#ccc;text-decoration:none;font-size:13px;font-weight:400;transition:all .2s ease;display:inline-block;position:relative;padding-left:0}.main-layout .footer-nav-link:hover{color:#fff;transform:translate(4px);font-weight:400}.main-layout .footer-nav-link:before{content:"";position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:3px;height:3px;border-radius:50%;background:#ffffff;opacity:0;transition:opacity .2s ease}.main-layout .footer-nav-link:hover:before{opacity:1}.main-layout .footer-bottom-section{background:#2c2c2c!important;padding:20px 32px}.main-layout .footer-bottom-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:12px;align-items:center}.main-layout .footer-contact-info,.main-layout .footer-copyright-info{display:flex;align-items:center;gap:20px;flex-wrap:wrap;justify-content:center}.main-layout .contact-item{font-size:13px;color:#fff;display:flex;align-items:center;gap:6px;white-space:nowrap}.main-layout .contact-divider{color:#fff;font-size:12px}.main-layout .copyright-text,.main-layout .icp-info{font-size:12px;color:#fff}@media (max-width: 1200px){.products-text-container{grid-template-columns:repeat(4,1fr);gap:16px;padding:0 16px}.product-text-item{padding:20px;min-height:580px}.product-card-header{padding:20px;margin:-20px -20px 20px}.product-card-header .product-title{font-size:20px}.product-card-header .product-positioning{font-size:14px}.product-title{font-size:16px}.product-positioning{font-size:13px}.product-target-users,.target-user-item,.delivery-item,.target-user-text,.delivery-text{font-size:11px}.banner-content{font-size:13px;gap:12px}.nav-container,.products-container{padding:0 20px}.content-container{padding:30px 20px}}@media (max-width: 992px){.header-nav .nav-items{flex-wrap:wrap}.header-nav .nav-item{padding:10px 16px;font-size:14px}.products-text-container{grid-template-columns:repeat(2,1fr);gap:20px;padding:0 16px}.product-text-item{padding:24px;min-height:620px}.product-card-header{padding:22px;margin:-24px -24px 22px}.product-card-header .product-title{font-size:22px}.product-card-header .product-positioning{font-size:14px}.product-title{font-size:18px}.product-positioning{font-size:14px}.product-target-users,.target-user-item,.delivery-item,.target-user-text,.delivery-text,.feature-item{font-size:11px}.banner-content{font-size:12px;gap:10px;flex-wrap:wrap}.banner-highlight{font-size:12px}.products-container{padding:32px 16px}.products-section{padding:0}.main-content-section{padding:30px 0}.content-container{padding:25px 16px}.advantages-grid{gap:24px}.advantage-card{padding:32px}.advantages-title{font-size:32px}.advantage-title{font-size:18px}.footer-nav-section{padding:35px 24px}.footer-nav-row{display:flex;flex-wrap:wrap;gap:40px;justify-content:flex-start;align-items:flex-start}.footer-nav-columns{display:flex;flex-wrap:wrap;grid-template-columns:repeat(2,1fr);gap:40px;flex:1;min-width:300px;justify-content:center}.footer-contact-qrcode{margin:0 auto;min-width:auto;flex-direction:row;gap:20px;max-width:100%}.footer-contact-section{gap:12px}.footer-qrcodes{display:flex;flex-direction:row;gap:15px}.qrcode-item{display:flex;flex-direction:column;align-items:center;gap:8px}.footer-bottom-section{padding:18px 24px}}@media (min-width: 481px) and (max-width: 768px){.main-header{padding:0 12px;height:auto;flex-wrap:wrap;flex-direction:column;align-items:stretch;min-height:100px}.header-left{gap:0;width:100%;justify-content:space-between;align-items:center;padding:8px 0;min-height:48px}.logo-section{margin-left:0;flex:0}.header-nav{position:static;transform:none;display:flex;flex-wrap:wrap;padding:6px 0;width:100%;justify-content:flex-start}.header-nav .nav-items{display:flex;flex-wrap:wrap;gap:2px;width:100%;justify-content:flex-start}.header-nav .nav-item{padding:6px 8px;font-size:11px;gap:4px;border-radius:4px;white-space:nowrap;flex-shrink:0}.header-nav .nav-text{font-size:11px}.header-nav .nav-item.active{background:linear-gradient(135deg,#b73534 0%,#a02d2d 100%)}.company-logo-img{height:32px}.user-details{display:none}.user-actions{margin-left:0}.header-user-section{position:absolute;right:12px;top:10px;display:flex;flex-direction:row;gap:12px}.flow-content{margin-top:100px}body:has(.rs-layout) .flow-content{margin-top:0}.flow-content.no-header{margin-top:0}.flow-content.with-analyzing-banner{margin-top:148px}.products-text-container{grid-template-columns:1fr;gap:20px;padding:0 12px}.product-text-item{padding:24px;min-height:auto}.product-card-header{padding:20px;margin:-24px -24px 20px}.product-card-header .product-title{font-size:20px}.product-card-header .product-positioning{font-size:13px}.product-title{font-size:20px}.product-positioning{font-size:15px}.product-target-users,.target-user-item,.delivery-item,.target-user-text,.delivery-text{font-size:12px}.feature-item{font-size:13px}.price-current{font-size:24px}.product-cta-button{padding:12px 20px;font-size:14px}.banner-content{font-size:11px;gap:8px;padding:0 12px}.banner-text{font-size:11px}.banner-highlight{font-size:11px;padding:3px 12px}.products-section{padding:0}.products-container{padding:24px 12px}.main-content-section{padding:20px 0}.content-container{margin:0 auto;padding:20px 16px}.advantages-grid{grid-template-columns:1fr;gap:20px}.advantage-card{flex-direction:column;text-align:center;padding:28px 20px}.advantage-icon{margin:0 auto}.advantages-header{margin-bottom:40px}.advantages-title{font-size:28px}.advantages-subtitle{font-size:14px}.advantage-title{font-size:18px}.advantage-desc{font-size:13px}.advantage-metrics{justify-content:center}.footer-content{flex-direction:column;align-items:center;text-align:center;padding:20px 16px}.footer-copyright{align-items:center;text-align:center}.main-layout .footer-nav-section{padding:30px 16px}.main-layout .footer-nav-row{display:flex;flex-direction:column;gap:25px;align-items:stretch;max-width:100%}.main-layout .footer-nav-columns{display:flex;flex-wrap:wrap;grid-template-columns:1fr;gap:25px;width:100%;justify-content:center}.main-layout .footer-contact-qrcode{display:flex!important;width:100%;max-width:100%;padding:16px 12px;flex-direction:column;gap:12px;align-items:center;background:transparent;border:none}.main-layout .footer-contact-section{gap:8px;flex:1;text-align:center}.main-layout .footer-contact-details{gap:8px;display:flex;flex-direction:column;align-items:center}.main-layout .contact-detail-item{font-size:11px;white-space:nowrap;justify-content:center}.main-layout .footer-qrcodes{display:flex;flex-direction:row;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center}.main-layout .qrcode-item{display:flex;flex-direction:column;align-items:center;gap:6px;flex-shrink:0}.main-layout .footer-qrcode{width:70px;height:70px;padding:2px}.main-layout .qrcode-label{white-space:nowrap;font-size:9px;line-height:1.2}.main-layout .footer-nav-title{font-size:15px;margin-bottom:14px;text-align:center}.main-layout .footer-nav-list{align-items:center}.main-layout .footer-nav-link{font-size:13px}.main-layout .footer-bottom-section{padding:16px}.main-layout .footer-contact-info,.main-layout .footer-copyright-info{flex-direction:column;gap:8px}.main-layout .contact-divider{display:none}}@media (max-width: 480px){.horizontal-nav{top:auto}.flow-content{margin-top:56px}body:has(.rs-layout) .flow-content{margin-top:0}.flow-content.no-header{margin-top:0}.flow-content.with-analyzing-banner{margin-top:104px}.user-info{padding:4px 8px}.action-btn{width:28px;height:28px;font-size:14px}.logout-btn{width:auto;height:auto;padding:8px 12px;font-size:14px}.user-trigger{padding:6px 10px}.user-avatar-small{width:32px;height:32px}.products-section,.main-content-section{padding:16px 0}.main-layout .footer-contact-qrcode{display:flex!important;width:100%!important;min-width:auto;max-width:100%;padding:16px 0!important;flex-direction:column;gap:12px;align-items:stretch;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1)}.main-layout .footer-contact-section{gap:10px;flex:1}.main-layout .footer-contact-details{gap:10px}.main-layout .contact-detail-item{font-size:12px;gap:8px;justify-content:center!important}.main-layout .footer-qrcodes{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;gap:10px;width:100%}.main-layout .qrcode-item{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0}.main-layout .footer-qrcode{width:70px;height:70px;padding:4px}.main-layout .qrcode-label{white-space:normal;font-size:9px;text-align:center;line-height:1.2;max-width:70px}.products-header h2{font-size:20px}.product-card{padding:16px;min-height:340px}.product-header h3{font-size:15px}.product-subtitle{font-size:12px}.product-icon{font-size:32px}.product-features-area{padding:16px}.feature-stats{gap:8px}.stat-item{min-width:60px;padding:8px 6px}.stat-number{font-size:14px}.stat-label{font-size:10px}.benefit-item{font-size:11px;padding:4px 6px}.product-btn{min-width:100px;padding:12px 16px;font-size:12px}.content-container{margin:0 auto;padding:16px 12px}.product-advantages{margin-top:40px}.advantages-grid{gap:16px}.advantage-card{padding:24px 16px}.advantage-icon{font-size:40px;width:56px;height:56px}.advantages-title{font-size:24px}.advantages-subtitle{font-size:13px}.advantage-title{font-size:16px}.advantage-desc{font-size:12px}.metric-item{font-size:11px;padding:5px 10px}.footer-content{padding:12px}.contact-email,.contact-phone{font-size:12px}.contact-address,.copyright-text{font-size:11px}.icp-info{font-size:10px}.flow-content{width:100%!important;padding:0!important;margin:56px auto 0!important;min-height:auto!important;height:auto!important;box-sizing:border-box!important}.flow-content.no-header{padding:0!important;margin-top:0!important;min-height:auto!important;height:auto!important}.flow-content.with-analyzing-banner{padding:0!important;margin-top:104px!important}.main-layout{width:100%!important;min-height:auto!important;margin:0!important;padding:0!important;overflow-x:hidden!important;display:block!important;box-sizing:border-box!important}.main-layout .app-footer{padding:0!important;margin:0!important}.main-layout .footer-nav-section{padding:20px 12px!important}.main-layout .footer-nav-row{display:flex!important;flex-direction:column!important;gap:20px!important;align-items:center!important}.main-layout .footer-nav-columns{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:flex-start!important;text-align:center!important;gap:8px!important;width:100%!important}.main-layout .footer-nav-column{flex:1!important;align-items:center!important;text-align:center!important;min-width:0!important}.main-layout .footer-nav-title{text-align:center!important}.main-layout .footer-nav-list{align-items:center!important}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes floatUp{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.main-layout{animation:fadeInScale .6s ease-out}.main-header{animation:slideInFromTop .8s cubic-bezier(.4,0,.2,1)}.horizontal-nav{animation:slideInFromTop .8s cubic-bezier(.4,0,.2,1) .1s both}.products-section{animation:slideDown .6s cubic-bezier(.4,0,.2,1)}.main-content-section{animation:fadeInScale .8s cubic-bezier(.4,0,.2,1) .2s both}.content-container{animation:fadeInScale .6s cubic-bezier(.4,0,.2,1) .3s both}.product-card{animation:fadeInScale .6s cubic-bezier(.4,0,.2,1)}.app-footer{animation:slideInFromTop .6s cubic-bezier(.4,0,.2,1) .4s both}.logo-icon{animation:pulse 2s ease-in-out infinite;background-size:200% 200%}.logo-text{background-size:200% 200%;animation:gradientShift 4s ease infinite}.product-text-item:nth-child(1){animation:fadeInScale .6s cubic-bezier(.4,0,.2,1) .1s both}.product-text-item:nth-child(2){animation:fadeInScale .6s cubic-bezier(.4,0,.2,1) .2s both}.product-text-item:nth-child(3){animation:fadeInScale .6s cubic-bezier(.4,0,.2,1) .3s both}.product-text-item:nth-child(4){animation:fadeInScale .6s cubic-bezier(.4,0,.2,1) .4s both}.advantage-card:nth-child(1){animation:fadeInScale .6s cubic-bezier(.4,0,.2,1) .2s both}.advantage-card:nth-child(2){animation:fadeInScale .6s cubic-bezier(.4,0,.2,1) .3s both}.advantage-card:nth-child(3){animation:fadeInScale .6s cubic-bezier(.4,0,.2,1) .4s both}.advantage-card:nth-child(4){animation:fadeInScale .6s cubic-bezier(.4,0,.2,1) .5s both}.floating-toolbar{position:fixed;right:32px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:16px;z-index:999;isolation:isolate}.float-btn-wrapper{position:relative;display:flex;align-items:center}.float-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;width:64px;height:72px;background:#ffffff;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a;padding:8px;gap:4px;isolation:isolate}.float-btn:hover{border-color:#a02d2d;box-shadow:0 4px 16px #b7353433;transform:translate(-4px)}.float-icon{width:28px;height:28px;color:#a02d2d;stroke-width:2;transition:all .3s ease;isolation:isolate}.float-btn:hover .float-icon{transform:scale(1.1)}.float-text{font-size:12px;font-weight:400;font-family:Microsoft YaHei,微软雅黑,Segoe UI,Tahoma,sans-serif;color:#333;text-align:center;line-height:1.2;white-space:nowrap;isolation:isolate}.float-btn:hover .float-text{color:#a02d2d}@media (max-width: 768px){.floating-toolbar{right:10px;top:auto;bottom:80px;transform:none;gap:6px}.float-btn{width:40px;height:48px;padding:4px}.float-icon{width:16px;height:16px}.float-text{font-size:9px}}.phone-panel{position:absolute;right:calc(100% + 16px);top:50%;transform:translateY(-50%);background:#ffffff;border:1px solid #e0e0e0;border-radius:12px;padding:20px;box-shadow:0 4px 20px #00000026;min-width:240px;animation:phonePanelSlideIn .3s ease-out;z-index:1000}@keyframes phonePanelSlideIn{0%{opacity:0;transform:translateY(-50%) translate(10px)}to{opacity:1;transform:translateY(-50%) translate(0)}}.phone-panel-header{display:flex;align-items:center;gap:8px;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #a02d2d}.phone-panel-icon{width:24px;height:24px;color:#a02d2d;stroke-width:2}.phone-panel-title{font-size:16px;font-weight:400;color:#1a1a1a}.phone-panel-content{display:flex;flex-direction:column;gap:8px}.phone-number{font-size:24px;font-weight:400;color:#a02d2d;letter-spacing:1px;text-align:center;padding:12px;background:linear-gradient(135deg,#fdf2f2 0%,#fde8e8 100%);border-radius:8px;border:1px solid #f5d5d5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phone-time{font-size:13px;color:#666;text-align:center;margin-top:4px}.float-btn.hidden{opacity:0;pointer-events:none;transform:scale(.8) translateY(20px);transition:all .3s ease}.float-btn.visible{opacity:1;pointer-events:auto;transform:scale(1) translateY(0);transition:all .3s ease}.float-btn.show{opacity:1;pointer-events:auto;transform:scale(1);animation:floatBtnFadeIn .3s ease-out}@keyframes floatBtnFadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.float-btn:last-child{animation:floatBtnFadeIn .3s ease-out}@media (max-width: 768px){.notification-btn{width:36px;height:36px;margin-right:8px}.notification-icon{width:18px;height:18px}.notification-badge{min-width:16px;height:16px;font-size:10px;top:-3px;right:-3px}}@media (max-width: 480px){.notification-btn{width:32px;height:32px;margin-right:6px}.notification-icon{width:16px;height:16px}.notification-badge{min-width:14px;height:14px;font-size:9px;padding:0 4px;top:-2px;right:-2px}}.qa-sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1999;animation:overlayFadeIn .3s ease-out}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.qa-sidebar{position:fixed;top:0;right:-450px;width:450px;height:100vh;background:#ffffff;box-shadow:-4px 0 24px #00000026;z-index:2000;display:flex;flex-direction:column;transition:right .3s cubic-bezier(.4,0,.2,1);font-family:微软雅黑,Microsoft YaHei,Arial,sans-serif}.qa-sidebar.open{right:0}.qa-sidebar-header{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);color:#fff;padding:24px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #0000001a;flex-shrink:0}.qa-header-content{display:flex;align-items:center;gap:16px;flex:1}.qa-header-icon{width:48px;height:48px;background:rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.qa-header-icon svg{width:28px;height:28px;color:#fff}.qa-header-info{flex:1}.qa-header-title{font-size:20px;font-weight:700;margin:0 0 4px;color:#fff}.qa-header-status{font-size:13px;margin:0;display:flex;align-items:center;gap:6px;color:#ffffffe6}.status-dot{width:8px;height:8px;background:#4caf50;border-radius:50%;display:inline-block;animation:pulse 2s infinite}.qa-header-actions{display:flex;gap:8px}.qa-action-btn,.qa-close-btn{width:36px;height:36px;border:none;background:rgba(255,255,255,.2);color:#fff;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.qa-action-btn:hover,.qa-close-btn:hover{background:rgba(255,255,255,.3);transform:scale(1.05)}.qa-action-btn svg,.qa-close-btn svg{width:20px;height:20px}.qa-action-bar{display:flex;gap:12px;padding:10px 16px;background:#f8f9fa;border-bottom:1px solid #e8e8e8;flex-wrap:wrap;justify-content:flex-start;flex-shrink:0}.qa-action-button{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#ffffff;border:none;border-radius:20px;color:#333;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.qa-action-button:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 2px 8px #0000001a}.qa-action-button:active{transform:translateY(0)}.action-icon{width:16px;height:16px;stroke-width:2.5}.action-icon-image{color:#f97316}.action-icon-write{color:#22c55e}.action-icon-course{color:#ff9d00}.action-icon-feedback{color:#3b82f6}.action-icon-quick-qa{color:#a855f7}.qa-quick-questions-dropdown{display:flex;flex-direction:column;gap:8px;padding:12px 16px;background:#fafafa;border-bottom:1px solid #e8e8e8;flex-shrink:0}.quick-question-btn-dropdown{padding:10px 14px;background:#ffffff;border:1px solid #e0e0e0;border-radius:8px;color:#333;font-size:13px;text-align:left;cursor:pointer;transition:all .2s ease}.quick-question-btn-dropdown:hover{background:#f5f5f5;border-color:#a02d2d;color:#a02d2d;transform:translate(2px)}.qa-messages-container{flex:1;overflow-y:auto;background:#f8f9fa;display:flex;flex-direction:column}.qa-messages{flex:1;padding:24px;display:flex;flex-direction:column;gap:16px}.qa-message{display:flex;gap:6px;animation:messageSlideIn .3s ease-out;align-items:flex-start}.qa-sidebar .qa-message.user{flex-direction:row-reverse}.qa-sidebar .qa-message.user .message-content{align-items:flex-end;margin-left:auto;margin-right:0;max-width:70%}.qa-sidebar .qa-message.user .message-avatar{margin-left:0;margin-right:0}.qa-sidebar .message-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.qa-sidebar .bot-avatar{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);color:#fff}.qa-sidebar .user-avatar{background:linear-gradient(135deg,#2196f3 0%,#1976d2 100%);color:#fff}.qa-sidebar .message-avatar svg{width:20px;height:20px}.qa-sidebar .message-content{display:flex;flex-direction:column;gap:4px;max-width:70%;min-width:0;overflow:hidden}.qa-sidebar .message-bubble{padding:12px 16px;border-radius:12px;font-size:14px;line-height:1.6;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;white-space:pre-wrap;max-width:100%;box-sizing:border-box}.qa-sidebar .qa-message.bot .message-bubble{background:#ffffff;color:#1a1a1a;border-bottom-left-radius:4px;box-shadow:0 1px 4px #0000001a}.qa-sidebar .qa-message.user .message-bubble{background:linear-gradient(135deg,#2196f3 0%,#1976d2 100%);color:#fff;border-bottom-right-radius:4px;box-shadow:0 1px 4px #2196f34d}.qa-sidebar .message-time{font-size:11px;color:#999;padding:0 4px}.qa-sidebar .typing-indicator{display:flex;gap:4px;padding:16px 20px}.qa-sidebar .typing-indicator span{width:8px;height:8px;background:#ef4444;border-radius:50%;animation:typing 1.4s infinite}.qa-sidebar .typing-indicator span:nth-child(2){animation-delay:.2s}.qa-sidebar .typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-10px);opacity:1}}.qa-quick-questions{padding:0 24px 24px;border-top:1px solid #e0e0e0;background:#ffffff}.quick-questions-title{font-size:13px;font-weight:600;color:#666;margin:16px 0 12px}.quick-questions-list{display:flex;flex-direction:column;gap:8px}.quick-question-btn{padding:10px 16px;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;color:#333;font-size:13px;text-align:left;cursor:pointer;transition:all .2s ease}.quick-question-btn:hover{background:#e9ecef;border-color:#a02d2d;color:#a02d2d;transform:translate(4px)}.qa-quick-questions-panel{padding:12px 16px;background:#f8f9fa;border-radius:12px 12px 0 0;margin:0 0 12px;border:1px solid #e0e0e0;border-bottom:none}.qa-quick-questions-toggle{display:flex;align-items:center;gap:8px;background:none;border:none;padding:0;cursor:pointer;font-size:14px;font-weight:600;color:#333;transition:color .2s ease}.qa-quick-questions-toggle:hover{color:#a02d2d}.toggle-icon{display:inline-block;font-size:12px;transition:transform .2s ease}.quick-questions-list-collapsed{display:flex;flex-direction:column;gap:8px;margin-top:12px}.quick-question-btn-collapsed{padding:10px 14px;background:#ffffff;border:1px solid #e0e0e0;border-radius:6px;color:#333;font-size:12px;text-align:left;cursor:pointer;transition:all .2s ease}.quick-question-btn-collapsed:hover{background:#f0f0f0;border-color:#a02d2d;color:#a02d2d;transform:translate(3px)}.qa-input-container{padding:12px 24px;background:#ffffff;border-top:1px solid #e0e0e0;flex-shrink:0}.qa-input-wrapper{display:flex;gap:12px;align-items:flex-end}.qa-input{flex:1;padding:12px 16px;border:2px solid #e0e0e0;border-radius:12px;font-size:14px;font-family:inherit;resize:none;outline:none;transition:all .2s ease;max-height:120px;line-height:1.5}.qa-input:focus{border-color:#a02d2d;box-shadow:0 0 0 3px #ef44441a}.qa-input::placeholder{color:#999}.qa-send-btn{width:44px;height:44px;border:none;background:linear-gradient(135deg,#ef4444 0%,#a02d2d 100%);color:#fff;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.qa-send-btn:hover:not(:disabled){background:linear-gradient(135deg,#c62828 0%,#a02d2d 100%);transform:scale(1.05);box-shadow:0 4px 12px #d32f2f4d}.qa-send-btn:disabled{opacity:.4;cursor:not-allowed}.qa-send-btn svg{width:20px;height:20px}.qa-input-hint{margin:8px 0 0;font-size:12px;color:#999;text-align:center}.qa-messages-container::-webkit-scrollbar{width:6px}.qa-messages-container::-webkit-scrollbar-track{background:#f1f1f1}.qa-messages-container::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:3px}.qa-messages-container::-webkit-scrollbar-thumb:hover{background:#b0b0b0}.feedback-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:2001;animation:overlayFadeIn .3s ease-out}.feedback-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:500px;background:#ffffff;border-radius:12px;box-shadow:0 10px 40px #0003;z-index:2002;display:flex;flex-direction:column;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.feedback-modal-header{padding:24px;border-bottom:1px solid #e8e8e8;display:flex;align-items:center;justify-content:space-between}.feedback-modal-header h3{margin:0;font-size:18px;font-weight:600;color:#333}.feedback-modal-close{width:36px;height:36px;border:none;background:#f5f5f5;border-radius:8px;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.feedback-modal-close:hover{background:#efefef;color:#333}.feedback-modal-close svg{width:20px;height:20px}.feedback-modal-body{padding:24px;flex:1;overflow-y:auto}.feedback-modal-body p{margin:0 0 16px;font-size:14px;color:#666;line-height:1.6}.feedback-textarea{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;font-family:inherit;resize:none;outline:none;transition:all .2s ease;box-sizing:border-box}.feedback-textarea:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.feedback-textarea::placeholder{color:#999}.feedback-images-section{margin-top:16px}.feedback-images-upload{border:2px dashed #d0d0d0;border-radius:8px;padding:16px;text-align:center;transition:all .2s ease;cursor:pointer}.feedback-images-upload:hover{border-color:#ef4444;background:rgba(239,68,68,.05)}.feedback-file-input{display:none}.feedback-upload-btn{display:inline-flex;align-items:center;gap:8px;background:none;border:none;color:#ef4444;font-size:14px;font-weight:500;cursor:pointer;padding:0;transition:all .2s ease}.feedback-upload-btn:hover{color:#c62828}.feedback-upload-btn svg{width:20px;height:20px}.feedback-upload-hint{margin:8px 0 0;font-size:12px;color:#999}.feedback-images-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:12px;margin-top:12px}.feedback-image-item{position:relative;width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;background:#f5f5f5}.feedback-image-item img{width:100%;height:100%;object-fit:cover}.feedback-image-remove{position:absolute;top:0;right:0;width:28px;height:28px;background:rgba(0,0,0,.6);border:none;color:#fff;border-radius:0 0 0 8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.feedback-image-remove:hover{background:rgba(0,0,0,.8)}.feedback-image-remove svg{width:16px;height:16px}.feedback-modal-footer{padding:16px 24px;border-top:1px solid #e8e8e8;display:flex;gap:12px;justify-content:flex-end}.feedback-btn-cancel,.feedback-btn-submit{padding:10px 24px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.feedback-btn-cancel{background:#f5f5f5;color:#333}.feedback-btn-cancel:hover{background:#efefef}.feedback-btn-submit{background:linear-gradient(135deg,#ef4444 0%,#a02d2d 100%);color:#fff}.feedback-btn-submit:hover{background:linear-gradient(135deg,#c62828 0%,#a02d2d 100%);box-shadow:0 4px 12px #d32f2f4d}@media (max-width: 768px){.qa-sidebar{width:100%;right:-100%}.qa-sidebar.open{right:0}}.purchase-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.45);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:purchaseFadeIn .25s ease-out}@keyframes purchaseFadeIn{0%{opacity:0}to{opacity:1}}.purchase-dialog{background:#ffffff;border-radius:16px;padding:32px;max-width:480px;width:90%;box-shadow:0 20px 60px #00000026;position:relative;animation:purchaseSlideUp .3s ease-out}@keyframes purchaseSlideUp{0%{transform:translateY(20px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.purchase-dialog .dialog-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;font-size:20px;color:#999;display:flex;align-items:center;justify-content:center;transition:all .2s}.purchase-dialog .dialog-close:hover{background:#eee;color:#666;transform:rotate(90deg)}.purchase-dialog .dialog-title{font-size:22px;font-weight:600;color:#1a1a1a;text-align:center;margin:0 0 24px}.purchase-dialog .points-info-grid{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.purchase-dialog .points-info-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fafafa;border-radius:8px}.purchase-dialog .points-info-item.highlight{background:linear-gradient(135deg,#fff7e6 0%,#fffbe6 100%);border:1px solid #ffd591}.purchase-dialog .points-label{font-size:14px;color:#666}.purchase-dialog .points-value{font-size:20px;font-weight:700}.purchase-dialog .points-value.required{color:#fa541c}.purchase-dialog .points-value.current{color:#1890ff}.purchase-dialog .points-value.recharge{color:#faad14}.purchase-dialog .recharge-tips{display:flex;justify-content:center;align-items:center;gap:8px;margin-bottom:24px;font-size:14px;color:#888}.purchase-dialog .tip-divider{color:#d9d9d9}.purchase-dialog .dialog-actions{display:flex;gap:12px}.purchase-dialog .btn{flex:1;padding:12px 24px;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s}.purchase-dialog .btn-secondary{background:#f5f5f5;color:#666}.purchase-dialog .btn-secondary:hover{background:#e8e8e8}.purchase-dialog .btn-primary{background:linear-gradient(135deg,#1890ff 0%,#096dd9 100%);color:#fff}.purchase-dialog .btn-primary:hover{background:linear-gradient(135deg,#40a9ff 0%,#1890ff 100%);transform:translateY(-1px)}.taocan-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.45);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:taocanFadeIn .25s ease-out}@keyframes taocanFadeIn{0%{opacity:0}to{opacity:1}}.taocan-dialog{background:#ffffff;border-radius:16px;padding:32px;max-width:680px;width:94%;box-shadow:0 20px 60px #00000026;position:relative;animation:taocanSlideUp .3s ease-out}@keyframes taocanSlideUp{0%{transform:translateY(20px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.taocan-close-btn{position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10}.taocan-close-btn svg{width:16px;height:16px;color:#999}.taocan-close-btn:hover{background:#eee;transform:rotate(90deg)}.taocan-close-btn:hover svg{color:#666}.taocan-header{text-align:center;margin-bottom:24px}.taocan-header-icon{width:52px;height:52px;background:linear-gradient(135deg,#f0f7ff 0%,#e8f4fd 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.taocan-header-icon svg{width:28px;height:28px;color:#1890ff}.taocan-header-title{font-size:22px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.taocan-header-desc{font-size:14px;color:#888;margin:0}.taocan-balance{display:flex;justify-content:center;align-items:center;gap:10px;padding:12px 20px;background:#fafafa;border-radius:8px;margin-bottom:24px}.taocan-balance-label{font-size:14px;color:#666}.taocan-balance-value{font-size:20px;font-weight:700;color:#1890ff}.taocan-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px}.taocan-card{background:#fafbfc;border-radius:14px;padding:28px 20px;text-align:center;border:2px solid #eef0f2;transition:all .25s;position:relative;display:flex;flex-direction:column}.taocan-card:hover{border-color:#1890ff;background:#f8fbff;transform:translateY(-3px);box-shadow:0 8px 24px #1890ff1f}.taocan-card.recommended{border-color:#1890ff;background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%)}.taocan-badge{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:linear-gradient(135deg,#1890ff 0%,#096dd9 100%);color:#fff;font-size:12px;font-weight:500;padding:5px 14px;border-radius:20px;white-space:nowrap}.taocan-card-header{margin-bottom:12px;padding-top:6px}.taocan-card-times{font-size:48px;font-weight:700;color:#1a1a1a;line-height:1}.taocan-card-unit{font-size:18px;color:#666;margin-left:4px}.taocan-card-price{margin:16px 0 10px}.taocan-card-price .price-symbol{font-size:18px;color:#fa541c;font-weight:500}.taocan-card-price .price-value{font-size:32px;font-weight:700;color:#fa541c}.taocan-card-avg{font-size:14px;color:#888;margin-bottom:14px}.taocan-card-save{display:flex;justify-content:center;gap:10px;margin-bottom:20px;font-size:13px}.taocan-card-save .original-price{color:#bbb;text-decoration:line-through}.taocan-card-save .save-amount{color:#fa541c;font-weight:600}.taocan-card-actions{display:flex;flex-direction:column;gap:10px;margin-top:auto}.taocan-btn{flex:1;width:100%;padding:12px 16px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.taocan-btn.points-btn{background:linear-gradient(135deg,#52c41a 0%,#389e0d 100%);color:#fff}.taocan-btn.points-btn:hover:not(:disabled){background:linear-gradient(135deg,#73d13d 0%,#52c41a 100%);transform:translateY(-1px)}.taocan-btn.points-btn:disabled{background:#d9d9d9;color:#999;cursor:not-allowed}.taocan-btn.direct-btn{background:linear-gradient(135deg,#1890ff 0%,#096dd9 100%);color:#fff}.taocan-btn.direct-btn:hover{background:linear-gradient(135deg,#40a9ff 0%,#1890ff 100%);transform:translateY(-1px)}.taocan-error{color:#ff4d4f;font-size:14px;text-align:center;margin:0 0 16px}.taocan-footer{padding-top:20px;border-top:1px solid #f0f0f0}.taocan-tips{display:flex;justify-content:center;gap:32px}.tip-item{display:flex;align-items:center;gap:6px;font-size:14px;color:#666}.tip-item svg{width:16px;height:16px;color:#52c41a}@media (max-width: 640px){.taocan-dialog{width:95%;padding:24px 16px;max-height:90vh;overflow-y:auto}.taocan-cards{grid-template-columns:1fr;gap:14px}.taocan-card{padding:20px 16px}.taocan-card-times{font-size:36px}.taocan-card-price .price-value{font-size:26px}.taocan-card-actions{flex-direction:row}.taocan-tips{flex-direction:column;gap:10px;align-items:center}.taocan-header-title{font-size:20px}}.notification-panel-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background:rgba(0,0,0,.2);animation:fadeIn .2s ease}.notification-panel{position:fixed;top:60px;right:20px;width:380px;max-height:calc(100vh - 100px);background:#ffffff;border-radius:12px;box-shadow:0 10px 40px #00000026,0 2px 10px #0000001a;display:flex;flex-direction:column;overflow:hidden;animation:slideDown .3s ease}.notification-panel-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f0f0f0;background:linear-gradient(135deg,#f8fafc 0%,#ffffff 100%)}.notification-panel-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#1f2937}.notification-title-icon{width:20px;height:20px;color:#3b82f6}.notification-unread-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:#ef4444;color:#fff;font-size:11px;font-weight:600;border-radius:10px}.notification-panel-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:8px;cursor:pointer;transition:all .2s ease}.notification-panel-close:hover{background:#f3f4f6}.notification-panel-close svg{width:18px;height:18px;color:#6b7280}.notification-panel-content{flex:1;overflow-y:auto;min-height:200px;max-height:500px}.notification-guest-hint{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.guest-hint-icon{font-size:48px;margin-bottom:16px;opacity:.6}.guest-hint-text{font-size:15px;color:#6b7280;margin-bottom:20px}.guest-hint-login-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 24px;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);color:#fff;font-size:14px;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.guest-hint-login-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.notification-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:12px;color:#6b7280}.loading-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.notification-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.empty-icon{font-size:48px;margin-bottom:12px;opacity:.5}.empty-text{font-size:14px;color:#9ca3af}.notification-actions-bar{display:flex;justify-content:flex-end;padding:8px 16px;border-bottom:1px solid #f0f0f0;background:#fafafa}.mark-all-read-btn{padding:6px 12px;background:transparent;color:#3b82f6;font-size:13px;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease}.mark-all-read-btn:hover{background:#eff6ff}.notification-list{display:flex;flex-direction:column}.msg-notification-item{display:flex;gap:12px;padding:14px 16px;border-bottom:1px solid #f5f5f5;cursor:pointer;transition:all .2s ease}.msg-notification-item:last-child{border-bottom:none}.msg-notification-item:hover{background:#f9fafb}.msg-notification-item.unread{background:#fefce8}.msg-notification-item.unread:hover{background:#fef9c3}.msg-notification-item-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;font-size:18px;flex-shrink:0}.msg-notification-item-content{flex:1;min-width:0}.msg-notification-item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:4px}.msg-notification-item-title{font-size:14px;font-weight:500;color:#1f2937;line-height:1.4;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msg-notification-item.unread .msg-notification-item-title{font-weight:600}.msg-notification-item-time{font-size:12px;color:#9ca3af;white-space:nowrap;flex-shrink:0}.msg-notification-item-body{font-size:13px;color:#6b7280;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:8px}.msg-notification-item-footer{display:flex;align-items:center;gap:8px}.notification-type-tag{display:inline-flex;align-items:center;padding:2px 8px;font-size:11px;font-weight:500}.unread-dot{width:8px;height:8px;background:#ef4444;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.notification-detail-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1100;animation:fadeIn .2s ease}.notification-detail-modal{background:white;border-radius:16px;width:90%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}.detail-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#f8fafc 0%,#ffffff 100%);border-radius:16px 16px 0 0}.detail-modal-header h3{margin:0;font-size:18px;font-weight:600;color:#1f2937;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:16px}.detail-close-btn{width:32px;height:32px;border:none;background:transparent;border-radius:8px;cursor:pointer;font-size:20px;color:#6b7280;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.detail-close-btn:hover{background:#f3f4f6;color:#1f2937}.detail-modal-body{padding:24px;overflow-y:auto;flex:1}.detail-meta{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.detail-type{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;font-size:13px;font-weight:500;border-radius:6px}.detail-time{font-size:13px;color:#9ca3af}.detail-content{font-size:15px;line-height:1.8;color:#374151;white-space:pre-wrap;word-break:break-word}@media (max-width: 768px){.notification-detail-modal{width:95%;max-height:85vh}.detail-modal-header{padding:16px 20px}.detail-modal-header h3{font-size:16px}.detail-modal-body{padding:20px}.detail-content{font-size:14px}}@media (max-width: 768px){.notification-panel{top:56px;right:10px;left:10px;width:auto;max-height:calc(100vh - 76px)}.notification-panel-header{padding:14px 16px}.msg-notification-item{padding:12px 14px}.msg-notification-item-icon{width:36px;height:36px;font-size:16px}.msg-notification-item-title{font-size:13px}.msg-notification-item-body{font-size:12px}}.share-float-wrapper{position:relative}.share-float-menu{position:absolute;right:calc(100% + 16px);top:0;background:white;border-radius:12px;box-shadow:0 4px 24px #00000026;padding:16px;min-width:280px;max-width:320px;z-index:1000;animation:slideInRight .2s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.share-float-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #eee;font-size:14px;font-weight:600;color:#333}.share-menu-close{background:none;border:none;font-size:20px;color:#999;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.share-menu-close:hover{background:#f5f5f5;color:#333}.share-float-menu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:12px}.share-section{margin-bottom:16px}.share-section:last-of-type{margin-bottom:12px}.share-section-title{font-size:13px;font-weight:600;color:#555;margin-bottom:8px;padding:0 4px;display:flex;align-items:center;gap:6px}.share-section-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(85px,1fr));gap:8px}.share-float-menu-item{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #e0e0e0;border-radius:8px;background:white;cursor:pointer;transition:all .2s;font-size:13px;position:relative}.share-float-menu-item:hover{border-color:#3498db;background:#f8fbff;transform:translateY(-1px)}.share-float-menu-item.copied{border-color:#27ae60;background:#f0fff4}.share-float-icon{font-size:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.share-icon-img{width:20px;height:20px;object-fit:contain;display:block}.share-icon .share-icon-img{width:24px;height:24px}.share-float-icon .share-icon-img{width:20px;height:20px}.share-menu-icon .share-icon-img{width:18px;height:18px}.share-float-name{flex:1;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.copied-check{color:#27ae60;font-weight:700;flex-shrink:0}.share-tip{text-align:center;font-size:12px;color:#999;padding:8px 0;margin-bottom:8px;border-radius:6px;background:#f8f9fa;transition:all .3s}.share-tip:has(+.share-float-copy-all){color:#27ae60}.share-float-copy-all{width:100%;padding:10px;border:1px dashed #3498db;border-radius:8px;background:#f8fbff;color:#3498db;font-size:13px;cursor:pointer;transition:all .2s}.share-float-copy-all:hover{background:#3498db;color:#fff;border-color:#3498db}.share-buttons-container{padding:16px;background:#ffffff;border-radius:12px;box-shadow:0 2px 8px #0000000f}.share-buttons-container.compact{padding:12px}.share-buttons-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.share-title{font-size:14px;font-weight:600;color:#333}.share-help-icon{position:relative;font-size:14px;color:#999;cursor:help}.share-tooltip{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:8px;padding:8px 12px;background:#333;color:#fff;font-size:12px;line-height:1.5;border-radius:6px;white-space:nowrap;z-index:100}.share-tooltip:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-bottom-color:#333}.share-buttons-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:12px}.share-buttons-container.compact .share-buttons-grid{grid-template-columns:repeat(8,1fr)}.share-button{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 8px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;cursor:pointer;transition:all .2s ease;position:relative}.share-button:hover{background:var(--platform-color, #007bff);border-color:var(--platform-color, #007bff);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.share-button:hover .share-icon,.share-button:hover .share-name{color:#fff}.share-button.copied{background:#28a745;border-color:#28a745}.share-button.copied .share-icon,.share-button.copied .share-name{color:#fff}.share-icon{font-size:24px;line-height:1}.share-buttons-container.compact .share-icon{font-size:20px}.share-name{font-size:11px;color:#666;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.copied-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(40,167,69,.95);color:#fff;font-size:10px;padding:2px 6px;border-radius:4px;white-space:nowrap}.share-copy-all{width:100%;padding:10px;background:#f0f7ff;border:1px dashed #007bff;border-radius:8px;color:#007bff;font-size:13px;cursor:pointer;transition:all .2s ease}.share-copy-all:hover{background:#007bff;border-style:solid;color:#fff}.share-button-compact-wrapper{position:relative;display:inline-block}.share-trigger-btn{display:flex;align-items:center;gap:4px;padding:6px 12px;background:#f8f9fa;border:1px solid #e0e6ed;border-radius:6px;color:#666;font-size:13px;cursor:pointer;transition:all .2s ease}.share-trigger-btn:hover{background:#007bff;border-color:#007bff;color:#fff}.share-menu-dropdown{position:absolute;top:100%;right:0;margin-top:8px;min-width:180px;background:#fff;border:1px solid #e0e6ed;border-radius:10px;box-shadow:0 8px 24px #0000001f;z-index:1000;overflow:hidden}.share-menu-header{padding:10px 14px;font-size:12px;color:#999;border-bottom:1px solid #f0f0f0;background:#fafafa}.share-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;background:none;border:none;cursor:pointer;transition:background .15s ease;text-align:left}.share-menu-item:hover{background:#f5f7fa}.share-menu-item.copied{background:#e8f5e9}.share-menu-icon{font-size:18px;width:24px;text-align:center}.share-menu-name{flex:1;font-size:13px;color:#333}.share-menu-copied{color:#28a745;font-weight:600}.share-menu-divider{height:1px;background:#f0f0f0;margin:4px 0}@media (max-width: 480px){.share-buttons-grid,.share-buttons-container.compact .share-buttons-grid{grid-template-columns:repeat(4,1fr)}.share-button{padding:8px 4px}.share-icon{font-size:20px}.share-name{font-size:10px}}.contract-review-page{width:100%;max-width:none;margin:0;background:transparent;min-height:100vh;padding-bottom:80px;font-family:微软雅黑,Microsoft YaHei,Arial,sans-serif}.purchase-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease-out}.purchase-dialog{background:white;border-radius:16px;padding:32px;max-width:420px;width:90%;box-shadow:0 20px 60px #0003;position:relative;animation:slideUp .3s ease-out}.dialog-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:28px;color:#999;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.dialog-close:hover{background:#f0f0f0;color:#333}.dialog-icon{font-size:48px;text-align:center;margin-bottom:20px}.dialog-title{font-size:20px;font-weight:600;color:#1a202c;text-align:left;margin:0 0 20px}.points-info-grid{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.points-info-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8f9fa;border-radius:8px}.points-info-item.highlight{background:#fff8f0;border:1px solid #ffd6b3}.points-label{font-size:15px;color:#4a5568}.points-value{font-size:18px;font-weight:600}.points-value.required,.points-value.current{color:#4a5568}.points-value.recharge{color:#e67e22}.recharge-tips{display:flex;justify-content:center;align-items:center;gap:12px;margin-bottom:24px;padding:10px 0}.recharge-tips .tip-text{font-size:14px;color:#718096}.recharge-tips .tip-divider{color:#cbd5e0}.dialog-actions{display:flex;gap:12px;justify-content:center}.dialog-actions .btn{flex:1;max-width:140px;padding:12px 20px;font-size:15px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease;border:none}.dialog-actions .btn-secondary{background:#e2e8f0;color:#4a5568}.dialog-actions .btn-secondary:hover{background:#cbd5e0}.dialog-actions .btn-primary{background:#e67e22;color:#fff}.dialog-actions .btn-primary:hover{background:#d35400;transform:translateY(-1px);box-shadow:0 4px 12px #e67e224d}.page-header{background:linear-gradient(135deg,#ffffff 0%,#f8f9fa 100%);padding:20px;border-radius:12px;box-shadow:0 2px 15px #0000000f;margin-bottom:20px;display:flex;justify-content:space-between;align-items:flex-start;border:1px solid rgba(255,255,255,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:visible;z-index:100}.page-header:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#a02d2d 0%,#a02d2d 100%);border-radius:12px 12px 0 0}.header-main{flex:1}.page-title{color:#a02d2d;font-size:24px;font-weight:700;margin:0 0 8px;display:flex;align-items:center;gap:12px}.page-subtitle{color:#718096;font-size:14px;margin:0 0 12px;line-height:1.5;font-weight:400}.service-status{display:flex;align-items:center;gap:12px;padding:8px 16px;background:rgba(255,255,255,.7);border-radius:12px;border:1px solid rgba(0,0,0,.06)}.status-badge{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:6px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.status-success{background:linear-gradient(135deg,rgba(160,45,45,.2) 0%,rgba(160,45,45,.2) 100%);color:#a02d2d;border:1px solid rgba(160,45,45,.3)}.status-error{background:linear-gradient(135deg,rgba(245,101,101,.2) 0%,rgba(237,100,166,.2) 100%);color:#c53030;border:1px solid rgba(245,101,101,.3)}.header-actions{position:relative;z-index:2100}.core-features{margin-top:20px;padding:16px;background:rgba(160,45,45,.05);border-radius:8px;border:1px solid rgba(160,45,45,.1)}.core-features .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.core-features .feature-item{padding:12px;background:rgba(255,255,255,.8);border-radius:6px;text-align:center;border:1px solid rgba(160,45,45,.1)}.feature-title{font-size:14px;font-weight:600;color:#2d3748;margin-bottom:4px}.feature-desc{font-size:12px;color:#718096;line-height:1.4}.history-dropdown{position:absolute;top:calc(100% - 4px);right:100px;background:white;border-radius:12px;box-shadow:0 8px 32px #0000001a;width:400px;max-height:500px;overflow:hidden;z-index:10000;border:1px solid #e9ecef;animation:slideDown .3s ease-out}.btn-danger{background:linear-gradient(135deg,#dc3545 0%,#dc3545 100%);color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:14px;cursor:pointer;transition:all .3s ease}.btn-danger:hover:not(:disabled){background:linear-gradient(135deg,#c82333 0%,#c82333 100%);transform:translateY(-2px);box-shadow:0 5px 15px #dc35454d}.btn-success{background:linear-gradient(135deg,#ffc107 0%,#ffc107 100%);color:#333;border:none;padding:8px 16px;border-radius:8px;font-size:14px;cursor:pointer;transition:all .3s ease}.btn-success:hover:not(:disabled){background:linear-gradient(135deg,#ffb81c 0%,#ffb81c 100%);transform:translateY(-2px);box-shadow:0 5px 15px #ffc1074d}.btn-success:disabled{opacity:.5;cursor:not-allowed}.upload-section{background:linear-gradient(135deg,#ffffff 0%,#f8f9fa 100%);padding:20px;border-radius:12px;box-shadow:0 2px 15px #0000000f;margin-bottom:20px;border:1px solid rgba(255,255,255,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:visible;z-index:10}.upload-section:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#a02d2d 0%,#a02d2d 100%);border-radius:12px 12px 0 0}.upload-header{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.upload-header h2{color:#a02d2d;font-size:20px;font-weight:700;margin:0 0 8px}.upload-desc{color:#718096;font-size:14px;margin:0;line-height:1.5}.analysis-info{display:flex;flex-wrap:wrap;gap:12px;padding:12px;background:rgba(160,45,45,.05);border-radius:8px;border:1px solid rgba(160,45,45,.1)}.info-item{padding:8px 16px;background:rgba(255,255,255,.8);border-radius:6px;font-size:13px;font-weight:500;color:#333;border:1px solid rgba(160,45,45,.1);transition:all .3s ease}.info-item:hover{background:rgba(255,255,255,.95);transform:translateY(-1px)}.mode-switch{display:flex;gap:8px;align-self:flex-end}.drop-zone{border:2px dashed #e2e8f0;border-radius:12px;padding:32px 20px;text-align:center;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.drop-zone:hover{border-color:#a02d2d;background:linear-gradient(135deg,rgba(160,45,45,.05) 0%,rgba(160,45,45,.05) 100%);transform:translateY(-4px);box-shadow:0 12px 40px #a02d2d26}.drop-zone-active{border-color:#ffc107;background:linear-gradient(135deg,rgba(255,193,7,.08) 0%,rgba(255,193,7,.08) 100%);transform:scale(1.02) translateY(-2px);box-shadow:0 15px 50px #ffc10733}.drop-zone-has-file{border-color:#a02d2d;background:linear-gradient(135deg,rgba(160,45,45,.05) 0%,rgba(160,45,45,.05) 100%);box-shadow:0 8px 30px #a02d2d26}.file-input-hidden{position:absolute;opacity:0;pointer-events:none}.drop-zone-content{position:relative;z-index:1}.selected-file-info{display:flex;align-items:center;gap:16px;justify-content:center}.file-icon{font-size:48px;color:#a02d2d}.file-name{font-weight:600;color:#495057;font-size:16px;margin-bottom:4px}.file-size{color:#6c757d;font-size:14px;margin-bottom:4px}.file-status{color:#a02d2d;font-size:14px;font-weight:500}.drop-zone-placeholder{display:flex;flex-direction:column;align-items:center;gap:16px}.upload-icon{font-size:48px;color:#a0aec0;opacity:.8;margin-bottom:12px;transition:all .3s ease}.upload-title{color:#2d3748;font-size:16px;font-weight:600;margin-bottom:8px;transition:all .3s ease}.upload-subtitle{color:#718096;font-size:13px;line-height:1.5;margin-bottom:16px}.upload-features{display:flex;flex-direction:column;gap:8px;margin-top:16px;max-width:400px;margin-left:auto;margin-right:auto}.upload-features>div{display:flex;align-items:center;padding:6px 12px;background:rgba(160,45,45,.1);border-radius:6px;font-size:13px;font-weight:500;color:#a02d2d;border:1px solid rgba(160,45,45,.2);transition:all .3s ease}.analysis-section{background:white;padding:16px;border-radius:8px;box-shadow:0 2px 8px #0000000d;margin-bottom:16px;text-align:center}.analysis-btn{font-size:16px;padding:12px 24px;font-weight:700;margin-bottom:16px;border-radius:12px;background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);box-shadow:0 4px 15px #a02d2d4d;border:1px solid rgba(255,255,255,.3);text-transform:uppercase;letter-spacing:.5px}.analysis-progress{max-width:600px;margin:0 auto;width:85%}.progress-bar{width:100%;height:12px;background:#e9ecef;border-radius:6px;overflow:hidden;margin-bottom:8px;box-shadow:inset 0 1px 3px #0000001a}.progress-fill{height:100%;background:linear-gradient(90deg,#a02d2d 0%,#a02d2d 100%);border-radius:6px;transition:width .05s linear;will-change:width;transform:translateZ(0)}.progress-text{color:#495057;font-size:14px;font-weight:600;text-align:center;line-height:1.5}.progress-text small{color:#6c757d;font-size:12px;font-weight:400;font-style:italic;opacity:.9}.results-section{background:white;padding:16px;border-radius:8px;box-shadow:0 2px 8px #0000000d;margin-bottom:16px}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e9ecef}.results-header h3{color:#495057;font-size:18px;font-weight:600;margin:0}.result-actions{display:flex;gap:12px}.results-content{background:#f8f9fa;border-radius:6px;padding:16px;border:1px solid #e9ecef}.analysis-result{margin:0;white-space:pre-wrap;font-family:Consolas,Monaco,Courier New,monospace;font-size:14px;line-height:1.6;color:#495057}.report-controls{display:flex;gap:12px;margin-bottom:20px}.report-preview{background:white;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding-bottom:80px;overflow:visible;position:relative;z-index:1;width:100%}.btn{border:none;border-radius:12px;padding:14px 24px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:.5px}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.btn-primary{background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);color:#fff;box-shadow:0 4px 15px #a02d2d4d;border:1px solid rgba(255,255,255,.2)}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#8b2323 0%,#8b2323 100%);transform:translateY(-2px);box-shadow:0 8px 25px #a02d2d66}.btn-secondary{background:linear-gradient(135deg,#495057 0%,#343a40 100%);color:#fff;box-shadow:0 4px 15px #343a404d;border:1px solid rgba(255,255,255,.2)}.btn-secondary:hover:not(:disabled){background:linear-gradient(135deg,#343a40 0%,#212529 100%);transform:translateY(-2px);box-shadow:0 8px 25px #343a4066}.btn-info{background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);color:#fff;box-shadow:0 4px 15px #a02d2d4d;border:1px solid rgba(255,255,255,.2)}.btn-info:hover:not(:disabled){background:linear-gradient(135deg,#8b2323 0%,#8b2323 100%);color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #a02d2d66}.btn-success{background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);color:#fff;box-shadow:0 4px 15px #a02d2d4d;border:1px solid rgba(255,255,255,.2)}.btn-success:hover:not(:disabled){background:linear-gradient(135deg,#8b2323 0%,#8b2323 100%);transform:translateY(-2px);box-shadow:0 8px 25px #a02d2d66}.btn-contract-history{background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);color:#fff;box-shadow:0 4px 15px #a02d2d4d;border:1px solid rgba(255,255,255,.2)}.btn-contract-history:hover:not(:disabled){background:linear-gradient(135deg,#8b2323 0%,#8b2323 100%);color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #a02d2d66}.btn-contract-purchase{background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);color:#fff;box-shadow:0 4px 15px #a02d2d4d;border:1px solid rgba(255,255,255,.2)}.btn-contract-purchase:hover:not(:disabled){background:linear-gradient(135deg,#8b2323 0%,#8b2323 100%);transform:translateY(-2px);box-shadow:0 8px 25px #a02d2d66}.btn-small{padding:10px 18px;font-size:13px;border-radius:10px}.analysis-btn:hover:not(:disabled){background:linear-gradient(135deg,#a02d2d 0%,#dd6b20 100%);transform:translateY(-3px);box-shadow:0 10px 30px #ff6b3580}.notification{position:fixed;top:20px;right:20px;max-width:400px;z-index:2000;border-radius:12px;box-shadow:0 8px 32px #0000001a;overflow:hidden;animation:slideInRight .3s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.notification-success{background:#f0f0f0;border:1px solid #d4d4d4;color:#666}.notification-error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.notification-warning{background:#fff3cd;border:1px solid #ffeaa7;color:#856404}.notification-content{padding:16px 20px;position:relative}.notification-content pre{margin:0;white-space:pre-wrap;font-family:inherit;font-size:13px;line-height:1.5}.notification-close{position:absolute;top:8px;right:12px;background:none;border:none;font-size:18px;cursor:pointer;color:inherit;opacity:.7;transition:opacity .2s ease}.notification-close:hover{opacity:1}@media (max-width: 992px){.page-header{flex-direction:column;gap:16px;align-items:stretch}.upload-header{flex-direction:column;gap:12px;align-items:stretch}.mode-switch{justify-content:center}.results-header{flex-direction:column;gap:12px;align-items:stretch}.result-actions{justify-content:center}.history-dropdown{width:100%;right:auto;left:0}}@media (max-width: 768px){.contract-review-page{padding:0}.page-header,.upload-section,.analysis-section,.results-section{margin:12px;padding:16px}.page-title{font-size:24px}.drop-zone{padding:30px 15px}.upload-icon{font-size:48px}.upload-title{font-size:16px}.selected-file-info{flex-direction:column;gap:12px}.file-details{text-align:center}.notification{top:10px;right:10px;left:10px;max-width:none}.ai-features-showcase{margin-top:20px;padding:16px}.feature-grid{grid-template-columns:1fr;gap:12px}.feature-card{padding:16px;gap:12px}.analysis-capabilities{flex-direction:column;gap:8px}.capability-item{justify-content:center}.upload-features{grid-template-columns:1fr;gap:8px}.upload-header{gap:16px}.mode-switch{align-self:stretch;justify-content:center}}@media (max-width: 1200px){.analysis-progress{max-width:700px;width:85%}}@media (max-width: 768px){.analysis-progress{max-width:100%;width:95%}}@media (max-width: 480px){.btn{padding:10px 16px;font-size:13px}.analysis-btn{padding:14px 24px;font-size:15px}.service-status{flex-direction:column;gap:8px;align-items:stretch}.mode-switch,.result-actions{flex-direction:column}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInWithScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes progressFill{0%{width:0%}to{width:var(--progress-width)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-10px) rotate(1deg)}66%{transform:translateY(5px) rotate(-1deg)}}.contract-review-page{animation:fadeInWithScale .8s cubic-bezier(.4,0,.2,1)}.page-header{animation:slideInUp .8s cubic-bezier(.4,0,.2,1) .1s both}.upload-section{animation:slideInUp .8s cubic-bezier(.4,0,.2,1) .2s both}.analysis-section{animation:slideInUp .8s cubic-bezier(.4,0,.2,1) .3s both}.results-section{animation:slideInUp .8s cubic-bezier(.4,0,.2,1) .4s both}.notification{animation:bounceIn .6s cubic-bezier(.68,-.55,.265,1.55)}.upload-icon{animation:float 4s ease-in-out infinite}.progress-fill{background:linear-gradient(90deg,#a02d2d 0%,#a02d2d 50%,#ffc107 100%)!important;background-size:200% 100%;animation:shimmer 2s infinite linear;transition:width .05s linear;will-change:width;transform:translateZ(0)}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.3);transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn:active:before{width:300px;height:300px}.drop-zone:hover .upload-icon{transform:scale(1.1) translateY(-5px);color:#a02d2d}.drop-zone:hover .upload-title{color:#a02d2d}.btn:hover{transform:translateY(-2px) scale(1.02)}.analysis-btn:hover{transform:translateY(-3px) scale(1.05)}.analysis-progress{position:relative;overflow:hidden}.analysis-progress:after{content:"";position:absolute;top:0;left:-200px;height:100%;width:200px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 2s infinite}.batch-upload-section{background:linear-gradient(135deg,#f8f9fa 0%,#f0f2f5 100%);padding:20px;border-radius:12px;margin-bottom:20px}.batch-drop-zone{border:2px dashed #a02d2d;padding:40px 20px;text-align:center;cursor:pointer;transition:all .3s ease;border-radius:8px;background:white;margin-bottom:20px}.batch-drop-zone.drop-zone-active{background:#fff5f6;border-color:#ffc107;box-shadow:0 0 20px #a02d2d4d}.batch-files-info{display:flex;align-items:center;gap:20px;justify-content:center}.files-icon{font-size:48px}.files-count{font-size:16px;font-weight:600;color:#2d3748;margin-bottom:10px}.files-list{font-size:13px;color:#718096;text-align:left;max-width:400px}.file-item{padding:5px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-info{color:#a0aec0;margin-left:8px}.batch-analysis-section{margin-top:20px;padding:15px;background:white;border-radius:8px;border-left:4px solid #a02d2d}.batch-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:14px}.remaining-count{background:#fef3c7;color:#92400e;padding:4px 12px;border-radius:20px;margin-left:10px;font-size:12px}.batch-analysis-btn{width:100%;padding:12px;font-size:16px;font-weight:600}.batch-analysis-progress{margin-top:15px;padding:15px;background:#f9fafb;border-radius:6px}.batch-results-section{background:white;padding:20px;border-radius:8px;margin-top:20px}.batch-results-list{margin-top:15px;max-height:600px;overflow-y:auto}.batch-result-item{display:flex;align-items:center;padding:12px;margin-bottom:8px;border-radius:6px;border-left:4px solid #cbd5e0;background:#f7fafc;gap:12px}.batch-result-item.status-success{border-left-color:#a02d2d;background:#fff5f6}.batch-result-item.status-error{border-left-color:#f56565;background:#fff5f5}.result-icon{font-size:20px;min-width:30px}.result-info{flex:1;text-align:left}.result-name{font-size:14px;font-weight:500;color:#2d3748;margin-bottom:2px;word-break:break-all}.result-time{font-size:12px;color:#718096;margin-bottom:2px}.result-size{font-size:12px;color:#a0aec0}.batch-summary{margin-top:15px;padding:10px 15px;background:#edf2f7;border-radius:6px;font-size:14px;color:#2d3748;text-align:center;font-weight:500}.mode-toggle{display:flex;gap:8px}.mode-toggle .btn{flex:1;white-space:nowrap}.header-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start;justify-content:flex-end}.contract-report-view{width:100%;background:white;padding:0;margin:0;display:flex;flex-direction:column;min-height:100%;font-family:微软雅黑,Microsoft YaHei,Arial,sans-serif}.report-empty{text-align:center;padding:60px 20px;color:#999;font-size:16px}.report-header-top{display:flex;justify-content:space-between;align-items:flex-start;padding:30px 40px;background:linear-gradient(135deg,#ffffff 0%,#f8f9fa 100%);border-bottom:2px solid #e9ecef;flex-shrink:0}.header-left{flex:1}.report-title{font-size:28px;font-weight:700;color:#1a202c;margin:0 0 8px}.report-subtitle{font-size:14px;color:#718096;margin:0}.header-actions{display:flex;gap:12px;align-items:center;flex-shrink:0;margin-left:30px}.btn{border:none;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,#dc3545 0%,#dc3545 100%);color:#fff;box-shadow:0 4px 12px #dc35454d}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #dc354566}.btn-secondary{background:linear-gradient(135deg,#495057 0%,#343a40 100%);color:#fff;box-shadow:0 4px 12px #343a404d}.btn-secondary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #343a4066}.btn-success{background:linear-gradient(135deg,#ffc107 0%,#ffc107 100%);color:#333;box-shadow:0 4px 12px #ffc1074d}.btn-success:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #ffc10766}.report-wrapper{flex:1;overflow-y:auto;background:#f5f5f5;display:flex;flex-direction:column;align-items:center}.report-header-section{background:white;padding:0;width:100%;max-width:1150px}.header-banner{background:linear-gradient(135deg,#1a1a1a 0%,#333333 100%);color:#fff;padding:50px 30px;position:relative;overflow:hidden;width:100%}.header-banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.header-content{position:relative;z-index:1}.banner-title{font-size:2.2em;font-weight:700;margin:0 auto 20px;text-shadow:2px 2px 4px rgba(0,0,0,.3);text-align:center;display:block;width:100%}.report-meta-info{display:grid;grid-template-columns:1fr 1fr;gap:15px;font-size:1em;background:rgba(255,255,255,.1);padding:20px;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:700px;margin:0 auto}.meta-item{display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid rgba(255,255,255,.2);font-size:14px}.meta-item span{font-weight:500}.meta-item strong{font-weight:600}.report-section{padding:50px 30px;background:white;border-bottom:2px solid #f0f0f0;margin-bottom:20px;width:100%;max-width:1150px;box-sizing:border-box}.report-section:last-child{border-bottom:none;margin-bottom:0}.report-section .section-title,.section-title{font-size:24px;font-weight:700;margin-bottom:20px;padding-bottom:10px;border-bottom:3px solid #dc3545;display:flex;align-items:center}.section-title:before{content:"";width:4px;height:20px;background:#dc3545;margin-right:10px;border-radius:2px}.summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.risk-level-card{padding:15px;border-radius:8px;border-left:5px solid #dc3545;text-align:center;background:linear-gradient(135deg,#fff5f6 0%,#ffe0e3 100%)}.risk-level-text{font-size:1.8em;font-weight:700;margin-bottom:5px}.risk-description{font-size:.9em;color:#666}.summary-stats{display:flex;flex-direction:column;justify-content:center}.summary-stats p{margin:8px 0;font-size:15px}.executive-summary{margin-top:30px}.summary-box{background:#f8f9fa;padding:25px;border-radius:12px;border-left:4px solid #dc3545;overflow:visible;word-wrap:break-word;white-space:normal}.summary-box p{margin:0;line-height:1.8;color:#2d3748;word-break:break-word;overflow-wrap:break-word}.findings-container{margin-top:30px}.findings-section{background:#f9f9f9;padding:20px;border-radius:8px;margin:20px 0}.findings-section h5{margin:10px 0 15px;font-size:14px}.findings-summary{background:#fff3e0;padding:15px;border-radius:8px;border-left:3px solid #ffc107}.findings-summary h5{color:#dc3545;margin-bottom:10px;font-weight:700}.findings-summary p{color:#333;font-size:13px;line-height:1.6;margin:0;word-break:break-word;overflow-wrap:break-word;white-space:normal}.finding-item{background:white;padding:15px;margin:10px 0;border-radius:6px;border-left:4px solid;box-shadow:0 2px 4px #0000001a}.finding-item.high-risk{border-left-color:#dc3545}.finding-item.medium-risk{border-left-color:#ffc107}.finding-title{font-weight:700;color:#ef4444;margin-bottom:8px;font-size:14px}.finding-desc{color:#555;font-size:13px;line-height:1.6;overflow:visible;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.table-container{overflow-x:auto;margin:20px 0}.report-table{width:100%;border-collapse:collapse;background:white;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.report-table thead{background:linear-gradient(135deg,#1a1a1a 0%,#333333 100%);color:#fff}.report-table th{padding:15px;text-align:left;font-weight:700;font-size:13px;word-break:break-word;overflow-wrap:break-word;white-space:normal}.report-table td{padding:15px;border-bottom:1px solid #eee;vertical-align:top;font-size:13px;word-break:break-word;overflow-wrap:break-word;white-space:normal;overflow:visible}.report-table tbody tr:hover{background:#f8f9fa}.risk-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:700;text-align:center;min-width:60px}.risk-badge.risk-high{background:#ffe0e3;color:#dc3545;border:1px solid #dc3545}.risk-badge.risk-medium{background:#fff3e0;color:#ffc107;border:1px solid #ffc107}.risk-badge.risk-low{background:#e8f5e8;color:#388e3c;border:1px solid #c8e6c9}.summary-eval{background:#f9f9f9;padding:20px;border-radius:8px;border-left:3px solid #dc3545}.summary-eval h4{margin:0 0 15px;font-size:15px;color:#dc3545}.summary-eval p{margin:0;line-height:1.8;color:#333;font-size:14px;word-break:break-word;overflow-wrap:break-word;white-space:normal}.suggestion-list{margin:15px 0 0 20px;padding:0;list-style:none}.suggestion-list li{margin:10px 0;font-size:14px;line-height:1.6;color:#333;word-break:break-word;overflow-wrap:break-word;white-space:normal}.clauses-container{display:flex;flex-direction:column;gap:15px}.clause-card{padding:20px;background:#f9fafb;border-radius:8px;border-left:4px solid #dc3545}.clause-header{margin-bottom:12px}.clause-title{margin:0;font-size:14px;font-weight:600;color:#dc3545}.clause-content{margin:0;font-size:13px;color:#2d3748;line-height:1.6;white-space:pre-wrap}.report-footer{background:#f8f9fa;padding:40px 30px;text-align:center;color:#666;font-size:13px;border-top:2px solid #e9ecef;flex-shrink:0;width:100%;max-width:1150px;margin-left:auto;margin-right:auto;box-sizing:border-box}.footer-content{max-width:900px;margin:0 auto 20px}.footer-content p{margin:8px 0;line-height:1.6;word-break:break-word;overflow-wrap:break-word;white-space:normal}.footer-content strong{font-weight:600}.footer-copyright{border-top:1px solid #dee2e6;padding-top:15px}.footer-copyright p{margin:0;font-size:12px;color:#999}.rating-section{background:white;padding:50px 30px;border-bottom:2px solid #f0f0f0;margin-bottom:20px;width:100%;max-width:1150px;margin-left:auto;margin-right:auto;box-sizing:border-box}.rating-container{max-width:600px;margin:0 auto}.success-message{font-size:16px;color:#2e7d32;margin:0;font-weight:600}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width: 1024px){.report-header-section,.report-section,.rating-section,.report-footer{max-width:95%}}@media (max-width: 768px){.report-header-top{flex-direction:column;gap:20px;padding:20px}.header-left{width:100%}.header-actions{width:100%;justify-content:flex-start;margin-left:0}.report-title{font-size:22px}.report-section,.rating-section,.report-header-section{padding:20px;max-width:100%}.summary-grid,.report-meta-info{grid-template-columns:1fr}.btn{padding:8px 14px;font-size:13px}}@media (max-width: 600px){.star-rating{gap:8px}.star-rating .star{font-size:36px}.rating-form{padding:20px}.rating-actions{flex-direction:column}.rating-actions .btn{width:100%}.rating-labels{font-size:11px}}.guide-popover{font-family:微软雅黑,Microsoft YaHei,Arial,sans-serif}.email-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:10000}.email-dialog-content{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;background:white;border-radius:12px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003;z-index:10001}.email-dialog-header{padding:20px 24px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#17a2b8,#138496);color:#fff;border-radius:12px 12px 0 0}.email-dialog-header h3{margin:0;font-size:18px;font-weight:600}.email-dialog-header .close-btn{background:none;border:none;color:#fff;font-size:28px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.email-dialog-header .close-btn:hover:not(:disabled){background-color:#fff3}.email-dialog-header .close-btn:disabled{opacity:.5;cursor:not-allowed}.email-dialog-body{padding:24px}.report-info{background:#f8f9fa;border-radius:8px;padding:16px;margin-bottom:20px;border-left:4px solid #17a2b8}.report-info .info-title{font-size:14px;font-weight:600;color:#333;margin:0 0 12px}.report-info .info-item{display:flex;justify-content:space-between;padding:6px 0;font-size:14px}.report-info .info-label{color:#666}.report-info .info-value{font-weight:600;color:#333}.form-label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:#333}.form-label .required{color:#ef4444;margin-left:4px}.form-input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.form-input:focus{outline:none;border-color:#17a2b8;box-shadow:0 0 0 3px #17a2b81a}.form-input:disabled{background-color:#f3f4f6;cursor:not-allowed}.form-hint{margin:6px 0 0;font-size:12px;color:#6b7280}.message-box{padding:12px 16px;border-radius:6px;margin-top:16px;font-size:14px;animation:slideDown .3s ease-out}@keyframes slideDown{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}.message-box.success{background-color:#d1fae5;color:#065f46;border-left:4px solid #10b981}.message-box.error{background-color:#fee2e2;color:#991b1b;border-left:4px solid #ef4444}.email-dialog-footer{padding:16px 24px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:12px;background-color:#f9fafb;border-radius:0 0 12px 12px}.email-dialog-footer .btn{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.email-dialog-footer .btn-secondary{background-color:#6b7280;color:#fff}.email-dialog-footer .btn-secondary:hover:not(:disabled){background-color:#4b5563}.email-dialog-footer .btn-primary{background-color:#17a2b8;color:#fff}.email-dialog-footer .btn-primary:hover:not(:disabled){background-color:#138496;transform:translateY(-1px);box-shadow:0 4px 8px #17a2b84d}.email-dialog-footer .btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.email-dialog-content{width:95%;max-height:95vh}.email-dialog-header,.email-dialog-body,.email-dialog-footer{padding:16px}.report-info .info-item{flex-direction:column;gap:4px}.email-dialog-footer{flex-direction:column}.email-dialog-footer .btn{width:100%}}.contract-modification-view{width:100%;max-width:1600px;margin:0 auto;padding:20px;background:#f5f7fa;min-height:100vh}.modification-header{display:flex;justify-content:space-between;align-items:center;background:white;padding:20px 30px;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:20px}.modification-header .header-left{flex:1;display:flex;flex-direction:column;gap:6px}.modification-header .page-title{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.modification-header .page-subtitle{font-size:14px;color:#6c757d;margin:0}.modification-header .header-actions{display:flex;gap:12px}.modification-header .btn{padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:6px}.modification-header .btn-secondary{background:#6c757d;color:#fff}.modification-header .btn-secondary:hover{background:#5a6268;transform:translateY(-2px);box-shadow:0 4px 12px #6c757d4d}.modification-header .btn-success{background:#e74c3c;color:#fff}.modification-header .btn-success:hover{background:#c0392b;transform:translateY(-2px);box-shadow:0 4px 12px #e74c3c4d}.modification-header .export-word-btn{background:#c0392b}.modification-header .export-word-btn:hover{background:#a93226;transform:translateY(-2px);box-shadow:0 4px 12px #c0392b4d}.modification-body{display:grid;grid-template-columns:1fr 1fr;gap:20px;height:calc(100vh - 200px)}.contract-preview{background:white;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;overflow:hidden}.contract-preview .preview-header{padding:20px 30px;border-bottom:2px solid #e9ecef;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#e74c3c 0%,#c0392b 100%);color:#fff}.contract-preview .preview-header h3{font-size:18px;font-weight:700;margin:0}.contract-preview .preview-badge{background:rgba(255,255,255,.2);padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600}.contract-preview .preview-content{flex:1;overflow-y:auto;padding:40px 50px;background:#ffffff}.contract-preview .contract-text{white-space:pre-wrap;word-wrap:break-word;font-family:仿宋_GB2312,仿宋,"FangSong",STFangsong,SimSun,宋体,serif;font-size:16pt;line-height:28pt;color:#000;margin:0;padding:0;text-align:justify;text-justify:inter-ideograph}.contract-preview .contract-html{font-family:仿宋_GB2312,仿宋,"FangSong",STFangsong,SimSun,宋体,serif;font-size:16pt;line-height:28pt;color:#000}.contract-html .contract-title{text-align:center;margin-bottom:20pt}.contract-html .contract-title h1{font-family:FZXiaoBiaoSong-B05S,方正小标宋简体,SimSun,宋体,serif;font-size:22pt;font-weight:700;line-height:28pt;margin:0 0 8pt;letter-spacing:2pt}.contract-html .contract-title h2{font-family:SimSun,宋体,serif;font-size:18pt;font-weight:400;line-height:28pt;margin:0}.contract-html .contract-parties{text-align:center;margin:20pt 0}.contract-html .party-info{font-family:SimSun,宋体,serif;font-size:15pt;line-height:24pt;margin:6pt 0}.contract-html .section-title,.contract-html .chapter-title{font-family:SimHei,黑体,Microsoft YaHei,sans-serif;font-size:16pt;font-weight:700;line-height:28pt;margin:18pt 0 12pt;text-align:center}.contract-html .chapter-title{text-align:left;margin:16pt 0 10pt}.contract-html .article-title{font-family:SimHei,黑体,Microsoft YaHei,sans-serif;font-size:16pt;font-weight:700;line-height:28pt;margin:10pt 0 8pt;text-indent:0}.contract-html .notice-content{margin:16pt 0}.contract-html .notice-item{font-family:仿宋_GB2312,仿宋,"FangSong",STFangsong,serif;font-size:16pt;line-height:28pt;margin:6pt 0;text-align:justify;text-indent:0}.contract-html .party-details p{font-family:仿宋_GB2312,仿宋,"FangSong",STFangsong,serif;font-size:16pt;line-height:28pt;margin:4pt 0;text-indent:0}.contract-html .preamble p{font-family:仿宋_GB2312,仿宋,"FangSong",STFangsong,serif;font-size:16pt;line-height:28pt;margin:12pt 0;text-indent:2em;text-align:justify}.contract-html .paragraph{font-family:仿宋_GB2312,仿宋,"FangSong",STFangsong,serif;font-size:16pt;line-height:28pt;margin:6pt 0;text-indent:2em;text-align:justify}.contract-html .list-item{font-family:仿宋_GB2312,仿宋,"FangSong",STFangsong,serif;font-size:16pt;line-height:28pt;margin:6pt 0;text-indent:0;text-align:justify}.contract-html .signature-section{margin-top:40pt}.contract-html .signature-table{width:100%;border-collapse:collapse;font-family:仿宋_GB2312,仿宋,"FangSong",STFangsong,serif;font-size:16pt;line-height:28pt}.contract-html .signature-table td{padding:8pt 0;vertical-align:top}.contract-html .signature-left{text-align:left;width:50%}.contract-html .signature-right{text-align:right;width:50%}.parameters-panel{background:white;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;overflow:hidden}.parameters-panel .panel-header{padding:20px 25px;border-bottom:2px solid #e9ecef;background:linear-gradient(135deg,#e74c3c 0%,#c0392b 100%);color:#fff}.parameters-panel .panel-header h3{font-size:18px;font-weight:700;margin:0 0 6px}.parameters-panel .panel-subtitle{font-size:12px;margin:0;opacity:.9}.parameters-panel .panel-content{flex:1;overflow-y:auto;padding:20px 25px}.parameter-section{margin-bottom:25px}.parameter-section h4{font-size:16px;font-weight:700;color:#495057;margin:0 0 15px;padding-bottom:10px;border-bottom:2px solid #e9ecef}.parameter-group{display:flex;flex-direction:column;gap:15px}.parameter-group label{display:flex;flex-direction:column;gap:6px}.parameter-group .label-text{font-size:13px;font-weight:600;color:#495057}.parameter-group input[type=text],.parameter-group textarea,.parameter-group select{padding:10px 12px;border:1.5px solid #dee2e6;border-radius:6px;font-size:14px;color:#495057;transition:all .3s ease;background:white;font-family:Microsoft YaHei,微软雅黑,Arial,sans-serif}.parameter-group input[type=text]:focus,.parameter-group textarea:focus,.parameter-group select:focus{outline:none;border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c1a}.parameter-group input[type=text]::placeholder,.parameter-group textarea::placeholder{color:#adb5bd}.parameter-group textarea{resize:vertical;min-height:60px;line-height:1.6}.parameter-group select{cursor:pointer}.parameter-tips{margin-top:20px;padding:15px;background:linear-gradient(135deg,#fff5f5 0%,#ffe5e5 100%);border-left:4px solid #e74c3c;border-radius:8px;display:flex;gap:12px;align-items:flex-start}.parameter-tips .tips-icon{font-size:20px;line-height:1}.parameter-tips .tips-content{flex:1;font-size:13px;line-height:1.6;color:#495057}.parameter-tips .tips-content strong{color:#c0392b;font-weight:700}.contract-modification-view .empty-state{display:flex;justify-content:center;align-items:center;height:60vh;background:white;border-radius:12px;box-shadow:0 2px 8px #00000014}.contract-modification-view .empty-state p{font-size:16px;color:#6c757d;margin:0}@media (max-width: 1200px){.modification-body{grid-template-columns:1fr 1fr}}@media (max-width: 992px){.modification-body{grid-template-columns:1fr;height:auto}.contract-preview,.parameters-panel{height:500px}}@media (max-width: 768px){.modification-header{flex-direction:column;align-items:flex-start;gap:15px}.modification-header .header-actions{width:100%;justify-content:flex-end}}@media print{.contract-modification-view{padding:0;background:white}.modification-header,.parameters-panel{display:none!important}.modification-body{display:block;height:auto}.contract-preview{box-shadow:none;border-radius:0;height:auto}.contract-preview .preview-header{display:none}.contract-preview .preview-content{padding:0}.contract-preview .contract-text{font-size:16pt;line-height:28pt;color:#000}@page{size:A4;margin:2.54cm 3.17cm}}.contract-review-intro-page{width:100%;max-width:none;margin:0;background:transparent;min-height:100vh;font-family:微软雅黑,Microsoft YaHei,Arial,sans-serif}.hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto;text-align:center}.hero-badge{display:inline-block;background:linear-gradient(135deg,#fff5f5 0%,#ffe5e5 100%);color:#c7272f;padding:8px 20px;border-radius:20px;font-size:14px;font-weight:600;margin-bottom:20px;border:1px solid #ffcccc}.hero-title{color:#1a1a1a;font-size:48px;font-weight:800;margin:0 0 16px;line-height:1.2}.hero-subtitle{color:#4a5568;font-size:20px;margin:0 0 40px;line-height:1.6;font-weight:400}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;margin-bottom:40px}.stat-box{background:linear-gradient(135deg,#f5f7fa 0%,#e8edf3 100%);padding:24px 20px;border-radius:12px;border:1px solid #d6dce5;transition:all .3s ease}.stat-box:hover{background:#ffffff;transform:translateY(-5px);box-shadow:0 4px 15px #00000014}.stat-number{display:block;color:#c7272f;font-size:36px;font-weight:800;margin-bottom:8px}.stat-label{display:block;color:#4a5568;font-size:14px;font-weight:500}.hero-cta-btn{background:linear-gradient(135deg,#c7272f 0%,#a61e2d 100%);color:#fff;padding:18px 48px;border-radius:50px;font-size:18px;font-weight:700;border:none;cursor:pointer;box-shadow:0 4px 15px #c7272f4d;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;gap:12px}.hero-cta-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #c7272f66;background:linear-gradient(135deg,#a61e2d 0%,#8b1a27 100%)}.hero-cta-btn .btn-arrow{font-size:24px;transition:transform .3s ease}.hero-cta-btn:hover .btn-arrow{transform:translate(5px)}.contract-review-intro-page .section-header{text-align:center;margin-bottom:48px}.contract-review-intro-page .section-title{color:#2d3748;font-size:36px;font-weight:800;margin:0 0 12px}.section-title.hr-analysis-title{-webkit-text-fill-color:initial;background:none;color:#2d3748}.contract-review-intro-page .section-subtitle{color:#718096;font-size:18px;margin:0;font-weight:400}.value-proposition{background:linear-gradient(135deg,#f5f7fa 0%,#e8edf3 100%);border-radius:16px;margin-bottom:40px;padding:60px 40px}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.value-card{background:white;padding:32px;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.value-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f}.value-icon{width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff;margin-bottom:20px}.value-icon.ai-icon{background:linear-gradient(135deg,#c7272f 0%,#a61e2d 100%)}.value-icon.efficiency-icon{background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%)}.value-icon.compliance-icon{background:linear-gradient(135deg,#c7272f 0%,#a61e2d 100%)}.value-icon.professional-icon{background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%)}.value-title{color:#2d3748;font-size:22px;font-weight:700;margin:0 0 12px}.value-description{color:#4a5568;font-size:15px;line-height:1.7;margin:0 0 20px}.value-features{list-style:none;padding:0;margin:0 auto;width:fit-content}.value-features li{color:#718096;font-size:14px;padding:8px 0 8px 24px;position:relative;text-align:left}.value-features li:before{content:"✓";position:absolute;left:0;color:#48bb78;font-weight:700}.advantages-section{padding:60px 40px;background:white;border-radius:16px;margin-bottom:40px;box-shadow:0 4px 20px #0000000f}.advantages-list{max-width:1200px;margin:0 auto}.advantage-row{display:flex;gap:60px;align-items:center;margin-bottom:60px;padding:40px;background:linear-gradient(135deg,#f5f7fa 0%,#e8edf3 100%);border-radius:16px;transition:all .3s ease;min-height:300px}.advantage-row:hover{background:linear-gradient(135deg,rgba(199,39,47,.05) 0%,rgba(166,30,45,.05) 100%);transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.advantage-row:last-child{margin-bottom:0}.advantage-row.left-content,.advantage-row.right-content{flex-direction:row}.advantage-content{flex:1;max-width:50%}.advantage-title{color:#2d3748;font-size:24px;font-weight:700;margin:0 0 20px;line-height:1.3}.advantage-desc{color:#4a5568;font-size:16px;line-height:1.8;margin:0}.advantage-image{flex:1;max-width:50%;display:flex;align-items:center;justify-content:center}.image-placeholder{width:100%;height:200px;background:linear-gradient(135deg,#c7272f 0%,#a61e2d 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:transparent;font-size:18px;font-weight:600;box-shadow:0 4px 15px #c7272f4d;transition:all .3s ease;background-size:cover;background-position:center;position:relative;overflow:hidden}.advantage-row:nth-child(1) .image-placeholder{background-image:linear-gradient(rgba(199,39,47,.15),rgba(166,30,45,.15)),url(https://images.unsplash.com/photo-1451187580459-43490279c0fa?w=800)}.advantage-row:nth-child(2) .image-placeholder{background-image:linear-gradient(rgba(44,62,80,.15),rgba(52,73,94,.15)),url(https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=800)}.advantage-row:nth-child(3) .image-placeholder{background-image:linear-gradient(rgba(199,39,47,.15),rgba(166,30,45,.15)),url(https://images.unsplash.com/photo-1555421689-491a97ff2040?w=800)}.advantage-row:nth-child(4) .image-placeholder{background-image:linear-gradient(rgba(44,62,80,.15),rgba(52,73,94,.15)),url(https://images.unsplash.com/photo-1505664194779-8beaceb93744?w=800)}.advantage-row:nth-child(5) .image-placeholder{background-image:linear-gradient(rgba(199,39,47,.15),rgba(166,30,45,.15)),url(https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=800)}.advantage-row:nth-child(6) .image-placeholder{background-image:linear-gradient(rgba(44,62,80,.15),rgba(52,73,94,.15)),url(https://images.unsplash.com/photo-1553877522-43269d4ea984?w=800)}.image-placeholder:hover{transform:scale(1.05);box-shadow:0 8px 25px #c7272f66}.contract-review-intro-page .scenarios-section{padding:60px 40px;background:white;border-radius:16px;margin-bottom:40px;box-shadow:0 4px 20px #0000000f}.contract-review-intro-page .scenarios-section .section-title{font-size:36px!important;font-weight:800!important;color:#2d3748;background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contract-review-intro-page .scenarios-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr)!important;gap:24px;max-width:1200px;margin:0 auto}.contract-review-intro-page .scenario-card{background:linear-gradient(135deg,#f5f7fa 0%,#e8edf3 100%);padding:28px;border-radius:12px;border:1px solid #d6dce5;transition:all .3s ease;box-shadow:0 2px 10px #0000000d;will-change:transform,opacity}.contract-review-intro-page .scenario-card:hover{background:white;transform:translateY(-5px);box-shadow:0 8px 30px #c7272f26;border-color:#c7272f}.contract-review-intro-page .scenario-icon{width:56px;height:56px;background:linear-gradient(135deg,#c7272f 0%,#a61e2d 100%);color:#fff;font-size:16px;font-weight:700;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.contract-review-intro-page .scenario-title{color:#2d3748;font-size:20px;font-weight:700;margin:0 0 12px}.contract-review-intro-page .scenario-desc{color:#4a5568;font-size:14px;line-height:1.7;margin:0}.contract-review-intro-page .features-section{padding:60px 40px;background:white;border-radius:16px;margin-bottom:40px;box-shadow:0 4px 20px #0000000f}.contract-review-intro-page .features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:24px;max-width:1200px;margin:0 auto}.contract-review-intro-page .feature-box{background:linear-gradient(135deg,#f5f7fa 0%,#e8edf3 100%);padding:24px;border-radius:12px;text-align:center;transition:all .3s ease;border:2px solid transparent;will-change:transform,opacity}.contract-review-intro-page .feature-box:hover{background:white;border-color:#c7272f;transform:translateY(-5px);box-shadow:0 8px 25px #c7272f26}.contract-review-intro-page .feature-icon{width:48px;height:48px;background:linear-gradient(135deg,#c7272f 0%,#a61e2d 100%);color:#fff;font-size:14px;font-weight:700;border-radius:10px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.contract-review-intro-page .feature-title{color:#2d3748;font-size:20px;font-weight:700;margin:0 0 8px}.contract-review-intro-page .feature-text{color:#4a5568;font-size:14px;line-height:1.5;margin:0}.process-section{padding:60px 40px;background:linear-gradient(135deg,#f5f7fa 0%,#e8edf3 100%);border-radius:16px;margin-bottom:40px}.process-steps{display:flex;align-items:center;justify-content:center;gap:30px;flex-wrap:wrap;max-width:1000px;margin:0 auto}.process-step{flex:1;min-width:200px;background:white;padding:32px 24px;border-radius:12px;text-align:center;box-shadow:0 4px 15px #00000014;transition:all .3s ease}.process-step:hover{transform:translateY(-8px);box-shadow:0 8px 30px #c7272f33}.step-number{width:64px;height:64px;background:linear-gradient(135deg,#c7272f 0%,#a61e2d 100%);color:#fff;font-size:32px;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 4px 15px #c7272f4d}.step-title{color:#2d3748;font-size:20px;font-weight:700;margin:0 0 12px}.step-desc{color:#4a5568;font-size:14px;line-height:1.6;margin:0}.process-arrow{font-size:32px;color:#cbd5e0;font-weight:700}.faq-section{padding:60px 40px;background:white;border-radius:16px;margin-bottom:40px;box-shadow:0 4px 20px #0000000f}.faq-list{display:flex;flex-direction:column;gap:16px}.contract-review-intro-page .faq-item{padding:20px!important;background:#f3f4f6!important;border:1px solid #e5e7eb!important;border-radius:12px!important;cursor:pointer;transition:all .3s ease;color:#2d3748!important}.contract-review-intro-page .faq-item:hover{background:#e5e7eb!important;border-color:#d1d5db!important;transform:translateY(-2px);box-shadow:0 4px 12px #00000014!important}.contract-review-intro-page .faq-question{font-size:16px;font-weight:600;color:#2d3748!important;margin:0;display:flex;justify-content:space-between;align-items:center}.contract-review-intro-page .faq-answer{margin-top:12px;color:#4a5568!important;font-size:14px;line-height:1.6}.contract-review-intro-page .cta-section{padding:60px 40px;background:linear-gradient(135deg,#2c3e50 0%,#1a252f 100%);border-radius:16px;margin-bottom:0;position:relative;overflow:hidden}.contract-review-intro-page .cta-section:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(199,39,47,.2) 0%,transparent 70%);animation:heroFloat 12s ease-in-out infinite reverse}.contract-review-intro-page .cta-content{position:relative;z-index:1;text-align:center;max-width:700px;margin:0 auto}.contract-review-intro-page .cta-title{color:#fff;font-size:36px;font-weight:800;margin:0 0 16px;line-height:1.3}.contract-review-intro-page .cta-subtitle{color:#ffffffe6;font-size:18px;margin:0 0 32px;line-height:1.6}.contract-review-intro-page .cta-pricing{margin-bottom:32px}.contract-review-intro-page .price-box{display:inline-flex;align-items:center;gap:16px;background:rgba(255,255,255,.1);padding:16px 32px;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.contract-review-intro-page .original-price{color:#fff9;font-size:18px;text-decoration:line-through}.contract-review-intro-page .promo-price{color:#c7272f;font-size:48px;font-weight:800;text-shadow:0 2px 10px rgba(199,39,47,.5)}.contract-review-intro-page .price-note{color:#ffffffe6;font-size:16px;font-weight:600}.contract-review-intro-page .cta-buttons{display:flex;gap:16px;justify-content:center;align-items:center;margin-bottom:20px;flex-wrap:wrap}.contract-review-intro-page .cta-btn{padding:20px 56px;border-radius:50px;font-size:20px;font-weight:700;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;gap:12px}.contract-review-intro-page .cta-btn-primary{background:linear-gradient(135deg,#c7272f 0%,#a61e2d 100%);color:#fff;box-shadow:0 8px 30px #c7272f66}.contract-review-intro-page .cta-btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 40px #c7272f80;background:linear-gradient(135deg,#a61e2d 0%,#8b1a27 100%)}.contract-review-intro-page .cta-btn-purchase{background:linear-gradient(135deg,#fff 0%,#f5f5f5 100%);color:#c7272f;border:2px solid #c7272f;box-shadow:0 4px 15px #0000001a}.contract-review-intro-page .cta-btn-purchase:hover{transform:translateY(-3px);box-shadow:0 8px 25px #c7272f4d;background:linear-gradient(135deg,#c7272f 0%,#a61e2d 100%);color:#fff;border-color:transparent}.contract-review-intro-page .cta-btn .btn-arrow{font-size:28px;transition:transform .3s ease}.contract-review-intro-page .cta-btn:hover .btn-arrow{transform:translate(5px)}@media (max-width: 768px){.contract-review-intro-page .cta-buttons{flex-direction:column;width:100%}.contract-review-intro-page .cta-btn{width:100%;justify-content:center;padding:16px 40px;font-size:18px}}.contract-review-intro-page .cta-tips{color:#fffc;font-size:14px;margin:0}@media (max-width: 992px){.hero-title{font-size:36px}.hero-subtitle{font-size:18px}.section-title{font-size:30px}.value-grid{grid-template-columns:repeat(2,1fr)}.advantage-row{gap:40px;padding:30px}.advantage-title{font-size:22px}.advantage-desc{font-size:15px}.image-placeholder{height:180px;font-size:16px}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-template-rows:auto}.scenarios-grid{grid-template-columns:repeat(3,1fr)}.process-steps{flex-direction:column}.process-arrow{transform:rotate(90deg)}}@media (max-width: 768px){.intro-hero,.value-proposition,.advantages-section,.scenarios-section,.features-section,.process-section,.contract-review-intro-page .cta-section{padding:40px 20px}.hero-title{font-size:30px}.hero-subtitle{font-size:16px}.hero-stats{grid-template-columns:1fr!important}.section-title{font-size:26px}.section-subtitle{font-size:16px}.value-grid,.features-grid{grid-template-columns:1fr;grid-template-rows:auto}.scenarios-grid{grid-template-columns:1fr!important}.advantage-row{flex-direction:column!important;gap:30px;text-align:center;min-height:auto}.advantage-content,.advantage-image{width:100%!important;max-width:100%}.image-placeholder{height:150px}.contract-review-intro-page .cta-title{font-size:28px}.contract-review-intro-page .cta-subtitle{font-size:16px}.contract-review-intro-page .promo-price{font-size:36px}}.contract-review-intro-page>section{animation:fadeInUp .8s ease-out}.contract-review-intro-page>section:nth-child(2){animation-delay:.1s}.contract-review-intro-page>section:nth-child(3){animation-delay:.2s}.contract-review-intro-page>section:nth-child(4){animation-delay:.3s}.contract-review-intro-page>section:nth-child(5){animation-delay:.4s}.contract-review-intro-page>section:nth-child(6){animation-delay:.5s}.contract-review-intro-page>section:nth-child(7){animation-delay:.6s}.contract-review-intro-page .section-header{opacity:0;transform:translateY(40px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.contract-review-intro-page .section-header.visible{opacity:1;transform:translateY(0)}.contract-review-intro-page .value-card{opacity:0;transform:translateY(40px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.contract-review-intro-page .value-card.visible{opacity:1;transform:translateY(0)}.contract-review-intro-page .advantage-row{opacity:0;transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.contract-review-intro-page .advantage-row.left-content{transform:translate(-500px)}.contract-review-intro-page .advantage-row.right-content{transform:translate(500px)}.contract-review-intro-page .advantage-row.visible{opacity:1;transform:translate(0)}.contract-review-intro-page .scenario-card{opacity:0;transform:translateY(40px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.contract-review-intro-page .scenario-card.visible{opacity:1;transform:translateY(0)}.contract-review-intro-page .feature-box{opacity:0;transform:translateY(40px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.contract-review-intro-page .feature-box.visible{opacity:1;transform:translateY(0)}.contract-review-intro-page .process-step{opacity:0;transform:translateY(40px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.contract-review-intro-page .process-step.visible{opacity:1;transform:translateY(0)}.contract-review-intro-page .process-arrow{opacity:0;transition:opacity .7s cubic-bezier(.4,0,.2,1)}.contract-review-intro-page .process-arrow.visible{opacity:1}.contract-review-intro-page .hero-badge{animation:slideDown .6s ease-out}.contract-review-intro-page .hero-title{animation:slideDown .8s ease-out}.contract-review-intro-page .hero-subtitle{animation:slideDown 1s ease-out}.contract-review-intro-page .hero-stats{animation:slideDown 1.2s ease-out}.contract-review-intro-page .hero-cta-btn{animation:slideDown 1.4s ease-out}.new-employee-package{max-width:1000px;margin:0 auto;padding:16px;background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%);min-height:100vh;font-family:微软雅黑,Microsoft YaHei,Arial,sans-serif}.package-header{background:linear-gradient(135deg,#a61e2d 0%,#c7272f 100%);border-radius:12px;padding:24px;margin-bottom:20px;color:#fff;box-shadow:0 4px 20px #a61e2d40}.package-icon{font-size:36px;margin-right:16px}.package-info h1{font-size:24px;font-weight:700;margin:0 0 6px}.package-subtitle{font-size:14px;opacity:.9;margin:0}.package-pricing{text-align:right}.package-content{display:flex;flex-direction:column;gap:20px}.package-contents{background:white;padding:20px;border-radius:8px;box-shadow:0 2px 8px #0000000d}.package-contents h2{color:#2c3e50;margin-bottom:16px;font-size:20px;font-weight:600}.files-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.file-card{display:flex;align-items:flex-start;gap:12px;padding:16px;border:1px solid #e9ecef;border-radius:8px;transition:all .3s ease;cursor:pointer}.file-card:hover{border-color:#a61e2d;box-shadow:0 4px 12px #a61e2d26;transform:translateY(-2px)}.file-info h3{color:#2c3e50;font-size:15px;font-weight:600;margin:0 0 6px}.file-info p{color:#6c757d;font-size:13px;line-height:1.4;margin:0 0 6px}.file-size{font-size:12px;color:#adb5bd;font-weight:500}.scenarios-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}@media (max-width: 768px){.header-content{flex-direction:column;text-align:center}.header-left{justify-content:center}.header-right{align-items:center}.files-grid,.scenarios-grid{grid-template-columns:1fr}.guarantee-items{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.new-employee-package{padding:10px}.package-header{padding:20px}.package-icon{font-size:40px}.package-info h1{font-size:24px}.guarantee-items{grid-template-columns:1fr}}.recruitment-risk-toolkit{max-width:1000px;margin:0 auto;padding:16px;background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%);min-height:100vh;font-family:微软雅黑,Microsoft YaHei,Arial,sans-serif}.toolkit-header{background:linear-gradient(135deg,#a61e2d 0%,#c7272f 100%);border-radius:12px;padding:24px;margin-bottom:20px;color:#fff;box-shadow:0 4px 20px #a61e2d40}.header-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.header-left{display:flex;align-items:center;flex:1}.header-right{display:flex;align-items:center;gap:16px;flex-direction:column}.toolkit-icon{font-size:36px;margin-right:16px}.toolkit-info h1{font-size:24px;font-weight:700;margin:0 0 6px}.toolkit-subtitle{font-size:14px;opacity:.9;margin:0}.toolkit-pricing{text-align:right}.price-info{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.original-price{font-size:14px;text-decoration:line-through;opacity:.7}.current-price{font-size:20px;font-weight:700;color:gold}.promo-badge{background:rgba(255,255,255,.2);padding:4px 12px;border-radius:20px;font-size:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.toolkit-content{display:flex;flex-direction:column;gap:20px}.header-download-btn{padding:10px 20px;background:linear-gradient(135deg,#f4c430 0%,#d4a017 100%);color:#1a1a1a;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap;box-shadow:0 2px 8px #f4c4304d}.header-download-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #f4c43066;background:linear-gradient(135deg,#ffca28 0%,#f4c430 100%)}.header-download-btn:disabled{opacity:.7;cursor:not-allowed}.header-download-btn.downloading{background:#6c757d}.header-download-success{display:flex;align-items:center;gap:4px;color:#28a745;font-size:12px;font-weight:500;margin-top:4px}.header-download-error{display:flex;align-items:center;gap:4px;color:#a02d2d;font-size:12px;font-weight:500;margin-top:4px}.loading-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.intro-section{background:white;padding:20px;border-radius:8px;box-shadow:0 2px 8px #0000000d}.intro-section h2{color:#2c3e50;margin-bottom:16px;font-size:20px;font-weight:600}.intro-content p{color:#6c757d;line-height:1.6;margin-bottom:16px;font-size:14px}.feature-text{margin-top:16px;display:flex;flex-direction:column;gap:12px}.feature-text p{color:#333;font-size:14px;font-weight:500;margin:0;padding:8px 12px;line-height:1.5;border-left:3px solid #a61e2d;background:#f8fafb;border-radius:4px}.categories-filter{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.category-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;border:2px solid #e9ecef;border-radius:25px;background:white;color:#6c757d;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.category-btn:hover{border-color:#a61e2d;color:#a61e2d}.category-btn.active{background:linear-gradient(135deg,#a61e2d 0%,#c7272f 100%);border-color:#a61e2d;color:#fff}.category-icon{font-size:16px}.category-count{font-size:12px;opacity:.8}.toolkit-contents{background:white;padding:20px;border-radius:8px;box-shadow:0 2px 8px #0000000d}.toolkit-contents h2{color:#2c3e50;margin-bottom:20px;font-size:20px;font-weight:600}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.tool-card{border:1px solid #e9ecef;border-radius:12px;padding:20px;transition:all .3s ease;cursor:pointer}.tool-card:hover{border-color:#a61e2d;box-shadow:0 4px 12px #a61e2d26;transform:translateY(-2px)}.tool-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.tool-icon{font-size:24px}.risk-badge{padding:4px 8px;border-radius:12px;color:#fff;font-size:11px;font-weight:600;text-transform:uppercase}.tool-info h3{color:#2c3e50;font-size:16px;font-weight:600;margin:0 0 10px}.tool-info p{color:#6c757d;font-size:14px;line-height:1.4;margin:0 0 15px}.tool-meta{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#adb5bd}.file-size{font-weight:500}.file-type{text-transform:uppercase;font-weight:600}.scenarios-section{background:white;padding:20px;border-radius:8px;box-shadow:0 2px 8px #0000000d}.scenarios-section h2{color:#2c3e50;margin-bottom:16px;font-size:20px;font-weight:600}.scenarios-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.scenario-card{padding:16px;border:1px solid #e9ecef;border-radius:8px;text-align:center;transition:all .3s ease}.scenario-card:hover{border-color:#a61e2d;box-shadow:0 4px 12px #a61e2d26}.scenario-card h3{color:#2c3e50;font-size:15px;font-weight:600;margin-bottom:10px}.scenario-card p{color:#6c757d;font-size:13px;line-height:1.4;margin:0}.service-guarantee{background:white;padding:20px;border-radius:8px;box-shadow:0 2px 8px #0000000d;margin-top:20px}.service-guarantee h3{color:#2c3e50;font-size:18px;font-weight:600;margin-bottom:16px;text-align:center}.guarantee-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.guarantee-item{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:#f8f9fa;border-radius:6px;font-size:13px;font-weight:500;color:#2c3e50}.guarantee-icon{font-size:18px}@media (max-width: 768px){.header-content{flex-direction:column;text-align:center}.header-left{justify-content:center}.header-right{align-items:center}.toolkit-pricing{text-align:center}.categories-filter{justify-content:center}.tools-grid{grid-template-columns:1fr}.scenarios-grid,.guarantee-items{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.recruitment-risk-toolkit{padding:10px}.toolkit-header{padding:20px}.toolkit-icon{font-size:40px}.toolkit-info h1{font-size:24px}.categories-filter{flex-direction:column}.category-btn{justify-content:center}.scenarios-grid,.guarantee-items{grid-template-columns:1fr}}.home-page{min-height:100vh;background:#f8f9fa;overflow-x:hidden}.hero-carousel{position:relative;height:520px;overflow:hidden}.carousel-container{position:relative;width:100%;height:100%}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:all .8s cubic-bezier(.4,0,.2,1);transform:scale(1.05)}.carousel-slide.active{opacity:1;visibility:visible;transform:scale(1)}.slide-content{display:flex;align-items:center;justify-content:space-between;max-width:1220px;margin:0 auto;padding:40px 60px;gap:60px}.slide-text{flex:1;color:#fff;animation:slideIn .8s ease-out}.slide-free-contract-check .slide-text{color:#fff}.slide-free-contract-check .slide-description{color:#fff;opacity:1}.slide-recruitment-assistant .slide-text,.slide-referral-reward .slide-text{color:#1a202c}.slide-recruitment-assistant .new-badge,.slide-referral-reward .new-badge{background:#1a202c;color:#fff}.slide-recruitment-assistant .feature-tag,.slide-referral-reward .feature-tag{background:rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.15);color:#1a202c}.slide-recruitment-assistant .slide-title,.slide-referral-reward .slide-title{text-shadow:0 2px 20px rgba(0,0,0,.08)}.slide-recruitment-assistant .current-price,.slide-referral-reward .current-price{color:#1a202c;font-weight:800}.slide-recruitment-assistant .original-price,.slide-referral-reward .original-price{color:#4a5568}.slide-recruitment-assistant .slide-cta,.slide-referral-reward .slide-cta{background:#1a202c;color:#fff}.slide-recruitment-assistant .slide-cta:hover,.slide-referral-reward .slide-cta:hover{background:#2d3748}@keyframes slideIn{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.new-badge{display:inline-block;background:#ff4757;color:#fff;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:700;margin-right:10px;animation:pulse 2s infinite}.slide-badge{display:inline-block;background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:5px 14px;border-radius:20px;font-size:12px;font-weight:500;margin-bottom:12px;border:1px solid rgba(255,255,255,.3)}.slide-title{font-size:38px;font-weight:700;margin:0 0 12px;line-height:1.2;text-shadow:0 2px 20px rgba(0,0,0,.15)}.slide-tagline{font-size:16px;opacity:.9;margin:0 0 20px;line-height:1.6;max-width:500px}.slide-features{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.feature-tag{background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:5px 12px;border-radius:6px;font-size:12px;border:1px solid rgba(255,255,255,.2)}.slide-pricing{display:flex;align-items:baseline;gap:12px;margin-bottom:20px}.original-price{font-size:16px;text-decoration:line-through;opacity:.6}.current-price{font-size:32px;font-weight:700}.slide-cta{background:white;color:#333;border:none;padding:14px 36px;font-size:16px;font-weight:600;border-radius:30px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #00000026}.slide-cta:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00000040}.slide-visual{flex:0 0 320px;display:flex;align-items:center;justify-content:center;position:relative}.full-banner-wrapper{width:100%;height:100%;display:flex;align-items:flex-start;justify-content:center;cursor:pointer;overflow:hidden}.full-banner-image{width:100%;height:auto;object-fit:cover;object-position:top center;transition:transform .3s ease}.full-banner-image:hover{transform:scale(1.02)}.banner-image{width:100%;height:auto;max-height:450px;object-fit:contain;animation:slideInRight .8s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.product-icon-large{font-size:150px;filter:drop-shadow(0 10px 40px rgba(0,0,0,.2));animation:float 4s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.floating-elements{position:absolute;width:100%;height:100%}.float-element{position:absolute;background:rgba(255,255,255,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;box-shadow:0 4px 20px #0000001a}.float-1{width:50px;height:50px;top:10%;right:10%;color:#28a745;animation:floatAlt 3s ease-in-out infinite}.float-2{width:60px;height:60px;bottom:20%;left:5%;color:#667eea;font-size:14px;animation:floatAlt 3.5s ease-in-out infinite .5s}.float-3{width:45px;height:45px;top:30%;left:15%;color:#f5576c;animation:floatAlt 2.5s ease-in-out infinite 1s}@keyframes floatAlt{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(10deg)}}.carousel-indicators{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:12px;padding:12px 20px;background:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:30px}.indicator{width:10px;height:10px;background:rgba(255,255,255,.5);border:none;border-radius:50%;cursor:pointer;transition:all .3s ease;padding:0}.indicator:hover{background:rgba(255,255,255,.8);transform:scale(1.2)}.indicator.active{width:32px;border-radius:5px;background:white}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);border:none;width:50px;height:50px;border-radius:50%;font-size:28px;cursor:pointer;transition:all .3s ease;color:#333;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #00000026;z-index:10}.carousel-arrow:hover{transform:translateY(-50%) scale(1.1);box-shadow:0 6px 30px #0003}.carousel-arrow.prev{left:30px}.carousel-arrow.next{right:30px}.quick-nav{background:white;border-bottom:1px solid #e9ecef;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000000d}.nav-container{display:flex;justify-content:center;gap:8px;max-width:1200px;margin:0 auto;padding:12px 20px}.nav-item{display:flex;align-items:center;gap:8px;padding:12px 24px;border-radius:30px;cursor:pointer;transition:all .3s ease;position:relative;background:#f8f9fa}.nav-item:hover{background:#e9ecef;transform:translateY(-2px)}.nav-item.active{background:linear-gradient(135deg,#ddd6fe 0%,#c4b5fd 100%);color:#5b21b6}.nav-icon{font-size:20px}.nav-name{font-size:14px;font-weight:500}.nav-new-tag{position:absolute;top:-5px;right:-5px;background:#ff4757;color:#fff;font-size:10px;padding:2px 6px;border-radius:10px;font-weight:700}.products-showcase{padding:120px 40px;max-width:1800px;margin:0 auto;background:#f5f7fa}.showcase-header{text-align:center;margin-bottom:100px}.showcase-header h2{font-size:48px;font-weight:700;color:#1a1a2e;margin:0 0 20px;letter-spacing:-.02em}.showcase-header p{font-size:22px;color:#6c757d;margin:0;font-weight:400}.showcase-description{max-width:900px;margin:-60px auto 80px;padding:0 20px;text-align:center}.showcase-description p{font-size:18px;line-height:1.8;color:#495057;margin:0;font-weight:400;letter-spacing:.02em}.product-section{margin-bottom:240px;opacity:0;transform:translateY(60px);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1)}.product-section.visible{opacity:1;transform:translateY(0)}.product-content{display:flex;align-items:center;gap:120px;max-width:1600px;margin:0 auto;padding:60px;background:white;border-radius:24px;box-shadow:0 8px 40px #00000014;min-height:750px}.product-section.right .product-content{flex-direction:row-reverse}.product-info{flex:1;max-width:650px;min-height:650px;display:flex;flex-direction:column;justify-content:center}.product-title{font-size:56px;font-weight:700;color:#1a202c;margin:-20px 0 8px;line-height:1.2;letter-spacing:-.02em;white-space:pre-line}.product-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.product-note{font-size:20px;color:#888;font-weight:400;margin:0 0 12px;line-height:1.4;font-style:italic;text-align:center}.new-ribbon{background:#ff4757;color:#fff;padding:4px 12px;border-radius:4px;font-size:12px;font-weight:700}.product-badge{padding:8px 18px;border-radius:22px;font-size:15px;font-weight:600;color:#000}.product-tagline{font-size:22px;color:#64748b;margin:0 0 28px;font-weight:500;line-height:1.6}.product-description{font-size:18px;color:#475569;line-height:1.8;margin:0 0 40px}.product-features-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:28px}.feature-item{display:flex;align-items:center;gap:10px}.feature-check{width:22px;height:22px;background:#e8f5e9;color:#28a745;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.feature-text{font-size:16px;color:#495057}.product-footer{display:flex;align-items:center;justify-content:space-between}.home-page .products-showcase .product-section[data-animate] .product-info .product-header[data-scroll-element],.home-page .products-showcase .product-section[data-animate] .product-info .product-title[data-scroll-element],.home-page .products-showcase .product-section[data-animate] .product-info .product-note[data-scroll-element],.home-page .products-showcase .product-section[data-animate] .product-info .product-tagline[data-scroll-element],.home-page .products-showcase .product-section[data-animate] .product-info .product-description[data-scroll-element],.home-page .products-showcase .product-section[data-animate] .product-info .product-features-list[data-scroll-element],.home-page .products-showcase .product-section[data-animate] .product-info .product-footer[data-scroll-element],.home-page .products-showcase .product-section[data-animate] .product-visual[data-scroll-element]{opacity:0!important;transform:translateY(40px)!important;transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)!important}.home-page .products-showcase .product-section[data-animate] .product-info .product-header[data-scroll-element].visible{opacity:1!important;transform:translateY(0)!important}.home-page .products-showcase .product-section[data-animate] .product-info .product-title[data-scroll-element].visible{opacity:1!important;transform:translateY(-30px)!important;color:#000!important;font-size:32px!important;font-weight:700!important}.home-page .products-showcase .product-section[data-animate] .product-info .product-note[data-scroll-element].visible{opacity:1!important;transform:translateY(-30px)!important}.home-page .products-showcase .product-section[data-animate] .product-info .product-tagline[data-scroll-element].visible,.home-page .products-showcase .product-section[data-animate] .product-info .product-description[data-scroll-element].visible,.home-page .products-showcase .product-section[data-animate] .product-info .product-features-list[data-scroll-element].visible{opacity:1!important;transform:translateY(0)!important}.home-page .products-showcase .product-section[data-animate] .product-info .product-footer[data-scroll-element].visible{opacity:1!important;transform:translateY(30px)!important}.home-page .products-showcase .product-section[data-animate] .product-visual[data-scroll-element].visible{opacity:1!important;transform:translateY(0)!important}.home-page .products-showcase .product-section[data-animate] .product-info .product-features-list .feature-item[data-scroll-element]{opacity:0!important;transform:translateY(30px)!important;transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)!important}.home-page .products-showcase .product-section[data-animate] .product-info .product-features-list .feature-item[data-scroll-element].visible{opacity:1!important;transform:translateY(0)!important}.product-price{display:flex;align-items:baseline;gap:10px}.price-original{font-size:16px;color:#adb5bd;text-decoration:line-through}.price-current{font-size:32px;font-weight:700;color:#1a1a2e}.product-cta{padding:14px 32px;border:none;border-radius:30px;color:#000;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #00000026}.product-cta:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00000040}.product-visual{flex:1.2;min-height:600px;border-radius:20px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%)}.product-image-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:30px}.product-demo-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:12px;box-shadow:0 10px 40px #0000001a;transition:transform .3s ease}.product-demo-image:hover{transform:scale(1.02)}.visual-content{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.demo-interface{width:90%;height:90%;background:white;border-radius:12px;box-shadow:0 20px 60px #00000026;padding:30px;position:relative;overflow:hidden}.demo-header{display:flex;gap:8px;margin-bottom:24px}.demo-dot{width:12px;height:12px;border-radius:50%;background:#e5e7eb}.demo-dot:nth-child(1){background:#ef4444}.demo-dot:nth-child(2){background:#f59e0b}.demo-dot:nth-child(3){background:#10b981}.data-visualization{width:100%;height:100%;display:flex;flex-direction:column;gap:20px}.data-row{display:flex;align-items:center;gap:15px}.data-label{flex:0 0 120px;font-size:14px;color:#64748b;font-weight:500}.data-bar{flex:1;height:28px;background:linear-gradient(90deg,#3b82f6 0%,#8b5cf6 100%);border-radius:14px;position:relative;overflow:hidden;animation:barGrow 2s ease-out}@keyframes barGrow{0%{width:0}to{width:100%}}.data-bar:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{to{left:100%}}.process-steps{display:flex;flex-direction:column;gap:24px;padding:20px}.step-item{display:flex;align-items:center;gap:16px;opacity:0;animation:fadeInUp .6s ease-out forwards}.step-item:nth-child(1){animation-delay:.2s}.step-item:nth-child(2){animation-delay:.4s}.step-item:nth-child(3){animation-delay:.6s}.step-item:nth-child(4){animation-delay:.8s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.step-number{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex-shrink:0}.step-text{flex:1;font-size:15px;color:#475569;font-weight:500}.step-check{width:24px;height:24px;border-radius:50%;background:#10b981;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;animation:checkPop .4s ease-out}@keyframes checkPop{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.feature-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding:20px}.mini-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px;text-align:center;animation:cardFloat 3s ease-in-out infinite}.mini-card:nth-child(1){animation-delay:0s}.mini-card:nth-child(2){animation-delay:.5s}.mini-card:nth-child(3){animation-delay:1s}.mini-card:nth-child(4){animation-delay:1.5s}@keyframes cardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.mini-card-icon{font-size:32px;margin-bottom:8px}.mini-card-title{font-size:13px;color:#64748b;font-weight:600}.visual-icon{font-size:120px;filter:drop-shadow(0 10px 30px rgba(0,0,0,.2))}.visual-decoration{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.deco-circle{position:absolute;width:200px;height:200px;border:2px solid rgba(255,255,255,.2);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);animation:spin 20s linear infinite}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.deco-dots{position:absolute;width:100%;height:100%;background-image:radial-gradient(rgba(255,255,255,.3) 1px,transparent 1px);background-size:20px 20px}.advantages-section{background:white;padding:80px 20px;margin-top:0}.advantages-header{text-align:center;margin-bottom:60px}.advantages-header h2{font-size:36px;font-weight:700;margin:0 0 16px;color:#1a1a1a;letter-spacing:-.5px}.advantages-header p{font-size:16px;color:#666;margin:0;font-weight:400}.advantage-card{background:white;border:1px solid #e0e0e0;border-radius:16px;padding:48px 40px;text-align:left;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.advantage-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#b73534}.advantage-icon{font-size:48px;margin-bottom:20px;display:block}.advantage-card h3{font-size:20px;font-weight:600;margin:0 0 12px;color:#1a1a1a}.advantage-card p{font-size:14px;color:#666;line-height:1.8;margin:0}.cta-section{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:100px 20px;text-align:center}.cta-content h2{font-size:36px;font-weight:700;color:#fff;margin:0 0 12px}.cta-content p{font-size:18px;color:#ffffffe6;margin:0 0 40px}.cta-buttons{display:flex;gap:20px;justify-content:center}.cta-primary{background:white;color:#667eea;border:none;padding:16px 40px;font-size:18px;font-weight:600;border-radius:30px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #0003}.cta-primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px #0000004d}.cta-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5);padding:16px 40px;font-size:18px;font-weight:600;border-radius:30px;cursor:pointer;transition:all .3s ease}.cta-secondary:hover{background:rgba(255,255,255,.1);border-color:#fff}@media (max-width: 1200px){.slide-content{padding:0 40px}.product-content{gap:60px;padding:60px 40px;min-height:550px}.product-visual{height:480px}.product-title{font-size:40px}.product-tagline{font-size:20px}}@media (max-width: 992px){.hero-carousel{height:500px}.slide-visual{display:none}.slide-title{font-size:34px}.products-showcase{padding:80px 30px}.showcase-header h2{font-size:40px}.product-content{flex-direction:column!important;gap:50px;padding:50px 40px;min-height:auto}.product-info{max-width:100%}.product-visual{width:100%;max-width:600px;height:400px}.product-title{font-size:36px}.product-tagline{font-size:18px}.advantages-grid{grid-template-columns:1fr;gap:20px}.advantage-card{padding:32px 24px}}@media (max-width: 768px){.hero-carousel{height:450px}.slide-content{padding:0 20px}.slide-title{font-size:28px}.slide-tagline{font-size:15px}.current-price{font-size:28px}.carousel-indicators{bottom:20px;padding:6px 12px;flex-wrap:wrap;max-width:90%}.indicator{padding:6px 12px}.carousel-arrow{width:40px;height:40px;font-size:22px}.nav-container{flex-wrap:wrap;justify-content:center}.nav-item{padding:8px 16px}.showcase-header h2{font-size:28px}.product-title{font-size:26px}.product-features-list{grid-template-columns:1fr}.product-footer{flex-direction:column;gap:20px;align-items:flex-start}.advantages-header h2{font-size:28px}.advantages-grid{grid-template-columns:1fr;gap:20px}.cta-content h2{font-size:28px}.cta-buttons{flex-direction:column;align-items:center}}@media (max-width: 480px){.slide-badge{font-size:11px;padding:4px 12px}.slide-title{font-size:24px}.slide-features{gap:6px}.feature-tag{font-size:11px;padding:4px 10px}.slide-cta{padding:12px 28px;font-size:14px}.nav-name{display:none}.nav-item{padding:10px}.nav-icon{font-size:24px}}.product-center-page{width:100%;min-height:100vh;background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%)}.top-banner{background:linear-gradient(135deg,#b73534 0%,#a02d2d 100%);color:#fff;padding:12px 0;text-align:center;box-shadow:0 2px 8px #0000001a;position:relative;overflow:hidden}.top-banner:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:bannerShine 3s infinite}@keyframes bannerShine{0%{left:-100%}to{left:100%}}.banner-content{display:flex;align-items:center;justify-content:center;gap:16px;font-size:15px;font-weight:500;position:relative;z-index:1}.banner-text{letter-spacing:.5px}.banner-highlight{background:#ffffff;color:#b73534;padding:4px 16px;border-radius:20px;font-weight:700;font-size:13px;box-shadow:0 2px 8px #00000026;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.products-container{max-width:1600px;margin:0 auto;padding:40px 32px}.products-header{display:flex;flex-direction:column;align-items:center;margin-bottom:32px;text-align:center}.products-header-title-wrapper{position:relative;display:inline-block;cursor:pointer}.products-header h2{color:#2c3e50;font-size:24px;font-weight:600;margin:0 0 16px;transition:color .3s ease}.products-header-title-wrapper:hover h2{color:#b73534}.product-quick-nav{position:absolute;top:100%;left:50%;transform:translate(-50%);background:white;border-radius:12px;box-shadow:0 8px 32px #00000026;padding:16px;min-width:280px;z-index:1000;margin-top:8px;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.product-nav-item{padding:12px 16px;cursor:pointer;border-radius:8px;transition:all .2s ease;color:#2c3e50;font-size:15px;font-weight:500;border-bottom:1px solid #f0f0f0}.product-nav-item:last-child{border-bottom:none}.product-nav-item:hover{background:linear-gradient(135deg,#b73534 0%,#a02d2d 100%);color:#fff;transform:translate(4px)}.products-description{color:#6c757d;font-size:16px;line-height:1.6;max-width:800px;margin:0;padding:20px;background:rgba(255,255,255,.8);border-radius:12px;border:1px solid rgba(0,0,0,.1)}.resume-screening-featured{max-width:1800px;margin:32px auto;padding:0 20px}.resume-screening-card{background:linear-gradient(135deg,#fff5f5 0%,#ffe5e5 100%);border:2px solid #ffb3b3;border-radius:16px;padding:32px;box-shadow:0 8px 24px #c7272f26;transition:all .3s ease;position:relative;overflow:hidden}.resume-new-badge{position:absolute;top:20px;right:20px;background:linear-gradient(135deg,#ffd700 0%,#ffed4e 100%);color:#c7272f;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:800;letter-spacing:1px;box-shadow:0 4px 12px #ffd70066;animation:newBadgeShine 2s ease-in-out infinite;z-index:10;border:2px solid #c7272f}@keyframes newBadgeShine{0%,to{transform:scale(1) rotate(-3deg);box-shadow:0 4px 12px #ffd70066}50%{transform:scale(1.1) rotate(3deg);box-shadow:0 6px 16px #ffd70099}}.resume-screening-card:before{content:"";position:absolute;top:-50%;right:-10%;width:300px;height:300px;background:radial-gradient(circle,rgba(199,39,47,.15) 0%,transparent 70%);border-radius:50%;pointer-events:none}.resume-screening-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #c7272f40;border-color:#c7272f}.resume-card-badge{display:inline-block;background:linear-gradient(135deg,#c7272f 0%,#a61e2d 100%);color:#fff;padding:8px 20px;border-radius:20px;font-size:14px;font-weight:700;margin-bottom:20px;box-shadow:0 4px 12px #c7272f4d;animation:badgePulse 2s ease-in-out infinite}@keyframes badgePulse{0%,to{transform:scale(1);box-shadow:0 4px 12px #c7272f4d}50%{transform:scale(1.05);box-shadow:0 6px 16px #c7272f66}}.resume-card-content{display:flex;justify-content:space-between;align-items:center;gap:32px;position:relative;z-index:1}.resume-card-left{flex:1}.resume-card-title{color:#2c3e50;font-size:28px;font-weight:700;margin:0 0 12px;line-height:1.3}.resume-card-desc{color:#4a5568;font-size:16px;line-height:1.6;margin:0 0 20px}.resume-card-features{display:flex;flex-wrap:wrap;gap:12px}.resume-feature-tag{background:white;color:#c7272f;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;border:1px solid #ffb3b3;transition:all .2s ease}.resume-feature-tag:hover{background:linear-gradient(135deg,#c7272f 0%,#a61e2d 100%);color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #c7272f33}.resume-card-right{display:flex;align-items:center}.resume-card-button{background:linear-gradient(135deg,#c7272f 0%,#a61e2d 100%);color:#fff;padding:16px 40px;border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;box-shadow:0 6px 20px #c7272f4d;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.resume-card-button:hover,.resume-card-button:visited,.resume-card-button:active,.resume-card-button:focus{color:#fff;text-decoration:none}.resume-card-button:hover{background:linear-gradient(135deg,#a61e2d 0%,#8b1a27 100%);transform:translateY(-3px) scale(1.05);box-shadow:0 10px 30px #c7272f66}@media (max-width: 768px){.resume-screening-card{padding:24px}.resume-card-content{flex-direction:column;gap:20px}.resume-card-title{font-size:24px}.resume-card-desc{font-size:14px}.resume-card-button{width:100%;justify-content:center}}.products-text-container{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1800px;margin:0 auto 80px;padding:0 20px;align-items:stretch}.product-text-item{background:#ffffff;border:1px solid #e0e0e0;border-radius:10px;padding:32px;transition:all .3s ease;position:relative;display:grid;grid-template-rows:auto auto auto auto;grid-template-areas:"header" "target" "features" "delivery";gap:0;height:100%;margin-top:40px}.product-text-item:hover{border-color:gray;box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.product-label{display:inline-block;padding:8px 18px;font-size:13px;font-weight:600;border-radius:0 6px 6px 0;background:linear-gradient(135deg,#e8a4a4 0%,#d98e8e 100%);color:#fff;border:1px solid #e8a4a4;position:absolute;top:-30px;left:50%;transform:translate(-50%) rotate(-2deg);z-index:10;box-shadow:2px 2px 10px #e8a4a466;transition:all .3s ease;min-width:240px;text-align:center;white-space:nowrap}.product-text-item:hover .product-label{transform:translate(-50%) rotate(0) translateY(-2px);box-shadow:3px 3px 12px #e8a4a480}.product-label:before{content:"";position:absolute;left:-8px;top:0;width:0;height:0;border-style:solid;border-width:0 8px 38px 0;border-color:transparent #e8a4a4 transparent transparent;filter:brightness(.85)}.product-label.hot{background:linear-gradient(135deg,#e8a4a4 0%,#d98e8e 100%);color:#fff;border-color:#e8a4a4;box-shadow:2px 2px 10px #e8a4a466}.product-label.hot:before{border-color:transparent #e8a4a4 transparent transparent}.product-label.protection{background:linear-gradient(135deg,#e8a4a4 0%,#d98e8e 100%);color:#fff;border-color:#e8a4a4;box-shadow:2px 2px 10px #e8a4a466}.product-label.protection:before{border-color:transparent #e8a4a4 transparent transparent}.product-label.efficiency{background:linear-gradient(135deg,#e8a4a4 0%,#d98e8e 100%);color:#fff;border-color:#e8a4a4;box-shadow:2px 2px 10px #e8a4a466}.product-label.efficiency:before{border-color:transparent #e8a4a4 transparent transparent}.product-label.value{background:linear-gradient(135deg,#e8a4a4 0%,#d98e8e 100%);color:#fff;border-color:#e8a4a4;box-shadow:2px 2px 10px #e8a4a466}.product-label.value:before{border-color:transparent #e8a4a4 transparent transparent}.product-card-header{background:linear-gradient(135deg,#9d2e2f 0%,#b73534 100%);border-radius:8px 8px 0 0;padding:24px;margin:-32px -32px 24px;border-bottom:none;position:sticky;top:0;overflow:hidden;box-shadow:0 4px 12px #b735344d;grid-area:header;transition:min-height .3s ease;z-index:100}.product-card-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,0) 100%);opacity:1;pointer-events:none}.product-card-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ffd700 0%,#ffed4e 50%,#ffd700 100%);opacity:.8}.product-title{font-size:22px;font-weight:700;color:#fff;margin:0 0 10px;line-height:1.3;position:relative;z-index:1;text-shadow:0 2px 4px rgba(0,0,0,.2);display:block;transition:min-height .3s ease;text-align:center}.product-positioning{font-size:13px;color:#ffffffe6;margin:0;line-height:1.6;font-weight:500;position:relative;z-index:1;text-shadow:0 1px 3px rgba(0,0,0,.25);display:block;transition:min-height .3s ease;text-align:center}.header-pricing{margin-top:0;padding-top:0;border-top:none;display:flex;flex-direction:row;align-items:baseline;gap:12px;position:relative;z-index:1;flex-shrink:0}.header-price-original{font-size:16px;color:#fff9;text-decoration:line-through;font-weight:400}.header-price-current{font-size:28px;font-weight:700;color:#fff;line-height:1;text-shadow:0 2px 6px rgba(0,0,0,.3)}.header-cta-button{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;background:#f5a500;color:#1a1a1a;text-decoration:none;border-radius:6px;font-size:14px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;white-space:nowrap;box-shadow:0 4px 12px #f5a5004d;flex-shrink:0}.header-cta-button:hover{background:#f5b333;transform:translateY(-2px);box-shadow:0 6px 16px #f5a50066;color:#000}.product-target-users{margin:0 0 20px;grid-area:target;display:flex;flex-direction:column;transition:min-height .3s ease}.target-users-title{font-size:15px;font-weight:600;color:#1a1a1a;margin:0 0 12px;display:flex;align-items:center;gap:8px;position:relative}.target-users-title:before{content:"";width:12px;height:12px;background:linear-gradient(135deg,#b73534 0%,#a02d2d 100%);border-radius:2px;display:block;flex-shrink:0;position:relative;box-shadow:0 2px 8px #b735344d;transform:rotate(45deg)}.target-users-title:after{content:none}.target-users-list{display:flex;flex-direction:column;gap:8px}.target-user-item{display:flex;align-items:flex-start;gap:8px}.target-user-item:before{content:"●";color:#b73534;font-weight:700;flex-shrink:0;font-size:10px;line-height:1;margin-top:3px}.target-user-text{font-size:14px;color:#5a6c7d;line-height:1.6;margin:0}.product-features{margin-bottom:12px;grid-area:features;display:flex;flex-direction:column;transition:min-height .3s ease}.features-title{font-size:15px;font-weight:600;color:#1a1a1a;margin:0 0 12px;display:flex;align-items:center;gap:8px;position:relative}.features-title:before{content:"";width:12px;height:12px;background:linear-gradient(135deg,#b73534 0%,#a02d2d 100%);border-radius:2px;display:block;flex-shrink:0;transform:rotate(45deg);box-shadow:0 2px 8px #b735344d}.features-list{display:flex;flex-direction:column;gap:8px}.features-item{display:flex;align-items:flex-start;gap:8px}.features-item:before{content:"●";color:#b73534;font-weight:700;flex-shrink:0;font-size:10px;line-height:1;margin-top:3px}.features-text{font-size:14px;color:#5a6c7d;line-height:1.6;margin:0}.product-delivery{margin:0 0 12px;grid-area:delivery;display:flex;flex-direction:column;transition:min-height .3s ease}.delivery-title{font-size:15px;font-weight:600;color:#1a1a1a;margin:0 0 12px;display:flex;align-items:center;gap:8px;position:relative}.delivery-title:before{content:"";width:12px;height:12px;background:linear-gradient(135deg,#b73534 0%,#a02d2d 100%);border-radius:2px;display:block;flex-shrink:0;position:relative;box-shadow:0 2px 8px #b735344d;transform:rotate(45deg)}.delivery-title:after{content:none}.delivery-list{display:flex;flex-direction:column;gap:8px}.delivery-item{display:flex;align-items:flex-start;gap:8px}.delivery-item:before{content:"●";color:#b73534;flex-shrink:0;font-size:10px;line-height:1;margin-top:3px}.delivery-text{font-size:14px;color:#5a6c7d;line-height:1.6;margin:0}.delivery-item.delivery-sub{margin-left:0}.delivery-item.delivery-sub:before{content:"●";font-size:10px}.delivery-text.delivery-sub-text{font-size:14px;color:#5a6c7d;line-height:1.6;margin:0}.promotion-info{background:linear-gradient(135deg,#fff3cd 0%,#fffaee 100%);border:1px solid #ffc107;border-radius:12px;padding:24px;margin:0 0 100px;text-align:left}.advantage-card.card-ai{background-image:url(/人工智能分析.png)}.advantage-card.card-regulation{background-image:url(/法律法规实时同步.jpg)}.advantage-card.card-expert{background-image:url(/专家顾问团队护航.png)}.advantage-card.card-light{background-image:url(/轻量化平台设计.png)}.advantage-points{display:flex;flex-direction:column;gap:12px;margin:0}.advantage-point{color:#333;font-size:15px;line-height:1.6;margin:0;padding-left:20px;position:relative;letter-spacing:-.02em}.advantage-point:before{content:"•";position:absolute;left:0;color:#b73534;font-weight:700}.advantage-metrics{display:flex;gap:16px;flex-wrap:wrap}.metric-item{display:inline-flex;align-items:center;padding:8px 14px;background:rgba(255,255,255,.9);border:1px solid rgba(0,0,0,.15);border-radius:8px;font-size:13px;font-weight:600;color:#1a1a1a;white-space:nowrap;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 1400px){.products-text-container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.products-container{padding:20px 16px}.products-header h2{font-size:20px}.products-description{font-size:14px;padding:16px}.products-text-container{grid-template-columns:1fr;gap:20px}.product-advantages{margin-top:40px}.advantages-header{margin-bottom:30px}.advantages-title{font-size:28px}.advantages-grid{grid-template-columns:1fr;gap:20px}.advantage-card{padding:24px;min-height:auto}}.professional-services-page{width:100%;min-height:100vh;background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%)}.top-banner{background:linear-gradient(135deg,#b73534 0%,#a02d2d 50%,#8a1f1f 100%);color:#fff;padding:16px 0;text-align:center;box-shadow:0 4px 16px #0003,inset 0 1px #ffffff1a;position:relative;overflow:hidden;border-bottom:2px solid rgba(255,215,0,.3)}.top-banner:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.05) 0%,transparent 70%);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.top-banner:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:bannerShine 4s ease-in-out infinite;z-index:1}@keyframes bannerShine{0%{left:-100%}50%{left:150%}to{left:150%}}.banner-content{display:flex;align-items:center;justify-content:center;gap:20px;font-size:16px;font-weight:500;position:relative;z-index:2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.banner-text{letter-spacing:.8px;font-weight:600}.banner-highlight{background:linear-gradient(135deg,#ffd700 0%,#ffed4e 100%);color:#8a1f1f;padding:6px 20px;border-radius:25px;font-weight:700;font-size:14px;box-shadow:0 4px 12px #ffd70066,inset 0 1px #ffffff80;animation:bounce 2s ease-in-out infinite;position:relative;overflow:hidden;border:2px solid rgba(255,215,0,.8)}.banner-highlight:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.3),transparent);animation:highlightShine 3s linear infinite}@keyframes highlightShine{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}@keyframes bounce{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-4px) scale(1.05)}}.services-container{max-width:1600px;margin:0 auto;padding:40px 32px}.services-header{display:flex;flex-direction:column;align-items:center;margin-bottom:32px;text-align:center}.services-header h2{color:#2c3e50;font-size:24px;font-weight:600;margin:0 0 16px}.services-description{color:#6c757d;font-size:16px;line-height:1.6;max-width:800px;margin:0;padding:20px;background:rgba(255,255,255,.8);border-radius:12px;border:1px solid rgba(0,0,0,.1)}.services-text-container{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;max-width:2200px;margin:0 auto 60px;padding:0 20px;align-items:start}.service-text-item{background:#ffffff;border:1px solid #e0e0e0;border-radius:10px;padding:32px;transition:all .3s ease;position:relative;display:grid;grid-template-rows:auto auto 1fr;grid-template-areas:"header" "target" "features";gap:0;height:100%;margin-top:40px}.service-text-item:hover{border-color:#333;box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.service-label{display:inline-block;padding:10px 24px;font-size:13px;font-weight:600;border-radius:0 6px 6px 0;background:linear-gradient(135deg,#e8a4a4 0%,#d98e8e 100%);color:#fff;border:1px solid #e8a4a4;position:absolute;top:-30px;left:50%;transform:translate(-50%) rotate(-2deg);z-index:10;box-shadow:2px 2px 10px #e8a4a466;transition:all .3s ease;white-space:nowrap;max-width:280px;overflow:hidden;text-overflow:ellipsis}.service-text-item:hover .service-label{transform:translate(-50%) rotate(0) translateY(-2px);box-shadow:3px 3px 12px #e8a4a480}.service-label:before{content:"";position:absolute;left:-8px;top:0;width:0;height:0;border-style:solid;border-width:0 8px 38px 0;border-color:transparent #e8a4a4 transparent transparent;filter:brightness(.85)}.service-label.entry-service{background:linear-gradient(135deg,#e8a4a4 0%,#d98e8e 100%);border-color:#e8a4a4;color:#fff}.service-label.entry-service:before{border-color:transparent #e8a4a4 transparent transparent}.service-label.basic-service{background:linear-gradient(135deg,#e8a4a4 0%,#d98e8e 100%);border-color:#e8a4a4;color:#fff}.service-label.basic-service:before{border-color:transparent #e8a4a4 transparent transparent}.service-label.professional-service{background:linear-gradient(135deg,#e8a4a4 0%,#d98e8e 100%);border-color:#e8a4a4;color:#fff}.service-label.professional-service:before{border-color:transparent #e8a4a4 transparent transparent}.service-label.flagship-service{background:linear-gradient(135deg,#e8a4a4 0%,#d98e8e 100%);border-color:#e8a4a4;color:#fff}.service-label.flagship-service:before{border-color:transparent #e8a4a4 transparent transparent}.service-label.premium-service{background:linear-gradient(135deg,#e8a4a4 0%,#d98e8e 100%);border-color:#e8a4a4;color:#fff}.service-label.premium-service:before{border-color:transparent #e8a4a4 transparent transparent}.service-card-header{border-radius:8px 8px 0 0;padding:24px;margin:-32px -32px 24px;border-bottom:none;position:sticky;top:0;overflow:hidden;grid-area:header;transition:all .3s ease;z-index:100}.service-card-header.service-card-header-entry{background:linear-gradient(135deg,#e8a4a4 0%,#d9666e 100%);box-shadow:0 4px 12px #d9666e4d}.service-card-header.service-card-header-entry:after{background:linear-gradient(90deg,#ffc107 0%,#ffed4e 50%,#ffc107 100%)}.service-card-header.service-card-header-basic{background:linear-gradient(135deg,#d98e8e 0%,#c45258 100%);box-shadow:0 4px 12px #c452584d}.service-card-header.service-card-header-basic:after{background:linear-gradient(90deg,#ffc107 0%,#ffed4e 50%,#ffc107 100%)}.service-card-header.service-card-header-professional{background:linear-gradient(135deg,#c44d55 0%,#b13e47 100%);box-shadow:0 4px 12px #b13e474d}.service-card-header.service-card-header-professional:after{background:linear-gradient(90deg,#ffc107 0%,#ffed4e 50%,#ffc107 100%)}.service-card-header.service-card-header-flagship{background:linear-gradient(135deg,#b14754 0%,#a03845 100%);box-shadow:0 4px 12px #a0384566}.service-card-header.service-card-header-flagship:after{background:linear-gradient(90deg,#ffc107 0%,#ffed4e 50%,#ffc107 100%)}.service-card-header.service-card-header-premium{background:linear-gradient(135deg,#9d2e2f 0%,#8a3139 100%);box-shadow:0 8px 24px #8a313966,0 4px 12px #0000001a}.service-card-header.service-card-header-premium:after{background:linear-gradient(90deg,#ffd700 0%,#ffed4e 50%,#ffd700 100%);opacity:1}.service-card-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,0) 100%);opacity:1;pointer-events:none}.service-card-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;opacity:.8}.service-title{font-size:22px;font-weight:700;margin:0 0 10px;line-height:1.3;position:relative;z-index:1;text-shadow:0 2px 4px rgba(0,0,0,.15);display:block;transition:min-height .3s ease;text-align:center;color:#fff}.service-positioning{font-size:13px;margin:0;line-height:1.6;font-weight:500;position:relative;z-index:1;text-shadow:0 1px 2px rgba(0,0,0,.1);display:block;transition:min-height .3s ease;text-align:center;color:#ffffffe6}.header-content-wrapper{display:flex;justify-content:space-between;align-items:center;gap:20px;position:relative;z-index:1;margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.2)}.header-pricing{display:flex;flex-direction:column;align-items:flex-start;gap:6px;position:relative;z-index:1;flex-shrink:0}.header-price-original{font-size:16px;text-decoration:line-through;font-weight:400;color:#fff9;display:flex;align-items:center;gap:2px}.header-price-current{font-size:28px;font-weight:700;line-height:1;text-shadow:0 2px 4px rgba(0,0,0,.15);color:#fff;display:flex;align-items:center;gap:2px}.price-unit{font-size:12px;color:#ffffffb3;font-weight:400;display:inline;margin-top:0}.header-cta-section{flex-shrink:0;display:flex;align-items:center}.header-cta-button{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;background:#f5a500;color:#1a1a1a;border:none;border-radius:6px;font-size:14px;font-weight:600;transition:all .3s ease;cursor:pointer;white-space:nowrap;box-shadow:0 4px 12px #f5a5004d;flex-shrink:0}.header-cta-button:hover{background:#f5b333;transform:translateY(-2px);box-shadow:0 6px 16px #f5a50066}.header-cta-button:active{transform:translateY(0)}.service-target-users{margin:0 0 20px;grid-area:target;display:flex;flex-direction:column;transition:min-height .3s ease}.target-users-title{font-size:15px;font-weight:600;color:#1a1a1a;margin:0 0 8px;display:flex;align-items:center;gap:8px}.target-users-title:before{content:"";width:18px;height:18px;background:linear-gradient(135deg,#b73534 0%,#a02d2d 100%);border-radius:4px;display:block;flex-shrink:0;box-shadow:0 2px 8px #b735344d}.target-users-text{font-size:14px;color:#5a6c7d;line-height:1.6;margin:0}.service-features{margin-bottom:12px;grid-area:features;display:flex;flex-direction:column;transition:min-height .3s ease}.features-title{font-size:15px;font-weight:600;color:#1a1a1a;margin:0 0 12px;display:flex;align-items:center;gap:8px}.features-title:before{content:"";width:18px;height:18px;background:linear-gradient(135deg,#b73534 0%,#a02d2d 100%);border-radius:3px;display:block;flex-shrink:0;transform:rotate(45deg);box-shadow:0 2px 8px #b735344d}.modules-list{display:flex;flex-direction:column;gap:16px;width:100%}.module-section{display:grid!important;grid-template-columns:auto 1fr!important;gap:8px!important;align-items:start!important;align-content:start!important;column-gap:12px!important;min-height:auto!important;height:auto;border:none!important;background:transparent!important;padding:0!important;margin:0!important}.module-name{font-size:14px;font-weight:700;color:#b73534;margin:0;padding:6px 0;border-bottom:1px solid #e0e0e0;min-height:24px;display:flex!important;align-items:center;grid-column:1!important;flex-shrink:0!important}.no-service-text,.module-features-list{grid-column:1 / -1;padding-left:0}.no-service-text{font-size:13px;color:#999;font-style:italic;padding:4px 0;grid-column:1 / -1;align-self:start!important}.module-features-list{display:flex;flex-direction:column;gap:6px;grid-column:1 / -1!important;align-self:start!important}.module-feature-item{display:flex;align-items:flex-start;gap:8px;padding-left:0;margin-left:0}.module-feature-item:before{content:"●";color:#b73534;flex-shrink:0;margin-top:2px;font-size:12px}.module-feature-item.optional:before{color:#b73534}.module-feature-item.no-service:before{color:#e0e0e0}.module-feature-item.no-service .module-feature-text{color:#e0e0e0}.module-feature-item.no-service-item:before{content:"";display:none}.module-feature-text{font-size:13px;color:#5a6c7d;line-height:1.6}.optional-tag{color:#5a6c7d;font-weight:400;margin-left:4px}.promotion-info{background:linear-gradient(135deg,#fff3cd 0%,#fffaee 100%);border:1px solid #ffc107;border-radius:12px;padding:24px;margin:40px 0;text-align:left}.promotion-text{font-size:15px;color:#856404;line-height:1.6}.promotion-text strong{font-weight:700;color:#b73534}@media (max-width: 1400px){.services-text-container{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1024px){.services-text-container{grid-template-columns:repeat(2,1fr)}.comparison-table{font-size:12px}.comparison-table th,.comparison-table td{padding:10px 8px}}@media (max-width: 768px){.services-text-container{grid-template-columns:1fr}.legend-section{flex-direction:column;gap:16px}.services-container{padding:20px 16px}.services-header h2{font-size:20px}}.consult-form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease}.consult-form-container{background:#ffffff;border-radius:16px;width:90%;max-width:900px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}.consult-form-header{background:linear-gradient(135deg,#b73534 0%,#8a1f1f 100%);color:#fff;padding:24px 32px;border-radius:16px 16px 0 0;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:10}.consult-form-header h2{margin:0;font-size:20px;font-weight:600}.close-button{background:none;border:none;color:#fff;font-size:32px;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.close-button:hover{background:rgba(255,255,255,.2);transform:rotate(90deg)}.consult-form-intro{background:#f8f9fa;padding:24px 32px;border-bottom:1px solid #e0e0e0}.consult-form-intro p{margin:0 0 12px;line-height:1.6;color:#495057}.consult-form-intro p:first-child{font-weight:600;color:#2c3e50}.consult-form{padding:32px}.form-section{margin-bottom:32px;padding-bottom:32px;border-bottom:2px solid #e9ecef}.form-section:last-of-type{border-bottom:none}.form-section h3{color:#b73534;font-size:18px;font-weight:600;margin:0 0 8px}.section-desc{color:#6c757d;font-size:14px;margin:0 0 20px;font-style:italic}.form-row label{display:block;color:#2c3e50;font-weight:500;margin-bottom:8px}.form-row input[type=text],.form-row input[type=email],.form-row input[type=tel],.form-row select,.form-row textarea{width:100%;padding:12px 16px;border:1px solid #ced4da;border-radius:8px;font-size:14px;transition:all .2s;font-family:inherit}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{outline:none;border-color:#b73534;box-shadow:0 0 0 3px #b735341a}.module-section{background:#f8f9fa;padding:20px;border-radius:8px;margin-bottom:16px}.module-checkbox{display:flex;align-items:center;gap:12px;cursor:pointer;margin-bottom:16px}.module-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer}.module-checkbox strong{color:#2c3e50;font-size:16px}.checkbox-group{display:flex;flex-direction:column;gap:12px;margin-top:12px}.checkbox-group label{display:flex;align-items:flex-start;gap:8px;color:#495057;font-weight:400;cursor:pointer}.checkbox-group input[type=checkbox]{margin-top:3px;width:18px;height:18px;cursor:pointer;flex-shrink:0}.form-footer{text-align:center;padding-top:24px;border-top:2px solid #e9ecef}.form-footer button[type=submit]{background:linear-gradient(135deg,#b73534 0%,#8a1f1f 100%);color:#fff;border:none;padding:14px 48px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.form-footer button[type=submit]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #b735344d}.form-footer button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.success-message{background:#d4edda;color:#155724;padding:12px 20px;border-radius:8px;margin-bottom:16px;border:1px solid #c3e6cb}.error-message{background:#f8d7da;color:#721c24;padding:12px 20px;border-radius:8px;margin-bottom:16px;border:1px solid #f5c6cb}.form-thanks{color:#6c757d;font-size:14px;margin:16px 0 0;line-height:1.6}@media (max-width: 768px){.consult-form-container{width:95%;max-height:95vh}.consult-form-header{padding:16px 20px}.consult-form-header h2{font-size:16px}.consult-form-intro,.consult-form{padding:20px}.module-section{padding:16px}}.product-advantages{margin-top:80px;padding:0}.advantages-header{text-align:center;margin-bottom:60px;padding:0 20px}.advantages-title{color:#1a1a1a;font-size:36px;font-weight:700;margin:0 0 16px;letter-spacing:-.5px}.advantages-subtitle{color:#666;font-size:16px;line-height:1.6;margin:0;font-weight:400}.advantages-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;max-width:1000px;margin:0 auto}.advantage-card{background:#ffffff;border:1px solid #e5e5e5;border-radius:16px;padding:40px 35px;transition:all .3s ease;display:flex;flex-direction:column;align-items:flex-start;position:relative;overflow:hidden;min-height:280px;background-size:55%;background-position:right bottom;background-repeat:no-repeat}.advantage-card:hover{border-color:gray;box-shadow:0 12px 32px #0000004d;transform:translateY(-8px)}.advantage-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,rgba(255,255,255,.75) 0%,rgba(255,255,255,0) 100%);z-index:0;border-radius:16px}.advantage-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:10%;background:rgba(255,255,255,1);z-index:0;border-radius:0 0 16px 16px}.advantage-card.card-ai{background-image:url(/人工智能分析.png)}.advantage-card.card-regulation{background-image:url(/法律法规实时同步.jpg)}.advantage-card.card-expert{background-image:url(/专家顾问团队护航.png)}.advantage-card.card-light{background-image:url(/轻量化平台设计.png)}.advantage-content{flex:1;z-index:1;width:50%;max-width:none;min-height:140px;display:flex;flex-direction:column;justify-content:flex-start}.advantage-title{color:#1a1a1a;font-size:24px;font-weight:700;margin:0 0 16px;line-height:1.4}.advantage-desc{color:#333;font-size:15px;line-height:1.8;margin:0 0 20px}@media (max-width: 768px){.advantages-grid{grid-template-columns:1fr}.advantage-card{padding:30px 25px}.advantage-content{width:100%}}/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-regular,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-brands:before,.fa-regular:before,.fa-solid:before,.fa:before,.fab:before,.far:before,.fas:before{content:var(--fa)}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0{--fa:"0"}.fa-1{--fa:"1"}.fa-2{--fa:"2"}.fa-3{--fa:"3"}.fa-4{--fa:"4"}.fa-5{--fa:"5"}.fa-6{--fa:"6"}.fa-7{--fa:"7"}.fa-8{--fa:"8"}.fa-9{--fa:"9"}.fa-fill-drip{--fa:""}.fa-arrows-to-circle{--fa:""}.fa-chevron-circle-right,.fa-circle-chevron-right{--fa:""}.fa-at{--fa:"@"}.fa-trash-alt,.fa-trash-can{--fa:""}.fa-text-height{--fa:""}.fa-user-times,.fa-user-xmark{--fa:""}.fa-stethoscope{--fa:""}.fa-comment-alt,.fa-message{--fa:""}.fa-info{--fa:""}.fa-compress-alt,.fa-down-left-and-up-right-to-center{--fa:""}.fa-explosion{--fa:""}.fa-file-alt,.fa-file-lines,.fa-file-text{--fa:""}.fa-wave-square{--fa:""}.fa-ring{--fa:""}.fa-building-un{--fa:""}.fa-dice-three{--fa:""}.fa-calendar-alt,.fa-calendar-days{--fa:""}.fa-anchor-circle-check{--fa:""}.fa-building-circle-arrow-right{--fa:""}.fa-volleyball,.fa-volleyball-ball{--fa:""}.fa-arrows-up-to-line{--fa:""}.fa-sort-desc,.fa-sort-down{--fa:""}.fa-circle-minus,.fa-minus-circle{--fa:""}.fa-door-open{--fa:""}.fa-right-from-bracket,.fa-sign-out-alt{--fa:""}.fa-atom{--fa:""}.fa-soap{--fa:""}.fa-heart-music-camera-bolt,.fa-icons{--fa:""}.fa-microphone-alt-slash,.fa-microphone-lines-slash{--fa:""}.fa-bridge-circle-check{--fa:""}.fa-pump-medical{--fa:""}.fa-fingerprint{--fa:""}.fa-hand-point-right{--fa:""}.fa-magnifying-glass-location,.fa-search-location{--fa:""}.fa-forward-step,.fa-step-forward{--fa:""}.fa-face-smile-beam,.fa-smile-beam{--fa:""}.fa-flag-checkered{--fa:""}.fa-football,.fa-football-ball{--fa:""}.fa-school-circle-exclamation{--fa:""}.fa-crop{--fa:""}.fa-angle-double-down,.fa-angles-down{--fa:""}.fa-users-rectangle{--fa:""}.fa-people-roof{--fa:""}.fa-people-line{--fa:""}.fa-beer,.fa-beer-mug-empty{--fa:""}.fa-diagram-predecessor{--fa:""}.fa-arrow-up-long,.fa-long-arrow-up{--fa:""}.fa-burn,.fa-fire-flame-simple{--fa:""}.fa-male,.fa-person{--fa:""}.fa-laptop{--fa:""}.fa-file-csv{--fa:""}.fa-menorah{--fa:""}.fa-truck-plane{--fa:""}.fa-record-vinyl{--fa:""}.fa-face-grin-stars,.fa-grin-stars{--fa:""}.fa-bong{--fa:""}.fa-pastafarianism,.fa-spaghetti-monster-flying{--fa:""}.fa-arrow-down-up-across-line{--fa:""}.fa-spoon,.fa-utensil-spoon{--fa:""}.fa-jar-wheat{--fa:""}.fa-envelopes-bulk,.fa-mail-bulk{--fa:""}.fa-file-circle-exclamation{--fa:""}.fa-circle-h,.fa-hospital-symbol{--fa:""}.fa-pager{--fa:""}.fa-address-book,.fa-contact-book{--fa:""}.fa-strikethrough{--fa:""}.fa-k{--fa:"K"}.fa-landmark-flag{--fa:""}.fa-pencil,.fa-pencil-alt{--fa:""}.fa-backward{--fa:""}.fa-caret-right{--fa:""}.fa-comments{--fa:""}.fa-file-clipboard,.fa-paste{--fa:""}.fa-code-pull-request{--fa:""}.fa-clipboard-list{--fa:""}.fa-truck-loading,.fa-truck-ramp-box{--fa:""}.fa-user-check{--fa:""}.fa-vial-virus{--fa:""}.fa-sheet-plastic{--fa:""}.fa-blog{--fa:""}.fa-user-ninja{--fa:""}.fa-person-arrow-up-from-line{--fa:""}.fa-scroll-torah,.fa-torah{--fa:""}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:""}.fa-toggle-off{--fa:""}.fa-archive,.fa-box-archive{--fa:""}.fa-person-drowning{--fa:""}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:""}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:""}.fa-spray-can{--fa:""}.fa-truck-monster{--fa:""}.fa-w{--fa:"W"}.fa-earth-africa,.fa-globe-africa{--fa:""}.fa-rainbow{--fa:""}.fa-circle-notch{--fa:""}.fa-tablet-alt,.fa-tablet-screen-button{--fa:""}.fa-paw{--fa:""}.fa-cloud{--fa:""}.fa-trowel-bricks{--fa:""}.fa-face-flushed,.fa-flushed{--fa:""}.fa-hospital-user{--fa:""}.fa-tent-arrow-left-right{--fa:""}.fa-gavel,.fa-legal{--fa:""}.fa-binoculars{--fa:""}.fa-microphone-slash{--fa:""}.fa-box-tissue{--fa:""}.fa-motorcycle{--fa:""}.fa-bell-concierge,.fa-concierge-bell{--fa:""}.fa-pen-ruler,.fa-pencil-ruler{--fa:""}.fa-people-arrows,.fa-people-arrows-left-right{--fa:""}.fa-mars-and-venus-burst{--fa:""}.fa-caret-square-right,.fa-square-caret-right{--fa:""}.fa-cut,.fa-scissors{--fa:""}.fa-sun-plant-wilt{--fa:""}.fa-toilets-portable{--fa:""}.fa-hockey-puck{--fa:""}.fa-table{--fa:""}.fa-magnifying-glass-arrow-right{--fa:""}.fa-digital-tachograph,.fa-tachograph-digital{--fa:""}.fa-users-slash{--fa:""}.fa-clover{--fa:""}.fa-mail-reply,.fa-reply{--fa:""}.fa-star-and-crescent{--fa:""}.fa-house-fire{--fa:""}.fa-minus-square,.fa-square-minus{--fa:""}.fa-helicopter{--fa:""}.fa-compass{--fa:""}.fa-caret-square-down,.fa-square-caret-down{--fa:""}.fa-file-circle-question{--fa:""}.fa-laptop-code{--fa:""}.fa-swatchbook{--fa:""}.fa-prescription-bottle{--fa:""}.fa-bars,.fa-navicon{--fa:""}.fa-people-group{--fa:""}.fa-hourglass-3,.fa-hourglass-end{--fa:""}.fa-heart-broken,.fa-heart-crack{--fa:""}.fa-external-link-square-alt,.fa-square-up-right{--fa:""}.fa-face-kiss-beam,.fa-kiss-beam{--fa:""}.fa-film{--fa:""}.fa-ruler-horizontal{--fa:""}.fa-people-robbery{--fa:""}.fa-lightbulb{--fa:""}.fa-caret-left{--fa:""}.fa-circle-exclamation,.fa-exclamation-circle{--fa:""}.fa-school-circle-xmark{--fa:""}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:""}.fa-chevron-circle-down,.fa-circle-chevron-down{--fa:""}.fa-unlock-alt,.fa-unlock-keyhole{--fa:""}.fa-cloud-showers-heavy{--fa:""}.fa-headphones-alt,.fa-headphones-simple{--fa:""}.fa-sitemap{--fa:""}.fa-circle-dollar-to-slot,.fa-donate{--fa:""}.fa-memory{--fa:""}.fa-road-spikes{--fa:""}.fa-fire-burner{--fa:""}.fa-flag{--fa:""}.fa-hanukiah{--fa:""}.fa-feather{--fa:""}.fa-volume-down,.fa-volume-low{--fa:""}.fa-comment-slash{--fa:""}.fa-cloud-sun-rain{--fa:""}.fa-compress{--fa:""}.fa-wheat-alt,.fa-wheat-awn{--fa:""}.fa-ankh{--fa:""}.fa-hands-holding-child{--fa:""}.fa-asterisk{--fa:"*"}.fa-check-square,.fa-square-check{--fa:""}.fa-peseta-sign{--fa:""}.fa-header,.fa-heading{--fa:""}.fa-ghost{--fa:""}.fa-list,.fa-list-squares{--fa:""}.fa-phone-square-alt,.fa-square-phone-flip{--fa:""}.fa-cart-plus{--fa:""}.fa-gamepad{--fa:""}.fa-circle-dot,.fa-dot-circle{--fa:""}.fa-dizzy,.fa-face-dizzy{--fa:""}.fa-egg{--fa:""}.fa-house-medical-circle-xmark{--fa:""}.fa-campground{--fa:""}.fa-folder-plus{--fa:""}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:""}.fa-paint-brush,.fa-paintbrush{--fa:""}.fa-lock{--fa:""}.fa-gas-pump{--fa:""}.fa-hot-tub,.fa-hot-tub-person{--fa:""}.fa-map-location,.fa-map-marked{--fa:""}.fa-house-flood-water{--fa:""}.fa-tree{--fa:""}.fa-bridge-lock{--fa:""}.fa-sack-dollar{--fa:""}.fa-edit,.fa-pen-to-square{--fa:""}.fa-car-side{--fa:""}.fa-share-alt,.fa-share-nodes{--fa:""}.fa-heart-circle-minus{--fa:""}.fa-hourglass-2,.fa-hourglass-half{--fa:""}.fa-microscope{--fa:""}.fa-sink{--fa:""}.fa-bag-shopping,.fa-shopping-bag{--fa:""}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:""}.fa-mitten{--fa:""}.fa-person-rays{--fa:""}.fa-users{--fa:""}.fa-eye-slash{--fa:""}.fa-flask-vial{--fa:""}.fa-hand,.fa-hand-paper{--fa:""}.fa-om{--fa:""}.fa-worm{--fa:""}.fa-house-circle-xmark{--fa:""}.fa-plug{--fa:""}.fa-chevron-up{--fa:""}.fa-hand-spock{--fa:""}.fa-stopwatch{--fa:""}.fa-face-kiss,.fa-kiss{--fa:""}.fa-bridge-circle-xmark{--fa:""}.fa-face-grin-tongue,.fa-grin-tongue{--fa:""}.fa-chess-bishop{--fa:""}.fa-face-grin-wink,.fa-grin-wink{--fa:""}.fa-deaf,.fa-deafness,.fa-ear-deaf,.fa-hard-of-hearing{--fa:""}.fa-road-circle-check{--fa:""}.fa-dice-five{--fa:""}.fa-rss-square,.fa-square-rss{--fa:""}.fa-land-mine-on{--fa:""}.fa-i-cursor{--fa:""}.fa-stamp{--fa:""}.fa-stairs{--fa:""}.fa-i{--fa:"I"}.fa-hryvnia,.fa-hryvnia-sign{--fa:""}.fa-pills{--fa:""}.fa-face-grin-wide,.fa-grin-alt{--fa:""}.fa-tooth{--fa:""}.fa-v{--fa:"V"}.fa-bangladeshi-taka-sign{--fa:""}.fa-bicycle{--fa:""}.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake{--fa:""}.fa-head-side-cough-slash{--fa:""}.fa-ambulance,.fa-truck-medical{--fa:""}.fa-wheat-awn-circle-exclamation{--fa:""}.fa-snowman{--fa:""}.fa-mortar-pestle{--fa:""}.fa-road-barrier{--fa:""}.fa-school{--fa:""}.fa-igloo{--fa:""}.fa-joint{--fa:""}.fa-angle-right{--fa:""}.fa-horse{--fa:""}.fa-q{--fa:"Q"}.fa-g{--fa:"G"}.fa-notes-medical{--fa:""}.fa-temperature-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half{--fa:""}.fa-dong-sign{--fa:""}.fa-capsules{--fa:""}.fa-poo-bolt,.fa-poo-storm{--fa:""}.fa-face-frown-open,.fa-frown-open{--fa:""}.fa-hand-point-up{--fa:""}.fa-money-bill{--fa:""}.fa-bookmark{--fa:""}.fa-align-justify{--fa:""}.fa-umbrella-beach{--fa:""}.fa-helmet-un{--fa:""}.fa-bullseye{--fa:""}.fa-bacon{--fa:""}.fa-hand-point-down{--fa:""}.fa-arrow-up-from-bracket{--fa:""}.fa-folder,.fa-folder-blank{--fa:""}.fa-file-medical-alt,.fa-file-waveform{--fa:""}.fa-radiation{--fa:""}.fa-chart-simple{--fa:""}.fa-mars-stroke{--fa:""}.fa-vial{--fa:""}.fa-dashboard,.fa-gauge,.fa-gauge-med,.fa-tachometer-alt-average{--fa:""}.fa-magic-wand-sparkles,.fa-wand-magic-sparkles{--fa:""}.fa-e{--fa:"E"}.fa-pen-alt,.fa-pen-clip{--fa:""}.fa-bridge-circle-exclamation{--fa:""}.fa-user{--fa:""}.fa-school-circle-check{--fa:""}.fa-dumpster{--fa:""}.fa-shuttle-van,.fa-van-shuttle{--fa:""}.fa-building-user{--fa:""}.fa-caret-square-left,.fa-square-caret-left{--fa:""}.fa-highlighter{--fa:""}.fa-key{--fa:""}.fa-bullhorn{--fa:""}.fa-globe{--fa:""}.fa-synagogue{--fa:""}.fa-person-half-dress{--fa:""}.fa-road-bridge{--fa:""}.fa-location-arrow{--fa:""}.fa-c{--fa:"C"}.fa-tablet-button{--fa:""}.fa-building-lock{--fa:""}.fa-pizza-slice{--fa:""}.fa-money-bill-wave{--fa:""}.fa-area-chart,.fa-chart-area{--fa:""}.fa-house-flag{--fa:""}.fa-person-circle-minus{--fa:""}.fa-ban,.fa-cancel{--fa:""}.fa-camera-rotate{--fa:""}.fa-air-freshener,.fa-spray-can-sparkles{--fa:""}.fa-star{--fa:""}.fa-repeat{--fa:""}.fa-cross{--fa:""}.fa-box{--fa:""}.fa-venus-mars{--fa:""}.fa-arrow-pointer,.fa-mouse-pointer{--fa:""}.fa-expand-arrows-alt,.fa-maximize{--fa:""}.fa-charging-station{--fa:""}.fa-shapes,.fa-triangle-circle-square{--fa:""}.fa-random,.fa-shuffle{--fa:""}.fa-person-running,.fa-running{--fa:""}.fa-mobile-retro{--fa:""}.fa-grip-lines-vertical{--fa:""}.fa-spider{--fa:""}.fa-hands-bound{--fa:""}.fa-file-invoice-dollar{--fa:""}.fa-plane-circle-exclamation{--fa:""}.fa-x-ray{--fa:""}.fa-spell-check{--fa:""}.fa-slash{--fa:""}.fa-computer-mouse,.fa-mouse{--fa:""}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:""}.fa-shop-slash,.fa-store-alt-slash{--fa:""}.fa-server{--fa:""}.fa-virus-covid-slash{--fa:""}.fa-shop-lock{--fa:""}.fa-hourglass-1,.fa-hourglass-start{--fa:""}.fa-blender-phone{--fa:""}.fa-building-wheat{--fa:""}.fa-person-breastfeeding{--fa:""}.fa-right-to-bracket,.fa-sign-in-alt{--fa:""}.fa-venus{--fa:""}.fa-passport{--fa:""}.fa-thumb-tack-slash,.fa-thumbtack-slash{--fa:""}.fa-heart-pulse,.fa-heartbeat{--fa:""}.fa-people-carry,.fa-people-carry-box{--fa:""}.fa-temperature-high{--fa:""}.fa-microchip{--fa:""}.fa-crown{--fa:""}.fa-weight-hanging{--fa:""}.fa-xmarks-lines{--fa:""}.fa-file-prescription{--fa:""}.fa-weight,.fa-weight-scale{--fa:""}.fa-user-friends,.fa-user-group{--fa:""}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:""}.fa-chess-knight{--fa:""}.fa-face-laugh-squint,.fa-laugh-squint{--fa:""}.fa-wheelchair{--fa:""}.fa-arrow-circle-up,.fa-circle-arrow-up{--fa:""}.fa-toggle-on{--fa:""}.fa-person-walking,.fa-walking{--fa:""}.fa-l{--fa:"L"}.fa-fire{--fa:""}.fa-bed-pulse,.fa-procedures{--fa:""}.fa-shuttle-space,.fa-space-shuttle{--fa:""}.fa-face-laugh,.fa-laugh{--fa:""}.fa-folder-open{--fa:""}.fa-heart-circle-plus{--fa:""}.fa-code-fork{--fa:""}.fa-city{--fa:""}.fa-microphone-alt,.fa-microphone-lines{--fa:""}.fa-pepper-hot{--fa:""}.fa-unlock{--fa:""}.fa-colon-sign{--fa:""}.fa-headset{--fa:""}.fa-store-slash{--fa:""}.fa-road-circle-xmark{--fa:""}.fa-user-minus{--fa:""}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:""}.fa-champagne-glasses,.fa-glass-cheers{--fa:""}.fa-clipboard{--fa:""}.fa-house-circle-exclamation{--fa:""}.fa-file-arrow-up,.fa-file-upload{--fa:""}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:""}.fa-bath,.fa-bathtub{--fa:""}.fa-underline{--fa:""}.fa-user-edit,.fa-user-pen{--fa:""}.fa-signature{--fa:""}.fa-stroopwafel{--fa:""}.fa-bold{--fa:""}.fa-anchor-lock{--fa:""}.fa-building-ngo{--fa:""}.fa-manat-sign{--fa:""}.fa-not-equal{--fa:""}.fa-border-style,.fa-border-top-left{--fa:""}.fa-map-location-dot,.fa-map-marked-alt{--fa:""}.fa-jedi{--fa:""}.fa-poll,.fa-square-poll-vertical{--fa:""}.fa-mug-hot{--fa:""}.fa-battery-car,.fa-car-battery{--fa:""}.fa-gift{--fa:""}.fa-dice-two{--fa:""}.fa-chess-queen{--fa:""}.fa-glasses{--fa:""}.fa-chess-board{--fa:""}.fa-building-circle-check{--fa:""}.fa-person-chalkboard{--fa:""}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa:""}.fa-hand-back-fist,.fa-hand-rock{--fa:""}.fa-caret-square-up,.fa-square-caret-up{--fa:""}.fa-cloud-showers-water{--fa:""}.fa-bar-chart,.fa-chart-bar{--fa:""}.fa-hands-bubbles,.fa-hands-wash{--fa:""}.fa-less-than-equal{--fa:""}.fa-train{--fa:""}.fa-eye-low-vision,.fa-low-vision{--fa:""}.fa-crow{--fa:""}.fa-sailboat{--fa:""}.fa-window-restore{--fa:""}.fa-plus-square,.fa-square-plus{--fa:""}.fa-torii-gate{--fa:""}.fa-frog{--fa:""}.fa-bucket{--fa:""}.fa-image{--fa:""}.fa-microphone{--fa:""}.fa-cow{--fa:""}.fa-caret-up{--fa:""}.fa-screwdriver{--fa:""}.fa-folder-closed{--fa:""}.fa-house-tsunami{--fa:""}.fa-square-nfi{--fa:""}.fa-arrow-up-from-ground-water{--fa:""}.fa-glass-martini-alt,.fa-martini-glass{--fa:""}.fa-square-binary{--fa:""}.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:""}.fa-columns,.fa-table-columns{--fa:""}.fa-lemon{--fa:""}.fa-head-side-mask{--fa:""}.fa-handshake{--fa:""}.fa-gem{--fa:""}.fa-dolly,.fa-dolly-box{--fa:""}.fa-smoking{--fa:""}.fa-compress-arrows-alt,.fa-minimize{--fa:""}.fa-monument{--fa:""}.fa-snowplow{--fa:""}.fa-angle-double-right,.fa-angles-right{--fa:""}.fa-cannabis{--fa:""}.fa-circle-play,.fa-play-circle{--fa:""}.fa-tablets{--fa:""}.fa-ethernet{--fa:""}.fa-eur,.fa-euro,.fa-euro-sign{--fa:""}.fa-chair{--fa:""}.fa-check-circle,.fa-circle-check{--fa:""}.fa-circle-stop,.fa-stop-circle{--fa:""}.fa-compass-drafting,.fa-drafting-compass{--fa:""}.fa-plate-wheat{--fa:""}.fa-icicles{--fa:""}.fa-person-shelter{--fa:""}.fa-neuter{--fa:""}.fa-id-badge{--fa:""}.fa-marker{--fa:""}.fa-face-laugh-beam,.fa-laugh-beam{--fa:""}.fa-helicopter-symbol{--fa:""}.fa-universal-access{--fa:""}.fa-chevron-circle-up,.fa-circle-chevron-up{--fa:""}.fa-lari-sign{--fa:""}.fa-volcano{--fa:""}.fa-person-walking-dashed-line-arrow-right{--fa:""}.fa-gbp,.fa-pound-sign,.fa-sterling-sign{--fa:""}.fa-viruses{--fa:""}.fa-square-person-confined{--fa:""}.fa-user-tie{--fa:""}.fa-arrow-down-long,.fa-long-arrow-down{--fa:""}.fa-tent-arrow-down-to-line{--fa:""}.fa-certificate{--fa:""}.fa-mail-reply-all,.fa-reply-all{--fa:""}.fa-suitcase{--fa:""}.fa-person-skating,.fa-skating{--fa:""}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:""}.fa-camera-retro{--fa:""}.fa-arrow-circle-down,.fa-circle-arrow-down{--fa:""}.fa-arrow-right-to-file,.fa-file-import{--fa:""}.fa-external-link-square,.fa-square-arrow-up-right{--fa:""}.fa-box-open{--fa:""}.fa-scroll{--fa:""}.fa-spa{--fa:""}.fa-location-pin-lock{--fa:""}.fa-pause{--fa:""}.fa-hill-avalanche{--fa:""}.fa-temperature-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty{--fa:""}.fa-bomb{--fa:""}.fa-registered{--fa:""}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:""}.fa-balance-scale-right,.fa-scale-unbalanced-flip{--fa:""}.fa-subscript{--fa:""}.fa-diamond-turn-right,.fa-directions{--fa:""}.fa-burst{--fa:""}.fa-house-laptop,.fa-laptop-house{--fa:""}.fa-face-tired,.fa-tired{--fa:""}.fa-money-bills{--fa:""}.fa-smog{--fa:""}.fa-crutch{--fa:""}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:""}.fa-palette{--fa:""}.fa-arrows-turn-right{--fa:""}.fa-vest{--fa:""}.fa-ferry{--fa:""}.fa-arrows-down-to-people{--fa:""}.fa-seedling,.fa-sprout{--fa:""}.fa-arrows-alt-h,.fa-left-right{--fa:""}.fa-boxes-packing{--fa:""}.fa-arrow-circle-left,.fa-circle-arrow-left{--fa:""}.fa-group-arrows-rotate{--fa:""}.fa-bowl-food{--fa:""}.fa-candy-cane{--fa:""}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:""}.fa-cloud-bolt,.fa-thunderstorm{--fa:""}.fa-remove-format,.fa-text-slash{--fa:""}.fa-face-smile-wink,.fa-smile-wink{--fa:""}.fa-file-word{--fa:""}.fa-file-powerpoint{--fa:""}.fa-arrows-h,.fa-arrows-left-right{--fa:""}.fa-house-lock{--fa:""}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:""}.fa-children{--fa:""}.fa-blackboard,.fa-chalkboard{--fa:""}.fa-user-alt-slash,.fa-user-large-slash{--fa:""}.fa-envelope-open{--fa:""}.fa-handshake-alt-slash,.fa-handshake-simple-slash{--fa:""}.fa-mattress-pillow{--fa:""}.fa-guarani-sign{--fa:""}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:""}.fa-fire-extinguisher{--fa:""}.fa-cruzeiro-sign{--fa:""}.fa-greater-than-equal{--fa:""}.fa-shield-alt,.fa-shield-halved{--fa:""}.fa-atlas,.fa-book-atlas{--fa:""}.fa-virus{--fa:""}.fa-envelope-circle-check{--fa:""}.fa-layer-group{--fa:""}.fa-arrows-to-dot{--fa:""}.fa-archway{--fa:""}.fa-heart-circle-check{--fa:""}.fa-house-chimney-crack,.fa-house-damage{--fa:""}.fa-file-archive,.fa-file-zipper{--fa:""}.fa-square{--fa:""}.fa-glass-martini,.fa-martini-glass-empty{--fa:""}.fa-couch{--fa:""}.fa-cedi-sign{--fa:""}.fa-italic{--fa:""}.fa-table-cells-column-lock{--fa:""}.fa-church{--fa:""}.fa-comments-dollar{--fa:""}.fa-democrat{--fa:""}.fa-z{--fa:"Z"}.fa-person-skiing,.fa-skiing{--fa:""}.fa-road-lock{--fa:""}.fa-a{--fa:"A"}.fa-temperature-arrow-down,.fa-temperature-down{--fa:""}.fa-feather-alt,.fa-feather-pointed{--fa:""}.fa-p{--fa:"P"}.fa-snowflake{--fa:""}.fa-newspaper{--fa:""}.fa-ad,.fa-rectangle-ad{--fa:""}.fa-arrow-circle-right,.fa-circle-arrow-right{--fa:""}.fa-filter-circle-xmark{--fa:""}.fa-locust{--fa:""}.fa-sort,.fa-unsorted{--fa:""}.fa-list-1-2,.fa-list-numeric,.fa-list-ol{--fa:""}.fa-person-dress-burst{--fa:""}.fa-money-check-alt,.fa-money-check-dollar{--fa:""}.fa-vector-square{--fa:""}.fa-bread-slice{--fa:""}.fa-language{--fa:""}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:""}.fa-filter{--fa:""}.fa-question{--fa:"?"}.fa-file-signature{--fa:""}.fa-arrows-alt,.fa-up-down-left-right{--fa:""}.fa-house-chimney-user{--fa:""}.fa-hand-holding-heart{--fa:""}.fa-puzzle-piece{--fa:""}.fa-money-check{--fa:""}.fa-star-half-alt,.fa-star-half-stroke{--fa:""}.fa-code{--fa:""}.fa-glass-whiskey,.fa-whiskey-glass{--fa:""}.fa-building-circle-exclamation{--fa:""}.fa-magnifying-glass-chart{--fa:""}.fa-arrow-up-right-from-square,.fa-external-link{--fa:""}.fa-cubes-stacked{--fa:""}.fa-krw,.fa-won,.fa-won-sign{--fa:""}.fa-virus-covid{--fa:""}.fa-austral-sign{--fa:""}.fa-f{--fa:"F"}.fa-leaf{--fa:""}.fa-road{--fa:""}.fa-cab,.fa-taxi{--fa:""}.fa-person-circle-plus{--fa:""}.fa-chart-pie,.fa-pie-chart{--fa:""}.fa-bolt-lightning{--fa:""}.fa-sack-xmark{--fa:""}.fa-file-excel{--fa:""}.fa-file-contract{--fa:""}.fa-fish-fins{--fa:""}.fa-building-flag{--fa:""}.fa-face-grin-beam,.fa-grin-beam{--fa:""}.fa-object-ungroup{--fa:""}.fa-poop{--fa:""}.fa-location-pin,.fa-map-marker{--fa:""}.fa-kaaba{--fa:""}.fa-toilet-paper{--fa:""}.fa-hard-hat,.fa-hat-hard,.fa-helmet-safety{--fa:""}.fa-eject{--fa:""}.fa-arrow-alt-circle-right,.fa-circle-right{--fa:""}.fa-plane-circle-check{--fa:""}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:""}.fa-object-group{--fa:""}.fa-chart-line,.fa-line-chart{--fa:""}.fa-mask-ventilator{--fa:""}.fa-arrow-right{--fa:""}.fa-map-signs,.fa-signs-post{--fa:""}.fa-cash-register{--fa:""}.fa-person-circle-question{--fa:""}.fa-h{--fa:"H"}.fa-tarp{--fa:""}.fa-screwdriver-wrench,.fa-tools{--fa:""}.fa-arrows-to-eye{--fa:""}.fa-plug-circle-bolt{--fa:""}.fa-heart{--fa:""}.fa-mars-and-venus{--fa:""}.fa-home-user,.fa-house-user{--fa:""}.fa-dumpster-fire{--fa:""}.fa-house-crack{--fa:""}.fa-cocktail,.fa-martini-glass-citrus{--fa:""}.fa-face-surprise,.fa-surprise{--fa:""}.fa-bottle-water{--fa:""}.fa-circle-pause,.fa-pause-circle{--fa:""}.fa-toilet-paper-slash{--fa:""}.fa-apple-alt,.fa-apple-whole{--fa:""}.fa-kitchen-set{--fa:""}.fa-r{--fa:"R"}.fa-temperature-1,.fa-temperature-quarter,.fa-thermometer-1,.fa-thermometer-quarter{--fa:""}.fa-cube{--fa:""}.fa-bitcoin-sign{--fa:""}.fa-shield-dog{--fa:""}.fa-solar-panel{--fa:""}.fa-lock-open{--fa:""}.fa-elevator{--fa:""}.fa-money-bill-transfer{--fa:""}.fa-money-bill-trend-up{--fa:""}.fa-house-flood-water-circle-arrow-right{--fa:""}.fa-poll-h,.fa-square-poll-horizontal{--fa:""}.fa-circle{--fa:""}.fa-backward-fast,.fa-fast-backward{--fa:""}.fa-recycle{--fa:""}.fa-user-astronaut{--fa:""}.fa-plane-slash{--fa:""}.fa-trademark{--fa:""}.fa-basketball,.fa-basketball-ball{--fa:""}.fa-satellite-dish{--fa:""}.fa-arrow-alt-circle-up,.fa-circle-up{--fa:""}.fa-mobile-alt,.fa-mobile-screen-button{--fa:""}.fa-volume-high,.fa-volume-up{--fa:""}.fa-users-rays{--fa:""}.fa-wallet{--fa:""}.fa-clipboard-check{--fa:""}.fa-file-audio{--fa:""}.fa-burger,.fa-hamburger{--fa:""}.fa-wrench{--fa:""}.fa-bugs{--fa:""}.fa-rupee,.fa-rupee-sign{--fa:""}.fa-file-image{--fa:""}.fa-circle-question,.fa-question-circle{--fa:""}.fa-plane-departure{--fa:""}.fa-handshake-slash{--fa:""}.fa-book-bookmark{--fa:""}.fa-code-branch{--fa:""}.fa-hat-cowboy{--fa:""}.fa-bridge{--fa:""}.fa-phone-alt,.fa-phone-flip{--fa:""}.fa-truck-front{--fa:""}.fa-cat{--fa:""}.fa-anchor-circle-exclamation{--fa:""}.fa-truck-field{--fa:""}.fa-route{--fa:""}.fa-clipboard-question{--fa:""}.fa-panorama{--fa:""}.fa-comment-medical{--fa:""}.fa-teeth-open{--fa:""}.fa-file-circle-minus{--fa:""}.fa-tags{--fa:""}.fa-wine-glass{--fa:""}.fa-fast-forward,.fa-forward-fast{--fa:""}.fa-face-meh-blank,.fa-meh-blank{--fa:""}.fa-parking,.fa-square-parking{--fa:""}.fa-house-signal{--fa:""}.fa-bars-progress,.fa-tasks-alt{--fa:""}.fa-faucet-drip{--fa:""}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:""}.fa-ban-smoking,.fa-smoking-ban{--fa:""}.fa-terminal{--fa:""}.fa-mobile-button{--fa:""}.fa-house-medical-flag{--fa:""}.fa-basket-shopping,.fa-shopping-basket{--fa:""}.fa-tape{--fa:""}.fa-bus-alt,.fa-bus-simple{--fa:""}.fa-eye{--fa:""}.fa-face-sad-cry,.fa-sad-cry{--fa:""}.fa-audio-description{--fa:""}.fa-person-military-to-person{--fa:""}.fa-file-shield{--fa:""}.fa-user-slash{--fa:""}.fa-pen{--fa:""}.fa-tower-observation{--fa:""}.fa-file-code{--fa:""}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:""}.fa-bus{--fa:""}.fa-heart-circle-xmark{--fa:""}.fa-home-lg,.fa-house-chimney{--fa:""}.fa-window-maximize{--fa:""}.fa-face-frown,.fa-frown{--fa:""}.fa-prescription{--fa:""}.fa-shop,.fa-store-alt{--fa:""}.fa-floppy-disk,.fa-save{--fa:""}.fa-vihara{--fa:""}.fa-balance-scale-left,.fa-scale-unbalanced{--fa:""}.fa-sort-asc,.fa-sort-up{--fa:""}.fa-comment-dots,.fa-commenting{--fa:""}.fa-plant-wilt{--fa:""}.fa-diamond{--fa:""}.fa-face-grin-squint,.fa-grin-squint{--fa:""}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:""}.fa-chart-diagram{--fa:""}.fa-bacterium{--fa:""}.fa-hand-pointer{--fa:""}.fa-drum-steelpan{--fa:""}.fa-hand-scissors{--fa:""}.fa-hands-praying,.fa-praying-hands{--fa:""}.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-arrow-rotate-right,.fa-redo{--fa:""}.fa-biohazard{--fa:""}.fa-location,.fa-location-crosshairs{--fa:""}.fa-mars-double{--fa:""}.fa-child-dress{--fa:""}.fa-users-between-lines{--fa:""}.fa-lungs-virus{--fa:""}.fa-face-grin-tears,.fa-grin-tears{--fa:""}.fa-phone{--fa:""}.fa-calendar-times,.fa-calendar-xmark{--fa:""}.fa-child-reaching{--fa:""}.fa-head-side-virus{--fa:""}.fa-user-cog,.fa-user-gear{--fa:""}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:""}.fa-door-closed{--fa:""}.fa-shield-virus{--fa:""}.fa-dice-six{--fa:""}.fa-mosquito-net{--fa:""}.fa-file-fragment{--fa:""}.fa-bridge-water{--fa:""}.fa-person-booth{--fa:""}.fa-text-width{--fa:""}.fa-hat-wizard{--fa:""}.fa-pen-fancy{--fa:""}.fa-digging,.fa-person-digging{--fa:""}.fa-trash{--fa:""}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:""}.fa-book-medical{--fa:""}.fa-poo{--fa:""}.fa-quote-right,.fa-quote-right-alt{--fa:""}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:""}.fa-cubes{--fa:""}.fa-divide{--fa:""}.fa-tenge,.fa-tenge-sign{--fa:""}.fa-headphones{--fa:""}.fa-hands-holding{--fa:""}.fa-hands-clapping{--fa:""}.fa-republican{--fa:""}.fa-arrow-left{--fa:""}.fa-person-circle-xmark{--fa:""}.fa-ruler{--fa:""}.fa-align-left{--fa:""}.fa-dice-d6{--fa:""}.fa-restroom{--fa:""}.fa-j{--fa:"J"}.fa-users-viewfinder{--fa:""}.fa-file-video{--fa:""}.fa-external-link-alt,.fa-up-right-from-square{--fa:""}.fa-table-cells,.fa-th{--fa:""}.fa-file-pdf{--fa:""}.fa-bible,.fa-book-bible{--fa:""}.fa-o{--fa:"O"}.fa-medkit,.fa-suitcase-medical{--fa:""}.fa-user-secret{--fa:""}.fa-otter{--fa:""}.fa-female,.fa-person-dress{--fa:""}.fa-comment-dollar{--fa:""}.fa-briefcase-clock,.fa-business-time{--fa:""}.fa-table-cells-large,.fa-th-large{--fa:""}.fa-book-tanakh,.fa-tanakh{--fa:""}.fa-phone-volume,.fa-volume-control-phone{--fa:""}.fa-hat-cowboy-side{--fa:""}.fa-clipboard-user{--fa:""}.fa-child{--fa:""}.fa-lira-sign{--fa:""}.fa-satellite{--fa:""}.fa-plane-lock{--fa:""}.fa-tag{--fa:""}.fa-comment{--fa:""}.fa-birthday-cake,.fa-cake,.fa-cake-candles{--fa:""}.fa-envelope{--fa:""}.fa-angle-double-up,.fa-angles-up{--fa:""}.fa-paperclip{--fa:""}.fa-arrow-right-to-city{--fa:""}.fa-ribbon{--fa:""}.fa-lungs{--fa:""}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:""}.fa-litecoin-sign{--fa:""}.fa-border-none{--fa:""}.fa-circle-nodes{--fa:""}.fa-parachute-box{--fa:""}.fa-indent{--fa:""}.fa-truck-field-un{--fa:""}.fa-hourglass,.fa-hourglass-empty{--fa:""}.fa-mountain{--fa:""}.fa-user-doctor,.fa-user-md{--fa:""}.fa-circle-info,.fa-info-circle{--fa:""}.fa-cloud-meatball{--fa:""}.fa-camera,.fa-camera-alt{--fa:""}.fa-square-virus{--fa:""}.fa-meteor{--fa:""}.fa-car-on{--fa:""}.fa-sleigh{--fa:""}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:""}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:""}.fa-water{--fa:""}.fa-calendar-check{--fa:""}.fa-braille{--fa:""}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa:""}.fa-landmark{--fa:""}.fa-truck{--fa:""}.fa-crosshairs{--fa:""}.fa-person-cane{--fa:""}.fa-tent{--fa:""}.fa-vest-patches{--fa:""}.fa-check-double{--fa:""}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:""}.fa-money-bill-wheat{--fa:""}.fa-cookie{--fa:""}.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-arrow-rotate-left,.fa-undo{--fa:""}.fa-hard-drive,.fa-hdd{--fa:""}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:""}.fa-dumbbell{--fa:""}.fa-list-alt,.fa-rectangle-list{--fa:""}.fa-tarp-droplet{--fa:""}.fa-house-medical-circle-check{--fa:""}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:""}.fa-calendar-plus{--fa:""}.fa-plane-arrival{--fa:""}.fa-arrow-alt-circle-left,.fa-circle-left{--fa:""}.fa-subway,.fa-train-subway{--fa:""}.fa-chart-gantt{--fa:""}.fa-indian-rupee,.fa-indian-rupee-sign,.fa-inr{--fa:""}.fa-crop-alt,.fa-crop-simple{--fa:""}.fa-money-bill-1,.fa-money-bill-alt{--fa:""}.fa-left-long,.fa-long-arrow-alt-left{--fa:""}.fa-dna{--fa:""}.fa-virus-slash{--fa:""}.fa-minus,.fa-subtract{--fa:""}.fa-chess{--fa:""}.fa-arrow-left-long,.fa-long-arrow-left{--fa:""}.fa-plug-circle-check{--fa:""}.fa-street-view{--fa:""}.fa-franc-sign{--fa:""}.fa-volume-off{--fa:""}.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa:""}.fa-cog,.fa-gear{--fa:""}.fa-droplet-slash,.fa-tint-slash{--fa:""}.fa-mosque{--fa:""}.fa-mosquito{--fa:""}.fa-star-of-david{--fa:""}.fa-person-military-rifle{--fa:""}.fa-cart-shopping,.fa-shopping-cart{--fa:""}.fa-vials{--fa:""}.fa-plug-circle-plus{--fa:""}.fa-place-of-worship{--fa:""}.fa-grip-vertical{--fa:""}.fa-hexagon-nodes{--fa:""}.fa-arrow-turn-up,.fa-level-up{--fa:""}.fa-u{--fa:"U"}.fa-square-root-alt,.fa-square-root-variable{--fa:""}.fa-clock,.fa-clock-four{--fa:""}.fa-backward-step,.fa-step-backward{--fa:""}.fa-pallet{--fa:""}.fa-faucet{--fa:""}.fa-baseball-bat-ball{--fa:""}.fa-s{--fa:"S"}.fa-timeline{--fa:""}.fa-keyboard{--fa:""}.fa-caret-down{--fa:""}.fa-clinic-medical,.fa-house-chimney-medical{--fa:""}.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:""}.fa-mobile-android-alt,.fa-mobile-screen{--fa:""}.fa-plane-up{--fa:""}.fa-piggy-bank{--fa:""}.fa-battery-3,.fa-battery-half{--fa:""}.fa-mountain-city{--fa:""}.fa-coins{--fa:""}.fa-khanda{--fa:""}.fa-sliders,.fa-sliders-h{--fa:""}.fa-folder-tree{--fa:""}.fa-network-wired{--fa:""}.fa-map-pin{--fa:""}.fa-hamsa{--fa:""}.fa-cent-sign{--fa:""}.fa-flask{--fa:""}.fa-person-pregnant{--fa:""}.fa-wand-sparkles{--fa:""}.fa-ellipsis-v,.fa-ellipsis-vertical{--fa:""}.fa-ticket{--fa:""}.fa-power-off{--fa:""}.fa-long-arrow-alt-right,.fa-right-long{--fa:""}.fa-flag-usa{--fa:""}.fa-laptop-file{--fa:""}.fa-teletype,.fa-tty{--fa:""}.fa-diagram-next{--fa:""}.fa-person-rifle{--fa:""}.fa-house-medical-circle-exclamation{--fa:""}.fa-closed-captioning{--fa:""}.fa-hiking,.fa-person-hiking{--fa:""}.fa-venus-double{--fa:""}.fa-images{--fa:""}.fa-calculator{--fa:""}.fa-people-pulling{--fa:""}.fa-n{--fa:"N"}.fa-cable-car,.fa-tram{--fa:""}.fa-cloud-rain{--fa:""}.fa-building-circle-xmark{--fa:""}.fa-ship{--fa:""}.fa-arrows-down-to-line{--fa:""}.fa-download{--fa:""}.fa-face-grin,.fa-grin{--fa:""}.fa-backspace,.fa-delete-left{--fa:""}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:""}.fa-file-circle-check{--fa:""}.fa-forward{--fa:""}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:""}.fa-face-meh,.fa-meh{--fa:""}.fa-align-center{--fa:""}.fa-book-dead,.fa-book-skull{--fa:""}.fa-drivers-license,.fa-id-card{--fa:""}.fa-dedent,.fa-outdent{--fa:""}.fa-heart-circle-exclamation{--fa:""}.fa-home,.fa-home-alt,.fa-home-lg-alt,.fa-house{--fa:""}.fa-calendar-week{--fa:""}.fa-laptop-medical{--fa:""}.fa-b{--fa:"B"}.fa-file-medical{--fa:""}.fa-dice-one{--fa:""}.fa-kiwi-bird{--fa:""}.fa-arrow-right-arrow-left,.fa-exchange{--fa:""}.fa-redo-alt,.fa-rotate-forward,.fa-rotate-right{--fa:""}.fa-cutlery,.fa-utensils{--fa:""}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:""}.fa-mill-sign{--fa:""}.fa-bowl-rice{--fa:""}.fa-skull{--fa:""}.fa-broadcast-tower,.fa-tower-broadcast{--fa:""}.fa-truck-pickup{--fa:""}.fa-long-arrow-alt-up,.fa-up-long{--fa:""}.fa-stop{--fa:""}.fa-code-merge{--fa:""}.fa-upload{--fa:""}.fa-hurricane{--fa:""}.fa-mound{--fa:""}.fa-toilet-portable{--fa:""}.fa-compact-disc{--fa:""}.fa-file-arrow-down,.fa-file-download{--fa:""}.fa-caravan{--fa:""}.fa-shield-cat{--fa:""}.fa-bolt,.fa-zap{--fa:""}.fa-glass-water{--fa:""}.fa-oil-well{--fa:""}.fa-vault{--fa:""}.fa-mars{--fa:""}.fa-toilet{--fa:""}.fa-plane-circle-xmark{--fa:""}.fa-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign{--fa:""}.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign{--fa:""}.fa-sun{--fa:""}.fa-guitar{--fa:""}.fa-face-laugh-wink,.fa-laugh-wink{--fa:""}.fa-horse-head{--fa:""}.fa-bore-hole{--fa:""}.fa-industry{--fa:""}.fa-arrow-alt-circle-down,.fa-circle-down{--fa:""}.fa-arrows-turn-to-dots{--fa:""}.fa-florin-sign{--fa:""}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:""}.fa-less-than{--fa:"<"}.fa-angle-down{--fa:""}.fa-car-tunnel{--fa:""}.fa-head-side-cough{--fa:""}.fa-grip-lines{--fa:""}.fa-thumbs-down{--fa:""}.fa-user-lock{--fa:""}.fa-arrow-right-long,.fa-long-arrow-right{--fa:""}.fa-anchor-circle-xmark{--fa:""}.fa-ellipsis,.fa-ellipsis-h{--fa:""}.fa-chess-pawn{--fa:""}.fa-first-aid,.fa-kit-medical{--fa:""}.fa-person-through-window{--fa:""}.fa-toolbox{--fa:""}.fa-hands-holding-circle{--fa:""}.fa-bug{--fa:""}.fa-credit-card,.fa-credit-card-alt{--fa:""}.fa-automobile,.fa-car{--fa:""}.fa-hand-holding-hand{--fa:""}.fa-book-open-reader,.fa-book-reader{--fa:""}.fa-mountain-sun{--fa:""}.fa-arrows-left-right-to-line{--fa:""}.fa-dice-d20{--fa:""}.fa-truck-droplet{--fa:""}.fa-file-circle-xmark{--fa:""}.fa-temperature-arrow-up,.fa-temperature-up{--fa:""}.fa-medal{--fa:""}.fa-bed{--fa:""}.fa-h-square,.fa-square-h{--fa:""}.fa-podcast{--fa:""}.fa-temperature-4,.fa-temperature-full,.fa-thermometer-4,.fa-thermometer-full{--fa:""}.fa-bell{--fa:""}.fa-superscript{--fa:""}.fa-plug-circle-xmark{--fa:""}.fa-star-of-life{--fa:""}.fa-phone-slash{--fa:""}.fa-paint-roller{--fa:""}.fa-hands-helping,.fa-handshake-angle{--fa:""}.fa-location-dot,.fa-map-marker-alt{--fa:""}.fa-file{--fa:""}.fa-greater-than{--fa:">"}.fa-person-swimming,.fa-swimmer{--fa:""}.fa-arrow-down{--fa:""}.fa-droplet,.fa-tint{--fa:""}.fa-eraser{--fa:""}.fa-earth,.fa-earth-america,.fa-earth-americas,.fa-globe-americas{--fa:""}.fa-person-burst{--fa:""}.fa-dove{--fa:""}.fa-battery-0,.fa-battery-empty{--fa:""}.fa-socks{--fa:""}.fa-inbox{--fa:""}.fa-section{--fa:""}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:""}.fa-envelope-open-text{--fa:""}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:""}.fa-wine-bottle{--fa:""}.fa-chess-rook{--fa:""}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:""}.fa-dharmachakra{--fa:""}.fa-hotdog{--fa:""}.fa-blind,.fa-person-walking-with-cane{--fa:""}.fa-drum{--fa:""}.fa-ice-cream{--fa:""}.fa-heart-circle-bolt{--fa:""}.fa-fax{--fa:""}.fa-paragraph{--fa:""}.fa-check-to-slot,.fa-vote-yea{--fa:""}.fa-star-half{--fa:""}.fa-boxes,.fa-boxes-alt,.fa-boxes-stacked{--fa:""}.fa-chain,.fa-link{--fa:""}.fa-assistive-listening-systems,.fa-ear-listen{--fa:""}.fa-tree-city{--fa:""}.fa-play{--fa:""}.fa-font{--fa:""}.fa-table-cells-row-lock{--fa:""}.fa-rupiah-sign{--fa:""}.fa-magnifying-glass,.fa-search{--fa:""}.fa-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa:""}.fa-diagnoses,.fa-person-dots-from-line{--fa:""}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:""}.fa-naira-sign{--fa:""}.fa-cart-arrow-down{--fa:""}.fa-walkie-talkie{--fa:""}.fa-file-edit,.fa-file-pen{--fa:""}.fa-receipt{--fa:""}.fa-pen-square,.fa-pencil-square,.fa-square-pen{--fa:""}.fa-suitcase-rolling{--fa:""}.fa-person-circle-exclamation{--fa:""}.fa-chevron-down{--fa:""}.fa-battery,.fa-battery-5,.fa-battery-full{--fa:""}.fa-skull-crossbones{--fa:""}.fa-code-compare{--fa:""}.fa-list-dots,.fa-list-ul{--fa:""}.fa-school-lock{--fa:""}.fa-tower-cell{--fa:""}.fa-down-long,.fa-long-arrow-alt-down{--fa:""}.fa-ranking-star{--fa:""}.fa-chess-king{--fa:""}.fa-person-harassing{--fa:""}.fa-brazilian-real-sign{--fa:""}.fa-landmark-alt,.fa-landmark-dome{--fa:""}.fa-arrow-up{--fa:""}.fa-television,.fa-tv,.fa-tv-alt{--fa:""}.fa-shrimp{--fa:""}.fa-list-check,.fa-tasks{--fa:""}.fa-jug-detergent{--fa:""}.fa-circle-user,.fa-user-circle{--fa:""}.fa-user-shield{--fa:""}.fa-wind{--fa:""}.fa-car-burst,.fa-car-crash{--fa:""}.fa-y{--fa:"Y"}.fa-person-snowboarding,.fa-snowboarding{--fa:""}.fa-shipping-fast,.fa-truck-fast{--fa:""}.fa-fish{--fa:""}.fa-user-graduate{--fa:""}.fa-adjust,.fa-circle-half-stroke{--fa:""}.fa-clapperboard{--fa:""}.fa-circle-radiation,.fa-radiation-alt{--fa:""}.fa-baseball,.fa-baseball-ball{--fa:""}.fa-jet-fighter-up{--fa:""}.fa-diagram-project,.fa-project-diagram{--fa:""}.fa-copy{--fa:""}.fa-volume-mute,.fa-volume-times,.fa-volume-xmark{--fa:""}.fa-hand-sparkles{--fa:""}.fa-grip,.fa-grip-horizontal{--fa:""}.fa-share-from-square,.fa-share-square{--fa:""}.fa-child-combatant,.fa-child-rifle{--fa:""}.fa-gun{--fa:""}.fa-phone-square,.fa-square-phone{--fa:""}.fa-add,.fa-plus{--fa:"+"}.fa-expand{--fa:""}.fa-computer{--fa:""}.fa-close,.fa-multiply,.fa-remove,.fa-times,.fa-xmark{--fa:""}.fa-arrows,.fa-arrows-up-down-left-right{--fa:""}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa:""}.fa-peso-sign{--fa:""}.fa-building-shield{--fa:""}.fa-baby{--fa:""}.fa-users-line{--fa:""}.fa-quote-left,.fa-quote-left-alt{--fa:""}.fa-tractor{--fa:""}.fa-trash-arrow-up,.fa-trash-restore{--fa:""}.fa-arrow-down-up-lock{--fa:""}.fa-lines-leaning{--fa:""}.fa-ruler-combined{--fa:""}.fa-copyright{--fa:""}.fa-equals{--fa:"="}.fa-blender{--fa:""}.fa-teeth{--fa:""}.fa-ils,.fa-shekel,.fa-shekel-sign,.fa-sheqel,.fa-sheqel-sign{--fa:""}.fa-map{--fa:""}.fa-rocket{--fa:""}.fa-photo-film,.fa-photo-video{--fa:""}.fa-folder-minus{--fa:""}.fa-hexagon-nodes-bolt{--fa:""}.fa-store{--fa:""}.fa-arrow-trend-up{--fa:""}.fa-plug-circle-minus{--fa:""}.fa-sign,.fa-sign-hanging{--fa:""}.fa-bezier-curve{--fa:""}.fa-bell-slash{--fa:""}.fa-tablet,.fa-tablet-android{--fa:""}.fa-school-flag{--fa:""}.fa-fill{--fa:""}.fa-angle-up{--fa:""}.fa-drumstick-bite{--fa:""}.fa-holly-berry{--fa:""}.fa-chevron-left{--fa:""}.fa-bacteria{--fa:""}.fa-hand-lizard{--fa:""}.fa-notdef{--fa:""}.fa-disease{--fa:""}.fa-briefcase-medical{--fa:""}.fa-genderless{--fa:""}.fa-chevron-right{--fa:""}.fa-retweet{--fa:""}.fa-car-alt,.fa-car-rear{--fa:""}.fa-pump-soap{--fa:""}.fa-video-slash{--fa:""}.fa-battery-2,.fa-battery-quarter{--fa:""}.fa-radio{--fa:""}.fa-baby-carriage,.fa-carriage-baby{--fa:""}.fa-traffic-light{--fa:""}.fa-thermometer{--fa:""}.fa-vr-cardboard{--fa:""}.fa-hand-middle-finger{--fa:""}.fa-percent,.fa-percentage{--fa:"%"}.fa-truck-moving{--fa:""}.fa-glass-water-droplet{--fa:""}.fa-display{--fa:""}.fa-face-smile,.fa-smile{--fa:""}.fa-thumb-tack,.fa-thumbtack{--fa:""}.fa-trophy{--fa:""}.fa-person-praying,.fa-pray{--fa:""}.fa-hammer{--fa:""}.fa-hand-peace{--fa:""}.fa-rotate,.fa-sync-alt{--fa:""}.fa-spinner{--fa:""}.fa-robot{--fa:""}.fa-peace{--fa:""}.fa-cogs,.fa-gears{--fa:""}.fa-warehouse{--fa:""}.fa-arrow-up-right-dots{--fa:""}.fa-splotch{--fa:""}.fa-face-grin-hearts,.fa-grin-hearts{--fa:""}.fa-dice-four{--fa:""}.fa-sim-card{--fa:""}.fa-transgender,.fa-transgender-alt{--fa:""}.fa-mercury{--fa:""}.fa-arrow-turn-down,.fa-level-down{--fa:""}.fa-person-falling-burst{--fa:""}.fa-award{--fa:""}.fa-ticket-alt,.fa-ticket-simple{--fa:""}.fa-building{--fa:""}.fa-angle-double-left,.fa-angles-left{--fa:""}.fa-qrcode{--fa:""}.fa-clock-rotate-left,.fa-history{--fa:""}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:""}.fa-arrow-right-from-file,.fa-file-export{--fa:""}.fa-shield,.fa-shield-blank{--fa:""}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:""}.fa-comment-nodes{--fa:""}.fa-house-medical{--fa:""}.fa-golf-ball,.fa-golf-ball-tee{--fa:""}.fa-chevron-circle-left,.fa-circle-chevron-left{--fa:""}.fa-house-chimney-window{--fa:""}.fa-pen-nib{--fa:""}.fa-tent-arrow-turn-left{--fa:""}.fa-tents{--fa:""}.fa-magic,.fa-wand-magic{--fa:""}.fa-dog{--fa:""}.fa-carrot{--fa:""}.fa-moon{--fa:""}.fa-wine-glass-alt,.fa-wine-glass-empty{--fa:""}.fa-cheese{--fa:""}.fa-yin-yang{--fa:""}.fa-music{--fa:""}.fa-code-commit{--fa:""}.fa-temperature-low{--fa:""}.fa-biking,.fa-person-biking{--fa:""}.fa-broom{--fa:""}.fa-shield-heart{--fa:""}.fa-gopuram{--fa:""}.fa-earth-oceania,.fa-globe-oceania{--fa:""}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:""}.fa-hashtag{--fa:"#"}.fa-expand-alt,.fa-up-right-and-down-left-from-center{--fa:""}.fa-oil-can{--fa:""}.fa-t{--fa:"T"}.fa-hippo{--fa:""}.fa-chart-column{--fa:""}.fa-infinity{--fa:""}.fa-vial-circle-check{--fa:""}.fa-person-arrow-down-to-line{--fa:""}.fa-voicemail{--fa:""}.fa-fan{--fa:""}.fa-person-walking-luggage{--fa:""}.fa-arrows-alt-v,.fa-up-down{--fa:""}.fa-cloud-moon-rain{--fa:""}.fa-calendar{--fa:""}.fa-trailer{--fa:""}.fa-bahai,.fa-haykal{--fa:""}.fa-sd-card{--fa:""}.fa-dragon{--fa:""}.fa-shoe-prints{--fa:""}.fa-circle-plus,.fa-plus-circle{--fa:""}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:""}.fa-hand-holding{--fa:""}.fa-plug-circle-exclamation{--fa:""}.fa-chain-broken,.fa-chain-slash,.fa-link-slash,.fa-unlink{--fa:""}.fa-clone{--fa:""}.fa-person-walking-arrow-loop-left{--fa:""}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:""}.fa-fire-alt,.fa-fire-flame-curved{--fa:""}.fa-tornado{--fa:""}.fa-file-circle-plus{--fa:""}.fa-book-quran,.fa-quran{--fa:""}.fa-anchor{--fa:""}.fa-border-all{--fa:""}.fa-angry,.fa-face-angry{--fa:""}.fa-cookie-bite{--fa:""}.fa-arrow-trend-down{--fa:""}.fa-feed,.fa-rss{--fa:""}.fa-draw-polygon{--fa:""}.fa-balance-scale,.fa-scale-balanced{--fa:""}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:""}.fa-shower{--fa:""}.fa-desktop,.fa-desktop-alt{--fa:""}.fa-m{--fa:"M"}.fa-table-list,.fa-th-list{--fa:""}.fa-comment-sms,.fa-sms{--fa:""}.fa-book{--fa:""}.fa-user-plus{--fa:""}.fa-check{--fa:""}.fa-battery-4,.fa-battery-three-quarters{--fa:""}.fa-house-circle-check{--fa:""}.fa-angle-left{--fa:""}.fa-diagram-successor{--fa:""}.fa-truck-arrow-right{--fa:""}.fa-arrows-split-up-and-left{--fa:""}.fa-fist-raised,.fa-hand-fist{--fa:""}.fa-cloud-moon{--fa:""}.fa-briefcase{--fa:""}.fa-person-falling{--fa:""}.fa-image-portrait,.fa-portrait{--fa:""}.fa-user-tag{--fa:""}.fa-rug{--fa:""}.fa-earth-europe,.fa-globe-europe{--fa:""}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:""}.fa-rectangle-times,.fa-rectangle-xmark,.fa-times-rectangle,.fa-window-close{--fa:""}.fa-baht-sign{--fa:""}.fa-book-open{--fa:""}.fa-book-journal-whills,.fa-journal-whills{--fa:""}.fa-handcuffs{--fa:""}.fa-exclamation-triangle,.fa-triangle-exclamation,.fa-warning{--fa:""}.fa-database{--fa:""}.fa-mail-forward,.fa-share{--fa:""}.fa-bottle-droplet{--fa:""}.fa-mask-face{--fa:""}.fa-hill-rockslide{--fa:""}.fa-exchange-alt,.fa-right-left{--fa:""}.fa-paper-plane{--fa:""}.fa-road-circle-exclamation{--fa:""}.fa-dungeon{--fa:""}.fa-align-right{--fa:""}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:""}.fa-life-ring{--fa:""}.fa-hands,.fa-sign-language,.fa-signing{--fa:""}.fa-calendar-day{--fa:""}.fa-ladder-water,.fa-swimming-pool,.fa-water-ladder{--fa:""}.fa-arrows-up-down,.fa-arrows-v{--fa:""}.fa-face-grimace,.fa-grimace{--fa:""}.fa-wheelchair-alt,.fa-wheelchair-move{--fa:""}.fa-level-down-alt,.fa-turn-down{--fa:""}.fa-person-walking-arrow-right{--fa:""}.fa-envelope-square,.fa-square-envelope{--fa:""}.fa-dice{--fa:""}.fa-bowling-ball{--fa:""}.fa-brain{--fa:""}.fa-band-aid,.fa-bandage{--fa:""}.fa-calendar-minus{--fa:""}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:""}.fa-gifts{--fa:""}.fa-hotel{--fa:""}.fa-earth-asia,.fa-globe-asia{--fa:""}.fa-id-card-alt,.fa-id-card-clip{--fa:""}.fa-magnifying-glass-plus,.fa-search-plus{--fa:""}.fa-thumbs-up{--fa:""}.fa-user-clock{--fa:""}.fa-allergies,.fa-hand-dots{--fa:""}.fa-file-invoice{--fa:""}.fa-window-minimize{--fa:""}.fa-coffee,.fa-mug-saucer{--fa:""}.fa-brush{--fa:""}.fa-file-half-dashed{--fa:""}.fa-mask{--fa:""}.fa-magnifying-glass-minus,.fa-search-minus{--fa:""}.fa-ruler-vertical{--fa:""}.fa-user-alt,.fa-user-large{--fa:""}.fa-train-tram{--fa:""}.fa-user-nurse{--fa:""}.fa-syringe{--fa:""}.fa-cloud-sun{--fa:""}.fa-stopwatch-20{--fa:""}.fa-square-full{--fa:""}.fa-magnet{--fa:""}.fa-jar{--fa:""}.fa-note-sticky,.fa-sticky-note{--fa:""}.fa-bug-slash{--fa:""}.fa-arrow-up-from-water-pump{--fa:""}.fa-bone{--fa:""}.fa-table-cells-row-unlock{--fa:""}.fa-user-injured{--fa:""}.fa-face-sad-tear,.fa-sad-tear{--fa:""}.fa-plane{--fa:""}.fa-tent-arrows-down{--fa:""}.fa-exclamation{--fa:"!"}.fa-arrows-spin{--fa:""}.fa-print{--fa:""}.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:""}.fa-dollar,.fa-dollar-sign,.fa-usd{--fa:"$"}.fa-x{--fa:"X"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:""}.fa-users-cog,.fa-users-gear{--fa:""}.fa-person-military-pointing{--fa:""}.fa-bank,.fa-building-columns,.fa-institution,.fa-museum,.fa-university{--fa:""}.fa-umbrella{--fa:""}.fa-trowel{--fa:""}.fa-d{--fa:"D"}.fa-stapler{--fa:""}.fa-masks-theater,.fa-theater-masks{--fa:""}.fa-kip-sign{--fa:""}.fa-hand-point-left{--fa:""}.fa-handshake-alt,.fa-handshake-simple{--fa:""}.fa-fighter-jet,.fa-jet-fighter{--fa:""}.fa-share-alt-square,.fa-square-share-nodes{--fa:""}.fa-barcode{--fa:""}.fa-plus-minus{--fa:""}.fa-video,.fa-video-camera{--fa:""}.fa-graduation-cap,.fa-mortar-board{--fa:""}.fa-hand-holding-medical{--fa:""}.fa-person-circle-check{--fa:""}.fa-level-up-alt,.fa-turn-up{--fa:""}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/assets/fa-brands-400-d7236a19.woff2) format("woff2"),url(/assets/fa-brands-400-808443ae.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero{--fa:""}.fa-hooli{--fa:""}.fa-yelp{--fa:""}.fa-cc-visa{--fa:""}.fa-lastfm{--fa:""}.fa-shopware{--fa:""}.fa-creative-commons-nc{--fa:""}.fa-aws{--fa:""}.fa-redhat{--fa:""}.fa-yoast{--fa:""}.fa-cloudflare{--fa:""}.fa-ups{--fa:""}.fa-pixiv{--fa:""}.fa-wpexplorer{--fa:""}.fa-dyalog{--fa:""}.fa-bity{--fa:""}.fa-stackpath{--fa:""}.fa-buysellads{--fa:""}.fa-first-order{--fa:""}.fa-modx{--fa:""}.fa-guilded{--fa:""}.fa-vnv{--fa:""}.fa-js-square,.fa-square-js{--fa:""}.fa-microsoft{--fa:""}.fa-qq{--fa:""}.fa-orcid{--fa:""}.fa-java{--fa:""}.fa-invision{--fa:""}.fa-creative-commons-pd-alt{--fa:""}.fa-centercode{--fa:""}.fa-glide-g{--fa:""}.fa-drupal{--fa:""}.fa-jxl{--fa:""}.fa-dart-lang{--fa:""}.fa-hire-a-helper{--fa:""}.fa-creative-commons-by{--fa:""}.fa-unity{--fa:""}.fa-whmcs{--fa:""}.fa-rocketchat{--fa:""}.fa-vk{--fa:""}.fa-untappd{--fa:""}.fa-mailchimp{--fa:""}.fa-css3-alt{--fa:""}.fa-reddit-square,.fa-square-reddit{--fa:""}.fa-vimeo-v{--fa:""}.fa-contao{--fa:""}.fa-square-font-awesome{--fa:""}.fa-deskpro{--fa:""}.fa-brave{--fa:""}.fa-sistrix{--fa:""}.fa-instagram-square,.fa-square-instagram{--fa:""}.fa-battle-net{--fa:""}.fa-the-red-yeti{--fa:""}.fa-hacker-news-square,.fa-square-hacker-news{--fa:""}.fa-edge{--fa:""}.fa-threads{--fa:""}.fa-napster{--fa:""}.fa-snapchat-square,.fa-square-snapchat{--fa:""}.fa-google-plus-g{--fa:""}.fa-artstation{--fa:""}.fa-markdown{--fa:""}.fa-sourcetree{--fa:""}.fa-google-plus{--fa:""}.fa-diaspora{--fa:""}.fa-foursquare{--fa:""}.fa-stack-overflow{--fa:""}.fa-github-alt{--fa:""}.fa-phoenix-squadron{--fa:""}.fa-pagelines{--fa:""}.fa-algolia{--fa:""}.fa-red-river{--fa:""}.fa-creative-commons-sa{--fa:""}.fa-safari{--fa:""}.fa-google{--fa:""}.fa-font-awesome-alt,.fa-square-font-awesome-stroke{--fa:""}.fa-atlassian{--fa:""}.fa-linkedin-in{--fa:""}.fa-digital-ocean{--fa:""}.fa-nimblr{--fa:""}.fa-chromecast{--fa:""}.fa-evernote{--fa:""}.fa-hacker-news{--fa:""}.fa-creative-commons-sampling{--fa:""}.fa-adversal{--fa:""}.fa-creative-commons{--fa:""}.fa-watchman-monitoring{--fa:""}.fa-fonticons{--fa:""}.fa-weixin{--fa:""}.fa-shirtsinbulk{--fa:""}.fa-codepen{--fa:""}.fa-git-alt{--fa:""}.fa-lyft{--fa:""}.fa-rev{--fa:""}.fa-windows{--fa:""}.fa-wizards-of-the-coast{--fa:""}.fa-square-viadeo,.fa-viadeo-square{--fa:""}.fa-meetup{--fa:""}.fa-centos{--fa:""}.fa-adn{--fa:""}.fa-cloudsmith{--fa:""}.fa-opensuse{--fa:""}.fa-pied-piper-alt{--fa:""}.fa-dribbble-square,.fa-square-dribbble{--fa:""}.fa-codiepie{--fa:""}.fa-node{--fa:""}.fa-mix{--fa:""}.fa-steam{--fa:""}.fa-cc-apple-pay{--fa:""}.fa-scribd{--fa:""}.fa-debian{--fa:""}.fa-openid{--fa:""}.fa-instalod{--fa:""}.fa-files-pinwheel{--fa:""}.fa-expeditedssl{--fa:""}.fa-sellcast{--fa:""}.fa-square-twitter,.fa-twitter-square{--fa:""}.fa-r-project{--fa:""}.fa-delicious{--fa:""}.fa-freebsd{--fa:""}.fa-vuejs{--fa:""}.fa-accusoft{--fa:""}.fa-ioxhost{--fa:""}.fa-fonticons-fi{--fa:""}.fa-app-store{--fa:""}.fa-cc-mastercard{--fa:""}.fa-itunes-note{--fa:""}.fa-golang{--fa:""}.fa-kickstarter,.fa-square-kickstarter{--fa:""}.fa-grav{--fa:""}.fa-weibo{--fa:""}.fa-uncharted{--fa:""}.fa-firstdraft{--fa:""}.fa-square-youtube,.fa-youtube-square{--fa:""}.fa-wikipedia-w{--fa:""}.fa-rendact,.fa-wpressr{--fa:""}.fa-angellist{--fa:""}.fa-galactic-republic{--fa:""}.fa-nfc-directional{--fa:""}.fa-skype{--fa:""}.fa-joget{--fa:""}.fa-fedora{--fa:""}.fa-stripe-s{--fa:""}.fa-meta{--fa:""}.fa-laravel{--fa:""}.fa-hotjar{--fa:""}.fa-bluetooth-b{--fa:""}.fa-square-letterboxd{--fa:""}.fa-sticker-mule{--fa:""}.fa-creative-commons-zero{--fa:""}.fa-hips{--fa:""}.fa-css{--fa:""}.fa-behance{--fa:""}.fa-reddit{--fa:""}.fa-discord{--fa:""}.fa-chrome{--fa:""}.fa-app-store-ios{--fa:""}.fa-cc-discover{--fa:""}.fa-wpbeginner{--fa:""}.fa-confluence{--fa:""}.fa-shoelace{--fa:""}.fa-mdb{--fa:""}.fa-dochub{--fa:""}.fa-accessible-icon{--fa:""}.fa-ebay{--fa:""}.fa-amazon{--fa:""}.fa-unsplash{--fa:""}.fa-yarn{--fa:""}.fa-square-steam,.fa-steam-square{--fa:""}.fa-500px{--fa:""}.fa-square-vimeo,.fa-vimeo-square{--fa:""}.fa-asymmetrik{--fa:""}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa:""}.fa-gratipay{--fa:""}.fa-apple{--fa:""}.fa-hive{--fa:""}.fa-gitkraken{--fa:""}.fa-keybase{--fa:""}.fa-apple-pay{--fa:""}.fa-padlet{--fa:""}.fa-amazon-pay{--fa:""}.fa-github-square,.fa-square-github{--fa:""}.fa-stumbleupon{--fa:""}.fa-fedex{--fa:""}.fa-phoenix-framework{--fa:""}.fa-shopify{--fa:""}.fa-neos{--fa:""}.fa-square-threads{--fa:""}.fa-hackerrank{--fa:""}.fa-researchgate{--fa:""}.fa-swift{--fa:""}.fa-angular{--fa:""}.fa-speakap{--fa:""}.fa-angrycreative{--fa:""}.fa-y-combinator{--fa:""}.fa-empire{--fa:""}.fa-envira{--fa:""}.fa-google-scholar{--fa:""}.fa-gitlab-square,.fa-square-gitlab{--fa:""}.fa-studiovinari{--fa:""}.fa-pied-piper{--fa:""}.fa-wordpress{--fa:""}.fa-product-hunt{--fa:""}.fa-firefox{--fa:""}.fa-linode{--fa:""}.fa-goodreads{--fa:""}.fa-odnoklassniki-square,.fa-square-odnoklassniki{--fa:""}.fa-jsfiddle{--fa:""}.fa-sith{--fa:""}.fa-themeisle{--fa:""}.fa-page4{--fa:""}.fa-hashnode{--fa:""}.fa-react{--fa:""}.fa-cc-paypal{--fa:""}.fa-squarespace{--fa:""}.fa-cc-stripe{--fa:""}.fa-creative-commons-share{--fa:""}.fa-bitcoin{--fa:""}.fa-keycdn{--fa:""}.fa-opera{--fa:""}.fa-itch-io{--fa:""}.fa-umbraco{--fa:""}.fa-galactic-senate{--fa:""}.fa-ubuntu{--fa:""}.fa-draft2digital{--fa:""}.fa-stripe{--fa:""}.fa-houzz{--fa:""}.fa-gg{--fa:""}.fa-dhl{--fa:""}.fa-pinterest-square,.fa-square-pinterest{--fa:""}.fa-xing{--fa:""}.fa-blackberry{--fa:""}.fa-creative-commons-pd{--fa:""}.fa-playstation{--fa:""}.fa-quinscape{--fa:""}.fa-less{--fa:""}.fa-blogger-b{--fa:""}.fa-opencart{--fa:""}.fa-vine{--fa:""}.fa-signal-messenger{--fa:""}.fa-paypal{--fa:""}.fa-gitlab{--fa:""}.fa-typo3{--fa:""}.fa-reddit-alien{--fa:""}.fa-yahoo{--fa:""}.fa-dailymotion{--fa:""}.fa-affiliatetheme{--fa:""}.fa-pied-piper-pp{--fa:""}.fa-bootstrap{--fa:""}.fa-odnoklassniki{--fa:""}.fa-nfc-symbol{--fa:""}.fa-mintbit{--fa:""}.fa-ethereum{--fa:""}.fa-speaker-deck{--fa:""}.fa-creative-commons-nc-eu{--fa:""}.fa-patreon{--fa:""}.fa-avianex{--fa:""}.fa-ello{--fa:""}.fa-gofore{--fa:""}.fa-bimobject{--fa:""}.fa-brave-reverse{--fa:""}.fa-facebook-f{--fa:""}.fa-google-plus-square,.fa-square-google-plus{--fa:""}.fa-web-awesome{--fa:""}.fa-mandalorian{--fa:""}.fa-first-order-alt{--fa:""}.fa-osi{--fa:""}.fa-google-wallet{--fa:""}.fa-d-and-d-beyond{--fa:""}.fa-periscope{--fa:""}.fa-fulcrum{--fa:""}.fa-cloudscale{--fa:""}.fa-forumbee{--fa:""}.fa-mizuni{--fa:""}.fa-schlix{--fa:""}.fa-square-xing,.fa-xing-square{--fa:""}.fa-bandcamp{--fa:""}.fa-wpforms{--fa:""}.fa-cloudversify{--fa:""}.fa-usps{--fa:""}.fa-megaport{--fa:""}.fa-magento{--fa:""}.fa-spotify{--fa:""}.fa-optin-monster{--fa:""}.fa-fly{--fa:""}.fa-square-bluesky{--fa:""}.fa-aviato{--fa:""}.fa-itunes{--fa:""}.fa-cuttlefish{--fa:""}.fa-blogger{--fa:""}.fa-flickr{--fa:""}.fa-viber{--fa:""}.fa-soundcloud{--fa:""}.fa-digg{--fa:""}.fa-tencent-weibo{--fa:""}.fa-letterboxd{--fa:""}.fa-symfony{--fa:""}.fa-maxcdn{--fa:""}.fa-etsy{--fa:""}.fa-facebook-messenger{--fa:""}.fa-audible{--fa:""}.fa-think-peaks{--fa:""}.fa-bilibili{--fa:""}.fa-erlang{--fa:""}.fa-x-twitter{--fa:""}.fa-cotton-bureau{--fa:""}.fa-dashcube{--fa:""}.fa-42-group,.fa-innosoft{--fa:""}.fa-stack-exchange{--fa:""}.fa-elementor{--fa:""}.fa-pied-piper-square,.fa-square-pied-piper{--fa:""}.fa-creative-commons-nd{--fa:""}.fa-palfed{--fa:""}.fa-superpowers{--fa:""}.fa-resolving{--fa:""}.fa-xbox{--fa:""}.fa-square-web-awesome-stroke{--fa:""}.fa-searchengin{--fa:""}.fa-tiktok{--fa:""}.fa-facebook-square,.fa-square-facebook{--fa:""}.fa-renren{--fa:""}.fa-linux{--fa:""}.fa-glide{--fa:""}.fa-linkedin{--fa:""}.fa-hubspot{--fa:""}.fa-deploydog{--fa:""}.fa-twitch{--fa:""}.fa-flutter{--fa:""}.fa-ravelry{--fa:""}.fa-mixer{--fa:""}.fa-lastfm-square,.fa-square-lastfm{--fa:""}.fa-vimeo{--fa:""}.fa-mendeley{--fa:""}.fa-uniregistry{--fa:""}.fa-figma{--fa:""}.fa-creative-commons-remix{--fa:""}.fa-cc-amazon-pay{--fa:""}.fa-dropbox{--fa:""}.fa-instagram{--fa:""}.fa-cmplid{--fa:""}.fa-upwork{--fa:""}.fa-facebook{--fa:""}.fa-gripfire{--fa:""}.fa-jedi-order{--fa:""}.fa-uikit{--fa:""}.fa-fort-awesome-alt{--fa:""}.fa-phabricator{--fa:""}.fa-ussunnah{--fa:""}.fa-earlybirds{--fa:""}.fa-trade-federation{--fa:""}.fa-autoprefixer{--fa:""}.fa-whatsapp{--fa:""}.fa-square-upwork{--fa:""}.fa-slideshare{--fa:""}.fa-google-play{--fa:""}.fa-viadeo{--fa:""}.fa-line{--fa:""}.fa-google-drive{--fa:""}.fa-servicestack{--fa:""}.fa-simplybuilt{--fa:""}.fa-bitbucket{--fa:""}.fa-imdb{--fa:""}.fa-deezer{--fa:""}.fa-raspberry-pi{--fa:""}.fa-jira{--fa:""}.fa-docker{--fa:""}.fa-screenpal{--fa:""}.fa-bluetooth{--fa:""}.fa-gitter{--fa:""}.fa-d-and-d{--fa:""}.fa-microblog{--fa:""}.fa-cc-diners-club{--fa:""}.fa-gg-circle{--fa:""}.fa-pied-piper-hat{--fa:""}.fa-kickstarter-k{--fa:""}.fa-yandex{--fa:""}.fa-readme{--fa:""}.fa-html5{--fa:""}.fa-sellsy{--fa:""}.fa-square-web-awesome{--fa:""}.fa-sass{--fa:""}.fa-wirsindhandwerk,.fa-wsh{--fa:""}.fa-buromobelexperte{--fa:""}.fa-salesforce{--fa:""}.fa-octopus-deploy{--fa:""}.fa-medapps{--fa:""}.fa-ns8{--fa:""}.fa-pinterest-p{--fa:""}.fa-apper{--fa:""}.fa-fort-awesome{--fa:""}.fa-waze{--fa:""}.fa-bluesky{--fa:""}.fa-cc-jcb{--fa:""}.fa-snapchat,.fa-snapchat-ghost{--fa:""}.fa-fantasy-flight-games{--fa:""}.fa-rust{--fa:""}.fa-wix{--fa:""}.fa-behance-square,.fa-square-behance{--fa:""}.fa-supple{--fa:""}.fa-webflow{--fa:""}.fa-rebel{--fa:""}.fa-css3{--fa:""}.fa-staylinked{--fa:""}.fa-kaggle{--fa:""}.fa-space-awesome{--fa:""}.fa-deviantart{--fa:""}.fa-cpanel{--fa:""}.fa-goodreads-g{--fa:""}.fa-git-square,.fa-square-git{--fa:""}.fa-square-tumblr,.fa-tumblr-square{--fa:""}.fa-trello{--fa:""}.fa-creative-commons-nc-jp{--fa:""}.fa-get-pocket{--fa:""}.fa-perbyte{--fa:""}.fa-grunt{--fa:""}.fa-weebly{--fa:""}.fa-connectdevelop{--fa:""}.fa-leanpub{--fa:""}.fa-black-tie{--fa:""}.fa-themeco{--fa:""}.fa-python{--fa:""}.fa-android{--fa:""}.fa-bots{--fa:""}.fa-free-code-camp{--fa:""}.fa-hornbill{--fa:""}.fa-js{--fa:""}.fa-ideal{--fa:""}.fa-git{--fa:""}.fa-dev{--fa:""}.fa-sketch{--fa:""}.fa-yandex-international{--fa:""}.fa-cc-amex{--fa:""}.fa-uber{--fa:""}.fa-github{--fa:""}.fa-php{--fa:""}.fa-alipay{--fa:""}.fa-youtube{--fa:""}.fa-skyatlas{--fa:""}.fa-firefox-browser{--fa:""}.fa-replyd{--fa:""}.fa-suse{--fa:""}.fa-jenkins{--fa:""}.fa-twitter{--fa:""}.fa-rockrms{--fa:""}.fa-pinterest{--fa:""}.fa-buffer{--fa:""}.fa-npm{--fa:""}.fa-yammer{--fa:""}.fa-btc{--fa:""}.fa-dribbble{--fa:""}.fa-stumbleupon-circle{--fa:""}.fa-internet-explorer{--fa:""}.fa-stubber{--fa:""}.fa-telegram,.fa-telegram-plane{--fa:""}.fa-old-republic{--fa:""}.fa-odysee{--fa:""}.fa-square-whatsapp,.fa-whatsapp-square{--fa:""}.fa-node-js{--fa:""}.fa-edge-legacy{--fa:""}.fa-slack,.fa-slack-hash{--fa:""}.fa-medrt{--fa:""}.fa-usb{--fa:""}.fa-tumblr{--fa:""}.fa-vaadin{--fa:""}.fa-quora{--fa:""}.fa-square-x-twitter{--fa:""}.fa-reacteurope{--fa:""}.fa-medium,.fa-medium-m{--fa:""}.fa-amilia{--fa:""}.fa-mixcloud{--fa:""}.fa-flipboard{--fa:""}.fa-viacoin{--fa:""}.fa-critical-role{--fa:""}.fa-sitrox{--fa:""}.fa-discourse{--fa:""}.fa-joomla{--fa:""}.fa-mastodon{--fa:""}.fa-airbnb{--fa:""}.fa-wolf-pack-battalion{--fa:""}.fa-buy-n-large{--fa:""}.fa-gulp{--fa:""}.fa-creative-commons-sampling-plus{--fa:""}.fa-strava{--fa:""}.fa-ember{--fa:""}.fa-canadian-maple-leaf{--fa:""}.fa-teamspeak{--fa:""}.fa-pushed{--fa:""}.fa-wordpress-simple{--fa:""}.fa-nutritionix{--fa:""}.fa-wodu{--fa:""}.fa-google-pay{--fa:""}.fa-intercom{--fa:""}.fa-zhihu{--fa:""}.fa-korvue{--fa:""}.fa-pix{--fa:""}.fa-steam-symbol{--fa:""}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(/assets/fa-regular-400-e3456d12.woff2) format("woff2"),url(/assets/fa-regular-400-54cf6086.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(/assets/fa-solid-900-aa759986.woff2) format("woff2"),url(/assets/fa-solid-900-d2f05935.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(/assets/fa-brands-400-d7236a19.woff2) format("woff2"),url(/assets/fa-brands-400-808443ae.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(/assets/fa-solid-900-aa759986.woff2) format("woff2"),url(/assets/fa-solid-900-d2f05935.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(/assets/fa-regular-400-e3456d12.woff2) format("woff2"),url(/assets/fa-regular-400-54cf6086.ttf) format("truetype")}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-solid-900-aa759986.woff2) format("woff2"),url(/assets/fa-solid-900-d2f05935.ttf) format("truetype")}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-brands-400-d7236a19.woff2) format("woff2"),url(/assets/fa-brands-400-808443ae.ttf) format("truetype")}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-regular-400-e3456d12.woff2) format("woff2"),url(/assets/fa-regular-400-54cf6086.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:FontAwesome;font-display:block;src:url(/assets/fa-v4compatibility-0ce9033c.woff2) format("woff2"),url(/assets/fa-v4compatibility-30f6abf6.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}.customer-cases{font-family:微软雅黑,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cases-header{background:linear-gradient(135deg,#4a5568 0%,#2d3748 100%);color:#fff;padding:4rem 1rem;text-align:center}.header-title{font-size:2rem;font-weight:700;margin-bottom:1rem;line-height:1.3}.header-description{color:#e2e8f0;max-width:60rem;margin:0 auto;line-height:1.6;font-size:1rem;letter-spacing:-.02em}.stats-section{padding:4rem 1rem;background-color:#fff}.featured-cases-section{padding:4rem 1rem;background-color:#f7fafc}.industry-cases-section{padding:4rem 1rem;background-color:#fff}.testimonials-section{padding:4rem 1rem;background-color:#f7fafc}.cta-section{padding:4rem 1rem;background:linear-gradient(135deg,#4a5568 0%,#2d3748 100%);color:#fff}.customer-cases-section-container{max-width:90rem;margin:0 auto}.customer-cases-section-title{font-size:1.75rem;font-weight:700;color:#1a202c;text-align:center;margin-bottom:.5rem}.customer-cases-title-underline{width:3rem;height:.25rem;background-color:#b73534;margin:0 auto 1.5rem}.customer-cases-section-description{color:#718096;text-align:center;margin-bottom:3rem;line-height:1.6;max-width:48rem;margin-left:auto;margin-right:auto}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}@media (min-width: 768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.customer-cases-stat-card{text-align:center;padding:2rem 1rem;background:white;border-radius:.5rem;box-shadow:0 2px 4px #0000000d;border:1px solid #e2e8f0;transition:transform .3s,box-shadow .3s}.customer-cases-stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.customer-cases-stat-number{font-size:2.5rem;font-weight:700;color:#b73534;margin-bottom:.5rem}.customer-cases-stat-label{font-size:1rem;font-weight:600;color:#2d3748;margin-bottom:.25rem}.customer-cases-stat-desc{font-size:.875rem;color:#718096}.carousel-container{position:relative;width:100%;max-width:900px;margin:0 auto;overflow:visible;padding:0 60px;min-height:800px}.carousel-track{position:relative;width:100%;min-height:800px;display:flex}.featured-case-card{position:absolute;width:100%;left:0;top:0;background:white;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;border:1px solid #e2e8f0;transition:transform .6s cubic-bezier(.4,0,.2,1),opacity .6s ease-in-out,visibility .6s ease-in-out;opacity:0;visibility:hidden;pointer-events:none}.featured-case-card.active{opacity:1;visibility:visible;pointer-events:auto;z-index:2}.featured-case-card.next,.featured-case-card.prev{opacity:0;visibility:hidden;z-index:1}.carousel-btn{position:absolute;top:calc(50% - 24px);background:#a02d2d!important;border:2px solid #a02d2d;color:#fff;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;cursor:pointer;z-index:10;transition:background .3s,border-color .3s,box-shadow .3s;box-shadow:0 4px 6px #0000001a}.carousel-btn:hover{background:#8b2323!important;border-color:#8b2323;color:#fff;box-shadow:0 8px 12px #0003}.carousel-btn-prev{left:0}.carousel-btn-next{right:0}.carousel-indicators{display:flex;justify-content:center;gap:.75rem;margin-top:2rem}.carousel-indicator{width:12px;height:12px;border-radius:50%;background-color:#cbd5e0;border:none;cursor:pointer;transition:all .3s;padding:0}.carousel-indicator:hover{background-color:#a0aec0;transform:scale(1.2)}.carousel-indicator.active{background-color:#a02d2d;width:32px;border-radius:6px}.case-badge{position:absolute;top:1rem;left:1rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;color:#fff;z-index:10;background:linear-gradient(135deg,#a02d2d 0%,#8b2323 100%)}.badge-retail,.badge-tech,.badge-manufacturing{background:linear-gradient(135deg,#a02d2d 0%,#8b2323 100%)}.case-image-container{width:100%;overflow:hidden;position:relative;height:16rem}.case-image-img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s}.featured-case-card:hover .case-image-img{transform:scale(1.05)}.case-image{height:100%;position:relative;transition:transform .3s}.case-bg-red{background:linear-gradient(135deg,#a02d2d 0%,#8b2323 100%)}.case-bg-dark{background:linear-gradient(135deg,#2d3748 0%,#1a202c 100%)}.case-bg-blue{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)}.case-overlay{position:absolute;bottom:0;left:0;right:0;top:0;padding:1rem;background:linear-gradient(to top,rgba(0,0,0,.6),transparent);display:flex;align-items:flex-end;justify-content:flex-start}.case-tag{color:#fff;font-size:.875rem;font-weight:600}.case-content{padding:1.5rem}.case-company{font-size:1.25rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.case-scale{color:#718096;font-size:.875rem;margin-bottom:1rem}.case-challenge,.case-solution,.case-results{margin-bottom:1rem}.challenge-title,.solution-title,.results-title{font-size:.95rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.challenge-list,.solution-list{list-style:none;padding:0;margin:0}.challenge-list li,.solution-list li{font-size:.875rem;color:#4a5568;margin-bottom:.25rem;padding-left:1rem;position:relative;line-height:1.6}.challenge-list li:before{content:"▪";position:absolute;left:0;color:#a02d2d}.solution-list li:before{content:"✓";position:absolute;left:0;color:#a02d2d;font-weight:700}.results-metrics{display:flex;gap:1rem;flex-wrap:wrap}.metric-item{flex:1;min-width:80px;text-align:center}.metric-value{display:block;font-size:1.5rem;font-weight:700;color:#a02d2d;margin-bottom:.25rem}.metric-label{display:block;font-size:.75rem;color:#718096}.case-detail-btn{display:none}.industry-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}@media (min-width: 768px){.industry-grid{grid-template-columns:repeat(3,1fr)}}.industry-card{background:white;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:2rem 1.5rem;text-align:center;border:1px solid #e2e8f0;transition:transform .3s,box-shadow .3s}.industry-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.industry-icon{width:4rem;height:4rem;margin:0 auto 1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#a02d2d 0%,#8b2323 100%);font-size:2rem;color:#fff}.industry-icon-retail,.industry-icon-tech,.industry-icon-manufacturing,.industry-icon-service,.industry-icon-education,.industry-icon-finance{background:linear-gradient(135deg,#a02d2d 0%,#8b2323 100%)}.industry-name{font-size:1.125rem;font-weight:600;color:#1a202c;margin-bottom:.5rem}.industry-clients{color:#a02d2d;font-size:.875rem;font-weight:600;margin-bottom:1rem}.industry-features{list-style:none;padding:0;margin:0;text-align:left}.industry-features li{font-size:.875rem;color:#4a5568;margin-bottom:.5rem;padding-left:1rem;position:relative;line-height:1.5}.industry-features li:before{content:"•";position:absolute;left:0;color:#a02d2d;font-weight:700}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}@media (min-width: 768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:white;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:2rem 1.5rem;border:1px solid #e2e8f0;transition:transform .3s,box-shadow .3s}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.testimonial-rating{color:#f59e0b;font-size:1.25rem;margin-bottom:1rem}.testimonial-content{color:#4a5568;font-size:.95rem;line-height:1.7;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:flex-start;gap:1rem}.author-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #e2e8f0;margin-top:2px}.author-info{display:flex;flex-direction:column}.author-name{font-weight:600;color:#1a202c;font-size:.95rem;margin-bottom:.25rem}.author-title{font-size:.875rem;color:#718096}.cta-content{text-align:center}.cta-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}.cta-description{color:#e2e8f0;font-size:1rem;margin-bottom:2rem;max-width:100%;margin-left:auto;margin-right:auto;white-space:nowrap}.cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.customer-cases .btn-primary{background:#a02d2d!important;background-color:#a02d2d!important;background-image:none!important;color:#fff!important;padding:.5rem 1.5rem;border-radius:9999px;font-weight:500;border:none;cursor:pointer;transition:background-color .3s;font-size:1rem}.customer-cases .btn-primary:hover{background:#8b2323!important;background-color:#8b2323!important;background-image:none!important}.customer-cases .btn-secondary{border:2px solid white;color:#fff;background:transparent;padding:.5rem 1.5rem;border-radius:9999px;font-weight:500;cursor:pointer;transition:all .3s;font-size:1rem}.customer-cases .btn-secondary:hover{background-color:#fff;color:#2d3748}@media (max-width: 768px){.header-title,.section-title,.cta-title{font-size:1.5rem}.stats-grid,.industry-grid,.testimonials-grid{grid-template-columns:1fr}.carousel-container{padding:0 40px}.carousel-btn{width:36px;height:36px;font-size:1.5rem}.case-image{height:12rem}.results-metrics{flex-direction:column}.metric-item{min-width:100%}}.about-us{font-family:微软雅黑,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.about-header{background:linear-gradient(135deg,#4a5568 0%,#2d3748 100%);color:#fff;padding:4rem 1rem;text-align:center}.about-header-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.3}.about-header-description{color:#e2e8f0;max-width:48rem;margin:0 auto;line-height:1.8;font-size:1.125rem}.company-intro-section{padding:4rem 1rem;background-color:#fff}.values-section{padding:4rem 1rem;background-color:#f7fafc}.team-section,.contact-section{padding:4rem 1rem;background-color:#fff}.about-us-section-container{max-width:72rem;margin:0 auto}.about-us-section-title{font-size:1.875rem;font-weight:700;color:#1a202c;text-align:center;margin-bottom:.5rem}.about-us-title-underline{width:3rem;height:.25rem;background-color:#b73534;margin:0 auto 1.5rem}.about-us-section-description{color:#718096;text-align:center;margin-bottom:3rem;line-height:1.6;font-size:1rem}.intro-content{display:flex;flex-direction:column;gap:3rem;margin-top:2rem}.intro-text-wrapper{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:center}.intro-logo{display:flex;align-items:center;justify-content:center;order:1}.intro-logo-img{height:auto;width:auto;max-width:500px;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.1))}.intro-text{order:2;display:flex;flex-direction:column;gap:1.25rem}.intro-paragraph{color:#4a5568;line-height:1.8;font-size:1.35rem;text-align:justify}.company-intro-section .intro-content p{color:#4a5568;line-height:1.8;font-size:1.05rem;text-align:justify;margin-bottom:1.25rem}.company-intro-section .intro-paragraph .highlight-red{color:#a02d2d;font-weight:600}.intro-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:2rem 0;width:100%}@media (max-width: 1024px){.intro-text-wrapper{grid-template-columns:1fr;gap:2rem}.intro-logo{order:1}.intro-text{order:2}.intro-logo-img{max-width:400px}.intro-paragraph{font-size:1.15rem}}@media (max-width: 768px){.company-intro-section{padding:2.5rem 1rem}.intro-text-wrapper{grid-template-columns:1fr;gap:1.5rem;padding:0 8px}.intro-logo{order:1;margin-bottom:1rem}.intro-logo-img{max-width:280px;height:auto}.intro-text{order:2;gap:1rem}.intro-paragraph{font-size:.95rem;line-height:1.7;text-align:left}.company-intro-section .intro-content p{font-size:.9rem;text-align:left}.intro-stats{grid-template-columns:1fr;gap:1rem;padding:1.5rem 0}.about-stat-item{padding:1.5rem 1rem;min-height:150px;border-left:none;border-top:2px solid #e2e8f0}.about-stat-number{font-size:1.75rem}.about-stat-label{font-size:.9rem}}@media (max-width: 480px){.company-intro-section{padding:1.5rem .75rem}.about-us-section-container{padding:0 8px}.intro-text-wrapper{grid-template-columns:1fr;gap:1rem;padding:0}.intro-logo{margin-bottom:.75rem}.intro-logo-img{max-width:200px;height:auto}.intro-text{gap:.75rem}.intro-paragraph{font-size:.85rem;line-height:1.6}.company-intro-section .intro-content p{font-size:.8rem;margin-bottom:1rem}.company-intro-section .intro-paragraph .highlight-red{display:inline}.intro-stats{grid-template-columns:1fr;gap:.75rem;padding:1rem 0}.about-stat-item{padding:1rem .75rem;min-height:120px;border-top:2px solid #e2e8f0}.about-stat-number{font-size:1.5rem;margin-bottom:.5rem}.about-stat-label{font-size:.8rem;line-height:1.4}}.about-stat-item{background:white;padding:2rem 1rem;border-radius:.5rem;text-align:center;color:#a02d2d;box-shadow:none;transition:transform .3s;min-height:200px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-left:1px solid #e2e8f0}.about-stat-item:first-child{border-left:none}.about-stat-item:hover{transform:translateY(-4px);background:#fafbfc}.about-stat-number{font-size:2.5rem;font-weight:700;color:#a02d2d;margin-bottom:1rem}.about-stat-label{font-size:1rem;color:#a02d2d;opacity:1;line-height:1.6}.culture-section{padding:4rem 1rem;background-color:#f7fafc}.culture-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;margin-bottom:3rem}.culture-card{background:white;border-radius:.5rem;padding:2rem 1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s,box-shadow .3s}.culture-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.culture-subtitle{font-size:1.25rem;font-weight:600;color:#a02d2d;margin-bottom:1rem;text-align:center}.culture-text{color:#4a5568;line-height:1.8;font-size:1rem;text-align:justify}.vision-mission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.vision-mission-card{background:white;border-radius:.5rem;padding:2rem 1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s,box-shadow .3s;border-left:4px solid #a02d2d}.vision-mission-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.vision-mission-title{font-size:1.125rem;font-weight:600;color:#1a202c;margin-bottom:1rem;text-align:center}.vision-mission-text{color:#4a5568;line-height:1.8;font-size:1rem;text-align:center}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}@media (min-width: 768px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.values-grid{grid-template-columns:repeat(4,1fr)}}.value-card{background:white;border-radius:.5rem;padding:2rem 1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s,box-shadow .3s;text-align:center}.value-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.value-icon-container{width:4rem;height:4rem;margin:0 auto 1.5rem;background-color:#b73534;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#fff;position:relative}.value-icon{width:2rem;height:2rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.value-title{font-size:1.25rem;font-weight:600;color:#1a202c;margin-bottom:1rem}.value-description{color:#4a5568;line-height:1.6;font-size:.95rem}.team-parallel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem}@media (max-width: 1024px){.team-parallel-grid{grid-template-columns:1fr;gap:1.5rem}.team-parallel-card-featured{grid-column:auto;transform:scale(1)}.team-parallel-card-featured:hover{transform:scale(1) translateY(-4px)}}@media (max-width: 768px){.team-parallel-grid{grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}.team-parallel-card{padding:1.25rem}.team-card-title{font-size:1rem}.team-card-intro{font-size:.85rem}}@media (max-width: 480px){.team-parallel-grid{gap:.75rem;margin-top:1rem}.team-parallel-card{padding:1rem}.team-card-header{gap:.75rem;margin-bottom:1rem}.team-card-icon{width:2.75rem;height:2.75rem;font-size:1.5rem}.team-card-title{font-size:.9rem}.team-card-intro{font-size:.75rem;margin:0 0 1rem}.team-service-block{padding:.75rem}.service-block-icon{width:2rem;height:2rem}.service-block-name{font-size:.9rem}.service-block-description{font-size:.75rem}}.team-parallel-card{background:white;border-radius:.75rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s,box-shadow .3s;border-top:4px solid #a02d2d;display:flex;flex-direction:column}.team-parallel-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.team-parallel-card-featured{grid-column:2 / 3;transform:scale(1.08);box-shadow:0 10px 25px -5px #a02d2d33,0 4px 6px -2px #0000000f}.team-parallel-card-featured:hover{transform:scale(1.08) translateY(-4px);box-shadow:0 15px 35px -5px #a02d2d4d,0 4px 6px -2px #0000000d}.team-card-header{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid #f7fafc}.team-card-icon{width:4rem;height:4rem;background:linear-gradient(135deg,#a02d2d 0%,#8b2323 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;flex-shrink:0}.team-card-title{font-size:1.25rem;font-weight:700;color:#1a202c;margin:0;text-align:center}.team-card-intro{color:#4a5568;line-height:1.8;font-size:.95rem;margin:0 0 1.5rem;text-align:center;word-break:keep-all}.team-card-body{display:flex;flex-direction:column;gap:1.5rem;flex:1}.team-service-block{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.25rem;background:#f7fafc;border-radius:.5rem;transition:background-color .3s}.team-service-block:hover{background:#edf2f7}.service-block-icon{width:2.5rem;height:2.5rem;background:white;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#a02d2d;font-size:1.25rem;margin-bottom:.75rem;box-shadow:0 2px 4px #0000001a}.service-block-name{font-size:1rem;font-weight:600;color:#1a202c;margin:0 0 .5rem}.service-block-description{color:#4a5568;line-height:1.7;font-size:.9rem;margin:0}.team-section-footer{margin-top:3rem;padding:2rem;background:#f7fafc;border-radius:.75rem;border-left:4px solid #a02d2d}.team-footer-text{color:#4a5568;line-height:1.8;font-size:1.05rem;text-align:center;margin:0;font-weight:500}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}@media (min-width: 768px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.team-grid{grid-template-columns:repeat(4,1fr)}}.team-card{background:white;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s,box-shadow .3s;text-align:center}.team-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.team-member-image{height:6rem;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff}.team-image-1,.team-image-2,.team-image-3,.team-image-4{background:linear-gradient(135deg,#a02d2d 0%,#8b2323 100%)}.team-member-name{font-size:1.125rem;font-weight:600;color:#1a202c;margin:1.5rem 1rem .5rem}.team-member-role{color:#a02d2d;font-size:.875rem;font-weight:500;margin-bottom:.75rem}.team-member-description{color:#4a5568;line-height:1.6;font-size:.9rem;padding:0 1rem 1.5rem}@media (max-width: 768px){.team-section-card{padding:1.5rem}.team-section-header{flex-direction:column;align-items:flex-start;gap:1rem}.team-section-title{font-size:1.25rem}.team-service-item{flex-direction:column;gap:1rem}.service-icon{align-self:flex-start}.team-section-footer{padding:1.5rem}}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}@media (min-width: 768px){.contact-grid{grid-template-columns:repeat(3,1fr)}}.contact-card{background:white;border-radius:.5rem;padding:2rem 1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s,box-shadow .3s;text-align:center}.contact-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.contact-icon-container{width:4rem;height:4rem;margin:0 auto 1.5rem;background-color:#2d3748;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#fff}.contact-icon{width:2rem;height:2rem}.contact-title{font-size:1.125rem;font-weight:600;color:#1a202c;margin-bottom:.75rem}.contact-info{color:#4a5568;line-height:1.6;font-size:.95rem}@media (max-width: 1024px){.about-header-title{font-size:2rem}.about-header-description{font-size:1rem}.about-us-section-title{font-size:1.5rem}.about-us-section-container{max-width:100%;padding:0 20px}}@media (max-width: 768px){.about-header{padding:2.5rem 1rem}.about-header-title{font-size:1.75rem}.about-header-description{font-size:.95rem;max-width:100%}.about-us-section-title{font-size:1.25rem}.about-us-title-underline{margin-bottom:1rem}.about-us-section-description{font-size:.9rem}.about-stat-number{font-size:1.75rem}}@media (max-width: 480px){.about-header{padding:1.5rem .75rem}.about-header-title{font-size:1.5rem}.about-header-description{font-size:.85rem;line-height:1.5}.about-us-section-title{font-size:1.1rem;margin-bottom:.5rem}.about-us-title-underline{width:2rem;margin-bottom:.75rem}.about-us-section-description{font-size:.8rem;margin-bottom:1.5rem}.about-stat-number{font-size:1.5rem}.about-stat-label{font-size:.8rem}}.apply-cooperation{font-family:微软雅黑,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.apply-header{background:linear-gradient(135deg,#4a5568 0%,#2d3748 100%);color:#fff;padding:4rem 1rem;text-align:center}.apply-header-title{font-size:2rem;font-weight:700;margin-bottom:1rem;line-height:1.3}.apply-header-description{color:#e2e8f0;max-width:48rem;margin:0 auto;line-height:1.6;font-size:1rem}.apply-form-section{padding:4rem 1rem;background-color:#f7fafc}.apply-section-container{max-width:72rem;margin:0 auto}.apply-content-wrapper{display:flex;flex-direction:column;gap:3rem}.apply-benefits{background:white;padding:2.5rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.benefits-title{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:1.5rem}.benefits-list{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}@media (min-width: 768px){.benefits-list{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.benefits-list{grid-template-columns:repeat(4,1fr)}}.benefit-item{display:flex;gap:1rem}.benefit-icon-container{flex-shrink:0;width:3rem;height:3rem;background-color:#b73534;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff}.benefit-icon{width:1.75rem;height:1.75rem}.benefit-content{flex:1}.benefit-title{font-size:1rem;font-weight:600;color:#1a202c;margin-bottom:.25rem}.benefit-description{font-size:.875rem;color:#718096;line-height:1.5}.apply-form-container{background:white;padding:1.5rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.apply-form-container .form-title{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.apply-form-container .form-description{color:#718096;margin-bottom:1rem;line-height:1.5;font-size:.85rem}.success-message{text-align:center;padding:3rem 1rem}.success-icon{width:4rem;height:4rem;color:#10b981;margin:0 auto 1rem}.success-message h3{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.success-message p{color:#718096;font-size:1rem}.apply-form-container .cooperation-form{display:flex;flex-direction:column;gap:.4rem}.apply-form-container .form-row{display:grid!important;grid-template-columns:1fr!important;gap:.4rem}.apply-form-container .form-group{display:flex;flex-direction:column;gap:.25rem}.apply-form-container .form-label{font-size:.85rem;font-weight:500;color:#2d3748}.required{color:#a02d2d}.apply-form-container .form-input,.apply-form-container .form-select,.apply-form-container .form-textarea{padding:.5rem .75rem;border:1px solid #cbd5e0;border-radius:.375rem;font-size:.85rem;color:#1a202c;transition:all .3s;font-family:inherit}.form-input::placeholder,.form-textarea::placeholder{color:#a0aec0}.form-select{cursor:pointer;background-color:#fff}.apply-form-container .form-textarea{resize:vertical;min-height:70px}.apply-form-container .submit-btn{width:100%;background:linear-gradient(135deg,#a02d2d 0%,#8b2323 100%);color:#fff;padding:.6rem 1.5rem;border-radius:.375rem;font-size:.85rem;font-weight:600;border:none;cursor:pointer;transition:all .3s;margin-top:.4rem}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 15px -3px #a02d2d4d}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{background:linear-gradient(135deg,#cbd5e0 0%,#a0aec0 100%);cursor:not-allowed;opacity:.6}.form-note{text-align:center;font-size:.75rem;color:#718096;margin-top:.5rem}.apply-form-container .privacy-agreement{margin-bottom:.8rem;padding:.6rem;background-color:#f7fafc;border-left:4px solid #a02d2d;border-radius:.375rem}.privacy-checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none}.privacy-checkbox{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;margin-top:.125rem;cursor:pointer;accent-color:#a02d2d}.apply-form-container .privacy-text{font-size:.75rem;color:#2d3748;line-height:1.4}.privacy-link{color:#a02d2d;text-decoration:underline;cursor:pointer;transition:color .3s}.privacy-link:hover{color:#8b2323}.privacy-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.privacy-modal{background:white;border-radius:.5rem;width:90%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0003}.privacy-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.privacy-modal-header h2{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0}.privacy-modal-close{background:none;border:none;font-size:2rem;cursor:pointer;color:#718096;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:color .3s}.privacy-modal-close:hover{color:#1a202c}.privacy-modal-content{flex:1;overflow-y:auto;padding:1.5rem;font-size:.875rem;color:#4a5568;line-height:1.8}.privacy-modal-content p{margin-bottom:.75rem;white-space:pre-wrap;word-break:break-word}.privacy-modal-footer{padding:1.5rem;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:1rem}.privacy-modal-btn{padding:.625rem 1.5rem;background-color:#a02d2d;color:#fff;border:none;border-radius:.375rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s}.privacy-modal-btn:hover{background-color:#8b2323;transform:translateY(-2px);box-shadow:0 4px 12px #a02d2d4d}.privacy-modal-btn:active{transform:translateY(0)}@media (max-width: 768px){.apply-header-title{font-size:1.5rem}.apply-form-container{padding:1.5rem}.form-title{font-size:1.5rem}.benefits-title{font-size:1.25rem}}@media (max-width: 640px){.apply-header{padding:3rem 1rem}.apply-form-section{padding:2rem 1rem}.apply-benefits{padding:1.5rem}.benefit-item{flex-direction:column}}.consultation-form-page{min-height:100vh;background:#f5f5f5;padding:20px}.consultation-form-header{margin-bottom:20px}.back-button{background:#6c757d;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;margin-bottom:15px}.back-button:hover{background:#5a6268}.consultation-form-header h1{color:#2c3e50;font-size:24px;font-weight:600;margin:0}.consultation-form-intro{background:white;padding:20px;border-radius:8px;margin-bottom:20px}.intro-greeting{font-weight:600;color:#2c3e50;margin:0 0 10px}.intro-text{color:#666;line-height:1.6;margin:0}.consultation-form{background:white;padding:30px;border-radius:8px}.form-section{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #e0e0e0}.form-section:last-child{border-bottom:none}.form-section h2{color:#b73534;font-size:20px;font-weight:600;margin:0 0 8px}.section-desc{color:#999;font-size:14px;margin:0 0 20px;font-style:italic}.form-row{margin-bottom:20px}.form-row label{display:block;color:#333;font-weight:500;margin-bottom:8px;font-size:14px}.required{color:#dc3545;margin-right:4px}.form-row input[type=text],.form-row input[type=email],.form-row input[type=tel],.form-row select,.form-row textarea{display:block;width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;box-sizing:border-box}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{outline:none;border-color:#b73534}.form-row textarea{resize:vertical;min-height:80px}.module-section{background:#f9f9f9;padding:20px;border-radius:6px;margin-bottom:15px;border-left:3px solid #b73534}.module-section>*{display:block;width:100%}.module-checkbox{display:block;width:100%;margin-bottom:15px;cursor:pointer}.module-checkbox input[type=checkbox]{width:18px;height:18px;margin-right:8px;vertical-align:middle;cursor:pointer}.module-checkbox strong{color:#333;font-size:16px;vertical-align:middle}.question-label{display:block;width:100%;color:#333;font-weight:500;font-size:14px;margin:15px 0 10px;clear:both}.checkbox-group{display:block;width:100%;margin-bottom:15px;clear:both}.checkbox-item{display:block;margin-bottom:8px;cursor:pointer}.checkbox-item input[type=checkbox]{width:16px;height:16px;margin-right:6px;vertical-align:middle;cursor:pointer}.checkbox-item span{color:#666;font-size:14px;vertical-align:middle}.module-section textarea{display:block;width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;box-sizing:border-box;resize:vertical;min-height:70px;margin-top:8px}.module-section textarea:focus{outline:none;border-color:#b73534}.form-footer{text-align:center;padding-top:25px;border-top:2px solid #e0e0e0;margin-top:30px}.submit-button{background:#b73534;color:#fff;border:none;padding:14px 50px;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;min-height:48px;line-height:1.5}.submit-button:hover:not(:disabled){background:#a02f2f}.submit-button:disabled{opacity:.6;cursor:not-allowed}.success-message{background:#d4edda;color:#155724;padding:12px 20px;border-radius:6px;margin-bottom:15px}.error-message{background:#f8d7da;color:#721c24;padding:12px 20px;border-radius:6px;margin-bottom:15px}.form-thanks{color:#999;font-size:14px;margin:15px 0 0;line-height:1.5}@media (max-width: 768px){.consultation-form-page{padding:15px}.consultation-form-header h1{font-size:20px}.consultation-form-intro,.consultation-form,.module-section{padding:15px}}.settings-page{min-height:100vh;background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%);padding:40px 20px}.settings-container{max-width:1200px;margin:0 auto}.settings-header{margin-bottom:40px;text-align:left}.settings-title{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 12px}.settings-subtitle{font-size:16px;color:#666;margin:0;line-height:1.6}.settings-content{display:grid;grid-template-columns:240px 1fr;gap:32px;background:#ffffff;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;min-height:600px}.settings-sidebar{background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%);padding:24px 0;border-right:1px solid #e5e5e5;display:flex;flex-direction:column;gap:8px}.settings-tab{display:flex;align-items:center;gap:12px;padding:12px 24px;border:none;background:transparent;color:#666;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left;border-left:3px solid transparent}.settings-tab:hover{background:rgba(0,0,0,.03);color:#1a1a1a}.settings-tab.active{background:rgba(183,53,52,.05);color:#b73534;border-left-color:#b73534;font-weight:600}.tab-icon{width:20px;height:20px;flex-shrink:0}.settings-main{padding:32px;overflow-y:auto}.settings-tab-content{max-width:700px}.tab-header{margin-bottom:32px;padding-bottom:20px;border-bottom:2px solid #e5e5e5}.tab-header h2{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.tab-header p{font-size:14px;color:#666;margin:0;line-height:1.6}.form-section{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:14px;font-weight:600;color:#333}.form-input{padding:12px 16px;border:1px solid #d0d0d0;border-radius:8px;font-size:14px;color:#1a1a1a;transition:all .2s ease;background:#ffffff}.form-input:focus{outline:none;border-color:#b73534;box-shadow:0 0 0 3px #b735341a}.form-input:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.form-hint{font-size:12px;color:#999;margin:0;line-height:1.5}.avatar-upload{display:flex;align-items:center;gap:20px}.current-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #e5e5e5}.upload-btn{padding:10px 20px;background:#f8f9fa;border:1px solid #d0d0d0;border-radius:8px;font-size:14px;font-weight:500;color:#333;cursor:pointer;transition:all .2s ease}.upload-btn:hover{background:#e9ecef;border-color:#999}.form-actions{display:flex;gap:12px;margin-top:16px}.form-actions .btn-primary{padding:12px 32px;background:linear-gradient(135deg,#9d2e2f 0%,#8b2323 100%)!important;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #a02d2d40}.form-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #a02d2d59}.form-actions .btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{padding:12px 32px;background:#f8f9fa;color:#666;border:1px solid #d0d0d0;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:#e9ecef;border-color:#999}.security-items{display:flex;flex-direction:column;gap:16px}.security-item{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#f8f9fa;border:1px solid #e5e5e5;border-radius:12px;transition:all .2s ease}.security-item:hover{background:#ffffff;border-color:#b73534;box-shadow:0 4px 12px #0000000d}.security-info{flex:1}.security-title{font-size:15px;font-weight:600;color:#1a1a1a;margin-bottom:4px}.security-desc{font-size:13px;color:#666;line-height:1.5}.btn-link{padding:8px 20px;background:transparent;color:#b73534;border:1px solid #b73534;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-link:hover{background:#b73534;color:#fff}.notification-items{display:flex;flex-direction:column;gap:16px}.notification-item{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#f8f9fa;border:1px solid #e5e5e5;border-radius:12px;transition:all .2s ease}.notification-item:hover{background:#ffffff;box-shadow:0 4px 12px #0000000d}.notification-title{font-size:15px;font-weight:600;color:#1a1a1a;margin-bottom:4px}.notification-desc{font-size:13px;color:#666;line-height:1.5}.switch{position:relative;display:inline-block;width:52px;height:28px;flex-shrink:0}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.3s;border-radius:28px}.slider:before{position:absolute;content:"";height:22px;width:22px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 4px #0003}input:checked+.slider{background-color:#b73534}input:checked+.slider:before{transform:translate(24px)}.preference-items{display:flex;flex-direction:column;gap:24px}.preference-section{display:flex;flex-direction:column;gap:16px}.preference-section-title{font-size:16px;font-weight:600;color:#1f2937;margin:0}.preference-section-desc{font-size:14px;color:#6b7280;margin:0}.preference-divider{border:none;border-top:1px solid #e5e7eb;margin:8px 0}.user-type-selector{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}.user-type-option{padding:20px;border:2px solid #e5e7eb;border-radius:12px;background:#ffffff;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;gap:12px}.user-type-option:hover{border-color:#bfdbfe;background:#f0f9ff;box-shadow:0 4px 12px #3b82f61a}.user-type-option.active{border-color:#b73534;background:#fdf2f2;box-shadow:0 4px 12px #b7353426}.option-header{display:flex;align-items:center;gap:12px}.option-header input[type=radio]{width:20px;height:20px;cursor:pointer;accent-color:#b73534}.option-header label{font-size:16px;font-weight:600;color:#1f2937;cursor:pointer;margin:0}.option-desc{font-size:13px;color:#6b7280;margin:0;padding-left:32px}.option-features{display:flex;flex-wrap:wrap;gap:8px;padding-left:32px}.option-features span{display:inline-block;padding:4px 8px;background:#f3f4f6;border-radius:6px;font-size:12px;color:#4b5563}.user-type-option.active .option-features span{background:#f5d5d5;color:#8b2323}.preference-item{display:flex;flex-direction:column;gap:8px}.preference-label{font-size:14px;font-weight:600;color:#333}.preference-select{padding:12px 16px;border:1px solid #d0d0d0;border-radius:8px;font-size:14px;color:#1a1a1a;background:#ffffff;cursor:pointer;transition:all .2s ease}.preference-select:focus{outline:none;border-color:#b73534;box-shadow:0 0 0 3px #b735341a}@media (max-width: 768px){.settings-content{grid-template-columns:1fr}.settings-sidebar{border-right:none;border-bottom:1px solid #e5e5e5;padding:16px;flex-direction:row;overflow-x:auto;gap:4px}.settings-tab{border-left:none;border-bottom:3px solid transparent;white-space:nowrap;padding:12px 16px}.settings-tab.active{border-left:none;border-bottom-color:#b73534}.settings-main{padding:24px 16px}.form-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}.user-type-selector{grid-template-columns:1fr}}@media (max-width: 480px){.settings-page{padding:20px 12px}.settings-container{margin:0 auto}.settings-header{margin-bottom:24px}.settings-title{font-size:24px;margin:0 0 8px}.settings-subtitle{font-size:14px;margin:0}.settings-content{grid-template-columns:1fr;gap:0;border-radius:12px;min-height:auto;box-shadow:0 2px 8px #0000000f}.settings-sidebar{border-right:none;border-bottom:1px solid #e5e5e5;padding:12px 8px;flex-direction:row;overflow-x:auto;gap:0;background:#ffffff;border-radius:12px 12px 0 0;-webkit-overflow-scrolling:touch}.settings-tab{border-left:none;border-bottom:3px solid transparent;white-space:nowrap;padding:10px 12px;font-size:13px;gap:6px;min-width:fit-content}.settings-tab:hover{background:rgba(0,0,0,.02)}.settings-tab.active{border-left:none;border-bottom-color:#b73534;background:transparent}.tab-icon{width:18px;height:18px}.settings-main{padding:20px 16px;border-radius:0 0 12px 12px}.settings-tab-content{max-width:100%}.tab-header{margin-bottom:20px;padding-bottom:16px}.tab-header h2{font-size:18px;margin:0 0 4px}.tab-header p{font-size:12px}.form-section{gap:16px}.form-group{gap:6px}.form-label{font-size:13px}.form-input{padding:10px 12px;font-size:16px;border-radius:6px}.form-hint{font-size:11px}.avatar-upload{flex-direction:column;align-items:flex-start;gap:12px}.current-avatar{width:60px;height:60px}.upload-btn{padding:8px 16px;font-size:13px}.form-actions{flex-direction:column;gap:10px;margin-top:12px}.form-actions .btn-primary,.btn-secondary{width:100%;padding:10px 16px;font-size:14px}.security-items{gap:12px}.security-item{flex-direction:column;align-items:flex-start;padding:16px;gap:12px}.security-title{font-size:14px}.security-desc{font-size:12px}.btn-link{width:100%;padding:10px 12px;font-size:13px}.notification-items{gap:12px}.notification-item{flex-direction:column;align-items:flex-start;padding:16px;gap:12px}.notification-info{margin-right:0;width:100%}.notification-title{font-size:14px}.notification-desc{font-size:12px}.switch{align-self:flex-start}.preference-items{gap:16px}.preference-section-title{font-size:14px}.preference-section-desc{font-size:12px}.user-type-selector{grid-template-columns:1fr;gap:12px;margin-top:12px}.user-type-option{padding:16px;gap:10px}.option-header label{font-size:14px}.option-desc{font-size:12px;padding-left:28px}.option-features{padding-left:28px}.option-features span{font-size:11px;padding:3px 6px}.preference-select{padding:10px 12px;font-size:14px}.message-box{padding:10px 12px;margin-bottom:16px;font-size:13px;border-radius:6px}.usage-card{margin-top:16px;padding:16px;border-radius:8px}.usage-title{font-size:14px;margin-bottom:12px}.usage-count{font-size:16px}.usage-status{font-size:12px;padding:6px 10px}.usage-hint{font-size:12px;margin-top:6px;padding:8px}.dialog-content{width:95%;max-width:calc(100vw - 20px);border-radius:10px}.dialog-header{padding:16px}.dialog-header h3{font-size:16px}.dialog-close{width:28px;height:28px;font-size:24px}.dialog-body{padding:16px}.dialog-footer{flex-direction:column-reverse;padding:12px 16px;gap:10px}.dialog-footer .btn-primary,.dialog-footer .btn-secondary{width:100%;padding:10px 12px;font-size:14px;min-width:auto}}.message-box{padding:12px 16px;border-radius:8px;margin-bottom:24px;font-size:14px;line-height:1.5}.message-box.success{background-color:#e8f5e9;color:#2e7d32;border:1px solid #4caf50}.message-box.error{background-color:#ffebee;color:#c62828;border:1px solid #ef5350}.loading-message{text-align:center;padding:40px;color:#666;font-size:16px}.required{color:#b73534;margin-left:4px}.usage-card{margin-top:24px;padding:20px;background:linear-gradient(135deg,#fdf2f2 0%,#ffffff 100%);border:1px solid #f5d5d5;border-radius:12px;transition:all .3s ease}.usage-card:hover{box-shadow:0 4px 16px #b7353426;border-color:#e8b0b0}.usage-title{font-size:15px;font-weight:600;color:#8b2323;margin-bottom:16px;display:flex;align-items:center;gap:8px}.usage-title:before{content:"📊";font-size:18px}.usage-content{display:flex;flex-direction:column;gap:12px}.usage-stats{display:flex;flex-direction:column;gap:8px}.usage-count{font-size:18px;font-weight:600;color:#1f2937}.usage-status{font-size:14px;padding:8px 12px;border-radius:8px;font-weight:500;display:inline-block;max-width:fit-content}.usage-status.ok{background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);color:#065f46;border:1px solid #6ee7b7}.usage-status.exceeded{background:linear-gradient(135deg,#fde8e8 0%,#f5d5d5 100%);color:#8b2323;border:1px solid #e8b0b0}.usage-hint{font-size:13px;color:#6b7280;margin-top:8px;padding:10px;background:rgba(0,0,0,.02);border-radius:6px;line-height:1.6}.dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.dialog-content{background:#ffffff;border-radius:12px;box-shadow:0 8px 32px #0003;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.dialog-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e5e5}.dialog-header h3{margin:0;font-size:20px;font-weight:600;color:#1a1a1a}.dialog-close{background:none;border:none;font-size:28px;color:#999;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.dialog-close:hover{background:#f5f5f5;color:#333}.dialog-body{padding:24px}.dialog-footer{display:flex;gap:12px;padding:16px 24px;border-top:1px solid #e5e5e5;justify-content:flex-end}.dialog-footer .btn-primary{padding:12px 32px;background:linear-gradient(135deg,#9d2e2f 0%,#8b2323 100%)!important;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #a02d2d40;min-width:100px}.dialog-footer .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #a02d2d59}.dialog-footer .btn-primary:disabled{opacity:.6;cursor:not-allowed}.dialog-footer .btn-secondary{min-width:100px}.ziyuandian-history-container{padding:24px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;display:block;width:100%;position:relative;overflow:hidden}.history-header{margin-bottom:32px}.history-header h2{font-size:24px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.history-header p{font-size:14px;color:#666;margin:0}.message-box{padding:12px 16px;border-radius:8px;margin-bottom:24px;font-size:14px;animation:slideIn .3s ease}.message-box.error{background:#FFEBEE;color:#c62828;border-left:4px solid #C62828}.message-box.success{background:#E8F5E9;color:#2e7d32;border-left:4px solid #2E7D32}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.statistics-section{margin-bottom:32px}.stat-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.stat-card{display:flex;align-items:center;padding:20px;background:linear-gradient(135deg,#f5f7fa 0%,#fafbfc 100%);border-radius:12px;border:1px solid #e0e3e8;transition:all .3s ease}.stat-card:hover{box-shadow:0 4px 12px #0000001a;border-color:#d0d5dd}.stat-icon{font-size:28px;margin-right:16px}.stat-content{flex:1}.stat-value{font-size:20px;font-weight:600;color:#1a1a1a;line-height:1.2}.stat-value.stat-increase{color:#4caf50}.stat-value.stat-decrease{color:#ff6b6b}.stat-label{font-size:12px;color:#666;margin-top:4px}.by-leixing-section{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #e0e3e8;clear:both;display:block;width:100%}.by-leixing-section h3{font-size:16px;font-weight:600;color:#1a1a1a;margin:0 0 16px}.leixing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.leixing-card{display:flex;align-items:center;padding:12px;border-radius:8px;background:#f5f7fa;border:1px solid #e0e3e8;transition:all .3s ease}.leixing-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.leixing-icon{font-size:20px;margin-right:12px}.leixing-info{flex:1}.leixing-name{font-size:13px;font-weight:500;color:#1a1a1a;line-height:1.2}.leixing-count{font-size:12px;color:#666;margin-top:2px}.history-section{margin-top:24px;clear:both;display:block;width:100%;position:relative;float:none}.history-section h3{font-size:16px;font-weight:600;color:#1a1a1a;margin:0 0 16px}.table-container{overflow-x:auto;border-radius:8px;border:1px solid #e0e3e8}.history-table{width:100%;border-collapse:collapse;background:#fff}.history-table thead{background:linear-gradient(90deg,#f5f7fa 0%,#fafbfc 100%);border-bottom:2px solid #e0e3e8}.history-table th{padding:14px 16px;text-align:left;font-weight:600;font-size:13px;color:#1a1a1a;white-space:nowrap}.history-table tbody tr{border-bottom:1px solid #e0e3e8;transition:all .3s ease}.history-table tbody tr:hover{background:#f9f9f9}.history-table td{padding:14px 16px;font-size:13px;color:#333}.history-table td:nth-child(1){color:#666;font-family:Courier New,monospace;font-size:12px}.history-table td:nth-child(3),.history-table td:nth-child(4){font-weight:500}.type-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:#f5f7fa;border-radius:6px;font-size:12px;font-weight:500}.amount-increase{color:#4caf50;font-weight:600}.amount-decrease{color:#ff6b6b;font-weight:600}.change-process{display:flex;align-items:center;gap:8px;font-family:Courier New,monospace;font-size:12px}.value-before,.value-after{padding:2px 6px;background:#f5f7fa;border-radius:4px;color:#666}.arrow{color:#999}.empty-message{text-align:center;padding:48px 24px;color:#999;font-size:14px}.loading-message{text-align:center;padding:48px 24px;color:#666;font-size:14px}.pagination-container{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:24px;padding-top:24px;border-top:1px solid #e0e3e8}.pagination-btn{padding:8px 16px;background:#f5f7fa;border:1px solid #d0d5dd;border-radius:6px;color:#1a1a1a;font-size:13px;font-weight:500;cursor:pointer;transition:all .3s ease}.pagination-btn:hover:not(:disabled){background:#e0e3e8;border-color:#b0b5bb}.pagination-info{font-size:13px;color:#666;min-width:80px;text-align:center}@media (max-width: 768px){.ziyuandian-history-container{padding:16px}.stat-cards-container{grid-template-columns:1fr}.leixing-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.history-table{font-size:12px}.history-table th,.history-table td{padding:10px 12px}.pagination-container{flex-direction:column;gap:12px}.pagination-btn{width:100%}}@media (max-width: 480px){.ziyuandian-history-container{padding:12px 16px;border-radius:8px;box-shadow:0 1px 4px #0000000d}.history-header{margin-bottom:20px}.history-header h2{font-size:18px;margin:0 0 6px}.history-header p{font-size:12px;color:#999}.message-box{padding:10px 12px;margin-bottom:16px;font-size:12px;border-radius:6px}.statistics-section{margin-bottom:20px}.stat-cards-container{grid-template-columns:1fr;gap:12px}.stat-card{padding:14px;border-radius:8px}.stat-icon{font-size:24px;margin-right:12px}.stat-content{flex:1}.stat-value{font-size:18px;margin:0}.stat-label{font-size:11px;margin-top:2px}.by-leixing-section{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e0e3e8}.by-leixing-section h3{font-size:14px;margin:0 0 12px}.leixing-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px}.leixing-card{flex-direction:column;align-items:center;text-align:center;padding:10px;gap:6px}.leixing-icon{font-size:18px;margin-right:0}.leixing-info{width:100%}.leixing-name{font-size:12px}.leixing-count{font-size:11px;margin-top:2px}.history-section{margin-top:16px}.history-section h3{font-size:14px;margin:0 0 12px}.table-container{overflow-x:hidden;border-radius:6px;border:none}.history-table{display:block;width:100%}.history-table thead{display:none}.history-table tbody{display:flex;flex-direction:column;gap:12px}.history-table tbody tr{display:flex;flex-direction:column;border:1px solid #e0e3e8;border-radius:8px;padding:12px;background:#fff;margin-bottom:0}.history-table tbody tr:hover{background:#fafbfc;border-color:#d0d5dd}.history-table td{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:none;font-size:12px;color:#333}.history-table td:last-child{margin-bottom:0}.history-table td:before{content:attr(data-label);font-weight:600;color:#666;min-width:60px}.history-table td:nth-child(1):before{content:"时间"}.history-table td:nth-child(2):before{content:"类型"}.history-table td:nth-child(3):before{content:"变动金额"}.history-table td:nth-child(4):before{content:"变化过程"}.history-table td:nth-child(5):before{content:"描述"}.history-table td:nth-child(1){color:#666;font-family:Courier New,monospace;font-size:11px}.history-table td:nth-child(3),.history-table td:nth-child(4){font-weight:500}.type-badge{display:inline-flex;padding:4px 8px;font-size:11px;border-radius:4px;align-items:center;gap:4px}.amount-increase,.amount-decrease{font-weight:600}.change-process{flex-direction:row;gap:4px;font-size:11px}.value-before,.value-after{padding:2px 6px;font-size:11px}.empty-message,.loading-message{padding:32px 16px;font-size:12px}.pagination-container{flex-direction:row;gap:10px;margin-top:16px;padding-top:16px;justify-content:center;align-items:center}.pagination-btn{width:auto;padding:10px 12px;font-size:12px;border-radius:6px}.pagination-info{font-size:12px;min-width:auto}}*{font-family:Microsoft YaHei,微软雅黑,Segoe UI,Tahoma,sans-serif}.user-type-selector-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease}.user-type-selector-modal{background:#ffffff;border-radius:16px;padding:2.5rem;max-width:900px;width:90%;box-shadow:0 20px 60px #0000004d;animation:slideIn .4s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.selector-header{text-align:center;margin-bottom:2.5rem}.selector-logo{height:64px;width:auto;margin-bottom:1.5rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.selector-title{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .75rem;background:linear-gradient(135deg,var(--primary-red) 0%,var(--primary-red-dark) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.selector-subtitle{font-size:1rem;color:#6b7280;margin:0;line-height:1.6}.user-type-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:2rem}.user-type-card{background:#ffffff;border:2px solid #e5e7eb;border-radius:12px;padding:2rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.user-type-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;transition:all .3s ease}.user-type-card.personal:before{background:linear-gradient(90deg,var(--primary-red),var(--primary-red-dark))}.user-type-card.enterprise:before{background:linear-gradient(90deg,#10b981,#059669)}.user-type-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026}.user-type-card.personal:hover{border-color:var(--primary-red)}.user-type-card.enterprise:hover{border-color:#10b981}.type-icon{width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:#fff;box-shadow:0 4px 12px #0000001a}.user-type-card.personal .type-icon{background:linear-gradient(135deg,var(--primary-red) 0%,var(--primary-red-dark) 100%)}.user-type-card.enterprise .type-icon{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.type-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 .5rem;text-align:center}.type-desc{font-size:.875rem;color:#6b7280;margin:0 0 1.5rem;text-align:center}.type-features{list-style:none;padding:0;margin:0 0 1.5rem}.type-features li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.9375rem;color:#4b5563}.type-features li i{color:#10b981;font-size:.875rem}.select-btn{width:100%;padding:.875rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.user-type-card.personal .select-btn{background:linear-gradient(135deg,var(--primary-red) 0%,var(--primary-red-dark) 100%)}.user-type-card.enterprise .select-btn{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.select-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.user-type-card.personal .select-btn:hover{background:linear-gradient(135deg,var(--primary-red-dark) 0%,var(--primary-red-darker) 100%)}.user-type-card.enterprise .select-btn:hover{background:linear-gradient(135deg,#059669 0%,#047857 100%)}.selector-footer{text-align:center;padding-top:1.5rem;border-top:1px solid #e5e7eb}.footer-note{font-size:.875rem;color:#9ca3af;margin:0}:root{--primary-red: #c53030;--primary-red-light: #e53e3e;--primary-red-lighter: #f56565;--primary-red-dark: #9b2c2c;--primary-red-darker: #742a2a;--secondary-red: #dd6b20;--secondary-red-light: #ed8936;--secondary-red-lighter: #f6ad55;--red-bg-light: #fff5f5;--red-bg-lighter: #fffbfb;--neutral-dark: #2c1810;--neutral-medium: #5d4037;--neutral-light: #a1887f;--neutral-lighter: #d7ccc8;--neutral-bg: #faf8f7;--success-color: var(--primary-red);--success-bg: var(--red-bg-light)}.qa-expert{min-height:100vh;height:100vh;overflow:hidden;background:var(--neutral-bg);padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex;flex-direction:row;width:100%}.container-wrapper{flex:1;display:flex;gap:0;flex-wrap:nowrap;position:relative;background:transparent;border-radius:0;box-shadow:none;overflow-y:auto;overflow-x:hidden;height:calc(100vh - 1rem);min-height:calc(100vh - 1rem);width:calc(100% - 1rem);max-width:none;margin:.5rem}.history-sidebar{width:260px;background:#ffffff;border-right:1px solid var(--neutral-lighter);box-shadow:0 1px 3px #0000000a;padding:0;height:100%;min-height:100%;display:flex;flex-direction:column;overflow:hidden;position:relative;flex-shrink:0;transition:all .3s ease}.history-sidebar.collapsed{width:0;padding:0;border-right:none;overflow:hidden;opacity:0;visibility:hidden}.sidebar-top{flex-shrink:0;padding:1rem;border-bottom:1px solid var(--neutral-lighter)}.sidebar-header-section{margin-bottom:1rem}.sidebar-logo{height:48px;width:auto;display:block;margin:.5rem 0}.new-chat-btn{flex:1;padding:.75rem 1rem;background:white;border:1px solid rgba(160,45,45,.1);border-radius:8px;color:#a02d2d;font-size:.875rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;outline:none}.new-chat-btn:hover{background:#f8f9fa;border-color:#8c2525;color:#8c2525;border-color:#f871714d;box-shadow:0 4px 12px #f8717133}.new-chat-btn:focus{outline:none;box-shadow:0 0 0 2px #ffffff4d}.sidebar-collapse-btn{padding:.75rem;background:white;border:1px solid rgba(160,45,45,.1);border-radius:8px;color:#a02d2d;font-size:.875rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;outline:none;flex-shrink:0;width:44px;height:44px}.sidebar-collapse-btn:hover{background:#f8f9fa;border-color:#f871714d;color:#8c2525;box-shadow:0 4px 12px #f8717133}.sidebar-collapse-btn:focus{outline:none;box-shadow:0 0 0 2px #ffffff4d}.sidebar-expand-btn{padding:.75rem;background:transparent;border:none;border-radius:8px;color:#a02d2d;font-size:1.25rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;outline:none;flex-shrink:0;width:44px;height:44px;position:fixed;left:.5rem;top:50%;transform:translateY(-50%);z-index:10;box-shadow:none}.sidebar-expand-btn:hover{background:rgba(160,45,45,.08);color:#8c2525;transform:translateY(-50%) scale(1.1)}.sidebar-expand-btn:active{transform:translateY(-50%) scale(.95)}.sidebar-expand-btn:focus{outline:none}.sidebar-divider{height:1px;background:#f3f4f6;margin:0}.sidebar-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:1rem}.history-group{margin-bottom:1.5rem}.group-header{font-size:.75rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;padding:0 .5rem}.group-list{display:flex;flex-direction:column;gap:.5rem}.history-group-item{width:100%;padding:.75rem;background:white;border:1px solid rgba(160,45,45,.1);border-radius:8px;color:#4b5563;font-size:.875rem;text-align:left;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;outline:none}.history-group-item:focus{outline:none}.history-group-item-wrapper{display:flex;align-items:center;gap:.5rem;width:100%}.history-group-item-wrapper .history-group-item{flex:1;margin:0}.session-delete-btn{padding:.5rem;background:transparent;border:none;border-radius:6px;color:#9ca3af;cursor:pointer;font-size:.75rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;opacity:0}.history-group-item-wrapper:hover .session-delete-btn{opacity:1;color:#a02d2d;background:rgba(239,68,68,.1)}.session-delete-btn:hover{background:rgba(239,68,68,.2);color:#a02d2d}.session-delete-btn:active{background:rgba(239,68,68,.3)}.history-group-item:hover{background:#ffffff;border-color:#f871714d;box-shadow:0 4px 12px #f8717133;color:#1f2937}.history-group-item.active{background:#ffffff;color:#1f2937;font-weight:500;border-color:#f871714d;box-shadow:0 4px 12px #f8717133}.item-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.sidebar-footer{flex-shrink:0;padding:1rem;border-top:1px solid #f3f4f6;display:flex;align-items:center;gap:.75rem}.user-info-footer{display:flex;align-items:center;gap:.75rem;cursor:pointer;flex:1;min-width:0}.user-avatar-footer{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}.user-name-footer{font-size:.875rem;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.chat-section{flex:1;min-width:unset;padding:0;max-width:1200px;margin:0 auto;width:100%;display:flex;flex-direction:column;background:#ffffff;border-radius:8px;height:100%;min-height:100%;transition:all .3s ease}.chat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0;padding:1rem 1.5rem;background:transparent;border-radius:0;box-shadow:none;position:relative;border-bottom:none}.header-actions{display:flex;gap:12px;align-items:center}.chat-logo{height:36px;width:auto;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.title-divider{width:2px;height:32px;background:linear-gradient(to bottom,transparent,#a02d2d,transparent);position:relative;margin:0 .5rem;transition:background .3s ease}.title-divider.ai-mode{background:linear-gradient(to bottom,transparent,#a02d2d,transparent)}.title-divider.expert-mode{background:linear-gradient(to bottom,transparent,#10b981,transparent)}.title-divider:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:1px;animation:dividerGlow 3s ease-in-out infinite;transition:background .3s ease,box-shadow .3s ease}.title-divider.ai-mode:before{background:linear-gradient(to bottom,rgba(239,68,68,.1),rgba(239,68,68,.3),rgba(239,68,68,.1))}.title-divider.expert-mode:before{background:linear-gradient(to bottom,rgba(16,185,129,.1),rgba(16,185,129,.3),rgba(16,185,129,.1))}@keyframes dividerGlow{0%,to{opacity:.7}50%{opacity:1}}.title-divider.ai-mode:before{box-shadow:0 0 2px #ef44444d}@keyframes dividerGlow{0%,to{opacity:.7}50%{opacity:1;box-shadow:0 0 6px #ef444480}}.title-divider.expert-mode:before{box-shadow:0 0 2px #10b9814d}@keyframes dividerGlowExpert{0%,to{opacity:.7}50%{opacity:1;box-shadow:0 0 6px #10b98180}}.chat-title{font-size:1.5rem;font-weight:700;font-family:Microsoft YaHei,微软雅黑,Segoe UI,Tahoma,sans-serif;color:#1f2937;margin:0 0 .5rem;letter-spacing:.05em;position:relative;padding:.2rem .5rem;border-radius:8px;transition:all .3s ease}.chat-title.ai-mode,.chat-title.expert-mode{color:#1f2937;background:none;-webkit-background-clip:unset;background-clip:unset}.chat-title:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;transform:scaleX(0);transition:transform .3s ease,background .3s ease}.chat-title.ai-mode:after{background:linear-gradient(90deg,transparent,#a02d2d,transparent)}.chat-title.expert-mode:after{background:linear-gradient(90deg,transparent,#10b981,transparent)}.chat-title:hover{transform:translateY(-2px)}.chat-title:hover:after{transform:scaleX(1)}@media (max-width: 768px){.header-left-section{flex-wrap:wrap}.title-divider{height:24px;margin:0 .3rem}.chat-title{font-size:1.3rem}.chat-logo{height:30px}}@media (max-width: 576px){.title-divider{height:20px;margin:0 .2rem}.chat-title{font-size:1.2rem}.chat-logo{height:28px}}.clear-chat-btn{font-size:.875rem;color:#fff;background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);border:none;padding:.875rem 1.25rem;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.5rem;outline:none;box-shadow:0 4px 12px #ef444440;font-weight:600}.clear-chat-btn:focus{outline:none}.clear-chat-btn:hover:not(:disabled){background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);transform:translateY(-2px);box-shadow:0 6px 16px #ef444459}.clear-chat-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 3px 10px #6b728040}.clear-chat-btn:disabled{opacity:.5;cursor:not-allowed;background:linear-gradient(135deg,#9ca3af 0%,#6b7280 100%)}.clear-chat-btn i{font-size:.9rem}.chat-mode-switcher{display:flex;gap:.5rem;background:#f3f4f6;padding:.25rem;border-radius:10px}.mode-btn{padding:.5rem 1rem;border:none;background:transparent;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500;color:#6b7280;display:flex;align-items:center;gap:.375rem}.mode-btn:hover:not(.active){background:rgba(255,255,255,.5);color:#374151}.mode-btn.active{background:linear-gradient(145deg,#f0f9ff,#e6f7ff);box-shadow:0 2px 4px #0000001a}.mode-btn.active:has(.fa-robot){color:#a02d2d}.mode-btn.active:has(.fa-user-tie){color:#10b981}.mode-btn i{font-size:.9rem}.expert-mode-btn{position:relative;padding-right:.75rem}.status-badge{position:absolute;top:-6px;right:-6px;padding:.125rem .375rem;border-radius:10px;font-size:.625rem;font-weight:600;color:#2c3e50;white-space:nowrap;box-shadow:0 2px 4px #0000001a;animation:badgePulse 2s ease-in-out infinite}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.chat-container{background:transparent;border-radius:0;box-shadow:none;overflow:hidden;display:flex;flex-direction:column;border:none;border-top:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding-bottom:0;flex:1;min-height:0;position:relative;height:100%;width:100%}.messages-container{flex:1;overflow-y:auto;overflow-x:hidden;padding:.75rem 1rem;padding-bottom:3%;display:flex;flex-direction:column;gap:1rem;min-height:0;scrollbar-width:none;-ms-overflow-style:none}.messages-container::-webkit-scrollbar{display:none}.empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#9ca3af;text-align:center;padding:2rem}.empty-state i:first-child{font-size:4rem;margin-bottom:1.5rem;color:#9ca3af;opacity:.35;animation:floatIcon 3s ease-in-out infinite}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.empty-state p{margin:0;font-size:1.125rem;line-height:1.5;color:#9ca3af;font-weight:500}.welcome-container{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:600px;margin:0 auto;padding:2rem;text-align:center}.welcome-header{display:flex;flex-direction:column;align-items:center;margin-top:-6rem;margin-bottom:1.5rem;gap:.5rem}.welcome-header-content{display:flex;flex-direction:row;align-items:center;gap:1rem;transform:translateY(90px)}.welcome-header-content h1{font-size:24px;font-weight:600;color:#1f2937;margin:0;line-height:1.3;text-align:left}.welcome-logo{display:flex;justify-content:center;align-items:center;margin-bottom:.2rem}.logo-image{max-width:140px;max-height:140px;object-fit:contain;transform:translateY(55px)}.welcome-description{transform:translateY(90px);margin-bottom:2rem}.welcome-description p{font-size:.95rem;color:#6b7280;margin:0;line-height:1.5}.welcome-input-section{width:100%;margin-bottom:2rem;display:none}.input-placeholder,.input-placeholder p{display:none}.welcome-suggestions{width:100%}.suggestions-title{font-size:.875rem;color:#6b7280;margin:0 0 1rem;font-weight:500}.suggestions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%}.product-categories-wrapper{height:300px;position:relative;display:flex;flex-direction:column;gap:.5rem;padding:.75rem;margin:.25rem 0;overflow:hidden;background:linear-gradient(135deg,#f0f7ff,#e6f7ff);border-radius:10px;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}.carousel-container{position:relative;width:100%;overflow:hidden;height:300px}.carousel-inner{display:flex;transition:transform .5s ease-in-out}.carousel-prev,.carousel-next{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;border:none;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a;z-index:10;transition:all .3s ease}.carousel-prev{left:10px}.carousel-next{right:10px}.carousel-prev:hover,.carousel-next:hover{transform:translateY(-50%) scale(1.1);box-shadow:0 6px 16px #0003}.carousel-indicators{display:flex;justify-content:center;gap:8px;margin-top:1rem}.carousel-indicators button{width:10px;height:10px;border-radius:50%;border:none;background:rgba(255,255,255,.5);cursor:pointer;transition:all .3s ease}.carousel-indicators button.active{background:var(--primary);width:24px;border-radius:5px}.product-categories-wrapper::-webkit-scrollbar{height:6px}.product-categories-wrapper::-webkit-scrollbar-track{background:rgba(255,255,255,.5);border-radius:10px}.product-categories-wrapper::-webkit-scrollbar-thumb{background:var(--primary);border-radius:10px}.product-categories-wrapper::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}.suggestion-btn{padding:.75rem 1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#4b5563;font-size:.875rem;cursor:pointer;transition:all .2s ease;text-align:center;line-height:1.4;font-weight:500}.suggestion-btn:hover{background:#ffffff;border-color:#a02d2d;color:#a02d2d;box-shadow:0 1px 3px #ef44441a;transform:translateY(-2px)}.suggestion-btn:active{transform:translateY(0);box-shadow:0 1px 2px #ef44440d}.message-row{display:flex;align-items:center;animation:messageSlideIn .3s ease-out}.message-row.user{justify-content:flex-end}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-content{display:flex;flex-direction:row;align-items:center;max-width:85%;gap:.75rem;overflow:hidden;width:100%}.message-row.user .message-content{max-width:26%}.avatar{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.bot-avatar .avatar-image{width:40px;height:40px;padding:7.5%}.bot-avatar{background:#ffffff;color:#a02d2d;font-size:1.125rem;border:2px solid rgba(239,68,68,.2);transition:all .3s ease}.bot-avatar:hover{transform:scale(1.08);box-shadow:0 3px 8px #ef444440}.expert-avatar{background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#2c3e50;font-size:1.25rem;box-shadow:0 3px 10px #10b9814d;border:2.5px solid rgba(255,255,255,.95);transition:all .3s ease;padding:0;overflow:hidden}.expert-logo-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.expert-avatar:hover{transform:scale(1.1) rotate(5deg);box-shadow:0 4px 14px #10b98173}.user-avatar{background:linear-gradient(135deg,#3498db 0%,#2980b9 100%);color:#fff;font-size:1.5rem;box-shadow:0 3px 8px #3498db4d;border:2px solid rgba(255,255,255,.9);transition:all .3s ease}.user-avatar:hover{transform:scale(1.08);box-shadow:0 4px 12px #3498db66}.chat-message{border-radius:16px;padding:1.25rem 1.5rem;position:relative;max-width:100%;min-width:0;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);line-height:1.8;border:1px solid rgba(0,0,0,.1)}.chat-message.streaming:after{content:"|";display:inline-block;margin-left:2px;animation:cursorBlink 1s infinite;font-weight:700;color:#a02d2d}@keyframes cursorBlink{0%,49%{opacity:1}50%,to{opacity:0}}.bot-message{background:#ffffff;color:#374151;border:1px solid rgba(239,68,68,.1);line-height:1.85;box-shadow:0 2px 6px #0000000d;transition:all .25s cubic-bezier(.25,.46,.45,.94);font-size:.9375rem;letter-spacing:.015em;padding:1.375rem 1.625rem;border-radius:16px}.bot-message:hover{border-color:#0003}.expert-message{background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);color:#065f46;border:1.5px solid rgba(16,185,129,.25);line-height:1.85;box-shadow:0 3px 10px #10b98126;transition:all .25s cubic-bezier(.25,.46,.45,.94);font-size:.9375rem;letter-spacing:.015em;padding:1.375rem 1.625rem;position:relative}.expert-message:before{content:"专家回复";position:absolute;top:-8px;left:12px;background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff;font-size:.6875rem;padding:2px 8px;border-radius:8px;font-weight:600;letter-spacing:.5px;box-shadow:0 2px 4px #10b9814d}.expert-message:hover{box-shadow:0 4px 14px #10b98140;transform:translateY(-1px);border-color:#10b98159}.expert-message p{color:#065f46;font-weight:500}.expert-message strong{color:#047857;font-weight:600}.user-message{background:#ffffff;color:#1f2937;font-weight:400;letter-spacing:.015em;box-shadow:0 2px 6px #0000000f;border:1px solid rgba(66,153,225,.3);position:relative;overflow:hidden;transition:all .25s cubic-bezier(.25,.46,.45,.94);font-size:.9375rem;padding:1rem 1.25rem;border-radius:16px}.system-message-row{display:flex;justify-content:center;margin:.625rem 0;animation:messageSlideIn .3s ease-out}.system-message{display:inline-flex;flex-direction:column;align-items:center;gap:.5rem;background:transparent;border:none;padding:.5rem 1.25rem;max-width:80%;transition:all .2s ease;text-align:center}.system-message-content{display:inline-flex;flex-direction:row;align-items:flex-start;gap:.5rem}.system-message-content i{color:#9ca3af;font-size:.75rem;opacity:.7;flex-shrink:0;margin-top:.25rem;line-height:1}.system-message-content p{color:#6b7280;font-size:.8125rem;font-weight:400;line-height:1.5;margin:0;letter-spacing:.01em;opacity:.9;word-wrap:break-word;word-break:break-word;text-align:center;white-space:pre-wrap}.system-message-time{font-size:.6875rem;color:#9ca3af;opacity:.6;font-weight:400;white-space:nowrap;flex-shrink:0}.guide-message-row{display:flex;justify-content:center;margin:1.25rem 0;animation:messageSlideIn .4s ease-out}.guide-message{display:flex;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border-radius:16px;border:2px solid rgba(239,68,68,.2);box-shadow:0 4px 12px #ef444426;max-width:85%;transition:all .3s cubic-bezier(.4,0,.2,1)}.guide-message:hover{box-shadow:0 6px 16px #ef444433;transform:translateY(-2px)}.guide-icon{display:flex;align-items:flex-start;justify-content:center;width:42px;height:42px;min-width:42px;background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);border-radius:12px;color:#fff;font-size:1.25rem;box-shadow:0 2px 8px #ef44444d;padding-top:.5rem}.guide-content{flex:1;display:flex;flex-direction:column;gap:1rem}.guide-text{color:#1e40af;font-size:.9375rem;line-height:1.7}.guide-text p{margin:0}.guide-actions{display:flex;flex-wrap:wrap;gap:.75rem}.guide-action-btn{padding:.625rem 1.25rem;border-radius:10px;border:none;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;gap:.5rem;outline:none;box-shadow:0 2px 6px #0000001a}.guide-action-btn:focus{outline:none}.guide-action-btn.primary{background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);color:#fff}.guide-action-btn.primary:hover{background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);transform:translateY(-2px);box-shadow:0 4px 12px #ef44444d}.guide-action-btn.primary:active{transform:translateY(0)}.guide-action-btn.secondary{background:linear-gradient(135deg,#9ca3af 0%,#6b7280 100%);color:#fff;cursor:not-allowed;opacity:.7}.guide-action-btn.secondary:hover{transform:none}.guide-action-btn.success{background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff;cursor:not-allowed}.guide-action-btn.success:hover{transform:none}.guide-time{font-size:.625rem;color:#64748b;opacity:.6;margin-top:.5rem}.process-steps{display:flex;gap:.75rem;flex-wrap:wrap}.process-step{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#ffffff 0%,#f8f9fa 100%);border:2px solid #e5e7eb;border-radius:10px;transition:all .3s cubic-bezier(.4,0,.2,1)}.process-step:hover{border-color:#a02d2d;box-shadow:0 2px 8px #ef444433}.step-number{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);color:#fff;border-radius:50%;font-size:.75rem;font-weight:700}.step-text{font-size:.875rem;font-weight:600;color:#1e40af}.user-message:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .4s}.user-message:hover:before{left:100%}.user-message:hover{border-color:#4299e199}.user-message p{text-shadow:0 1px 2px rgba(0,0,0,.15);position:relative;z-index:1}.chat-message p{margin:0 0 .3125rem;line-height:1.8;white-space:pre-wrap;font-size:.9375rem}.chat-message p:last-child{margin-bottom:0}.user-message p{line-height:1.8;margin-bottom:.3125rem;font-weight:400;letter-spacing:.01em;text-indent:0}.user-message .indented-text{text-indent:2em}.user-message p:last-child{margin-bottom:0}.bot-message p{line-height:1.8;margin-bottom:.3125rem;font-size:.9375rem;color:#374151;font-weight:400;text-indent:0}.bot-message .indented-text{display:inline-block}.bot-message p:last-child{margin-bottom:0}.bot-message p,.bot-message strong,.bot-message em,.bot-message span,.bot-message li,.bot-message a{font-family:Microsoft YaHei,PingFang SC,Noto Sans SC,Segoe UI,system-ui,-apple-system,Roboto,Helvetica Neue,Arial,sans-serif}.bot-message strong{color:#1f2937;font-weight:600;font-size:1rem;line-height:1.8}.bot-message span[style*="display: block"],.markdown-content{line-height:1.8}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4,.markdown-content h5,.markdown-content h6{color:#1f2937;font-weight:600;margin-top:1.2em;margin-bottom:.75em;line-height:1.4;padding-left:2em}.markdown-content h1{font-size:1.5em;margin-top:1.5em;margin-bottom:1em;padding-left:0}.markdown-content h2{font-size:1.25em;margin-bottom:.85em;padding-left:0}.markdown-content h3{font-size:1.1em;padding-left:0}.markdown-content h1+ul,.markdown-content h1+ol,.markdown-content h1+p,.markdown-content h2+ul,.markdown-content h2+ol,.markdown-content h2+p,.markdown-content h3+ul,.markdown-content h3+ol,.markdown-content h3+p,.markdown-content h4+ul,.markdown-content h4+ol,.markdown-content h4+p,.markdown-content h5+ul,.markdown-content h5+ol,.markdown-content h5+p,.markdown-content h6+ul,.markdown-content h6+ol,.markdown-content h6+p{margin-top:.5em}.markdown-content ul,.markdown-content ol{margin:.75em 0;padding-left:2.5em;list-style-position:outside}.markdown-content li{margin:.5em 0;line-height:1.8}.markdown-content ul ul,.markdown-content ol ol,.markdown-content ul ol,.markdown-content ol ul{margin:.5em 0;padding-left:2.5em;list-style-position:outside}.markdown-content ul ul li,.markdown-content ol ol li,.markdown-content ul ol li,.markdown-content ol ul li{margin:.4em 0}.markdown-content p{margin:.75em 0;line-height:1.8;text-indent:0em}.markdown-content p+ul,.markdown-content p+ol{margin-top:.5em}.markdown-content ul+p,.markdown-content ol+p{margin-top:.75em}.markdown-content li p{margin:.5em 0;line-height:1.8;text-indent:0em}.markdown-content strong{color:#1f2937;font-weight:600}.markdown-content em{font-style:italic}.markdown-content code{background-color:#f3f4f6;padding:.125em .25em;border-radius:.25rem;font-family:Consolas,Monaco,Courier New,monospace;font-size:.875em}.markdown-content pre{background-color:#f3f4f6;padding:.75em;border-radius:.5rem;overflow-x:auto;margin:.75em 0}.markdown-content pre code{background-color:transparent;padding:0}.markdown-content blockquote{border-left:4px solid #e5e7eb;padding-left:1em;margin:.75em 0;color:#6b7280}.bot-message a.product-link{color:#06c;background:transparent;text-decoration:underline;cursor:pointer;transition:all .2s ease;font-weight:500;font-size:.8125rem;line-height:1.4;display:inline-block;margin:.3em .6em;padding:.1em .8em;vertical-align:middle;word-break:keep-all;white-space:nowrap}.bot-message a.product-link .expert-avatar{background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#2c3e50;font-size:1.25rem;box-shadow:0 3px 10px #10b9814d;padding:0;overflow:hidden}.bot-message a.product-link .expert-logo-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.markdown-content li a.product-link{margin:.05em 0;line-height:1.3;vertical-align:baseline}.bot-message a.product-link:hover{color:#049;text-decoration:underline}.bot-message a.product-link:visited{color:#06c}.bot-message a.product-link:active{color:#036}.chat-message br+br{display:block;content:"";margin-bottom:0rem}.message-time{font-size:.625rem;opacity:.65;font-weight:400;display:inline-flex;align-items:center;gap:.25rem;white-space:nowrap;margin-left:auto;margin-top:0}.message-time i{font-size:.625rem;opacity:.7}.user-message .message-time{opacity:.65;color:#6b7280}.bot-message .message-time{color:#6b7280;font-size:.625rem;opacity:.65}.message-actions{position:absolute;top:.5rem;right:.5rem;display:flex;gap:.5rem;opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.chat-message:hover .message-actions{opacity:1;transform:translateY(-2px)}.copy-btn,.undo-btn{background:transparent;border:none;padding:.25rem .5rem;border-radius:6px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:.65rem;color:#6b7280;display:inline-flex;align-items:center;gap:.25rem;outline:none;white-space:nowrap;flex-shrink:0}.copy-btn:focus,.undo-btn:focus{outline:none}.copy-btn:hover,.undo-btn:hover{background:linear-gradient(135deg,#e5e7eb 0%,#d1d5db 100%);color:#374151;transform:translateY(-2px)}.copy-btn:active,.undo-btn:active{transform:translateY(0)}.user-message .copy-btn,.user-message .undo-btn{background:transparent;color:#ffffffe6}.user-message .copy-btn:hover,.user-message .undo-btn:hover{background:rgba(255,255,255,.1);color:#fff;transform:translateY(-2px)}.message-wrapper{display:flex;flex-direction:column;width:100%;gap:0}.message-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap;margin-top:.5rem;padding-top:.375rem;border-top:1px solid rgba(0,0,0,.05);min-height:24px}.footer-actions{display:flex!important;flex-direction:row!important;align-items:center!important;gap:.5rem;flex-wrap:nowrap!important;flex:0 0 auto}.message-footer.user-footer{margin-top:.375rem;padding-top:.25rem;border-top:1px solid rgba(0,0,0,.1);display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.4rem}.user-footer{border-top-color:#0000001a}.expert-footer{border-top:1px solid rgba(16,185,129,.2);justify-content:flex-end;margin-top:.375rem;padding-top:.25rem;flex-wrap:wrap;gap:.4rem}.chat-message.bot-message .message-footer{justify-content:flex-start!important;gap:1rem!important}.chat-message.bot-message .footer-actions{justify-content:flex-start}.expert-footer .message-time{color:#059669;font-weight:600;font-size:.625rem;opacity:.65}.user-footer .copy-btn,.user-footer .undo-btn{background:transparent;color:#fffffff2;padding:.25rem .5rem;border-radius:6px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:.65rem;display:inline-flex;align-items:center;gap:.25rem;font-weight:400;white-space:nowrap;flex-shrink:0}.user-footer .copy-btn:hover,.user-footer .undo-btn:hover{background:rgba(255,255,255,.1);color:#fff;transform:translateY(-2px)}.user-footer .copy-btn:active,.user-footer .undo-btn:active{transform:translateY(0)}.bot-message .copy-btn{background:transparent;color:#666;padding:.25rem .5rem;border-radius:6px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:.65rem;display:inline-flex!important;align-items:center;gap:.25rem;font-weight:400;white-space:nowrap;flex-shrink:0}.bot-message .copy-btn:hover{background:linear-gradient(135deg,#f3f4f6 0%,#e5e7eb 100%);color:#374151;transform:translateY(-2px)}.rating-btn{background:transparent;border:none;padding:.25rem .5rem;border-radius:6px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:.65rem;color:#6b7280;display:inline-flex!important;align-items:center;gap:.25rem;font-weight:400;outline:none;white-space:nowrap;flex-shrink:0}.rating-btn:focus{outline:none}.rating-btn:hover{background:linear-gradient(135deg,#f3f4f6 0%,#e5e7eb 100%);color:#374151;transform:translateY(-2px)}.rating-btn:active{transform:translateY(0)}.rating-btn.active{color:#a02d2d;background:linear-gradient(135deg,#fef2f2 0%,#fecaca 100%)}.rating-btn.like.active{color:#059669;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%)}.rating-btn.dislike.active{color:#a02d2d;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);border-color:#ef44444d;box-shadow:0 2px 6px #ef444426}.rating-btn-wrapper{position:relative;display:inline-flex!important;flex-direction:row!important;align-items:center;gap:.5rem;flex-shrink:0}.rating-gift-badge{display:inline-flex;align-items:center;justify-content:center;position:relative;width:24px;height:24px;background:linear-gradient(135deg,#fcd34d 0%,#fbbf24 100%);border:2px solid rgba(217,119,6,.4);border-radius:50%;color:#92400e;font-size:.75rem;cursor:help;box-shadow:0 3px 8px #d977064d;animation:giftBlink 5s ease-in-out infinite,giftBounce 2s ease-in-out infinite}.rating-gift-badge:after{content:"";position:absolute;left:-10px;top:50%;transform:translateY(-50%);width:10px;height:2px;background:linear-gradient(to left,rgba(217,119,6,.4),transparent);border-radius:1px}.rating-gift-badge:before{content:"";position:absolute;left:-7px;top:50%;width:0;height:0;border-right:8px solid rgba(217,119,6,.4);border-top:4px solid transparent;border-bottom:4px solid transparent;transform:translateY(-50%)}@keyframes giftBlink{0%{opacity:1;transform:scale(1.2)}10%{opacity:0;transform:scale(.8)}50%{opacity:0;transform:scale(.8)}60%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1.2)}}@keyframes giftBounce{0%,to{transform:translateY(0) scale(1)}25%{transform:translateY(-3px) scale(1.05)}50%{transform:translateY(-6px) scale(1.1)}75%{transform:translateY(-3px) scale(1.05)}}.rating-reason-panel{margin-top:1rem;padding:1rem;background:#f9fafb;border:1px solid rgba(239,68,68,.15);border-radius:12px;box-shadow:0 2px 8px #ef444414;animation:slideDown .3s cubic-bezier(.4,0,.2,1)}.rating-reward-tip{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.5rem .75rem;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:1px solid rgba(217,119,6,.2);border-radius:8px;font-size:.8125rem;color:#92400e;font-weight:500}.rating-reward-tip i{font-size:.9rem}.reason-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.875rem;padding-bottom:.75rem;border-bottom:1px dashed rgba(239,68,68,.2)}.reason-title{font-size:.875rem;font-weight:600;color:#a02d2d}.reason-close-btn{background:transparent;border:none;color:#9ca3af;font-size:1.125rem;cursor:pointer;padding:.25rem;width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s}.reason-close-btn:hover{background:rgba(59,130,246,.1);color:#a02d2d}.reason-options{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem;margin-bottom:.875rem}.reason-option-btn{background:#f3f4f6;border:1.5px solid rgba(239,68,68,.2);color:#374151;padding:.625rem .875rem;border-radius:8px;font-size:.8125rem;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);font-weight:500;text-align:center;box-shadow:0 1px 3px #0000000d}.reason-option-btn:hover{background:linear-gradient(135deg,#fecaca 0%,#fca5a5 100%);border-color:#ef444466;color:#a02d2d;transform:translateY(-2px);box-shadow:0 3px 8px #ef444426}.reason-option-btn:active{transform:translateY(0)}.reason-custom{margin-top:.875rem;padding-top:.875rem;border-top:1px dashed rgba(239,68,68,.2)}.custom-reason-label{font-size:.8125rem;font-weight:600;color:#6b7280;margin-bottom:.5rem}.custom-reason-input{flex:1;padding:.625rem .875rem;border:1.5px solid #e5e7eb;border-radius:8px;font-size:.875rem;outline:none;transition:all .2s;width:calc(100% - 70px);margin-right:.5rem}.custom-reason-input:focus{border-color:#a02d2d;box-shadow:0 0 0 3px #ef44441a}.custom-reason-input::placeholder{color:#9ca3af}.reason-custom{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.custom-reason-label{width:100%;font-size:.8125rem;font-weight:600;color:#6b7280;margin-bottom:.25rem}.custom-reason-submit{padding:.625rem 1.25rem;background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px #ef444433;white-space:nowrap}.custom-reason-submit:hover:not(:disabled){background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);transform:translateY(-2px);box-shadow:0 4px 12px #ef44444d}.custom-reason-submit:active:not(:disabled){transform:translateY(0)}.custom-reason-submit:disabled{opacity:.5;cursor:not-allowed;background:linear-gradient(135deg,#9ca3af 0%,#6b7280 100%)}.quick-start{margin-top:.75rem;padding-top:.5rem;border-top:1px dashed rgba(239,68,68,.1)}.quick-start-title{display:flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:#9ca3af;margin:0 0 .5rem}.quick-start-chips{display:flex;flex-wrap:wrap;gap:.5rem}.quick-question-chip{display:inline-flex;align-items:center;gap:.375rem;background:#ffffff;color:#a02d2d;border:1px solid rgba(160,45,45,.1);padding:.5rem .875rem;border-radius:20px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .16s ease;outline:none}.quick-question-chip:hover{transform:translateY(-1px);border-color:#f871714d;box-shadow:0 4px 12px #f8717133}.quick-question-chip:active{transform:translateY(0);box-shadow:0 2px 6px #f8717140}.quick-question-chip:focus-visible{box-shadow:0 0 0 3px #f8717159}.related-questions{margin-top:1rem;padding-top:.875rem;border-top:1px dashed rgba(239,68,68,.1)}.related-title{font-size:.875rem;color:#6b7280;margin:0 0 .75rem;font-weight:600;display:flex;align-items:center}.question-chips{display:flex;flex-wrap:wrap;gap:.5rem}.question-chip{background:transparent;color:#a02d2d;border:1px solid rgba(160,45,45,.1);padding:.5rem .875rem;font-size:.8125rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:500;white-space:nowrap;box-shadow:none;display:flex;align-items:center;gap:.375rem;outline:none;position:relative;border-radius:20px}.question-chip:focus{outline:none}.question-chip:focus-visible{box-shadow:0 0 0 3px #f8717159}.question-chip i{font-size:.875rem;opacity:.7}.question-chip:hover{transform:translateY(-1px);border-color:#f871714d;box-shadow:0 4px 12px #f8717133}.question-chip:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:2px solid transparent;border-radius:20px;transition:all .3s ease-out;z-index:-1}.question-chip:hover:before{border-color:#f871714d;box-shadow:0 4px 12px #f8717133}.question-chip:hover i{opacity:1;transform:rotate(15deg)}.question-chip:active{transform:translateY(0);box-shadow:0 2px 6px #f8717140}.question-chip:active:before{border:none;box-shadow:none}.typing-indicator{display:flex;gap:.25rem;align-items:center;padding:.25rem 0}.typing-indicator span{width:8px;height:8px;border-radius:50%;background-color:#a02d2d;opacity:.6;animation:typingBounce 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}.input-container{margin-top:auto;margin-left:1rem;margin-right:1rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:0;background:transparent;box-shadow:none;padding:1rem 1.5rem;border:none;border-top:2px solid #e5e7eb;border-bottom:2px solid #e5e7eb;border-left:2px solid #e5e7eb;border-right:2px solid #e5e7eb;border-radius:20px;flex-shrink:0;transition:all .3s ease;position:relative}.input-container.dragging{background:rgba(160,45,45,.05);border-color:#a02d2d;border-style:dashed;box-shadow:0 4px 20px #a02d2d26}.input-container.dragging:before{content:"📥 释放以上传文件";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.2rem;font-weight:600;color:#a02d2d;pointer-events:none;z-index:10;background:rgba(255,255,255,.95);padding:1rem 2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a}.chat-container:has(.empty-state) .input-container,.chat-container.start-mode .input-container{position:absolute;top:60%;left:50%;transform:translate(-50%,-70%);width:95%;max-width:800px;margin:0;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(160,45,45,.1);box-shadow:0 8px 32px #0000001a;z-index:10}.chat-container:has(.empty-state) .welcome-container,.chat-container.start-mode .welcome-container{position:absolute;top:calc(50% - 260px);left:50%;transform:translate(-50%);width:80%;max-width:600px;z-index:5;text-align:center}.chat-container:has(.empty-state) .input-actions,.chat-container.start-mode .input-actions{transform:translateY(0)!important}.product-buttons-container{display:flex;justify-content:center;position:absolute;top:calc(50% + 155px + var(--documents-height, 0px));left:50%;transform:translate(-50%);width:80%;max-width:1000px;z-index:10;transition:top .3s ease}.product-buttons{display:flex;flex-wrap:nowrap;gap:.75rem;width:100%;max-width:1000px;justify-content:center}.product-name-btn{padding:.75rem 2rem;border:1px solid rgba(160,45,45,.1);border-radius:8px;background:#ffffff;color:#a02d2d;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:center;min-height:50px;display:flex;align-items:center;justify-content:center}.product-name-btn:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px);border-color:#f871714d;box-shadow:0 4px 12px #f8717133}.product-name-btn:active{transform:translateY(0)}.input-top-row{display:none}.disclaimer-text{flex:1;display:flex;align-items:center;gap:.375rem;font-size:.75rem;line-height:1.3;color:#6b7280;min-width:0}.disclaimer-text i{flex-shrink:0;font-size:.75rem;color:#f59e0b}.disclaimer-text span{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.input-bottom-row{display:flex;align-items:stretch;gap:0;width:100%;padding:0;background:transparent;flex-direction:column}.input-icons{display:flex;flex-direction:row;gap:.3rem;align-items:center;justify-content:flex-start;padding:0;flex-wrap:wrap;flex-shrink:0;margin-left:auto}.input-separator{width:1px;height:32px;background:#e5e7eb;margin:0 4px;align-self:center;flex-shrink:0}.icon-btn{width:36px;height:36px;border:none;border-radius:8px;background:transparent;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s ease,transform .2s ease;font-size:.95rem;box-shadow:none;outline:none;flex-shrink:0}.icon-btn:hover{background:transparent;color:#a02d2d;transform:translateY(-2px);box-shadow:none}.icon-btn:active{transform:translateY(0)}.icon-btn:focus{outline:none;box-shadow:none}.input-wrapper{flex:0 1 auto;position:relative;display:flex;flex-direction:column;align-items:stretch;width:100%;gap:.4rem;background:transparent;z-index:10;min-width:0;max-width:100%;overflow:visible;margin-bottom:.25rem}.qa-input-footer{display:flex;align-items:center;gap:.3rem;width:100%;padding:0;flex-wrap:nowrap;min-width:0;flex:1 1 auto;max-width:100%}.input-footer,.input-icon{display:none}.model-selector-box{display:flex;align-items:center;justify-content:flex-start;margin-top:0;position:relative;z-index:10;overflow:visible;flex-shrink:0;min-width:auto;width:auto}.model-select-wrapper{position:relative;display:inline-block}.model-select{border:1px solid #e5e7eb;background-color:#fff;color:#1f2937;padding:.4rem 1.2rem .4rem .7rem;border-radius:6px;font-size:.75rem;cursor:pointer;outline:none;transition:all .3s ease;font-weight:400;box-shadow:0 1px 3px #0000000d;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231f2937' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .4rem center;flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.model-select:hover{background-color:#f9fafb;border-color:#d1d5db;box-shadow:0 4px 12px #0000001a}.model-select:focus{border-color:#a02d2d;box-shadow:0 0 0 3px #ef44441a,0 4px 12px #0000001a}.model-select-dropdown{position:absolute;bottom:calc(100% + 4px);left:0;background:#ffffff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 16px #0000001f;min-width:100%;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .3s cubic-bezier(.34,1.56,.64,1);pointer-events:none;z-index:100}.model-select-wrapper:hover .model-select-dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.model-option{padding:.5rem .7rem;cursor:pointer;transition:all .2s ease;font-size:.75rem;color:#1f2937;display:flex;align-items:center;gap:.4rem}.model-option:first-child{border-radius:5px 5px 0 0}.model-option:last-child{border-radius:0 0 5px 5px}.model-option:hover{background-color:#f3f4f6;color:#a02d2d;font-weight:600}.model-option.selected{background-color:#fef2f2;color:#a02d2d;font-weight:600}.model-option.selected:before{content:"✓";font-weight:700;color:#a02d2d;margin-right:.25rem}.chat-input{flex:0 0 auto;padding:.5rem 0;border:none;border-radius:0;font-size:.9375rem;outline:none;transition:all .3s;background:transparent;width:100%;min-height:40px;max-height:120px;resize:vertical;font-family:inherit;color:#374151;box-shadow:none;overflow-y:auto;min-width:0;margin-bottom:.25rem}.chat-input:focus{outline:none;box-shadow:none;background:transparent;border:none}.chat-input:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed;border-color:#e5e7eb}.chat-input:disabled::placeholder{color:#d1d5db}.transfer-btn{position:relative;background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);color:#fff;border:none;padding:.5rem .9rem;border-radius:8px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:.4rem;box-shadow:0 2px 6px #ef444433;overflow:hidden;flex-shrink:0;white-space:nowrap}.transfer-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.transfer-btn:hover:before{left:100%}.transfer-btn i{transition:transform .4s cubic-bezier(.4,0,.2,1);font-size:1rem}.transfer-btn:hover{background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);transform:translateY(-2px) scale(1.02);box-shadow:0 6px 20px #ef444466}.transfer-btn:hover i{transform:scale(1.15) rotate(-10deg)}.transfer-btn:active{transform:translateY(0) scale(.98);box-shadow:0 3px 10px #c72e2e4d}.transfer-btn:disabled{background:linear-gradient(135deg,#9ca3af 0%,#6b7280 100%);color:#e5e7eb;cursor:not-allowed;box-shadow:0 2px 6px #6b728033;transform:none;opacity:.6}.transfer-btn:disabled:before{display:none}.transfer-btn:disabled:hover{background:linear-gradient(135deg,#9ca3af 0%,#6b7280 100%);transform:none;box-shadow:0 2px 6px #6b728033}.transfer-btn:disabled i{transform:none}.send-btn{position:relative;background:linear-gradient(135deg,white 0%,white 100%);color:#a02d2d;border:1px solid rgba(160,45,45,.1);padding:.4rem .8rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:600;box-shadow:0 1px 3px #f871711a;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.9rem;min-width:36px;height:36px;white-space:nowrap}.send-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.send-btn:hover:before{left:100%}.send-btn:hover{background:linear-gradient(135deg,white 0%,white 100%);border-color:#f871714d;box-shadow:0 4px 12px #f8717133;transform:translateY(-2px) scale(1.03)}.send-btn:active{transform:translateY(0) scale(.98);box-shadow:0 2px 6px #f8717126}.send-btn i{font-size:1.125rem;transition:transform .3s}.send-btn:hover i{transform:translate(3px) translateY(-3px) rotate(-15deg)}.send-btn:active i{transform:translate(5px) translateY(-5px) rotate(-20deg)}.send-btn:disabled{background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);color:#a02d2d;border-color:#9ca3af33;cursor:not-allowed;box-shadow:0 1px 3px #9ca3af1a;transform:none;opacity:.5}.send-btn:disabled:before{display:none}.send-btn:disabled:hover{background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);transform:none;box-shadow:0 1px 3px #9ca3af1a}.send-btn:disabled i{transform:none}.deepseek-ui{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;overflow:hidden;display:flex;flex-direction:column;background:#f7f8fa}.deepseek-ui .chat-header{background:transparent;border-bottom:1px solid #e5e7eb;padding:.75rem 0;flex:0 0 auto}.deepseek-ui .header-left-section .chat-logo{width:28px;height:28px;border-radius:6px}.deepseek-ui .chat-title.ai-mode,.deepseek-ui .title-divider.ai-mode{background:none;-webkit-text-fill-color:initial}.deepseek-ui .chat-title{font-size:1.125rem;font-weight:600;color:#1f2937}.deepseek-ui .chat-container{background:#f7f8fa;box-shadow:none;flex:1 1 auto;overflow-y:auto}.deepseek-ui .message-row .chat-message{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 1px 2px #0000000a}.deepseek-ui .user-message{background:#f9fafb;border-color:#ef44441a}.deepseek-ui .bot-message p,.deepseek-ui .user-message p{font-size:.95rem;line-height:1.8;color:#1f2937}.deepseek-ui .bot-message pre,.deepseek-ui .bot-message code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;background:#0f172a;color:#e5e7eb;border-radius:8px}.deepseek-ui .bot-message pre{padding:.75rem .875rem;overflow:auto}.deepseek-ui .bot-message code:not(pre code){padding:.15rem .35rem}.deepseek-ui .input-container{background:#f7f8fa;border-top:1px solid #e5e7eb;flex:0 0 auto;display:flex!important}.deepseek-ui .chat-input{border:1px solid #e5e7eb;border-radius:12px;background:#fff}.deepseek-ui .model-select{border:1px solid rgba(160,45,45,.1);background:#fff;color:#1f2937}.deepseek-ui~.sidebar{display:none!important}.qa-expert .sidebar{display:none!important}.deepseek-ui .chat-header{background:#ffffff;border-bottom:1px solid #e5e7eb;padding:.75rem 1.5rem;height:56px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.deepseek-ui .header-left-section{display:flex;align-items:center;gap:1rem}.deepseek-ui .chat-logo{width:32px;height:32px;border-radius:6px}.deepseek-ui .chat-title{font-size:1.125rem;font-weight:600;color:#1f2937;background:none;-webkit-text-fill-color:initial}.deepseek-ui .title-divider{display:none}.deepseek-ui .chat-container{background:#f8fafc;flex:1;border-radius:0;box-shadow:none}.deepseek-ui .messages-container{padding:1.5rem 2rem}.deepseek-ui .bot-message{background:#ffffff;border:1px solid #e5e7eb;border-radius:18px;color:#1f2937;box-shadow:0 1px 3px #0000000a;padding:.875rem 1.25rem}.deepseek-ui .user-message{background:#fecaca;border:none;border-radius:18px;color:#1f2937;box-shadow:0 1px 3px #0000000a}.deepseek-ui .expert-message{background:#d1fae5;border:none;border-radius:18px}.deepseek-ui .avatar{width:36px;height:36px;border-radius:50%}.deepseek-ui .input-container{background:#ffffff;border-top:1px solid #e5e7eb;padding:1rem 2rem}.deepseek-ui .chat-input{border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc;color:#1f2937}.deepseek-ui .chat-input:focus{outline:none!important;box-shadow:none!important;border-color:#e5e7eb;background:#ffffff}.deepseek-ui .send-btn{background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);box-shadow:0 2px 8px #ef444433}.deepseek-ui .send-btn:hover{background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);box-shadow:0 4px 12px #ef44444d}.deepseek-ui .model-select{border:1px solid rgba(160,45,45,.1);background:#f8fafc;color:#1f2937}.deepseek-ui .model-select:focus{border:2px solid rgba(239,68,68,.2);box-shadow:0 0 0 3px #ef44441a}.qa-expert.page-layout{--page-left-sidebar-width: 0px;padding-left:var(--page-left-sidebar-width)}.blank-deepseek-page{position:fixed;left:0;top:0;right:0;bottom:0;width:100vw;height:100vh;background:#ffffff;z-index:999;overflow:hidden}.blank-main{min-height:100vh;display:flex;flex-direction:column}.blank-header{height:48px;display:flex;align-items:center;padding:0 16px;border-bottom:1px solid #e5e7eb}.blank-brand{font-size:14px;color:#6b7280}.blank-chat{flex:1;display:flex;align-items:center;justify-content:center;padding:24px}.blank-greeting{max-width:720px;text-align:left;color:#374151;line-height:1.8}.blank-greeting p{margin:0 0 12px}.blank-input-bar{display:flex;gap:8px;padding:12px 16px 16px;border-top:1px solid #e5e7eb}.blank-input{flex:1;height:40px;border:1px solid #e5e7eb;border-radius:10px;padding:0 12px;background:#f9fafb;color:#6b7280}.blank-send{height:40px;width:40px;border:1px solid #e5e7eb;border-radius:10px;background:#ffffff;color:#6b7280}.page-left-sidebar{position:fixed;left:0;top:0;bottom:0;width:var(--page-left-sidebar-width);background:#ffffff;border-right:1px solid #e5e7eb;box-shadow:0 2px 12px #0000000a;display:flex;flex-direction:column;align-items:center;gap:12px;padding:12px 8px;z-index:20}.page-left-sidebar .sidebar-logo{width:36px;height:36px;border-radius:8px}.page-left-sidebar .sidebar-nav{display:flex;flex-direction:column;gap:8px;width:100%}.page-left-sidebar .nav-btn{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%;padding:8px 6px;border:none;background:transparent;color:#374151;cursor:pointer;border-radius:10px}.page-left-sidebar .nav-btn i{font-size:1rem;color:#6b7280}.page-left-sidebar .nav-btn:hover{background:#f3f4f6}.page-left-sidebar .nav-btn span{font-size:.75rem}.sidebar,.sidebar-title,.service-section{display:none!important}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1rem}.service-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#ffffff;border:1px solid #f3f4f6;border-radius:10px;cursor:pointer;transition:all .2s ease}.service-btn i{color:#a02d2d}.service-btn:hover{border-color:#a02d2d;box-shadow:0 6px 16px #ef44441f;transform:translateY(-1px)}.contact-panel{background:#fff;border:1px dashed #f3f4f6;border-radius:10px;padding:.75rem;display:grid;gap:.5rem}.contact-row{display:flex;align-items:center;gap:.5rem;color:#374151}.contact-row i{color:#a02d2d}.tools-section{display:none!important}.faq-section{display:block}.sidebar>.sidebar-title:nth-of-type(1){position:relative;margin-left:0;margin-right:0;margin-top:-1.75rem;margin-bottom:1rem;padding:1.75rem 0 0;background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;border-radius:0}.sidebar>.sidebar-title:nth-of-type(1):before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:transparent;border-radius:0;z-index:-1}.sidebar>.tools-grid{margin-left:0;margin-right:0;margin-bottom:0;padding:0;background:transparent;border-radius:0}.sidebar>.sidebar-title:nth-of-type(2){position:relative;margin-left:0;margin-right:0;margin-top:0;margin-bottom:1rem;padding:0;background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;border-radius:0}.sidebar>.sidebar-title:nth-of-type(2):before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:transparent;border-radius:0;z-index:-1}.sidebar-title i{color:#a02d2d;font-size:1.125rem;-webkit-text-fill-color:#a02d2d;animation:iconBounce 2s ease-in-out infinite}@keyframes iconBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.tools-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;flex-shrink:0;background:transparent;padding:0;border-radius:0;border:none}.tool-btn{position:relative;overflow:hidden;background:linear-gradient(145deg,#f0f9ff,#e6f7ff);color:#a02d2d;border:none;padding:.625rem .375rem;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:flex;flex-direction:column;align-items:center;gap:.5rem;font-weight:500;box-shadow:0 2px 8px #ef444414}.tool-btn:nth-child(1){background:linear-gradient(145deg,#f0f9ff,#e6f7ff)}.tool-btn:nth-child(2){background:white}.tool-btn:nth-child(3){background:white}.tool-btn:nth-child(4){background:white}.tool-btn:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 8px 20px #ef444433;background:#f9fafb}.tool-btn:nth-child(1):hover{background:#f9fafb}.tool-btn:nth-child(2):hover{background:#f9fafb}.tool-btn:nth-child(3):hover{background:#f9fafb}.tool-btn:nth-child(4):hover{background:#f9fafb}.tool-btn:active{transform:translateY(-2px) scale(.98)}.tool-btn i{font-size:1.125rem;transition:transform .3s}.tool-btn:hover i{transform:scale(1.15) rotate(5deg)}.tool-btn p{font-size:.6875rem;margin:0;text-align:center;line-height:1.3;font-weight:600}.faq-carousel{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:0;margin:0 0 .75rem;flex-shrink:0;background:transparent;border:none}.carousel-arrow{width:28px;height:28px;border:none;background:transparent;color:#9ca3af;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0;outline:none}.carousel-arrow:focus{outline:none}.carousel-arrow:hover{color:#a02d2d;transform:scale(1.2)}.carousel-arrow:active{transform:scale(1)}.carousel-arrow i{font-size:1rem}.carousel-category-info{flex:1;display:flex;align-items:center;gap:.75rem;min-width:0}.category-icon{font-size:1.25rem;color:#a02d2d;flex-shrink:0}.category-text{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.category-name{font-size:.9375rem;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-indicator{font-size:.6875rem;color:#9ca3af;font-weight:500}.carousel-dots{display:flex;justify-content:center;gap:.375rem;margin-bottom:.75rem;margin-left:0;margin-right:0;padding:0;flex-shrink:0;background:transparent}.carousel-dot{width:6px;height:6px;border-radius:50%;border:none;background:#e5e7eb;cursor:pointer;transition:all .3s ease;padding:0;outline:none}.carousel-dot:focus{outline:none}.carousel-dot:hover{background:#9ca3af}.carousel-dot.active{width:20px;border-radius:3px;background:#a02d2d}.faq-list{display:flex;flex-direction:column;gap:.625rem;overflow-y:auto;flex:1;margin-right:-.5rem;animation:fadeIn .3s ease-out;margin:0;padding-left:0;padding-right:.5rem;padding-top:0;padding-bottom:0;background:transparent;border:none;border-radius:0}.faq-item{border:1px solid #e5e7eb;border-radius:10px;padding:.75rem .875rem;cursor:pointer;transition:all .3s;background:#a02d2d;color:#fff;flex-shrink:0}.faq-item:hover{background:#8c2525;border-color:#ef444433;transform:translate(4px);box-shadow:0 2px 8px #0000000d}.faq-question{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#fff}.faq-question i{font-size:.75rem;color:#a02d2d}.faq-answer{margin-top:.5rem;padding-top:.5rem;font-size:.8125rem;color:#fff;line-height:1.5;border-top:1px solid #f3f4f6}.sidebar-footer{margin-top:.75rem;padding-top:.75rem;border-top:2px solid rgba(0,0,0,.06);flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:3rem}.qr-code-container{display:flex;flex-direction:column;align-items:center;gap:.375rem;padding:.5rem;background:linear-gradient(135deg,#fff5f5 0%,#ffffff 100%);border-radius:6px;border:1.5px dashed rgba(239,68,68,.2);transition:all .3s ease}.qr-code-container:hover{border-color:#ef444466;box-shadow:0 2px 8px #ef44441a;transform:translateY(-1px)}.qr-code-image{width:70px;height:70px;border-radius:4px;box-shadow:0 1px 4px #0000001a;transition:all .3s ease}.qr-code-container:hover .qr-code-image{transform:scale(1.05);box-shadow:0 2px 8px #00000026}.qr-code-text{font-size:.6875rem;color:#a02d2d;font-weight:600;text-align:center;margin:0;letter-spacing:.01em;line-height:1.3}.footer-text{text-align:center;font-size:.875rem;color:#6b7280;margin:0;display:flex;align-items:center;justify-content:center;gap:.5rem}.footer-text i{color:#a02d2d;font-size:1rem;animation:teamWave 2s ease-in-out infinite}@keyframes teamWave{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.messages-container::-webkit-scrollbar{width:6px}.messages-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.messages-container::-webkit-scrollbar-thumb{background:#a02d2d;border-radius:3px}.messages-container::-webkit-scrollbar-thumb:hover{background:#a02d2d}.faq-list::-webkit-scrollbar{width:4px}.faq-list::-webkit-scrollbar-track{background:transparent}.faq-list::-webkit-scrollbar-thumb{background:rgba(239,68,68,.3);border-radius:2px}.faq-list::-webkit-scrollbar-thumb:hover{background:rgba(239,68,68,.5)}@media (max-width: 1024px){.sidebar{max-width:100%;height:auto;max-height:none}.tools-grid{grid-template-columns:repeat(3,1fr)}.faq-list{max-height:400px}}@media (max-width: 768px){.qa-expert{padding:1rem}.container-wrapper{gap:0;border-radius:0;box-shadow:none;background:transparent}.chat-container{height:calc(60vh - 73px);min-height:377px;border-radius:0}.sidebar{height:auto;max-height:none}.message-content{max-width:90%}.tools-grid{grid-template-columns:repeat(2,1fr)}.faq-list{max-height:300px}.chat-header{border-radius:0}}@media (max-width: 480px){.chat-container{height:55vh;min-height:400px}.message-content{max-width:95%}.chat-title{font-size:1rem}.typing-indicator span{width:6px;height:6px}}.satisfaction-survey-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.65);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.satisfaction-survey-modal{background:white;border-radius:16px;width:90%;max-width:560px;max-height:85vh;overflow:hidden;box-shadow:0 12px 48px #00000040;animation:slideUp .3s ease-out;display:flex;flex-direction:column}.survey-header{background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff;padding:1.75rem 2rem;text-align:center}.survey-title{font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.survey-subtitle{font-size:.875rem;margin:0;opacity:.95;font-weight:400}.survey-body{padding:2rem;overflow-y:auto;flex:1}.survey-item{margin-bottom:2rem}.survey-item:last-child{margin-bottom:0}.survey-label{display:block;font-size:.9375rem;font-weight:600;color:#374151;margin-bottom:.75rem}.required-star{color:#a02d2d;margin-left:.25rem}.star-rating{display:flex;align-items:center;gap:.5rem}.star-btn{background:none;border:none;font-size:2rem;color:#d1d5db;cursor:pointer;transition:all .2s ease;padding:0;outline:none}.star-btn:focus{outline:none}.star-btn:hover{transform:scale(1.15);color:#fbbf24}.star-btn.active{color:#fbbf24;transform:scale(1.05)}.star-btn.active:hover{transform:scale(1.2)}.rating-text{font-size:.875rem;color:#6b7280;font-weight:500;min-width:80px}.survey-textarea{width:100%;padding:.875rem;border:1.5px solid #e5e7eb;border-radius:10px;font-size:.9375rem;resize:vertical;font-family:inherit;transition:all .3s ease;outline:none}.survey-textarea:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a;outline:none}.survey-textarea::placeholder{color:#9ca3af}.survey-footer{padding:1.5rem 2rem;border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end;background:#f9fafb}.survey-skip-btn,.survey-submit-btn{padding:.75rem 1.75rem;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;outline:none}.survey-skip-btn:focus,.survey-submit-btn:focus{outline:none}.survey-skip-btn{background:white;color:#6b7280;border:1.5px solid #d1d5db}.survey-skip-btn:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af;color:#374151}.survey-submit-btn{background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff;box-shadow:0 4px 12px #10b9814d}.survey-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #10b98166}.survey-submit-btn:active:not(:disabled){transform:translateY(0)}.survey-skip-btn:disabled,.survey-submit-btn:disabled{opacity:.5;cursor:not-allowed}.end-chat-btn{background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px #ef44444d;outline:none}.end-chat-btn:focus{outline:none}.end-chat-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ef444466;background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%)}.end-chat-btn:active{transform:translateY(0)}.cancel-transfer-btn{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);color:#fff;border:none;padding:.875rem 1.25rem;border-radius:12px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);font-size:.875rem;font-weight:600;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px #f59e0b4d;position:relative;overflow:hidden}.cancel-transfer-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.cancel-transfer-btn:hover:before{left:100%}.cancel-transfer-btn i{transition:transform .4s cubic-bezier(.4,0,.2,1);font-size:1rem}.cancel-transfer-btn:hover{background:linear-gradient(135deg,#d97706 0%,#b45309 100%);transform:translateY(-2px) scale(1.02);box-shadow:0 6px 20px #f59e0b66}.cancel-transfer-btn:hover i{transform:scale(1.15) rotate(-10deg)}.cancel-transfer-btn:active{transform:translateY(0) scale(.98);box-shadow:0 3px 10px #f59e0b4d}@media (max-width: 640px){.satisfaction-survey-modal{width:95%;max-height:90vh}.survey-header{padding:1.25rem 1.5rem}.survey-title{font-size:1.25rem}.survey-body{padding:1.5rem}.star-btn{font-size:1.75rem}.survey-footer{padding:1rem 1.5rem;flex-direction:column}.survey-skip-btn,.survey-submit-btn{width:100%}}.product-categories-header{text-align:center;margin-bottom:2.5rem;padding:0 1rem;animation:fadeIn .8s ease-out}.product-categories-title{font-size:2.25rem;font-weight:700;margin-bottom:.75rem;background:linear-gradient(90deg,#f0e5f5,#e1c3e9);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block;letter-spacing:-.5px}.product-categories-subtitle{font-size:1.125rem;color:#666;max-width:800px;margin:0 auto;line-height:1.6;font-weight:400;opacity:.9}.product-categories-container{padding:3rem 1.5rem;margin:2rem auto;max-width:1200px;background-color:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000d;border:1px solid rgba(0,0,0,.03);transition:all .5s ease}.product-categories{display:flex;flex-wrap:wrap;gap:.625rem;justify-content:center;padding:0;margin:2rem auto;max-width:none}.product-category-card{padding:.75rem 1rem;border-radius:1200px;cursor:pointer;transition:box-shadow .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px #0000001a;background:linear-gradient(135deg,var(--primary-red),var(--primary-red-dark));display:inline-flex;flex-direction:row;align-items:center;gap:.75rem;border:none;font-size:.875rem;color:#fff;font-weight:500;flex:0 0 auto;width:180px;box-sizing:border-box;min-width:auto}.product-categories-wrapper .product-category-card{width:8rem;height:9rem;padding:1rem .75rem;border-radius:12px;flex-direction:column;text-align:center;gap:.75rem;font-size:.75rem;flex-shrink:0;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000014;border:none;transition:all .3s cubic-bezier(.34,1.56,.64,1);cursor:pointer}.product-categories-wrapper .product-category-card:before{content:"";position:absolute;top:0;left:0;right:0;height:100px;background:linear-gradient(90deg,rgba(255,255,255,.15),rgba(255,255,255,.08),rgba(255,255,255,0));pointer-events:none;opacity:.8}.product-categories-wrapper .product-category-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,rgba(255,255,255,.2),transparent);pointer-events:none}.product-category-card:hover{background:linear-gradient(145deg,#8c2525,#a02d2d);box-shadow:0 10px 25px #a02d2d66;transform:translateY(-6px) scale(1.03);transition:all .3s cubic-bezier(.34,1.56,.64,1);border-color:transparent}.category-icon{font-size:1.125rem;transition:transform .3s ease;flex-shrink:0}.product-categories-wrapper .category-icon{font-size:1.75rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.2);transform:none;margin-bottom:.25rem;filter:drop-shadow(0 2px 2px rgb(0 0 0 / .05)) drop-shadow(0 1px 1px rgb(0 0 0 / .04))}.product-category-card:hover .category-icon{filter:drop-shadow(0 4px 4px rgb(0 0 0 / .1))}.category-name{font-size:.8125rem;font-weight:600;color:#fff;white-space:nowrap;line-height:1;transition:all .3s ease}.product-categories-wrapper .category-name{font-size:.875rem;white-space:normal;line-height:1.3;font-weight:600;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.1);padding:0 .25rem;letter-spacing:.2px}.product-category-card:hover .category-name{color:#fff;font-weight:700;transform:scale(1.05);transition:transform .3s ease}@media (max-width: 768px){.product-category-card{padding:.35rem .75rem;font-size:.75rem}.category-icon{font-size:1rem}.category-name{font-size:.75rem}}.confirm-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(17,24,39,.35);display:flex;align-items:center;justify-content:center;z-index:1000}.confirm-modal{background:#ffffff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 12px 28px #0000001f;padding:1rem 1.25rem;width:380px;max-width:92vw}.confirm-modal-title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#374151;margin-bottom:.25rem}.confirm-modal-text{font-size:.875rem;color:#6b7280;margin:0 0 .75rem}.confirm-modal-actions{display:flex;justify-content:flex-end;gap:.5rem}.confirm-btn{padding:.5rem 1rem;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;border:1px solid transparent;transition:all .2s ease}.confirm-btn.cancel{background:#f3f4f6;color:#374151;border-color:#e5e7eb}.confirm-btn.cancel:hover{background:#e5e7eb}.confirm-btn.confirm-end{background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);color:#fff;box-shadow:0 4px 12px #ef444440}.confirm-btn.confirm-end:hover{transform:translateY(-1px);box-shadow:0 6px 16px #ef444459}.confirm-btn.confirm-cancel{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);color:#fff;box-shadow:0 4px 12px #f59e0b40}.confirm-btn.confirm-cancel:hover{transform:translateY(-1px);box-shadow:0 6px 16px #f59e0b59}.confirm-btn.confirm-clear{background:linear-gradient(135deg,#6b7280 0%,#4b5563 100%);color:#fff;box-shadow:0 4px 12px #6b728040}.confirm-btn.confirm-clear:hover{transform:translateY(-1px);box-shadow:0 6px 16px #6b728059;background:linear-gradient(135deg,#4b5563 0%,#374151 100%)}.confirm-modal-title .fa-broom{color:#6b7280}.order-confirm-modal{width:520px;max-width:92vw;padding:1.5rem}.order-confirm-content{margin:1.5rem 0}.order-info-section,.order-pricing-section,.terms-section{margin-bottom:1.5rem}.section-title{font-size:.95rem;font-weight:600;color:#374151;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.section-title i{color:#a02d2d}.order-info-item{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.order-info-item:last-child{border-bottom:none}.info-label{font-size:.875rem;color:#6b7280}.info-value{font-size:.875rem;font-weight:600;color:#374151}.info-value.urgent-high{color:#a02d2d}.info-value.urgent-medium{color:#f59e0b}.info-value.urgent-low{color:#10b981}.pricing-item{margin-bottom:.75rem}.pricing-label{font-size:.875rem;color:#6b7280;display:block;margin-bottom:.5rem}.reply-count-input{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.count-btn{width:32px;height:32px;border-radius:8px;border:1px solid #e5e7eb;background:#ffffff;color:#374151;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.count-btn:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.count-btn:disabled{opacity:.5;cursor:not-allowed}.count-input{width:80px;height:32px;border-radius:8px;border:1px solid #e5e7eb;text-align:center;font-size:.875rem;font-weight:600;color:#374151}.count-input:focus{outline:none;border-color:#a02d2d;box-shadow:0 0 0 3px #ef44441a}.count-unit{font-size:.875rem;color:#6b7280}.count-note{font-size:.75rem;color:#9ca3af;margin-top:.25rem}.pricing-value{font-size:.875rem;font-weight:600;color:#a02d2d}.pricing-total{display:flex;justify-content:space-between;padding:.75rem 1rem;background:linear-gradient(135deg,#fef2f2 0%,#fecaca 100%);border-radius:10px;margin-top:1rem}.total-label{font-size:.95rem;font-weight:600;color:#374151}.total-value{font-size:1.1rem;font-weight:700;color:#a02d2d}.terms-section{padding:1rem;background:#f9fafb;border-radius:10px;border:1px solid #e5e7eb}.terms-checkbox{display:flex;align-items:start;gap:.5rem;cursor:pointer}.terms-checkbox input[type=checkbox]{margin-top:.25rem;width:16px;height:16px;cursor:pointer}.checkbox-text{font-size:.875rem;color:#4b5563;line-height:1.5}.terms-link{color:#a02d2d;text-decoration:underline;font-weight:600}.terms-link:hover{color:#a02d2d}.confirm-btn.confirm-submit{background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);color:#fff;box-shadow:0 4px 12px #ef444440}.confirm-btn.confirm-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #ef444459}.confirm-btn.confirm-submit:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:0 4px 12px #ef444426}.ticket-submit-option{margin-top:1rem;padding:1rem;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-left:4px solid #f59e0b;border-radius:8px;box-shadow:0 2px 8px #f59e0b26}.ticket-option-content{display:flex;align-items:center;gap:1rem}.ticket-option-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-radius:50%;color:#fff;font-size:1.5rem;box-shadow:0 2px 8px #f59e0b4d}.ticket-option-text{flex:1}.ticket-option-title{font-size:1rem;font-weight:600;color:#78350f;margin:0 0 .25rem}.ticket-option-desc{font-size:.875rem;color:#92400e;margin:0}.submit-ticket-btn{flex-shrink:0;padding:.625rem 1.25rem;background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #3b82f640;display:flex;align-items:center;gap:.5rem}.submit-ticket-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ef444459}.submit-ticket-btn:active{transform:translateY(0);box-shadow:0 2px 6px #ef444433}.submit-ticket-btn i{font-size:1.125rem}.ai-rejection-option{margin-top:1rem;padding:1rem;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);border-left:4px solid #a02d2d;border-radius:8px;box-shadow:0 2px 8px #ef444426}.ai-rejection-option .rejection-option-content{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:1rem!important}.ai-rejection-option .rejection-option-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);border-radius:50%;color:#fff;font-size:1.5rem;box-shadow:0 2px 8px #ef44444d}.ai-rejection-option .rejection-option-text{flex:1;width:100%}.ai-rejection-option .rejection-option-title{font-size:1rem;font-weight:600;color:#7f1d1d;margin:0 0 .5rem}.ai-rejection-option .rejection-option-desc{font-size:.875rem;color:#991b1b;margin:0 0 .5rem;line-height:1.5}.ai-rejection-option .modify-info-btn{padding:.625rem 1.25rem;background:linear-gradient(135deg,#ec4899 0%,#db2777 100%);color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #ec489940;display:flex;align-items:center;gap:.5rem;align-self:flex-start;margin-top:.5rem}.ai-rejection-option .modify-info-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ec489959}.ai-rejection-option .modify-info-btn:active{transform:translateY(0);box-shadow:0 2px 6px #ec489933}.ai-rejection-option .modify-info-btn i{font-size:1.125rem}.ai-approval-option{margin-top:1rem;padding:1rem;background:linear-gradient(135deg,#dcfce7 0%,#bbf7d0 100%);border-left:4px solid #22c55e;border-radius:8px;box-shadow:0 2px 8px #22c55e26}.approval-option-content{display:flex;align-items:center;gap:1rem}.approval-option-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);border-radius:50%;color:#fff;font-size:1.5rem;box-shadow:0 2px 8px #22c55e4d}.approval-option-text{flex:1}.approval-option-title{font-size:1rem;font-weight:600;color:#15803d;margin:0 0 .25rem}.approval-option-desc{font-size:.875rem;color:#166534;margin:0}.ticket-rejection-option{margin-top:1rem;padding:1rem;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);border-left:4px solid #a02d2d;border-radius:8px;box-shadow:0 2px 8px #ef444426}.ticket-rejection-option .rejection-option-content{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:1rem!important}.ticket-rejection-option .rejection-option-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);border-radius:50%;color:#fff;font-size:1.5rem;box-shadow:0 2px 8px #ef44444d}.ticket-rejection-option .rejection-option-text{flex:1;width:100%}.ticket-rejection-option .rejection-option-title{font-size:1rem;font-weight:600;color:#7f1d1d;margin:0 0 .5rem}.ticket-rejection-option .rejection-option-desc{font-size:.875rem;color:#991b1b;margin:0 0 .5rem;line-height:1.5}dify-ticket-btn{padding:.625rem 1.25rem;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #f9731640;display:flex;align-items:center;gap:.5rem;align-self:flex-start;margin-top:.5rem}dify-ticket-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f9731659}dify-ticket-btn:active{transform:translateY(0);box-shadow:0 2px 6px #f9731633}.ticket-rejection-option .mo .recent-dialogs-section{margin-bottom:1rem}.section-header{font-size:1rem;font-weight:600;color:#374151;padding:.5rem 1rem;background:#f9fafb;border-left:3px solid #a02d2d;margin:0 -1rem}dify-ticket-btn i{font-size:1.125rem}.mobile-nav-header{display:none;position:fixed;top:0;left:0;right:0;height:56px;background:#ffffff;border-bottom:1px solid rgba(0,0,0,.08);z-index:1002;padding:0 1rem;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #0000000a}.mobile-nav-btn{width:40px;height:40px;background:transparent;border:none;border-radius:8px;color:#1a1a1a;font-size:1.125rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.mobile-nav-btn:hover{background:rgba(0,0,0,.04);color:#000}.mobile-nav-btn:active{transform:scale(.95);background:rgba(0,0,0,.08)}.mobile-nav-title{flex:1;text-align:center;font-size:1rem;font-weight:600;color:#1a1a1a;letter-spacing:.5px}.mobile-menu-btn{display:none;background:none;border:none;color:#a02d2d;font-size:1.125rem;cursor:pointer;z-index:1001;transition:all .3s ease;align-items:center;justify-content:center;padding:8px 12px}.mobile-menu-btn:hover{opacity:.7}.mobile-menu-btn:active{transform:scale(.95)}.mobile-menu-btn.hidden{opacity:0;pointer-events:none}.sidebar-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1001;opacity:0;transition:opacity .3s ease;pointer-events:none}.sidebar-overlay.visible{opacity:1;pointer-events:auto}@media (max-width: 1024px){.user-type-selector-modal{max-width:720px;padding:2rem}.user-type-options{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.user-type-card{padding:1.5rem}.type-icon{width:56px;height:56px;font-size:1.75rem}.type-title{font-size:1.35rem}.welcome-container{padding:1.5rem}.welcome-header h1{font-size:1.5rem}.logo-image{width:72px;height:72px;transform:none}}@media (max-width: 768px){.mobile-nav-header{display:flex}.mobile-menu-btn{display:none}.sidebar-overlay,.sidebar-overlay.visible{display:block}.qa-expert{flex-direction:column;padding:0}.container-wrapper{flex-direction:column;height:100vh;min-height:100vh;width:100%;margin:0;border-radius:0}.history-sidebar{position:fixed;top:0;left:-100%;width:85%;max-width:400px;height:100vh;z-index:1003;box-shadow:4px 0 24px #00000026;transition:left .3s ease}.history-sidebar.mobile-open{left:0}.sidebar-collapse-btn,.sidebar-expand-btn{display:none}.chat-section{width:100%;max-width:100%;border-radius:0;height:100vh;min-height:100vh;padding-top:56px}.chat-container{border-radius:0;height:calc(100vh - 56px);min-height:calc(100vh - 56px)}.chat-header{display:none}.messages-container{padding:.75rem}.product-categories,.product-buttons{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important;padding:0 .5rem!important;justify-content:initial!important;flex-wrap:wrap!important;max-width:100%!important}.product-name-btn{padding:.75rem .5rem;font-size:.875rem;text-align:center;white-space:normal;min-height:48px;display:flex;align-items:center;justify-content:center}.user-type-selector-overlay{padding:0;align-items:flex-end}.user-type-selector-modal{width:100%;max-width:100%;max-height:90vh;border-radius:20px 20px 0 0;padding:1.5rem;overflow-y:auto}.selector-header{margin-bottom:1.5rem}.selector-logo{height:48px;margin-bottom:1rem}.selector-title{font-size:1.5rem}.selector-subtitle{font-size:.9rem}.user-type-options{grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}.user-type-card{padding:1.25rem}.type-icon{width:48px;height:48px;font-size:1.5rem;margin-bottom:1rem}.type-title{font-size:1.25rem}.type-desc{font-size:.8rem;margin-bottom:1rem}.type-features{margin-bottom:1rem}.type-features li{font-size:.85rem;padding:.35rem 0}.select-btn{padding:.75rem 1.25rem;font-size:.9rem}.selector-footer{padding-top:1rem}.footer-note{font-size:.8rem}.empty-state{padding:0;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.welcome-container{padding:0 1rem;width:100%;display:flex;flex-direction:column;align-items:center}.welcome-header{flex-direction:column;text-align:center;gap:.5rem;margin-bottom:.75rem;margin-top:0}.welcome-logo{margin:0 auto}.welcome-header-content{margin-top:0;margin-bottom:0}.product-buttons-container{margin-top:.75rem}.logo-image{width:64px;height:64px;transform:none}.welcome-header-content h1{font-size:1.25rem;text-align:center}.welcome-suggestions{padding:0}.quick-start-chips{flex-direction:column;gap:.5rem}.quick-question-chip{width:100%;justify-content:flex-start;padding:.75rem 1rem;font-size:.875rem}#qa-input-container{padding:.5rem}.input-wrapper{padding:0}.chat-input{font-size:16px;min-height:36px;max-height:100px}#qa-input-container .input-actions{transform:translateY(-34px);gap:.35rem}.icon-btn{width:34px;height:34px;font-size:.85rem}.send-btn{height:32px;padding:0 8px;font-size:.75rem;min-width:32px}.model-selector-container{width:100%}.model-select{width:100%;max-width:none}.message-row{padding:.5rem 0}.message-content{max-width:95%}.bot-message,.user-message,.expert-message{padding:.875rem 1rem}.avatar{width:32px;height:32px}.message-footer,.user-footer,.expert-footer{flex-wrap:nowrap;gap:.25rem}.copy-btn,.undo-btn,.rating-btn{padding:.25rem .5rem;font-size:.65rem}.satisfaction-survey-modal{width:95%;max-width:100%;max-height:85vh}.survey-header{padding:1.25rem 1.5rem}.survey-title{font-size:1.25rem}.survey-body{padding:1.25rem}.star-btn{font-size:1.75rem}}@media (max-width: 480px){.mobile-menu-btn{width:40px;height:40px;top:.75rem;left:.75rem;font-size:1rem}.history-sidebar{width:90%;max-width:280px}.sidebar-top{padding:.75rem}.sidebar-logo{height:32px}.new-chat-btn{padding:.6rem .75rem;font-size:.75rem}.sidebar-content{padding:.5rem}.history-group-item{padding:.5rem .4rem;font-size:.7rem}.sidebar-footer{padding:.6rem}.user-avatar-footer{width:28px;height:28px}.user-name-footer{font-size:.8rem}.chat-header{padding:.5rem .75rem;padding-left:52px;min-height:48px}.messages-container{padding:.5rem}.user-type-selector-modal{padding:1.25rem;max-height:95vh}.selector-logo{height:40px}.selector-title{font-size:1.25rem}.selector-subtitle{font-size:.85rem}.user-type-card{padding:1rem}.type-icon{width:40px;height:40px;font-size:1.25rem;margin-bottom:.75rem}.type-title{font-size:1.1rem}.type-desc{font-size:.75rem}.type-features li{font-size:.8rem;padding:.25rem 0;gap:.5rem}.select-btn{padding:.625rem 1rem;font-size:.85rem}.empty-state{padding:0;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.welcome-container{padding:0 .75rem;width:100%;display:flex;flex-direction:column;align-items:center}.welcome-header{gap:.4rem;margin-bottom:.625rem;margin-top:0}.welcome-logo{margin:0 auto}.welcome-header-content{margin-top:0;margin-bottom:0}.product-buttons-container{margin-top:.625rem}.product-categories,.product-buttons{grid-template-columns:repeat(2,1fr)!important;gap:.5rem!important}.product-name-btn{padding:.65rem .4rem;font-size:.8rem;min-height:44px}.logo-image{width:56px;height:56px;transform:none}.welcome-header-content h1{font-size:1.1rem}.quick-question-chip{padding:.625rem .875rem;font-size:.8rem}#qa-input-container{padding:.4rem}.chat-input{min-height:40px;padding:.35rem 0}#qa-input-container .input-actions{transform:translateY(-32px)}.icon-btn{width:32px;height:32px;font-size:.8rem}.send-btn{height:30px;padding:0 6px;font-size:.7rem;min-width:30px}.send-btn i{font-size:.85rem}.message-content{max-width:98%}.bot-message,.user-message,.expert-message{padding:.75rem .875rem}.avatar{width:28px;height:28px}.copy-btn,.undo-btn,.rating-btn{padding:.2rem .4rem;font-size:.6rem}.transfer-btn{padding:.35rem .6rem;font-size:.7rem;gap:.25rem}.satisfaction-survey-overlay{padding:.5rem}.satisfaction-survey-modal{max-height:90vh;border-radius:16px}.survey-header{padding:1rem 1.25rem}.survey-title{font-size:1.125rem}.survey-subtitle{font-size:.8rem}.survey-body{padding:1rem}.survey-label{font-size:.875rem}.star-btn{font-size:1.5rem}.rating-text{font-size:.8rem;min-width:60px}.rating-options{gap:.35rem}.rating-option{padding:.4rem .6rem;font-size:.75rem}.tutorial-card{width:90%;max-width:320px}}@media (max-height: 500px) and (orientation: landscape){.user-type-selector-modal{max-height:90vh;overflow-y:auto}.user-type-options{grid-template-columns:repeat(2,1fr)}.chat-container{height:calc(100vh - 50px);min-height:calc(100vh - 50px)}.satisfaction-survey-modal{max-height:95vh}}@supports (padding: max(0px)){@media (max-width: 768px){.qa-expert{padding-bottom:env(safe-area-inset-bottom)}#qa-input-container{padding-bottom:max(.5rem,env(safe-area-inset-bottom))}.history-sidebar{padding-left:env(safe-area-inset-left)}.user-type-selector-modal{padding-bottom:max(1.5rem,env(safe-area-inset-bottom))}}}@media (hover: none) and (pointer: coarse){.new-chat-btn,.history-group-item,.quick-question-chip,.icon-btn,.send-btn{min-height:44px}.copy-btn,.undo-btn,.rating-btn{min-height:32px;padding:.35rem .6rem}.new-chat-btn:hover,.history-group-item:hover,.quick-question-chip:hover{transform:none;box-shadow:none}.new-chat-btn:active,.history-group-item:active,.quick-question-chip:active{transform:scale(.98);background:rgba(160,45,45,.1)}.messages-container,.sidebar-content{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}}@media (prefers-contrast: high){.history-group-item,.chat-input,.user-type-card{border-width:2px}}@media (prefers-reduced-motion: reduce){.history-sidebar,.sidebar-overlay,.user-type-selector-modal,.message-row,*{transition:none!important;animation:none!important}}@media (max-width: 1024px){.history-sidebar{width:220px}.sidebar-logo{height:40px}.sidebar-top{padding:.75rem}.new-chat-btn{padding:.65rem .875rem;font-size:.8rem}.sidebar-collapse-btn{width:40px;height:40px;padding:.65rem}.sidebar-content{padding:.75rem}.history-group{margin-bottom:.75rem}.group-header{font-size:.65rem}.history-group-item{font-size:.75rem;padding:.65rem}.chat-section{max-width:100%}.chat-header{padding:.875rem 1.25rem}.chat-message{padding:1.125rem 1.375rem}.bot-message{padding:1.25rem 1.5rem}.user-message{padding:.875rem 1.125rem}.message-footer{margin-top:.38rem;padding-top:.25rem;gap:.4rem;min-height:23px}.user-footer{margin-top:.33rem;padding-top:.2rem;gap:.33rem}.expert-footer{margin-top:.38rem;padding-top:.25rem;gap:.4rem}.copy-btn,.undo-btn,.rating-btn{padding:.28rem .65rem;font-size:.7rem;gap:.28rem}.user-footer .copy-btn,.user-footer .undo-btn,.bot-message .copy-btn{padding:.28rem .65rem;font-size:.7rem}.icon-btn{width:35px;height:35px;font-size:.92rem}.input-separator{height:35px;margin:0 5px}.model-select{padding:.38rem .68rem;font-size:.73rem}.model-option{padding:.48rem .68rem;font-size:.73rem}.send-btn{padding:.42rem .85rem;font-size:.92rem;min-width:38px;height:38px}.send-btn i{font-size:1.08rem}.transfer-btn{padding:.52rem .95rem;font-size:.82rem;gap:.42rem}.transfer-btn i{font-size:1.05rem}.footer-actions{display:flex!important;flex-direction:row!important;gap:.45rem;flex-wrap:nowrap!important;justify-content:flex-start;width:auto;flex-shrink:0}.chat-input{padding:.45rem 0;font-size:.9rem;min-height:38px;max-height:110px}.input-wrapper{flex:1 1 auto;max-width:100%}#qa-input-container .input-wrapper{padding-right:0;padding-bottom:.6rem}.qa-input-footer{flex-wrap:wrap;max-width:100%}}@media (max-width: 768px){.history-sidebar{width:180px}.message-content{max-width:92%}.avatar{width:36px;height:36px;flex-shrink:0}.message-footer{margin-top:.35rem;padding-top:.2rem;gap:.35rem;min-height:22px}.user-footer{margin-top:.3rem;padding-top:.15rem;gap:.3rem}.expert-footer{margin-top:.35rem;padding-top:.2rem;gap:.35rem}.bot-message{padding:1rem 1.125rem}.user-message{padding:.75rem .875rem}.expert-message{padding:1rem 1.125rem}.copy-btn,.undo-btn,.rating-btn{padding:.24rem .48rem;font-size:.62rem;gap:.2rem}.user-footer .copy-btn,.user-footer .undo-btn,.bot-message .copy-btn{padding:.24rem .48rem;font-size:.62rem}.icon-btn{width:32px;height:32px;font-size:.85rem}.input-separator{height:32px;margin:0 3px}.model-select{padding:.35rem 1.15rem .35rem .6rem;font-size:.7rem}.model-option{padding:.43rem .6rem;font-size:.7rem}.send-btn{padding:.32rem .64rem;font-size:.82rem;min-width:32px;height:32px}.send-btn i{font-size:.96rem}.transfer-btn{padding:.42rem .78rem;font-size:.74rem;gap:.35rem}.transfer-btn i{font-size:.92rem}.footer-actions{display:flex!important;flex-direction:row!important;gap:.4rem;flex-wrap:nowrap!important;justify-content:flex-start;width:auto;flex-shrink:0}.chat-input{padding:.4rem 0;font-size:.88rem;min-height:36px;max-height:100px}.input-wrapper{flex:1 1 auto;max-width:100%}#qa-input-container .input-wrapper{padding-right:0;padding-bottom:.3rem}#qa-input-container .input-bottom-row{padding:0;gap:.25rem}.qa-input-footer{flex-wrap:wrap;max-width:100%}.model-select{padding:.35rem 1rem .35rem .55rem;font-size:.65rem}.model-option{padding:.4rem .55rem;font-size:.65rem}.input-document-chip{max-width:100%;padding:6px 8px}.chip-icon{width:24px;height:24px;min-width:24px}.chip-icon i{font-size:12px}.chip-name{font-size:11px}.chip-size{font-size:9px}.chip-remove{width:18px;height:18px}.chip-remove i{font-size:10px}.sidebar-top{padding:.75rem}.sidebar-logo{height:36px;margin:.35rem 0}.new-chat-btn{padding:.6rem .75rem;font-size:.75rem}.sidebar-collapse-btn{width:38px;height:38px;padding:.6rem}.sidebar-content{padding:.6rem}.sidebar-divider{margin:0}.history-group{margin-bottom:.75rem}.group-header{font-size:.65rem;padding:0 .35rem;margin-bottom:.5rem}.group-list{gap:.35rem}.history-group-item{padding:.55rem .5rem;font-size:.75rem;border-radius:6px}.session-delete-btn{padding:.35rem;font-size:.65rem}.sidebar-footer{padding:.75rem;gap:.6rem}.user-avatar-footer{width:28px;height:28px}.user-name-footer{font-size:.75rem}.sidebar-expand-btn{width:38px;height:38px;padding:.65rem;left:.4rem}.container-wrapper{height:calc(100vh - .8rem);min-height:calc(100vh - .8rem);width:calc(100% - .8rem);margin:.4rem}.chat-section{max-width:100%;flex:1}.chat-container{max-width:100%}.chat-header{padding:.75rem 1rem}.messages-container{padding:.6rem .75rem;gap:.75rem}.message-content{max-width:90%}.chat-message{padding:1rem 1.125rem;font-size:.875rem}.bot-message{padding:1.125rem 1.25rem}.user-message{padding:.8rem 1rem}.system-message{padding:.4rem 1rem}.welcome-header-content h1{font-size:20px}.input-prompt{font-size:.8rem}}@media (max-width: 480px){.message-row{display:flex!important;flex-direction:row!important;width:100%!important}.message-row.user{justify-content:flex-end!important;padding-right:0!important;margin-right:0!important}.message-content{max-width:85%!important;display:flex!important;flex-direction:row!important;align-items:center!important;width:auto!important}.message-row.user .message-content{flex-direction:row!important;max-width:75%!important;margin-right:0!important}.user-message{word-wrap:break-word!important;word-break:break-word!important;white-space:normal!important}.avatar{width:36px;height:36px;flex-shrink:0}.chat-message{padding:.75rem 1rem;font-size:.8125rem;border-radius:10px}.message-footer{margin-top:.3rem;padding-top:.15rem;gap:.3rem;min-height:20px}.user-footer{margin-top:.25rem;padding-top:.1rem;gap:.25rem}.expert-footer{margin-top:.3rem;padding-top:.15rem;gap:.3rem}.bot-message{padding:.875rem 1rem}.user-message{padding:.65rem .8rem}.expert-message{padding:.875rem 1rem}.footer-actions{display:flex!important;flex-direction:row!important;gap:.35rem;flex-wrap:nowrap!important;justify-content:flex-start;width:auto;flex-shrink:0}.chat-input{padding:.35rem 0;font-size:.85rem;min-height:32px;max-height:80px}.input-wrapper{flex:1 1 auto;max-width:100%}#qa-input-container .input-wrapper{padding-right:0;padding-bottom:.2rem}#qa-input-container .input-bottom-row{padding:0;gap:.2rem}.qa-input-footer{flex-wrap:wrap;max-width:100%}.copy-btn,.undo-btn,.rating-btn{padding:.26rem .55rem;font-size:.65rem;gap:.22rem}.user-footer .copy-btn,.user-footer .undo-btn,.bot-message .copy-btn{padding:.26rem .55rem;font-size:.65rem}.icon-btn{width:30px;height:30px;font-size:.8rem}.input-separator{height:30px;margin:0 4px}.model-select{padding:.32rem 1.1rem .32rem .58rem;font-size:.68rem}.model-option{padding:.4rem .58rem;font-size:.68rem}.input-document-chip{max-width:100%;padding:5px 7px}.chip-icon{width:22px;height:22px;min-width:22px}.chip-icon i{font-size:11px}.chip-name{font-size:10px}.chip-size{font-size:8px}.chip-remove{width:16px;height:16px}.chip-remove i{font-size:9px}.send-btn{padding:.32rem .64rem;font-size:.82rem;min-width:32px;height:32px}.send-btn i{font-size:.96rem}.transfer-btn{padding:.42rem .78rem;font-size:.74rem;gap:.35rem}.transfer-btn i{font-size:.92rem}.sidebar-top{padding:.5rem}.sidebar-logo{height:30px;margin:.25rem 0}.new-chat-btn{padding:.5rem .6rem;font-size:.7rem;gap:.3rem}.sidebar-collapse-btn{width:36px;height:36px;padding:.5rem}.sidebar-content{padding:.5rem}.history-group{margin-bottom:.5rem}.group-header{font-size:.6rem;margin-bottom:.3rem;padding:0 .3rem;letter-spacing:.3px}.group-list{gap:.25rem}.history-group-item{padding:.45rem .4rem;font-size:.7rem;border-radius:4px}.session-delete-btn{padding:.25rem;font-size:.6rem}.sidebar-footer{padding:.6rem;gap:.4rem}.user-avatar-footer{width:24px;height:24px}.user-name-footer{font-size:.65rem}.sidebar-expand-btn{width:36px;height:36px;padding:.5rem;left:.35rem}.container-wrapper{height:calc(100vh - .6rem);min-height:calc(100vh - .6rem);width:calc(100% - .6rem);margin:.3rem}.chat-header{padding:.65rem .875rem}.messages-container{padding:.5rem .65rem;gap:.65rem;padding-bottom:5%}.message-content{max-width:95%}.avatar{width:32px;height:32px;flex-shrink:0}.chat-message{padding:.875rem 1rem;font-size:.8125rem;border-radius:12px}.bot-message{padding:1rem 1.125rem}.user-message{padding:.75rem .875rem}.system-message{padding:.35rem .875rem;max-width:90%}.guide-message{max-width:95%;padding:1.25rem}.welcome-header-content h1{font-size:18px}.welcome-logo{margin-bottom:.15rem}.input-prompt{font-size:.75rem}}.input-documents-list{display:flex;flex-wrap:wrap;gap:8px;padding:0 0 8px;background:transparent}.input-document-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;max-width:calc(100% - 10px);transition:all .2s ease;overflow:hidden}.input-document-chip:hover{background:#e5e7eb;border-color:#d1d5db}.input-document-chip.uploading{background:#fef3c7;border-color:#fcd34d;opacity:1}.input-document-chip.uploading:hover{background:#fce7ac;border-color:#fbbf24}.chip-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#ffffff;border-radius:4px;flex-shrink:0}.chip-icon i{font-size:14px}.chip-info{flex:1;min-width:0;overflow:hidden}.chip-name{font-size:13px;font-weight:500;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px;line-height:1.2}.chip-size{font-size:11px;color:#6b7280;line-height:1.2}.chip-remove{width:20px;height:20px;border:none;background:transparent;color:#9ca3af;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;padding:0}.chip-remove:hover{background:rgba(239,68,68,.1);color:#ef4444}.chip-remove i{font-size:12px}.input-upload-progress{padding:10px;background:#eff6ff;border:1px solid #dbeafe;border-radius:6px;margin-bottom:8px}.progress-info{display:flex;align-items:center;gap:8px;font-size:13px;color:#1f2937;margin-bottom:6px}.progress-info i{color:#3b82f6}.progress-percent{margin-left:auto;font-weight:600;color:#3b82f6}.progress-bar{width:100%;height:4px;background:#e0e7ff;border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:2px;transition:width .3s ease}@media (max-width: 768px){.input-document-chip{max-width:100%;padding:8px 10px}.chip-name{font-size:12px}.chip-size{font-size:10px}}#qa-input-container .input-bottom-row{display:flex;align-items:flex-end;gap:.5rem;width:100%;padding:0;background:transparent}#qa-input-container .input-actions{display:flex;align-items:center;gap:.5rem;z-index:10;pointer-events:auto;flex-shrink:0;width:100%;flex:0 0 100%;transform:translateY(-42px)}#qa-input-container .send-btn{height:40px;padding:0 12px;align-self:center}#qa-input-container .icon-btn{margin-top:4px}#qa-input-container .input-wrapper{padding-right:0;padding-bottom:.25rem}.feature-carousel{width:100%;height:100%;display:flex;flex-direction:column}.carousel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.carousel-header h3{font-size:1.2rem;font-weight:600;color:#2d3748;margin:0}.carousel-indicators{display:flex;gap:8px}.carousel-indicators .indicator{width:8px;height:8px;border-radius:50%;border:none;background:#cbd5e0;cursor:pointer;transition:all .3s ease}.carousel-indicators .indicator.active{background:#4299e1;width:20px;border-radius:4px}.carousel-content{flex:1;display:flex;align-items:center;position:relative}.carousel-btn{width:36px;height:36px;border-radius:50%;border:none;background:linear-gradient(135deg,#4299e1,#3182ce);color:#fff;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;z-index:10}.carousel-btn:hover{transform:scale(1.1);box-shadow:0 4px 12px #0003}.prev-btn{margin-right:1rem}.next-btn{margin-left:1rem}.slide-container{flex:1;position:relative;height:200px;overflow:hidden}.carousel-controls-bottom{position:absolute;bottom:10px;left:10px;display:flex;gap:8px;z-index:1000}.normal-carousel-btn{padding:8px 16px;border:1px solid #d1d5db;border-radius:6px;background:#f9fafb;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;z-index:1001}.normal-carousel-btn:hover{background:#f3f4f6;border-color:#9ca3af;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.normal-carousel-btn:active{background:#e5e7eb;transform:translateY(0)}.slide{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transform:translate(100%);transition:all .5s ease-in-out}.slide.active{opacity:1;transform:translate(0)}.slide-icon{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#4299e1,#3182ce);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.slide-icon i{font-size:24px;color:#fff}.slide-title{font-size:1.3rem;font-weight:600;color:#2d3748;margin:0 0 .5rem}.slide-description{font-size:.9rem;color:#718096;text-align:center;margin:0 0 1rem;line-height:1.4}.slide-action-btn{padding:.5rem 1.5rem;background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;border:none;border-radius:20px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #48bb784d}.slide-action-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #48bb7866}.expert-survey-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:fadeIn .3s ease;font-family:微软雅黑,Microsoft YaHei,Arial,sans-serif}.expert-survey-modal{background:white;border-radius:16px;max-width:700px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .4s cubic-bezier(.4,0,.2,1)}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.survey-header{background:linear-gradient(135deg,#a02d2d 0%,#8b2424 100%);color:#fff;padding:30px;text-align:center}.survey-header h2{margin:0 0 10px;font-size:24px;font-weight:600;color:#fff!important}.survey-header h2 i{margin-right:10px;color:#fff!important}.survey-desc{margin:0;font-size:14px;opacity:.95;line-height:1.6;color:#fff!important}.survey-body{padding:30px;overflow-y:auto;flex:1}.form-group{margin-bottom:24px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333;font-size:14px}.form-group label.required:after{content:" *";color:#a02d2d}.form-input,.form-select,.form-textarea{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;transition:all .3s;font-family:inherit}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#a02d2d;box-shadow:0 0 0 3px #a02d2d1a}.form-input.error,.form-select.error,.form-textarea.error{border-color:#a02d2d}.form-input::placeholder,.form-textarea::placeholder{color:#9ca3af}.form-textarea{resize:vertical;min-height:100px;line-height:1.6}.char-count{text-align:right;font-size:12px;color:#9ca3af;margin-top:4px}.error-text{display:block;color:#a02d2d;font-size:12px;margin-top:6px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 640px){.form-row{grid-template-columns:1fr}}.radio-option{display:flex;align-items:center;cursor:pointer;padding:10px 12px;border:2px solid #e5e7eb;border-radius:8px;transition:all .3s}.radio-option:hover{background:#f9fafb;border-color:#d1d5db}.radio-option input[type=radio]{margin:0 10px 0 0;width:18px;height:18px;cursor:pointer;accent-color:#a02d2d}.radio-option input[type=radio]:checked+.radio-label{font-weight:600}.radio-label{font-size:14px;cursor:pointer;-webkit-user-select:none;user-select:none}.info-notice{background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border-left:4px solid #a02d2d;padding:16px;border-radius:8px;display:flex;align-items:flex-start;gap:12px;margin-top:24px}.info-notice i{color:#a02d2d;font-size:18px;flex-shrink:0;margin-top:2px}.info-notice span{font-size:13px;color:#7f1d1d;line-height:1.6}.survey-footer{padding:20px 30px;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;background:#f9fafb}.btn{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s;display:inline-flex;align-items:center;gap:8px}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-cancel{background:#f3f4f6;color:#6b7280}.btn-cancel:hover:not(:disabled){background:#e5e7eb}.btn-submit{background:linear-gradient(135deg,#a02d2d 0%,#7f1d1d 100%);color:#fff}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #a02d2d66}.btn i{font-size:14px}.fa-spinner{animation:spin 1s linear infinite}@media (max-width: 768px){.expert-survey-modal{max-width:95%;margin:10px}.survey-header,.survey-body,.survey-footer{padding:20px}.survey-header h2{font-size:20px}.survey-desc{font-size:13px}}.qa-tutorial-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.2);z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.qa-tutorial-overlay.visible{opacity:1}.highlight-area{position:absolute;border:3px solid #ff6b6b;border-radius:12px;box-shadow:0 0 0 9999px #0006,0 0 30px #ff6b6b99,inset 0 0 20px #ff6b6b4d;background:rgba(255,107,107,.1);pointer-events:none;z-index:1;transition:all .3s ease}.tutorial-card{position:absolute;width:380px;background:white;border-radius:16px;box-shadow:0 10px 40px #0000004d;z-index:2;opacity:0;transform:translateY(20px);transition:all .3s ease}.tutorial-card.visible{opacity:1;transform:translateY(0)}.tutorial-card:before{content:"";position:absolute;width:20px;height:20px;background:white;transform:rotate(45deg)}.tutorial-card.bottom:before{top:-10px;left:40px}.tutorial-card.top:before{bottom:-10px;left:40px}.tutorial-card.right:before{left:-10px;top:40px}.tutorial-card.left:before{right:-10px;top:40px}.tutorial-header{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 15px;border-bottom:1px solid #f0f0f0}.tutorial-title{font-size:18px;font-weight:600;color:#333}.close-btn{background:none;border:none;font-size:24px;color:#999;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.close-btn:hover{background:#f5f5f5;color:#666}.tutorial-content{padding:20px}.tutorial-description{font-size:14px;line-height:1.6;color:#666;margin-bottom:15px}.tutorial-details{background:#f8f9fa;padding:12px;border-radius:8px;border-left:3px solid #ff6b6b;font-size:13px;color:#555;line-height:1.5}.tutorial-footer{padding:15px 20px 20px;border-top:1px solid #f0f0f0}.step-indicator{display:flex;justify-content:center;gap:8px;margin-bottom:15px}.step-dot{width:8px;height:8px;border-radius:50%;background:#e0e0e0;cursor:pointer;transition:all .3s ease}.step-dot.active{background:#ff6b6b;transform:scale(1.2)}.step-dot:hover{background:#ccc}.step-dot.active:hover{background:#ff5252}.tutorial-actions{display:flex;justify-content:space-between;align-items:center}.btn-skip{background:none;border:none;color:#999;font-size:13px;cursor:pointer;padding:8px 12px;border-radius:6px;transition:all .2s ease}.btn-skip:hover{background:#f5f5f5;color:#666}.navigation-buttons{display:flex;gap:10px}.btn-prev,.btn-next{padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-prev{background:#f0f0f0;color:#666}.btn-prev:hover{background:#e0e0e0}.btn-next{background:#ff6b6b;color:#fff}.btn-next:hover{background:#ff5252;transform:translateY(-1px)}.connector-line{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}@media (max-width: 768px){.tutorial-card{width:320px;margin:20px}.tutorial-card:before{display:none}.tutorial-card.bottom{top:auto!important;bottom:20px;left:50%!important;transform:translate(-50%)}.tutorial-card.top{top:20px!important;left:50%!important;transform:translate(-50%)}.tutorial-actions{flex-direction:column;gap:10px}.btn-skip{order:2}.navigation-buttons{order:1;width:100%;justify-content:space-between}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tutorial-card{animation:slideIn .3s ease forwards}.feedback-management-page{min-height:100vh;background:#f5f6fa;padding:40px 20px}.feedback-container{max-width:1400px;margin:0 auto;background:#ffffff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.feedback-header{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);color:#fff;padding:40px;text-align:center}.feedback-title{margin:0;font-size:32px;font-weight:700}.feedback-subtitle{margin:8px 0 0;font-size:14px;opacity:.9}.feedback-controls{padding:24px;background:#f8f9fa;border-bottom:1px solid #e8e8e8;display:flex;gap:16px;align-items:center;flex-wrap:wrap}.feedback-search{flex:1;position:relative;min-width:250px}.search-input{width:100%;padding:10px 16px 10px 40px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;outline:none;transition:all .2s ease}.search-input:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#999;pointer-events:none}.feedback-filters{display:flex;gap:12px;align-items:center}.filter-select,.export-btn,.refresh-btn{padding:10px 16px;border:2px solid #e0e0e0;border-radius:8px;background:#ffffff;font-size:14px;cursor:pointer;transition:all .2s ease}.filter-select:hover,.filter-select:focus{border-color:#ef4444}.filter-select:focus{outline:none;box-shadow:0 0 0 3px #ef44441a}.refresh-btn{background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff;border:none;display:flex;align-items:center;gap:6px;font-weight:500}.refresh-btn:hover{box-shadow:0 4px 12px #10b9814d;transform:translateY(-2px)}.refresh-btn:active{transform:scale(.98)}.refresh-btn svg{width:16px;height:16px}.export-btn{background:linear-gradient(135deg,#ef4444 0%,#a02d2d 100%);color:#fff;border:none;display:flex;align-items:center;gap:6px;font-weight:500}.export-btn:hover{box-shadow:0 4px 12px #ef44444d;transform:translateY(-2px)}.export-btn svg{width:16px;height:16px}.feedback-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;padding:24px;border-bottom:1px solid #e8e8e8}.stat-card{background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%);padding:20px;border-radius:8px;border:1px solid #e8e8e8;text-align:center}.stat-number{font-size:32px;font-weight:700;color:#ef4444;margin-bottom:8px}.stat-label{font-size:14px;color:#666}.feedback-content{display:grid;grid-template-columns:1fr 1fr;gap:0;height:600px}.feedback-list{border-right:1px solid #e8e8e8;overflow-y:auto}.feedback-item{padding:16px 24px;border-bottom:1px solid #e8e8e8;cursor:pointer;transition:all .2s ease;background:#ffffff}.feedback-item:hover{background:#f8f9fa}.feedback-item.active{background:#fff3f3;border-left:4px solid #ef4444}.feedback-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;gap:12px}.status-badge{padding:4px 12px;border-radius:4px;font-size:12px;font-weight:600}.status-pending{background:#fef3c7;color:#92400e}.status-resolved{background:#d1fae5;color:#065f46}.user-id-badge{padding:4px 10px;background:#e0f2fe;color:#0369a1;border-radius:4px;font-size:12px;font-weight:600;white-space:nowrap}.feedback-time{font-size:12px;color:#999;margin-left:auto}.feedback-preview{margin:8px 0;font-size:14px;color:#333;line-height:1.6;word-break:break-word}.image-indicator{display:inline-block;margin-top:8px;padding:4px 8px;background:#e8f5e9;border-radius:4px;font-size:12px;color:#2e7d32}.loading{padding:40px 20px;text-align:center;color:#999}.empty-state{padding:60px 20px;text-align:center;color:#999}.empty-state svg{width:60px;height:60px;margin-bottom:16px;opacity:.5}.empty-state p{font-size:16px}.feedback-detail{padding:24px;background:#fafafa;overflow-y:auto;display:flex;flex-direction:column}.detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e8e8e8}.detail-header h2{margin:0;font-size:20px;color:#333}.close-btn{background:none;border:none;font-size:24px;color:#999;cursor:pointer;transition:color .2s ease}.close-btn:hover{color:#333}.detail-content{flex:1;overflow-y:auto}.detail-section{margin-bottom:24px;padding:16px;background:#ffffff;border-radius:8px}.detail-label{display:block;font-size:12px;font-weight:600;color:#666;margin-bottom:8px;text-transform:uppercase}.detail-text{margin:0;font-size:14px;color:#333;line-height:1.6;word-break:break-word}.user-id-text{font-weight:600;color:#0369a1;background:#e0f2fe;padding:8px 12px;border-radius:6px;display:inline-block}.status-selector{display:flex;gap:8px}.status-btn{flex:1;padding:10px 16px;border:2px solid #e0e0e0;background:#ffffff;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.status-btn:hover{border-color:#ef4444}.status-btn.active{background:linear-gradient(135deg,#ef4444 0%,#a02d2d 100%);color:#fff;border-color:transparent}.images-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px;margin-top:12px}.gallery-item{aspect-ratio:1;border-radius:8px;overflow:hidden;background:#e8e8e8;transition:all .2s ease}.gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-item:hover{transform:scale(1.05)}.empty-detail{display:flex;align-items:center;justify-content:center;height:100%;color:#999;font-size:16px}.detail-actions{margin-top:24px;padding-top:16px;border-top:1px solid #e8e8e8;display:flex;gap:12px}.action-btn{padding:10px 24px;border:2px solid #e0e0e0;background:#ffffff;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.action-btn:hover{border-color:#ef4444;color:#ef4444}.delete-btn{border-color:#fca5a5!important;color:#ef4444!important;margin-left:auto}.delete-btn:hover{background:#fef2f2!important;border-color:#ef4444!important}@media (max-width: 1024px){.feedback-content{grid-template-columns:1fr;height:auto;min-height:600px}.feedback-list{border-right:none;border-bottom:1px solid #e8e8e8;min-height:400px}.feedback-detail{border-top:1px solid #e8e8e8}}@media (max-width: 768px){.feedback-management-page{padding:20px 10px}.feedback-header{padding:24px}.feedback-title{font-size:24px}.feedback-controls{flex-direction:column;align-items:stretch}.feedback-search{min-width:unset}.feedback-filters{flex-direction:column;width:100%}.filter-select,.export-btn{width:100%}.feedback-stats{grid-template-columns:1fr}.feedback-content{height:auto}.feedback-list{max-height:400px}.images-gallery{grid-template-columns:repeat(3,1fr)}}.recruitment-assistant-page{width:100%;min-height:auto;background:#ffffff;position:relative}.recruitment-assistant-page .assistant-hero{background:linear-gradient(135deg,#f5f7fa 0%,#e8ecf1 100%);color:#2c3e50;padding:100px 20px;text-align:center;position:relative;z-index:1}.recruitment-assistant-page .assistant-hero .hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}.recruitment-assistant-page .assistant-hero .hero-badge{display:inline-block;background:rgba(183,53,52,.1);color:#b73534!important;padding:10px 24px;border-radius:25px;font-size:14px;margin-bottom:24px;font-weight:700;border:2px solid #b73534;text-transform:uppercase;letter-spacing:1px}.recruitment-assistant-page .assistant-hero .hero-title{font-size:52px;font-weight:800;margin:0 0 20px;color:#1a1a1a!important;letter-spacing:-1px;line-height:1.2}.recruitment-assistant-page .assistant-hero .hero-subtitle{font-size:19px;line-height:1.7;margin:0 auto 50px;max-width:800px;color:#5a6c7d!important;font-weight:400}.recruitment-assistant-page .assistant-hero .hero-stats{display:flex;justify-content:center;gap:80px;margin-top:50px}.recruitment-assistant-page .assistant-hero .hero-stats .stat-item{display:flex;flex-direction:column;align-items:center;position:relative;padding:20px;transition:transform .3s ease}.recruitment-assistant-page .assistant-hero .hero-stats .stat-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.05);border-radius:16px;opacity:0;transition:opacity .3s ease}.recruitment-assistant-page .assistant-hero .hero-stats .stat-item:hover:before{opacity:1}.recruitment-assistant-page .assistant-hero .hero-stats .stat-item:hover{transform:translateY(-5px)}.recruitment-assistant-page .assistant-hero .hero-stats .stat-item .stat-number{font-size:42px;font-weight:800;margin-bottom:10px;color:#b73534!important;position:relative;z-index:1}.recruitment-assistant-page .assistant-hero .hero-stats .stat-item .stat-label{font-size:15px;color:#5a6c7d!important;font-weight:500;position:relative;z-index:1}.recruitment-assistant-page .assistant-tabs{max-width:1200px;margin:-60px auto 0;padding:0 20px;display:flex;gap:20px;position:relative;z-index:10}.recruitment-assistant-page .assistant-tabs .tab-btn{flex:1;background:#ffffff;border:none;padding:20px;border-radius:12px;font-size:16px;font-weight:600;color:#666;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0000001a}.recruitment-assistant-page .assistant-tabs .tab-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000026}.recruitment-assistant-page .assistant-tabs .tab-btn.active{background:linear-gradient(135deg,#b73534 0%,#a02d2d 100%);color:#fff;transform:translateY(-5px);box-shadow:0 10px 30px #b7353466;font-weight:700}.recruitment-assistant-page .overview-section{max-width:1200px;margin:60px auto;padding:60px 20px;position:relative;z-index:5;background:#ffffff}.recruitment-assistant-page .overview-section .section-header{text-align:center;margin-bottom:50px}.recruitment-assistant-page .overview-section .section-header h2{font-size:36px;color:#333;margin:0 0 16px}.recruitment-assistant-page .overview-section .section-header p{font-size:16px;color:#666;margin:0}.recruitment-assistant-page .overview-section .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}.recruitment-assistant-page .overview-section .features-grid .feature-card{background:#ffffff;border-radius:20px;padding:35px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.recruitment-assistant-page .overview-section .features-grid .feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #00000026}.recruitment-assistant-page .overview-section .features-grid .feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#b73534 0%,#a02d2d 100%);opacity:0;transition:opacity .4s ease}.recruitment-assistant-page .overview-section .features-grid .feature-card:hover:before{opacity:1}.recruitment-assistant-page .overview-section .features-grid .feature-card .feature-icon{font-size:52px;margin-bottom:24px;transition:transform .4s ease;background:transparent}.recruitment-assistant-page .overview-section .features-grid .feature-card .feature-title{font-size:22px;color:#333;margin:0 0 12px}.recruitment-assistant-page .overview-section .features-grid .feature-card .feature-description{font-size:14px;color:#666;line-height:1.6;margin:0 0 20px}.recruitment-assistant-page .overview-section .features-grid .feature-card .feature-benefits{display:flex;flex-wrap:wrap;gap:8px}.recruitment-assistant-page .overview-section .features-grid .feature-card .feature-benefits .benefit-tag{display:inline-block;background:#ffebee;color:#b73534;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600}.recruitment-assistant-page .overview-section .features-grid .feature-card .premium-badge{position:absolute;top:20px;right:20px;background:linear-gradient(135deg,#e8a4a4 0%,#d98e8e 100%);color:#fff;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;box-shadow:2px 2px 10px #e8a4a466}.recruitment-assistant-page .process-section{max-width:1200px;margin:60px auto;padding:60px 20px;position:relative;z-index:5;background:#ffffff}.recruitment-assistant-page .process-section .section-header{text-align:center;margin-bottom:50px}.recruitment-assistant-page .process-section .section-header h2{font-size:36px;color:#333;margin:0 0 16px}.recruitment-assistant-page .process-section .section-header p{font-size:16px;color:#666;margin:0}.recruitment-assistant-page .process-section .process-timeline{display:flex;align-items:center;justify-content:space-between;margin-bottom:60px;background:white;padding:40px;border-radius:16px;box-shadow:0 4px 12px #00000014;overflow-x:auto}.recruitment-assistant-page .process-section .process-timeline .process-step{display:flex;flex-direction:column;align-items:center;flex:1;min-width:120px}.recruitment-assistant-page .process-section .process-timeline .process-step .step-number{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#b73534 0%,#a02d2d 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin-bottom:16px;box-shadow:0 4px 12px #b735344d}.recruitment-assistant-page .process-section .process-timeline .process-step .step-content{text-align:center}.recruitment-assistant-page .process-section .process-timeline .process-step .step-content .step-title{font-size:16px;color:#333;margin:0 0 8px}.recruitment-assistant-page .process-section .process-timeline .process-step .step-content .step-desc{font-size:13px;color:#666;margin:0}.recruitment-assistant-page .process-section .process-timeline .step-connector{font-size:24px;color:#b73534;margin:0 10px}.recruitment-assistant-page .process-section .process-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:30px}.recruitment-assistant-page .process-section .process-details .detail-card{background:white;padding:30px;border-radius:16px;box-shadow:0 4px 12px #00000014}.recruitment-assistant-page .process-section .process-details .detail-card h3{font-size:20px;color:#333;margin:0 0 20px}.recruitment-assistant-page .process-section .process-details .detail-card ul{list-style:none;padding:0;margin:0}.recruitment-assistant-page .process-section .process-details .detail-card ul li{color:#666;border-bottom:1px solid #f0f2f5;position:relative;padding:12px 0 12px 24px}.recruitment-assistant-page .process-section .process-details .detail-card ul li:last-child{border-bottom:none}.recruitment-assistant-page .process-section .process-details .detail-card ul li:before{content:"✓";position:absolute;left:0;color:#b73534;font-weight:700}.recruitment-assistant-page .tools-section{max-width:1200px;margin:60px auto;padding:60px 20px;position:relative;z-index:5;background:#ffffff}.recruitment-assistant-page .tools-section .section-header{text-align:center;margin-bottom:50px}.recruitment-assistant-page .tools-section .section-header h2{font-size:36px;color:#333;margin:0 0 16px}.recruitment-assistant-page .tools-section .section-header p{font-size:16px;color:#666;margin:0}.recruitment-assistant-page .tools-section .tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.recruitment-assistant-page .tools-section .tools-grid .tool-card{background:white;padding:30px;border-radius:16px;text-align:center;transition:all .3s ease;box-shadow:0 4px 12px #00000014}.recruitment-assistant-page .tools-section .tools-grid .tool-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.recruitment-assistant-page .tools-section .tools-grid .tool-card.highlight{background:linear-gradient(135deg,#b73534 0%,#a02d2d 100%);color:#fff;position:relative;overflow:hidden}.recruitment-assistant-page .tools-section .tools-grid .tool-card.highlight:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,0) 100%);opacity:1;pointer-events:none}.recruitment-assistant-page .tools-section .tools-grid .tool-card.highlight h3,.recruitment-assistant-page .tools-section .tools-grid .tool-card.highlight p{color:#fff;font-weight:600}.recruitment-assistant-page .tools-section .tools-grid .tool-card .tool-icon{font-size:48px;margin-bottom:20px}.recruitment-assistant-page .tools-section .tools-grid .tool-card h3{font-size:20px;color:#333;margin:0 0 12px}.recruitment-assistant-page .tools-section .tools-grid .tool-card p{font-size:14px;color:#666;margin:0 0 20px;line-height:1.6}.recruitment-assistant-page .tools-section .tools-grid .tool-card .tool-btn{background:#f5a500;border:none;padding:12px 24px;border-radius:6px;color:#1a1a1a;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #f5a5004d}.recruitment-assistant-page .tools-section .tools-grid .tool-card .tool-btn:hover{background:#f5b333;transform:translateY(-2px);box-shadow:0 6px 16px #f5a50066;color:#000}.recruitment-assistant-page .tools-section .tools-grid .tool-card .tool-btn.primary{background:#f5a500;color:#1a1a1a;font-weight:700;box-shadow:0 4px 12px #f5a5004d}.recruitment-assistant-page .tools-section .tools-grid .tool-card .tool-btn.primary:hover{background:#f5b333;color:#000;transform:translateY(-2px);box-shadow:0 6px 16px #f5a50066}.tool-btn.primary:hover{background:rgba(255,255,255,.9);transform:scale(1.05)}.recruitment-assistant-page .assistant-cta{max-width:1200px;margin:0 auto;padding:60px 20px 80px;position:relative;z-index:5;background:#ffffff}.recruitment-assistant-page .assistant-cta .cta-content{background:linear-gradient(135deg,#b73534 0%,#a02d2d 100%);padding:60px;border-radius:20px;text-align:center;color:#fff;box-shadow:0 12px 40px #b7353459;position:relative;overflow:hidden}.recruitment-assistant-page .assistant-cta .cta-content:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 100%);opacity:1;pointer-events:none}.recruitment-assistant-page .assistant-cta .cta-content h2{font-size:32px;margin:0 0 16px;color:#fff;font-weight:700;position:relative;z-index:1}.recruitment-assistant-page .assistant-cta .cta-content p{font-size:16px;margin:0 0 30px;color:#fffffff2;font-weight:400;position:relative;z-index:1}.recruitment-assistant-page .assistant-cta .cta-content .cta-btn{background:#f5a500;color:#1a1a1a;border:none;padding:16px 40px;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #f5a50066;position:relative;z-index:1}.recruitment-assistant-page .assistant-cta .cta-content .cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f5a50080;background:#f5b333}@media (max-width: 768px){.recruitment-assistant-page .assistant-hero .hero-title{font-size:32px}.recruitment-assistant-page .assistant-hero .hero-subtitle{font-size:16px}.recruitment-assistant-page .assistant-hero .hero-stats{gap:30px}.recruitment-assistant-page .assistant-hero .hero-stats .stat-item .stat-number{font-size:28px}.recruitment-assistant-page .assistant-tabs{flex-direction:column;gap:10px}.recruitment-assistant-page .overview-section .features-grid{grid-template-columns:1fr}.recruitment-assistant-page .process-section .process-timeline{flex-direction:column;gap:20px}.recruitment-assistant-page .process-section .process-timeline .step-connector{transform:rotate(90deg);margin:10px 0}.recruitment-assistant-page .process-section .process-details,.recruitment-assistant-page .tools-section .tools-grid{grid-template-columns:1fr}.recruitment-assistant-page .assistant-cta .cta-content{padding:40px 20px}.recruitment-assistant-page .assistant-cta .cta-content h2{font-size:24px}}.hr-detection-page{padding:30px;background:#f8f9fa;min-height:100vh;font-family:微软雅黑,Microsoft YaHei,Arial,sans-serif;position:static}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:40px}.header-main h1{margin:0 0 10px;font-size:32px;color:#2c3e50;font-weight:600}.page-subtitle{margin:0;font-size:16px;color:#666;line-height:1.5}.header-actions{display:flex;gap:15px;position:relative}.btn{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);color:#fff}.btn-primary:hover:not(:disabled){box-shadow:0 4px 12px #a02d2d66;transform:translateY(-2px)}.btn-secondary{background:#e5e7eb;color:#333}.btn-secondary:hover:not(:disabled){background:#d1d5db}.btn-success{background:#ffc107;color:#333}.btn-success:hover:not(:disabled){background:#ffb81c}.btn-info{background:#ffc107;color:#333}.btn-info:hover:not(:disabled){background:#ffb81c}.btn-info:disabled{opacity:.5;cursor:not-allowed}.upload-section{background:white;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-bottom:30px}.upload-header{margin-bottom:25px}.upload-header h2{margin:0 0 10px;font-size:20px;color:#2c3e50;font-weight:600}.upload-desc{margin:0;color:#666;font-size:14px}.documents-upload-container{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:20px}@media (max-width: 1024px){.documents-upload-container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.documents-upload-container{grid-template-columns:1fr}}.document-upload-item{border:2px dashed #d1d5db;border-radius:12px;padding:20px;background:#f9fafb;cursor:pointer;transition:all .3s ease;position:relative}.document-upload-item:hover{border-color:#a02d2d;background:rgba(160,45,45,.05)}.document-upload-item.required{border-color:#ffc107}.document-upload-item.uploaded{border-color:#28a745;background:rgba(40,167,69,.05)}.document-upload-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.document-type-name{font-weight:600;color:#2c3e50;font-size:16px}.document-upload-content{min-height:120px;display:flex;align-items:center;justify-content:center}.upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.uploaded-file-info{display:flex;align-items:center;gap:15px;width:100%;position:relative}.uploaded-file-info .file-icon{width:40px;height:40px;background:#28a745;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.uploaded-file-info .file-details{flex:1}.uploaded-file-info .file-name{font-weight:500;color:#2c3e50;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.uploaded-file-info .file-size{font-size:12px;color:#666}.uploaded-file-info .file-status{font-size:12px;color:#28a745;font-weight:500}.remove-file-btn{position:absolute;top:-5px;right:-5px;width:24px;height:24px;background:#a02d2d;color:#fff;border:none;border-radius:50%;font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.remove-file-btn:hover{background:#8a2424;transform:scale(1.1)}.upload-tips{background:#f0f7ff;border-left:4px solid #007bff;padding:15px;border-radius:0 8px 8px 0;font-size:14px;color:#495057;line-height:1.5}.drop-zone{border:2px dashed #d1d5db;border-radius:12px;padding:40px;text-align:center;background:#f9fafb;cursor:pointer;transition:all .3s ease;min-height:200px;display:flex;align-items:center;justify-content:center}.drop-zone:hover{border-color:#a02d2d;background:rgba(160,45,45,.05)}.drop-zone.drop-zone-active{border-color:#ffc107;background:rgba(255,193,7,.1);box-shadow:0 0 20px #ffc10733}.drop-zone.drop-zone-has-file{border-color:#a02d2d;background:rgba(160,45,45,.05)}.drop-zone-content{width:100%}.file-input-hidden{display:none}.drop-zone-placeholder{display:flex;flex-direction:column;align-items:center;gap:15px}.upload-icon{font-size:48px;color:#d1d5db;font-weight:300;line-height:1}.upload-text{text-align:center}.upload-title{color:#2c3e50;font-size:16px;font-weight:500;margin-bottom:8px}.upload-subtitle{color:#999;font-size:13px;line-height:1.5}.selected-file-info{display:flex;align-items:center;gap:20px;justify-content:flex-start}.file-icon{width:50px;height:50px;background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:8px;font-weight:500;flex-shrink:0}.file-details{text-align:left}.file-name{color:#2c3e50;font-weight:500;font-size:14px;margin-bottom:4px;word-break:break-word}.file-size{color:#999;font-size:13px;margin-bottom:4px}.file-status{color:#a02d2d;font-size:12px;font-weight:500}.analysis-section{background:white;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-bottom:30px;text-align:left}.analysis-btn{font-size:16px;padding:12px 40px;min-width:200px;background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%)!important;color:#fff!important;box-shadow:0 5px 15px #a02d2d4d!important}.analysis-btn:hover:not(:disabled){background:linear-gradient(135deg,#8a2424 0%,#8a2424 100%)!important;transform:translateY(-3px);box-shadow:0 8px 25px #a02d2d66!important}.analysis-progress{width:100%;margin:25px 0 20px;text-align:left}.progress-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:15px}.progress-fill{height:100%;background:linear-gradient(90deg,#a02d2d 0%,#a02d2d 100%);border-radius:4px;transition:width .3s ease}.progress-text{color:#666;font-size:14px;line-height:1.6}.progress-text small{color:#999;font-size:12px;display:block;margin-top:5px}.report-controls{display:flex;gap:10px}.report-controls .btn{padding:10px 16px;font-size:13px}.report-preview{background:white;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:30px;overflow:auto;max-height:600px}.report-content{margin:0;font-family:Courier New,monospace;font-size:13px;color:#333;line-height:1.8;white-space:pre-wrap;word-wrap:break-word}.notification{position:fixed!important;top:100px!important;right:20px!important;max-width:400px!important;z-index:10000!important;animation:slideIn .3s ease;isolation:isolate;pointer-events:auto;display:flex!important;gap:10px!important;align-items:flex-start!important;background:#a02d2d!important;color:#fff!important;padding:16px!important;border-radius:8px!important;border-left:4px solid #8a2424!important;box-shadow:0 4px 12px #00000026!important}.notification-success{background:#f0f0f0!important;color:#666!important;border-left-color:#d4d4d4!important}.notification-success .notification-close{color:#fff!important}.notification-error{background:#a02d2d!important;color:#fff!important;border-left-color:#8a2424!important}.notification-error .notification-close{color:#fff!important}.notification-warning{background:#a02d2d!important;color:#fff!important;border-left-color:#8a2424!important}.notification-warning .notification-close{color:#fff!important}.notification-info{flex:1;margin-right:20px;background:transparent}.notification-content pre{margin:0;white-space:pre-wrap;word-wrap:break-word;font-family:inherit;font-size:inherit}.notification pre{margin:0;white-space:pre-wrap;word-wrap:break-word;font-family:inherit;font-size:inherit;flex:1}.notification-close{background:none!important;border:none!important;color:#fff!important;font-size:20px!important;cursor:pointer!important;padding:0!important;width:24px!important;height:24px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;transition:opacity .2s!important;position:relative!important;top:auto!important;right:auto!important}.notification-close:hover{opacity:.8}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.hr-detection-page{padding:20px}.page-header{flex-direction:column;gap:20px;margin-bottom:30px}.header-main h1{font-size:24px}.header-actions{flex-wrap:wrap;width:100%}.btn{flex:1;min-width:120px}.upload-section,.analysis-section,.report-section{padding:20px;margin-bottom:20px}.upload-header h2{font-size:18px}.drop-zone{padding:25px 15px;min-height:150px}.report-controls{flex-direction:column}.report-controls .btn{width:100%;justify-content:center}.notification{max-width:90vw;right:10px;left:10px}.two-column-ul{grid-template-columns:1fr!important;gap:5px 0!important}}@media (max-width: 480px){.hr-detection-page{padding:12px;background:#f8f9fa;min-height:100vh}.page-header{flex-direction:column;gap:12px;margin-bottom:20px;align-items:stretch}.header-main h1{font-size:18px;margin:0;line-height:1.3}.page-subtitle{font-size:13px;margin:8px 0 0}.header-actions{flex-direction:column;width:100%;gap:8px}.btn{width:100%!important;padding:10px 12px;font-size:13px;justify-content:center;border-radius:6px}.btn-primary{background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);color:#fff}.btn-secondary{background:#e5e7eb;color:#333}.upload-section,.analysis-section,.report-section,.survey-form-inline-section{padding:12px;border-radius:8px;margin-bottom:12px;box-shadow:0 1px 4px #0000000d}.upload-header{margin-bottom:12px}.upload-header h2{font-size:15px;margin:0 0 6px}.upload-desc{font-size:12px;margin:0}.documents-upload-container{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:12px}.document-upload-item{border:2px dashed #d1d5db;border-radius:8px;padding:12px;background:#f9fafb;cursor:pointer;transition:all .3s ease}.document-upload-header{margin-bottom:8px}.document-type-name{font-size:13px;font-weight:600}.document-upload-content{min-height:80px;display:flex;align-items:center;justify-content:center}.uploaded-file-info{gap:10px}.uploaded-file-info .file-icon{width:36px;height:36px;font-size:14px}.uploaded-file-info .file-name{font-size:13px;max-width:150px}.uploaded-file-info .file-size{font-size:11px}.remove-file-btn{width:20px;height:20px;font-size:14px}.drop-zone{border:2px dashed #d1d5db;border-radius:8px;padding:20px 12px;min-height:120px;display:flex;align-items:center;justify-content:center}.upload-icon{font-size:32px}.upload-title{font-size:14px;margin-bottom:4px}.upload-subtitle{font-size:12px}.analysis-btn{width:100%!important;font-size:14px;padding:10px 16px!important;min-width:auto!important}.analysis-progress{margin:15px 0 12px}.progress-text{font-size:12px}.report-header{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:16px;padding-bottom:12px}.report-header h2{font-size:16px;margin:0}.report-actions{width:100%;flex-direction:column;gap:8px}.report-actions .btn{width:100%;padding:10px 12px;font-size:13px}.report-content{max-height:400px;padding:12px;font-size:12px}.report-content pre{font-size:11px;line-height:1.5}.survey-form-title{font-size:16px;margin:0 0 12px;padding-bottom:12px}.tutorial-section{padding:20px 12px}.tutorial-container{padding:24px 16px;border-radius:12px}.tutorial-title{font-size:20px;margin-bottom:16px}.tutorial-subtitle{font-size:14px;margin-bottom:20px}.tutorial-steps{gap:24px}.tutorial-steps:before{left:20px}.tutorial-step{padding:16px;flex-direction:column;gap:12px}.step-number{width:36px;height:36px;font-size:16px;flex-shrink:0;align-self:flex-start}.step-content{flex:1;width:100%}.step-content h3{font-size:15px;margin:0 0 6px}.step-content p{font-size:13px;margin:0 0 8px}.step-content ul{font-size:13px;padding-left:16px}.two-column-ul{grid-template-columns:1fr!important;gap:8px 0!important;display:grid!important}.two-column-ul li{margin:0 0 4px!important;padding-left:16px!important}.user-type-selector-modal{padding:20px;width:95%;max-width:100%}.selector-header h2{font-size:20px}.selector-subtitle{font-size:13px}.user-type-options{grid-template-columns:1fr;gap:12px;margin-bottom:16px}.user-type-card{padding:16px}.type-icon{font-size:36px;margin-bottom:12px}.user-type-card h3{font-size:16px;margin:0 0 6px}.type-desc{font-size:12px;margin:0 0 8px}.type-features{margin:0 0 12px;gap:6px}.type-features li{font-size:12px}.select-btn{padding:10px 16px;font-size:13px}.history-dropdown{width:90vw;max-height:400px;max-width:calc(100vw - 20px)}.history-button-section{margin:12px 0}.history-btn{width:100%;padding:10px 12px;font-size:13px}.notification{max-width:90vw;right:8px;left:8px;top:80px!important;font-size:12px}.notification-close{width:20px;height:20px;font-size:16px}.upload-tips{padding:12px;font-size:12px;border-left-width:3px}.step-content>div[style*="display: flex"][style*="gap: 10px"]{flex-direction:column!important;gap:8px!important}.step-content>div[style*="display: flex"][style*="gap: 10px"]>div{width:100%!important}.step-content .tutorial-start-btn{width:100%!important;padding:10px 12px!important;font-size:13px}.documents-categories-container{grid-template-columns:1fr!important;gap:12px!important;margin-bottom:16px!important}.category-column{padding:12px!important;border-radius:8px!important;box-sizing:border-box!important;width:100%!important;overflow:hidden!important}.category-column h3{font-size:14px!important;margin:0 0 8px!important;word-break:break-word!important;overflow-wrap:break-word!important}.category-column p{font-size:12px!important;margin:0 0 8px!important;line-height:1.4;word-break:break-word!important;overflow-wrap:break-word!important}.category-header{word-break:break-word!important;overflow:hidden!important}.uploaded-file-info{word-break:break-word!important;overflow-wrap:break-word!important}.upload-desc{font-size:12px!important}.drop-zone{padding:16px 12px!important;min-height:100px!important}.upload-icon{font-size:28px!important}.upload-title{font-size:13px!important}.upload-subtitle{font-size:11px!important}.uploaded-file-info{gap:8px}.uploaded-file-info .file-icon{width:32px;height:32px;font-size:12px;flex-shrink:0}.uploaded-file-info .file-name{font-size:12px;max-width:100px}.uploaded-file-info .file-size{font-size:10px}.remove-file-btn{width:18px;height:18px;font-size:12px}.page-title{font-size:16px!important;margin:0!important}.btn-danger{width:100%!important;margin-right:0!important;margin-bottom:8px}}@media (max-width: 768px) and (min-width: 481px){.documents-categories-container{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.category-column{padding:14px!important;box-sizing:border-box!important;width:100%!important}}@media (max-width: 1024px) and (min-width: 769px){.documents-categories-container{grid-template-columns:repeat(3,1fr)!important;gap:16px!important}.category-column{box-sizing:border-box!important;width:100%!important}}.user-type-selector-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.user-type-selector-modal{background:white;border-radius:16px;padding:40px;max-width:800px;width:90%;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.selector-header{text-align:center;margin-bottom:40px}.selector-header h2{margin:0 0 12px;font-size:28px;color:#2c3e50;font-weight:700}.selector-subtitle{margin:0;font-size:15px;color:#666;line-height:1.6}.user-type-options{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:30px}.user-type-card{padding:24px;border:2px solid #e5e7eb;border-radius:12px;background:#f9fafb;cursor:pointer;transition:all .3s ease;text-align:center;display:flex;flex-direction:column;align-items:center}.user-type-card:hover{border-color:#a02d2d;background:#fff;box-shadow:0 8px 24px #a02d2d26;transform:translateY(-4px)}.type-icon{font-size:48px;margin-bottom:16px}.user-type-card h3{margin:0 0 8px;font-size:20px;color:#2c3e50;font-weight:600}.type-desc{margin:0 0 16px;font-size:14px;color:#666;line-height:1.5}.type-features{margin:0 0 20px;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px;width:100%;text-align:left}.type-features li{font-size:13px;color:#555;display:flex;align-items:center;gap:8px}.select-btn{padding:12px 28px;background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #a02d2d4d;width:100%}.select-btn:hover{box-shadow:0 6px 20px #a02d2d66;transform:translateY(-2px)}.selector-footer{text-align:center;padding-top:24px;border-top:1px solid #e5e7eb}.footer-note{margin:0;font-size:12px;color:#999}@media (max-width: 640px){.user-type-selector-modal{padding:24px}.selector-header h2{font-size:22px}.user-type-options{grid-template-columns:1fr;gap:16px}.user-type-card{padding:20px}.type-icon{font-size:40px;margin-bottom:12px}.user-type-card h3{font-size:18px}}.report-section{background:white;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-bottom:30px;margin-top:30px}.report-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f0f0f0}.report-header h2{margin:0;font-size:24px;color:#2c3e50;font-weight:600}.report-actions{display:flex;gap:12px}.report-content{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:20px;overflow-x:auto;max-height:600px;overflow-y:auto}.report-content pre{margin:0;font-size:13px;color:#333;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}@media (max-width: 768px){.report-header{flex-direction:column;align-items:flex-start;gap:16px}.report-actions{width:100%;flex-direction:column}.report-actions .btn{width:100%}}.tutorial-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;background:#f0f0f0}.tutorial-container{background:white;border-radius:16px;padding:40px;max-width:800px;width:100%;box-shadow:0 20px 60px #0000004d;animation:slideUp .5s ease;position:relative}.tutorial-title{font-size:32px;font-weight:700;color:#2c3e50;margin-bottom:12px;text-align:center}.tutorial-subtitle{font-size:16px;color:#7f8c8d;text-align:center;margin-bottom:24px}.tutorial-steps{margin-bottom:40px;display:flex;flex-direction:column;gap:50px;position:relative}.tutorial-steps:before{content:"";position:absolute;left:24px;top:50px;bottom:50px;width:2px;background:linear-gradient(180deg,#a02d2d 0%,#a02d2d 100%);z-index:0}.tutorial-step{flex:1;display:flex;flex-direction:row;gap:20px;padding:24px;background:white;border-radius:12px;border:2px solid #e8e8e8;border-left:4px solid #a02d2d;position:relative;z-index:1;transition:all .3s ease}.tutorial-step:hover{border-color:#a02d2d;box-shadow:0 4px 16px #a02d2d26;transform:translate(8px)}.tutorial-step:not(:last-child):after{content:"⬇";position:absolute;bottom:-42px;left:50%;transform:translate(-50%);color:#a02d2d;font-size:28px;font-weight:700;line-height:1;z-index:100;animation:arrowBounce 2s infinite}@keyframes arrowBounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.step-number{flex-shrink:0;width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;box-shadow:0 4px 12px #a02d2d4d}.step-content{flex:1}.step-content h3{font-size:18px;color:#2c3e50;margin:0 0 8px;font-weight:600}.step-content p{font-size:14px;color:#666;margin:0 0 12px;line-height:1.6}.step-content ul{margin:0;padding-left:20px;font-size:14px;color:#666;line-height:1.7;list-style:none}.two-column-ul{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px;list-style:none;padding-left:0}.two-column-ul li{position:relative;padding:0 0 0 16px}.two-column-ul li:before{content:"✓";position:absolute;left:0;color:#a02d2d;font-weight:700}.step-content li{margin:6px 0;padding-left:16px;position:relative}.step-content li:before{content:"✓";position:absolute;left:0;color:#a02d2d;font-weight:700}.tutorial-info{font-size:12px;color:#666;margin-bottom:30px}.tutorial-info h3{font-size:12px;color:#666;margin:0 0 8px}.tutorial-info p{font-size:12px;color:#666;margin:0;line-height:1.5}.tutorial-start-btn{background:#a02d2d!important;border-color:#a02d2d!important;color:#fff!important}.tutorial-start-btn:hover{background:#8a2525!important;border-color:#8a2525!important;transform:translateY(-1px);box-shadow:0 4px 12px #a02d2d4d!important}@media (max-width: 768px){.tutorial-container{padding:40px 24px}.tutorial-title{font-size:24px}.tutorial-steps{flex-direction:column;gap:20px}.tutorial-steps:before{left:24px}.tutorial-step{flex:none;width:100%;box-sizing:border-box;overflow:hidden;padding:16px;flex-direction:column;align-items:flex-start}.step-number{width:40px;height:40px;font-size:16px;flex-shrink:0;margin-bottom:12px}.step-content{flex:1;min-width:0}.step-content h3{font-size:15px;margin:0 0 6px;word-break:break-word;overflow-wrap:break-word}.step-content p{font-size:13px;word-break:break-word;overflow-wrap:break-word;line-height:1.5;margin:0 0 8px}.step-content ul{font-size:13px;word-break:break-word;overflow-wrap:break-word;padding-left:16px}.step-content li{word-break:break-word;overflow-wrap:break-word}.privacy-prompt-container{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:12px!important}.privacy-prompt{width:100%!important;max-width:none!important;flex:none!important;margin-bottom:0!important}.privacy-prompt-container .btn{width:100%!important;flex-shrink:0!important}}.survey-form-inline-section{background:white;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-bottom:30px}.survey-form-title{margin:0 0 20px;font-size:20px;color:#2c3e50;font-weight:600;text-align:center;padding-bottom:20px;border-bottom:2px solid #f0f0f0}.history-button-section{margin:30px 0;text-align:center}.history-btn{padding:12px 24px;background:#e5e7eb;color:#333;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.history-btn:hover:not(:disabled){background:#d1d5db}.history-btn:disabled{opacity:.5;cursor:not-allowed}.history-dropdown{position:fixed;background:white;border-radius:12px;box-shadow:0 8px 32px #00000026;width:400px;max-height:500px;overflow:hidden;z-index:9999;border:1px solid #e9ecef;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.history-header{padding:16px 20px;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:flex-start;background:#f8f9fa}.history-header>div:first-child{flex:1}.history-header>div:last-child{display:flex;gap:8px;flex-wrap:wrap}.history-header h4{margin:0;font-size:16px;color:#495057}.btn-danger{background:linear-gradient(135deg,#b73534 0%,#a02d2d 100%);color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:14px;cursor:pointer;transition:all .3s ease}.btn-danger:hover:not(:disabled){background:linear-gradient(135deg,#a02d2d 0%,#8b2323 100%);transform:translateY(-2px);box-shadow:0 5px 15px #a02d2d4d}.btn-danger:disabled{opacity:.5;cursor:not-allowed}.history-list{max-height:400px;overflow-y:auto}.history-item{padding:16px 20px;border-bottom:1px solid #f8f9fa;display:flex;justify-content:space-between;align-items:center;transition:background .2s ease}.history-item:hover{background:#f8f9fa}.history-item:last-child{border-bottom:none}.history-info{flex:1}.history-filename{font-weight:600;color:#495057;font-size:14px;margin-bottom:4px}.history-date{color:#6c757d;font-size:12px;margin-bottom:2px}.history-size{color:#6c757d;font-size:12px}.btn-small{padding:6px 12px;font-size:12px;border-radius:6px;border:none;cursor:pointer;transition:all .2s ease}.btn-small:disabled{opacity:.5;cursor:not-allowed}.btn-secondary.btn-small{background:#e9ecef;color:#495057}.btn-secondary.btn-small:hover:not(:disabled){background:#dee2e6}.btn-primary.btn-small{background:linear-gradient(135deg,#a02d2d 0%,#a02d2d 100%);color:#fff}.btn-primary.btn-small:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #a02d2d4d}.upload-start-btn{width:auto;display:inline-block;padding:8px;font-size:14px;font-weight:600;background:#a02d2d;border:none;color:#fff;border-radius:6px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.category-column{box-sizing:border-box;width:100%;min-width:0}.step-content .upload-start-btn{float:right;margin-top:12px}.upload-start-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #a02d2d4d}.back-button-icon{position:absolute;top:-5px;left:-5px;background:transparent;border:none;color:#a02d2d;font-size:40px;font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;padding:8px;line-height:1}.back-button-icon:hover{color:#8a2424;transform:translate(-4px)}.tutorial-header{display:flex;align-items:flex-start;margin-bottom:30px;position:relative}.tutorial-title-container{flex:1;text-align:center;padding-left:30px}.hr-compliance-survey{max-width:900px;margin:0 auto;padding:20px;background-color:#f9fafb;border-radius:8px;font-family:微软雅黑,Microsoft YaHei,Arial,sans-serif}.hr-compliance-survey form{background-color:#fff;padding:30px;border-radius:8px;box-shadow:0 1px 3px #0000001a}.survey-header{margin-bottom:30px;border-bottom:2px solid #e5e7eb;background-color:#dc3545;color:#fff;padding:20px}.survey-header h2{margin:0 0 10px;color:#1f2937;font-size:24px;font-weight:600}.survey-header p{margin:0;color:#6b7280;font-size:14px;line-height:1.6}.survey-section{margin-bottom:40px;padding-bottom:30px;border-bottom:1px solid #e5e7eb}.survey-section:last-of-type{border-bottom:none}.survey-section h3{margin:0 0 20px;color:#1f2937;font-size:18px;font-weight:600;padding-left:10px;border-left:4px solid #dc3545}.form-group{margin-bottom:25px}.form-group label{display:block;margin-bottom:12px;color:#1f2937;font-size:15px;font-weight:500}.required{color:#a02d2d;margin-left:3px}.question-desc{margin:8px 0 12px;color:#6b7280;font-size:14px;line-height:1.5}.question-hint{margin:0 0 10px;color:#9ca3af;font-size:13px;font-style:italic}.radio-group,.checkbox-group{display:flex;flex-direction:column;gap:10px}.radio-option,.checkbox-option{display:flex;align-items:center;padding:10px;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.radio-option:hover,.checkbox-option:hover{background-color:#f3f4f6}.radio-option input[type='"radio"'],.checkbox-option input[type='"checkbox"']{width:18px;height:18px;margin-right:12px;cursor:pointer;accent-color:#dc3545;flex-shrink:0}.radio-option label,.checkbox-option label{display:none}.radio-option,.checkbox-option{font-size:14px;color:#374151}.error-message{margin-top:8px;color:#a02d2d;font-size:13px;background-color:#fef2f2;padding:8px 12px;border-radius:4px;border-left:3px solid #a02d2d}.survey-footer{margin-top:30px;padding-top:20px;border-top:2px solid #e5e7eb;text-align:center;display:flex;flex-direction:column;gap:10px}.survey-note{margin:0 0 10px;color:#1f2937;font-size:15px;font-weight:500}.survey-hint{margin:0 0 20px;color:#6b7280;font-size:13px;line-height:1.6}.submit-button{background-color:#dc3545;color:#fff;font-size:15px;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-width:80px;height:50px;width:120px;margin:0 auto;padding:8px 16px}.submit-button:hover:not(:disabled){background-color:#c81e2b;box-shadow:0 4px 12px #dc354566}.submit-button:disabled{background-color:#9ca3af;cursor:not-allowed;opacity:.7}.submit-button:active:not(:disabled){transform:scale(.98)}@media (max-width: 768px){.hr-compliance-survey{padding:10px}.hr-compliance-survey form{padding:15px}.survey-header h2{font-size:20px}.survey-section h3{font-size:16px}.form-group label{font-size:14px}.radio-option,.checkbox-option{font-size:13px}}.privacy-agreement-section{margin:30px 0;padding:15px;background-color:#f5f7ff;border:1px solid #e0e7ff;border-radius:6px}.privacy-checkbox-group{display:flex;flex-direction:column;gap:10px}.privacy-checkbox-label{display:flex;align-items:center;font-size:14px;color:#1f2937;cursor:pointer;-webkit-user-select:none;user-select:none}.privacy-checkbox-label input[type=checkbox]{width:18px;height:18px;margin-right:10px;cursor:pointer;accent-color:#c81e2b;flex-shrink:0}.privacy-link{background:none;border:none;color:#3b82f6;text-decoration:none;cursor:pointer;padding:0 4px;font-weight:500;transition:color .2s ease}.privacy-link:hover{color:#2563eb;text-decoration:underline}.privacy-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.privacy-modal{background-color:#fff;border-radius:8px;box-shadow:0 10px 40px #0003;max-width:600px;width:100%;max-height:80vh;display:flex;flex-direction:column;animation:slideUp .3s ease}.privacy-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.privacy-modal-header h3{margin:0;color:#1f2937;font-size:18px;font-weight:600}.modal-close{background:none;border:none;font-size:28px;color:#9ca3af;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.modal-close:hover{color:#1f2937}.privacy-modal-body{overflow-y:auto;padding:20px;flex:1}.privacy-content{font-size:13px;color:#374151;line-height:1.8}.privacy-content h4{margin:0 0 15px;color:#1f2937;font-size:16px;font-weight:600}.privacy-content h5{margin:15px 0 8px;color:#1f2937;font-size:14px;font-weight:600}.privacy-content p{margin:0 0 12px;color:#374151}.privacy-content ul{margin:10px 0 12px 20px;padding:0;color:#374151}.privacy-content li{margin:6px 0;line-height:1.6}.privacy-content strong{color:#1f2937;font-weight:600}.privacy-modal-body::-webkit-scrollbar{width:6px}.privacy-modal-body::-webkit-scrollbar-track{background:#f1f5f9}.privacy-modal-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.privacy-modal-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.privacy-modal-footer{display:flex;justify-content:flex-end;padding:15px 20px;border-top:1px solid #e5e7eb;flex-shrink:0}.modal-confirm-btn{padding:10px 30px;background-color:#dc3545;color:#fff;font-size:14px;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease}.modal-confirm-btn:hover{background-color:#c81e2b;box-shadow:0 4px 12px #3b82f666}.modal-confirm-btn:active{transform:scale(.98)}.document-completeness-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out}.document-completeness-dialog{background:#ffffff;border-radius:16px;padding:32px;max-width:560px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;position:relative;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.document-completeness-dialog .dialog-close-btn{position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;background:#f5f5f5;border-radius:50%;font-size:20px;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10}.document-completeness-dialog .dialog-close-btn:hover{background:#e0e0e0;color:#333;transform:rotate(90deg)}.document-completeness-dialog .dialog-icon-wrapper{display:flex;justify-content:center;margin-bottom:20px}.document-completeness-dialog .icon-circle{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:pulse 2s ease-in-out infinite}.document-completeness-dialog .icon-circle.warning{background:linear-gradient(135deg,#fff3e0 0%,#ffe0b2 100%)}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.document-completeness-dialog .icon-warning{width:36px;height:36px;color:#ff9800}.document-completeness-dialog .dialog-title{text-align:center;font-size:24px;font-weight:600;color:#333;margin:0 0 24px}.completeness-info{display:flex;gap:24px;align-items:center;background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%);border:1px solid #e9ecef;border-radius:12px;padding:20px;margin-bottom:20px}.completeness-circle{position:relative;width:120px;height:120px;flex-shrink:0}.progress-ring{width:120px;height:120px;transform:rotate(-90deg)}.progress-ring-bg{stroke:#e0e6ed}.progress-ring-fill{transition:stroke-dasharray .6s ease}.completeness-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.completeness-text .percentage{font-size:28px;font-weight:700;color:#1e3c72;line-height:1;margin-bottom:4px}.completeness-text .label{font-size:12px;color:#666}.doc-status{flex:1}.status-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.status-row:last-child{margin-bottom:0}.status-label{font-size:14px;color:#666}.status-value{font-size:18px;font-weight:600}.status-value.uploaded{color:#10b981}.status-value.missing{color:#ef4444}.missing-docs{background:#fff8f8;border:1px solid #ffebee;border-radius:8px;padding:16px;margin-bottom:20px}.missing-title{font-size:14px;font-weight:600;color:#d32f2f;margin:0 0 12px}.missing-list{list-style:none;margin:0;padding:0}.missing-item{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:14px;color:#555}.missing-item:last-child{margin-bottom:0}.missing-icon{width:16px;height:16px;color:#ef4444;flex-shrink:0}.impact-warning{background:linear-gradient(135deg,#fff8e1 0%,#fffbf0 100%);border:1px solid #fff3cd;border-radius:8px;padding:16px;margin-bottom:24px;display:flex;gap:12px}.impact-icon{width:24px;height:24px;color:#f59e0b;flex-shrink:0;margin-top:2px}.impact-text{margin:0;font-size:14px;color:#78350f;line-height:1.6}.impact-text strong{color:#d97706;font-weight:600}.document-completeness-dialog .dialog-actions{display:flex;gap:12px;margin-bottom:12px}.document-completeness-dialog .dialog-actions button{flex:1;height:48px;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:8px}.btn-upload{background:linear-gradient(135deg,#1e3c72 0%,#2a5298 100%);color:#fff;box-shadow:0 4px 12px #1e3c724d}.btn-upload:hover{background:linear-gradient(135deg,#2a5298 0%,#3d6bb3 100%);box-shadow:0 6px 16px #1e3c7266;transform:translateY(-2px)}.btn-continue{background:#f5f5f5;color:#666}.btn-continue:hover{background:#e0e0e0;color:#333}.btn-upload:active,.btn-continue:active{transform:translateY(0)}.btn-icon{width:20px;height:20px}.dialog-note{text-align:center;font-size:12px;color:#999;margin:0;line-height:1.5}@media (max-width: 600px){.document-completeness-dialog{padding:24px;max-width:95%}.document-completeness-dialog .dialog-title{font-size:20px}.completeness-info{flex-direction:column;text-align:center}.completeness-circle{margin:0 auto}.doc-status{width:100%}.document-completeness-dialog .dialog-actions{flex-direction:column}.document-completeness-dialog .dialog-actions button{width:100%}}.hr-report-test{padding:20px;max-width:1200px;margin:0 auto;background-color:#f5f5f5;min-height:100vh}.test-header{text-align:center;margin-bottom:30px;background:white;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.test-header h1{color:#333;margin:0 0 10px;font-size:2rem}.test-header p{color:#666;margin:0;font-size:1.1rem}.test-controls{display:flex;gap:15px;justify-content:center;margin-bottom:30px;flex-wrap:wrap}.test-btn{padding:12px 24px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;min-width:120px}.test-btn:disabled{opacity:.6;cursor:not-allowed}.test-btn.primary{background-color:#007bff;color:#fff}.test-btn.primary:hover:not(:disabled){background-color:#0056b3}.test-btn.secondary{background-color:#6c757d;color:#fff}.test-btn.secondary:hover:not(:disabled){background-color:#545b62}.test-btn.danger{background-color:#dc3545;color:#fff}.test-btn.danger:hover:not(:disabled){background-color:#c82333}.test-results{display:grid;gap:20px;grid-template-columns:1fr}.result-section{background:white;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a}.result-section h3{color:#333;margin:0 0 15px;font-size:1.3rem;border-bottom:2px solid #007bff;padding-bottom:8px}.result-content{max-height:400px;overflow:auto;background:#f8f9fa;border-radius:4px;padding:15px}.result-content pre{margin:0;white-space:pre-wrap;word-wrap:break-word;font-family:Courier New,monospace;font-size:12px;line-height:1.4}.no-data{color:#999;font-style:italic;text-align:center;padding:20px}@media (max-width: 768px){.hr-report-test{padding:10px}.test-controls{flex-direction:column;align-items:center}.test-btn{width:100%;max-width:300px}.result-content{max-height:300px}}.result-content::-webkit-scrollbar{width:8px}.result-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.result-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.result-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.survey-page{min-height:100vh;background:#f6f8fa;padding:24px;font-size:15px;line-height:1.65;color:#111827}.survey-page.modal-open{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden}.survey-container{max-width:900px;margin:0 auto}.survey-header{background:#a02d2d;color:#fff;border-radius:16px;padding:20px 24px;box-shadow:0 6px 18px #a02d2d40}.survey-title{margin:0 0 10px;font-size:22px;font-weight:700}.survey-desc{margin:0;color:#ffffffe6;line-height:1.65;padding:12px 14px;border-radius:8px}.survey-form{margin-top:22px}.survey-card{background:#fff;border:1px solid #eaeef2;border-radius:14px;padding:22px;margin-bottom:18px;box-shadow:0 8px 16px #1118270f}.section-title{margin:0 0 16px;font-size:18px;font-weight:600;color:#111827;line-height:1.5}.subsection{margin:16px 0 8px}.subsection-title{color:#0f172a;display:block;text-align:left;font-weight:700;margin:8px auto 12px;max-width:760px}.question{margin:12px 0 6px;color:#1f2937;line-height:1.65}.question{text-align:left}.survey-card .question,.survey-card .radio-group,.survey-card .checkbox-group,.survey-card .field,.survey-card .field-inline,.survey-card .paragraph,.survey-card .list,.survey-card .submit-bar{max-width:760px;margin-left:auto;margin-right:auto}.field{margin-top:14px}.field label{display:block;margin-bottom:8px;color:#374151;line-height:1.6}.field-inline{margin-top:10px;color:#374151}.input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:10px;background:#fff;font-size:14px;line-height:1.6}.input:focus{outline:none;border-color:#a02d2d;box-shadow:0 0 0 3px #a02d2d26}.input.number{width:120px}.radio-group,.checkbox-group{margin-top:10px;display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding-left:20px}.radio-group label.radio-item,.checkbox-group label.checkbox-item{margin:0}.field,.field-inline{padding-left:20px}label.radio-item,label.checkbox-item{display:block;width:100%;padding:12px 14px;border:1px solid #eaeef2;border-radius:10px;background:#fff;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}label.radio-item:hover,label.checkbox-item:hover{background:#f9fafb;border-color:#d1d5db}label.radio-item:has(input:checked),label.checkbox-item:has(input:checked){border-color:#a02d2d;background:#fef2f2;box-shadow:0 0 0 3px #a02d2d26}.radio-item input[type=radio],.checkbox-item input[type=checkbox]{margin-right:10px}.radio-item,.checkbox-item{display:inline-block;margin-right:18px;margin-top:8px;color:#374151;line-height:1.6}.paragraph{margin:10px 0;color:#374151;line-height:1.75}.survey-page .list{padding-left:22px;color:#374151}.survey-card .paragraph,.survey-card .list{padding-left:20px}.survey-page .list li{margin:8px 0;line-height:1.7}.hint-box{margin-top:12px;padding:12px 14px;background:#f8f9fa;border-radius:10px;color:#555;border:1px dashed #d1d5db}.survey-page .submit-bar{margin-top:12px;display:flex;justify-content:center;gap:12px}.survey-page .btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:10px;border:1px solid transparent;cursor:pointer;font-weight:600}.survey-page .btn-primary{background:#a02d2d;color:#fff;box-shadow:0 6px 12px #a02d2d40}.survey-page .btn-primary:hover{background:#8b2424}.survey-page .privacy-section .privacy-link{margin-left:6px;color:#2563eb;background:transparent;border:none;padding:0;cursor:pointer;font-weight:600}.survey-page .privacy-section .privacy-link:hover{color:#1d4ed8;text-decoration:underline}.privacy-modal-overlay,.survey-page .privacy-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center;z-index:3000}.privacy-modal,.survey-page .privacy-modal{width:96%;max-width:900px;background:#fff;border-radius:12px;box-shadow:0 12px 28px #11182740;overflow:hidden}.privacy-modal-header,.survey-page .privacy-modal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #eaeef2}.privacy-modal-header h3,.survey-page .privacy-modal-header h3{margin:0;font-size:18px}.privacy-modal-close,.survey-page .privacy-modal-close{background:transparent;border:none;font-size:20px;cursor:pointer}.privacy-modal-body,.survey-page .privacy-modal-body{max-height:70vh;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:auto;padding:16px 18px;line-height:1.75;scroll-behavior:smooth}.privacy-modal-body::-webkit-scrollbar{width:10px}.privacy-modal-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:8px}.privacy-modal-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:8px}.privacy-modal-body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.survey-page .privacy-content{max-width:760px;margin:0 auto}.survey-page .privacy-content h4{margin:0 0 10px;font-size:16px}.survey-page .privacy-content h5{margin:12px 0 8px;font-size:14px}.survey-page .privacy-content p{color:#374151;margin:8px 0;line-height:1.75;text-indent:2em;padding-left:0}.survey-page .privacy-content ul,.survey-page .privacy-content ol{padding-left:22px;color:#374151}.survey-page .privacy-content li{margin:8px 0;line-height:1.75}.survey-page .toc-link{color:#2563eb;text-decoration:none}.survey-page .toc-link:hover{color:#1d4ed8;text-decoration:underline}.survey-page .privacy-content .toc-list{list-style:decimal;padding-left:24px;margin:8px 0 12px}.survey-page .privacy-section{margin:14px 0 16px}.survey-page .privacy-section .section-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.survey-page .privacy-section .section-badge{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#eef2ff;color:#4338ca;font-weight:600;font-size:12px}.survey-page .privacy-section h3{margin:0;font-size:16px;color:#111827}.survey-page .privacy-content .back-to-top{display:inline-block;margin-top:12px;color:#2563eb;text-decoration:none;font-weight:600}.survey-page .privacy-content .back-to-top:hover{color:#1d4ed8;text-decoration:underline}.survey-page .privacy-modal-footer{padding:12px 16px;border-top:1px solid #eaeef2;display:flex;justify-content:flex-end}.survey-page .privacy-agreement-section{margin-top:16px;display:flex;justify-content:center;text-align:center;background:#fef2f2;padding:16px;border-radius:10px;border:1px solid #f5e0e0}.survey-page .privacy-checkbox-label{display:flex;align-items:center;gap:8px;color:#374151;justify-content:center}.survey-page .privacy-agreement-section .privacy-link{margin-left:4px;color:#2563eb;background:transparent;border:none;padding:0;cursor:pointer;font-weight:600}.survey-page .privacy-agreement-section .privacy-link:hover{color:#1d4ed8;text-decoration:underline}.survey-page .error-text{margin-top:8px;color:#dc2626;font-size:13px}@media (max-width: 640px){.survey-header{padding:16px}.survey-title{font-size:20px}.survey-card{padding:16px}.radio-group,.checkbox-group{grid-template-columns:1fr}.privacy-modal{width:96%}.privacy-modal-body{padding:14px}}.survey-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center;z-index:2000}.survey-modal{width:96%;max-width:900px;max-height:84vh;background:#ffffff;border-radius:16px;box-shadow:0 12px 28px #11182740;overflow:hidden;display:flex;flex-direction:column}.survey-modal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #eaeef2}.survey-modal-header h2{margin:0;font-size:20px;font-weight:600;color:#111827}.survey-modal-close{background:transparent;border:none;font-size:20px;line-height:1;color:#6b7280;cursor:pointer}.survey-modal-close:hover{color:#111827}.survey-modal-body{padding:0;overflow:auto}.survey-modal-body .survey-page{min-height:auto;background:transparent;padding:0}.survey-page .privacy-modal-header{position:sticky;top:0;background:#ffffff;z-index:2}.survey-page .privacy-content .toc-box{position:sticky;top:0;background:#ffffff;padding:10px 12px;border-bottom:1px solid #eaeef2;z-index:1}.survey-page .toc-link.active{color:#1d4ed8;font-weight:700}.survey-page .privacy-section{scroll-margin-top:60px}.field.has-error .input,.field-inline.has-error .input{border-color:#e74c3c;box-shadow:0 0 0 2px #e74c3c26}.radio-group.has-error{outline:2px solid rgba(231,76,60,.2);border-radius:6px;padding:6px 8px}.survey-card .field,.survey-card .radio-group,.survey-card .field-inline{scroll-margin-top:100px}.privacy-policy-container{line-height:2}.privacy-policy-container p{margin:24px 0;padding:0;box-sizing:content-box;max-height:10000rem;display:block;font-size:14px}.privacy-policy-container *{max-width:100%;white-space:normal!important}.privacy-policy-container ol,.privacy-policy-container ul,.privacy-policy-container li{margin:24px 0;padding:0;box-sizing:content-box;font-size:14px}.privacy-policy-container h1,.privacy-policy-container h2,.privacy-policy-container h3,.privacy-policy-container h4{margin:24px 0;padding:0;box-sizing:content-box}.privacy-policy-container h4{font-size:14px}.report-page{min-height:100px;background:#f8f9fa;padding:0 0 180px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;width:100%;margin:0}.report-header{background:#f8f9fa;padding:15px 0;border-bottom:1px solid #dee2e6}.report-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}.header-content h1{margin:0 0 15px;font-size:32px;font-weight:700;letter-spacing:-.5px;position:relative;z-index:2}.header-actions{display:flex;gap:15px;flex-wrap:wrap;position:relative;z-index:2}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;text-align:center}.loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #f39c12;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.progress-container{width:200px;margin:20px auto}.progress-bar{width:100%;height:6px;background:#e9ecef;border-radius:3px;overflow:hidden;margin-bottom:10px}.progress-fill{height:100%;background:linear-gradient(90deg,#f39c12,#e67e22);border-radius:3px;transition:width .3s ease}.progress-text{font-size:14px;color:#6c757d;text-align:center}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;text-align:center;padding:40px}.error-container h2{color:#dc3545;margin-bottom:15px}.error-container p{color:#6c757d;margin-bottom:20px;max-width:500px}.html-report-wrapper{width:100%;margin:0;padding:0;display:block}@media (max-width: 480px){.html-report-wrapper{width:100vw!important;margin:0!important;padding:0!important}}.report-container{max-width:700px;width:100%;margin:10px auto;min-height:400px;max-height:none;background:white;border-radius:12px;box-shadow:0 2px 15px #00000014;overflow:visible;border:1px solid rgba(0,0,0,.05);transition:box-shadow .3s ease;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;padding:0;box-sizing:border-box;position:relative}.report-container:hover{box-shadow:0 8px 40px #00000026}.report-cover{padding:40px;text-align:center;border-bottom:2px solid #a02d2d;margin-bottom:30px;background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%);box-sizing:border-box}.cover-content h1.cover-title{font-size:48px;font-weight:700;color:#a02d2d;margin:0 0 10px;letter-spacing:-1px}.cover-subtitle{font-size:20px;color:#666;font-weight:300;margin:0 0 40px}.cover-info{display:flex;flex-direction:column;gap:15px;margin-bottom:30px;background:white;padding:20px;border-radius:8px;border:1px solid #e9ecef}.cover-info p{margin:0;font-size:16px}.cover-info .label{font-weight:600;color:#2c3e50;margin-right:10px}.cover-info .value{color:#666}.cover-footer{color:#999;font-size:14px;margin-top:20px}.report-section{margin-bottom:30px;padding:0 30px;page-break-inside:avoid;box-sizing:border-box}.report-section:first-of-type{padding-top:30px}.section-title{font-size:28px;font-weight:700;color:#2c3e50;margin:0 0 25px;padding-bottom:15px;border-bottom:3px solid #a02d2d}.table-of-contents{background:#f8f9fa;padding:25px 30px;border-radius:8px;border-left:4px solid #a02d2d;box-sizing:border-box}.table-of-contents ol{margin:0;padding-left:25px}.table-of-contents li{margin-bottom:12px;color:#666;font-size:15px}.summary-content{background:white;border:1px solid #e9ecef;padding:25px;border-radius:8px;margin-bottom:20px}.summary-content>p{color:#666;font-size:15px;margin-bottom:20px}.summary-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px}.stat-item{background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%);padding:20px;border-radius:8px;border:1px solid #e9ecef;text-align:center}.stat-label{display:block;color:#666;font-size:13px;margin-bottom:10px}.stat-value{display:block;font-size:28px;font-weight:700;color:#a02d2d}.overview-content{color:#666}.overview-content>p{margin-bottom:15px;font-size:15px}.overview-list{list-style:none;padding:0;margin:0}.overview-list li{padding:15px;background:#f8f9fa;border-left:3px solid #a02d2d;margin-bottom:12px;border-radius:4px;font-size:14px;line-height:1.6}.overview-list strong{color:#2c3e50}.findings-content{background:#fff9f9;border:1px solid #ffe0e3;padding:25px;border-radius:8px}.finding-item h4{color:#a02d2d;font-size:16px;margin:0 0 15px}.finding-item p{color:#666;margin-bottom:12px;font-size:14px}.finding-item ol{color:#666;font-size:14px;padding-left:25px}.finding-item li{margin-bottom:8px}.risk-content{overflow-x:auto}.risk-table{width:100%;border-collapse:collapse;background:white}.risk-table thead{background:#f8f9fa;border-bottom:2px solid #a02d2d}.risk-table th{padding:15px;text-align:left;font-weight:600;color:#2c3e50;font-size:14px}.risk-table td{padding:15px;border-bottom:1px solid #e9ecef;color:#666;font-size:14px}.risk-table tbody tr:hover{background:#f8f9fa}.recommendations-content{color:#666}.recommendations-content>p{margin-bottom:20px;font-size:15px}.recommendation-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.recommendation-item{background:linear-gradient(135deg,#fff9f9 0%,#ffffff 100%);border:1px solid #ffe0e3;padding:20px;border-radius:8px;border-top:3px solid #a02d2d}.recommendation-item h4{color:#a02d2d;font-size:15px;margin:0 0 10px}.recommendation-item p{color:#666;font-size:13px;margin:0;line-height:1.5}.action-plan-content{background:white;padding:0}.timeline{display:flex;flex-direction:column;gap:0}.timeline-item{padding:25px;border-left:3px solid #a02d2d;background:#f8f9fa;border-bottom:1px solid #e9ecef;position:relative}.timeline-item:last-child{border-bottom:none}.timeline-marker{position:absolute;left:-15px;top:25px;background:#a02d2d;color:#fff;padding:8px 12px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap}.timeline-item p{color:#666;font-size:14px;margin:0 0 0 10px}.report-footer{margin-top:50px;padding-top:20px;border-top:1px solid #e9ecef;text-align:center;color:#999;font-size:13px}.report-footer p{margin:8px 0}.report-date{font-style:italic}.template-report{padding:40px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;margin:0}.template-header{text-align:center;margin-bottom:40px;border-bottom:2px solid #dc2626;padding-bottom:20px}.template-header h1{color:#dc2626;font-size:32px;margin-bottom:20px;font-weight:700}.file-info{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.file-info p{margin:0;font-size:16px;color:#666}.template-content{display:flex;justify-content:center;align-items:center;min-height:500px}.placeholder-section{text-align:center;max-width:600px}.placeholder-section h2{font-size:28px;color:#dc2626;margin-bottom:30px;font-weight:600}.placeholder-info{background:#f8f9fa;border-radius:12px;padding:30px;border-left:4px solid #dc2626}.placeholder-info p{font-size:18px;line-height:1.6;margin-bottom:25px;color:#555}.feature-list{text-align:left}.feature-list h3{font-size:20px;color:#dc2626;margin-bottom:15px;font-weight:600}.feature-list ul{list-style:none;padding:0}.feature-list li{font-size:16px;padding:8px 0;color:#666;border-bottom:1px solid #eee}.feature-list li:last-child{border-bottom:none}.report-page>.report-footer{background:linear-gradient(135deg,#1e3c72 0%,#2a5298 100%)!important;color:#fff!important;border-top:2px solid rgba(255,255,255,.1)!important;padding:30px 40px!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;text-align:center!important;box-shadow:0 -8px 32px #0003,inset 0 1px #ffffff1a!important;max-width:100%!important;margin:0!important;border-radius:0!important;z-index:1000!important}.report-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent)}.report-footer:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.2),transparent)}.footer-title{font-size:28px;font-weight:700;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.footer-actions{display:flex;justify-content:center;gap:16px;margin-bottom:0;flex-wrap:wrap;position:relative;align-items:center}.footer-note{text-align:center;color:#6c757d;font-size:14px;line-height:1.6}.footer-note p{margin:8px 0;font-weight:500}.btn{padding:12px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;display:inline-flex;align-items:center;gap:10px;min-height:48px;box-shadow:0 4px 12px #00000026;position:relative;overflow:hidden;white-space:nowrap}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.btn:hover:before{left:100%}.btn:disabled{opacity:.6;cursor:not-allowed;color:#333!important;background:#d3d3d3!important;border-color:#d3d3d3!important}.btn-primary{background:#f39c12;color:#fff}.btn-primary:hover:not(:disabled){background:#e67e22;transform:translateY(-1px)}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover:not(:disabled){background:#545b62;transform:translateY(-1px)}.btn-info{background:#f39c12;color:#fff}.btn-info:hover:not(:disabled){background:#e67e22;transform:translateY(-1px)}.btn-success{background:#f39c12;color:#fff}.btn-success:hover:not(:disabled){background:#e67e22;transform:translateY(-1px)}.btn-warning{background:#f39c12;color:#fff}.btn-warning:hover:not(:disabled){background:#e67e22;transform:translateY(-1px)}.btn-outline{background:#f39c12;color:#fff;border:2px solid #f39c12}.btn-outline:hover:not(:disabled){background:#e67e22;color:#fff;border:2px solid #e67e22;transform:translateY(-1px)}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover:not(:disabled){background:#c82333;transform:translateY(-1px)}@media (max-width: 768px){.report-page{width:100vw!important;padding:0!important;margin:0!important;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.report-header{flex-direction:column;padding:20px;gap:20px}.header-actions{justify-content:center}.footer-actions{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px;justify-content:center}.report-container{max-width:100vw!important;width:100vw!important;margin:0!important;border-radius:8px;padding:0!important;box-shadow:none!important;border:none!important}.content{padding:0!important;margin:0!important;width:100%!important}.report-cover{padding:25px 20px}.cover-content h1.cover-title{font-size:32px}.cover-subtitle{font-size:16px}.report-section{padding:0 20px}.section-title{font-size:22px}.summary-stats{grid-template-columns:repeat(2,1fr);gap:15px}.recommendation-list{grid-template-columns:1fr;gap:15px}.risk-table{font-size:13px}.risk-table th,.risk-table td{padding:12px}.file-info{flex-direction:column;gap:20px}.footer-title{font-size:24px}.star-rating .star{font-size:40px}.rating-form{padding:25px 20px}}@media (max-width: 480px){.report-page{min-height:100px;background:white;padding:0!important;margin:0!important;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;width:100vw!important}.report-container{max-width:100vw!important;width:100vw!important;margin:0!important;padding:0!important;border-radius:0!important;box-shadow:none!important;border:none!important;background:transparent!important;min-height:auto!important}.content{padding:0!important;margin:0!important;width:100%!important}.report-content,.main-content-section,.content-container{padding:0!important;margin:0!important}.header-content h1{font-size:24px}.report-cover{padding:0!important;margin:0!important}.cover-content h1.cover-title{font-size:28px}.cover-subtitle{font-size:14px}.cover-info{padding:0!important;gap:10px;margin:0!important}.cover-info p{font-size:13px}.report-section{padding:0!important;margin:0!important}.section-title{font-size:20px;margin-bottom:15px}.table-of-contents{padding:15px;border-radius:6px}.table-of-contents ol{padding-left:20px}.table-of-contents li{font-size:13px;margin-bottom:8px}.summary-stats{grid-template-columns:1fr;gap:12px}.stat-item{padding:15px}.stat-value{font-size:24px}.recommendation-list{grid-template-columns:1fr;gap:12px}.recommendation-item{padding:15px}.recommendation-item h4{font-size:14px}.recommendation-item p,.risk-table{font-size:12px}.risk-table th,.risk-table td{padding:10px 8px}.timeline-item{padding:15px 15px 15px 35px}.timeline-marker{font-size:10px;padding:6px 10px;left:-12px;top:15px}.timeline-item p{font-size:13px;margin-left:5px}.overview-list li{padding:12px;font-size:13px}.file-info{flex-direction:column;gap:15px}.file-info p{font-size:14px}.footer-title{font-size:20px;margin-bottom:15px}.footer-actions{flex-direction:column;gap:10px}.btn{width:100%;max-width:none;padding:10px 16px;font-size:13px;min-height:44px}.rating-form{padding:15px!important;border-radius:8px;width:100%!important;margin:0!important;box-sizing:border-box}.rating-prompt{font-size:14px;text-align:center}.rating-section{background:white;padding:15px!important;border-bottom:none;margin-bottom:0!important;width:100%!important;max-width:none!important;border-radius:0!important;box-shadow:none!important}.rating-container{max-width:100%!important;margin:0!important;padding:0!important}.rating-labels{display:flex;justify-content:center;gap:6px;font-size:11px;margin-bottom:15px;width:100%}.star-rating{display:flex;justify-content:center;flex-wrap:wrap;gap:6px}.star-rating .star{font-size:36px}.feedback-text{font-size:12px;padding:10px;min-height:80px;width:100%!important;box-sizing:border-box}.rating-actions{flex-direction:column;gap:10px}.rating-actions .btn{width:100%;max-width:none;padding:10px 16px;font-size:13px}.report-page>.report-footer{padding:15px 12px!important}}.rating-section{background:white;padding:50px 40px;border-bottom:2px solid #f0f0f0;margin-bottom:20px}.rating-container{max-width:900px;margin:0 auto}.rating-form{padding:30px;background:linear-gradient(135deg,#fff3e0 0%,#ffe0b2 100%);border-radius:12px;box-shadow:0 4px 12px #00000014}.rating-prompt{font-size:16px;font-weight:600;color:#dc3545;margin-bottom:20px;text-align:center}.star-rating{display:flex;justify-content:center;gap:12px;margin-bottom:12px}.star-rating .star{background:none;border:none;font-size:48px;cursor:pointer;color:#ddd;transition:all .2s ease;padding:0;line-height:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.star-rating .star:hover{color:#ffc107;transform:scale(1.15);filter:drop-shadow(0 2px 4px rgba(255,193,7,.4))}.star-rating .star.active{color:#ffc107;filter:drop-shadow(0 2px 4px rgba(255,193,7,.4))}.rating-labels{display:flex;justify-content:space-between;font-size:12px;color:#666;margin-bottom:20px;padding:0 4px}.rating-level-display{text-align:center;padding:12px;background:linear-gradient(135deg,#ffe0b2 0%,#ffccbc 100%);border-radius:6px;margin-bottom:15px;color:#dc3545;font-size:14px;border:1px solid #ffb74d}.feedback-text{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:13px;font-family:inherit;resize:vertical;min-height:100px;max-height:200px;margin-bottom:8px;color:#333}.feedback-text::placeholder{color:#999}.feedback-text:focus{outline:none;border-color:#dc3545;box-shadow:0 0 0 3px #dc35451a}.char-count{font-size:12px;color:#999;text-align:right;margin-bottom:15px}.rating-actions{display:flex;gap:12px;justify-content:center}.rating-actions .btn{padding:10px 24px;font-size:14px;font-weight:600;border-radius:6px;border:none;cursor:pointer;transition:all .3s ease}.rating-actions .btn-primary{background:linear-gradient(135deg,#dc3545 0%,#dc3545 100%);color:#fff;box-shadow:0 4px 12px #dc35454d}.rating-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #dc354566}.rating-actions .btn-secondary{background:linear-gradient(135deg,#495057 0%,#343a40 100%);color:#fff;box-shadow:0 4px 12px #343a404d}.rating-actions .btn-secondary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #343a4066}.rating-success{text-align:center;padding:40px 30px;background:linear-gradient(135deg,#f0fdf4 0%,#e0f5e9 100%);border-radius:12px;border:2px solid #4caf50}.success-icon{font-size:64px;color:#4caf50;margin-bottom:15px;animation:scaleIn .5s ease-out}.success-message{font-size:16px;color:#2e7d32;font-weight:600;margin:0}@keyframes scaleIn{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.resume-screening{max-width:1400px;margin:0 auto;padding:24px;min-height:calc(100vh - 120px)}.resume-screening-header{margin-bottom:32px;display:flex;justify-content:space-between;align-items:center}.resume-screening-header>div{align-items:flex-start;flex-wrap:wrap;gap:16px}.resume-screening-header .header-left h1{font-size:28px;font-weight:600;color:#1a1a2e;margin:0 0 8px}.resume-screening-header .header-left p{color:#666;font-size:15px;margin:0}.btn-tutorial{display:flex;align-items:center;gap:6px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #667eea4d}.btn-tutorial:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.tutorial-icon{font-size:16px}.quanyi-panel{display:flex;align-items:center;gap:16px;background:linear-gradient(135deg,#f8f9ff 0%,#fff 100%);padding:12px 20px;border-radius:12px;border:1px solid #e8ecff}.quanyi-item{display:flex;flex-direction:column;align-items:center;gap:2px;padding:0 12px;border-right:1px solid #e8ecff}.quanyi-item:last-child{border-right:none}.quanyi-item.member-info{flex-direction:row;gap:8px}.quanyi-label{font-size:11px;color:#888}.quanyi-value{font-size:18px;font-weight:700;color:#4a6cf7}.quanyi-total .quanyi-value{color:#27ae60}.member-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600}.member-basic{background:#e8f4fd;color:#2196f3}.member-pro{background:linear-gradient(135deg,#fff3e0 0%,#ffe0b2 100%);color:#ff9800}.member-enterprise{background:linear-gradient(135deg,#fce4ec 0%,#f8bbd9 100%);color:#e91e63}.member-detail{font-size:12px;color:#666}.resume-screening-content{display:grid;grid-template-columns:320px 1fr;gap:24px}.jd-panel{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;overflow:hidden}.jd-panel-header{padding:16px 20px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center}.jd-panel-header h3{font-size:16px;font-weight:600;color:#1a1a2e;margin:0}.btn-add-jd{background:#4a6cf7;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:13px;cursor:pointer;transition:all .2s}.btn-add-jd:hover{background:#3d5dd5}.jd-list{max-height:calc(100vh - 300px);overflow-y:auto}.jd-item{padding:16px 20px;border-bottom:1px solid #f5f5f5;cursor:pointer;transition:all .2s}.jd-item:hover{background:#f8f9ff}.jd-item.active{background:#eef2ff;border-left:3px solid #4a6cf7}.jd-item-name{font-size:15px;font-weight:500;color:#1a1a2e;margin-bottom:8px}.jd-item-stats{display:flex;gap:16px;font-size:13px;color:#888}.jd-item-actions{display:flex;gap:8px;margin-top:8px}.jd-item-actions button{background:none;border:none;font-size:12px;color:#666;cursor:pointer;padding:4px 8px;border-radius:4px}.jd-item-actions button:hover{background:#f0f0f0;color:#4a6cf7}.jd-item-actions button.delete:hover{color:#ff4757}.main-panel{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f}.main-panel-header{padding:20px 24px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center}.main-panel-header h3{font-size:18px;font-weight:600;color:#1a1a2e;margin:0}.main-panel-actions{display:flex;gap:12px}.btn-upload{background:#fff;color:#4a6cf7;border:1px solid #4a6cf7;padding:10px 20px;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s}.btn-upload:hover{background:#f0f4ff}.btn-start-screening{background:linear-gradient(135deg,#4a6cf7 0%,#6366f1 100%);color:#fff;border:none;padding:10px 24px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-start-screening:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #4a6cf74d}.btn-start-screening:disabled{opacity:.6;cursor:not-allowed}.resume-list{padding:20px 24px}.resume-empty{text-align:center;padding:60px 20px;color:#999}.resume-empty-icon{font-size:48px;margin-bottom:16px}.resume-table{width:100%;border-collapse:collapse}.resume-table th,.resume-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #f0f0f0}.resume-table th{background:#fafbfc;font-weight:500;color:#666;font-size:13px}.resume-table tr:hover td{background:#f8f9ff}.resume-status{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:16px;font-weight:600;font-size:13px}.resume-status.status-passed{background:#e8f5e9;color:#2e7d32}.resume-status.status-alternate{background:#fff3e0;color:#ef6c00}.resume-status.status-rejected{background:#ffebee;color:#c62828}.filter-btn.status-passed.active{background:#e8f5e9;color:#2e7d32;border-color:#2e7d32}.filter-btn.status-alternate.active{background:#fff3e0;color:#ef6c00;border-color:#ef6c00}.filter-btn.status-rejected.active{background:#ffebee;color:#c62828;border-color:#c62828}.resume-conclusion{font-size:13px;color:#666;max-width:300px;line-height:1.5}.resume-name-cell{display:flex;flex-direction:column;gap:4px}.resume-name{font-weight:500;color:#1a1a2e;font-size:14px}.resume-tags{display:flex;gap:4px;flex-wrap:wrap}.edu-tag{display:inline-block;padding:2px 6px;border-radius:4px;font-size:10px;font-weight:600;letter-spacing:.5px}.edu-tag.tag-985{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.edu-tag.tag-211{background:linear-gradient(135deg,#11998e 0%,#38ef7d 100%);color:#fff}.edu-tag.tag-syl{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);color:#fff}.resume-contact{display:flex;flex-direction:column;gap:2px;font-size:12px}.contact-phone{color:#333;font-weight:500}.contact-email{color:#666;max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resume-actions button{background:none;border:none;color:#4a6cf7;cursor:pointer;font-size:13px;padding:6px 12px}.resume-actions button:hover{text-decoration:underline}.resume-actions .btn-report{color:#27ae60;font-weight:500}.resume-actions .btn-report:hover{color:#1e8449}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:white;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto}.modal-header{padding:20px 24px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center}.modal-header h3{margin:0;font-size:18px;font-weight:600}.modal-close{background:none;border:none;font-size:24px;color:#999;cursor:pointer}.modal-body{padding:24px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:8px}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#4a6cf7}.form-group textarea{min-height:200px;resize:vertical}.modal-footer{padding:16px 24px;border-top:1px solid #f0f0f0;display:flex;justify-content:flex-end;gap:12px}.btn-cancel{background:#f5f5f5;color:#666;border:none;padding:10px 20px;border-radius:6px;cursor:pointer}.btn-confirm{background:#4a6cf7;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer}.btn-confirm:disabled{opacity:.6;cursor:not-allowed}.upload-zone{border:2px dashed #d0d0d0;border-radius:12px;padding:40px;text-align:center;cursor:pointer;transition:all .2s}.upload-zone.dragging{border-color:#4a6cf7;background:#eef2ff}.upload-icon{font-size:48px;color:#4a6cf7;margin-bottom:16px}.upload-text{font-size:15px;color:#666;margin-bottom:8px}.upload-files-list{margin-top:20px;max-height:200px;overflow-y:auto}.upload-file-item{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:#f8f9fc;border-radius:6px;margin-bottom:8px}.upload-file-name{font-size:14px;color:#333}.upload-file-remove{background:none;border:none;color:#999;cursor:pointer;font-size:18px}.upload-file-remove:hover{color:#ff4757}.detail-modal-content{max-width:800px}.detail-section{margin-bottom:24px}.detail-section h4{font-size:15px;font-weight:600;color:#333;margin:0 0 12px;padding-bottom:8px;border-bottom:1px solid #f0f0f0}.detail-content{font-size:14px;color:#555;line-height:1.7;white-space:pre-wrap}.detail-list{list-style:none;padding:0;margin:0}.detail-list li{padding:8px 0;border-bottom:1px solid #f5f5f5;font-size:14px;color:#555}.detail-list li:last-child{border-bottom:none}.screening-status{display:flex;align-items:center;gap:12px;padding:20px;background:#f0f4ff;border-radius:8px;margin:20px 24px}.screening-status .spinner{width:24px;height:24px;border:3px solid #e0e0e0;border-top-color:#4a6cf7;border-radius:50%;animation:spin 1s linear infinite}.screening-status-text{font-size:14px;color:#4a6cf7;font-weight:500}.filter-panel{margin:20px 24px;padding:16px 20px;background:#f8f9fc;border-radius:10px;border:1px solid #e8ecf3}.filter-panel-header{display:flex;align-items:center;gap:16px;margin-bottom:16px;flex-wrap:wrap}.filter-title{font-size:15px;font-weight:600;color:#333}.btn-clear-filter{margin-left:auto;background:#fff;border:1px solid #ddd;color:#666;padding:6px 12px;border-radius:6px;font-size:12px;cursor:pointer;transition:all .2s}.btn-clear-filter:hover{background:#ff4757;border-color:#ff4757;color:#fff}.filter-sections{display:flex;flex-wrap:wrap;gap:20px}.filter-section{flex:1;min-width:200px}.filter-section-title{font-size:12px;color:#888;margin-bottom:10px;font-weight:500}.filter-btn{background:#fff;border:1px solid #ddd;color:#555;padding:6px 14px;border-radius:20px;font-size:13px;cursor:pointer;transition:all .2s;white-space:nowrap}.filter-btn:hover{border-color:#4a6cf7;color:#4a6cf7}.filter-count{opacity:.7;font-size:11px}.filter-custom{display:flex;align-items:center;gap:6px;margin-left:8px;padding-left:12px;border-left:1px solid #e0e0e0}.filter-custom input{width:60px;padding:6px 10px;border:1px solid #ddd;border-radius:6px;font-size:13px;text-align:center}.filter-custom input:focus{outline:none;border-color:#4a6cf7}.filter-custom span{color:#888;font-size:13px}.btn-apply{background:#4a6cf7;color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:12px;cursor:pointer;transition:all .2s}.btn-apply:hover{background:#3d5dd5}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:24px;padding-top:20px;border-top:1px solid #f0f0f0}.pagination-btn{background:#fff;border:1px solid #ddd;color:#555;padding:8px 16px;border-radius:6px;font-size:13px;cursor:pointer;transition:all .2s}.pagination-btn:hover:not(:disabled){border-color:#4a6cf7;color:#4a6cf7}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{padding:8px 16px;font-size:13px;color:#666}.resume-rank{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:#f5f5f5;border-radius:50%;font-size:14px;font-weight:500;color:#666}.resume-table tr:nth-child(1) .resume-rank,.resume-table tr:nth-child(2) .resume-rank,.resume-table tr:nth-child(3) .resume-rank{background:#fff3e0;color:#ff9800}.no-jd-selected{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px;text-align:center}.no-jd-selected-icon{font-size:64px;color:#ddd;margin-bottom:20px}.no-jd-selected h3{font-size:18px;color:#666;margin:0 0 8px}.no-jd-selected p{font-size:14px;color:#999;margin:0}@media (max-width: 1024px){.resume-screening-content{grid-template-columns:1fr}.jd-list{max-height:300px}}@media (max-width: 768px){.resume-screening{padding:16px}.main-panel-header{flex-direction:column;gap:16px;align-items:flex-start}.resume-table{display:block;overflow-x:auto}}.jl-tutorial-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000}.jl-tutorial-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10001;pointer-events:none}.jl-tutorial-card{position:fixed;background:white;border-radius:16px;box-shadow:0 8px 32px #0003;width:480px;max-width:90vw;z-index:10003;animation:jlTutorialFadeIn .3s ease-out}@keyframes jlTutorialFadeIn{0%{opacity:0}to{opacity:1}}.jl-tutorial-card.jl-tutorial-center{top:50%;left:50%;margin-left:-240px;margin-top:-180px}.jl-tutorial-card.jl-tutorial-bottom{left:50%;margin-left:-240px;bottom:100px}.jl-tutorial-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #f0f0f0}.jl-tutorial-step{font-size:13px;font-weight:600;color:#667eea;background:#f0f4ff;padding:4px 12px;border-radius:12px}.jl-tutorial-close{background:none;border:none;font-size:24px;color:#999;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.jl-tutorial-close:hover{background:#f0f0f0;color:#333}.jl-tutorial-body{padding:24px}.jl-tutorial-title{font-size:20px;font-weight:600;color:#1a1a2e;margin:0 0 12px}.jl-tutorial-content{font-size:15px;line-height:1.6;color:#666;margin:0}.jl-tutorial-footer{padding:20px 24px;border-top:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center}.jl-tutorial-dots{display:flex;gap:8px}.jl-tutorial-dot{width:8px;height:8px;border-radius:50%;background:#ddd;cursor:pointer;transition:all .3s}.jl-tutorial-dot.active{background:#667eea;width:24px;border-radius:4px}.jl-tutorial-buttons{display:flex;gap:12px}.jl-btn-tutorial-prev,.jl-btn-tutorial-next{border:none;padding:8px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.jl-btn-tutorial-prev{background:#f5f5f5;color:#666}.jl-btn-tutorial-prev:hover{background:#e8e8e8}.jl-btn-tutorial-next{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;box-shadow:0 2px 8px #667eea4d}.jl-btn-tutorial-next:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.btn-export{background:linear-gradient(135deg,#27ae60 0%,#2ecc71 100%);color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;margin-left:auto}.btn-export:hover{background:linear-gradient(135deg,#219a52 0%,#27ae60 100%);transform:translateY(-1px);box-shadow:0 2px 8px #27ae604d}.export-modal{max-width:480px}.export-radio{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#f8f9ff;border-radius:8px;cursor:pointer;transition:all .2s;border:2px solid transparent}.export-radio:hover{background:#eef2ff}.export-radio input[type=radio]{width:18px;height:18px;accent-color:#4a6cf7}.export-radio input[type=radio]:checked+span{font-weight:500}.export-radio:has(input:checked){border-color:#4a6cf7;background:#eef2ff}.export-radio span{font-size:14px;color:#333}.export-radio .status-passed{color:#27ae60}.export-radio .status-alternate{color:#f39c12}.export-radio .status-rejected{color:#e74c3c}.export-note{padding:12px 16px;background:#f5f5f5;border-radius:8px;font-size:13px;color:#666;line-height:1.5}.modal-lg{max-width:700px!important;width:90%!important}.form-group select{width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;color:#374151;background:#fff;cursor:pointer;transition:all .2s}.form-group select:focus{outline:none;border-color:#4a6cf7;box-shadow:0 0 0 3px #4a6cf71a}.form-group select:hover{border-color:#9ca3af}.form-hint{font-size:12px;color:#9ca3af;margin-top:6px}.btn-secondary{background:#e5e7eb;color:#374151;border:none;padding:10px 20px;border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#d1d5db}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.checkbox-group-inline{display:flex;flex-wrap:wrap;gap:10px}.checkbox-group-wrap{display:flex;flex-wrap:wrap;gap:8px;max-height:180px;overflow-y:auto;padding:10px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px}.yuyan-zhengshu-container{display:flex;flex-direction:column;gap:10px;overflow:visible;min-height:0}.yuyan-zhengshu-row{display:flex;align-items:center;gap:10px;padding:10px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px}.yuyan-dropdown{position:relative;flex:1;min-width:120px}.yuyan-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;padding:5px 8px;font-size:12px;border:1px solid #e5e7eb;border-radius:4px;background:#fff;cursor:pointer;-webkit-user-select:none;user-select:none}.yuyan-dropdown-trigger:hover{border-color:#4a6cf7}.yuyan-dropdown-trigger .placeholder{color:#9ca3af}.dropdown-arrow{font-size:8px;color:#9ca3af;margin-left:6px}.yuyan-dropdown-list{position:absolute;top:100%;left:0;right:0;margin-top:4px;max-height:180px;overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:4px;box-shadow:0 4px 12px #0000001a;z-index:100}.yuyan-dropdown-item{padding:6px 10px;font-size:12px;cursor:pointer;transition:background .15s}.yuyan-dropdown-item:hover:not(.disabled){background:#f0f9ff}.yuyan-dropdown-item.selected{background:#e0f2fe;color:#0369a1;font-weight:500}.yuyan-dropdown-item.disabled{color:#d1d5db;cursor:not-allowed}.yuyan-select{flex:1;min-width:120px;padding:5px 8px;font-size:12px;border:1px solid #e5e7eb;border-radius:4px;background:#fff;cursor:pointer;position:relative}.yuyan-select:focus{outline:none;border-color:#4a6cf7}.zhengshu-select{flex:1;min-width:140px;padding:8px 12px;font-size:13px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;cursor:pointer}.zhengshu-select:focus{outline:none;border-color:#4a6cf7}.remove-yuyan-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#fee2e2;color:#dc2626;border:none;border-radius:4px;font-size:16px;cursor:pointer;transition:all .2s;flex-shrink:0}.remove-yuyan-btn:hover{background:#fecaca}.add-yuyan-btn{display:flex;align-items:center;justify-content:center;gap:4px;padding:10px 16px;background:#f0f9ff;color:#0369a1;border:1px dashed #7dd3fc;border-radius:6px;font-size:13px;cursor:pointer;transition:all .2s}.add-yuyan-btn:hover{background:#e0f2fe;border-color:#38bdf8}.form-group-full{grid-column:1 / -1}.form-count{font-size:12px;font-weight:500;color:#4a6cf7;margin-left:6px}.checkbox-item{display:flex;align-items:center;gap:6px;padding:6px 14px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .2s;font-size:13px;color:#334155}.checkbox-item:hover{background:#e0e7ff;border-color:#a5b4fc}.checkbox-item:has(input:checked){background:#e0e7ff;border-color:#4a6cf7;color:#4338ca}.checkbox-item input[type=checkbox]{width:14px;height:14px;accent-color:#4a6cf7;cursor:pointer}.age-custom-input{display:flex;align-items:center;gap:8px;margin-top:8px}.age-custom-input input{width:80px;padding:6px 10px;border:1px solid #e5e7eb;border-radius:6px;font-size:13px}.age-custom-input span{color:#64748b;font-size:13px}.competency-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.competency-counter{font-size:13px;font-weight:500;color:#4a6cf7;padding:4px 10px;background:#e0e7ff;border-radius:10px}.competency-section-desc{font-size:12px;color:#64748b;margin-bottom:16px}.competency-category{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:14px;margin-bottom:12px}.competency-category-header{margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f1f5f9}.competency-category-title{font-size:14px;font-weight:600;color:#1a1a2e;margin-bottom:4px}.competency-category-subtitle{font-size:12px;color:#64748b}.competency-item.selected{background:#e0e7ff;border:1px solid #4a6cf7;color:#4338ca}.btn-advanced-settings{display:flex;align-items:center;gap:6px;background:#f8f9fa;color:#4a6cf7;border:1px solid #d4daff;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.btn-advanced-settings:hover{background:#eef2ff;border-color:#4a6cf7}.btn-advanced-settings.has-custom{background:#e0f7fa;border-color:#00acc1;color:#00838f}.btn-advanced-settings .custom-badge{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background:#00acc1;color:#fff;border-radius:50%;font-size:10px;font-weight:600}.advanced-settings-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:16px;box-shadow:0 2px 8px #0000000f}.advanced-settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.advanced-settings-header h4{font-size:16px;font-weight:600;color:#1a1a2e;margin:0}.advanced-settings-actions{display:flex;align-items:center;gap:12px}.quanzhong-total{font-size:14px;font-weight:600;color:#27ae60}.quanzhong-total.error{color:#e74c3c}.btn-reset-quanzhong{background:#fff3e0;color:#f57c00;border:1px solid #ffcc80;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.btn-reset-quanzhong:hover{background:#ffe0b2}.advanced-settings-desc{font-size:13px;color:#64748b;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.quanzhong-inputs{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px}.quanzhong-item{background:#f8f9fa;border-radius:8px;padding:14px 16px;border:1px solid #e5e7eb;transition:border-color .2s}.quanzhong-item:hover{border-color:#d4daff}.quanzhong-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.quanzhong-name{font-size:14px;font-weight:600;color:#333}.quanzhong-range{font-size:12px;font-weight:400;color:#94a3b8;margin-left:6px}.quanzhong-input-wrapper{display:flex;align-items:center;gap:4px}.quanzhong-input{width:60px;padding:6px 10px;border:1px solid #d4daff;border-radius:6px;font-size:14px;font-weight:600;color:#4a6cf7;text-align:center;background:#fff;transition:border-color .2s,box-shadow .2s}.quanzhong-input:focus{outline:none;border-color:#4a6cf7;box-shadow:0 0 0 3px #4a6cf71a}.quanzhong-input::-webkit-inner-spin-button,.quanzhong-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quanzhong-input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.quanzhong-unit{font-size:14px;font-weight:500;color:#64748b}.quanzhong-desc{font-size:12px;color:#94a3b8;line-height:1.5}.resume-checkbox{width:16px;height:16px;cursor:pointer;accent-color:#4a6cf7}.resume-checkbox:disabled{cursor:not-allowed;opacity:.5}.resume-table tbody tr.selected-row{background-color:#eef2ff}.resume-table tbody tr.selected-row:hover{background-color:#e0e7ff}.rescreen-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:linear-gradient(135deg,#eef2ff 0%,#f0f4ff 100%);border:1px solid #d4daff;border-radius:8px;margin-bottom:12px}.rescreen-info{display:flex;align-items:center;gap:12px}.rescreen-count{font-size:14px;font-weight:600;color:#4a6cf7}.btn-clear-selection{background:transparent;border:1px solid #94a3b8;color:#64748b;padding:4px 12px;border-radius:4px;font-size:12px;cursor:pointer;transition:all .2s}.btn-clear-selection:hover{background:#f1f5f9;border-color:#64748b;color:#475569}.rescreen-actions{display:flex;align-items:center;gap:10px}.btn-delete-selected{background:linear-gradient(135deg,#ff4757 0%,#ff3838 100%);color:#fff;border:none;padding:8px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;box-shadow:0 2px 6px #ff47574d}.btn-delete-selected:hover{transform:translateY(-1px);box-shadow:0 4px 10px #ff475766;background:linear-gradient(135deg,#ff3838 0%,#ff2222 100%)}.btn-rescreen{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);color:#fff;border:none;padding:8px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;box-shadow:0 2px 6px #f59e0b4d}.btn-rescreen:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 10px #f59e0b66}.btn-rescreen:disabled{opacity:.6;cursor:not-allowed;transform:none}.jl-purchase-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease}.jl-purchase-dialog{background:white;border-radius:16px;padding:32px;max-width:420px;width:90%;box-shadow:0 20px 60px #0000004d;text-align:center;position:relative;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.jl-purchase-dialog-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;color:#999;cursor:pointer;line-height:1;transition:color .2s}.jl-purchase-dialog-close:hover{color:#333}.jl-purchase-dialog-icon{width:64px;height:64px;background:linear-gradient(135deg,#fff3cd 0%,#ffeeba 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.jl-purchase-dialog-icon i{font-size:32px;color:#f59e0b}.jl-purchase-dialog-title{font-size:20px;font-weight:600;color:#1a1a2e;margin:0 0 12px}.jl-purchase-dialog-message{font-size:15px;color:#666;margin:0 0 20px;line-height:1.5}.jl-purchase-dialog-info{background:#f8f9fa;padding:12px 20px;border-radius:8px;margin-bottom:24px;display:flex;align-items:center;justify-content:center;gap:8px}.jl-purchase-dialog-label{font-size:14px;color:#666}.jl-purchase-dialog-value{font-size:18px;font-weight:700;color:#e74c3c}.jl-purchase-dialog-actions{display:flex;gap:12px;justify-content:center}.jl-purchase-dialog-btn-cancel{flex:1;padding:12px 24px;border:1px solid #ddd;background:#fff;color:#666;font-size:15px;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s}.jl-purchase-dialog-btn-cancel:hover{background:#f5f5f5;border-color:#ccc}.jl-purchase-dialog-btn-purchase{flex:1;padding:12px 24px;border:none;background:linear-gradient(135deg,#4a6cf7 0%,#6366f1 100%);color:#fff;font-size:15px;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #4a6cf74d}.jl-purchase-dialog-btn-purchase:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4a6cf766}.resume-screening-intro-page{width:100%;max-width:none;margin:0;background:transparent;min-height:100vh;font-family:微软雅黑,Microsoft YaHei,Arial,sans-serif}.intro-hero{background:#ffffff;padding:60px 40px;border-radius:16px;margin-bottom:40px;box-shadow:0 4px 20px #0000000f;position:relative;overflow:hidden;border:1px solid #e2e8f0}.resume-screening-intro-page .hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto;text-align:center}.resume-screening-intro-page .hero-badge{display:inline-block;background:linear-gradient(135deg,#fff5f5 0%,#ffe5e5 100%);color:#c7272f;padding:8px 20px;border-radius:20px;font-size:14px;font-weight:600;margin-bottom:20px;border:1px solid #ffcccc;animation:slideDown .6s ease-out}.resume-screening-intro-page .hero-title{color:#1a1a1a;font-size:48px;font-weight:800;margin:0 0 16px;line-height:1.2;animation:slideDown .8s ease-out}.resume-screening-intro-page .hero-subtitle{color:#4a5568;font-size:20px;margin:0 0 40px;line-height:1.6;font-weight:400;animation:slideDown 1s ease-out}.resume-screening-intro-page .hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;margin-bottom:40px;animation:slideDown 1.2s ease-out}.resume-screening-intro-page .stat-box{background:linear-gradient(135deg,#f5f7fa 0%,#e8edf3 100%);padding:24px 20px;border-radius:12px;border:1px solid #d6dce5;transition:all .3s ease}.resume-screening-intro-page .stat-box:hover{background:#ffffff;transform:translateY(-5px);box-shadow:0 4px 15px #00000014}.resume-screening-intro-page .stat-number{display:block;color:#c7272f;font-size:36px;font-weight:800;margin-bottom:8px}.resume-screening-intro-page .stat-label{display:block;color:#4a5568;font-size:14px;font-weight:500}.resume-screening-intro-page .hero-cta-btn{background:linear-gradient(135deg,#c7272f 0%,#a61e2d 100%);color:#fff;padding:18px 48px;border-radius:50px;font-size:18px;font-weight:700;border:none;cursor:pointer;box-shadow:0 4px 15px #c7272f4d;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;gap:12px}.resume-screening-intro-page .hero-cta-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #c7272f66;background:linear-gradient(135deg,#a61e2d 0%,#8b1a27 100%)}.resume-screening-intro-page .hero-cta-btn .btn-arrow{font-size:24px;transition:transform .3s ease}.resume-screening-intro-page .hero-cta-btn:hover .btn-arrow{transform:translate(5px)}.resume-screening-intro-page .section-header{text-align:center;margin-bottom:48px;will-change:transform,opacity}.resume-screening-intro-page .section-title{color:#2d3748;font-size:36px;font-weight:800;margin:0 0 12px}.resume-screening-intro-page .section-title.hr-analysis-title{-webkit-text-fill-color:initial;background:none;color:#2d3748}.resume-screening-intro-page .section-subtitle{color:#718096;font-size:18px;margin:0;font-weight:400}.resume-screening-intro-page .value-proposition{background:linear-gradient(135deg,#f5f7fa 0%,#e8edf3 100%);border-radius:16px;margin-bottom:40px;padding:60px 40px}.resume-screening-intro-page .value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.resume-screening-intro-page .value-card{background:white;padding:32px;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid rgba(0,0,0,.05);will-change:transform,opacity}.resume-screening-intro-page .value-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f}.resume-screening-intro-page .value-icon{width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff;margin-bottom:20px}.resume-screening-intro-page .value-icon.ai-icon{background:linear-gradient(135deg,#c7272f 0%,#a61e2d 100%)}.resume-screening-intro-page .value-icon.efficiency-icon{background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%)}.resume-screening-intro-page .value-icon.compliance-icon{background:linear-gradient(135deg,#c7272f 0%,#a61e2d 100%)}.resume-screening-intro-page .value-icon.professional-icon{background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%)}.resume-screening-intro-page .value-title{color:#2d3748;font-size:22px;font-weight:700;margin:0 0 12px}.resume-screening-intro-page .value-description{color:#4a5568;font-size:15px;line-height:1.7;margin:0 0 20px;text-align:left}.resume-screening-intro-page .value-features{list-style:none;padding:0;margin:0 auto;width:fit-content}.resume-screening-intro-page .value-features li{color:#718096;font-size:14px;padding:8px 0 8px 24px;position:relative;text-align:left}.resume-screening-intro-page .value-features li:before{content:"✓";position:absolute;left:0;color:#48bb78;font-weight:700;font-size:14px}.resume-screening-intro-page .advantages-section{padding:60px 40px;background:white;border-radius:16px;margin-bottom:40px;box-shadow:0 4px 20px #0000000f}.resume-screening-intro-page .advantages-list{max-width:1200px;margin:0 auto}.resume-screening-intro-page .advantage-row{display:flex;gap:60px;align-items:center;margin-bottom:60px;padding:40px;background:linear-gradient(135deg,#f5f7fa 0%,#e8edf3 100%);border-radius:16px;transition:all .3s ease;min-height:300px;will-change:transform,opacity}.resume-screening-intro-page .advantage-row:hover{background:linear-gradient(135deg,rgba(199,39,47,.05) 0%,rgba(166,30,45,.05) 100%);transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.resume-screening-intro-page .advantage-row:last-child{margin-bottom:0}.resume-screening-intro-page .advantage-row.left-content,.resume-screening-intro-page .advantage-row.right-content{flex-direction:row}.resume-screening-intro-page .advantage-content{flex:1;max-width:50%}.resume-screening-intro-page .advantage-title{color:#2d3748;font-size:24px;font-weight:700;margin:0 0 20px;line-height:1.3}.resume-screening-intro-page .advantage-desc{color:#4a5568;font-size:16px;line-height:1.8;margin:0}.resume-screening-intro-page .advantage-image{flex:1;max-width:50%;display:flex;align-items:center;justify-content:center}.resume-screening-intro-page .image-placeholder{width:100%;height:200px;background:linear-gradient(135deg,#c7272f 0%,#a61e2d 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:transparent;font-size:18px;font-weight:600;box-shadow:0 4px 15px #c7272f4d;transition:all .3s ease;background-size:cover;background-position:center;position:relative;overflow:hidden}.resume-screening-intro-page .advantage-row:nth-child(1) .image-placeholder{background-image:linear-gradient(rgba(199,39,47,.15),rgba(166,30,45,.15)),url(https://images.unsplash.com/photo-1451187580459-43490279c0fa?w=800)}.resume-screening-intro-page .advantage-row:nth-child(2) .image-placeholder{background-image:linear-gradient(rgba(44,62,80,.15),rgba(52,73,94,.15)),url(https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=800)}.resume-screening-intro-page .advantage-row:nth-child(3) .image-placeholder{background-image:linear-gradient(rgba(199,39,47,.15),rgba(166,30,45,.15)),url(https://images.unsplash.com/photo-1555421689-491a97ff2040?w=800)}.resume-screening-intro-page .advantage-row:nth-child(4) .image-placeholder{background-image:linear-gradient(rgba(44,62,80,.15),rgba(52,73,94,.15)),url(https://images.unsplash.com/photo-1505664194779-8beaceb93744?w=800)}.resume-screening-intro-page .advantage-row:nth-child(5) .image-placeholder{background-image:linear-gradient(rgba(199,39,47,.15),rgba(166,30,45,.15)),url(https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=800)}.resume-screening-intro-page .advantage-row:nth-child(6) .image-placeholder{background-image:linear-gradient(rgba(44,62,80,.15),rgba(52,73,94,.15)),url(https://images.unsplash.com/photo-1553877522-43269d4ea984?w=800)}.resume-screening-intro-page .image-placeholder:hover{transform:scale(1.05);box-shadow:0 8px 25px #c7272f66}.resume-screening-intro-page .scenarios-section{padding:60px 40px;background:white;border-radius:16px;margin-bottom:40px;box-shadow:0 4px 20px #0000000f}.resume-screening-intro-page .scenarios-section .section-title{font-size:36px!important;font-weight:800!important;color:#2d3748;background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.resume-screening-intro-page .scenarios-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr)!important;gap:24px;max-width:1200px;margin:0 auto}.resume-screening-intro-page .scenario-card{background:linear-gradient(135deg,#f5f7fa 0%,#e8edf3 100%);padding:28px;border-radius:12px;border:1px solid #d6dce5;transition:all .3s ease;box-shadow:0 2px 10px #0000000d;will-change:transform,opacity}.resume-screening-intro-page .scenario-card:hover{background:white;transform:translateY(-5px);box-shadow:0 8px 30px #c7272f26;border-color:#c7272f}.resume-screening-intro-page .scenario-icon{width:56px;height:56px;background:linear-gradient(135deg,#c7272f 0%,#a61e2d 100%);color:#fff;font-size:16px;font-weight:700;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.resume-screening-intro-page .scenario-title{color:#2d3748;font-size:20px;font-weight:700;margin:0 0 12px}.resume-screening-intro-page .scenario-desc{color:#4a5568;font-size:14px;line-height:1.7;margin:0}.resume-screening-intro-page .features-section{padding:60px 40px;background:white;border-radius:16px;margin-bottom:40px;box-shadow:0 4px 20px #0000000f}.resume-screening-intro-page .features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:24px;max-width:1200px;margin:0 auto}.resume-screening-intro-page .feature-box{background:linear-gradient(135deg,#f5f7fa 0%,#e8edf3 100%);padding:24px;border-radius:12px;text-align:center;transition:all .3s ease;border:2px solid transparent;will-change:transform,opacity}.feature-box:hover{background:white;border-color:#c7272f;transform:translateY(-5px);box-shadow:0 8px 25px #c7272f26}.resume-screening-intro-page .feature-icon{width:48px;height:48px;background:linear-gradient(135deg,#c7272f 0%,#a61e2d 100%);color:#fff;font-size:14px;font-weight:700;border-radius:10px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.resume-screening-intro-page .feature-title{color:#2d3748;font-size:20px;font-weight:700;margin:0 0 8px}.resume-screening-intro-page .feature-text{color:#4a5568;font-size:14px;line-height:1.5;margin:0}.resume-screening-intro-page .process-section{padding:60px 40px;background:linear-gradient(135deg,#f5f7fa 0%,#e8edf3 100%);border-radius:16px;margin-bottom:40px}.resume-screening-intro-page .pricing-section{padding:60px 40px;background:white;border-radius:16px;margin-bottom:40px;box-shadow:0 4px 20px #0000000f}.resume-screening-intro-page .pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1200px;margin:0 auto}.pricing-card{background:linear-gradient(135deg,#f5f7fa 0%,#e8edf3 100%);padding:32px;border-radius:16px;border:2px solid #d6dce5;transition:all .3s ease;position:relative;display:flex;flex-direction:column;will-change:transform,opacity}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f;border-color:#c7272f}.pricing-card.featured{background:linear-gradient(135deg,#fff5f5 0%,#ffe5e5 100%);border-color:#c7272f;border-width:3px}.pricing-card.enterprise{background:linear-gradient(135deg,#f0f4f8 0%,#d9e2ec 100%)}.resume-screening-intro-page .pricing-badge{display:inline-block;background:#718096;color:#fff;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:16px;align-self:flex-start}.pricing-badge.popular{background:linear-gradient(135deg,#c7272f 0%,#a61e2d 100%);box-shadow:0 2px 10px #c7272f4d}.pricing-badge.premium{background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%)}.pricing-badge.exclusive{background:linear-gradient(135deg,#805ad5 0%,#6b46c1 100%)}.resume-screening-intro-page .pricing-title{color:#2d3748;font-size:24px;font-weight:700;margin:0 0 20px}.resume-screening-intro-page .pricing-price{margin-bottom:8px}.resume-screening-intro-page .price-amount{color:#c7272f;font-size:36px;font-weight:800}.resume-screening-intro-page .price-period{color:#718096;font-size:16px;font-weight:500}.resume-screening-intro-page .pricing-annual{color:#48bb78;font-size:14px;font-weight:600;margin-bottom:20px}.resume-screening-intro-page .pricing-features{flex:1}.resume-screening-intro-page .pricing-subtitle{color:#4a5568;font-size:14px;font-weight:600;margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.1)}.resume-screening-intro-page .feature-list{list-style:none;padding:0;margin:0 0 20px}.feature-list li{color:#4a5568;font-size:14px;padding:10px 0 10px 24px;position:relative;line-height:1.6}.feature-list li:before{content:"✓";position:absolute;left:0;color:#48bb78;font-weight:700;font-size:16px}.feature-list li.highlight{background:rgba(199,39,47,.05);margin:8px -12px;padding:10px 12px 10px 36px;border-radius:8px}.feature-list li.highlight:before{left:12px}.resume-screening-intro-page .pricing-value{color:#2d3748;font-size:13px;font-weight:600;margin:0 0 20px;padding:16px;background:rgba(199,39,47,.05);border-radius:8px;border-left:3px solid #c7272f}.resume-screening-intro-page .faq-section{padding:60px 40px;background:white;border-radius:16px;margin-bottom:40px;box-shadow:0 4px 20px #0000000f}.resume-screening-intro-page .faq-list{display:flex;flex-direction:column;gap:16px}.resume-screening-intro-page .faq-item{padding:20px!important;background:#f3f4f6!important;border:1px solid #e5e7eb!important;border-radius:12px!important;cursor:pointer;transition:all .3s ease;color:#2d3748!important}.resume-screening-intro-page .faq-item:hover{background:#e5e7eb!important;border-color:#d1d5db!important;transform:translateY(-2px);box-shadow:0 4px 12px #00000014!important}.resume-screening-intro-page .faq-question{font-size:16px;font-weight:600;color:#2d3748!important;margin:0;display:flex;justify-content:space-between;align-items:center}.resume-screening-intro-page .faq-answer{margin-top:12px;color:#4a5568!important;font-size:14px;line-height:1.6}.resume-screening-intro-page .cta-section{padding:60px 40px;background:linear-gradient(135deg,#2c3e50 0%,#1a252f 100%);border-radius:16px;margin-bottom:0;position:relative;overflow:hidden}.resume-screening-intro-page .cta-section:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(199,39,47,.2) 0%,transparent 70%);animation:heroFloat 12s ease-in-out infinite reverse}.resume-screening-intro-page .cta-content{position:relative;z-index:1;text-align:center;max-width:700px;margin:0 auto}.resume-screening-intro-page .cta-title{color:#fff;font-size:36px;font-weight:800;margin:0 0 16px;line-height:1.3}.resume-screening-intro-page .cta-subtitle{color:#ffffffe6;font-size:18px;margin:0 0 32px;line-height:1.6}.resume-screening-intro-page .cta-pricing{margin-bottom:32px}.resume-screening-intro-page .price-box{display:inline-flex;align-items:center;gap:16px;background:rgba(255,255,255,.1);padding:16px 32px;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.resume-screening-intro-page .original-price{color:#fff9;font-size:18px;text-decoration:line-through}.resume-screening-intro-page .promo-price{color:#c7272f;font-size:48px;font-weight:800;text-shadow:0 2px 10px rgba(199,39,47,.5)}.resume-screening-intro-page .price-note{color:#ffffffe6;font-size:16px;font-weight:600}.resume-screening-intro-page .cta-buttons{display:flex;gap:16px;justify-content:center;align-items:center;margin-bottom:20px;flex-wrap:wrap}.resume-screening-intro-page .cta-btn{padding:20px 56px;border-radius:50px;font-size:20px;font-weight:700;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;gap:12px}.resume-screening-intro-page .cta-btn-primary{background:linear-gradient(135deg,#c7272f 0%,#a61e2d 100%);color:#fff;box-shadow:0 8px 30px #c7272f66}.resume-screening-intro-page .cta-btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 40px #c7272f80;background:linear-gradient(135deg,#a61e2d 0%,#8b1a27 100%)}.resume-screening-intro-page .cta-btn-purchase{background:linear-gradient(135deg,#fff 0%,#f5f5f5 100%);color:#c7272f;border:2px solid #c7272f;box-shadow:0 4px 15px #0000001a}.resume-screening-intro-page .cta-btn-purchase:hover{transform:translateY(-3px);box-shadow:0 8px 25px #c7272f4d;background:linear-gradient(135deg,#c7272f 0%,#a61e2d 100%);color:#fff;border-color:transparent}.resume-screening-intro-page .cta-btn .btn-arrow{font-size:28px;transition:transform .3s ease}.resume-screening-intro-page .cta-btn:hover .btn-arrow{transform:translate(5px)}@media (max-width: 768px){.resume-screening-intro-page .cta-buttons{flex-direction:column;width:100%}.resume-screening-intro-page .cta-btn{width:100%;justify-content:center;padding:16px 40px;font-size:18px}}.resume-screening-intro-page .cta-tips{color:#fffc;font-size:14px;margin:0}@media (max-width: 992px){.resume-screening-intro-page .hero-title{font-size:36px}.resume-screening-intro-page .hero-subtitle{font-size:18px}.resume-screening-intro-page .section-title{font-size:30px}.resume-screening-intro-page .value-grid,.resume-screening-intro-page .pricing-grid{grid-template-columns:repeat(2,1fr)}.resume-screening-intro-page .advantage-row{gap:40px;padding:30px}.resume-screening-intro-page .advantage-title{font-size:22px}.resume-screening-intro-page .advantage-desc{font-size:15px}.resume-screening-intro-page .image-placeholder{height:180px;font-size:16px}.resume-screening-intro-page .features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-template-rows:auto}.resume-screening-intro-page .scenarios-grid{grid-template-columns:repeat(3,1fr)}.resume-screening-intro-page .process-steps{flex-direction:column}.resume-screening-intro-page .process-arrow{transform:rotate(90deg)}}@media (max-width: 768px){.resume-screening-intro-page .intro-hero,.resume-screening-intro-page .value-proposition,.resume-screening-intro-page .advantages-section,.resume-screening-intro-page .scenarios-section,.resume-screening-intro-page .features-section,.resume-screening-intro-page .pricing-section,.resume-screening-intro-page .process-section,.resume-screening-intro-page .cta-section{padding:40px 20px}.resume-screening-intro-page .hero-title{font-size:30px}.resume-screening-intro-page .hero-subtitle{font-size:16px}.resume-screening-intro-page .hero-stats{grid-template-columns:1fr!important}.resume-screening-intro-page .section-title{font-size:26px}.resume-screening-intro-page .section-subtitle{font-size:16px}.resume-screening-intro-page .value-grid,.resume-screening-intro-page .features-grid,.resume-screening-intro-page .pricing-grid{grid-template-columns:1fr;grid-template-rows:auto}.resume-screening-intro-page .scenarios-grid{grid-template-columns:1fr!important}.resume-screening-intro-page .advantage-row{flex-direction:column!important;gap:30px;text-align:center;min-height:auto}.resume-screening-intro-page .advantage-content,.resume-screening-intro-page .advantage-image{width:100%!important;max-width:100%}.resume-screening-intro-page .image-placeholder{height:150px}.resume-screening-intro-page .cta-title{font-size:28px}.resume-screening-intro-page .cta-subtitle{font-size:16px}.resume-screening-intro-page .promo-price{font-size:36px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-150px)}60%{opacity:1;transform:translateY(20px)}80%{transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-100px)}60%{opacity:1;transform:translate(10px)}80%{transform:translate(-5px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(100px)}60%{opacity:1;transform:translate(-10px)}80%{transform:translate(5px)}to{opacity:1;transform:translate(0)}}.resume-screening-intro-page>section{animation:fadeInUp .8s ease-out}.resume-screening-intro-page>section:nth-child(2){animation-delay:.1s}.resume-screening-intro-page>section:nth-child(3){animation-delay:.2s}.resume-screening-intro-page>section:nth-child(4){animation-delay:.3s}.resume-screening-intro-page>section:nth-child(5){animation-delay:.4s}.resume-screening-intro-page>section:nth-child(6){animation-delay:.5s}.resume-screening-intro-page>section:nth-child(7){animation-delay:.6s}.resume-screening-intro-page .section-header{opacity:0;transform:translateY(40px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.resume-screening-intro-page .section-header.visible{opacity:1;transform:translateY(0)}.resume-screening-intro-page .value-card{opacity:0;transform:translateY(40px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.resume-screening-intro-page .value-card.visible{opacity:1;transform:translateY(0)}.resume-screening-intro-page .advantage-row{opacity:0;transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.resume-screening-intro-page .advantage-row.left-content{transform:translate(-500px)}.resume-screening-intro-page .advantage-row.right-content{transform:translate(500px)}.resume-screening-intro-page .advantage-row.visible{opacity:1;transform:translate(0)}.resume-screening-intro-page .scenario-card{opacity:0;transform:translateY(40px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.resume-screening-intro-page .scenario-card.visible{opacity:1;transform:translateY(0)}.resume-screening-intro-page .feature-box{opacity:0;transform:translateY(40px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.resume-screening-intro-page .feature-box.visible{opacity:1;transform:translateY(0)}.pricing-card{opacity:0;transform:translateY(40px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.pricing-card.visible{opacity:1;transform:translateY(0)}.pricing-button{width:100%;padding:14px 24px;margin-top:20px;background:linear-gradient(135deg,#2196F3 0%,#1976D2 100%);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #2196f34d}.pricing-button:hover{background:linear-gradient(135deg,#1976D2 0%,#1565C0 100%);transform:translateY(-2px);box-shadow:0 6px 16px #2196f366}.pricing-button.contact{background:linear-gradient(135deg,#FF9800 0%,#F57C00 100%);box-shadow:0 4px 12px #ff98004d}.pricing-button.contact:hover{background:linear-gradient(135deg,#F57C00 0%,#E65100 100%);box-shadow:0 6px 16px #ff980066}.agreement-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out;overflow:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.agreement-modal{background:#fff;border-radius:12px;width:90%;max-width:700px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.agreement-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb}.agreement-modal-title{font-size:18px;font-weight:600;color:#1a1a2e;margin:0}.agreement-modal-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:#f1f5f9;border-radius:8px;color:#64748b;font-size:24px;cursor:pointer;transition:all .2s;flex-shrink:0}.agreement-modal-close:hover{background:#e2e8f0;color:#1e293b}.agreement-modal-content{flex:1;overflow-y:auto;padding:24px;font-size:14px;line-height:1.8;color:#374151}.agreement-modal-content::-webkit-scrollbar{width:8px}.agreement-modal-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.agreement-modal-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.agreement-modal-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.agreement-welcome{margin:0 0 16px;font-size:15px}.agreement-important{padding:12px 16px;background:#fef3c7;border-left:4px solid #f59e0b;border-radius:4px;margin:0 0 20px}.agreement-important strong{color:#92400e}.agreement-modal-content h3{font-size:16px;font-weight:600;color:#1a1a2e;margin:24px 0 12px;padding-top:16px;border-top:1px solid #e5e7eb}.agreement-modal-content h3:first-of-type{border-top:none;margin-top:8px;padding-top:0}.agreement-modal-content h4{font-size:15px;font-weight:600;color:#374151;margin:16px 0 8px 16px}.agreement-modal-content p{margin:8px 0 8px 32px}.agreement-modal-content strong{font-weight:600;color:#1a1a2e}.agreement-confirm{margin-top:24px;padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e5e7eb}.agreement-modal-content .agreement-confirm p{margin:8px 0;font-size:13px}.agreement-company{font-weight:600;color:#1a1a2e;margin-top:12px!important}.agreement-modal-footer{padding:16px 24px;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:12px}.agreement-checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.agreement-checkbox{width:18px;height:18px;cursor:pointer}.agreement-checkbox-label span{font-size:14px;color:#374151}.agreement-modal-buttons{display:flex;gap:12px;justify-content:flex-end}.agreement-btn{padding:10px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.agreement-btn-cancel{background:#f1f5f9;color:#64748b}.agreement-btn-cancel:hover{background:#e2e8f0;color:#475569}.agreement-btn-confirm{background:#4a6cf7;color:#fff}.agreement-btn-confirm:hover:not(.disabled){background:#3b5bdb}.agreement-btn-confirm.disabled{opacity:.5;cursor:not-allowed}.rs-layout{display:flex;height:100vh;background:#f5f7fa;overflow:hidden}.rs-sidebar{width:240px;background:linear-gradient(180deg,#1a1a2e 0%,#16213e 100%);color:#fff;display:flex;flex-direction:column;transition:width .3s ease;flex-shrink:0;overflow-y:auto}.rs-sidebar.collapsed{width:64px}.rs-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:20px 16px;border-bottom:1px solid rgba(255,255,255,.1)}.rs-header-content{flex:1;display:flex;flex-direction:column;gap:8px}.rs-logo{font-size:18px;font-weight:600;margin:0;white-space:nowrap;overflow:hidden;color:#fff}.rs-collapse-btn{width:28px;height:28px;border:none;background:rgba(255,255,255,.1);border-radius:6px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;transition:background .2s}.rs-collapse-btn:hover{background:rgba(255,255,255,.2)}.rs-nav{flex:1;padding:12px 0;overflow-y:auto}.rs-nav-item-wrapper{margin-bottom:4px}.rs-nav-item{display:flex;align-items:center;padding:12px 16px;cursor:pointer;transition:all .2s;border-left:3px solid transparent}.rs-nav-item:hover{background:rgba(255,255,255,.08)}.rs-nav-item.active{background:rgba(74,108,247,.2);border-left-color:#4a6cf7}.rs-nav-icon{font-size:18px;width:24px;display:flex;align-items:center;justify-content:center;margin-right:12px;flex-shrink:0}.rs-sidebar.collapsed .rs-nav-icon{margin-right:0}.rs-nav-label{flex:1;font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rs-nav-arrow{font-size:10px;transition:transform .2s;opacity:.6}.rs-nav-arrow.expanded{transform:rotate(180deg)}.rs-submenu{background:rgba(0,0,0,.15);overflow:hidden}.rs-submenu-item{padding:10px 16px 10px 52px;font-size:13px;cursor:pointer;transition:all .2s;color:#fffc;display:flex;justify-content:space-between;align-items:center}.rs-submenu-item:hover{background:rgba(255,255,255,.05);color:#fff}.rs-submenu-item.active{background:rgba(74,108,247,.3);color:#fff}.rs-submenu-badge{display:inline-block;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:500;background:rgba(255,193,7,.9);color:#fff;margin-left:8px}.rs-user-info{padding:16px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:12px}.rs-user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#4a6cf7 0%,#6366f1 100%);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;flex-shrink:0}.rs-user-details{overflow:hidden}.rs-user-name{font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rs-user-phone{font-size:12px;color:#fff9;margin-top:2px}.rs-main{flex:1;overflow-y:auto;background:#f5f7fa;height:100%}.rs-main>*{max-width:1400px;margin:0 auto;padding:24px}.rs-page-header{margin-bottom:24px}.rs-page-title{font-size:24px;font-weight:600;color:#1a1a2e;margin:0 0 8px}.rs-page-subtitle{font-size:14px;color:#666;margin:0}.rs-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000f;overflow:hidden}.rs-card-header{padding:16px 20px;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;justify-content:space-between}.rs-card-title{font-size:16px;font-weight:600;color:#1a1a2e;margin:0}.rs-card-body{padding:20px}.rs-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.rs-btn-primary{background:linear-gradient(135deg,#4a6cf7 0%,#6366f1 100%);color:#fff}.rs-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4a6cf74d}.rs-btn-secondary{background:#fff;color:#4a6cf7;border:1px solid #4a6cf7}.rs-btn-secondary:hover{background:#f0f4ff}.rs-btn-danger{background:#fff;color:#ef4444;border:1px solid #ef4444}.rs-btn-danger:hover{background:#fef2f2}.rs-table{width:100%;border-collapse:collapse}.rs-table th,.rs-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #f0f0f0}.rs-table th{background:#fafbfc;font-weight:500;color:#666;font-size:13px}.rs-table tr:hover td{background:#f8f9ff}.rs-table td{font-size:14px;color:#333}.rs-empty{text-align:center;padding:60px 20px;color:#999}.rs-empty-icon{font-size:48px;margin-bottom:16px}.rs-empty-text{font-size:14px}.rs-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:500}.rs-badge-success{background:#dcfce7;color:#16a34a}.rs-badge-warning{background:#fef3c7;color:#d97706}.rs-badge-error{background:#fee2e2;color:#dc2626}.rs-badge-info{background:#e0e7ff;color:#4338ca}.rs-pagination{display:flex;align-items:center;justify-content:center;gap:8px;padding:20px}.rs-pagination-btn{width:36px;height:36px;border:1px solid #e5e7eb;background:#fff;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:all .2s}.rs-pagination-btn:hover:not(:disabled){border-color:#4a6cf7;color:#4a6cf7}.rs-pagination-btn.active{background:#4a6cf7;border-color:#4a6cf7;color:#fff}.rs-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.rs-pagination-info{font-size:13px;color:#666;margin:0 12px}.rs-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.rs-modal{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.rs-modal-header{padding:16px 20px;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;justify-content:space-between}.rs-modal-title{font-size:18px;font-weight:600;color:#1a1a2e;margin:0}.rs-modal-close{width:32px;height:32px;border:none;background:transparent;font-size:24px;cursor:pointer;color:#999;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.rs-modal-close:hover{background:#f0f0f0;color:#333}.rs-modal-body{padding:20px;overflow-y:auto;flex:1}.rs-modal-footer{padding:16px 20px;border-top:1px solid #f0f0f0;display:flex;align-items:center;justify-content:flex-end;gap:12px}.rs-form-group{margin-bottom:20px}.rs-form-label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:8px}.rs-form-input,.rs-form-textarea{width:100%;padding:10px 14px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;transition:all .2s;box-sizing:border-box}.rs-form-input:focus,.rs-form-textarea:focus{outline:none;border-color:#4a6cf7;box-shadow:0 0 0 3px #4a6cf71a}.rs-search-box{display:flex;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:0 12px;transition:all .2s}.rs-search-box:focus-within{border-color:#4a6cf7;box-shadow:0 0 0 3px #4a6cf71a}.rs-search-input{flex:1;border:none;padding:10px 0;font-size:14px;outline:none}.rs-search-icon{color:#999;font-size:16px}.rs-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.rs-toolbar-left,.rs-toolbar-right{display:flex;align-items:center;gap:12px}.rs-status-dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:8px}.rs-status-dot.active{background:#22c55e}.rs-status-dot.inactive{background:#ef4444}.rs-status-dot.pending{background:#f59e0b}.rs-layout~.app-footer,body:has(.rs-layout) .app-footer{display:none}@media (max-width: 1024px){.rs-sidebar{width:64px}.rs-sidebar .rs-logo,.rs-sidebar .rs-nav-label,.rs-sidebar .rs-nav-arrow,.rs-sidebar .rs-submenu,.rs-sidebar .rs-user-info{display:none}.rs-sidebar .rs-nav-icon{margin-right:0}}@media (max-width: 768px){.rs-main{padding:16px}.rs-toolbar{flex-direction:column;align-items:stretch}.rs-toolbar-left,.rs-toolbar-right{justify-content:space-between}}.job-position-list{max-width:1400px;margin:0 auto;padding:24px;min-height:calc(100vh - 120px)}.job-position-list .rs-card{flex:1;display:flex;flex-direction:column;margin-top:0}.job-position-list .rs-card .rs-table{height:100%}.rs-btn.rs-btn-screening{background:linear-gradient(135deg,#4a6cf7 0%,#3b5de7 100%);color:#fff;font-weight:500;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;transition:all .2s}.rs-btn.rs-btn-screening:hover{background:linear-gradient(135deg,#3b5de7 0%,#2c4ed8 100%);transform:translateY(-1px);box-shadow:0 4px 12px #4a6cf74d}.jd-name-cell{display:flex;align-items:center}.jd-name{font-weight:500;color:#1a1a2e}.competency-tag{display:inline-block;padding:2px 8px;background:#f0f5ff;color:#1d39c4;border:1px solid #adc6ff;border-radius:4px;font-size:11px;white-space:nowrap}.action-btns{display:flex;gap:8px}.action-btn{padding:6px 12px;border:none;border-radius:6px;font-size:13px;cursor:pointer;transition:all .2s}.action-btn.screening{background:#dcfce7;color:#16a34a}.action-btn.screening:hover{background:#bbf7d0}.action-btn.edit{background:#fef3c7;color:#d97706}.action-btn.edit:hover{background:#fde68a}.stats-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.stat-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 12px #0000000f}.stat-card-value{font-size:28px;font-weight:600;color:#1a1a2e;margin-bottom:4px}.stat-card-label{font-size:14px;color:#666}.stat-card.primary .stat-card-value{color:#4a6cf7}.stat-card.success .stat-card-value{color:#22c55e}.stat-card.warning .stat-card-value{color:#f59e0b}.rs-modal-lg{max-width:700px;width:90%}.step-indicator{display:flex;align-items:center;justify-content:center;margin-bottom:24px;padding:0 20px}.step-item{display:flex;flex-direction:column;align-items:center;position:relative}.step-number{width:32px;height:32px;border-radius:50%;background:#e5e7eb;color:#9ca3af;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;margin-bottom:6px;transition:all .3s}.step-item.active .step-number{background:#4a6cf7;color:#fff}.step-item.completed .step-number{background:#22c55e;color:#fff}.step-label{font-size:12px;color:#9ca3af;white-space:nowrap}.step-item.active .step-label{color:#4a6cf7;font-weight:500}.step-item.completed .step-label{color:#22c55e}.step-line{width:60px;height:2px;background:#e5e7eb;margin:0 8px 20px}.step-content{min-height:300px}.jd-mode-selector{display:flex;gap:16px;margin-bottom:16px}.jd-mode-option{display:flex;align-items:center;gap:8px;cursor:pointer;padding:10px 16px;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s}.jd-mode-option:hover{border-color:#4a6cf7}.jd-mode-option input[type=radio]{accent-color:#4a6cf7}.jd-mode-text{font-size:14px;color:#374151}.generate-btn-wrapper{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding:12px;background:#f0f9ff;border-radius:8px}.generate-hint{font-size:13px;color:#6b7280}.generate-final-wrapper{display:flex;align-items:center;gap:12px;margin-top:20px;padding:16px;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border-radius:8px;border:1px solid #bae6fd}.custom-requirements-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:16px}@media (max-width: 600px){.custom-requirements-grid{grid-template-columns:1fr}}.rs-form-select{width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;color:#374151;background:#fff;cursor:pointer;transition:all .2s}.rs-form-select:focus{outline:none;border-color:#4a6cf7;box-shadow:0 0 0 3px #4a6cf71a}.rs-form-select:hover{border-color:#9ca3af}.rs-form-hint{font-size:12px;color:#9ca3af;margin-top:6px}.step-nav-btns{display:flex;gap:8px}.rs-form-textarea{min-height:120px;resize:vertical}.competency-section{margin-top:20px;padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.competency-section-title{font-size:15px;font-weight:600;color:#1a1a2e;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #e2e8f0}.competency-groups{display:flex;flex-direction:column;gap:16px}.competency-group{background:#fff;padding:12px;border-radius:6px;border:1px solid #e5e7eb}.competency-group-title{font-size:13px;font-weight:500;color:#4a6cf7;margin-bottom:10px}.competency-items{display:flex;flex-wrap:wrap;gap:8px}.competency-item{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#f1f5f9;border-radius:16px;cursor:pointer;transition:all .2s;font-size:13px;color:#475569}.competency-item:hover{background:#e0e7ff}.competency-item input[type=checkbox]{width:14px;height:14px;accent-color:#4a6cf7;cursor:pointer}.competency-item:has(input:checked){background:#e0e7ff;color:#4338ca}.competency-item:has(input:checked) span{font-weight:500}.create-job-position{max-width:1400px;margin:0 auto;padding:24px;height:calc(100vh - 120px);background:#f8fafc;overflow:hidden;display:flex;flex-direction:column}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh;color:#666}.loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#4a6cf7;border-radius:50%;animation:spin .8s linear infinite}.cjp-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0}.cjp-header-left{display:flex;align-items:center;gap:20px}.cjp-back-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#f1f5f9;border:none;border-radius:8px;font-size:14px;color:#475569;cursor:pointer;transition:all .2s}.cjp-back-btn:hover{background:#e2e8f0;color:#1e293b}.cjp-title-group{display:flex;flex-direction:column;gap:4px}.cjp-title{margin:0;font-size:22px;font-weight:600;color:#1a1a2e}.cjp-subtitle{margin:0;font-size:14px;color:#64748b}.cjp-main{display:flex;gap:0;flex:1;overflow:hidden}.cjp-steps-sidebar{width:280px;background:#fff;border-right:1px solid #e5e7eb;padding:32px 20px;flex-shrink:0;overflow-y:auto;height:100%}.cjp-steps-list{display:flex;flex-direction:column}.cjp-step-item{display:flex;align-items:flex-start;gap:14px;padding:16px;border-radius:12px;cursor:pointer;transition:all .2s}.cjp-step-item:hover{background:#f8fafc}.cjp-step-item.active{background:#eff6ff}.cjp-step-number{width:36px;height:36px;border-radius:50%;background:#e5e7eb;color:#9ca3af;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:15px;flex-shrink:0;transition:all .3s}.cjp-step-item.active .cjp-step-number{background:#4a6cf7;color:#fff}.cjp-step-item.completed .cjp-step-number{background:#22c55e;color:#fff}.cjp-step-info{display:flex;flex-direction:column;gap:4px;padding-top:4px}.cjp-step-title{font-size:15px;font-weight:500;color:#374151}.cjp-step-item.active .cjp-step-title{color:#4a6cf7;font-weight:600}.cjp-step-item.completed .cjp-step-title{color:#22c55e}.cjp-step-desc{font-size:13px;color:#9ca3af}.cjp-step-connector{width:2px;height:24px;background:#e5e7eb;margin-left:33px}.cjp-content{flex:1;display:flex;flex-direction:column;padding:32px 40px;overflow-y:auto;height:100%}.cjp-step-content{flex:1}.cjp-content-header{margin-bottom:28px}.cjp-content-header h2{margin:0 0 8px;font-size:20px;font-weight:600;color:#1a1a2e}.cjp-content-header p{margin:0;font-size:14px;color:#64748b}.cjp-form-group{margin-bottom:20px}.cjp-form-group-full{grid-column:1 / -1}.cjp-form-label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:#374151}.required{color:#ef4444}.cjp-form-input,.cjp-form-select,.cjp-form-textarea{width:100%;padding:12px 16px;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;color:#374151;background:#fff;transition:all .2s;box-sizing:border-box}.cjp-form-input:focus,.cjp-form-select:focus,.cjp-form-textarea:focus{outline:none;border-color:#4a6cf7;box-shadow:0 0 0 3px #4a6cf71a}.cjp-form-input:hover,.cjp-form-select:hover,.cjp-form-textarea:hover{border-color:#9ca3af}.cjp-form-input-lg{font-size:16px;padding:16px 20px}.cjp-form-textarea{resize:vertical;min-height:120px;line-height:1.6}.cjp-form-textarea-sm{min-height:80px}.cjp-form-textarea-lg{min-height:300px}.cjp-form-hint{margin-top:8px;font-size:13px;color:#9ca3af}.cjp-common-positions{margin-top:32px;padding:20px;background:#f8fafc;border-radius:12px;border:1px solid #e5e7eb}.cjp-common-positions-title{font-size:14px;font-weight:500;color:#475569;margin-bottom:14px}.cjp-common-positions-list{display:flex;flex-wrap:wrap;gap:10px}.cjp-common-position-btn{padding:8px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;font-size:13px;color:#475569;cursor:pointer;transition:all .2s}.cjp-common-position-btn:hover{border-color:#4a6cf7;color:#4a6cf7;background:#eff6ff}.cjp-jd-mode-selector{display:flex;gap:16px;margin-bottom:24px}.cjp-jd-mode-option{display:flex;align-items:center;gap:10px;padding:16px 24px;background:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s;flex:1}.cjp-jd-mode-option:hover{border-color:#4a6cf7}.cjp-jd-mode-option.selected{border-color:#4a6cf7;background:#eff6ff}.cjp-jd-mode-option input[type=radio]{display:none}.cjp-generate-btn-inline{margin-left:auto;padding:8px 16px;font-size:13px}.cjp-mode-icon{font-size:20px}.cjp-mode-text{font-size:15px;font-weight:500;color:#374151}.cjp-generate-panel{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(135deg,#eff6ff 0%,#e0e7ff 100%);border-radius:12px;margin-bottom:20px;border:1px solid #c7d2fe}.cjp-generate-panel-info-only{justify-content:flex-start}.cjp-generate-info{display:flex;align-items:center;gap:10px;font-size:14px;color:#475569}.cjp-generate-icon{font-size:20px}.cjp-generate-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#4a6cf7;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.cjp-generate-btn:hover:not(:disabled){background:#3b5de7}.cjp-generate-btn:disabled{opacity:.6;cursor:not-allowed}.cjp-loading-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.cjp-requirements-section{margin-bottom:28px}.cjp-section-title{font-size:16px;font-weight:600;color:#1a1a2e;margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.cjp-section-desc{font-size:13px;color:#64748b;margin:-8px 0 16px}.cjp-requirements-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:16px}@media (max-width: 1200px){.cjp-requirements-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.cjp-requirements-grid{grid-template-columns:1fr}}.cjp-competency-section{margin-bottom:28px}.cjp-competency-groups{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (max-width: 1000px){.cjp-competency-groups{grid-template-columns:1fr}}.cjp-competency-group{background:#fff;padding:16px;border-radius:10px;border:1px solid #e5e7eb}.cjp-competency-group-title{font-size:14px;font-weight:600;color:#4a6cf7;margin-bottom:12px}.cjp-competency-items{display:flex;flex-wrap:wrap;gap:8px}.cjp-competency-item{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#f1f5f9;border-radius:16px;cursor:pointer;transition:all .2s;font-size:13px;color:#475569}.cjp-competency-item:hover{background:#e0e7ff}.cjp-competency-item input[type=checkbox]{width:14px;height:14px;accent-color:#4a6cf7;cursor:pointer}.cjp-competency-item:has(input:checked){background:#e0e7ff;color:#4338ca}.cjp-competency-item:has(input:checked) span{font-weight:500}.cjp-checkbox-group{display:flex;flex-wrap:wrap;gap:12px}.cjp-checkbox-group-wrap{display:flex;flex-wrap:wrap;gap:10px;max-height:200px;overflow-y:auto;padding:12px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px}.cjp-yuyan-zhengshu-container{display:flex;flex-direction:column;gap:12px;overflow:visible;min-height:0}.cjp-yuyan-zhengshu-row{display:flex;align-items:center;gap:12px;padding:12px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px}.cjp-yuyan-dropdown{position:relative;flex:1;min-width:140px}.cjp-yuyan-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;font-size:13px;border:1px solid #e5e7eb;border-radius:4px;background:#fff;cursor:pointer;-webkit-user-select:none;user-select:none}.cjp-yuyan-dropdown-trigger:hover{border-color:#4a6cf7}.cjp-yuyan-dropdown-trigger .placeholder{color:#9ca3af}.cjp-dropdown-arrow{font-size:10px;color:#9ca3af;margin-left:8px}.cjp-yuyan-dropdown-list{position:absolute;top:100%;left:0;right:0;margin-top:4px;max-height:200px;overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:4px;box-shadow:0 4px 12px #0000001a;z-index:100}.cjp-yuyan-dropdown-item{padding:8px 12px;font-size:13px;cursor:pointer;transition:background .15s}.cjp-yuyan-dropdown-item:hover:not(.disabled){background:#f0f9ff}.cjp-yuyan-dropdown-item.selected{background:#e0f2fe;color:#0369a1;font-weight:500}.cjp-yuyan-dropdown-item.disabled{color:#d1d5db;cursor:not-allowed}.cjp-yuyan-select{flex:1;min-width:140px;padding:6px 10px;font-size:13px;border:1px solid #e5e7eb;border-radius:4px;background:#fff;cursor:pointer;position:relative}.cjp-yuyan-select:focus{outline:none;border-color:#4a6cf7;box-shadow:0 0 0 3px #4a6cf71a}.cjp-zhengshu-select{flex:1;min-width:160px;padding:10px 14px;font-size:14px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer}.cjp-zhengshu-select:focus{outline:none;border-color:#4a6cf7;box-shadow:0 0 0 3px #4a6cf71a}.cjp-remove-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fee2e2;color:#dc2626;border:none;border-radius:6px;font-size:18px;cursor:pointer;transition:all .2s;flex-shrink:0}.cjp-remove-btn:hover{background:#fecaca}.cjp-add-yuyan-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:12px 20px;background:#f0f9ff;color:#0369a1;border:1px dashed #7dd3fc;border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s}.cjp-add-yuyan-btn:hover{background:#e0f2fe;border-color:#38bdf8}.cjp-form-count{font-size:13px;font-weight:500;color:#4a6cf7;margin-left:8px}.cjp-checkbox-item{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s;font-size:14px;color:#334155}.cjp-checkbox-item:hover{background:#e0e7ff;border-color:#a5b4fc}.cjp-checkbox-item:has(input:checked){background:#e0e7ff;border-color:#4a6cf7;color:#4338ca}.cjp-checkbox-item input[type=checkbox]{width:16px;height:16px;accent-color:#4a6cf7;cursor:pointer}.cjp-age-custom-input{display:flex;align-items:center;gap:8px;margin-top:10px}.cjp-age-input{width:90px;padding:8px 12px;font-size:14px}.cjp-age-separator{color:#64748b;font-size:16px}.cjp-age-unit{color:#64748b;font-size:14px}.cjp-competency-category{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:16px}.cjp-competency-category-header{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.cjp-competency-category-title{font-size:16px;font-weight:600;color:#1a1a2e;margin-bottom:4px}.cjp-competency-category-subtitle{font-size:13px;color:#64748b}.cjp-competency-count{color:#4a6cf7;font-weight:500}.cjp-competency-counter{font-size:14px;font-weight:500;color:#4a6cf7;margin-left:12px;padding:4px 12px;background:#e0e7ff;border-radius:12px}.cjp-competency-item.selected{background:#e0e7ff;border:1px solid #4a6cf7;color:#4338ca}.cjp-selected-competencies-panel{margin-top:32px;padding:24px;background:#f8fafc;border-radius:12px;border:1px solid #e5e7eb}.cjp-selected-competencies-list{display:flex;flex-direction:column;gap:8px;margin-top:16px}.cjp-selected-competency-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s;cursor:move}.cjp-selected-competency-item:hover{border-color:#4a6cf7;box-shadow:0 2px 8px #4a6cf71a}.cjp-selected-competency-item.dragging{opacity:.5;transform:scale(.98)}.cjp-selected-competency-item.drag-over{border-color:#4a6cf7;background:#f0f4ff;transform:translateY(-2px);box-shadow:0 4px 12px #4a6cf733}.cjp-competency-drag-handle{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#94a3b8;cursor:grab;font-size:16px}.cjp-competency-drag-handle:active{cursor:grabbing}.cjp-competency-order-number{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#4a6cf7;color:#fff;border-radius:50%;font-size:13px;font-weight:600;flex-shrink:0}.cjp-competency-content{display:flex;align-items:center;gap:10px;flex:1}.cjp-competency-name{font-size:14px;color:#1e293b;font-weight:500}.cjp-competency-badge{display:inline-block;padding:2px 8px;background:#e0e7ff;color:#4338ca;border-radius:4px;font-size:12px;font-weight:500}.cjp-competency-actions{display:flex;gap:4px}.cjp-competency-action-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#f1f5f9;border:none;border-radius:6px;color:#475569;font-size:14px;cursor:pointer;transition:all .2s}.cjp-competency-action-btn:hover:not(:disabled){background:#e2e8f0;color:#1e293b}.cjp-competency-action-btn:disabled{opacity:.3;cursor:not-allowed}.cjp-generate-final-panel{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border-radius:12px;border:1px solid #86efac;margin-top:24px}.cjp-generate-final-info{display:flex;align-items:center;gap:14px}.cjp-generate-final-title{font-size:15px;font-weight:600;color:#166534;margin-bottom:4px}.cjp-generate-final-desc{font-size:13px;color:#4ade80}.cjp-generate-final-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#22c55e;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.cjp-generate-final-btn:hover:not(:disabled){background:#16a34a}.cjp-generate-final-btn:disabled{opacity:.6;cursor:not-allowed}.cjp-summary-card{background:#f8fafc;border-radius:12px;padding:16px 20px;margin-bottom:20px;border:1px solid #e5e7eb}.cjp-summary-item{display:flex;align-items:center;gap:12px}.cjp-summary-label{font-size:14px;color:#64748b}.cjp-summary-value{font-size:15px;font-weight:600;color:#1a1a2e}.cjp-footer{display:flex;align-items:center;justify-content:space-between;padding-top:24px;margin-top:32px;border-top:1px solid #e5e7eb}.cjp-footer-right{display:flex;gap:12px}.cjp-btn{padding:12px 24px;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.cjp-btn-secondary{background:#f1f5f9;color:#475569}.cjp-btn-secondary:hover{background:#e2e8f0}.cjp-btn-primary{background:#4a6cf7;color:#fff}.cjp-btn-primary:hover:not(:disabled){background:#3b5de7}.cjp-btn-primary:disabled{opacity:.6;cursor:not-allowed}.cjp-btn-save{padding:12px 32px;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%)}.cjp-btn-save:hover:not(:disabled){background:linear-gradient(135deg,#16a34a 0%,#15803d 100%)}@media (max-width: 900px){.cjp-main{flex-direction:column}.cjp-steps-sidebar{width:100%;border-right:none;border-bottom:1px solid #e5e7eb;padding:20px}.cjp-steps-list{flex-direction:row;justify-content:center;flex-wrap:wrap;gap:8px}.cjp-step-connector{display:none}.cjp-step-item{padding:12px 16px}.cjp-step-desc{display:none}.cjp-content{padding:24px 20px}}@media (max-width: 600px){.cjp-header{padding:16px}.cjp-header-left{flex-direction:column;align-items:flex-start;gap:12px}.cjp-title{font-size:18px}.cjp-jd-mode-selector{flex-direction:column}.cjp-generate-panel{flex-direction:column;gap:12px;text-align:center}.cjp-generate-final-panel{flex-direction:column;gap:16px;text-align:center}.cjp-footer{flex-direction:column;gap:12px}.cjp-footer-right{width:100%;justify-content:center}}.talent-pool{max-width:1400px;margin:0 auto;padding:24px;min-height:calc(100vh - 120px)}.talent-pool .rs-page-header{display:flex;justify-content:space-between;align-items:flex-start}.talent-pool .rs-page-header-main{flex:1}.talent-pool .rs-page-expiry{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#f8fafc;border-radius:8px;border:1px solid #e5e7eb}.talent-pool .expiry-label{font-size:13px;color:#666}.talent-pool .expiry-date{font-size:14px;font-weight:600;color:#4a6cf7}.talent-pool .expiry-date.expired{color:#ef4444}.jd-select-wrapper{display:flex;align-items:center;gap:8px}.jd-select-label{font-size:14px;color:#666;white-space:nowrap}.jd-select{min-width:200px;padding:10px 14px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;background:#fff;cursor:pointer;transition:all .2s}.jd-select:focus{outline:none;border-color:#4a6cf7;box-shadow:0 0 0 3px #4a6cf71a}.quanyi-info{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#f0f4ff;border-radius:8px}.quanyi-info .quanyi-label{font-size:13px;color:#666}.quanyi-info .quanyi-value{font-size:14px;font-weight:600;color:#4a6cf7}.filter-card{margin-bottom:20px}.filter-header{display:flex;align-items:center;gap:16px;padding:16px 20px;border-bottom:1px solid #f0f0f0;flex-wrap:wrap}.filter-title{font-size:15px;font-weight:600;color:#1a1a2e}.filter-stats{font-size:13px;color:#666}.clear-filter-btn{padding:6px 12px;background:#f0f0f0;border:none;border-radius:6px;font-size:13px;color:#666;cursor:pointer;transition:all .2s}.clear-filter-btn:hover{background:#e5e5e5}.export-btn{margin-left:auto;padding:8px 16px;background:#10b981;color:#fff;border:none;border-radius:6px;font-size:13px;cursor:pointer;transition:all .2s;margin-right:8px}.export-btn:hover{background:#059669}.filter-sections{display:flex;flex-wrap:wrap;gap:24px;padding:16px 20px}.filter-section{flex:1;min-width:240px}.filter-section-title{font-size:13px;color:#666;margin-bottom:10px}.filter-options{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.filter-btn{padding:6px 14px;background:#f5f5f5;border:1px solid #e5e7eb;border-radius:20px;font-size:13px;color:#666;cursor:pointer;transition:all .2s}.filter-btn:hover{background:#e5e5e5}.filter-btn.active{background:#4a6cf7;border-color:#4a6cf7;color:#fff}.filter-btn.status-passed.active{background:#22c55e;border-color:#22c55e}.filter-btn.status-alternate.active{background:#f59e0b;border-color:#f59e0b}.filter-btn.status-rejected.active{background:#ef4444;border-color:#ef4444}.custom-rank{display:flex;align-items:center;gap:6px;font-size:13px;color:#666}.custom-rank input{width:60px;padding:6px 10px;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;text-align:center}.custom-rank input:focus{outline:none;border-color:#4a6cf7}.apply-btn{padding:6px 12px;background:#4a6cf7;color:#fff;border:none;border-radius:6px;font-size:12px;cursor:pointer}.apply-btn:hover{background:#3b5ce9}.resume-rank{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#f0f4ff;border-radius:50%;font-size:13px;font-weight:600;color:#4a6cf7}.resume-status{display:inline-flex;align-items:center;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500}.resume-status.status-passed{background:#dcfce7;color:#16a34a}.resume-status.status-alternate{background:#fef3c7;color:#d97706}.resume-status.status-rejected{background:#fee2e2;color:#dc2626}.pending-status{color:#999;font-size:13px}.name-cell{display:flex;flex-direction:column;gap:4px}.name-cell .name{font-weight:500;color:#1a1a2e}.edu-tags{display:flex;gap:4px}.edu-tag{padding:2px 6px;border-radius:4px;font-size:10px;font-weight:500}.edu-tag.tag-985{background:#fef3c7;color:#d97706}.edu-tag.tag-211{background:#e0e7ff;color:#4338ca}.edu-tag.tag-syl{background:#dcfce7;color:#16a34a}.contact-cell{display:flex;flex-direction:column;gap:2px;align-items:center;font-size:13px}.contact-cell .phone{color:#333}.contact-cell .email{color:#666;font-size:12px;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-cell .no-contact{color:#999}.conclusion{font-size:13px;color:#666;max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;margin:0 auto}.action-btns{display:flex;gap:8px;justify-content:center}.action-btn{padding:6px 16px;border:none;border-radius:4px;font-size:13px;cursor:pointer;transition:all .2s;min-width:60px}.action-btn.resume{background:#f0f4ff;color:#4a6cf7}.action-btn.resume:hover{background:#e0e7ff}.action-btn.view{background:#e0e7ff;color:#4338ca}.action-btn.view:hover{background:#c7d2fe}.action-btn.report{background:#dcfce7;color:#16a34a}.action-btn.report:hover{background:#bbf7d0}.action-btn.delete{background:#fee2e2;color:#dc2626}.action-btn.delete:hover{background:#fecaca}.upload-zone{border:2px dashed #e5e7eb;border-radius:12px;padding:40px 20px;text-align:center;cursor:pointer;transition:all .2s}.upload-zone:hover{border-color:#4a6cf7;background:#f8f9ff}.upload-icon{font-size:48px;margin-bottom:12px}.upload-text{font-size:16px;font-weight:500;color:#333;margin-bottom:8px}.upload-hint{font-size:13px;color:#999}.upload-files-list{margin-top:16px;max-height:200px;overflow-y:auto}.upload-file-item{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#f9fafb;border-radius:8px;margin-bottom:8px}.upload-file-name{font-size:14px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 40px)}.upload-file-remove{width:24px;height:24px;border:none;background:#fee2e2;color:#dc2626;border-radius:50%;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.upload-file-remove:hover{background:#fecaca}.detail-modal{max-width:800px}.detail-section{margin-bottom:20px}.detail-section h4{font-size:14px;font-weight:600;color:#333;margin:0 0 10px;padding-bottom:6px;border-bottom:1px solid #f0f0f0}.detail-score{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,#4a6cf7 0%,#6366f1 100%);color:#fff;border-radius:50%;font-size:24px;font-weight:600}.detail-content{font-size:14px;color:#666;line-height:1.6}.detail-list{margin:0;padding-left:20px}.detail-list li{font-size:14px;color:#666;margin-bottom:6px;line-height:1.5}.no-evaluation{text-align:center;color:#999;padding:40px}.resume-content{max-height:300px;overflow-y:auto;background:#f9fafb;padding:16px;border-radius:8px;font-size:14px;color:#333;line-height:1.6;white-space:pre-wrap;word-break:break-all}.resume-content-full{max-height:60vh;overflow-y:auto;background:#f9fafb;padding:24px;border-radius:12px;font-size:14px;color:#333;line-height:1.8;white-space:pre-wrap;word-break:break-all;border:1px solid #eef2f7;font-family:PingFang SC,Microsoft YaHei,sans-serif}.resume-modal{max-width:900px;width:90%}.export-modal{max-width:500px}.export-options{margin-bottom:20px}.export-option-title{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:12px}.export-radio-group{display:flex;flex-direction:column;gap:12px}.export-radio{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px}.export-radio input{width:18px;height:18px;cursor:pointer}.export-radio .status-passed{color:#16a34a}.export-radio .status-alternate{color:#d97706}.export-radio .status-rejected{color:#dc2626}.export-note{font-size:13px;color:#999;padding:12px;background:#f9fafb;border-radius:8px}.beizhu-cell{min-width:120px;max-width:150px}.beizhu-display{font-size:13px;color:#666;cursor:pointer;padding:4px 8px;border-radius:4px;border:1px solid transparent;transition:all .2s;min-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.beizhu-display:hover{background:#f5f5f5;border-color:#e5e7eb}.beizhu-placeholder{color:#bbb;font-style:italic}.beizhu-edit{display:flex;flex-direction:column;gap:6px}.beizhu-edit input{width:100%;padding:6px 10px;border:1px solid #4a6cf7;border-radius:6px;font-size:13px;outline:none}.beizhu-edit input:focus{box-shadow:0 0 0 2px #4a6cf733}.beizhu-actions{display:flex;gap:4px}.beizhu-btn{width:28px;height:24px;border:none;border-radius:4px;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.beizhu-btn.save{background:#dcfce7;color:#16a34a}.beizhu-btn.save:hover{background:#bbf7d0}.beizhu-btn.save:disabled{opacity:.5;cursor:not-allowed}.beizhu-btn.cancel{background:#fee2e2;color:#dc2626}.beizhu-btn.cancel:hover{background:#fecaca}.laiyuan-cell{min-width:120px;max-width:150px}.laiyuan-display{font-size:13px;color:#666;cursor:pointer;padding:4px 8px;border-radius:4px;border:1px solid transparent;transition:all .2s;min-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.laiyuan-display:hover{background:#f5f5f5;border-color:#e5e7eb}.laiyuan-placeholder{color:#bbb;font-style:italic}.laiyuan-edit{display:flex;flex-direction:column;gap:6px}.laiyuan-edit input{width:100%;padding:6px 10px;border:1px solid #4a6cf7;border-radius:6px;font-size:13px;outline:none}.laiyuan-edit input:focus{box-shadow:0 0 0 2px #4a6cf733}.laiyuan-edit input:disabled{opacity:.6;cursor:not-allowed}.beizhu-btn.cancel:disabled{opacity:.5;cursor:not-allowed}.date-filter-section{width:100%;border-top:1px solid #f0f0f0;padding-top:16px;margin-top:8px}.date-options{flex-wrap:wrap;gap:10px}.date-checkbox{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#f5f5f5;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;color:#666;cursor:pointer;transition:all .2s}.date-checkbox:hover{background:#e5e5e5}.date-checkbox.checked{background:#e0e7ff;border-color:#4a6cf7;color:#4338ca}.date-checkbox input{width:16px;height:16px;cursor:pointer;accent-color:#4a6cf7}.date-apply-btn{margin-left:8px;padding:6px 16px;background:#4a6cf7;color:#fff;border:none;border-radius:6px;font-size:13px;cursor:pointer;transition:all .2s}.date-apply-btn:hover{background:#3b5ce9}.saixuan-date{font-size:13px;color:#666;text-align:center}.talent-pool-no-permission{display:flex;justify-content:center;align-items:flex-start;padding:40px 20px;min-height:calc(100vh - 250px)}.no-permission-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:48px 40px;max-width:500px;width:100%;text-align:center}.no-permission-icon{width:80px;height:80px;margin:0 auto 24px;background:linear-gradient(135deg,#f0f4ff 0%,#e0e7ff 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}.no-permission-icon i{font-size:36px;color:#4a6cf7}.no-permission-title{font-size:24px;font-weight:600;color:#1a1a2e;margin:0 0 12px}.no-permission-desc{font-size:15px;color:#666;line-height:1.6;margin:0 0 24px}.no-permission-features{list-style:none;margin:0 0 28px;text-align:left;background:#f9fafb;border-radius:12px;padding:20px 24px}.no-permission-features li{display:flex;align-items:center;gap:10px;font-size:14px;color:#333;padding:8px 0;border-bottom:1px solid #f0f0f0}.no-permission-features li:last-child{border-bottom:none}.no-permission-features li i{color:#22c55e;font-size:14px}.no-permission-price{display:flex;align-items:baseline;justify-content:center;gap:4px;margin-bottom:24px}.no-permission-price .price-label{font-size:14px;color:#666}.no-permission-price .price-value{font-size:32px;font-weight:700;color:#4a6cf7}.no-permission-price .price-unit{font-size:14px;color:#999}.no-permission-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 24px;background:linear-gradient(135deg,#4a6cf7 0%,#6366f1 100%);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.no-permission-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4a6cf759}.no-permission-btn i{font-size:18px}.no-permission-tip{font-size:13px;color:#999;margin:16px 0 0}.select-checkbox{width:16px;height:16px;cursor:pointer;accent-color:#4a6cf7}.select-checkbox:disabled{cursor:not-allowed;opacity:.4}.rs-table th,.rs-table td,.rs-table th:first-child,.rs-table td:first-child{text-align:center}.selected-row{background-color:#f0f7ff!important}.selected-row:hover{background-color:#e6f2ff!important}.export-pdf-btn{background:#27ae60!important;margin-left:0!important}.export-pdf-btn:hover:not(:disabled){background:#219a52!important}.export-pdf-btn:disabled{background:#95a5a6!important;cursor:not-allowed;opacity:.7}.pdf-export-temp{font-family:Microsoft YaHei,sans-serif}.competency-dict-page{padding:32px;max-width:1200px;margin:0 auto;background:#f8fafc;min-height:100%}.cd-header{text-align:center;margin-bottom:40px;padding:32px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:16px;color:#fff}.cd-title{font-size:28px;font-weight:700;margin:0 0 12px}.cd-subtitle{font-size:15px;opacity:.9;margin:0;line-height:1.6}.cd-content{display:flex;flex-direction:column;gap:32px}.cd-section{background:#fff;border-radius:12px;padding:28px;box-shadow:0 2px 12px #0000000f}.cd-section-core{border-left:4px solid #4a6cf7}.cd-section-general{border-left:4px solid #10b981}.cd-section-professional{border-left:4px solid #f59e0b}.cd-section-header{display:flex;align-items:center;gap:16px;margin-bottom:12px;flex-wrap:wrap}.cd-section-title{font-size:20px;font-weight:700;color:#1a1a2e;margin:0}.cd-section-badge{padding:4px 12px;background:#f1f5f9;border-radius:16px;font-size:13px;color:#64748b;font-weight:500}.cd-section-desc{font-size:14px;color:#64748b;margin:0 0 20px;line-height:1.6}.cd-group{margin-top:24px;padding-top:20px;border-top:1px solid #f1f5f9}.cd-group:first-child{margin-top:0;padding-top:0;border-top:none}.cd-group-header{margin-bottom:16px}.cd-group-title{font-size:16px;font-weight:600;color:#374151;margin:0 0 4px}.cd-group-subtitle{font-size:13px;color:#9ca3af}.cd-items{display:flex;flex-direction:column;gap:8px}.cd-item{background:#f8fafc;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb;transition:all .2s}.cd-item:hover{border-color:#c7d2fe}.cd-item-header{display:flex;align-items:center;padding:14px 16px;cursor:pointer;gap:10px;transition:background .2s}.cd-item-header:hover{background:#f1f5f9}.cd-item-header.expanded{background:#eef2ff;border-bottom:1px solid #e5e7eb}.cd-item-index{font-weight:600;color:#4a6cf7;min-width:24px}.cd-item-name{flex:1;font-size:15px;font-weight:500;color:#1a1a2e}.cd-item-toggle{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#e5e7eb;border-radius:50%;font-size:16px;color:#64748b;font-weight:600}.cd-item-header.expanded .cd-item-toggle{background:#4a6cf7;color:#fff}.cd-item-details{padding:16px 20px;background:#fff}.cd-detail-row{display:flex;margin-bottom:12px;line-height:1.7}.cd-detail-row:last-child{margin-bottom:0}.cd-detail-label{font-weight:600;color:#374151;min-width:80px;flex-shrink:0;font-size:14px}.cd-detail-value{font-size:14px;color:#4b5563}.cd-source{color:#6366f1;font-style:italic}.cd-footer{margin-top:40px;padding:20px;background:#f1f5f9;border-radius:8px;text-align:center}.cd-footer-note{font-size:13px;color:#64748b;margin:0;line-height:1.7}@media (max-width: 768px){.competency-dict-page{padding:16px}.cd-header{padding:24px 16px}.cd-title{font-size:22px}.cd-section{padding:20px 16px}.cd-section-title{font-size:17px}.cd-detail-row{flex-direction:column;gap:4px}.cd-detail-label{min-width:auto}}.resume-analysis{padding:24px;max-width:1400px;margin:0 auto}.ra-page-header{margin-bottom:24px}.ra-page-title{font-size:24px;font-weight:600;color:#1a1a2e;margin:0 0 8px}.ra-page-subtitle{font-size:14px;color:#6c757d;margin:0}.ra-action-panel{display:flex;justify-content:space-between;align-items:center;background:white;padding:16px 20px;border-radius:12px;box-shadow:0 2px 8px #0000000a;margin-bottom:20px;flex-wrap:wrap;gap:16px}.ra-panel-left{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.ra-panel-right{display:flex;align-items:center;gap:12px}.ra-jd-select-wrapper{display:flex;align-items:center;gap:8px}.ra-jd-label{font-size:14px;color:#495057;white-space:nowrap}.ra-jd-select{padding:8px 32px 8px 12px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;color:#333;background:white;min-width:200px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.ra-jd-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.ra-quanyi-info{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#f0f7ff;border-radius:6px}.ra-quanyi-label{font-size:13px;color:#666}.ra-quanyi-value{font-size:14px;font-weight:600;color:#2196f3}.ra-btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;display:inline-flex;align-items:center;gap:6px}.ra-btn:disabled{opacity:.6;cursor:not-allowed}.ra-btn-primary{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.ra-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.ra-btn-secondary{background:#f5f5f5;color:#333;border:1px solid #e0e0e0}.ra-btn-secondary:hover:not(:disabled){background:#eee}.ra-btn-outline{background:transparent;color:#667eea;border:1px solid #667eea}.ra-btn-outline:hover:not(:disabled){background:rgba(102,126,234,.1)}.ra-progress-card{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;padding:20px 24px;margin-bottom:20px;color:#fff}.ra-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.ra-progress-title{font-size:16px;font-weight:500}.ra-progress-count{font-size:14px;opacity:.9}.ra-progress-bar{height:8px;background:rgba(255,255,255,.3);border-radius:4px;overflow:hidden}.ra-progress-fill{height:100%;background:white;border-radius:4px;transition:width .3s ease}.ra-progress-tip{font-size:13px;opacity:.8;margin-top:12px;margin-bottom:0}.ra-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}.ra-stat-card{background:white;border-radius:12px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:0 2px 8px #0000000a}.ra-stat-icon{width:48px;height:48px;border-radius:12px;background:#f5f7fa;display:flex;align-items:center;justify-content:center;font-size:24px}.ra-stat-content{display:flex;flex-direction:column}.ra-stat-value{font-size:24px;font-weight:600;color:#1a1a2e}.ra-stat-value.ra-stat-pending{color:#ff9800}.ra-stat-value.ra-stat-done{color:#4caf50}.ra-stat-label{font-size:13px;color:#6c757d;margin-top:2px}.ra-card{background:white;border-radius:12px;box-shadow:0 2px 8px #0000000a;overflow:hidden}.ra-card-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #f0f0f0}.ra-header-actions{display:flex;align-items:center;gap:12px}.ra-clear-new-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff8e1;color:#ff9800;border:1px solid #ffe0b2;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.ra-clear-new-btn:hover{background:#ffecb3;border-color:#ffcc80;transform:translateY(-1px)}.ra-clear-new-btn i{font-size:14px}.ra-card-title{font-size:16px;font-weight:600;color:#1a1a2e;margin:0}.ra-link-btn{background:none;border:none;color:#667eea;font-size:14px;cursor:pointer;padding:0}.ra-link-btn:hover{text-decoration:underline}.ra-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.ra-empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.ra-empty-text{font-size:15px;color:#6c757d;margin:0 0 20px}.ra-table{width:100%;border-collapse:collapse}.ra-table th,.ra-table td{padding:12px 16px;text-align:center;border-bottom:1px solid #f0f0f0}.ra-table th{background:#fafbfc;font-weight:500;font-size:13px;color:#6c757d}.ra-table td{font-size:14px;color:#333}.ra-table tbody tr:hover{background:#f9fafb}.ra-resume-index{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:#f0f0f0;border-radius:50%;font-size:12px;color:#666}.ra-resume-status{display:inline-block;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500}.ra-status-wrapper{display:flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap}.ra-new-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:18px;background:linear-gradient(135deg,#ff9800 0%,#f57c00 100%);color:#fff;font-size:11px;font-weight:600;border-radius:4px;animation:ra-badge-pulse 2s ease-in-out infinite;box-shadow:0 2px 6px #ff98004d}@keyframes ra-badge-pulse{0%,to{transform:scale(1);box-shadow:0 2px 6px #ff98004d}50%{transform:scale(1.05);box-shadow:0 3px 8px #ff980080}}.ra-newly-screened-row{background:linear-gradient(90deg,rgba(255,243,224,.4) 0%,rgba(255,255,255,0) 100%)!important;box-shadow:inset 3px 0 #ff9800!important}.ra-newly-screened-row:hover{background:linear-gradient(90deg,rgba(255,243,224,.6) 0%,rgba(255,255,255,.1) 100%)!important;box-shadow:inset 3px 0 #f57c00!important}.ra-resume-status.status-passed{background:#e8f5e9;color:#2e7d32}.ra-resume-status.status-alternate{background:#fff3e0;color:#e65100}.ra-resume-status.status-rejected{background:#ffebee;color:#c62828}.ra-pending-status{color:#999;font-size:13px}.ra-filename{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.ra-contact-cell{display:flex;flex-direction:column;gap:2px;align-items:center}.ra-phone{font-size:13px;color:#333}.ra-email{font-size:12px;color:#666;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ra-no-contact{color:#999}.ra-conclusion{max-width:600px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;color:#666;text-align:left;margin:0 auto}.ra-action-btns{display:flex;gap:8px}.ra-action-btn{padding:6px 16px;border-radius:4px;font-size:13px;cursor:pointer;border:none;transition:all .2s;min-width:60px}.ra-action-btn.delete{background:#fff1f0;color:#cf1322}.ra-action-btn.delete:hover{background:#ffccc7}.ra-action-btn.report{background:#e6f7ff;color:#1890ff}.ra-action-btn.report:hover{background:#bae7ff}.ra-pagination{display:flex;justify-content:center;align-items:center;gap:8px;padding:16px;border-top:1px solid #f0f0f0}.ra-pagination-btn{padding:6px 12px;border:1px solid #e0e0e0;background:white;border-radius:6px;font-size:13px;cursor:pointer;transition:all .2s}.ra-pagination-btn:hover:not(:disabled){border-color:#667eea;color:#667eea}.ra-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.ra-pagination-info{font-size:13px;color:#666;padding:0 12px}.ra-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.ra-modal{background:white;border-radius:16px;width:90%;max-width:500px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.ra-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #f0f0f0}.ra-modal-title{font-size:18px;font-weight:600;color:#1a1a2e;margin:0}.ra-modal-close{background:none;border:none;font-size:24px;color:#999;cursor:pointer;padding:0;line-height:1}.ra-modal-close:hover{color:#666}.ra-modal-body{padding:24px;overflow-y:auto}.ra-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #f0f0f0}.ra-upload-zone{border:2px dashed #d9d9d9;border-radius:12px;padding:40px 20px;text-align:center;cursor:pointer;transition:all .2s}.ra-upload-zone:hover{border-color:#667eea;background:#f8f9ff}.ra-upload-icon{font-size:48px;margin-bottom:12px}.ra-upload-text{font-size:16px;color:#333;margin-bottom:8px}.ra-upload-hint{font-size:13px;color:#999}.ra-upload-files-list{margin-top:16px;max-height:150px;overflow-y:auto}.ra-upload-file-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f5f5f5;border-radius:6px;margin-bottom:8px}.ra-upload-file-name{font-size:13px;color:#333;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ra-upload-file-remove{background:none;border:none;color:#999;font-size:18px;cursor:pointer;padding:0 4px}.ra-upload-file-remove:hover{color:#cf1322}@media (max-width: 768px){.resume-analysis{padding:16px}.ra-action-panel{flex-direction:column;align-items:stretch}.ra-panel-left,.ra-panel-right{width:100%;justify-content:center}.ra-stats-row{grid-template-columns:1fr}.ra-table{display:block;overflow-x:auto}}.ra-btn-outline.active{background:rgba(102,126,234,.1);border-color:#667eea}.ra-btn-outline.has-custom{border-color:#27ae60;color:#27ae60}.ra-btn-outline.has-custom:hover:not(:disabled){background:rgba(39,174,96,.1)}.ra-custom-badge{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background:#27ae60;color:#fff;border-radius:50%;font-size:10px;margin-left:4px}.ra-advanced-settings-panel{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;padding:20px 24px;margin-bottom:20px;border:1px solid #e0e0e0}.ra-advanced-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.ra-advanced-header h4{margin:0;font-size:16px;font-weight:600;color:#1a1a2e}.ra-advanced-actions{display:flex;align-items:center;gap:16px}.ra-quanzhong-total{font-size:14px;font-weight:500;color:#27ae60}.ra-quanzhong-total.error{color:#e74c3c}.ra-btn-reset{padding:6px 14px;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;font-size:13px;color:#666;cursor:pointer;transition:all .2s}.ra-btn-reset:hover{background:#eee;border-color:#ccc}.ra-advanced-desc{font-size:13px;color:#6c757d;margin:0 0 20px}.ra-quanzhong-inputs{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.ra-quanzhong-item{background:#f8f9fa;border-radius:8px;padding:14px 16px;border:1px solid #e5e7eb;transition:border-color .2s}.ra-quanzhong-item:hover{border-color:#d4daff}.ra-quanzhong-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.ra-quanzhong-name{font-size:14px;font-weight:600;color:#333}.ra-quanzhong-range{font-size:12px;font-weight:400;color:#94a3b8;margin-left:6px}.ra-quanzhong-input-wrapper{display:flex;align-items:center;gap:4px}.ra-quanzhong-input{width:60px;padding:6px 10px;border:1px solid #d4daff;border-radius:6px;font-size:14px;font-weight:600;color:#667eea;text-align:center;background:#fff;transition:border-color .2s,box-shadow .2s}.ra-quanzhong-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.ra-quanzhong-input::-webkit-inner-spin-button,.ra-quanzhong-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ra-quanzhong-input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ra-quanzhong-unit{font-size:14px;font-weight:500;color:#64748b}.ra-quanzhong-desc{font-size:12px;color:#94a3b8;line-height:1.5}.ra-resume-checkbox{width:16px;height:16px;cursor:pointer;accent-color:#667eea}.ra-resume-checkbox:disabled{cursor:not-allowed;opacity:.5}.ra-table tbody tr.ra-selected-row{background-color:#f0f4ff}.ra-table tbody tr.ra-selected-row:hover{background-color:#e8edff}.ra-rescreen-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:linear-gradient(135deg,#f0f4ff 0%,#f5f7ff 100%);border:1px solid #d4daff;border-radius:8px;margin-bottom:12px}.ra-rescreen-info{display:flex;align-items:center;gap:12px}.ra-rescreen-count{font-size:14px;font-weight:600;color:#667eea}.ra-btn-clear-selection{background:transparent;border:1px solid #94a3b8;color:#64748b;padding:4px 12px;border-radius:4px;font-size:12px;cursor:pointer;transition:all .2s}.ra-btn-clear-selection:hover{background:#f1f5f9;border-color:#64748b;color:#475569}.ra-rescreen-actions{display:flex;align-items:center;gap:10px}.ra-btn-delete-selected{background:linear-gradient(135deg,#ff4757 0%,#ff3838 100%);color:#fff;border:none;padding:8px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;box-shadow:0 2px 6px #ff47574d}.ra-btn-delete-selected:hover{transform:translateY(-1px);box-shadow:0 4px 10px #ff475766;background:linear-gradient(135deg,#ff3838 0%,#ff2222 100%)}.ra-btn-rescreen{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);color:#fff;border:none;padding:8px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;box-shadow:0 2px 6px #f59e0b4d}.ra-btn-rescreen:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 10px #f59e0b66}.ra-btn-rescreen:disabled{opacity:.6;cursor:not-allowed;transform:none}.ra-purchase-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000;animation:raFadeIn .2s ease}@keyframes raFadeIn{0%{opacity:0}to{opacity:1}}.ra-purchase-dialog{background:white;border-radius:16px;padding:32px;max-width:420px;width:90%;box-shadow:0 20px 60px #0000004d;text-align:center;position:relative;animation:raSlideUp .3s ease}@keyframes raSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ra-purchase-dialog-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;color:#999;cursor:pointer;line-height:1;transition:color .2s}.ra-purchase-dialog-close:hover{color:#333}.ra-purchase-dialog-icon{width:64px;height:64px;background:linear-gradient(135deg,#fff3cd 0%,#ffeeba 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.ra-purchase-dialog-icon i{font-size:32px;color:#f59e0b}.ra-purchase-dialog-title{font-size:20px;font-weight:600;color:#1a1a2e;margin:0 0 12px}.ra-purchase-dialog-message{font-size:15px;color:#666;margin:0 0 20px;line-height:1.5}.ra-purchase-dialog-info{background:#f8f9fa;padding:12px 20px;border-radius:8px;margin-bottom:24px;display:flex;align-items:center;justify-content:center;gap:8px}.ra-purchase-dialog-label{font-size:14px;color:#666}.ra-purchase-dialog-value{font-size:18px;font-weight:700;color:#e74c3c}.ra-purchase-dialog-actions{display:flex;gap:12px;justify-content:center}.ra-purchase-dialog-btn-cancel{flex:1;padding:12px 24px;border:1px solid #ddd;background:#fff;color:#666;font-size:15px;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s}.ra-purchase-dialog-btn-cancel:hover{background:#f5f5f5;border-color:#ccc}.ra-purchase-dialog-btn-purchase{flex:1;padding:12px 24px;border:none;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;font-size:15px;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #667eea4d}.ra-purchase-dialog-btn-purchase:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.resume-report-page{min-height:100vh;background:#f5f7fa;padding:0 0 60px}.resume-report-page.loading,.resume-report-page.error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh}.resume-report-page .loading-spinner{width:50px;height:50px;border:4px solid #e0e0e0;border-top-color:#3498db;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.resume-report-page .error-icon{font-size:48px;margin-bottom:16px}.resume-report-page.error button{margin-top:16px;padding:10px 24px;background:#3498db;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px}.report-header{background:linear-gradient(135deg,#1e3c72 0%,#2a5298 100%);color:#fff;padding:24px 40px;display:flex;justify-content:space-between;align-items:center}.report-header h1{margin:0 0 8px;font-size:24px;font-weight:600}.report-header .report-meta{display:flex;gap:24px;font-size:13px;opacity:.9}.report-header-actions{display:flex;gap:12px;align-items:center}.report-header .btn-export-pdf{padding:8px 20px;background:#27ae60;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s;font-weight:500}.report-header .btn-export-pdf:hover:not(:disabled){background:#229954;transform:translateY(-1px);box-shadow:0 2px 8px #27ae604d}.report-header .btn-export-pdf:disabled{background:#95a5a6;cursor:not-allowed;opacity:.7}.report-header .btn-back{padding:8px 20px;background:rgba(255,255,255,.2);color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s}.report-header .btn-back:hover{background:rgba(255,255,255,.3)}.report-section{max-width:1100px;margin:24px auto;background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000f;padding:32px}.report-content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #e9ecef}.report-title-center{flex:1;text-align:center}.report-title-center h1{font-size:24px;font-weight:600;color:#2c3e50;margin:0}.report-title-en{font-size:14px;font-weight:400;color:#7f8c8d;margin:8px 0 0;letter-spacing:1px}.report-logo{display:flex;align-items:center;flex-shrink:0}.report-logo img{height:48px;width:auto;object-fit:contain}.report-assessment-name{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.report-assessment-name .assessment-label{font-size:12px;color:#888}.report-assessment-name .assessment-value{font-size:16px;font-weight:600;color:#1e3c72;max-width:300px;text-align:right;word-break:break-word}.section-title{font-size:18px;font-weight:600;color:#1e3c72;margin:0 0 24px;padding-bottom:12px;border-bottom:2px solid #1e3c72}.candidate-info-card{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:12px;padding:24px;margin:24px 0;box-shadow:0 2px 8px #0000001a}.candidate-info-card h3{margin:0 0 16px;font-size:18px;font-weight:600;color:#1e3c72;border-bottom:2px solid #1e3c72;padding-bottom:8px}.candidate-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.info-item{display:flex;align-items:center;gap:8px;padding:8px;background:#fff;border-radius:6px}.info-label{font-size:14px;font-weight:600;color:#495057;white-space:nowrap}.info-value{font-size:14px;font-weight:500;color:#212529;word-break:break-all}@media (max-width: 768px){.candidate-info-grid{grid-template-columns:1fr}}.core-conclusion{display:flex;gap:32px;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:12px;padding:24px;margin-bottom:32px}.conclusion-score{display:flex;flex-direction:column;align-items:center;gap:8px}.score-circle{width:120px;height:120px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;box-shadow:0 4px 16px #0000001a}.score-circle.excellent{border:4px solid #27ae60}.score-circle.good{border:4px solid #3498db}.score-circle.average{border:4px solid #f39c12}.score-circle.low{border:4px solid #e74c3c}.score-circle .score-value{font-size:36px;font-weight:700;color:#333}.score-circle .score-label{font-size:12px;color:#666}.score-level-badge{padding:4px 16px;border-radius:20px;font-size:13px;font-weight:500;background:#27ae60;color:#fff}.score-circle.good+.score-level-badge{background:#3498db}.score-circle.average+.score-level-badge{background:#f39c12}.score-circle.low+.score-level-badge{background:#e74c3c}.conclusion-text{flex:1}.conclusion-text h3{margin:0 0 12px;font-size:16px;color:#333}.conclusion-text p{margin:0;font-size:14px;line-height:1.8;color:#555}.scores-section{display:flex;gap:40px;margin-bottom:32px}.scores-section.competency-section{flex-direction:column}.scores-section.competency-section>h3{font-size:16px;font-weight:600;color:#333;margin:0 0 20px}.competency-radar-container{display:flex;flex-direction:column;align-items:center;overflow:visible;padding:30px}.radar-legend{display:flex;gap:24px;margin-top:16px;justify-content:center}.legend-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#333}.legend-item svg{display:block}.competency-radar-chart{flex-shrink:0}.competency-label{font-weight:500}.no-competency-data{text-align:center;padding:40px;color:#888;font-size:14px}.competency-reasons-list{width:100%;margin-top:24px;padding-top:20px;border-top:1px solid #e9ecef}.competency-reasons-list h4{font-size:15px;font-weight:600;color:#333;margin:0 0 16px}.competency-reason-item{background:#f8f9fa;border-radius:8px;padding:12px 16px;margin-bottom:12px}.competency-reason-item:last-child{margin-bottom:0}.reason-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.reason-name{font-size:14px;font-weight:600;color:#333}.reason-score{font-size:14px;font-weight:600}.reason-content{font-size:13px;color:#555;line-height:1.6;margin:0}.reason-yuanwen{font-size:13px;color:#333;font-weight:500;margin:0 0 6px}.reason-jieshi{font-size:13px;color:#666;margin:0;line-height:1.6}.scores-left{flex:1}.scores-left h3,.scores-right h3{font-size:15px;font-weight:600;color:#333;margin:0 0 16px}.scores-right{display:flex;flex-direction:column;align-items:center}.score-bar-item{margin-bottom:16px}.score-bar-header{display:flex;justify-content:space-between;margin-bottom:6px;font-size:13px}.score-bar-label{color:#333;font-weight:500}.score-bar-weight{color:#888}.score-bar-value{font-weight:600;color:#333}.score-bar-track{height:10px;background:#e9ecef;border-radius:5px;overflow:hidden}.score-bar-fill{height:100%;border-radius:5px;transition:width .5s ease}.radar-chart{display:block}.radar-label{font-size:11px;fill:#555}.scoring-standard{margin-bottom:32px}.scoring-standard-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.scoring-standard-header h3{margin:0}.custom-weight-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:linear-gradient(135deg,#f39c12 0%,#e67e22 100%);color:#fff;font-size:12px;font-weight:500;border-radius:12px;box-shadow:0 2px 4px #f39c124d}.custom-weight-badge:before{content:"⚙";font-size:11px}.scoring-standard h3{font-size:15px;font-weight:600;color:#333;margin:0 0 16px}.pie-chart-container{display:flex;align-items:center;gap:32px}.pie-legend{display:flex;flex-direction:column;gap:8px}.pie-legend-item{display:flex;align-items:center;gap:8px;font-size:13px}.legend-color{width:12px;height:12px;border-radius:3px}.legend-label{color:#555;flex:1}.legend-value{font-weight:600;color:#333}.advantages-risks{display:grid;grid-template-columns:1fr 1fr;gap:24px}.advantages-box,.risks-box{background:#f8f9fa;border-radius:10px;padding:20px}.advantages-box h3,.risks-box h3{font-size:15px;font-weight:600;margin:0 0 12px}.advantages-box h3{color:#27ae60}.risks-box h3{color:#e74c3c}.advantages-box ul{list-style:none;margin:0;padding:0}.advantages-box li{display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:14px;color:#444}.advantages-box li .icon{color:#27ae60;font-weight:700}.advantages-box li.empty{color:#999}.risks-box ul{list-style:none;margin:0;padding:0}.risks-box li{display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:14px;color:#444}.risks-box li .icon{color:#e74c3c;font-weight:700}.risks-box li.empty{color:#999}.risks-box .risk-content{font-size:14px;color:#444;line-height:1.7}.skill-match-block{margin-bottom:28px;border:1px solid #e9ecef;border-radius:10px;overflow:hidden}.skill-match-block h3{display:flex;align-items:center;gap:12px;margin:0;padding:14px 20px;background:#f8f9fa;font-size:15px;font-weight:600;color:#333}.skill-icon{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:700}.skill-score{margin-left:auto;font-size:14px;color:#3498db}.skill-match-table{background:#fff}.skill-match-table .table-header{display:flex;background:#f1f3f5;font-size:13px;font-weight:600;color:#555}.skill-match-table .table-row{display:flex;border-bottom:1px solid #f1f3f5;font-size:13px}.skill-match-table .table-row:last-child{border-bottom:none}.skill-match-table .table-row.empty{justify-content:center;padding:24px;color:#999}.skill-match-table .col-skill{width:180px;padding:12px 16px;font-weight:500;color:#333;border-right:1px solid #f1f3f5}.skill-match-table .col-desc{flex:1;padding:12px 16px 12px 32px;color:#555;line-height:1.6}.skill-match-table .col-eval{width:100px;padding:12px 16px 12px 8px;text-align:center;font-weight:500}.skill-match-table .col-eval.match{color:#27ae60}.skill-match-table .col-eval.no-match{color:#e74c3c}.skill-match-table .col-full{flex:1;text-align:center}.examination-block{margin-bottom:24px;border:1px solid #e9ecef;border-radius:10px;overflow:hidden}.examination-block:last-child{margin-bottom:0}.examination-block h3{display:flex;align-items:center;gap:10px;margin:0;padding:14px 20px;background:#f8f9fa;font-size:15px;font-weight:600;color:#333}.exam-icon{font-size:18px}.examination-content{padding:16px 20px;font-size:14px;color:#444;line-height:1.8}.examination-content ul{margin:0;padding-left:20px}.examination-content li{margin-bottom:8px}.examination-content p{margin:0}.examination-content.jianyi-text{white-space:pre-wrap}.disclaimer-section{background:white;border-radius:12px;padding:32px;margin:24px auto 0;max-width:1100px;box-shadow:0 2px 8px #00000014}.disclaimer-content{background:white;padding:30px;border-radius:8px;border:1px solid #e0e6ed}.disclaimer-intro{margin:0 0 15px;line-height:1.8;color:#333;font-size:14px;font-weight:500}.disclaimer-list{margin:0;padding-left:25px;color:#555;line-height:1.8;font-size:14px;list-style-type:disc}.disclaimer-list li{margin-bottom:12px}.disclaimer-list li:last-child{margin-bottom:0}.report-footer{max-width:1100px;margin:24px auto 0;text-align:center;font-size:12px;color:#999}.report-footer p{margin:4px 0}@media (max-width: 768px){.report-header{flex-direction:column;align-items:flex-start;gap:16px;padding:20px}.report-header .report-meta{flex-direction:column;gap:4px}.report-section{margin:16px;padding:20px}.core-conclusion{flex-direction:column;align-items:center;text-align:center}.scores-section{flex-direction:column}.scores-right{order:-1}.advantages-risks{grid-template-columns:1fr}.pie-chart-container{flex-direction:column}.report-content-header{flex-direction:row;justify-content:space-between;gap:12px}.report-logo img{height:36px}.report-assessment-name .assessment-value{font-size:14px;max-width:180px}.skill-match-table .col-skill{width:120px;font-size:12px}.skill-match-table .col-desc{font-size:12px}}.competency-requirements{margin-top:32px;padding-top:24px;border-top:1px solid #e0e0e0}.competency-requirements h3{font-size:16px;font-weight:600;color:#333;margin:0 0 16px;display:flex;align-items:center;gap:8px}.competency-requirements h3:before{content:"";display:inline-block;width:4px;height:16px;background:linear-gradient(135deg,#1e3c72,#2a5298);border-radius:2px}.competency-table{overflow:hidden;border-radius:8px;border:1px solid #e0e0e0}.competency-table table{width:100%;border-collapse:collapse}.competency-table th{background:#f8f9fa;padding:12px 16px;text-align:left;font-size:13px;font-weight:600;color:#555;border-bottom:1px solid #e0e0e0}.competency-table th:first-child{width:160px}.competency-table td{padding:12px 16px;vertical-align:middle;border-bottom:1px solid #e8e8e8}.competency-table tr:last-child td{border-bottom:none}.competency-table .category-cell{background:#fafbfc}.competency-table .category-tag{display:inline-block;padding:4px 12px;border-radius:4px;font-size:12px;font-weight:500}.competency-table .category-tag.hexin{background:#fff3e0;color:#e65100}.competency-table .category-tag.tongyong{background:#e3f2fd;color:#1565c0}.competency-table .category-tag.zhuanye{background:#f3e5f5;color:#7b1fa2}.competency-table .competency-items{display:flex;flex-wrap:wrap;gap:8px}.competency-table .competency-item{display:inline-block;padding:5px 12px;background:#f5f5f5;border-radius:16px;font-size:13px;color:#333}.competency-empty{padding:32px;text-align:center;background:#fafafa;border-radius:8px;border:1px dashed #e0e0e0}.competency-empty p{margin:0;color:#666;font-size:14px}.competency-empty p.hint{margin-top:8px;font-size:12px;color:#999}@media print{.resume-report-page{background:#fff;padding:0}.report-header .btn-back{display:none}.report-section{box-shadow:none;border:1px solid #e0e0e0;page-break-inside:avoid}.report-content-header{border-bottom:1px solid #e0e0e0}.report-logo img{height:40px}}.recruitment-dashboard{padding:24px;max-width:1400px;margin:0 auto;background:#f5f7fa;min-height:100vh}.rd-header{margin-bottom:24px}.rd-title{font-size:28px;font-weight:600;color:#2c3e50;margin:0 0 8px}.rd-subtitle{font-size:14px;color:#7f8c8d;margin:0}.rd-gangwei-tabs{display:flex;flex-wrap:wrap;gap:8px;background:#fff;padding:16px 20px;border-radius:12px;box-shadow:0 2px 8px #0000000f;margin-bottom:16px}.rd-gangwei-tab{padding:10px 20px;background:#f5f7fa;border:2px solid transparent;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;color:#666;transition:all .2s ease;white-space:nowrap}.rd-gangwei-tab:hover{background:#e8f4fd;color:#3498db}.rd-gangwei-tab.active{background:linear-gradient(135deg,#3498db 0%,#2980b9 100%);color:#fff;border-color:transparent;box-shadow:0 2px 8px #3498db4d}.rd-filters{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end;background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 8px #0000000f;margin-bottom:24px}.rd-filter-item{display:flex;flex-direction:column;gap:6px}.rd-filter-item label{font-size:13px;font-weight:500;color:#666}.rd-dropdown-wrapper{position:relative}.rd-dropdown-trigger{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border:1px solid #d9d9d9;border-radius:6px;cursor:pointer;font-size:14px;color:#333;min-width:160px;justify-content:space-between;transition:all .2s}.rd-dropdown-trigger:hover{border-color:#3498db}.rd-dropdown-arrow{font-size:10px;color:#999}.rd-dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d9d9d9;border-radius:6px;box-shadow:0 4px 12px #0000001a;z-index:100;max-height:300px;overflow-y:auto;margin-top:4px}.rd-dropdown-option{display:flex;align-items:center;gap:8px;padding:10px 12px;cursor:pointer;transition:background .2s}.rd-dropdown-option:hover{background:#f5f5f5}.rd-dropdown-option.rd-dropdown-selectall{border-bottom:1px solid #f0f0f0;font-weight:500;color:#357a99}.rd-dropdown-option input[type=checkbox]{cursor:pointer}.rd-dropdown-empty{padding:12px;text-align:center;color:#999;font-size:13px}.rd-select{padding:8px 12px;border:1px solid #d9d9d9;border-radius:6px;font-size:14px;min-width:120px;cursor:pointer}.rd-select:focus{outline:none;border-color:#3498db}.rd-time-filter{display:flex;align-items:center;gap:12px}.rd-custom-date{display:flex;align-items:center;gap:8px}.rd-custom-date input{padding:8px 12px;border:1px solid #d9d9d9;border-radius:6px;font-size:14px}.rd-custom-date span{color:#999}.rd-refresh-btn{padding:8px 20px;background:linear-gradient(135deg,#3498db 0%,#2980b9 100%);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s;margin-left:auto}.rd-refresh-btn:hover:not(:disabled){background:linear-gradient(135deg,#2980b9 0%,#1a6da8 100%)}.rd-refresh-btn:disabled{background:#d9d9d9;cursor:not-allowed}.rd-section{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 2px 12px #00000014}.rd-section-title{font-size:18px;font-weight:600;color:#2c3e50;margin:0 0 20px;display:flex;align-items:center;gap:8px;padding-bottom:12px;border-bottom:2px solid #ecf0f1}.rd-section-tip{font-size:12px;color:#95a5a6;font-weight:400;cursor:help;margin-left:auto}.rd-core-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.rd-stat-card{display:flex;align-items:center;gap:16px;padding:20px;background:#ffffff;border-radius:12px;border:1px solid #ecf0f1;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.rd-stat-card:hover{box-shadow:0 4px 16px #3498db26;transform:translateY(-2px)}.rd-stat-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px}.rd-stat-icon.total{background:linear-gradient(135deg,#e3f2fd 0%,#bbdefb 100%)}.rd-stat-icon.passed{background:linear-gradient(135deg,#e8f5e9 0%,#c8e6c9 100%)}.rd-stat-icon.rate{background:linear-gradient(135deg,#fff3e0 0%,#ffe0b2 100%)}.rd-stat-icon.avg{background:linear-gradient(135deg,#f3e5f5 0%,#e1bee7 100%)}.rd-stat-content{display:flex;flex-direction:column;gap:4px}.rd-stat-value{font-size:28px;font-weight:700;color:#2c3e50;line-height:1}.rd-stat-label{font-size:14px;color:#7f8c8d}.rd-stat-trend{font-size:12px;font-weight:600;margin-top:4px}.rd-stat-trend.up{color:#27ae60}.rd-stat-trend.down{color:#e74c3c}.rd-section-subtitle{font-size:13px;font-weight:400;color:#95a5a6;margin-left:auto}.rd-score-segments{margin-top:24px;padding-top:20px;border-top:1px solid #ecf0f1}.rd-score-segments-title{font-size:14px;font-weight:600;color:#2c3e50;margin:0 0 12px}.rd-score-segments-bar{display:flex;height:32px;border-radius:6px;overflow:hidden;margin-bottom:12px}.rd-segment-block{display:flex;align-items:center;justify-content:center;min-width:2px;transition:all .3s ease}.rd-segment-block:hover{opacity:.85}.rd-segment-label{color:#fff;font-size:12px;font-weight:600}.rd-score-segments-legend{display:flex;flex-wrap:wrap;gap:16px}.rd-segment-legend-item{display:flex;align-items:center;gap:6px}.rd-segment-dot{width:10px;height:10px;border-radius:2px}.rd-segment-name{font-size:12px;color:#7f8c8d}.rd-segment-count{font-size:12px;font-weight:600;color:#2c3e50}.rd-distribution-container{display:flex;align-items:center;gap:48px}.rd-pie-wrapper{flex-shrink:0;display:flex;align-items:center;justify-content:center}.rd-pie-chart{width:100%;height:100%;display:block}.rd-pie-segment{transition:opacity .2s;cursor:pointer}.rd-pie-segment:hover{opacity:.8}.rd-pie-center-text{font-size:12px;fill:#95a5a6}.rd-pie-center-number{font-size:24px;font-weight:700;fill:#2c3e50}.rd-distribution-legend{display:flex;flex-direction:column;gap:16px}.rd-legend-item{display:flex;align-items:center;gap:12px}.rd-legend-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.rd-legend-label{font-size:14px;color:#34495e;min-width:140px}.rd-legend-value{font-size:14px;font-weight:600;color:#2c3e50}.rd-profile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.rd-profile-grid.rd-profile-grid-3{grid-template-columns:repeat(3,1fr)}.rd-profile-card{padding:20px;background:#f8f9fa;border-radius:8px;border:1px solid #ecf0f1}.rd-profile-card h3{font-size:16px;font-weight:600;color:#2c3e50;margin:0 0 16px}.rd-bar-chart{display:flex;flex-direction:column;gap:12px}.rd-bar-item{display:flex;align-items:center;gap:12px}.rd-bar-label{font-size:13px;color:#7f8c8d;min-width:60px;text-align:right}.rd-bar-container{flex:1;height:20px;background:#ecf0f1;border-radius:4px;overflow:hidden}.rd-bar-fill{height:100%;border-radius:4px;transition:width .5s ease-out}.rd-bar-value{font-size:12px;color:#7f8c8d;min-width:100px}.rd-competency-container{display:flex;flex-direction:column;gap:20px}.rd-competency-item{display:flex;align-items:center;gap:16px}.rd-competency-header{min-width:200px;display:flex;flex-direction:column;gap:4px}.rd-competency-name{font-size:15px;font-weight:600;color:#2c3e50}.rd-competency-desc{font-size:12px;color:#95a5a6}.rd-competency-bar-container{flex:1;height:24px;background:#ecf0f1;border-radius:6px;overflow:hidden}.rd-competency-bar{height:100%;border-radius:6px;transition:width .5s ease-out}.rd-competency-value{font-size:14px;font-weight:600;color:#2c3e50;min-width:100px;text-align:right}.rd-channel-table{overflow-x:auto}.rd-channel-table table{width:100%;border-collapse:collapse}.rd-channel-table th,.rd-channel-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #f0f0f0}.rd-channel-table th{background:#f8f9fa;font-weight:600;color:#2c3e50;font-size:14px}.rd-channel-table td{font-size:14px;color:#7f8c8d}.rd-channel-table tbody tr:hover{background:#f8f9fa}.rd-rate-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:13px;font-weight:500}.rd-rate-badge.high{background:#e8f5e9;color:#388e3c}.rd-rate-badge.medium{background:#fff3e0;color:#f57c00}.rd-rate-badge.low{background:#ffebee;color:#d32f2f}.rd-rank-badge{display:inline-block;font-size:14px;font-weight:600;color:#7f8c8d}.rd-rank-badge.top{font-size:16px}.rd-quality-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:13px;font-weight:600}.rd-quality-badge.excellent{background:linear-gradient(135deg,#e8f5e9 0%,#c8e6c9 100%);color:#2e7d32}.rd-quality-badge.good{background:linear-gradient(135deg,#e3f2fd 0%,#bbdefb 100%);color:#1565c0}.rd-quality-badge.normal{background:#f5f5f5;color:#757575}.rd-trend-chart{padding:16px 0}.rd-trend-chart-container{width:100%;overflow-x:auto}.rd-trend-svg{width:100%;height:auto;min-height:220px;display:block}.rd-trend-tooltip{background:rgba(255,255,255,.95);border:1px solid #dcdfe6;border-radius:4px;padding:10px;box-shadow:0 2px 12px #0000001a;min-width:120px}.rd-tooltip-date{font-weight:700;font-size:13px;color:#303133;margin-bottom:8px;border-bottom:1px solid #ebeef5;padding-bottom:4px}.rd-tooltip-item{display:flex;align-items:center;margin-bottom:4px;font-size:12px;color:#606266}.rd-tooltip-dot{width:8px;height:8px;border-radius:50%;margin-right:8px}.rd-tooltip-label{margin-right:8px;flex:1}.rd-tooltip-value{font-weight:700;color:#303133}.rd-trend-legend{display:flex;justify-content:center;gap:24px;margin-top:16px}.rd-trend-legend-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#7f8c8d}.rd-trend-legend-line{width:24px;height:3px;border-radius:2px}.rd-trend-legend-line.dashed{background:repeating-linear-gradient(to right,currentColor,currentColor 4px,transparent 4px,transparent 8px)}.rd-cycle-summary{display:flex;gap:24px;margin-bottom:20px;padding:20px;background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%);border-radius:8px;border:1px solid #ecf0f1}.rd-cycle-summary-item{display:flex;flex-direction:column;gap:8px}.rd-cycle-summary-label{font-size:13px;color:#7f8c8d}.rd-cycle-summary-value{font-size:32px;font-weight:700;color:#3498db}.rd-cycle-table{overflow-x:auto}.rd-cycle-table table{width:100%;border-collapse:collapse}.rd-cycle-table th,.rd-cycle-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #f0f0f0}.rd-cycle-table th{background:#f8f9fa;font-weight:600;color:#2c3e50;font-size:14px}.rd-cycle-table td{font-size:14px;color:#7f8c8d}.rd-cycle-table tbody tr:hover{background:#f8f9fa}.rd-status-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:13px;font-weight:500}.rd-status-badge.fast{background:#e8f5e9;color:#388e3c}.rd-status-badge.normal{background:#fff3e0;color:#f57c00}.rd-status-badge.warning{background:#ffebee;color:#d32f2f}.rd-health-badge{margin-left:auto;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600}.rd-health-badge.healthy{background:#e8f5e9;color:#388e3c}.rd-health-badge.normal{background:#fff3e0;color:#f57c00}.rd-health-badge.warning{background:#ffebee;color:#d32f2f}.rd-health-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.rd-health-card{display:flex;align-items:center;gap:16px;padding:24px;background:#ffffff;border-radius:12px;border:1px solid #ecf0f1;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.rd-health-card:hover{box-shadow:0 4px 16px #3498db26;transform:translateY(-2px)}.rd-health-icon{width:56px;height:56px;border-radius:12px;background:rgba(52,152,219,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.rd-health-content{display:flex;flex-direction:column;gap:4px}.rd-health-value{font-size:28px;font-weight:700;color:#2c3e50;line-height:1}.rd-health-label{font-size:14px;color:#7f8c8d}.rd-health-detail{font-size:12px;color:#95a5a6}.rd-empty-data{text-align:center;padding:40px 20px;color:#95a5a6}.rd-empty-data p{font-size:16px;margin:0 0 8px}.rd-empty-data span{font-size:13px}.rd-empty-chart{display:flex;align-items:center;justify-content:center;height:150px;color:#95a5a6;font-size:14px}.rd-disclaimer{text-align:center;padding:20px;color:#95a5a6;font-size:13px;border-top:1px solid #ecf0f1;margin-top:24px}.rd-disclaimer p{margin:0}.rd-loading,.rd-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#7f8c8d}.rd-loading-spinner{width:40px;height:40px;border:3px solid #f0f0f0;border-top-color:#3498db;border-radius:50%;animation:rd-spin .8s linear infinite;margin-bottom:16px}@keyframes rd-spin{to{transform:rotate(360deg)}}.rd-error button{margin-top:16px;padding:8px 24px;background:linear-gradient(135deg,#3498db 0%,#2980b9 100%);color:#fff;border:none;border-radius:6px;cursor:pointer}@media (max-width: 1200px){.rd-core-stats,.rd-health-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.recruitment-dashboard{padding:16px}.rd-filters{flex-direction:column;align-items:stretch}.rd-refresh-btn{margin-left:0;margin-top:8px}.rd-core-stats,.rd-profile-grid,.rd-profile-grid.rd-profile-grid-3{grid-template-columns:1fr}.rd-distribution-container{flex-direction:column}.rd-competency-item{flex-direction:column;align-items:flex-start}.rd-competency-header{min-width:auto;width:100%}.rd-competency-bar-container{width:100%}.rd-competency-value{text-align:left}.rd-health-grid{grid-template-columns:1fr}}.rd-tabs-container{margin-top:24px}.rd-tabs{display:flex;gap:8px;border-bottom:2px solid #e0e0e0;margin-bottom:24px}.rd-tab{padding:12px 24px;background:transparent;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:15px;font-weight:500;color:#666;transition:all .3s;position:relative;bottom:-2px}.rd-tab:hover{color:#3498db;background:#f8f9fa}.rd-tab.active{color:#3498db;border-bottom-color:#3498db;font-weight:600}.rd-tab-content{min-height:300px}.rd-resume-list,.rd-position-groups{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.rd-tabs{flex-direction:column}.rd-tab{width:100%;text-align:left}}
