:root{--shop-primary: #FF6B35;--shop-primary-dark: #E55A2B;--shop-primary-bg: #FFF5F1;--shop-orange: #FF8800;--shop-yellow: #FFC300;--shop-text: #1F2937;--shop-text-muted: #6B7280;--shop-border: #E5E7EB;--shop-bg: #F9FAFB}*{box-sizing:border-box}.shop-body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Helvetica Neue",Microsoft YaHei,sans-serif;color:var(--shop-text);background:var(--shop-bg);line-height:1.5;-webkit-font-smoothing:antialiased}.shop-body a{color:inherit;text-decoration:none}.shop-header{position:sticky;top:0;z-index:100;background:linear-gradient(135deg, #FF6B35 0%, #FF8800 100%);color:#fff;box-shadow:0 2px 8px rgba(0, 0, 0, 0.08)}.shop-header__inner{max-width:1200px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.shop-header__brand{display:flex;flex-direction:column;gap:2px;flex-shrink:0}.shop-header__brand-en{font-size:11px;text-transform:uppercase;letter-spacing:2px;opacity:.85}.shop-header__brand-zh{font-size:20px;font-weight:800;letter-spacing:1px}.shop-header__city{background:rgba(255, 255, 255, 0.18);border:0;color:#fff;padding:8px 14px;border-radius:20px;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:14px}.shop-header__city:hover{background:rgba(255, 255, 255, 0.28)}.shop-header__search{flex:1;min-width:240px;display:flex;align-items:center;background:#fff;border-radius:22px;padding:0 6px 0 14px;height:40px;box-shadow:0 2px 6px rgba(0, 0, 0, 0.1)}.shop-header__search>i.bi-search{color:#999;font-size:16px}.shop-header__search input{flex:1;border:0;outline:0;padding:0 10px;font-size:14px;background:transparent;min-width:0}.shop-header__search button{background:var(--shop-primary);color:#fff;border:0;border-radius:18px;padding:6px 18px;cursor:pointer;font-size:14px;font-weight:600}.shop-header__search button:hover{background:var(--shop-primary-dark)}.shop-city-panel{position:absolute;top:100%;left:0;right:0;background:#fff;color:var(--shop-text);box-shadow:0 8px 20px rgba(0, 0, 0, 0.12);border-bottom-left-radius:16px;border-bottom-right-radius:16px}.shop-city-panel[hidden]{display:none}.shop-city-panel__head{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-bottom:1px solid var(--shop-border)}.shop-city-panel__close{background:none;border:0;cursor:pointer;color:var(--shop-text-muted);font-size:18px}.shop-city-panel__list{display:flex;flex-wrap:wrap;gap:8px;padding:16px 20px;max-width:1200px;margin:0 auto}.shop-city-panel__item{padding:8px 14px;background:var(--shop-bg);border-radius:18px;font-size:13px;border:1px solid transparent;transition:all .15s}.shop-city-panel__item:hover{background:var(--shop-primary-bg);border-color:var(--shop-primary)}.shop-city-panel__item.is-active{background:var(--shop-primary);color:#fff}.shop-city-panel__cnt{font-size:11px;opacity:.6;margin-left:4px}.shop-hero{background:linear-gradient(135deg, #FFF5F1 0%, #FFE9D6 100%);padding:36px 20px 28px}.shop-hero__inner{max-width:1200px;margin:0 auto;text-align:center}.shop-hero__title{font-size:28px;font-weight:800;margin:0 0 8px;color:var(--shop-text);display:inline-flex;align-items:center;gap:8px}.shop-hero__badge{background:var(--shop-yellow);color:var(--shop-text);padding:2px 10px;border-radius:16px;font-size:18px}.shop-hero__subtitle{color:var(--shop-text-muted);font-size:15px;margin:0 0 20px}.shop-hero__stats{display:flex;justify-content:center;gap:36px;flex-wrap:wrap}.shop-hero__stats>div{display:flex;flex-direction:column}.shop-hero__stats strong{font-size:24px;font-weight:700;color:var(--shop-primary)}.shop-hero__stats span{font-size:12px;color:var(--shop-text-muted);margin-top:2px}.shop-tabs{background:#fff;border-bottom:1px solid var(--shop-border);position:sticky;top:64px;z-index:50}.shop-tabs__inner{max-width:1200px;margin:0 auto;display:flex;overflow-x:auto;padding:0 12px;scrollbar-width:none}.shop-tabs__inner::-webkit-scrollbar{display:none}.shop-tab{display:inline-flex;align-items:center;gap:6px;padding:14px 18px;font-size:14px;font-weight:500;color:var(--shop-text-muted);border-bottom:3px solid transparent;flex-shrink:0;transition:all .15s}.shop-tab i{font-size:16px}.shop-tab:hover{color:var(--shop-text)}.shop-tab.is-active{color:var(--shop-primary);border-bottom-color:var(--shop-primary);font-weight:600}.shop-section{max-width:1200px;margin:0 auto;padding:24px 20px}.shop-section__head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:16px}.shop-section__title{font-size:18px;font-weight:700;margin:0}.shop-section__count{font-size:13px;color:var(--shop-text-muted)}.shop-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));gap:16px}.shop-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0, 0, 0, 0.05);transition:all .2s;border:1px solid var(--shop-border);display:flex;flex-direction:column}.shop-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0, 0, 0, 0.1);border-color:var(--shop-primary)}.shop-card__cover{position:relative;aspect-ratio:16/9;background:var(--shop-bg);overflow:hidden}.shop-card__cover img{width:100%;height:100%;object-fit:cover}.shop-card__cover-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:#d1d5db;font-size:36px}.shop-card__biz-tags{position:absolute;top:8px;left:8px;display:flex;gap:4px}.shop-card__biz-tag{background:rgba(255, 255, 255, 0.95);color:var(--shop-text);font-size:11px;padding:3px 8px;border-radius:10px;font-weight:600;backdrop-filter:blur(4px)}.shop-card__biz-tag[data-biz=market]{color:#2d8b23;border-left:3px solid #40ae36;padding-left:6px}.shop-card__biz-tag[data-biz=restaurant]{color:#c44a1f;border-left:3px solid #ff6b35;padding-left:6px}.shop-card__biz-tag[data-biz=retail]{color:#b45309;border-left:3px solid #f59e0b;padding-left:6px}.shop-card__body{padding:12px}.shop-card__head{display:flex;gap:10px;align-items:flex-start}.shop-card__logo{width:40px;height:40px;border-radius:8px;object-fit:cover;flex-shrink:0;background:var(--shop-bg)}.shop-card__logo--placeholder{display:flex;align-items:center;justify-content:center;color:#d1d5db;font-size:18px}.shop-card__title-wrap{flex:1;min-width:0}.shop-card__name{margin:0 0 4px;font-size:14px;font-weight:600;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.shop-card__cert{color:var(--shop-yellow);font-size:13px;margin-left:2px}.shop-card__city{margin:0;font-size:12px;color:var(--shop-text-muted);display:flex;align-items:center;gap:3px}.shop-card__city i{font-size:11px}.shop-empty{text-align:center;padding:56px 20px;color:var(--shop-text-muted)}.shop-empty i{font-size:56px;color:#d1d5db;display:block;margin-bottom:16px}.shop-empty p{margin:0 0 12px;font-size:15px}.shop-empty__sub{font-size:13px;margin-top:16px}.shop-empty__btn{display:inline-block;padding:8px 22px;background:var(--shop-primary);color:#fff;border-radius:20px;font-size:14px;margin-top:8px}.shop-empty__btn:hover{background:var(--shop-primary-dark)}.shop-empty__links{display:flex;gap:12px;justify-content:center;margin-top:12px;flex-wrap:wrap}.shop-empty__links a{padding:6px 16px;background:var(--shop-primary-bg);color:var(--shop-primary);border-radius:16px;font-size:13px}.shop-pagination{display:flex;justify-content:center;gap:6px;margin-top:24px;flex-wrap:wrap}.shop-pagination__page{padding:6px 12px;background:#fff;border:1px solid var(--shop-border);border-radius:6px;font-size:13px;min-width:36px;text-align:center}.shop-pagination__page:hover{border-color:var(--shop-primary);color:var(--shop-primary)}.shop-pagination__page.is-active{background:var(--shop-primary);border-color:var(--shop-primary);color:#fff}.shop-about{max-width:760px;margin:0 auto;background:#fff;padding:32px 28px;border-radius:12px;border:1px solid var(--shop-border)}.shop-about h1{font-size:24px;margin:0 0 14px}.shop-about__lead{color:var(--shop-text-muted);font-size:15px}.shop-about h2{font-size:16px;font-weight:700;margin:28px 0 10px;padding-left:10px;border-left:4px solid var(--shop-primary)}.shop-about ul{padding-left:20px}.shop-about li{margin-bottom:6px}.shop-about a{color:var(--shop-primary)}.shop-about a:hover{text-decoration:underline}.shop-footer{margin-top:48px;background:#fff;border-top:1px solid var(--shop-border);padding:28px 20px 20px}.shop-footer__cols{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));gap:24px;margin-bottom:20px}.shop-footer__cols>div{display:flex;flex-direction:column;gap:6px}.shop-footer__cols strong{font-size:13px;color:var(--shop-text);margin-bottom:4px}.shop-footer__cols a{font-size:13px;color:var(--shop-text-muted)}.shop-footer__cols a:hover{color:var(--shop-primary)}.shop-footer__copyright{text-align:center;color:var(--shop-text-muted);font-size:12px;border-top:1px solid var(--shop-border);padding-top:16px;max-width:1200px;margin:0 auto}@media(max-width: 640px){.shop-header__inner{padding:10px 14px;gap:8px}.shop-header__brand-zh{font-size:17px}.shop-header__brand-en{font-size:10px;letter-spacing:1px}.shop-header__search{order:3;flex:0 0 100%;height:38px}.shop-header__city{padding:6px 10px;font-size:13px}.shop-tabs{top:56px}.shop-tab{padding:12px 14px;font-size:13px}.shop-hero{padding:24px 16px 20px}.shop-hero__title{font-size:22px}.shop-hero__subtitle{font-size:13px}.shop-hero__stats{gap:20px}.shop-hero__stats strong{font-size:20px}.shop-section{padding:16px 12px}.shop-grid{grid-template-columns:repeat(2, 1fr);gap:10px}.shop-card__name{font-size:13px}}
