:root{color:#2e1a12;--accent:#e4572e;--accent-dark:#b93c19;--accent-soft:#fff0e8;--line:#f2ccb9;background:radial-gradient(circle at 0 0,#ff9a3c3d,#0000 28%),radial-gradient(circle at 100%,#e4572e2e,#0000 24%),linear-gradient(#fff7f1 0%,#fff0e6 40%,#fffaf7 100%);font-family:Segoe UI,PingFang SC,sans-serif}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.shop-shell{min-height:100vh}.shop-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffaf7eb;border-bottom:1px solid #e4572e1a;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex;position:sticky;top:0}.shop-header nav{flex-wrap:nowrap;gap:18px;display:flex}.shop-header__actions{flex-wrap:nowrap;align-items:center;gap:18px;min-width:0;margin-left:auto;display:flex}.city-switch{min-height:34px;color:var(--accent-dark);background:#fff1e8;border-radius:999px;align-items:center;padding:0 12px;font-size:13px;display:inline-flex}.brand-link{color:var(--accent-dark);flex-shrink:0;font-size:18px;font-weight:700}.brand-link--merchant{align-items:center;gap:10px;display:flex}.brand-link__logo{object-fit:cover;background:#fff2e8;border:1px solid #e4572e24;border-radius:10px;width:34px;height:34px}.shop-main{padding:20px}.home-page{gap:14px;display:grid}.home-page--loading-shell{min-height:calc(100vh - 96px)}.page-loader{z-index:1200;text-align:center;background:radial-gradient(circle at 0 0,#ff9a3c33,#0000 28%),radial-gradient(circle at 100%,#e4572e24,#0000 24%),linear-gradient(#fff7f1 0%,#fff0e6 40%,#fffaf7 100%);place-content:center;justify-items:center;gap:12px;padding:24px;display:grid;position:fixed;inset:0}.page-loader strong{color:var(--accent-dark);font-size:20px}.page-loader span{color:#8c5446;font-size:13px}.page-loader__spinner{border:3px solid #e4572e29;border-top-color:var(--accent);border-right-color:#f97316d1;border-radius:50%;width:42px;height:42px;animation:.9s linear infinite loaderSpin;box-shadow:0 8px 22px #93361a1f}@keyframes loaderSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home-card{background:#ffffffeb;border:1px solid #e4572e14;border-radius:24px;padding:18px;box-shadow:0 18px 44px #93361a14}.shop-card{background:#ffffffeb;border:1px solid #e4572e14;border-radius:24px;padding:20px;box-shadow:0 18px 44px #93361a14}.compact-card{max-width:980px;margin:0 auto}.auth-card{max-width:520px;margin:48px auto}.form{gap:14px;display:grid}.form label{gap:6px;font-size:14px;display:grid}.form input,.form button,.form select,.form textarea{border:1px solid var(--line);background:#fffaf7;border-radius:14px;padding:12px 14px}.form button,.action-button{background:linear-gradient(135deg, var(--accent), #f97316);color:#fff;cursor:pointer;border:none}.inline-actions{grid-template-columns:1fr 1fr;gap:12px;display:grid}.hint{color:#8c5446;font-size:13px}.hero-banner{background:#fff3ea 50%/cover no-repeat;border:1px solid #e4572e14;border-radius:24px;min-height:156px;overflow:hidden}.hero-banner--image-only{padding:0}.hero-banner__empty{color:#b16a4d;place-items:center;min-height:156px;display:grid}.section-head{justify-content:space-between;gap:16px;margin-bottom:10px;display:flex}.section-head h3{margin:0 0 6px;font-size:20px}.product-section-head{gap:14px;margin-bottom:14px;display:grid}.product-section-intro{gap:6px;display:grid}.product-section-intro .hint{margin:0}.product-search{align-items:center;gap:10px;display:flex}.product-search--panel{background:#fff8f4;border:1px solid #e4572e1f;border-radius:20px;padding:12px}.product-search input{border:1px solid var(--line);background:#fff;border-radius:999px;outline:none;flex:1;min-width:0;height:44px;padding:0 16px;font-size:15px}.product-search input:focus{border-color:#e4572e5c;box-shadow:0 0 0 3px #e4572e14}.product-search__button{flex-shrink:0;min-width:92px;min-height:44px;padding:0 18px}.pickup-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.pickup-card{background:#fffaf7;border:1px solid #f2ddd3;border-radius:18px;gap:8px;padding:13px 14px;display:grid}.pickup-card__top{justify-content:space-between;align-items:center;gap:12px;display:flex}.pickup-card__title{line-height:1.4}.pickup-card__city{min-height:26px;color:var(--accent-dark);background:#fff1e8;border-radius:999px;flex-shrink:0;align-items:center;padding:0 10px;font-size:12px;display:inline-flex}.pickup-card__address{color:#5c453d;margin:0;font-size:14px;line-height:1.55}.pickup-card__meta{gap:5px;display:grid}.pickup-card__meta span{color:#8c5446;font-size:13px;line-height:1.45}.product-list{gap:12px;display:grid}.product-row-card{background:#fffaf7;border:1px solid #f2ddd3;border-radius:18px;grid-template-columns:104px minmax(0,1fr);align-items:stretch;gap:12px;padding:10px;display:grid}.product-row-card__image{object-fit:cover;background:#f7e0d3;border-radius:14px;width:104px;height:104px}.product-row-card__content{align-content:space-between;gap:12px;min-width:0;display:grid}.product-row-card__info{gap:6px;min-width:0;display:grid}.product-row-card__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:17px;line-height:1.4;display:-webkit-box;overflow:hidden}.product-row-card__info p{color:#6b5248;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.product-row-card__footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.product-row-card__price{color:var(--accent-dark);font-size:18px;font-weight:700}.product-row-card__button{min-width:84px;min-height:34px;padding:0 12px;font-size:13px}.city-select-head{margin-bottom:4px}.city-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;display:grid}.city-card{color:#5c453d;text-align:left;cursor:pointer;background:#fffaf7;border:1px solid #f2ddd3;border-radius:18px;gap:6px;padding:16px;display:grid}.city-card strong,.city-card span{margin:0}.city-card span{color:#9b6c5a;font-size:12px}.city-card--active{background:linear-gradient(135deg,#e4572e24,#f9731614);border-color:#0000;box-shadow:0 12px 24px #93361a14}.checkout-city-link{margin-left:8px}.list-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:16px;display:flex}.list-pagination__pages{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.list-pagination__page{border:1px solid var(--line);color:#8c5446;cursor:pointer;background:#fff;border-radius:999px;min-width:36px;height:36px;padding:0 10px}.list-pagination__page--active{background:linear-gradient(135deg, var(--accent), #f97316);color:#fff;border-color:#0000}.list-pagination__text{color:#8c5446;font-size:13px}.list-pagination__ellipsis{color:#9b6c5a;justify-content:center;align-items:center;min-width:24px;height:36px;font-size:14px;display:inline-flex}.detail-actions,.detail-actions,.order-card__meta{justify-content:space-between;align-items:center;gap:12px;padding:0 12px 12px;display:flex}.primary-link,.ghost-link,.ghost-button{border:1px solid var(--line);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:0 16px;display:inline-flex}.primary-link{background:linear-gradient(135deg, var(--accent), #f97316);color:#fff;border-color:#0000}.ghost-link,.ghost-button{color:var(--accent-dark);background:#fff}.detail-stack,.info-grid,.order-list{gap:14px;display:grid}.order-head{align-items:center;margin-bottom:4px}.order-head--compact{align-items:center}.order-count{min-height:34px;color:var(--accent-dark);align-items:center;padding:0 4px;font-size:12px;font-weight:600;display:inline-flex}.empty-state{color:#7a5a50;background:#fff8f4;border-radius:18px;margin:8px 0 0;padding:18px}.detail-hero{background:linear-gradient(135deg,#fff2e6,#fffefc);border-radius:24px;grid-template-columns:minmax(0,1fr) 180px;gap:16px;padding:16px;display:grid}.checkout-product{grid-template-columns:100px minmax(0,1fr);align-items:center;gap:12px;display:grid}.checkout-product__image{object-fit:cover;background:#f4dfd3;border-radius:18px;width:100px;height:100px}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#9b5639;margin:0 0 8px;font-size:13px}.detail-copy{color:#5c453d;margin:8px 0 0;line-height:1.6}.price-panel,.info-card,.order-card{background:#fffaf7;border:1px solid #f0d9cf;border-radius:18px;padding:14px 16px}.price-panel{text-align:right;align-content:center;gap:8px;display:grid}.success-panel{background:#fff4ee;border-color:#f4cabb}.payment-hero{align-items:center}.payment-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.payment-actions{padding:0}.payment-submit-button{border-radius:14px;width:100%;min-height:46px}.order-detail-hero{align-items:center}.order-status-panel strong{color:var(--accent-dark)}.order-code-card{background:linear-gradient(135deg,#fff2e8,#fffaf6);border:1px solid #e4572e1f;border-radius:20px;gap:6px;padding:14px 16px;display:grid}.order-code-card__label{color:#9b5639;font-size:13px}.order-code-card strong{color:var(--accent-dark);letter-spacing:.04em;font-size:24px}.order-code-card__value{justify-content:space-between;align-items:center;gap:12px;display:flex}.order-code-card__button{min-height:36px;padding:0 14px}.order-code-card__hint{color:#9b6c5a;font-size:12px}.order-code-card p{color:#7a5a50;margin:0;line-height:1.5}.order-detail-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.info-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.info-card h3,.order-card p{margin:0 0 10px}.info-card p,.order-card span{color:#5c453d;margin:0;line-height:1.7}.order-card{justify-content:space-between;align-items:center;display:flex}.order-card--compact{align-items:stretch;gap:10px;display:grid}.order-card__topline{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.order-card__no{color:#8c5446;font-size:12px}.order-card__main{min-width:0}.order-card__main--link{gap:4px;display:grid}.order-card__title{font-size:15px;line-height:1.4}.order-card__main p{color:#7a5a50;margin:6px 0 0;line-height:1.5}.order-card__subline{color:#9b6c5a;margin-top:6px;font-size:12px;display:inline-block}.order-card__actions{justify-content:flex-end;display:flex}.order-pay-button{border-radius:12px;min-height:36px;padding:0 16px;font-size:13px}.login-shell{justify-content:center;align-items:center;min-height:100vh;padding:24px 16px;display:grid}.login-card{gap:12px;width:min(360px,100%);padding:22px 20px;display:grid;box-shadow:0 18px 40px #93361a14}.login-eyebrow{margin-bottom:2px}.login-title{margin:0;font-size:24px;line-height:1.15}.checkout-stack{gap:12px}.checkout-hero{align-items:center}.checkout-price-panel,.payment-price-panel,.payment-result-panel{min-width:164px}.checkout-pickup-panel{background:#fffaf7;border:1px solid #f0d9cf;border-radius:18px;gap:10px;padding:14px 16px;display:grid}.pickup-selected-card__head{justify-content:space-between;align-items:center;gap:12px;display:flex}.pickup-selected-card__head span{color:#9b6c5a;font-size:12px}.checkout-section-head{margin-bottom:0}.pickup-select-row{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.pickup-select-row label{flex:1;min-width:220px}.pickup-select-block{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.pickup-select-main{flex:1;gap:8px;min-width:260px;display:grid}.pickup-select-main__label{color:#6b5248;font-size:14px}.pickup-select-input-wrap{position:relative}.pickup-select-input-wrap:after{content:"";pointer-events:none;border-bottom:2px solid #9b6c5a;border-right:2px solid #9b6c5a;width:8px;height:8px;position:absolute;top:50%;right:16px;transform:translateY(-70%)rotate(45deg)}.pickup-select-input{color:#3f2a23;appearance:none;background:#fff;border:1px solid #efcfbe;border-radius:16px;outline:none;width:100%;min-height:48px;padding:0 42px 0 16px;font-size:15px}.pickup-select-input:focus{border-color:#e4572e5c;box-shadow:0 0 0 3px #e4572e14}.pickup-selected-card{background:#fff;border:1px solid #f2ddd3;border-radius:16px;gap:6px;padding:12px 14px;display:grid}.pickup-selected-card strong{font-size:15px}.pickup-selected-card p{color:#6b5248;margin:0;font-size:13px;line-height:1.5}.pickup-selected-meta{color:#8c5446;flex-wrap:wrap;gap:8px 12px;font-size:12px;display:flex}.compact-card .section-head h2{margin:0 0 4px;font-size:18px}.compact-card .hint{font-size:12px}.compact-card .detail-copy,.compact-card .info-card p,.compact-card .order-card__main p{font-size:13px}.compact-card .order-card__subline,.compact-card .order-count{font-size:12px}.order-detail-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.order-detail-title{margin:0;font-size:18px;line-height:1.4}.order-detail-status{flex-shrink:0;margin-top:2px}.status-text{flex-shrink:0;font-size:13px;font-weight:600}.order-card .status-text--default,.order-detail-head .status-text--default,.payment-grid .status-text--default{color:#8c5446}.order-card .status-text--primary,.order-detail-head .status-text--primary,.payment-grid .status-text--primary{color:#d96a10}.order-card .status-text--success,.order-detail-head .status-text--success,.payment-grid .status-text--success{color:#2f8f57}.order-card .status-text--warning,.order-detail-head .status-text--warning,.payment-grid .status-text--warning{color:#dd7a00}.order-card .status-text--danger,.order-detail-head .status-text--danger,.payment-grid .status-text--danger{color:#d14c3a}.order-card .status-text--muted,.order-detail-head .status-text--muted,.payment-grid .status-text--muted{color:#8f8b88}.checkout-price-panel small{color:#8c5446;font-size:12px}.payment-method-card{padding:14px 16px}.payment-qrcode__image{object-fit:cover;border-radius:16px;width:136px;height:136px}.login-subtitle{margin:0}.login-form,.checkout-form{gap:12px}.code-row{grid-template-columns:1fr 140px;gap:10px;display:grid}.login-send-button,.login-submit-button{border-radius:14px;min-height:44px}.login-debug{color:var(--accent-dark);margin-top:-4px}@media (width<=900px){.detail-hero,.checkout-product{grid-template-columns:1fr}}@media (width<=720px){.shop-main{padding:14px}.shop-header{gap:12px;padding:14px 16px}.shop-header__actions,.order-card,.product-card__footer,.detail-actions,.code-row{flex-direction:row;align-items:stretch}.shop-header__actions{flex-wrap:wrap;justify-content:flex-end;gap:10px}.login-title{font-size:22px}.section-head{flex-direction:column}.product-search{width:100%}.product-search--panel{padding:10px}.product-search input{width:auto;height:40px;font-size:14px}.product-search__button{min-width:78px;min-height:40px;padding:0 14px}.pickup-select-block{align-items:stretch}.list-pagination{gap:10px}.list-pagination__pages{order:3;justify-content:center;width:100%}.primary-link,.ghost-link,.ghost-button{border-radius:14px;min-height:38px;padding:0 12px}.checkout-product__image{aspect-ratio:1;width:100%;height:auto}.product-row-card{grid-template-columns:84px minmax(0,1fr);gap:9px;padding:9px}.product-row-card__image{flex-shrink:0;width:84px;height:84px}.product-row-card__content{align-items:start;gap:10px}.product-row-card__footer{gap:10px}.product-row-card__price{font-size:16px}.product-row-card__button{min-width:76px;min-height:32px;padding:0 10px;font-size:12px}.product-row-card__title{font-size:15px}.product-row-card__info p{font-size:11px}.compact-card{padding:16px}.compact-card .section-head h2{font-size:17px}.payment-qrcode__image{width:120px;height:120px}.order-detail-head{flex-direction:column;align-items:flex-start}}
