:root{--primary-blue: #183E7B;--secondary-blue: #2a5298;--accent-orange: #FF6830;--text-dark: #333333;--text-gray: #666666;--bg-light: #F5F7FA;--white: #FFFFFF}*{margin:0;padding:0;box-sizing:border-box;font-family:PingFang SC,Microsoft YaHei,Helvetica Neue,Arial,sans-serif}body{color:var(--text-dark);line-height:1.6;background-color:var(--white)}a{text-decoration:none;color:inherit}ul{list-style:none}.home-page-new{font-family:PingFang SC,Microsoft YaHei,Helvetica Neue,Arial,sans-serif;color:var(--text-dark);line-height:1.6;background-color:var(--white)}header{position:fixed;top:0;width:100%;height:70px;background:var(--white);box-shadow:0 2px 10px #0000001a;z-index:1000;display:flex;justify-content:center}.nav-container{width:1200px;max-width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 20px}.logo{font-size:20px;font-weight:700;color:var(--primary-blue);display:flex;align-items:center;gap:10px;flex-shrink:0}.nav-buttons{display:flex;gap:15px;align-items:center}.btn{padding:8px 20px;border-radius:4px;font-size:14px;cursor:pointer;transition:all .3s;font-weight:500;white-space:nowrap;border:none;background:transparent}.btn-outline{border:1px solid var(--accent-orange);color:var(--accent-orange);background:transparent}.btn-outline:hover{background:var(--accent-orange);color:var(--white)}.btn-login{background-color:var(--primary-blue);color:var(--white);border:1px solid var(--primary-blue);display:flex;align-items:center;gap:5px}.btn-login:hover{background-color:var(--secondary-blue)}.hero{margin-top:70px;height:600px;background:linear-gradient(135deg,var(--primary-blue) 0%,#102a5c 100%);color:var(--white);display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(rgba(255,255,255,.1) 1px,transparent 1px);background-size:30px 30px;opacity:.3}.hero-content{width:1200px;max-width:100%;padding:0 20px;display:flex;justify-content:space-between;align-items:center;z-index:1}.hero-text{max-width:600px}.tag{background:#ffffff1a;padding:5px 10px;border-radius:20px;font-size:14px;color:#4da6ff;margin-bottom:20px;display:inline-block}.hero h1{font-size:48px;margin-bottom:10px;line-height:1.2}.hero h2{font-size:28px;font-weight:400;margin-bottom:20px;color:#e0e0e0}.hero p{font-size:16px;margin-bottom:40px;opacity:.8;max-width:500px}.hero-btn{background:var(--accent-orange);color:#fff;padding:12px 35px;font-size:18px;border-radius:5px;display:inline-block;box-shadow:0 4px 15px #ff683066;transition:all .3s}.hero-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff683099}.hero-visual{width:550px;height:550px;background:radial-gradient(circle,#183e7b66,#fff0 70%);border-radius:50%;display:flex;justify-content:center;align-items:center;position:relative;margin-top:20px}.orbit-ring{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.08);display:flex;justify-content:center;align-items:center}.orbit-ring:before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;border-radius:50%;border:1px dashed rgba(77,166,255,.3);pointer-events:none}.ring-inner{width:220px;height:220px;animation:spinCW 20s linear infinite;z-index:3}.ring-middle{width:360px;height:360px;animation:spinCCW 35s linear infinite;z-index:2;border-color:#ffffff1f}.ring-outer{width:500px;height:500px;animation:spinCW 50s linear infinite;z-index:1}@keyframes spinCW{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinCCW{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.hero-visual:hover .orbit-ring,.hero-visual:hover .agent-small{animation-play-state:paused}.agent-core{width:110px;height:110px;background:linear-gradient(135deg,#4da6ff 0%,var(--primary-blue) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 50px #183e7bcc,inset 0 0 20px #ffffff4d;position:absolute;font-weight:700;z-index:10;color:#fff;text-align:center;font-size:16px;border:2px solid rgba(255,255,255,.3)}.core-icon{font-size:36px;margin-bottom:5px;display:block}.planet-pos{position:absolute;top:50%;left:50%;width:0;height:0}.agent-small{width:70px;height:70px;font-size:12px;text-align:center;position:absolute;top:-35px;left:-35px;background:#0c1c37e6;border:1px solid rgba(77,166,255,.5);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;box-shadow:0 0 15px #00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:2px;line-height:1.2;transition:all .3s;cursor:default}.agent-robot-icon{font-size:14px;color:var(--accent-orange);margin-bottom:2px}.agent-small:hover{transform:scale(1.1);border-color:#fff;background:var(--primary-blue);z-index:20}.anti-spin-inner{animation:antiSpinCW 20s linear infinite}.anti-spin-middle{animation:antiSpinCCW 35s linear infinite}.anti-spin-outer{animation:antiSpinCW 50s linear infinite}@keyframes antiSpinCW{0%{transform:rotate(calc(-1 * var(--offset, 0deg)))}to{transform:rotate(calc(-1 * var(--offset, 0deg) - 360deg))}}@keyframes antiSpinCCW{0%{transform:rotate(calc(-1 * var(--offset, 0deg)))}to{transform:rotate(calc(-1 * var(--offset, 0deg) + 360deg))}}.section{padding:80px 0;display:flex;flex-direction:column;align-items:center}.section-title{text-align:center;margin-bottom:60px}.section-title h3{font-size:32px;color:var(--primary-blue);margin-bottom:15px}.section-title p{color:var(--text-gray)}.container{width:1200px;max-width:100%;padding:0 20px;margin:0 auto}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.pain-card{background:var(--white);padding:40px 30px;border-radius:8px;box-shadow:0 5px 20px #0000000d;text-align:center;transition:transform .3s;border-top:4px solid transparent}.pain-card:hover{transform:translateY(-10px);border-top:4px solid var(--accent-orange)}.pain-icon{font-size:40px;color:var(--accent-orange);margin-bottom:20px}.pain-card h4{font-size:20px;margin-bottom:15px;color:var(--text-dark)}.pain-card p{font-size:14px;color:var(--text-gray)}.bg-gray{background-color:var(--bg-light)}.solution-box{background:var(--white);padding:40px;border-radius:10px;box-shadow:0 5px 20px #0000000d;display:flex;justify-content:space-between;align-items:center;position:relative;flex-wrap:wrap;gap:20px}.flow-block{flex:1;padding:20px;border-radius:8px;min-width:300px}.flow-old{border:1px dashed #ccc;background:#f9f9f9}.flow-new{border:1px solid var(--primary-blue);background:#f0f7ff;position:relative}.flow-title{font-weight:700;margin-bottom:20px;text-align:center;display:block;font-size:18px}.old-color{color:#666}.new-color{color:var(--primary-blue)}.flow-steps{display:flex;justify-content:space-around;align-items:center;font-size:13px;text-align:center}.step{background:#fff;padding:10px;border-radius:4px;box-shadow:0 2px 5px #0000000d;width:90px;display:flex;align-items:center;justify-content:center;flex-direction:column}.arrow{color:#999}.vs-badge{background:var(--accent-orange);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2}.highlight-text{color:var(--accent-orange);font-weight:700;display:block;margin-top:15px;font-size:14px}.features-grid{display:flex;justify-content:space-between;margin-bottom:60px;flex-wrap:wrap;gap:20px}.feature-item{text-align:center;width:30%;min-width:280px}.feature-num{font-size:48px;color:#183e7b1a;font-weight:700;display:block;margin-bottom:-20px}.feature-title{font-size:18px;color:var(--primary-blue);font-weight:700;margin-bottom:10px}.arch-diagram{background:#fff;border:1px solid #eee;border-radius:10px;padding:30px;text-align:center}.arch-top{display:flex;justify-content:space-around;margin-bottom:30px;flex-wrap:wrap;gap:20px}.arch-circle{width:120px;height:120px;border-radius:50%;background:var(--primary-blue);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:14px;box-shadow:0 5px 15px #183e7b4d;margin:0 auto}.arch-circle span{font-size:12px;opacity:.8;margin-top:5px}.agent-box{background:#ebf2fa;padding:20px;border-radius:10px;margin-top:20px}.agent-title{display:inline-block;background:var(--accent-orange);color:#fff;padding:5px 15px;border-radius:15px;margin-bottom:25px;font-size:14px}.tags-container{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;max-width:1000px;margin:0 auto}.agent-tag{background:#fff;color:var(--primary-blue);border:1px solid #cfe2ff;padding:10px 5px;border-radius:20px;font-size:13px;font-weight:500;width:100%;text-align:center;display:flex;align-items:center;justify-content:center;transition:all .3s}.agent-tag:hover{border-color:var(--accent-orange);color:var(--accent-orange);transform:translateY(-2px);box-shadow:0 4px 10px #0000000d}.stats-section{background:var(--primary-blue);color:#fff;padding:60px 0}.stats-grid{display:flex;justify-content:center;align-items:center;gap:120px;text-align:center;flex-wrap:wrap}.stat-number{font-size:48px;font-weight:700;color:var(--accent-orange)}.stats-section .stat-desc{font-size:20px;margin-top:10px;color:#fff}.stat-sub{font-size:14px;opacity:.6;margin-top:5px}.testimonial-card{background:var(--bg-light);padding:30px;border-radius:8px;position:relative}.quote-icon{font-size:30px;color:var(--accent-orange);opacity:.3;position:absolute;top:20px;left:20px}.user-info{display:flex;align-items:center;margin-bottom:15px}.avatar{width:50px;height:50px;background:var(--primary-blue);border-radius:50%;margin-right:15px;display:flex;align-items:center;justify-content:center;color:#fff}.user-role{font-weight:700;color:var(--primary-blue);display:block}.testimonial-text{font-size:14px;color:#555;font-style:italic}.highlight{color:var(--accent-orange);font-weight:700}footer{background:#f9f9f9;padding:60px 0 20px;text-align:center;border-top:1px solid #eee}.qr-section{margin-bottom:40px}.qr-box{width:150px;height:150px;background:#fff;border:1px solid #ddd;padding:10px;margin:0 auto 15px}.qr-placeholder{width:100%;height:100%;background-image:repeating-linear-gradient(45deg,#000 0,#000 2px,#fff 2px,#fff 4px);display:flex;align-items:center;justify-content:center}.footer-links{font-size:12px;color:#999}@media (max-width: 768px){header{height:60px}.nav-container{padding:0 12px!important;width:100%}.logo{font-size:14px!important;gap:6px!important}.logo img{height:28px!important;width:auto!important;margin-right:6px!important}.logo>div:first-of-type{width:1px!important;height:28px!important;margin-right:6px!important}.logo>div:last-of-type span:first-child{font-size:16px!important}.logo-subtitle{font-size:8px!important;white-space:nowrap!important;text-align:left!important;text-align-last:left!important;width:auto!important}.nav-buttons{gap:6px;flex-shrink:0}.btn{font-size:11px;padding:5px 10px;white-space:nowrap}.btn i{display:none}.hero{height:auto;padding:80px 0 30px;margin-top:60px}.hero-content{flex-direction:column;text-align:center;padding:0 16px}.hero-text{margin-bottom:30px;max-width:100%}.hero h1{font-size:28px;line-height:1.3}.hero h2{font-size:18px;margin-bottom:16px}.hero p{font-size:14px;margin-bottom:24px}.hero-btn{padding:10px 24px;font-size:16px}.hero-visual{width:100%;max-width:320px;height:320px;margin:0 auto}.ring-inner{width:120px;height:120px}.ring-middle{width:200px;height:200px}.ring-outer{width:280px;height:280px}.agent-core{width:70px;height:70px;font-size:11px}.core-icon{font-size:20px}.agent-small{width:45px;height:45px;font-size:9px}.section{padding:50px 0}.section-title{margin-bottom:40px;padding:0 16px}.section-title h3{font-size:24px}.container{padding:0 16px}.cards-grid{grid-template-columns:1fr;gap:20px}.pain-card{padding:30px 20px}.pain-icon{font-size:32px;margin-bottom:16px}.pain-card h4{font-size:18px;margin-bottom:12px}.pain-card p{font-size:13px}.vs-badge{display:none}.solution-box{flex-direction:column;padding:24px}.flow-block{min-width:100%;padding:16px}.flow-steps{flex-wrap:wrap;gap:8px}.step{width:auto;min-width:70px;font-size:12px;padding:8px}.features-grid{flex-direction:column;gap:30px}.feature-item{width:100%}.feature-num{font-size:36px}.feature-title{font-size:16px}.arch-diagram{padding:20px}.arch-top{flex-direction:column;gap:20px}.arch-circle{width:100px;height:100px;font-size:12px}.tags-container{grid-template-columns:repeat(2,1fr);gap:10px}.agent-tag{font-size:12px;padding:8px 4px}.stats-section{padding:40px 0}.stats-grid{gap:30px;flex-direction:column;padding:0 16px}.stat-number{font-size:36px}.stats-section .stat-desc{font-size:16px;margin-top:8px}.stat-sub{font-size:12px}.testimonial-card{padding:24px}.quote-icon{font-size:24px}.avatar{width:40px;height:40px;margin-right:12px}.testimonial-text{font-size:13px}footer{padding:40px 0 20px}.qr-box{width:120px;height:120px}.footer-links{font-size:11px;padding:0 16px}}@media (max-width: 480px){header{height:56px}.logo>div:last-of-type span:first-child{font-size:14px!important}.logo-subtitle{font-size:7px!important;white-space:nowrap!important;text-align:left!important;text-align-last:left!important;width:auto!important}.btn{font-size:10px;padding:4px 8px}.hero{padding:70px 0 20px;margin-top:56px}.hero h1{font-size:22px}.hero h2{font-size:15px}.hero p{font-size:13px}.hero-btn{padding:9px 20px;font-size:15px}.hero-visual{max-width:260px;height:260px}.ring-inner{width:90px;height:90px}.ring-middle{width:150px;height:150px}.ring-outer{width:220px;height:220px}.agent-core{width:55px;height:55px;font-size:9px}.core-icon{font-size:18px}.agent-small{width:40px;height:40px;font-size:8px}.section{padding:35px 0}.section-title{margin-bottom:30px}.section-title h3{font-size:18px}.container{padding:0 12px}.pain-card{padding:24px 16px}.pain-icon{font-size:28px}.pain-card h4{font-size:16px}.pain-card p{font-size:12px}.solution-box{padding:20px}.flow-block{padding:14px}.step{font-size:11px;padding:6px}.tags-container{grid-template-columns:1fr;gap:8px}.agent-tag{font-size:11px}.stat-number{font-size:28px}.stats-section .stat-desc{font-size:13px}.stat-sub{font-size:11px}.testimonial-card{padding:20px}.testimonial-text{font-size:12px}}.btn-nav-link{background:transparent;border:none;color:var(--text-dark);font-size:14px;padding:8px 12px;cursor:pointer;border-radius:6px;display:inline-flex;align-items:center;gap:6px;text-decoration:none;transition:color .2s,background .2s;font-family:inherit}.btn-nav-link:hover{color:var(--primary-blue);background:#2563eb0f}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.modal-box{background:#fff;border-radius:12px;width:100%;max-width:800px;box-shadow:0 20px 60px #0000004d;overflow:hidden;display:flex;flex-direction:column}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #f0f0f0}.modal-header h3{margin:0;font-size:17px;font-weight:600;color:var(--text-dark)}.modal-close{background:none;border:none;font-size:18px;cursor:pointer;color:#999;padding:4px 8px;border-radius:4px;transition:background .2s,color .2s}.modal-close:hover{background:#f5f5f5;color:#333}.modal-body{padding:20px 24px 24px;display:flex;flex-direction:column;gap:16px}.modal-pdf-row{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef;font-size:14px;color:var(--text-dark)}@media (max-width: 600px){.btn-nav-link{font-size:12px;padding:6px 8px}.modal-box{max-width:100%}}.apply-invitation-card-wrapper{max-width:900px}@media (min-width: 1200px){.apply-invitation-card-wrapper{max-width:1000px}}.apply-form-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:20px}@media (min-width: 768px){.apply-form-grid{grid-template-columns:repeat(2,1fr);gap:24px 32px}}.compact-field{display:flex;align-items:center}.compact-field-label{width:64px;min-width:64px;text-align:right;margin-right:16px;font-size:14px;font-weight:500;color:#475569;flex-shrink:0;display:flex;justify-content:flex-end;align-items:center;gap:2px}.input-wrapper{position:relative;flex:1;min-width:0}.compact-input{background-color:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:8px!important;padding:8px 12px!important;font-size:14px!important;color:#1e293b!important;transition:all .2s!important}.compact-input:hover{border-color:#cbd5e1!important}.compact-input:focus,.compact-input.ant-input-focused{background-color:#fff!important;border-color:#2563eb!important;box-shadow:0 0 0 3px #2563eb1a!important}.compact-input::placeholder{color:#94a3b8!important}.input-wrapper .anticon{color:#94a3b8;transition:color .2s}.input-wrapper:focus-within .anticon{color:#2563eb}.problem-radio-card{display:flex!important;align-items:flex-start!important;padding:12px!important;border-radius:8px!important;border:1px solid #e2e8f0!important;cursor:pointer!important;transition:all .2s!important;margin:0!important;white-space:normal!important;line-height:1.6!important}.problem-radio-card:hover{border-color:#93c5fd!important;background-color:#f8fafc!important}.problem-radio-card.ant-radio-wrapper-checked{border-color:#2563eb!important;background-color:#eff6ff!important}.problem-radio-card .ant-radio{margin-right:12px!important;margin-top:2px!important;flex-shrink:0!important}.problem-radio-card .ant-radio-inner{width:16px!important;height:16px!important;border-color:#cbd5e1!important}.problem-radio-card:hover .ant-radio-inner{border-color:#93c5fd!important}.problem-radio-card.ant-radio-wrapper-checked .ant-radio-inner{border-color:#2563eb!important;background-color:#2563eb!important}.problem-radio-card.ant-radio-wrapper-checked .ant-radio-inner:after{width:6px!important;height:6px!important;background-color:#fff!important}.submit-button{transition:all .2s!important}.submit-button:hover{background:#1d4ed8!important;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d!important;transform:translateY(-1px)}.submit-button:active{transform:translateY(0)}.submit-arrow{transition:transform .2s}.submit-button:hover .submit-arrow{transform:translate(4px)}.problem-description-textarea{transition:all .2s!important}.problem-description-textarea:hover{border-color:#cbd5e1!important}.problem-description-textarea:focus,.problem-description-textarea.ant-input-focused{background-color:#fff!important;border-color:#2563eb!important;box-shadow:0 0 0 3px #2563eb1a!important}.problem-description-textarea::placeholder{color:#94a3b8!important}.apply-invitation-success-wrapper{padding:60px 40px}@media (max-width: 768px){.apply-invitation-success-wrapper{padding:40px 24px}}@media (max-width: 480px){.apply-invitation-success-wrapper{padding:30px 20px}}@media (max-width: 768px){.apply-invitation-page-wrapper{padding:20px 12px 12px!important;align-items:flex-start!important}.apply-invitation-card-wrapper{border-radius:12px!important;max-width:100%!important}.apply-invitation-content{padding:24px 20px!important}.apply-form-grid{grid-template-columns:1fr;gap:16px!important}.compact-field{flex-direction:column!important;align-items:flex-start!important}.compact-field-label{width:100%!important;max-width:100%!important;text-align:left!important;margin-bottom:8px!important;margin-right:0!important;font-size:13px!important;justify-content:flex-start!important}.compact-field .input-wrapper{width:100%!important;flex:1 1 100%!important}.compact-input{font-size:16px!important;padding:10px 12px!important}.problem-radio-card{padding:10px!important;font-size:13px!important}.problem-radio-card .ant-radio{margin-right:8px!important}.submit-button{height:44px!important;font-size:15px!important}}@media (max-width: 480px){.apply-invitation-page-wrapper{padding:16px 8px 8px!important}.apply-invitation-content{padding:20px 16px!important}.apply-form-grid{gap:14px!important}.compact-field{flex-direction:column!important;align-items:flex-start!important}.compact-field-label{width:100%!important;max-width:100%!important;text-align:left!important;font-size:12px!important;margin-bottom:6px!important;margin-right:0!important;justify-content:flex-start!important}.compact-field .input-wrapper{width:100%!important}.compact-input{padding:9px 10px!important}}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--total-scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--total-scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}.review-page{display:grid;grid-template-columns:1fr 1fr;gap:24px;height:calc(100vh - 64px);padding:24px;background:#f0f2f5;overflow:hidden}.upload-section{background:#fff;border-radius:8px;padding:24px;overflow-y:auto;box-shadow:0 2px 8px #0000000f}.section-title{font-size:18px;font-weight:600;margin-bottom:20px;color:#262626}.tab-content{padding:16px 0}.content-tips{margin-top:16px;padding:12px;background:#e6f7ff;border-left:3px solid #1890ff;border-radius:4px;line-height:1.6}.submit-section{margin-top:24px;padding-top:24px;border-top:1px solid #f0f0f0}.results-section{background:#fff;border-radius:8px;padding:24px;overflow-y:auto;box-shadow:0 2px 8px #0000000f}.stats-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}.stat-card{border-radius:6px;transition:all .3s}.stat-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.stat-card.suspicious{border-left:4px solid #cf1322}.stat-card.adopted{border-left:4px solid #52c41a}.stat-card.ignored{border-left:4px solid #8c8c8c}.stat-card.pending{border-left:4px solid #fa8c16}.action-hints{margin-bottom:20px;padding:12px;background:#f6ffed;border-radius:4px;display:flex;flex-direction:column;gap:8px}.loading-state,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#999}.reviewing-container-light{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000f}.reviewing-header{display:flex;align-items:center;gap:16px;padding-bottom:20px;border-bottom:1px solid #f0f0f0;margin-bottom:20px}.reviewing-icon{flex-shrink:0}.reviewing-icon svg{display:block}.reviewing-header-text{flex:1;min-width:0}.reviewing-title-light{font-size:18px;font-weight:600;color:#262626;margin:0 0 4px}.reviewing-subtitle{font-size:14px;color:#8c8c8c;margin:0}.reviewing-time{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#f5f5f5;border-radius:20px;font-size:14px;color:#595959;font-weight:500}.reviewing-time .anticon{color:#1890ff}.workflow-steps{display:flex;flex-direction:column;gap:0;margin-bottom:24px}.workflow-step{display:flex;align-items:flex-start;gap:12px;padding:12px 0;position:relative;transition:all .3s ease;animation:step-fade-in .4s ease-out forwards}@keyframes step-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.workflow-step:not(:last-child):after{content:"";position:absolute;left:15px;top:40px;bottom:-12px;width:2px;background:#f0f0f0}.workflow-step.completed:not(:last-child):after{background:#52c41a}.workflow-step.active:not(:last-child):after{background:linear-gradient(to bottom,#1890ff,#f0f0f0)}.step-indicator{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#f5f5f5;position:relative;z-index:1}.workflow-step.completed .step-indicator{background:#f6ffed}.workflow-step.active .step-indicator{background:#e6f7ff}.step-number{font-size:13px;font-weight:500;color:#8c8c8c}.workflow-step.pending .step-number{color:#bfbfbf}.step-spinner{width:18px;height:18px;border:2px solid #e6f7ff;border-top-color:#1890ff;border-radius:50%;animation:step-spin .8s linear infinite}@keyframes step-spin{to{transform:rotate(360deg)}}.step-content{flex:1;min-width:0;padding-top:4px}.step-name{font-size:14px;color:#262626;font-weight:500;display:block;margin-bottom:2px}.workflow-step.pending .step-name{color:#8c8c8c}.workflow-step.completed .step-name{color:#52c41a}.workflow-step.active .step-name{color:#1890ff}.step-status{font-size:12px;color:#1890ff}.step-status.completed{color:#52c41a}.rule-step-group{margin-bottom:4px}.rule-step{cursor:pointer;transition:background-color .2s}.rule-step:hover{background-color:#fafafa;border-radius:6px;margin-left:-8px;margin-right:-8px;padding-left:8px;padding-right:8px}.sub-rule-count{font-size:12px;color:#8c8c8c;font-weight:400;margin-left:8px}.expand-icon{display:inline-block;font-size:10px;margin-left:4px;transition:transform .2s}.expand-icon.expanded{transform:rotate(180deg)}.sub-rules-list{margin-left:44px;padding-left:16px;border-left:2px solid #f0f0f0;animation:sub-rules-expand .3s ease-out}@keyframes sub-rules-expand{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.sub-rule-step{padding:6px 0}.sub-rule-step:not(:last-child):after{display:none}.sub-indicator{width:24px;height:24px}.step-dot{width:8px;height:8px;border-radius:50%;background:#d9d9d9}.workflow-step.active .step-dot{background:#1890ff}.workflow-step.completed .step-dot{background:#52c41a}.step-spinner.small{width:12px;height:12px;border-width:1.5px}.step-name.sub-name{font-size:13px;font-weight:400}.reviewing-progress-section{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.progress-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.progress-text{font-size:13px;color:#8c8c8c}.progress-value{font-size:14px;font-weight:600;color:#1890ff}.progress-bar-light{width:100%;height:8px;background:#f0f0f0;border-radius:4px;overflow:hidden;margin-bottom:12px}.progress-bar-fill-light{height:100%;background:linear-gradient(90deg,#1890ff,#40a9ff);border-radius:4px;transition:width .5s ease-out;position:relative}.progress-bar-fill-light:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);background-size:200% 100%;animation:shimmer-light 1.5s linear infinite}@keyframes shimmer-light{0%{background-position:200% 0}to{background-position:-200% 0}}.status-and-estimate{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;margin-top:8px}.estimate-text{font-size:13px;color:#8c8c8c;margin:0}.service-status-inline{font-size:12px;padding:4px 10px;border-radius:12px;white-space:nowrap}.service-status-inline.warning{background:#fff7e6;color:#d46b08}.service-status-inline.info{background:#e6f7ff;color:#1890ff}.results-list{margin-top:16px}.results-summary{background:#f0f2f5;padding:12px;border-radius:4px;margin-bottom:16px}.issue-item{padding:16px;background:#fafafa;border-radius:6px;margin-bottom:12px;border:1px solid #f0f0f0}.issue-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.issue-title{font-weight:600;font-size:15px;color:#262626}.issue-content{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.issue-text{margin-top:8px;padding:12px;background:#fff;border-left:3px solid #ff4d4f;border-radius:4px;color:#262626;font-weight:500}.issue-reason{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.issue-reason p{margin-top:8px;color:#595959;line-height:1.6}.issue-suggestion{margin-bottom:16px;padding:12px;background:#e6f7ff;border-left:3px solid #1890ff;border-radius:4px}.issue-suggestion p{margin-top:8px;line-height:1.6}.issue-actions{display:flex;gap:8px;margin-top:12px}@media (max-width: 1200px){.review-page{grid-template-columns:1fr;grid-template-rows:auto 1fr;height:auto}.results-section{max-height:600px}}.document-content img{max-width:100%;height:auto;vertical-align:middle;display:inline-block}.document-content p{margin-bottom:1em}.document-content section{height:auto!important}.ant-tabs{margin-bottom:0}.ant-tabs-nav{margin-bottom:0!important}.ant-collapse{background:transparent;border:none}.ant-collapse-item{margin-bottom:12px;background:#fff;border:1px solid #f0f0f0!important;border-radius:6px!important;overflow:hidden}.ant-collapse-header{padding:12px 16px!important;background:#fafafa!important}.ant-collapse-content-box{padding:16px!important}.ant-statistic-title{font-size:13px;margin-bottom:4px}.ant-statistic-content{font-size:24px;font-weight:600}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.history-page{padding:24px;background:#f0f2f5;min-height:calc(100vh - 64px)}.history-page .ant-card{border-radius:8px;box-shadow:0 2px 8px #0000000f}.history-page .ant-card-head{border-bottom:1px solid #f0f0f0}.history-page .ant-table{background:#fff}.history-page .ant-table-thead>tr>th{background:#fafafa;font-weight:600;color:#262626}.history-page .ant-table-tbody>tr:hover>td{background:#f5f5f5}.history-page .ant-tag{border-radius:4px;padding:2px 8px}.history-page .ant-btn-link{padding:0}@media (max-width: 768px){.history-page{padding:16px}.history-page .ant-card-extra{margin-top:16px}}.statistics-page{padding:24px;background:#f0f2f5;min-height:calc(100vh - 64px)}.statistics-header{margin-bottom:24px}.statistics-header h1{font-size:24px;font-weight:600;margin:0 0 8px;color:#262626}.statistics-header p{font-size:14px;color:#8c8c8c;margin:0}.statistics-loading{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 64px);background:#f0f2f5}.stat-card{height:100%}.stat-card .ant-statistic{margin-bottom:12px}.stat-card .ant-statistic-title{color:#8c8c8c;font-size:14px;margin-bottom:8px}.stat-card .ant-statistic-content{font-size:28px;font-weight:600}.stat-desc{font-size:12px;color:#8c8c8c;margin:8px 0 0}.growth-badge{display:inline-flex;align-items:center;gap:4px;font-size:14px;margin-left:8px;padding:2px 8px;border-radius:4px}.growth-badge.positive{color:#52c41a;background:#f6ffed}.growth-badge.negative{color:#ff4d4f;background:#fff1f0}.adoption-rate{font-size:14px;color:#52c41a;margin-left:8px}.statistics-page .ant-card{border-radius:8px;box-shadow:0 1px 2px #00000008}.statistics-page .ant-card-head{border-bottom:1px solid #f0f0f0}.statistics-page .ant-card-head-title{font-weight:600;color:#262626}.statistics-page .ant-card-extra{font-size:12px;color:#8c8c8c}@media (max-width: 768px){.statistics-page{padding:16px}.statistics-header h1{font-size:20px}.stat-card .ant-statistic-content{font-size:24px}.growth-badge{font-size:12px}}.statistics-page canvas{max-height:300px}.logo-section{display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:20px 16px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:16px;transition:background-color .3s}.logo-section:hover{background-color:#ffffff14}.logo-title{font-size:18px;font-weight:700;color:#fff;line-height:1.2;text-align:left;padding-left:8px}.logo-subtitle{font-size:12px;color:#ffffffa6;line-height:1.2}.usage-section{position:absolute;bottom:20px;left:16px;right:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:16px}.usage-title{font-size:13px;color:#ffffffa6;margin-bottom:12px}.usage-content{display:flex;flex-direction:column;gap:8px}.usage-stats{display:flex;align-items:baseline;gap:4px;color:#fff}.usage-stats span:first-child{font-size:12px;color:#ffffffa6}.usage-count{font-size:24px;font-weight:700;color:#1890ff}.usage-unit{font-size:12px;color:#ffffffa6}.usage-total{font-size:12px;color:#ffffff73;text-align:right}.main-header{background:#fff;padding:0 24px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #0000000f;height:64px;position:sticky;top:0;z-index:999;overflow:visible}.ant-layout-header{overflow:visible!important}.header-left .page-title{margin:0;font-size:18px;font-weight:600;color:#262626}.header-right{display:flex;align-items:center;gap:16px;height:64px}.user-info{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 12px;border-radius:20px;transition:background .3s;height:40px;box-sizing:border-box}.user-info:hover{background:#f5f5f5}.username{font-size:14px;color:#262626}.ant-menu-dark.ant-menu-inline .ant-menu-item{border-radius:6px;margin:4px 8px;width:calc(100% - 16px)}.ant-menu-dark.ant-menu-inline .ant-menu-item-selected{background:#1890ff!important}.ant-menu-dark .ant-menu-item:hover{background:#ffffff14!important}.ant-badge-count{box-shadow:none!important}.ant-progress-line{margin-bottom:4px}.ant-dropdown{z-index:1050!important}.ant-dropdown-menu{box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d!important}.header-right{position:static;z-index:auto}.user-info{position:relative;z-index:auto}
