*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;color:#2c3e50;background:#f5f7fa}.auth-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f5f7fa;padding:40px 20px}.auth-card{width:100%;max-width:400px;background:#fff;border:1px solid #e4e7ed;padding:32px 32px 24px;display:flex;flex-direction:column;gap:12px}.auth-brand{text-align:center;padding-bottom:16px;border-bottom:1px solid #f0f2f5}.auth-brand .brand-bar{width:32px;height:4px;background:#1a4d8f;margin:0 auto 12px}.auth-brand .brand-title{font-size:18px;font-weight:600;color:#1a365d;letter-spacing:.5px}.auth-brand .brand-subtitle{font-size:12px;color:#909399;margin-top:4px}.auth-footer{text-align:center;color:#909399;font-size:12px;padding:16px 0}.auth-footer a{color:#1a4d8f;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;padding:4px}.product-card{background:#fff;border:1px solid #e4e7ed;display:flex;flex-direction:column;overflow:hidden;cursor:pointer;transition:border-color .2s}.product-card:hover{border-color:#1a4d8f}.product-card .img-wrap{width:100%;aspect-ratio:1 / 1;background:#f5f7fa;display:flex;align-items:center;justify-content:center;color:#c0c4cc;font-size:36px;border-bottom:1px solid #f0f2f5;overflow:hidden}.product-card .img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.product-card .body{padding:12px;display:flex;flex-direction:column;gap:4px}.product-card .name{font-weight:600;color:#2c3e50;font-size:14px;line-height:1.4;height:40px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card .sku{color:#909399;font-size:12px}.product-card .price{color:#1a4d8f;font-size:18px;font-weight:700;margin-top:4px}.product-card .price .currency{font-size:12px;font-weight:500;margin-right:2px}.product-card .price .unit{font-size:12px;color:#909399;font-weight:400;margin-left:4px}.stock-tag{display:inline-block;padding:1px 8px;font-size:12px;border:1px solid;align-self:flex-start}.stock-tag.in-stock{color:#52a35a;border-color:#b3e0bb;background:#f0faef}.stock-tag.out-stock{color:#c0392b;border-color:#f5b7b1;background:#fdf0ee}.ai-terms{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.ai-terms .term{background:#eef4fb;color:#1a4d8f;border:1px solid #c5d8ee;padding:2px 8px;font-size:12px}.score-bar{display:flex;gap:6px;font-size:11px;color:#909399;margin-top:4px}.score-bar span{background:#f5f7fa;padding:1px 4px;border-radius:2px}
