*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--primary: #0066CC;--primary-light: #3388DD;--primary-dark: #004C99;--accent: #00B894;--accent-light: #55EFC4;--accent-dark: #009674;--danger: #E74C3C;--warning: #F39C12;--success: #27AE60;--text: #2D3436;--text-light: #636E72;--text-muted: #B2BEC3;--bg: #F8FAFB;--bg-card: #FFFFFF;--border: #E8ECF0;--shadow: 0 2px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .12);--radius: 12px;--radius-sm: 8px;--transition: all .25s ease}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:70px}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);height:70px}.header-inner{max-width:1200px;margin:0 auto;padding:0 24px;height:100%;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text)}.logo-icon{font-size:28px}.logo-text{font-size:20px;font-weight:700;color:var(--primary)}.logo-text small{font-size:13px;font-weight:400;color:var(--text-light);margin-left:4px}.nav{display:flex;gap:24px}.nav a{text-decoration:none;color:var(--text-light);font-weight:500;padding:8px 0;transition:var(--transition);border-bottom:2px solid transparent}.nav a:hover,.nav a.router-link-active{color:var(--primary);border-bottom-color:var(--primary)}.footer{background:var(--text);color:#ffffffb3;padding:32px 24px;text-align:center;font-size:14px}.footer-inner{max-width:1200px;margin:0 auto}.footer-links{margin-top:8px}.footer-links a{color:var(--accent-light);text-decoration:none}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;border:none;border-radius:var(--radius-sm);font-size:15px;font-weight:600;cursor:pointer;transition:var(--transition);text-decoration:none;gap:8px}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-light));color:#fff;box-shadow:0 4px 15px #0066cc4d}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #06c6}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:var(--bg);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--border)}.btn-lg{padding:16px 36px;font-size:17px;border-radius:var(--radius)}.hero{max-width:1200px;margin:0 auto;padding:80px 24px;display:flex;align-items:center;gap:60px}.hero-content{flex:1}.hero-content h1{font-size:42px;font-weight:800;background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;margin-bottom:16px}.hero-sub{font-size:18px;color:var(--text-light);margin-bottom:32px;line-height:1.8}.hero-visual{flex-shrink:0}.eye-visual{font-size:120px;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.features{max-width:1200px;margin:0 auto;padding:60px 24px;text-align:center}.features h2{font-size:30px;margin-bottom:40px;color:var(--text)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.feature-card{background:var(--bg-card);padding:32px 20px;border-radius:var(--radius);box-shadow:var(--shadow);transition:var(--transition)}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.feature-icon{font-size:40px;display:block;margin-bottom:16px}.feature-card h3{font-size:18px;margin-bottom:8px;color:var(--primary)}.feature-card p{font-size:14px;color:var(--text-light);line-height:1.6}.how-it-works{background:linear-gradient(135deg,#f0f7ff,#e8faf5);padding:60px 24px;text-align:center}.how-it-works h2{font-size:30px;margin-bottom:40px}.flow-steps{display:flex;align-items:center;justify-content:center;gap:20px;max-width:800px;margin:0 auto}.flow-step{flex:1}.flow-num{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;font-size:22px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px}.flow-step h4{font-size:16px;margin-bottom:4px}.flow-step p{font-size:13px;color:var(--text-light)}.flow-arrow{font-size:24px;color:var(--primary)}.cta{text-align:center;padding:60px 24px;max-width:600px;margin:0 auto}.cta h2{font-size:28px;margin-bottom:12px}.cta p{color:var(--text-light);margin-bottom:28px}.diagnosis-page{max-width:800px;margin:0 auto;padding:40px 24px}.diagnosis-content{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);padding:40px;margin-top:24px}.steps{display:flex;justify-content:center;gap:40px}.step{display:flex;flex-direction:column;align-items:center;gap:8px;position:relative}.step:not(:last-child):after{content:"";position:absolute;top:20px;left:calc(100% + 10px);width:60px;height:2px;background:var(--border)}.step.done:not(:last-child):after{background:var(--accent)}.step-circle{width:40px;height:40px;border-radius:50%;background:var(--bg);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;color:var(--text-light);transition:var(--transition)}.step.active .step-circle{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 4px 12px #0066cc4d}.step.done .step-circle{background:var(--accent);border-color:var(--accent);color:#fff}.step-label{font-size:13px;color:var(--text-muted);font-weight:500}.step.active .step-label,.step.done .step-label{color:var(--text)}.symptom-selector h2,.detail-form h2,.image-upload h2{font-size:22px;margin-bottom:8px}.hint{color:var(--text-light);font-size:14px;margin-bottom:24px}.symptom-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-bottom:32px}.symptom-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 12px;border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);cursor:pointer;transition:var(--transition);font-size:14px}.symptom-card:hover{border-color:var(--primary-light);background:#f0f7ff}.symptom-card.selected{border-color:var(--primary);background:linear-gradient(135deg,#e8f0fe,#f0f7ff);color:var(--primary);font-weight:600}.sym-icon{font-size:28px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:32px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:14px;font-weight:600;color:var(--text)}.required{color:var(--danger)}.form-group select,.form-group textarea{padding:10px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;font-family:inherit;background:var(--bg);transition:var(--transition);color:var(--text)}.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0066cc1a}.form-group textarea{resize:vertical}.radio-group,.checkbox-group{display:flex;gap:12px}.radio-card,.check-card{flex:1;padding:10px 16px;border:2px solid var(--border);border-radius:var(--radius-sm);text-align:center;cursor:pointer;transition:var(--transition);font-size:14px}.radio-card input,.check-card input{display:none}.radio-card.active,.check-card.active{border-color:var(--primary);background:#f0f7ff;color:var(--primary);font-weight:600}.upload-area{border:2px dashed var(--border);border-radius:var(--radius);padding:40px;text-align:center;cursor:pointer;transition:var(--transition);margin-bottom:20px}.upload-area:hover{border-color:var(--primary);background:#f8fbff}.upload-icon{font-size:48px;display:block;margin-bottom:12px}.upload-sub{font-size:13px;color:var(--text-muted);margin-top:4px}.preview-grid{display:flex;gap:12px;margin-bottom:24px}.preview-item{position:relative;width:100px;height:100px;border-radius:var(--radius-sm);overflow:hidden}.preview-item img{width:100%;height:100%;object-fit:cover}.remove-btn{position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:50%;background:var(--danger);color:#fff;border:none;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.step-actions{display:flex;justify-content:space-between;padding-top:20px;border-top:1px solid var(--border)}.analysis-loader{text-align:center;padding:80px 24px}.loader-animation{position:relative;width:100px;height:100px;margin:0 auto 32px}.eye-icon{font-size:50px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.pulse-ring{position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid var(--primary);border-radius:50%;animation:pulse 2s ease-out infinite}.pulse-ring.delay{animation-delay:.5s}@keyframes pulse{0%{transform:scale(.8);opacity:1}to{transform:scale(1.6);opacity:0}}.analysis-loader h2{font-size:22px;margin-bottom:8px}.analysis-loader p{color:var(--text-light)}.result-page{max-width:900px;margin:0 auto;padding:40px 24px}.result-header-section{text-align:center;margin-bottom:32px}.result-header-section h1{font-size:28px;margin-bottom:8px}.result-header-section p{color:var(--text-light)}.result-card{background:var(--bg-card);border-radius:var(--radius);padding:32px;box-shadow:var(--shadow);border-left:4px solid var(--accent);margin-bottom:40px}.result-card.severity-medium{border-left-color:var(--warning)}.result-card.severity-high{border-left-color:var(--danger)}.result-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.result-header h3{font-size:22px}.severity-badge{padding:4px 14px;border-radius:20px;font-size:13px;font-weight:600}.severity-badge.severity-low{background:#e8faf5;color:var(--accent-dark)}.severity-badge.severity-medium{background:#fef9e7;color:#d68910}.severity-badge.severity-high{background:#fdedec;color:var(--danger)}.result-desc{color:var(--text-light);line-height:1.8;margin-bottom:20px}.suggestions h4{font-size:15px;margin-bottom:10px;color:var(--primary)}.suggestions ul{list-style:none;display:flex;flex-direction:column;gap:8px}.suggestions li{padding-left:20px;position:relative;font-size:14px;color:var(--text-light)}.suggestions li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:50%;background:var(--accent)}.products-section{margin-bottom:32px}.products-section h2{font-size:24px;margin-bottom:8px}.section-desc{color:var(--text-light);margin-bottom:24px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.product-card{background:var(--bg-card);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;transition:var(--transition)}.product-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.product-img{width:80px;flex-shrink:0;background:linear-gradient(135deg,#f0f7ff,#e8faf5);display:flex;align-items:center;justify-content:center}.product-icon{font-size:32px}.product-info{flex:1;padding:16px}.product-category{font-size:12px;color:var(--accent-dark);background:#e8faf5;padding:2px 8px;border-radius:4px;font-weight:600}.product-info h4{font-size:16px;margin:8px 0 4px}.product-info>p{font-size:13px;color:var(--text-light);line-height:1.5;margin-bottom:10px}.product-footer{display:flex;justify-content:space-between;align-items:center;font-size:12px}.match-score{color:var(--primary);font-weight:600}.match-reason{color:var(--text-muted)}.disclaimer{background:#fef9e7;border-radius:var(--radius-sm);padding:16px 20px;margin-bottom:24px;font-size:13px;color:#7d6608}.result-actions{display:flex;justify-content:center;gap:16px}.error-state{text-align:center;padding:80px 24px}.error-state h2{font-size:24px;margin-bottom:8px;color:var(--danger)}.error-state p{color:var(--text-light);margin-bottom:24px}@media(max-width:768px){.hero{flex-direction:column;padding:40px 16px;text-align:center}.hero-content h1{font-size:30px}.hero-visual{order:-1}.eye-visual{font-size:80px}.feature-grid{grid-template-columns:1fr 1fr;gap:16px}.flow-steps{flex-direction:column;gap:16px}.flow-arrow{transform:rotate(90deg)}.steps{gap:20px}.step:not(:last-child):after{width:30px;left:calc(100% + 5px)}.diagnosis-content{padding:24px 16px}.symptom-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.form-grid,.products-grid{grid-template-columns:1fr}.result-actions{flex-direction:column}}@media(max-width:480px){.feature-grid{grid-template-columns:1fr}.radio-group,.checkbox-group{flex-direction:column}.preview-grid{flex-wrap:wrap}}
