.widget{max-width:560px;margin:0 auto;min-height:100vh;flex-direction:column}.w-header,.widget{background:#fff;display:flex}.w-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;border-bottom:1px solid var(--line);padding:14px 16px;align-items:center;justify-content:space-between;gap:12px}.w-title{font-size:17px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.w-logo{width:34px;height:34px;object-fit:contain;border-radius:7px;flex-shrink:0}.w-cart-btn{position:relative;background:transparent;border:1px solid var(--line);border-radius:8px;padding:7px 12px;font-weight:600;font-size:14px}.w-cart-count{position:absolute;top:-7px;right:-7px;background:var(--brand);color:#fff;border-radius:999px;min-width:19px;height:19px;font-size:11px;font-weight:700;display:grid;place-items:center;padding:0 5px}.w-body{flex:1 1;padding:16px}.w-cover{width:100%;height:150px;object-fit:cover;display:block}.w-item-thumb{width:56px;height:56px;object-fit:cover;border-radius:8px;flex-shrink:0}.w-sheet-photo{width:calc(100% + 36px);margin:-20px -18px 14px;height:190px;object-fit:cover;display:block}.w-status{padding:9px 12px;border-radius:8px;font-size:13px;margin-bottom:14px}.w-status.open{background:#dcfce7;color:#15803d}.w-status.closed{background:#fef3c7;color:#92400e}.w-category{margin-bottom:26px}.w-category h2{font-size:15px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:10px}.w-category-banner{position:relative;border-radius:10px;overflow:hidden;margin-bottom:12px}.w-category-banner img{width:100%;height:92px;object-fit:cover;display:block;filter:brightness(.62)}.w-category-banner h2{position:absolute;left:14px;bottom:10px;margin:0;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5)}.w-item{width:100%;text-align:left;background:transparent;border:0;border-bottom:1px solid var(--line);padding:13px 0;display:flex;gap:12px;align-items:flex-start}.w-item:disabled{opacity:.45;cursor:not-allowed}.w-item-main{flex:1 1;min-width:0}.w-item-name{display:block;font-weight:600;font-size:15px}.w-item-desc{display:block;font-size:13px;color:var(--muted);margin-top:2px}.w-item-price{font-size:15px}.w-item-price,.w-soldout{font-weight:600;white-space:nowrap}.w-soldout{font-size:13px;color:var(--bad)}.w-sheet{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:flex-end;justify-content:center;z-index:50}.w-sheet-inner{background:#fff;width:100%;max-width:560px;max-height:92vh;overflow-y:auto;border-radius:14px 14px 0 0;padding:20px 18px calc(20px + env(safe-area-inset-bottom))}@media (min-width:600px){.w-sheet{align-items:center}.w-sheet-inner{border-radius:14px}}.w-group{margin:18px 0}.w-group h3{font-size:14px;margin-bottom:8px}.w-req{font-size:12px;color:var(--bad);font-weight:600;margin-left:6px}.w-choice{display:flex;align-items:center;gap:10px;padding:11px 12px;border:1px solid var(--line);border-radius:8px;margin-bottom:7px;cursor:pointer}.w-choice:has(input:checked){border-color:var(--brand);background:color-mix(in srgb,var(--brand) 5%,#fff)}.w-choice input{margin:0;accent-color:var(--brand)}.w-choice-name{flex:1 1}.w-choice-price{font-size:14px;color:var(--muted)}.w-choice.disabled{opacity:.45;cursor:not-allowed}.w-qty{display:flex;align-items:center;gap:14px}.w-qty button{width:36px;height:36px;border-radius:8px;border:1px solid var(--line);background:#fff;font-size:19px;line-height:1}.w-footer{position:-webkit-sticky;position:sticky;bottom:0;background:#fff;border-top:1px solid var(--line);padding:12px 16px calc(12px + env(safe-area-inset-bottom))}.w-line{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.w-line-qty{font-weight:600;min-width:26px}.w-line-main{flex:1 1;min-width:0}.w-line-opts{font-size:13px;color:var(--muted)}.w-promo{padding:12px 0 0;border-top:1px solid var(--line);margin-top:12px}.w-promo-row{display:flex;gap:8px}.w-promo-row .input{flex:1 1;min-width:0;text-transform:uppercase}.w-promo-row button{flex:0 0 auto;min-height:44px}.w-promo-on{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:14px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:9px 12px}.w-promo-error{margin:7px 0 0;font-size:13px;color:var(--bad,#b91c1c)}.w-totals .w-discount{color:#15803d;font-weight:600}.w-totals{padding:14px 0;font-size:14px}.w-totals .spread{padding:3px 0}.w-totals .total{font-size:17px;font-weight:700;border-top:1px solid var(--line);margin-top:8px;padding-top:10px}.w-slots{display:flex;gap:7px;flex-wrap:wrap}.w-slot{padding:8px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:14px}.w-slot.selected{border-color:var(--brand);background:var(--brand);color:#fff}.w-done{text-align:center;padding:44px 20px}.w-done-mark{width:62px;height:62px;border-radius:50%;background:#dcfce7;color:#15803d;font-size:32px;display:grid;place-items:center;margin:0 auto 18px}.w-back{background:transparent;border:0;font-size:14px;padding:0 0 12px}.w-back,.w-legal{color:var(--muted)}.w-legal{font-size:11px;text-align:center;padding:16px;line-height:1.6}.w-legal a{color:inherit;text-decoration:underline}.w-card{margin:14px 0 4px;padding:14px;background:#fff}.w-card,.w-when{border:1px solid var(--line);border-radius:10px}.w-when{display:flex;gap:0;overflow:hidden;margin-bottom:12px}.w-when-tab{flex:1 1;padding:12px 10px;background:#fff;border:0;font-size:14px;font-weight:600;color:var(--muted);min-height:46px}.w-when-tab+.w-when-tab{border-left:1px solid var(--line)}.w-when-tab.selected{background:var(--brand);color:#fff}.w-track{text-align:left;border-radius:10px;padding:14px 16px;margin:18px auto 0;max-width:380px;display:flex;flex-direction:column;gap:6px;font-size:14px}.w-track strong{font-size:15px}.w-track-waiting{background:#fef3c7;color:#92400e}.w-track-good{background:#dcfce7;color:#15803d}.w-track-bad{background:#fee2e2;color:#b91c1c}.w-track-time{font-size:19px;font-weight:700}.w-track-bar{height:6px;border-radius:999px;background:rgba(146,64,14,.18);overflow:hidden;margin:2px 0}.w-track-bar span{display:block;height:100%;background:currentColor;border-radius:999px;transition:width .5s linear}.w-track-count{font-size:13px;opacity:.85}