.order-query-link[data-v-c7a65c6a]{display:inline-flex;align-items:center;justify-content:center;padding:8px 20px;background:#f3f4f6;color:#374151;border-radius:10px;font-size:14px;font-weight:600;transition:all .2s;cursor:pointer;border:1px solid #e5e7eb}.order-query-link[data-v-c7a65c6a]:hover{background:#e5e7eb;color:#1f2937}.header-user[data-v-c7a65c6a]{display:flex;align-items:center;gap:10px}.login-link[data-v-c7a65c6a]{display:inline-flex;align-items:center;justify-content:center;padding:8px 20px;background:#2563eb;color:#fff;border-radius:10px;font-size:14px;font-weight:600;transition:background .2s;cursor:pointer}.login-link[data-v-c7a65c6a]:hover{background:#1d4ed8}.header-user.logged-in[data-v-c7a65c6a]{display:flex;align-items:center;gap:6px;cursor:pointer;position:relative;padding:6px 12px;border-radius:10px;transition:background .2s}.header-user.logged-in[data-v-c7a65c6a]:hover{background:#f3f4f6}.user-avatar-icon[data-v-c7a65c6a]{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#dbeafe;color:#2563eb;flex-shrink:0}.user-avatar-icon svg[data-v-c7a65c6a]{width:16px;height:16px}.dropdown-trigger[data-v-c7a65c6a]{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;background:#e5e7eb;color:#4b5563;transition:all .2s;flex-shrink:0}.dropdown-trigger[data-v-c7a65c6a]:hover{background:#d1d5db;color:#1f2937}.dropdown-trigger.open[data-v-c7a65c6a]{background:#2563eb;color:#fff;transform:rotate(180deg)}.dropdown-trigger svg[data-v-c7a65c6a]{width:14px;height:14px}.user-dropdown[data-v-c7a65c6a]{position:absolute;top:100%;right:0;margin-top:6px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0f172a1f;min-width:160px;z-index:100;padding:6px 0;overflow:hidden}.dropdown-item[data-v-c7a65c6a]{display:flex;align-items:center;gap:8px;padding:10px 16px;font-size:14px;color:#374151;transition:background .2s;cursor:pointer;width:100%;border:none;background:none;text-decoration:none;text-align:left}.dropdown-item[data-v-c7a65c6a]:hover{background:#f0f5ff;color:#2563eb}.dropdown-icon[data-v-c7a65c6a]{font-size:16px;flex-shrink:0}.logout-item[data-v-c7a65c6a]{color:#dc2626}.logout-item[data-v-c7a65c6a]:hover{background:#fef2f2;color:#dc2626}.app-wrapper[data-v-f22e6f52]{display:flex;flex-direction:column;min-height:100vh}.app-main[data-v-f22e6f52]{flex:1}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Microsoft YaHei,PingFang SC,Arial,sans-serif;background:#f5f7fb;color:#1f2937;line-height:1.6}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.btn{display:inline-flex;align-items:center;justify-content:center;min-width:100px;height:42px;padding:0 18px;border-radius:10px;border:none;cursor:pointer;font-size:14px;transition:opacity .2s}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:#2563eb;color:#fff;font-weight:600}.btn-secondary{background:#e5e7eb;color:#111827}.btn-outline{border:1px solid rgba(255,255,255,.5);color:#fff;background:transparent}.hidden{display:none!important}.danger{color:#ef4444}.muted-text{color:#6b7280;font-size:14px;line-height:1.8}.container{width:1200px;max-width:calc(100% - 32px);margin:0 auto;padding-bottom:40px}.site-header{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0}.brand{font-size:24px;font-weight:700;color:#2563eb;white-space:nowrap;display:flex;align-items:center;gap:10px;line-height:1;text-decoration:none;vertical-align:middle}.brand-logo{width:36px;height:36px;flex-shrink:0;display:block;object-fit:contain}.brand span{line-height:1}.main-nav{display:flex;align-items:center;gap:18px}.main-nav a{color:#374151;font-size:15px}.main-nav a.active,.main-nav a:hover{color:#2563eb}.header-search{display:flex;align-items:center;gap:10px}.header-search input{width:240px;height:40px;border:1px solid #d1d5db;border-radius:10px;padding:0 14px;outline:none}.header-search button{height:40px;border:none;padding:0 18px;border-radius:10px;background:#2563eb;color:#fff;cursor:pointer}.header-user{display:flex;align-items:center;gap:12px;white-space:nowrap}.header-user a{color:#374151;font-size:14px}.header-user a:hover{color:#2563eb}.user-welcome{font-size:14px;color:#374151}.hero{margin-top:28px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border-radius:20px;padding:48px;display:flex;justify-content:space-between;gap:20px;align-items:center}.hero h1{margin:0 0 16px;font-size:40px;line-height:1.2}.hero p{margin:0 0 22px;color:#ffffffe6;line-height:1.8}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.notice-bar{margin-top:20px;background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1px solid #fde68a;border-radius:12px;overflow:hidden}.notice-bar-inner{display:flex;align-items:flex-start;gap:12px;padding:14px 16px}.notice-icon{width:22px;height:22px;flex-shrink:0;margin-top:1px}.notice-content{flex:1;min-width:0;line-height:1.8;font-size:14px;color:#92400e}.notice-item+.notice-item{margin-top:6px;padding-top:6px;border-top:1px dashed #fde68a}.notice-close{flex-shrink:0;width:28px;height:28px;border:none;background:transparent;color:#b45309;font-size:20px;line-height:1;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background .2s}.notice-close:hover{background:#b453091a}.section{margin-top:28px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.section-title{margin:0;font-size:24px;font-weight:700}.section-subtitle{color:#6b7280;font-size:14px}.category-list{display:flex;flex-wrap:wrap;gap:12px}.category-tag{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 18px;background:#fff;border:1px solid #dbe3ef;border-radius:999px;cursor:pointer;color:#374151;font-size:14px;transition:all .2s ease;gap:6px}.category-icon{width:20px;height:20px;object-fit:contain;border-radius:4px;flex-shrink:0}.category-dot{width:6px;height:6px;border-radius:50%;background:#9ca3af;flex-shrink:0}.category-tag:hover,.category-tag.active{background:#2563eb;border-color:#2563eb;color:#fff}.category-tag:hover .category-dot,.category-tag.active .category-dot{background:#fff}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0f172a0f;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0f172a1f}.product-image-wrap{width:100%;aspect-ratio:1 / 1;background:#eef2ff;overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover}.product-tags{padding:10px 12px 0;display:flex;gap:6px;flex-wrap:wrap}.product-body{padding:8px 12px 12px}.product-title{margin:0;font-size:15px;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-subtitle{margin:8px 0 10px;color:#6b7280;font-size:12px;min-height:18px;line-height:1.5;word-break:break-all}.product-meta{display:flex;justify-content:space-between;gap:10px;color:#6b7280;font-size:12px}.product-price-row{margin-top:10px;display:flex;align-items:baseline;gap:2px}.price-symbol{color:#ef4444;font-size:13px}.price-main{color:#ef4444;font-size:22px;font-weight:700;line-height:1}.notice-card{background:#fff;border-radius:16px;padding:22px;line-height:1.9;color:#4b5563;box-shadow:0 8px 24px #0f172a0f}.site-footer{background:#111827;color:#d1d5db;padding:28px 0}.site-footer p{margin:0;text-align:center;font-size:14px}.state-box{background:#fff;border-radius:16px;padding:40px 20px;text-align:center;color:#6b7280}.state-box.error{color:#dc2626}.filter-bar{background:#fff;border-radius:16px;padding:18px;display:flex;flex-direction:column;gap:16px;box-shadow:0 8px 24px #0f172a0f}.filter-row{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.filter-label{min-width:70px;color:#6b7280;font-size:14px}.sort-select,.search-input{height:40px;border:1px solid #d1d5db;border-radius:10px;padding:0 12px;outline:none}.search-input{width:280px}.list-summary{margin:18px 0;color:#6b7280}.pagination{margin-top:22px;display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.page-btn{min-width:40px;height:40px;border:1px solid #d1d5db;background:#fff;border-radius:10px;cursor:pointer;padding:0 12px;font-size:14px}.page-btn.active{background:#2563eb;color:#fff;border-color:#2563eb}.page-btn:disabled{opacity:.5;cursor:not-allowed}.breadcrumb{margin:18px 0;color:#6b7280;font-size:14px}.detail-layout{display:grid;grid-template-columns:520px 1fr;gap:28px}.detail-gallery{background:#fff;border-radius:20px;padding:22px;box-shadow:0 8px 24px #0f172a0f;height:fit-content}.detail-info{background:#fff;border-radius:20px;padding:28px;box-shadow:0 8px 24px #0f172a0f;height:fit-content}.detail-main-image{width:100%;aspect-ratio:1 / 1;border-radius:16px;object-fit:cover;background:#eef2ff}.thumb-list{margin-top:14px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.thumb-item{border:2px solid transparent;border-radius:10px;overflow:hidden;cursor:pointer;background:#f3f4f6}.thumb-item.active{border-color:#2563eb}.thumb-item img{width:100%;aspect-ratio:1 / 1;object-fit:cover}.detail-title{margin:0;font-size:26px;line-height:1.4;font-weight:700}.detail-subtitle{margin:10px 0 0;color:#6b7280;line-height:1.6;font-size:14px}.price-panel{margin:18px 0;padding-bottom:18px;border-bottom:1px solid #f3f4f6}.detail-price{display:flex;align-items:baseline;gap:4px}.info-list{display:none}.info-label{color:#6b7280}.quantity-box{display:flex;align-items:center;gap:10px;margin-bottom:24px}.quantity-box button{width:36px;height:36px;border:1px solid #d1d5db;background:#fff;border-radius:8px;cursor:pointer;font-size:18px}.quantity-box input{width:90px;height:36px;text-align:center;border:1px solid #d1d5db;border-radius:8px}.action-row{display:none}.detail-sections{margin-top:28px}.detail-block{background:#fff;border-radius:20px;padding:24px;box-shadow:0 8px 24px #0f172a0f}.detail-block+.detail-block{margin-top:18px}.detail-block h2{margin-top:0;margin-bottom:18px;font-size:22px}.detail-html{color:#374151;line-height:1.9}.modal-mask{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#0f172a80;display:flex;align-items:center;justify-content:center;padding:16px;z-index:999;-webkit-overflow-scrolling:touch;touch-action:manipulation}@media(max-width:560px){.modal-mask{align-items:flex-end;padding:0}}.modal-mask.hidden{display:none!important}.modal-card{width:460px;max-width:100%;max-height:90vh;overflow-y:auto;background:#fff;border-radius:20px;padding:28px;box-shadow:0 18px 48px #0f172a33}.modal-title{margin:0 0 10px;font-size:24px;font-weight:700}.modal-desc{color:#6b7280;line-height:1.8;font-size:14px;margin-bottom:18px}.modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:18px}.form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.form-label{font-size:14px;color:#374151}.form-input{width:100%;height:44px;border:1px solid #d1d5db;border-radius:10px;padding:0 14px;outline:none;font-size:14px}.form-input:focus{border-color:#2563eb}.form-help{color:#6b7280;font-size:13px;line-height:1.7}.form-actions{display:flex;gap:12px;margin-top:20px}.form-result{margin-top:16px;min-height:22px;font-size:14px;color:#dc2626}.form-result.success{color:#16a34a}.order-modal-product{background:#f8fafc;border-radius:14px;padding:14px;margin-bottom:16px}.order-modal-title{font-weight:700;margin-bottom:10px}.order-modal-line{display:flex;justify-content:space-between;margin-top:6px;color:#4b5563;font-size:14px}.order-created-page{padding:40px 0}.order-success-card{width:720px;max-width:100%;margin:0 auto;background:#fff;border-radius:22px;padding:34px;box-shadow:0 8px 24px #0f172a14;text-align:center}.success-icon{width:72px;height:72px;border-radius:50%;background:#16a34a;color:#fff;font-size:44px;line-height:72px;margin:0 auto 18px}.order-info-box{margin-top:24px;background:#f8fafc;border-radius:16px;padding:18px;text-align:left}.order-info-row{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid #e5e7eb}.order-info-row:last-child{border-bottom:none}.order-info-row span{color:#6b7280}.order-action-row{margin-top:24px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.order-notice{margin-top:22px;text-align:left}.order-query-layout{display:grid;grid-template-columns:380px 1fr;gap:22px;align-items:start}.query-panel,.order-list-panel,.order-detail-panel{background:#fff;border-radius:20px;padding:24px;box-shadow:0 8px 24px #0f172a0f}.query-panel h2,.order-list-panel h2,.order-detail-panel h2{margin-top:0}.panel-header{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:18px}.panel-header h2{margin-bottom:0}.order-card{border:1px solid #e5e7eb;border-radius:16px;padding:18px;margin-bottom:14px;display:flex;justify-content:space-between;gap:16px;align-items:center;background:#fff}.order-card-main{flex:1}.order-card-title{display:flex;gap:12px;align-items:center;margin-bottom:10px}.order-card-row{margin-top:6px;color:#4b5563;font-size:14px}.order-card-row span:first-child{color:#6b7280}.order-card-actions{display:flex;align-items:center}.status-tag{display:inline-flex;height:26px;padding:0 10px;border-radius:999px;align-items:center;font-size:12px}.status-tag.success{background:#dcfce7;color:#16a34a}.status-tag.warning{background:#fef3c7;color:#d97706}.status-tag.danger{background:#fee2e2;color:#dc2626}.order-detail-panel{margin-top:22px}.order-detail-grid{display:grid;gap:0;background:#f8fafc;border-radius:16px;padding:14px 18px}.order-items-box{margin-top:24px}.order-items-box h3{margin-top:0;margin-bottom:14px}.order-item-row{display:grid;grid-template-columns:72px 1fr 120px;gap:14px;align-items:center;border:1px solid #e5e7eb;border-radius:14px;padding:12px;margin-bottom:12px}.order-item-cover img{width:72px;height:72px;object-fit:cover;border-radius:10px;background:#eef2ff}.order-item-title{font-weight:700;margin-bottom:6px}.order-item-amount{text-align:right;font-weight:700;color:#ef4444}.card-list-box{margin-top:24px}.card-list-box h3{margin-top:0;margin-bottom:14px}.card-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;margin-bottom:10px;font-family:Courier New,Consolas,monospace;font-size:15px;word-break:break-all}.card-item .card-content{flex:1}.card-item .copy-card-btn{min-width:60px;height:32px;font-size:13px;border-radius:8px}.card-save-tip{margin-top:10px;font-size:13px;color:#e53935;text-align:center;font-weight:500}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}.detail-layout{grid-template-columns:1fr}}@media(max-width:900px){.order-query-layout{grid-template-columns:1fr}.order-card{flex-direction:column;align-items:flex-start}.order-card-actions{justify-content:flex-start}}@media(max-width:768px){.header-inner{height:auto;padding:16px 0;flex-direction:column;align-items:flex-start;gap:12px}.header-search{width:100%}.header-search input{flex:1;width:auto}.hero{padding:28px}.hero h1{font-size:28px}.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:560px){.product-grid{grid-template-columns:repeat(2,1fr)}.search-input{width:100%}.filter-row{align-items:flex-start;flex-direction:column}.order-item-row{grid-template-columns:60px 1fr}.order-item-amount{grid-column:1 / -1;text-align:left}.order-info-row{flex-direction:column;gap:4px}}.buy-modal-card{width:520px;max-width:100%;max-height:90vh;padding:0;overflow:hidden;position:relative;display:flex;flex-direction:column;touch-action:manipulation}.buy-modal-scroll{overflow-y:auto;-webkit-overflow-scrolling:touch;flex:1;min-height:0;touch-action:pan-y}.modal-close-btn{position:absolute;top:14px;right:16px;width:32px;height:32px;min-width:32px;min-height:32px;max-width:32px;max-height:32px;border:none;background:#0000000f;border-radius:50%;font-size:18px;line-height:1;cursor:pointer;color:#6b7280;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s;box-sizing:border-box;padding:0;flex-shrink:0}.modal-close-btn:hover{background:#0000001f;color:#111827}.buy-modal-product{display:flex;gap:18px;padding:24px 24px 18px;background:#f8fafc;border-bottom:1px solid #e5e7eb}.buy-modal-image{width:120px;height:120px;border-radius:14px;object-fit:cover;background:#eef2ff;flex-shrink:0}.buy-modal-info{flex:1;min-width:0}.buy-modal-title{margin:0 0 6px;font-size:18px;font-weight:700;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.buy-modal-subtitle{margin:0 0 10px;color:#6b7280;font-size:13px;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.buy-modal-price-row{display:flex;align-items:flex-end;gap:10px;margin-bottom:8px}.buy-modal-price-row .price-symbol{color:#ef4444;font-size:14px}.buy-modal-price-row .price-main{color:#ef4444;font-size:28px;font-weight:700;line-height:1}.buy-modal-market-price{color:#9ca3af;font-size:13px;text-decoration:line-through;margin-bottom:2px}.buy-modal-meta{display:flex;gap:16px;color:#6b7280;font-size:12px}.buy-modal-meta em{font-style:normal;color:#374151}.buy-modal-form{padding:20px 24px 24px}.buy-modal-form .quantity-box{margin-bottom:0}.buy-modal-total{display:flex;align-items:center;justify-content:flex-end;gap:6px;padding:12px 0;margin-bottom:8px;font-size:16px;border-bottom:1px solid #e5e7eb}.buy-modal-total .danger{font-size:22px}.buy-modal-form .modal-actions{margin-top:12px}.buy-modal-form .modal-actions .btn{width:100%;height:48px;font-size:16px}@media(max-width:560px){.buy-modal-card{width:100%;max-height:100vh;border-radius:16px 16px 0 0;margin-top:auto}.modal-close-btn{width:30px;height:30px;min-width:30px;min-height:30px;max-width:30px;max-height:30px;font-size:16px;top:10px;right:10px}.buy-modal-product{flex-direction:column;align-items:center;text-align:center}.buy-modal-image{width:140px;height:140px}.buy-modal-price-row,.buy-modal-meta{justify-content:center}.buy-modal-form{padding:16px 18px 24px}}
