@charset "UTF-8";.desktop-timeline,.desktop-details,.desktop-guarantee{display:block}.mobile-timeline,.mobile-details,.mobile-guarantee{display:none}.success-banner{background:linear-gradient(135deg,#28a745 0%,#20c997 50%,#17a2b8 100%);color:white;padding:60px 0 40px;text-align:center;position:relative;overflow:hidden;margin:-25px 0 25px}.success-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="success-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(%23success-grid)"/></svg>');opacity:0.3}.success-banner-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.success-icon{font-size:4rem;margin-bottom:20px;animation:successPulse 2s infinite}@keyframes successPulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.success-title{display:block;color:#1a1a1a;font-size:2.5rem;font-weight:800;margin-bottom:15px;text-shadow:0 2px 4px rgba(0,0,0,0.1)}.success-subtitle{font-size:1.2rem;margin-bottom:30px;opacity:0.95;line-height:1.6}.success-trust-badges{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;flex-direction:row}.success-banner .banner-actions .btn-primary-custom{background:#ffffff;color:#0f172a;border:2px solid rgba(255,255,255,0.9);padding:12px 20px;border-radius:999px;font-weight:800;letter-spacing:.02em;box-shadow:0 6px 18px rgba(0,0,0,.15),0 0 0 3px rgba(255,255,255,.25);transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,color .15s ease}.success-banner .banner-actions .btn-primary-custom i{color:#0f172a}.success-banner .banner-actions .btn-primary-custom:hover{transform:translateY(-2px) scale(1.02);background:#fffbe6;box-shadow:0 10px 24px rgba(0,0,0,.2),0 0 0 4px rgba(255,255,255,.35)}.success-banner .banner-actions .btn-primary-custom:active{transform:translateY(0) scale(.98)}@media (max-width:768px){.success-banner .banner-actions .btn-primary-custom{width:calc(100% - 10px);max-width:360px;padding:14px 22px;font-size:1.05rem}}.empty-state{max-width:1280px;margin:0 auto;border-radius:24px;box-shadow:0 20px 50px rgba(15,23,42,.08),0 0 0 1px rgba(255,255,255,.2);padding:32px;position:relative;overflow:hidden}.empty-state::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#06b6d4);border-radius:24px 24px 0 0}.search-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.search-icon-wrapper{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;color:white;font-size:24px;box-shadow:0 8px 24px rgba(102,126,234,.3)}.search-title{font-weight:500;font-size:20px;color:#0f172a;margin:0}.search-subtitle{color:#64748b;font-size:14px;margin:4px 0 0 0}.search-form{position:relative;margin-bottom:20px}.search-input-wrapper{position:relative;display:flex;background:white;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 3px 10px rgba(0,0,0,.04);transition:border-color .2s ease,box-shadow .2s ease;overflow:hidden}.search-input-wrapper:focus-within{border-color:#93c5fd;box-shadow:0 0 0 2px rgba(59,130,246,.12),0 6px 18px rgba(0,0,0,.06);transform:none}.search-input{flex:1;height:56px;border:none;outline:none;padding:0 20px;font-size:16px;color:#0f172a;background:transparent}.search-input::placeholder{color:#94a3b8}.search-btn{height:56px;padding:0 24px;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);color:white;border:none;display:flex;align-items:center;gap:8px;font-weight:600;font-size:16px;cursor:pointer;transition:all 0.3s ease;position:relative;overflow:hidden}.search-btn::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,transparent 100%);opacity:0;transition:opacity 0.3s ease}.search-btn:hover::before{opacity:1}.search-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(59,130,246,.4)}.search-btn:active{transform:translateY(0)}.search-examples{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px}.example-tag{background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);color:#475569;padding:8px 14px;border-radius:12px;font-size:13px;font-weight:500;cursor:pointer;transition:all 0.2s ease;border:1px solid transparent}.example-tag:hover{background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);color:#1e40af;border-color:#3b82f6;transform:translateY(-1px)}.result-card{margin-top:20px;background:white;border:1px solid #fee2e2;border-radius:12px;padding:16px;display:none;animation:slideIn 0.3s ease}.result-card.show{display:block}.result-card .err{color:#dc2626;display:flex;align-items:center;gap:8px;font-weight:500}.result-card .err::before{content:'⚠️';font-size:16px}@keyframes slideIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.loading-state{display:none;align-items:center;gap:8px;color:#3b82f6;font-weight:500}.loading-spinner{width:16px;height:16px;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:768px){.empty-state{margin:0px 4px 15px;padding:24px 24px 0;border-radius:20px}.search-header{flex-direction:column;align-items:center;text-align:center;gap:10px;margin-bottom:16px}.search-icon-wrapper{width:48px;height:48px;font-size:20px}.search-title{font-size:18px;margin:0}.search-subtitle{font-size:14px;line-height:1.6;color:#64748b;margin:0;padding:0 6px}.search-input-wrapper{flex-direction:column;gap:12px;background:transparent;border:none;box-shadow:none;overflow:visible;transform:none}.search-input{height:48px;padding:15px 16px;border-radius:12px;background:#ffffff;border:2px solid #e2e8f0;box-shadow:0 2px 8px rgba(0,0,0,.04);outline:none}.search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.12),0 2px 8px rgba(0,0,0,.06)}.search-btn{height:48px;border-radius:12px;justify-content:center;width:100%;box-shadow:0 4px 12px rgba(59,130,246,.3)}.search-input-wrapper:focus-within{border-color:transparent;box-shadow:none;transform:none}.search-examples{gap:8px}.example-tag{font-size:12px;padding:6px 10px}}.trust-badge{background:rgba(255,255,255,0.2);padding:8px 16px;border-radius:25px;font-size:0.9rem;font-weight:500;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.3);transition:all 0.3s ease}.trust-badge:hover{background:rgba(255,255,255,0.3);transform:translateY(-2px)}.trust-badge i{margin-right:6px}.order-status-card{background:white;border-radius:16px;padding:30px;margin-bottom:30px;box-shadow:0 8px 25px rgba(0,0,0,0.08);border:1px solid rgba(226,232,240,0.6)}.status-header{display:flex;align-items:center;gap:15px;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #f8f9fa}.status-icon{width:50px;height:50px;background:linear-gradient(135deg,#28a745,#20c997);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:1.5rem}.status-info h3{margin:0;font-size:1.5rem;font-weight:500;color:#1e293b}.status-info p{margin:5px 0 0;color:#64748b;font-size:1rem}.status-timeline{position:relative;padding-left:30px}.status-timeline::before{content:'';position:absolute;left:15px;top:0;bottom:0;width:2px;background:#e2e8f0}.timeline-item{position:relative;margin-bottom:30px;padding-left:30px}.timeline-item:last-child{margin-bottom:0}.timeline-icon{position:absolute;left:-22px;top:0;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:0.8rem;z-index:2}.timeline-item.completed .timeline-icon{background:#28a745}.timeline-item.active .timeline-icon{background:#007bff;animation:pulse 2s infinite}.timeline-item:not(.completed):not(.active) .timeline-icon{background:#e2e8f0;color:#94a3b8}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(0,123,255,0.7)}70%{box-shadow:0 0 0 10px rgba(0,123,255,0)}100%{box-shadow:0 0 0 0 rgba(0,123,255,0)}}.timeline-content h5{margin:0 0 5px;font-size:1.1rem;font-weight:600;color:#1e293b}.timeline-content p{margin:0 0 8px;color:#64748b;font-size:0.9rem}.timeline-time{font-size:0.8rem;color:#94a3b8;font-weight:500}.order-details-card{background:white;border-radius:16px;margin-bottom:30px;box-shadow:0 8px 25px rgba(0,0,0,0.08);border:1px solid rgba(226,232,240,0.6);overflow:hidden}.order-brief{background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.06);margin:10px 0 20px;padding:24px}.order-brief h3{margin:0 0 16px;padding-bottom:12px;font-size:1.25rem;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:8px;border-bottom:2px solid #e2e8f0}.order-brief h3 i{color:#3b82f6;font-size:1.1rem}.order-brief p{margin:10px 0;padding:8px 12px;color:#374151;line-height:1.6;background:rgba(248,250,252,0.5);border-radius:6px;font-size:0.95rem}.order-brief p strong{font-weight:700;color:#1e293b}@media (max-width:768px){.order-brief{padding:16px;margin:0 4px 15px}.order-brief h3{font-size:1.1rem;margin-bottom:12px;padding-bottom:10px}.order-brief p{margin:6px 0;padding:6px 10px;font-size:0.9rem}.maps-brief{padding:16px;margin:0 4px 15px}.maps-brief h3{font-size:1.1rem;margin-bottom:12px;padding-bottom:10px}.maps-brief p{padding:10px;font-size:0.9rem}}@media (min-width:769px){.desktop-footer.site-footer{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}}.card-header{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);padding:25px 30px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}.card-header h3{margin:0;font-size:1.4rem;font-weight:700;color:#1e293b;display:flex;align-items:center;gap:10px}.card-header h3 i{color:#3b82f6}.order-number{font-size:0.9rem;color:#64748b;font-weight:500;background:white;padding:8px 16px;border-radius:20px;border:1px solid #e2e8f0}.card-body{padding:30px}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-bottom:30px}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;transition:all 0.3s ease}.detail-item:hover{background:white;box-shadow:0 4px 12px rgba(0,0,0,0.05);transform:translateY(-2px)}.detail-item.address-wide{grid-column:1 / -1;align-items:flex-start}.detail-item.address-wide .detail-label{min-width:80px}.detail-item.address-wide .detail-value{white-space:normal;word-break:break-word;overflow-wrap:anywhere}.detail-label{font-weight:600;color:#374151;font-size:0.95rem}.detail-value{display:flex;align-items:center;gap:8px;font-weight:500;color:#1e293b}.detail-value.amount{color:#28a745;font-weight:700;font-size:1.1rem}.detail-value i{color:#3b82f6}.maps-section{border-top:1px solid #e2e8f0;padding-top:25px}.maps-section h4{margin:0 0 20px;font-size:1.2rem;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:10px}.maps-section h4 i{color:#3b82f6}.maps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px}.map-item{display:flex;flex-direction:column;align-items:center;padding:20px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;transition:all 0.3s ease;text-align:center}.map-item:hover{background:white;box-shadow:0 4px 12px rgba(0,0,0,0.05);transform:translateY(-2px)}.map-icon{width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:1.2rem;margin-bottom:10px}.map-name{font-weight:600;color:#1e293b;font-size:0.9rem}.maps-brief{background:linear-gradient(135deg,#ffffff 0%,#f0f9ff 100%);border:1px solid #dbeafe;border-radius:12px;box-shadow:0 2px 8px rgba(59,130,246,0.08);padding:24px;margin-top:0;margin-bottom:20px}.maps-brief h3{margin:0 0 16px;padding-bottom:12px;font-size:1.1rem;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:8px;border-bottom:2px solid #dbeafe}.maps-brief h3 i{color:#3b82f6;font-size:1.1rem}.maps-brief p{margin:0;padding:12px;color:#374151;background:rgba(255,255,255,0.7);border-radius:6px;line-height:1.6;font-size:0.95rem;font-weight:500}.contact-card{background:white;border-radius:16px;padding:30px;margin-bottom:30px;box-shadow:0 8px 25px rgba(0,0,0,0.08);border:1px solid rgba(226,232,240,0.6)}.contact-card.featured{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border:2px solid #07c160;box-shadow:0 12px 35px rgba(7,193,96,0.15);position:relative;overflow:hidden}.contact-card.featured::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#07c160,#00a854,#07c160);background-size:200% 100%;animation:gradientMove 3s ease-in-out infinite}@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.contact-header{text-align:center;margin-bottom:30px}.contact-header h3{margin:0 0 10px;font-size:1.5rem;font-weight:700;color:#1e293b;display:flex;align-items:center;justify-content:center;gap:10px}.contact-header h3 i{color:#07c160;font-size:1.8rem}.contact-header p{margin:0;color:#64748b;font-size:1rem;line-height:1.6}.contact-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.contact-method{display:flex;gap:20px;padding:25px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;transition:all 0.3s ease}.contact-method:hover{background:white;box-shadow:0 4px 12px rgba(0,0,0,0.05);transform:translateY(-2px)}.contact-method.wechat-featured{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border:2px solid #07c160;box-shadow:0 8px 25px rgba(7,193,96,0.1);position:relative;animation:wechatPulse 2s ease-in-out infinite}@keyframes wechatPulse{0%{transform:translateY(0)}50%{transform:translateY(-5px)}100%{transform:translateY(0)}}.contact-method.wechat-featured:hover{background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%);box-shadow:0 12px 35px rgba(7,193,96,0.2);transform:translateY(-5px)}.contact-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:white;flex-shrink:0}.contact-method:first-child .contact-icon{background:linear-gradient(135deg,#07c160,#00a854)}.contact-method:last-child .contact-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.contact-info h4{margin:0 0 8px;font-size:1.1rem;font-weight:600;color:#1e293b}.contact-info p{margin:0 0 12px;color:#64748b;font-size:0.95rem;line-height:1.5}.qr-code-container{text-align:center}.qr-code{width:120px;height:120px;border-radius:8px;border:2px solid #e2e8f0}.qr-code.featured{width:150px;height:150px;border:3px solid #07c160;border-radius:12px;box-shadow:0 8px 25px rgba(7,193,96,0.2);transition:all 0.3s ease;animation:qrCodeGlow 2s ease-in-out infinite}@keyframes qrCodeGlow{0%{box-shadow:0 8px 25px rgba(7,193,96,0.2)}50%{box-shadow:0 8px 35px rgba(7,193,96,0.4)}100%{box-shadow:0 8px 25px rgba(7,193,96,0.2)}}.qr-code.featured:hover{transform:scale(1.05);box-shadow:0 12px 40px rgba(7,193,96,0.3)}.qr-code-tip{margin-top:10px;font-size:0.9rem;color:#07c160;font-weight:600;display:flex;align-items:center;justify-content:center;gap:5px}.tip-wechat-mobile,.tip-mobile-browser,.tip-pc{display:none;align-items:center;justify-content:center;gap:5px}.tip-buttons{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.tip-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:8px;border:1px solid #e2e8f0;background:#ffffff;color:#334155;font-weight:600;font-size:12px;cursor:pointer;transition:all 0.2s ease}.tip-btn:hover{background:#f8fafc;border-color:#07c160;color:#07c160}.tip-btn i{color:#07c160}.tip-wechat-mobile i,.tip-pc i{animation:handPoint 1.5s ease-in-out infinite}@keyframes handPoint{0%{transform:translateX(0)}50%{transform:translateX(3px)}100%{transform:translateX(0)}}.phone-link{display:inline-flex;align-items:center;gap:8px;color:#3b82f6;text-decoration:none;font-weight:600;font-size:1.1rem;padding:10px 16px;background:white;border-radius:8px;border:1px solid #e2e8f0;transition:all 0.3s ease}.phone-link:hover{background:#3b82f6;color:white;text-decoration:none;transform:translateY(-2px)}.service-guarantee-card{background:white;border-radius:16px;padding:30px;margin-bottom:30px;box-shadow:0 8px 25px rgba(0,0,0,0.08);border:1px solid rgba(226,232,240,0.6)}.service-guarantee-card h3{text-align:center;margin:0 0 30px;font-size:1.5rem;font-weight:700;color:#1e293b;display:flex;align-items:center;justify-content:center;gap:10px}.service-guarantee-card h3 i{color:#3b82f6}.guarantee-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px}.guarantee-item{text-align:center;padding:25px 20px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;transition:all 0.3s ease}.guarantee-item:hover{background:white;box-shadow:0 4px 12px rgba(0,0,0,0.05);transform:translateY(-2px)}.guarantee-icon{width:50px;height:50px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:1.2rem;margin:0 auto 15px}.guarantee-item h4{margin:0 0 10px;font-size:1.1rem;font-weight:600;color:#1e293b}.guarantee-item p{margin:0;color:#64748b;font-size:0.9rem;line-height:1.5}.action-buttons{display:flex;justify-content:center;gap:20px;margin-bottom:40px;flex-wrap:wrap}@media (max-width:768px){.success-banner{padding:25px 0 15px;margin-bottom:20px}.success-icon{font-size:3rem;margin-bottom:15px}.success-title{font-size:1.8rem;margin-bottom:10px}.success-subtitle{font-size:0.9rem;margin-bottom:15px}.success-trust-badges{gap:6px;flex-direction:row;justify-content:center;flex-wrap:wrap}.trust-badge{font-size:0.7rem;padding:4px 6px;white-space:nowrap}.order-status-card,.contact-card,.service-guarantee-card{padding:20px;margin:0px 4px 15px}.order-details-card{padding:20px 15px;margin-bottom:20px;min-height:60vh;margin-left:0;margin-right:0;border-radius:12px}.status-header{flex-direction:column;text-align:center;gap:8px;margin-bottom:20px}.card-header{flex-direction:column;text-align:center;gap:10px;padding:15px 8px;margin-bottom:20px}.card-header h3{font-size:1.3rem;margin-bottom:8px}.order-number{font-size:0.9rem;padding:10px 15px;background:#f0f9ff;border-radius:8px;color:#0369a1;font-weight:600;margin:0 -5px}.desktop-timeline,.desktop-details,.desktop-guarantee{display:none !important}.action-buttons{display:none !important}.service-guarantee-card{padding:15px;margin:0px 4px 15px}.service-guarantee-card h3{display:none}.desktop-guarantee{display:none !important}.mobile-timeline{display:block !important;padding-left:0;margin-bottom:25px;margin-left:-5px;margin-right:-5px}.mobile-timeline::before{display:none}.mobile-status-item{display:flex;align-items:center;gap:15px;margin-bottom:18px;padding:16px 15px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.mobile-status-item:last-child{margin-bottom:0}.mobile-status-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:0.8rem;flex-shrink:0}.mobile-status-item.completed .mobile-status-icon{background:#28a745}.mobile-status-item.active .mobile-status-icon{background:#007bff}.mobile-status-item:not(.completed):not(.active) .mobile-status-icon{background:#e2e8f0;color:#94a3b8}.mobile-status-text{flex:1}.mobile-status-text span{display:block;font-weight:600;color:#1e293b;font-size:1rem;margin-bottom:4px}.mobile-status-text small{color:#64748b;font-size:0.85rem}.mobile-details{display:block !important;margin-bottom:25px;margin-left:-35px;margin-right:-35px}.mobile-detail-row{display:flex;gap:6px;margin-bottom:12px;padding:0 5px}.mobile-detail-item{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:15px 6px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0;min-height:70px;justify-content:center}.mobile-detail-item i{display:block;font-size:1.2rem;color:#3b82f6;margin-bottom:6px}.mobile-detail-label{font-size:0.75rem;color:#64748b;margin-bottom:4px;font-weight:500}.mobile-detail-value{font-size:0.9rem;font-weight:600;color:#1e293b;word-break:break-all;line-height:1.3;max-height:3.9em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3}.mobile-detail-item.address-item{min-height:80px;margin:0 5px 12px 5px;width:calc(100% - 10px)}.mobile-detail-item.address-item .mobile-detail-value{font-size:0.85rem;max-height:3.4em;-webkit-line-clamp:3;line-clamp:3}.maps-section{padding-top:20px;margin-top:20px;border-top:1px solid #e2e8f0;margin-left:-35px;margin-right:-35px;padding-left:5px;padding-right:5px}.maps-section h4{font-size:1.1rem;margin-bottom:15px;text-align:center;color:#1e293b;font-weight:600}.maps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.map-item{padding:12px 4px;min-height:60px;justify-content:center;text-align:center;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;transition:all 0.2s ease}.map-item:hover{background:#e0f2fe;transform:translateY(-1px)}.map-icon{display:block;width:20px;height:20px;background:#0369a1;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:0.7rem;margin:0 auto 6px}.map-name{font-size:0.8rem;font-weight:600;line-height:1.2;color:#0369a1}.mobile-guarantee{display:grid !important;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.mobile-guarantee-item{display:flex;align-items:center;gap:10px;padding:14px 12px;background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border:1px solid #bbf7d0;border-radius:12px;transition:all 0.2s ease}.mobile-guarantee-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:10px;flex-shrink:0}.mobile-guarantee-icon i{color:white;font-size:1.1rem}.mobile-guarantee-text{flex:1}.mobile-guarantee-text h5{margin:0 0 2px 0;font-size:0.9rem;font-weight:600;color:#065f46;line-height:1.2}.mobile-guarantee-text p{margin:0;font-size:0.75rem;color:#059669;line-height:1.3}.contact-content{grid-template-columns:1fr;gap:20px}.contact-method{flex-direction:column;text-align:center;gap:12px;padding:20px}.contact-card .contact-icon{display:none !important}.contact-method.wechat-featured{order:-1;margin-bottom:0}.qr-code.featured{width:220px;height:220px;margin:0 auto}.qr-code-tip{font-size:1rem;margin-top:12px;color:#059669;font-weight:500}.tip-buttons{flex-direction:row;gap:10px}.tip-btn{flex:1;justify-content:center;padding:8px 12px;font-size:13px;min-width:0}.action-buttons{flex-direction:column;align-items:center;gap:15px;margin-bottom:20px;margin-top:15px}.btn-primary-custom,.btn-secondary-custom{width:calc(100% - 10px);max-width:none;padding:15px 20px;font-size:1rem;margin:0 5px}}@media (max-width:480px){.success-banner{padding:25px 0 20px}.success-title{font-size:1.6rem}.success-subtitle{font-size:0.85rem}.success-trust-badges{flex-direction:row;align-items:center;justify-content:center;gap:4px;flex-wrap:wrap}.trust-badge{font-size:0.65rem;padding:3px 5px;white-space:nowrap}.order-status-card,.contact-card,.service-guarantee-card{padding:15px;margin-bottom:15px}.order-details-card{padding:18px 12px;margin-bottom:18px;min-height:65vh}.card-header{padding:12px 8px}.card-header h3{font-size:1.2rem}.order-number{margin:0 -3px;padding:8px 12px}.mobile-status-item{padding:14px 12px;gap:12px}.mobile-status-icon{width:24px;height:24px;font-size:0.7rem}.mobile-status-text span{font-size:0.95rem}.mobile-status-text small{font-size:0.8rem}.mobile-detail-row{flex-direction:column;gap:6px;padding:0 3px}.mobile-detail-item{padding:12px 8px;min-height:65px}.mobile-detail-item.address-item{min-height:75px;margin:0 3px 12px 3px;width:calc(100% - 6px)}.mobile-detail-item i{font-size:1.1rem;margin-bottom:5px}.mobile-detail-label{font-size:0.7rem;margin-bottom:3px}.mobile-detail-value{font-size:0.85rem;max-height:3.4em;-webkit-line-clamp:3;line-clamp:3}.mobile-detail-item.address-item .mobile-detail-value{font-size:0.8rem;max-height:3.2em;-webkit-line-clamp:3;line-clamp:3}.mobile-guarantee{grid-template-columns:repeat(2,1fr);gap:10px}.mobile-guarantee-item{padding:12px 10px;gap:8px}.mobile-guarantee-icon{width:36px;height:36px}.mobile-guarantee-icon i{font-size:1rem}.mobile-guarantee-text h5{font-size:0.85rem}.mobile-guarantee-text p{font-size:0.7rem}.contact-method.wechat-featured{padding:12px 6px}.qr-code.featured{width:190px;height:190px}.contact-header h3{font-size:1.1rem}.contact-header h3 i{font-size:1.2rem}.contact-info h4{font-size:1rem;margin-bottom:5px}.contact-info p{font-size:0.95rem;margin-bottom:10px}.maps-grid{grid-template-columns:repeat(3,1fr);gap:4px}.map-item{padding:10px 3px;min-height:55px}.map-icon{width:18px;height:18px;font-size:0.6rem;margin-bottom:4px}.map-name{font-size:0.75rem;line-height:1.2}.btn-primary-custom,.btn-secondary-custom{width:calc(100% - 6px);padding:12px 18px;font-size:0.9rem;margin:0 3px}}@media (max-width:768px){}