*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background:#f5f5f5}.app{max-width:1200px;margin:0 auto;padding:20px}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:12px;margin-bottom:2rem;text-align:center}.header h1{font-size:2.5rem;margin-bottom:.5rem}.header p{font-size:1.1rem;opacity:.9}h3{font-size:22px}.nav{background:#fff;padding:1rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem}.nav-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.nav-list{display:flex;list-style:none;gap:1rem;justify-content:center;flex-wrap:wrap}.nav-link{color:#667eea;text-decoration:none;padding:.75rem 1.5rem;border-radius:6px;transition:all .2s ease;font-weight:500}.nav-link:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.nav-link.active{background:#667eea;color:#fff}.locale-switch{display:flex;gap:.5rem}.locale-btn{padding:.5rem .9rem;border-radius:6px;border:1px solid #e2e8f0;background:#f7fafc;color:#2d3748;cursor:pointer;transition:all .2s ease;font-weight:600}.locale-btn:hover{background:#edf2f7}.locale-btn.active{background:#667eea;color:#fff;border-color:#667eea}.content{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;min-height:400px}.page-title{font-size:2rem;margin-bottom:1rem;color:#2d3748}.page-description{font-size:1.1rem;color:#4a5568;margin-bottom:2rem}.demo-section{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin:1rem 0}.demo-section h3{margin-bottom:1rem;color:#2d3748}.demo-section ul{margin-left:2rem;margin-top:1rem}.demo-section ul li{margin-bottom:.5rem}.demo-button{background:#48bb78;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-size:1rem;transition:background .2s ease;margin:.5rem}.demo-button.small{padding:.5rem 1rem;font-size:.875rem;margin:0}.demo-button:hover{background:#38a169}.demo-button.secondary{background:#4299e1}.demo-button.secondary:hover{background:#3182ce}.status-panel{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin-top:2rem}.status-title{font-weight:600;margin-bottom:.5rem;color:#2d3748}.config-display{background:#2d3748;color:#e2e8f0;padding:1rem;border-radius:6px;font-family:Monaco,Menlo,monospace;font-size:.9rem;white-space:pre-wrap;overflow-x:auto;margin-top:.5rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.product-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;transition:transform .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 20px #00000026}.product-image{height:200px;background:linear-gradient(45deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem}.product-info{padding:1rem}.product-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.product-price{font-size:1.2rem;font-weight:700;color:#48bb78;margin-bottom:1rem}.cart-item{border:1px solid #e2e8f0;border-radius:6px;padding:1rem;margin-bottom:1rem}.cart-total{text-align:right;font-size:1.2rem;font-weight:700;margin-bottom:1rem}.contact-info{margin-bottom:1rem}.contact-info p{margin-bottom:.5rem}.config-title{display:flex;align-items:center;justify-content:space-between}.table-container{overflow-x:auto;margin:1rem 0;border-radius:8px;box-shadow:0 2px 8px #0000001a}.field-table{width:100%;border-collapse:collapse;background:#fff;min-width:600px}.field-table th,.field-table td{padding:12px 15px;text-align:left;border-bottom:1px solid #e0e0e0}.field-table th{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.field-table td{font-size:14px;vertical-align:top}.field-table tr:hover{background-color:#f8f9ff}.field-table td:first-child{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-weight:600;color:#667eea;background-color:#f8f9ff}.field-table td:nth-child(2){font-family:Monaco,Menlo,Ubuntu Mono,monospace;color:#e74c3c;font-weight:500}.field-table td:nth-child(3){font-weight:600}.field-table td:nth-child(3):contains("是"){color:#27ae60}.field-table td:nth-child(5){font-family:Monaco,Menlo,Ubuntu Mono,monospace;background-color:#f8f9ff;color:#2c3e50}.notes-list{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:1.5rem;margin:1rem 0}.notes-list li{margin-bottom:.5rem;color:#856404;font-weight:500}.notes-list li:last-child{margin-bottom:0}.doc-title{margin-bottom:.5rem;font-size:18px}.import-hint{color:#ed4c4c}@media (max-width: 768px){.nav-list{flex-direction:column;align-items:center}.header h1{font-size:2rem}.content{padding:1rem}.product-grid{grid-template-columns:1fr}}
