.app-header{box-shadow:0 2px 8px #00000026;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.logo{color:#fff;font-size:20px;font-weight:700;margin-right:50px}.logo a{color:#fff;text-decoration:none}.header-menu{border-bottom:none;flex:1 1}.header-actions{align-items:center;display:flex;gap:12px}@media (max-width:768px){.header-content{padding:0 16px}.logo{font-size:18px;margin-right:20px}.header-menu{display:none}}.app-footer{background:#001529;color:#ffffffd9;margin-top:48px}.footer-content{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px;padding:40px 24px 20px}.footer-section h3{color:#fff;font-size:16px;margin-bottom:16px}.footer-section div,.footer-section p{color:#ffffffa6;margin-bottom:8px}.footer-bottom{border-top:1px solid #ffffff1a;padding:20px 24px;text-align:center}.footer-bottom p{color:#ffffff73;margin:0}@media (max-width:768px){.footer-content{gap:24px;grid-template-columns:1fr}}.home-page{min-height:100%}.banner{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;box-shadow:0 4px 12px #0000001a;color:#fff;margin-bottom:32px;padding:60px 20px;text-align:center}.banner h1{color:#fff;font-size:36px;margin-bottom:16px}.banner p{font-size:18px;opacity:.9}.search-section{margin-bottom:40px;text-align:center}.products-section{margin-top:32px}.section-title{color:#333;font-size:24px;margin-bottom:24px}.product-image{align-items:center;background:#f5f5f5;display:flex;height:200px;justify-content:center;overflow:hidden}.product-image img{height:100%;object-fit:cover;width:100%}.product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#666;display:-webkit-box;margin-bottom:12px;min-height:40px;overflow:hidden;text-overflow:ellipsis}.product-footer{align-items:center;display:flex;justify-content:space-between}.price{color:#ff4d4f;font-size:20px;font-weight:700}@media (max-width:768px){.banner h1{font-size:28px}.banner p{font-size:16px}}.product-detail-page{margin:0 auto;max-width:1200px}.product-detail-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr}.product-image-section{align-items:center;display:flex;justify-content:center}.product-image-section img{border-radius:8px;max-width:100%}.no-image{align-items:center;background:#f5f5f5;border-radius:8px;color:#ccc;display:flex;height:400px;justify-content:center;width:100%}.product-info-section h1{font-size:28px;margin-bottom:16px}.product-meta{margin-bottom:16px}.product-price{color:#ff4d4f;font-size:32px;font-weight:700;margin:20px 0}.product-description{background:#f9f9f9;border-radius:4px;margin:24px 0;padding:16px}.product-description h3{margin-bottom:12px}.product-description p{color:#666;line-height:1.6}@media (max-width:768px){.product-detail-content{gap:24px;grid-template-columns:1fr}.no-image{height:300px}.product-info-section h1{font-size:24px}.product-price{font-size:28px}}.order-query-page{padding:24px}.order-result{border-top:1px solid #f0f0f0;margin-top:24px;padding-top:24px}.order-info-item{border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:12px 0}.order-info-item .label{color:#666;font-weight:500}.order-info-item .value{color:#333}.order-info-item .price{color:#ff4d4f;font-size:18px;font-weight:700}.delivery-content{margin-top:24px}.delivery-content h3{color:#333;margin-bottom:12px}.delivery-content pre{word-wrap:break-word;background:#fff;border-radius:4px;overflow-x:auto;padding:16px;white-space:pre-wrap}.auth-page{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 200px);padding:24px}.auth-card{box-shadow:0 4px 12px #0000001a;max-width:400px;width:100%}.auth-card .ant-card-head-title{font-size:20px;font-weight:700;text-align:center}.auth-footer{color:#666;text-align:center}.auth-footer a{color:#1890ff;font-weight:500}.auth-footer a:hover{text-decoration:underline}.my-orders-page{margin:0 auto;max-width:1200px}.order-detail .detail-item{border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:12px 0}.order-detail .detail-item .label{color:#666;font-weight:500;min-width:100px}.order-detail .detail-item .value{color:#333;flex:1 1;text-align:right}.order-detail .detail-item .price{color:#ff4d4f;font-size:18px;font-weight:700}.delivery-section{border-top:2px solid #f0f0f0;margin-top:24px;padding-top:16px}.delivery-section h4{color:#333;margin-bottom:12px}.delivery-content{word-wrap:break-word;background:#f9f9f9;border-radius:4px;max-height:300px;overflow-x:auto;overflow-y:auto;padding:16px;white-space:pre-wrap}@media (max-width:768px){.order-detail .detail-item{flex-direction:column}.order-detail .detail-item .value{margin-top:4px;text-align:left}}.dashboard-page{margin:0 auto;max-width:1400px}.dashboard-page h1{margin-bottom:24px}.quick-actions{display:flex;flex-direction:column;gap:12px}.action-link{background:#f9f9f9;border-radius:4px;color:#333;display:block;padding:16px;text-decoration:none;transition:all .3s}.action-link:hover{background:#e6f7ff;color:#1890ff;transform:translateX(4px)}.action-link svg{margin-right:8px}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f0f2f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app-container{display:flex;flex-direction:column;min-height:100vh}.content-wrapper{flex:1 1;margin:0 auto;max-width:1200px;padding:24px;width:100%}@media (max-width:768px){.content-wrapper{padding:12px}}
/*# sourceMappingURL=main.39742e45.css.map*/