@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";.error-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f9fafb;color:#333;text-align:center;padding:20px}.error-image{width:260px;max-width:100%;height:auto;margin-bottom:24px}.error-page h1{font-size:64px;font-weight:700;color:var(--primary, #a3abb3);margin:8px 0}.error-page p{font-size:18px;color:#555;margin-bottom:24px}.error-page .back-home-btn{background:linear-gradient(to bottom,var(--primary),var(--primary-hover));color:#fff;border:none;padding:7px 20px;border-radius:8px;font-size:12px;cursor:pointer;transition:all .3s ease;letter-spacing:1px}.error-page button:hover{opacity:.9;transform:scale(1.03)}@media (max-width: 750px){.error-page p{font-size:12px}.error-image{width:260px;height:auto;margin-bottom:24px}.error-page button{font-size:12px;padding:10px 17px;font-weight:600}}:root{--primary: #ffbd1b}.splash-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,var(--primary) 0%,#ffcc33 30%,#ffd84f 60%,#fff0b3 100%);color:#222;font-family:Poppins,sans-serif;overflow:hidden;pointer-events:none}.loader{width:60px;height:60px;border:6px solid rgba(255,255,255,.6);border-top:6px solid #fff;border-radius:50%;margin-bottom:20px}.splash-screen h2{font-size:1.4rem;font-weight:600;color:var(--dark);letter-spacing:.5px}.navbar-overlay{position:absolute;top:14px;right:14px;z-index:10;display:flex;align-items:center;gap:8px}.cart-btn{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:50%;color:var(--text);cursor:pointer;width:38px;height:38px;display:flex;justify-content:center;align-items:center;box-shadow:var(--shadow-sm);text-decoration:none;transition:background .2s,transform .1s}.cart-btn:hover{background:var(--surface-hover)}.cart-btn:active{transform:scale(.95)}.cart-badge{position:absolute;top:-4px;right:-4px;background:var(--soft-red);color:#fff;font-size:9px;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}.notif-btn{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:50%;color:var(--text);cursor:pointer;width:38px;height:38px;display:flex;justify-content:center;align-items:center;box-shadow:var(--shadow-sm);text-decoration:none;transition:background .2s,transform .1s}.notif-btn:hover{background:var(--surface-hover)}.notif-btn:active{transform:scale(.95)}.notif-badge{position:absolute;top:-2px;right:-2px;width:10px;height:10px;background:var(--soft-red);border-radius:50%;border:2px solid var(--surface)}.burger-btn{background:var(--primary);border:none;border-radius:50%;color:var(--on-primary);cursor:pointer;width:38px;height:38px;display:flex;justify-content:center;align-items:center;box-shadow:var(--shadow-sm);transition:transform .1s}.burger-btn:active{transform:scale(.95)}.mobile-drawer{position:fixed;top:0;right:0;width:min(84vw,300px);height:100vh;background:var(--surface);border-left:1px solid var(--border);z-index:999;padding:18px 16px;transform:translate(100%);transition:transform .25s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:8px}.mobile-drawer.show{transform:translate(0)}.drawer-header{display:flex;justify-content:space-between;align-items:center;font-weight:700;margin-bottom:12px;font-size:14px;color:var(--text)}.drawer-user{display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:4px;width:100%;text-align:left;cursor:pointer;transition:background .15s,border-color .15s}.drawer-user:hover{background:var(--surface-hover);border-color:var(--primary)}.drawer-user-chevron{color:var(--text-muted);flex-shrink:0;margin-left:auto}.drawer-user-avatar{width:34px;height:34px;border-radius:50%;background:var(--primary);color:var(--on-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.drawer-user-avatar img{width:100%;height:100%;object-fit:cover}.drawer-user-info{display:flex;flex-direction:column;min-width:0}.drawer-user-name{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drawer-user-email{font-size:11px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drawer-item{display:flex;align-items:center;gap:10px;padding:11px 12px;color:var(--text);text-decoration:none;border-radius:var(--radius-sm);font-size:13px;font-weight:500;transition:background .15s}.drawer-item:hover{background:var(--surface-hover)}.drawer-item.primary{margin-top:14px;background:var(--primary);color:var(--on-primary);justify-content:center;padding:11px 12px;font-weight:600;border-radius:var(--radius-sm)}.drawer-login{width:100%;border:none;cursor:pointer;font-family:inherit}.drawer-control{margin-top:8px;padding:12px;background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-sm)}.drawer-control-label{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:var(--text);font-size:12px;font-weight:600}.segmented-control{display:grid;grid-template-columns:repeat(2,1fr);gap:4px}.segmented-control button{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);border-radius:6px;padding:7px 6px;font-size:11px;font-weight:600;cursor:pointer;min-height:34px;transition:background .15s,color .15s,border-color .15s}.segmented-control button.active{background:var(--primary);color:var(--on-primary);border-color:var(--primary)}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--overlay);z-index:998;animation:fadeIn .15s ease}.close-btn-sidebar{border:none;border-radius:50%;background:var(--bg-red);width:30px;height:30px;display:flex;justify-content:center;align-items:center;color:var(--soft-red);cursor:pointer;transition:background .15s}.close-btn-sidebar:hover{background:var(--soft-red);color:#fff}.product-detail{min-height:100svh;color:var(--text)}.product-detail-back{position:absolute;top:12px;left:12px;z-index:10;width:36px;height:36px;border-radius:50%;border:none;background:var(--overlay);color:var(--text-inverse);display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-detail-back:active{transform:scale(.95)}.product-detail-image-wrapper{position:relative;height:260px;overflow:hidden;background:var(--surface-soft);margin-inline:calc(50% - 50vw);width:100vw}.product-detail-image{width:100%;height:100%;object-fit:cover}.product-detail-no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.product-detail-badge{display:inline-block;align-self:flex-start;margin-bottom:8px;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600}.product-detail-badge--out{background:var(--soft-red);color:var(--text-inverse)}.product-detail-badge--discount{background:#ef4444;color:#fff;box-shadow:0 2px 8px #ef444459}.product-detail-content{padding:16px;background:var(--surface);border-top:1px solid var(--border);display:flex;flex-direction:column;min-height:calc(100svh - 260px);margin-inline:calc(50% - 50vw);width:100vw;padding-inline:max(16px,calc((100vw - 640px)/2))}.wrap-product-stock{display:flex;justify-content:space-between;align-items:center;gap:8px}.product-detail-name{font-size:17px;font-weight:700;color:var(--text);overflow-wrap:anywhere;flex:1}.product-detail-stock{font-size:11px;white-space:nowrap}.product-detail-stock.ready{color:var(--mid-green)}.product-detail-stock.low{color:var(--soft-red)}.product-detail-price{margin-top:8px;font-size:20px;font-weight:700;color:var(--primary);display:flex;align-items:baseline;gap:8px}.product-detail-price-wrap{margin-top:8px;display:flex;flex-direction:column;gap:2px}.product-detail-price-original{font-size:13px;font-weight:500;color:var(--text-muted);text-decoration:line-through}.variant-price-note{font-size:12px;color:var(--text-muted);font-weight:400}.product-detail-desc{margin-top:14px}.product-detail-desc h4{font-size:11px;margin-bottom:4px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.product-detail-desc p{font-size:13px;color:var(--text-muted);line-height:1.6}.variant-section{margin-top:18px}.variant-label{font-size:13px;font-weight:600;color:var(--text);margin-bottom:10px}.variant-required{color:var(--soft-red);margin-left:3px}.variant-hint{font-size:11px;color:var(--soft-red);margin-bottom:8px;text-align:center}.variant-grid{display:flex;flex-wrap:wrap;gap:8px}.variant-chip{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 14px;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);cursor:pointer;font-size:12px;font-weight:600;transition:border-color .15s,background .15s,color .15s;min-width:70px;text-align:center}.variant-chip:hover:not(:disabled){border-color:var(--primary);background:var(--bg-orange)}.variant-chip.selected{border-color:var(--primary);background:var(--primary);color:var(--on-primary)}.variant-chip.unavailable{opacity:.45;cursor:not-allowed;text-decoration:line-through}.variant-chip-name{font-size:12px;font-weight:600}.variant-chip-price{font-size:10px;font-weight:500;opacity:.85}.variant-chip-out{font-size:9px;color:var(--soft-red)}.product-detail-bottom{margin-top:auto;padding-top:20px}.product-detail-btn{width:100%;background:var(--primary);color:var(--on-primary);border:none;padding:14px;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;transition:opacity .2s}.product-detail-btn:disabled{background:var(--surface-soft);color:var(--text-muted);cursor:not-allowed}@media (min-width: 760px){.product-detail-image-wrapper{height:min(45vw,420px)}.product-detail-content{min-height:calc(100svh - min(45vw,420px));padding-block:24px;padding-inline:max(24px,calc((100vw - 720px)/2))}.product-detail-name,.product-detail-price{font-size:24px}}@media (min-width: 1100px){.product-detail{display:grid;grid-template-columns:1fr 480px;min-height:100svh;align-items:start}.product-detail-image-wrapper{margin-inline:0;width:100%;height:100svh;position:sticky;top:0}.product-detail-content{margin-inline:0;width:100%;min-height:100svh;padding:32px 40px}}.pwa-install-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:flex-end;justify-content:center;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:16px;animation:pwa-fade-in .2s ease}.pwa-install-dialog{position:relative;background:var(--surface, #fff);border-radius:16px;padding:28px 24px 20px;max-width:360px;width:100%;text-align:center;box-shadow:0 -4px 24px #0000001f;animation:pwa-slide-up .3s ease}.pwa-install-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;border-radius:50%;background:var(--surface-soft, #f3f4f6);color:var(--text-muted, #6b7280);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease}.pwa-install-close:hover{background:var(--border, #e5e7eb)}.pwa-install-icon{width:60px;height:60px;margin:0 auto 16px;border-radius:14px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.pwa-install-icon--notif{background:linear-gradient(135deg,#f59e0b,#ea580c)}.pwa-install-icon--success{background:linear-gradient(135deg,#10b981,#059669)}.pwa-install-icon--denied{background:linear-gradient(135deg,#ef4444,#dc2626)}.pwa-install-title{margin:0 0 8px;font-size:18px;font-weight:700;color:var(--text, #1f2937)}.pwa-install-desc{margin:0 0 20px;font-size:13px;line-height:1.5;color:var(--text-muted, #6b7280)}.pwa-install-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border:none;border-radius:10px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;width:100%;justify-content:center}.pwa-install-btn:hover{transform:scale(1.02);box-shadow:0 4px 12px #4f46e54d}.pwa-install-btn:active{transform:scale(.98)}.pwa-install-ios-hint{margin:10px 0 0;font-size:11px;color:var(--text-muted, #9ca3af);line-height:1.4}.pwa-install-btn-secondary{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:10px 24px;margin-top:10px;border:none;border-radius:10px;background:transparent;color:var(--text-muted, #6b7280);font-size:13px;font-weight:500;cursor:pointer;transition:background .15s ease}.pwa-install-btn-secondary:hover{background:var(--surface-soft, #f3f4f6)}.pwa-install-checkbox{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;font-size:12px;color:var(--text-muted, #6b7280);cursor:pointer;-webkit-user-select:none;user-select:none}.pwa-install-checkbox input[type=checkbox]{width:14px;height:14px;accent-color:#4f46e5;cursor:pointer}.pwa-install-loading{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 0;font-size:13px;color:var(--text-muted, #6b7280)}.pwa-install-spinner{width:18px;height:18px;border:2px solid var(--border, #e5e7eb);border-top-color:#4f46e5;border-radius:50%;animation:pwa-spin .6s linear infinite}@keyframes pwa-fade-in{0%{opacity:0}to{opacity:1}}@keyframes pwa-slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pwa-spin{to{transform:rotate(360deg)}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:999}.modal-box{background:var(--light);padding:22px 20px 16px;border-radius:14px;width:90%;max-width:360px;text-align:center;animation:fadeIn .25s ease}.modal-box h3{margin-bottom:8px;font-size:15px;font-weight:600;color:var(--primary)}.modal-box p{font-size:13px;color:var(--dark);margin-bottom:18px}.modal-actions{display:grid;gap:6px;align-items:center}.modal-cancel{padding:10px 0;background:#f3f4f6;color:#374151;font-weight:600;border:none;border-radius:10px;cursor:pointer}.modal-ok{padding:10px 0;background:var(--soft-blue);color:var(--blue);font-weight:600;border:none;border-radius:10px;cursor:pointer}.modal-ok,.modal-cancel,.modal-info-ok{font-size:13px}.modal-info-box{text-align:center}.modal-info-icon{font-size:36px;line-height:1;margin-bottom:10px}.modal-info-title{font-size:15px;font-weight:700;margin:0 0 8px}.modal-info-message{font-size:13px;color:var(--dark);margin-bottom:18px;line-height:1.5}.modal-info--error .modal-info-title{color:#dc2626}.modal-info--warning .modal-info-title{color:#d97706}.modal-info--info .modal-info-title{color:var(--blue, #2563eb)}.modal-info--success .modal-info-title{color:#15803d}.modal-info--error{border-top:4px solid #dc2626}.modal-info--warning{border-top:4px solid #f59e0b}.modal-info--info{border-top:4px solid var(--blue, #2563eb)}.modal-info--success{border-top:4px solid #22c55e}.modal-info-actions{display:flex;justify-content:center}.modal-info-ok{width:100%;padding:10px 0;background:var(--soft-blue);color:var(--blue);font-weight:600;border:none;border-radius:10px;cursor:pointer}.modal-info--error .modal-info-ok{background:#fef2f2;color:#dc2626}.modal-info--warning .modal-info-ok{background:#fffbeb;color:#b45309}.modal-info--success .modal-info-ok{background:#f0fdf4;color:#15803d}@keyframes fadeIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.empty-state{margin-top:40%;padding:0 24px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;color:var(--disabled);height:40vh}.empty-state svg{color:var(--disabled)}.empty-title{font-size:13px;font-weight:500;margin:0;color:var(--dark)}.empty-description{font-size:11px;margin:0;max-width:240px;line-height:1.4;color:var(--disabled)}.cart-page{min-height:100vh;background:var(--bg-color);display:flex;flex-direction:column}.cart-hero{position:relative;padding:14px 20px;flex-shrink:0;margin-left:-14px;margin-right:-14px;display:flex;align-items:center;gap:12px}.cart-hero:before{display:none}.cart-hero:after{display:none}.cart-hero-back{position:relative;left:auto;z-index:2;width:36px;height:36px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;box-shadow:0 4px 10px #0000001f;flex-shrink:0}.cart-hero-back:hover{background:var(--surface-hover)}.cart-hero-content{position:relative;z-index:1;display:flex;align-items:center;gap:10px}.cart-hero-icon{width:48px;height:48px;border-radius:13px;background:var(--surface-soft);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text);flex-shrink:0}.cart-hero-title{font-size:16px;font-weight:700;color:var(--text);line-height:1.2}.cart-hero-sub{font-size:12px;font-weight:500;color:var(--text-muted);margin:0}.cart-body{flex:1;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;max-width:980px;width:100%;margin:0 auto;padding:20px 0 40px;align-items:flex-start}.cart-items-wrap{display:flex;flex-direction:column;gap:12px}.cart-item-card{display:flex;gap:12px;padding:14px;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:border-color .15s}.cart-item-card:hover{border-color:var(--primary)}.cart-item-img{width:72px;height:72px;flex-shrink:0;border-radius:10px;object-fit:cover;border:1px solid var(--border)}.cart-item-img--empty{display:flex;align-items:center;justify-content:center;background:var(--surface-soft);color:var(--text-muted)}.cart-item-detail{flex:1;min-width:0;display:flex;flex-direction:column;gap:7px}.cart-item-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.cart-item-name{font-size:14px;font-weight:700;color:var(--text);margin:0;line-height:1.35;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-item-delete{flex-shrink:0;width:26px;height:26px;border-radius:50%;border:none;background:var(--bg-red, #ffcec5);color:var(--soft-red);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:13px;transition:background .15s,transform .1s}.cart-item-delete:hover{background:var(--soft-red);color:#fff;transform:scale(1.08)}.cart-variant-badge{display:inline-block;margin-left:6px;padding:1px 8px;background:var(--primary);color:var(--on-primary);border-radius:999px;font-size:10px;font-weight:600;vertical-align:middle;white-space:nowrap}.cart-item-mid{display:flex;align-items:center;justify-content:space-between;gap:10px}.cart-item-price{font-size:13px;font-weight:600;color:var(--text-muted)}.cart-item-price-wrap{display:flex;flex-direction:column;gap:1px}.cart-item-price-original{font-size:11px;font-weight:400;color:var(--text-muted);text-decoration:line-through}.cart-item-total{font-size:13px;font-weight:500;color:var(--text);margin:0}.cart-item-total strong{font-weight:700;color:var(--primary-hover, #e07800)}.qty-controls{display:flex;align-items:center;gap:8px;padding:4px 8px;border-radius:999px;background:var(--surface-soft);border:1px solid var(--border);flex-shrink:0}.qty-value{min-width:22px;text-align:center;font-size:13px;font-weight:700;color:var(--text)}.qty-controls img,.qty-controls .controls-img{width:22px;height:22px;flex-shrink:0;cursor:pointer;transition:transform .1s}.qty-controls img:hover,.qty-controls .controls-img:hover{transform:scale(1.15)}.cart-note-wrapper{display:flex;flex-direction:column}.cart-note-input{width:100%;padding:7px 10px;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--input-bg);color:var(--text);font-size:12px;outline:none;transition:border-color .15s;box-sizing:border-box}.cart-note-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #ffbd1b26}.note-counter{margin-top:3px;color:var(--text-muted);font-size:9px;text-align:right}.cart-summary-wrap{position:sticky;top:20px;display:flex;flex-direction:column;gap:10px}.cart-summary{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden}.cart-summary-header{padding:13px 16px;border-bottom:1px solid var(--border);font-size:13px;font-weight:700;color:var(--text)}.cart-summary-body{padding:14px 16px;display:flex;flex-direction:column;gap:9px}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:13px;color:var(--text)}.cart-summary-row p,.cart-summary-row b{margin:0}.cart-summary-row--muted p{color:var(--text-muted);font-size:12px}.cart-summary-row--total{padding-top:10px;border-top:1.5px solid var(--border);margin-top:2px}.cart-summary-row--total b{font-size:15px;font-weight:800}.cart-order-btn{width:100%;padding:14px;border:none;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--primary) 0%,var(--primary-hover) 100%);color:var(--on-primary);font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 4px 14px #ffbd1b52;transition:filter .15s,transform .1s,opacity .15s}.cart-order-btn:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-1px)}.cart-order-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.cart-back-btn{width:100%;padding:12px;border:1.5px solid var(--border);border-radius:var(--radius-md);background:transparent;color:var(--text-muted);font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.cart-back-btn:hover{background:var(--surface-soft);color:var(--text)}@media (min-width: 1025px){.cart-hero{margin-left:0;margin-right:0;border-radius:var(--radius-md);padding:14px 24px}.cart-body{grid-template-columns:minmax(0,1fr) 340px;padding:24px 0 48px}}@media (min-width: 751px) and (max-width: 1024px){.cart-hero{margin-left:-4%;margin-right:-4%}.cart-body{display:flex;flex-direction:column;padding:20px 0 40px;gap:16px}.cart-summary-wrap{position:static}}@media (max-width: 750px){.cart-hero{margin-left:0;margin-right:-14px;display:flex;align-items:center;padding:20px 8px 10px;gap:20px}.cart-hero-title{font-size:15px}.cart-hero-sub{font-size:11px}.cart-hero-content{margin-left:0;padding-left:0}.cart-body{display:flex;flex-direction:column;padding:14px 0 0;gap:10px;padding-bottom:var(--cart-bottom-space, 220px);align-items:normal;width:100%}.cart-summary-wrap{position:fixed;left:0;right:0;bottom:0;z-index:100;top:auto;gap:0;background:var(--surface);border-top:1.5px solid var(--border);border-top-left-radius:20px;border-top-right-radius:20px;box-shadow:0 -6px 28px #0f172a21;padding:0 14px max(16px,env(safe-area-inset-bottom,16px));overflow:visible}.cart-summary-wrap:before{content:"";display:block;width:36px;height:4px;border-radius:2px;background:var(--border);margin:10px auto 12px}.cart-summary{border:none;box-shadow:none;border-radius:0;background:transparent;overflow:visible}.cart-summary-header{padding:0 0 10px;font-size:12px}.cart-summary-body{padding:10px 0 8px;gap:7px}.cart-summary-row{font-size:12px}.cart-summary-row--muted p{font-size:11px}.cart-summary-row--total b{font-size:14px}.cart-order-btn{padding:13px;font-size:14px;margin-top:6px}.cart-back-btn{padding:10px;font-size:12px;margin-top:6px}.cart-item-card{padding:12px;gap:10px}.cart-item-img{width:62px;height:62px}.cart-item-name{font-size:13px}.cart-item-price,.cart-item-total{font-size:12px}.qty-controls img,.qty-controls .controls-img{width:20px;height:20px}.qty-value{font-size:12px}}@media (max-width: 400px){.cart-hero{padding:20px 8px 10px}.cart-item-img{width:56px;height:56px}}.coming-soon{display:flex;justify-content:center;align-items:center}@media (max-width: 750px){.coming-soon{height:80vh}.coming-soon img{width:80%}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.best-seller{background:transparent;padding:0 14px}.best-seller .container{max-width:100%;margin:18px 0 0}.best-seller .title{font-size:15px;font-weight:700;margin-bottom:12px;color:var(--text)}.best-seller .swiper-slide{position:relative;z-index:2;width:150px}.product-card{position:relative;z-index:2;height:100%;padding:8px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden;transition:transform .15s,box-shadow .15s}.product-card:active{transform:scale(.98)}.product-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.product-image img,.no-product-image{width:100%;height:110px;object-fit:cover;border-radius:8px;transition:transform .2s ease}.product-image img:hover{transform:scale(1.02)}.no-product-image{display:flex;align-items:center;justify-content:center;background:var(--surface-soft);color:var(--text-muted)}.product-info{max-width:100%;overflow:hidden;width:100%}.product-info h3{font-size:12px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;max-width:100%;margin:0}.product-info small{color:var(--text-muted);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;max-width:100%}.buy-btn{background:var(--primary);color:var(--on-primary);border:none;border-radius:6px;padding:7px 12px;font-weight:600;font-size:11px;cursor:pointer;transition:background .15s,transform .1s;width:100%;letter-spacing:0}.buy-btn:hover{background:var(--primary-hover)}.buy-btn:active{transform:scale(.97)}.buy-btn:disabled{opacity:.5;cursor:not-allowed}.best-seller .swiper-pagination{position:relative;z-index:1;margin-top:10px;pointer-events:auto}.bs-price-wrap{display:flex;align-items:baseline;gap:4px;margin-bottom:4px;justify-content:center}.bs-price-original{font-size:10px;color:var(--text-muted);text-decoration:line-through}.bs-price-final{font-size:13px;font-weight:700;color:var(--primary-hover)}.bs-discount-badge{position:absolute;top:8px;left:8px;z-index:6;background:#ef4444;color:#fff;font-size:9px;font-weight:700;padding:2px 6px;border-radius:5px;pointer-events:none;box-shadow:0 2px 6px #ef44444d}@media (max-width: 750px){.best-seller{padding:0}.best-seller .title{font-size:14px;margin-bottom:10px}.best-seller .container{margin:14px 0 0}.best-seller .swiper-slide{width:140px}.product-card{padding:7px;border-radius:10px}.product-image img,.no-product-image{height:90px}.product-info h3{font-size:11px}.product-info small{font-size:9px}.buy-btn{font-size:10px;padding:6px 10px}.bs-price-wrap{flex-direction:row-reverse;justify-content:space-between}}@media (min-width: 1024px){.best-seller{padding:0}}.bottom-cart{position:fixed;bottom:max(16px,env(safe-area-inset-bottom));left:0;right:0;margin:0 auto;width:min(90%,480px);background:linear-gradient(135deg,var(--primary) 0%,var(--primary-hover) 100%);justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;box-shadow:0 6px 24px #ff99004d;z-index:991;display:none;border:1.5px solid rgba(255,255,255,.2);border-radius:16px;animation:bottomCartIn .35s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes bottomCartIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.bottom-cart-left{display:flex;flex-direction:column;gap:1px}.bottom-cart-total{font-size:13px;font-weight:700;margin:0;color:var(--on-primary)}.bottom-cart-price{font-size:11px;margin:0;color:var(--on-primary);opacity:.75}.bottom-cart-button{background:var(--button-dark);color:var(--text-inverse);padding:8px 16px;border-radius:var(--radius-sm);border:none;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s,transform .1s}.bottom-cart-button:hover{background:var(--button-dark-hover)}.bottom-cart-button:active{transform:scale(.97)}@media (max-width: 750px){.bottom-cart{display:flex!important}}.explore-menu{display:flex;flex-direction:column;gap:12px;margin-top:18px;padding:0 14px}.explore-menu h2{color:var(--text);font-weight:700;font-size:15px;margin:0}.explore-menu-text{max-width:100%;color:var(--text-muted);font-size:12px}.explore-menu-list{display:flex;align-items:center;gap:10px;overflow-x:auto;padding:2px 0 6px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.explore-menu-list::-webkit-scrollbar{display:none}.explore-menu-list-item{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:6px;min-width:56px;cursor:pointer;scroll-snap-align:start}.explore-menu-list-item img{width:48px;height:48px;min-width:48px;cursor:pointer;border-radius:50%;transition:transform .15s}.explore-menu-list-item p{margin:0;color:var(--text-muted);font-size:10px;font-weight:500;max-width:56px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.icon-bg{display:flex;justify-content:center;align-items:center;border-radius:50%;width:46px;height:46px;color:var(--blue);background:var(--soft-blue);border:1.5px solid transparent;transition:transform .15s,border-color .15s,background .15s}.explore-menu-list-item:hover .icon-bg{transform:translateY(-1px)}.explore-menu-list-item.active .icon-bg,.explore-menu-list-item .icon-bg.active{background:var(--primary);border-color:var(--primary);color:var(--on-primary)}.explore-menu-list-item.active p{color:var(--text);font-weight:600}.explore-menu hr{margin:6px 0 0;height:1px;width:100%;background-color:var(--border);border-radius:5px;border:none}.pipe{color:var(--primary)}@media (max-width: 750px){.explore-menu{gap:8px;margin-top:14px;padding:0}.explore-menu h2{font-size:14px}.explore-menu-list{gap:8px;padding-bottom:4px}.explore-menu-list-item{min-width:50px;gap:4px}.explore-menu-list-item p{font-size:9px;max-width:50px}.icon-bg{width:40px;height:40px}.explore-menu-list-item img{width:40px;height:40px;min-width:40px}}@media (min-width: 1024px){.explore-menu{padding:0}.icon-bg{width:52px;height:52px}}.food-item{position:relative;width:100%;overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);cursor:pointer;animation:fadeIn .3s ease;transition:transform .15s,box-shadow .15s}.food-item:active{transform:scale(.98)}.food-item-img-container{position:relative;overflow:hidden;background:var(--surface-soft);aspect-ratio:4 / 3}.food-item-image,.no-food-item-image{width:100%;height:100%;object-fit:cover;display:flex;align-items:center;justify-content:center}.no-food-item-image{color:var(--text-muted)}.food-item-info{display:flex;flex-direction:column;gap:4px;padding:10px}.food-item-name{min-width:0;color:var(--text);font-size:12px;font-weight:600;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.food-item-desc,.food-item-stock{color:var(--text-muted);font-size:10px;line-height:1.3}.food-item-desc{min-height:26px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.food-item-stock.in_stock{color:var(--mid-green);font-weight:600}.food-item-stock.out_stock{color:var(--soft-red);font-weight:600}.food-item-stock.low_stock{color:var(--primary-hover);font-weight:600}.food-item-variant-hint{font-size:9px;color:var(--primary);font-weight:600}.food-item-price{color:var(--primary-hover);font-size:13px;font-weight:700;text-align:right}.food-item-price-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:1px}.food-item-price-original{color:var(--text-muted);font-size:10px;font-weight:500;text-decoration:line-through}.food-item-price--final{color:var(--primary-hover);font-size:13px;font-weight:700}.food-item-discount-badge{position:absolute;top:6px;left:6px;z-index:6;background:#ef4444;color:#fff;font-size:9px;font-weight:700;padding:2px 6px;border-radius:5px;line-height:1.4;box-shadow:0 2px 6px #ef44444d;pointer-events:none}.food-item-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;display:flex;align-items:center;justify-content:center;background:#0f172a66;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.food-item-overlay span{background:var(--soft-red);color:var(--text-inverse);padding:5px 14px;border-radius:999px;font-size:10px;font-weight:700;text-transform:uppercase;box-shadow:var(--shadow-sm)}.food-item-img-container .add{position:absolute;right:8px;bottom:8px;width:30px;height:30px;padding:2px;border-radius:50%;background-color:var(--primary);cursor:pointer;box-shadow:var(--shadow-sm);transition:transform .1s}.food-item-img-container .add:active{transform:scale(.9)}.food-item-count{position:absolute;right:8px;bottom:8px;display:flex;align-items:center;gap:6px;padding:4px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.food-item-count img{width:24px;height:24px}.food-item-count p{min-width:16px;text-align:center;font-size:11px;font-weight:700}.food-item img.disabled{opacity:.4;pointer-events:none;cursor:not-allowed}.food-item-count img.disabled{filter:grayscale(1)}@media (max-width: 750px){.food-item{border-radius:10px}.food-item:hover{transform:none;box-shadow:var(--shadow-sm)}.food-item-info{gap:3px;padding:8px}.food-item-name{font-size:11px}.food-item-price,.food-item-price--final{font-size:12px}.food-item-desc,.food-item-stock{font-size:9px}.food-item-desc{min-height:22px}.food-item-img-container .add{width:28px;height:28px;right:6px;bottom:6px}.food-item-count{right:6px;bottom:6px;gap:4px;padding:3px}.food-item-count img{width:22px;height:22px}.food-item-overlay span{font-size:9px;padding:4px 10px}}@media (min-width: 1024px){.food-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.food-item-info{padding:12px;gap:6px}.food-item-name{font-size:14px}}.search-wrapper{position:relative;margin-top:14px;z-index:5;margin-bottom:10px;padding:0 14px}.search-box{background:var(--surface);display:flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-muted);box-shadow:var(--shadow-sm);transition:border-color .15s,box-shadow .15s}.search-box input{border:none;outline:none;width:100%;min-width:0;background:transparent;color:var(--text);font-size:13px}.search-box input:focus,.search-box input:focus-visible{outline:none;box-shadow:none}.search-box svg{flex:0 0 auto;color:var(--text-muted)}@media (max-width: 750px){.search-wrapper{margin-top:12px;margin-bottom:8px;padding:0 14px}.search-box{padding:9px 12px}.search-box input{font-size:12px}}@media (min-width: 1024px){.search-wrapper{padding:0}}.food-display{margin-top:16px;padding:0 14px}.food-display h2{font-size:15px;font-weight:700;color:var(--text);margin:0}.food-display-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:12px;gap:12px}.btn-container{display:flex;justify-content:space-between;align-items:center}.btn-all{text-decoration:none;border:none;background:var(--primary);color:var(--on-primary);padding:6px 12px;border-radius:6px;font-weight:600;font-size:11px;letter-spacing:0}.food-filter-list{display:flex;gap:8px;overflow-x:auto;padding:4px 0 8px;margin-top:8px;-webkit-overflow-scrolling:touch}.food-filter-list::-webkit-scrollbar{display:none}.food-filter-chip{flex:0 0 auto;padding:6px 12px;border:1px solid var(--border);border-radius:20px;background:var(--surface);color:var(--text-muted);font-size:11px;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s,color .15s}.food-filter-chip:hover{border-color:var(--primary);color:var(--text)}.food-filter-chip.active{background:var(--primary);border-color:var(--primary);color:var(--on-primary);font-weight:600}@media (max-width: 750px){.food-display{margin-top:12px;padding:0}.food-display h2{font-size:14px}.food-display-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px;margin-bottom:20px}.food-display-list.active{margin-bottom:120px}}@media (max-width: 360px){.food-display-list{grid-template-columns:1fr}}@media (min-width: 751px) and (max-width: 1023px){.food-display-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}}@media (min-width: 1024px){.food-display{padding:0}.food-display-list{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:18px}}.header{aspect-ratio:16 / 9;position:relative;overflow:hidden;border-radius:var(--radius-md);margin:0}.header-swiper{height:100%;width:100%;z-index:0}.header .with-cart{margin:0}.header-slide{position:relative;width:100%;height:100%}.header-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000026,#00000005 40%,#0003);pointer-events:none;border-radius:inherit}.header-contents{position:absolute;display:flex;flex-direction:column;align-items:start;gap:6px;max-width:60%;bottom:16%;left:16px;z-index:2}.header-contents h2{color:var(--text-inverse);font-size:clamp(16px,3.5vw,28px);font-weight:700;text-shadow:0 1px 4px rgba(0,0,0,.3)}.header-contents p{color:var(--text-inverse);font-size:clamp(11px,1vw,15px);opacity:.9}.header-contents button{border:none;color:var(--blue);font-weight:600;padding:6px 14px;background-color:var(--soft-blue);font-size:12px;border-radius:50px}.swiper-button-next,.swiper-button-prev{display:none!important}.swiper-pagination-bullet{background:var(--text-inverse);opacity:.5}.swiper-pagination-bullet-active{opacity:1}@media (max-width: 750px){.header{border-radius:0;margin-left:-14px;margin-right:-14px;width:calc(100% + 28px)}.header-contents{max-width:70%;bottom:14%;left:14px}.header-contents h2{font-size:clamp(13px,3vw,20px)}.header-contents p{display:none}.header-contents button{padding:5px 12px;font-size:11px}.header-contents.with-cart{bottom:10%}}@media (min-width: 1024px){.header{border-radius:var(--radius-md)}}.tenant-header{margin-top:-20px;margin-left:14px;margin-right:14px;padding:12px 14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);display:flex;align-items:center;gap:10px;box-shadow:var(--shadow-sm);position:relative;z-index:2;cursor:pointer;transition:border-color .15s,background .15s}.tenant-header:active{background:var(--surface-hover);border-color:var(--primary)}.tenant-logo{width:36px;height:36px;object-fit:cover;border-radius:8px;border:1px solid var(--border);flex-shrink:0}.tenant-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:var(--surface-soft);border:1px solid var(--border);color:var(--text-muted);flex-shrink:0}.tenant-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.tenant-name{font-size:13px;font-weight:700;color:var(--text);margin:0;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tenant-address{font-size:11px;color:var(--text-muted);margin:0;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tenant-map-icon{color:var(--text-muted);flex-shrink:0}.tenant-map-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--overlay);z-index:200;animation:fadeIn .15s ease}.tenant-map-drawer{position:fixed;left:0;right:0;bottom:0;z-index:201;background:var(--surface);border-radius:20px 20px 0 0;padding:12px 16px calc(env(safe-area-inset-bottom,0px) + 16px);display:flex;flex-direction:column;gap:12px;height:85vh;max-height:90vh;overflow:hidden;animation:tenantDrawerUp .25s cubic-bezier(.4,0,.2,1)}@keyframes tenantDrawerUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.tenant-map-handle{width:36px;height:4px;border-radius:2px;background:var(--border);margin:0 auto 4px}.tenant-map-header{display:flex;align-items:center;justify-content:space-between}.tenant-map-header-left{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:var(--text)}.tenant-map-close{width:30px;height:30px;border-radius:50%;border:none;background:var(--surface-soft);color:var(--text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}.tenant-map-close:hover{background:var(--surface-hover)}.tenant-map-content{display:flex;flex-direction:column;gap:12px;flex:1;min-height:0}.tenant-map-frame-wrap{border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border);flex:1;min-height:0;position:relative}.tenant-map-frame{width:100%;height:100%;border:none;display:block;position:absolute;top:0;left:0}.tenant-map-info{display:flex;flex-direction:column;gap:2px}.tenant-map-name{font-size:14px;font-weight:700;color:var(--text);margin:0}.tenant-map-address{font-size:12px;color:var(--text-muted);margin:0;line-height:1.4}.tenant-map-directions-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:12px;background:var(--primary);color:var(--on-primary);border-radius:var(--radius-sm);font-size:13px;font-weight:600;text-decoration:none;transition:background .15s,transform .1s}.tenant-map-directions-btn:hover{background:var(--primary-hover)}.tenant-map-directions-btn:active{transform:scale(.98)}.tenant-map-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 16px;gap:8px}.tenant-map-empty-icon{width:56px;height:56px;border-radius:50%;background:var(--surface-soft);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-muted);margin-bottom:4px}.tenant-map-empty-title{font-size:14px;font-weight:700;color:var(--text);margin:0}.tenant-map-empty-desc{font-size:12px;color:var(--text-muted);margin:0;line-height:1.5;max-width:280px}@media (max-width: 750px){.tenant-header{margin-top:-16px;margin-left:12px;margin-right:12px;padding:10px 12px}.tenant-logo,.tenant-icon{width:32px;height:32px}.tenant-name{font-size:12px}.tenant-address{font-size:10px}}@media (min-width: 1024px){.tenant-header{margin-top:-24px;margin-left:0;margin-right:0}.tenant-map-drawer{max-width:480px;left:50%;transform:translate(-50%);border-radius:20px 20px 0 0}}.tvs-section{padding:0 16px 4px;position:relative}.tvs-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.tvs-header-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--primary-light, #fff7ed);color:var(--primary, #f97316);border-radius:8px}.tvs-title{font-size:15px;font-weight:700;color:var(--text);margin:0}.tvs-swiper{padding-bottom:28px!important}.tvs-swiper .swiper-pagination{bottom:4px}.tvs-swiper .swiper-pagination-bullet-active{background:var(--primary, #f97316)}.tvs-card{display:flex;align-items:stretch;background:var(--surface);border:1px solid var(--border, #e5e7eb);border-radius:12px;overflow:hidden;position:relative;transition:box-shadow .18s}.tvs-card:hover{box-shadow:0 4px 16px #00000014}.tvs-card--claimed{opacity:.65}.tvs-notch{position:absolute;top:50%;transform:translateY(-50%);width:16px;height:16px;background:var(--background, #f9fafb);border-radius:50%;z-index:1}.tvs-notch--left{left:-8px;border:1px solid var(--border, #e5e7eb)}.tvs-notch--right{right:-8px;border:1px solid var(--border, #e5e7eb)}.tvs-card-left{flex:1;padding:12px 14px 12px 18px;min-width:0}.tvs-card-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(135deg,var(--primary, #f97316),#fb923c);color:#fff;border-radius:8px;margin-bottom:8px}.tvs-card-discount{font-size:17px;font-weight:800;color:var(--primary, #f97316);margin:0 0 2px;line-height:1.2}.tvs-card-name{font-size:13px;font-weight:600;color:var(--text);margin:0 0 3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tvs-card-desc{font-size:11.5px;color:var(--text-muted, #9ca3af);margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tvs-card-meta{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.tvs-card-meta span{display:inline-flex;align-items:center;gap:3px;font-size:11px;color:var(--text-muted, #6b7280);background:var(--surface-soft, #f3f4f6);padding:2px 7px;border-radius:999px}.tvs-card-meta--urgent{color:#dc2626!important;background:#fee2e2!important;font-weight:600}.tvs-card-divider{width:1px;background:repeating-linear-gradient(to bottom,var(--border, #e5e7eb) 0,var(--border, #e5e7eb) 6px,transparent 6px,transparent 12px);margin:8px 0;flex-shrink:0}.tvs-card-right{display:flex;align-items:center;justify-content:center;padding:12px 14px;flex-shrink:0}.tvs-card-claim-btn{display:flex;flex-direction:column;align-items:center;gap:4px;background:var(--primary, #f97316);color:#fff;border:none;border-radius:10px;padding:10px 14px;font-size:12px;font-weight:700;cursor:pointer;transition:background .15s,transform .1s;min-width:60px}.tvs-card-claim-btn:hover:not(:disabled){background:var(--primary-hover, #ea6c0a);transform:translateY(-1px)}.tvs-card-claim-btn:disabled{opacity:.7;cursor:not-allowed}.tvs-card-claimed-badge{display:flex;flex-direction:column;align-items:center;gap:4px;color:#16a34a;font-size:11px;font-weight:700}.tvs-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:tvs-spin .6s linear infinite}@keyframes tvs-spin{to{transform:rotate(360deg)}}.tvs-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000038;z-index:200;animation:fadeIn .15s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.tvs-modal{position:fixed;left:50%;bottom:35%;width:min(340px,90vw);background:var(--surface);border-radius:20px;padding:28px 24px 22px;z-index:201;text-align:center;box-shadow:0 20px 60px #0003;transform:translate(-50%);animation:bottomSheetUp .25s ease-out}@keyframes bottomSheetUp{0%{opacity:0;transform:translate(-50%) translateY(100px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.tvs-modal-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:var(--primary-light, #fff7ed);color:var(--primary, #f97316);border-radius:50%;margin-bottom:14px}.tvs-modal-title{font-size:16px;font-weight:700;color:var(--text);margin:0 0 8px}.tvs-modal-desc{font-size:13px;color:var(--text-muted, #6b7280);line-height:1.5;margin:0 0 20px}.tvs-modal-actions{display:flex;gap:10px}.tvs-modal-cancel{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px;border:1px solid var(--border, #e5e7eb);border-radius:10px;background:transparent;color:var(--text-muted, #6b7280);font-size:13px;font-weight:600;cursor:pointer}.tvs-modal-login{flex:1.3;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px;border:none;border-radius:10px;background:var(--primary, #f97316);color:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:background .15s}.tvs-modal-login:hover{background:var(--primary-hover, #ea6c0a)}.tvs-toast{position:fixed;bottom:80px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;padding:10px 18px;border-radius:999px;font-size:11px;font-weight:600;z-index:300;animation:tvs-toast-in .25s ease forwards,tvs-toast-out .3s ease 2.7s forwards;white-space:nowrap;box-shadow:0 4px 16px #00000026;max-width:90vw;text-overflow:ellipsis}@keyframes tvs-toast-in{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes tvs-toast-out{to{opacity:0;transform:translate(-50%) translateY(8px)}}.tvs-toast--success{background:#16a34a;color:#fff}.tvs-toast--error{background:#dc2626;color:#fff}[data-theme=dark] .tvs-notch{background:var(--background, #111827)}[data-theme=dark] .tvs-card-meta span{background:var(--surface-soft, #1f2937)}@media (max-width: 750px){.tvs-section{padding:0}.tvs-card-desc{font-size:11.5px;color:var(--text-muted, #9ca3af);margin:0 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.home-wrapper{color:var(--text);max-width:520px;margin:0 auto;padding:0 0 100px;min-height:100vh;animation:fadeIn .2s ease}.manual-open-banner{background:#fff8e1;color:#856404;border:1px solid #ffeeba;border-radius:var(--radius-sm);padding:8px 14px;font-size:12px;text-align:center;font-weight:500;margin:8px 0}[data-theme=dark] .manual-open-banner{background:#3b2f00;color:#ffd54f;border-color:#5a4200}.main-content{transition:margin-right .3s ease}.main-content.with-sidebar{margin-right:min(420px,32vw)}.cart-item-home-page{position:fixed;top:0;right:0;height:100vh;width:min(420px,32vw);min-width:340px;background:var(--surface);border-left:1px solid var(--border);box-shadow:var(--shadow-md);padding:20px;z-index:90;overflow-y:auto;animation:fadeIn ease-in-out .3s}@media (max-width: 1180px){.cart-item-home-page{width:340px;min-width:0}.main-content.with-sidebar{margin-right:340px}}@media (max-width: 900px){.cart-item-home-page{display:none}.main-content,.main-content.with-sidebar{margin-right:0}}@media (max-width: 750px){.home-wrapper{padding:0 0 90px}}.otp-container{display:flex;flex-direction:column;align-items:center;gap:12px;padding:4px 0;width:100%}.otp-icon{font-size:44px;line-height:1;margin-bottom:2px}.otp-title{font-size:20px;font-weight:700;color:var(--text);text-align:center}.otp-subtitle{font-size:13px;color:var(--text-muted);text-align:center;margin-top:-4px}.otp-email{font-size:14px;font-weight:600;color:var(--primary);text-align:center;word-break:break-all}.otp-inputs{display:flex;gap:10px;justify-content:center;margin:12px 0 4px}.otp-input{width:44px;height:52px;text-align:center;font-size:22px;font-weight:700;color:var(--text);background:var(--input-bg);border:2px solid var(--input-border);border-radius:var(--radius-sm);caret-color:var(--primary);transition:border-color .15s,box-shadow .15s,background .15s;-moz-appearance:textfield;outline:none}.otp-input::-webkit-outer-spin-button,.otp-input::-webkit-inner-spin-button{-webkit-appearance:none}.otp-input:focus{border-color:var(--primary);box-shadow:var(--focus-ring)}.otp-input--filled{background:color-mix(in srgb,var(--primary) 8%,var(--input-bg));border-color:var(--primary)}.otp-input--error{border-color:var(--soft-red);background:color-mix(in srgb,var(--soft-red) 6%,var(--input-bg))}.otp-input:disabled{opacity:.5;cursor:not-allowed}.otp-error{font-size:12px;color:var(--soft-red);text-align:center;line-height:1.4}.otp-remaining{font-weight:600}.otp-resend-msg{font-size:12px;color:var(--primary);text-align:center;line-height:1.4}.otp-wait-msg{font-size:12px;color:#b45309;background:#fef3c7;border:1px solid #fcd34d;border-radius:6px;padding:6px 12px;text-align:center;line-height:1.4;width:100%;box-sizing:border-box}.otp-submit{width:100%;padding:12px;background:var(--primary);color:var(--on-primary);border:none;border-radius:var(--radius-sm);font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s;margin-top:8px}.otp-submit:hover:not(:disabled){background:var(--primary-hover)}.otp-submit:disabled{opacity:.6;cursor:not-allowed}.otp-resend{display:flex;align-items:center;gap:6px;font-size:13px;flex-wrap:wrap;justify-content:center;margin-top:4px}.otp-resend-label{color:var(--text-muted)}.otp-resend-btn{background:none;border:none;color:var(--primary);font-size:13px;font-weight:600;cursor:pointer;padding:0;text-decoration:underline}.otp-resend-btn:disabled{opacity:.5;cursor:not-allowed}.otp-countdown{font-size:13px;color:var(--text-muted)}.otp-countdown strong{color:var(--text);font-variant-numeric:tabular-nums;min-width:28px;display:inline-block;text-align:right}.otp-back{background:none;border:none;color:var(--text-muted);font-size:12px;cursor:pointer;text-align:center;text-decoration:underline;padding:0;margin-top:4px}@media (max-width: 380px){.otp-inputs{gap:7px}.otp-input{width:38px;height:46px;font-size:19px}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-color)}.login-card{width:100%;max-width:420px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:32px 28px;box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:18px}.login-brand{text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.login-brand-icon{width:48px;height:48px;background:var(--primary);color:var(--on-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.login-title{font-size:20px;font-weight:700;color:var(--text)}.login-subtitle{font-size:13px;color:var(--text-muted)}.login-google{display:flex;justify-content:center;width:100%}.google-btn-wrapper{width:100%;display:flex;justify-content:center;overflow:hidden;border-radius:var(--radius-sm)}.login-divider{display:flex;align-items:center;gap:10px;color:var(--text-muted);font-size:12px}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:var(--border)}.login-form{display:flex;flex-direction:column;gap:14px}.login-field{display:flex;flex-direction:column;gap:6px}.login-field label{font-size:12px;font-weight:600;color:var(--text)}.login-field input{width:100%;padding:11px 14px;border:1px solid var(--input-border);border-radius:var(--radius-sm);font-size:14px;background:var(--input-bg);color:var(--text);transition:border-color .2s,box-shadow .2s}.login-field input:focus{outline:none;border-color:var(--primary);box-shadow:var(--focus-ring)}.login-password-wrap{position:relative}.login-password-wrap input{padding-right:42px}.login-eye{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-muted);cursor:pointer;padding:2px;display:flex;align-items:center}.login-error{font-size:12px;color:var(--soft-red);text-align:center}.login-submit{width:100%;padding:12px;background:var(--primary);color:var(--on-primary);border:none;border-radius:var(--radius-sm);font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s;margin-top:4px}.login-submit:hover:not(:disabled){background:var(--primary-hover)}.login-submit:disabled{opacity:.6;cursor:not-allowed}.login-toggle{text-align:center;font-size:13px;color:var(--text-muted)}.login-toggle button{background:none;border:none;color:var(--primary);font-size:13px;font-weight:600;cursor:pointer;padding:0}.login-back{background:none;border:none;color:var(--text-muted);font-size:12px;cursor:pointer;text-align:center;text-decoration:underline;padding:0;align-self:center}@media (max-width: 480px){.login-card{padding:24px 18px;box-shadow:none;border-radius:var(--radius-sm)}}.notif-page{max-width:520px;margin:0 auto;min-height:100vh;background:var(--bg-color);display:flex;flex-direction:column;animation:fadeIn .2s ease;margin-left:calc(-1 * var(--app-padding, 14px));margin-right:calc(-1 * var(--app-padding, 14px));padding-left:0;padding-right:0}.notif-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:20px;padding:14px 16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.notif-back{width:36px;height:36px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s;box-shadow:0 4px 10px #0000001f}.notif-back:hover{background:var(--surface-hover)}.notif-title{font-size:16px;font-weight:700;color:var(--text);margin:0}.notif-body{flex:1;padding:16px;display:flex;flex-direction:column;gap:20px}.notif-loading{display:flex;flex-direction:column;gap:12px}.notif-skeleton{height:72px;border-radius:var(--radius-md);background:linear-gradient(90deg,var(--border) 25%,var(--surface-soft) 50%,var(--border) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.notif-group{display:flex;flex-direction:column;gap:8px}.notif-group-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin:0;padding:0 2px}.notif-group-list{display:flex;flex-direction:column;gap:8px}.notif-card{display:flex;align-items:center;gap:12px;padding:14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);cursor:pointer;width:100%;text-align:left;transition:background .15s,border-color .15s,transform .1s}.notif-card:hover{background:var(--surface-hover);border-color:var(--primary)}.notif-card:active{transform:scale(.99)}.notif-card-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notif-icon--pending{background:#fef3c7;color:#d97706}.notif-icon--accepted{background:#dbeafe;color:#2563eb}.notif-icon--kitchen{background:#fce7f3;color:#db2777}.notif-icon--ready{background:#d1fae5;color:#059669}.notif-icon--delivery{background:#e0e7ff;color:#4f46e5}.notif-icon--completed{background:#d1fae5;color:#059669}.notif-icon--cancelled{background:#fee2e2;color:#dc2626}:root[data-theme=dark] .notif-icon--pending{background:#422006;color:#fbbf24}:root[data-theme=dark] .notif-icon--accepted{background:#1e2a4a;color:#60a5fa}:root[data-theme=dark] .notif-icon--kitchen{background:#3b1028;color:#f472b6}:root[data-theme=dark] .notif-icon--ready{background:#0a3622;color:#34d399}:root[data-theme=dark] .notif-icon--delivery{background:#1e1b4b;color:#a5b4fc}:root[data-theme=dark] .notif-icon--completed{background:#0a3622;color:#34d399}:root[data-theme=dark] .notif-icon--cancelled{background:#3b1111;color:#f87171}.notif-card-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.notif-card-title{font-size:13px;font-weight:600;color:var(--text);margin:0}.notif-card-order{font-size:11px;color:var(--text-muted);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notif-card-amount{font-size:12px;font-weight:700;color:var(--primary-hover);margin:0}.notif-card-time{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0;font-size:10px;color:var(--text-muted)}.notif-card-date{font-size:9px;opacity:.7}@media (max-width: 750px){.notif-body{padding:14px;gap:16px}.notif-card{padding:12px;gap:10px}.notif-card-icon{width:36px;height:36px;border-radius:8px}.notif-card-title{font-size:12px}.notif-card-order{font-size:10px}.notif-text-container{display:flex;flex-direction:column}.notif-text-container,small{font-size:10px}}.order-history{position:relative;max-width:720px;margin:0 auto;padding:16px 0;color:var(--text)}.order-history-header{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:18px;position:relative}.order-history h2{margin:0;color:var(--text);font-size:15px;font-weight:600;text-align:center;flex:1}.icon-back-btn{position:absolute;top:50%;left:0;transform:translateY(-50%);z-index:10;width:36px;height:36px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.icon-back-btn:hover{transform:translateY(-50%) scale(1.05);box-shadow:var(--shadow-sm)}.icon-back-btn:active{transform:translateY(-50%) scale(.95)}.icon-refresh-btn{position:absolute;top:50%;right:0;transform:translateY(-50%);width:36px;height:36px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease}.icon-refresh-btn:disabled{opacity:.5;cursor:not-allowed}.icon-refresh-btn:hover:not(:disabled){transform:translateY(-50%) scale(1.05)}.order-history-info{display:flex;justify-content:space-between;align-items:center}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinning{animation:spin .8s linear infinite}.order-card{margin-bottom:14px;padding:14px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.order-card--active{border-color:var(--blue, #3b82f6);box-shadow:0 0 0 1px var(--blue, #3b82f6),var(--shadow-sm)}.order-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.order-header b{min-width:0;color:var(--text);font-size:12px;font-weight:600;overflow-wrap:anywhere;flex:1}.order-header-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.order-status-badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:10px;font-weight:700;text-transform:capitalize;white-space:nowrap;letter-spacing:.3px}.badge-pending{background:#fbbf242e;color:#d97706}.badge-accepted{background:#6366f126;color:#6366f1}.badge-kitchen{background:#f9731626;color:#ea580c}.badge-ready{background:#10b98126;color:#059669}.badge-delivering{background:#3b82f626;color:#2563eb}.badge-completed,.badge-paid{background:#28c76f29;color:var(--mid-green, #28c76f)}.badge-cancelled{background:#ef44441f;color:#dc2626}.badge-unknown{background:var(--surface-soft);color:var(--text-muted)}.order-card p{margin:4px 0;color:var(--text-muted);font-size:12px}.order-card ul{margin:10px 0;padding-left:16px}.order-card li{margin-bottom:4px;color:var(--text);font-size:11px}.order-card a{display:inline-block;margin-top:8px;color:var(--primary-hover);font-size:12px;font-weight:700;text-decoration:none}.order-card a:hover{text-decoration:underline}.order-history-empty{margin-top:40px;color:var(--text-muted);font-size:14px;text-align:center}.icon-delete-btn{width:32px;height:32px;border:none;border-radius:999px;background:var(--surface-soft);color:var(--text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer}.icon-delete-btn:hover{color:var(--soft-red)}@media (min-width: 768px){.order-history{padding:20px 20px 40px}.order-card{padding:18px 20px}.order-header b{font-size:14px}.order-card p,.order-card li{font-size:13px}}.oh-user-banner{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:var(--radius-md);margin-bottom:16px;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm)}.oh-user-banner--loggedin{border-color:color-mix(in srgb,var(--primary) 30%,transparent);background:color-mix(in srgb,var(--primary) 6%,var(--surface))}.oh-user-banner--guest{border-color:color-mix(in srgb,var(--primary) 20%,var(--border))}.oh-user-banner-icon{color:var(--primary);flex-shrink:0}.oh-user-banner-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--primary);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:var(--on-primary);border:2px solid rgba(255,255,255,.4)}.oh-user-banner-avatar img{width:100%;height:100%;object-fit:cover}.oh-user-banner-info{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.oh-user-banner-label{font-size:10px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.4px}.oh-user-banner-name{font-size:13px;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.oh-user-banner-phone{font-size:11px;color:var(--text-muted)}.oh-login-link{flex-shrink:0;padding:6px 14px;border-radius:var(--radius-sm);background:var(--primary);color:var(--on-primary);font-size:12px;font-weight:600;text-decoration:none;transition:filter .15s}.oh-login-link:hover{filter:brightness(1.08)}.oh-section-header{display:flex;align-items:center;gap:6px;margin:8px 0;padding:0 2px}.oh-section-header--local{margin-top:20px;padding-top:16px;border-top:1px dashed var(--border);color:var(--text-muted)}.oh-section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted)}.oh-section-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--surface-soft);border:1px solid var(--border);font-size:10px;font-weight:700;color:var(--text-muted)}.order-card--local{border-style:dashed;border-color:color-mix(in srgb,var(--text-muted) 40%,var(--border))}.order-local-badge{display:inline-flex;align-items:center;gap:3px;padding:2px 7px;border-radius:999px;background:color-mix(in srgb,var(--text-muted) 12%,transparent);border:1px solid color-mix(in srgb,var(--text-muted) 25%,transparent);font-size:9px;font-weight:700;color:var(--text-muted);white-space:nowrap;letter-spacing:.3px}.order-meta-name{font-size:11px!important;color:var(--text-muted)!important;margin:0 0 4px!important}.order-local-tip{display:flex;align-items:flex-start;gap:4px;margin:6px 0 4px!important;padding:6px 8px;border-radius:6px;background:color-mix(in srgb,var(--text-muted) 8%,transparent);font-size:10px!important;color:var(--text-muted)!important;line-height:1.5}.push-notif-banner{display:flex;align-items:center;gap:12px;padding:12px 14px;margin:12px 0;border-radius:12px;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border:1px solid #c7d2fe;animation:push-banner-in .3s ease}.push-notif-banner-icon{flex-shrink:0;width:36px;height:36px;border-radius:10px;background:#4f46e5;color:#fff;display:flex;align-items:center;justify-content:center}.push-notif-banner-content{flex:1;min-width:0}.push-notif-banner-title{margin:0;font-size:13px;font-weight:600;color:#312e81}.push-notif-banner-desc{margin:2px 0 0;font-size:11px;color:#4338ca;opacity:.8}.push-notif-banner-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.push-notif-btn-enable{padding:6px 14px;border:none;border-radius:8px;background:#4f46e5;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s ease;white-space:nowrap}.push-notif-btn-enable:hover{background:#4338ca}.push-notif-btn-enable:disabled{opacity:.6;cursor:not-allowed}.push-notif-btn-close{width:26px;height:26px;border:none;border-radius:50%;background:transparent;color:#6366f1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease}.push-notif-btn-close:hover{background:#6366f11a}@keyframes push-banner-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.pr-page{max-width:520px;margin:0 auto;padding:0 16px 80px;min-height:100vh;animation:fadeIn .2s ease}.pr-skel{background:linear-gradient(90deg,var(--border, #e5e7eb) 25%,color-mix(in srgb,var(--border, #e5e7eb) 60%,transparent) 50%,var(--border, #e5e7eb) 75%);background-size:200% 100%;animation:pr-shimmer 1.5s infinite;border-radius:8px;flex-shrink:0}@keyframes pr-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.pr-skeleton-hero{margin:0 -16px 24px;padding:60px 20px 32px;position:relative;background:linear-gradient(135deg,#d1d5db,#e5e7eb);overflow:hidden;display:flex;flex-direction:column;gap:20px}.pr-skeleton-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.25) 50%,transparent 100%);background-size:200% 100%;animation:pr-shimmer 1.5s infinite}.pr-skeleton-back{position:absolute;top:16px;left:16px;width:40px;height:40px;border-radius:50%;background:#ffffff40}.pr-skeleton-hero-info{display:flex;flex-direction:column;align-items:center;gap:10px}.pr-skel--title{width:55%;height:24px;border-radius:6px;background:#ffffff59;animation:none}.pr-skel--sub{width:75%;height:14px;border-radius:4px;background:#ffffff40;animation:none}.pr-skel--sub-short{width:50%}.pr-skeleton-steps{display:flex;justify-content:space-between;align-items:flex-start}.pr-skeleton-step{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1}.pr-skel--node{width:36px;height:36px;border-radius:50%;background:#ffffff40;animation:none}.pr-skel--label{width:44px;height:10px;border-radius:4px;background:#fff3;animation:none}.pr-skel--track{width:100%;height:8px;border-radius:999px;background:#ffffff40;animation:none}.pr-skeleton-card{pointer-events:none}.pr-skel--section-label{width:60px;height:11px;margin-bottom:8px}.pr-skeleton-qr{display:flex;justify-content:center;padding:24px 16px 20px}.pr-skel--qr{width:150px;height:150px;border-radius:12px}.pr-skeleton-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:11px 16px}.pr-skeleton-row--total{padding:14px 16px;background:var(--surface-soft)}.pr-skel--row-label{width:80px;height:12px}.pr-skel--row-value{width:90px;height:13px}.pr-skel--item-name{height:12px}.pr-skel--total-label{width:70px;height:14px;border-radius:6px}.pr-skel--total-value{width:100px;height:14px;border-radius:6px}.pr-skeleton-download{display:flex;justify-content:center;padding:14px 16px 16px}.pr-skel--download{width:130px;height:32px;border-radius:var(--radius-sm, 8px)}.pr-skel--home-btn{width:100%;height:48px;border-radius:var(--radius-md, 12px)}[data-theme=dark] .pr-skel{background:linear-gradient(90deg,var(--border, #374151) 25%,color-mix(in srgb,var(--border, #374151) 50%,transparent) 50%,var(--border, #374151) 75%);background-size:200% 100%;animation:pr-shimmer 1.5s infinite}@media (max-width: 479px){.pr-skeleton-hero{margin:0;padding:52px 16px 28px}.pr-skel--node{width:32px;height:32px}.pr-skel--label{width:36px}}.pr-hero{margin:0 -16px 24px;padding:60px 20px 32px;position:relative;overflow:hidden;background:linear-gradient(135deg,#fa709a,#fee140)}.pr-hero:before,.pr-hero:after{content:"";position:absolute;border-radius:50%;pointer-events:none;opacity:.12}.pr-hero:before{top:-80px;right:-60px;width:200px;height:200px;background:#fff6}.pr-hero:after{bottom:-60px;left:-50px;width:160px;height:160px;background:#ffffff4d}.pr-hero--success{background:linear-gradient(135deg,#00d2d3,#1ce7e8)}.pr-hero--info{background:linear-gradient(135deg,#4facfe,#00f2fe)}.pr-hero--pending{background:linear-gradient(135deg,#fa709a,#fee140)}.pr-hero--error{background:linear-gradient(135deg,#ee0979,#ff6a00)}.pr-back-btn{position:absolute;top:16px;left:16px;z-index:10;width:40px;height:40px;border-radius:50%;border:none;background:#ffffff40;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background .2s,transform .15s;box-shadow:0 4px 12px #00000026}.pr-back-btn:hover{background:#ffffff59;transform:scale(1.08)}.pr-back-btn:active{transform:scale(.95)}.pr-hero-info{display:flex;flex-direction:column;gap:6px;text-align:center;padding:0 16px;margin-bottom:24px;position:relative;z-index:1}.pr-hero-title{font-size:20px;font-weight:800;color:#fff;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.15)}.pr-hero-sub{font-size:13px;color:#ffffffe6;line-height:1.6;max-width:320px;margin:0 auto}.pr-progress-wrap{display:flex;flex-direction:column;gap:20px;padding:0 12px;position:relative;z-index:1}.pr-progress-wrap--vertical{gap:0;padding:0 20px}.pr-steps--vertical{display:flex;flex-direction:column;gap:0;position:relative}.pr-step--vertical{display:flex;flex-direction:column;align-items:flex-start;position:relative}.pr-step--vertical .pr-step-row{display:flex;align-items:center;gap:12px}.pr-step-connector{width:3px;height:24px;background:#ffffff40;margin-left:16px;border-radius:999px;transition:background .4s ease}.pr-step-connector--filled{background:#ffffffd9}.pr-steps--vertical .pr-step-label{max-width:none;text-align:left;font-size:12px}.pr-progress-track{position:relative;height:8px;background:#ffffff40;border-radius:999px;overflow:visible;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:none}.pr-progress-fill{position:absolute;left:0;top:0;bottom:0;background:#ffffffe6;border-radius:999px;transition:width .6s cubic-bezier(.4,0,.2,1),background .4s ease;box-shadow:0 2px 8px #00000026}.pr-hero--success .pr-progress-fill,.pr-hero--info .pr-progress-fill,.pr-hero--pending .pr-progress-fill{background:linear-gradient(90deg,#fffffff2,#ffffffd9)}.pr-hero--error .pr-progress-fill{background:#fff9}.pr-steps{display:flex;flex-direction:column;position:relative}.pr-step{display:flex;flex-direction:column;align-items:flex-start;position:relative}.pr-step-node{width:36px;height:36px;border-radius:50%;background:#ffffff40;border:2px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;color:#ffffffb3;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pr-step:nth-child(1) .pr-step-node--done,.pr-step:nth-child(1) .pr-step-node--current{background:linear-gradient(135deg,#fbbf24,#fcd34d);border-color:#fbbf24;color:#78350f}.pr-step:nth-child(2) .pr-step-node--done,.pr-step:nth-child(2) .pr-step-node--current{background:linear-gradient(135deg,#f87171,#fca5a5);border-color:#f87171;color:#fff}.pr-step:nth-child(3) .pr-step-node--done,.pr-step:nth-child(3) .pr-step-node--current{background:linear-gradient(135deg,#34d399,#6ee7b7);border-color:#34d399;color:#fff}.pr-step:nth-child(4) .pr-step-node--done,.pr-step:nth-child(4) .pr-step-node--current{background:linear-gradient(135deg,#8b5cf6,#a78bfa);border-color:#8b5cf6;color:#fff}.pr-step:nth-child(5) .pr-step-node--done,.pr-step:nth-child(5) .pr-step-node--current{background:linear-gradient(135deg,#06b6d4,#22d3ee);border-color:#06b6d4;color:#fff}.pr-step-node--current{transform:scale(1.15);box-shadow:0 0 0 4px #ffffff4d,0 4px 16px #00000040;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 0 0 4px #ffffff4d,0 4px 16px #00000040}50%{box-shadow:0 0 0 8px #ffffff26,0 6px 20px #0000004d}}.pr-step-label{font-size:10px;font-weight:700;color:#ffffffbf;text-align:center;line-height:1.3;max-width:64px;word-wrap:break-word;text-shadow:0 1px 3px rgba(0,0,0,.2)}.pr-step-label--current{color:#fff;font-weight:800;transform:scale(1.05)}.pr-step-label--done{color:#ffffffd9}.pr-error-icon{display:flex;align-items:center;justify-content:center;padding:20px 0;color:#fff;animation:shake .5s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}.pr-section{padding:16px 0 0}.pr-section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--text-muted);margin-bottom:8px}.pr-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-md);display:flex;flex-direction:column}.pr-qr-wrap{display:flex;justify-content:center;padding:24px 16px 20px}.pr-qr-wrap svg{display:block;padding:12px;background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001a}.pr-divider{height:1px;background:var(--border);margin:0 14px}.pr-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:11px 16px}.pr-row-label{font-size:12px;font-weight:600;color:var(--text-muted);flex-shrink:0}.pr-row-value{font-size:13px;font-weight:500;color:var(--text);text-align:right}.pr-row-value--mono{font-family:monospace;font-size:12px;word-break:break-all;text-align:right}.pr-row--total{padding:14px 16px;font-size:14px;font-weight:700;color:var(--text);background:var(--surface-soft)}.pr-voucher-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 16px;background:color-mix(in srgb,#22c55e 8%,transparent);border-top:1px dashed color-mix(in srgb,#22c55e 30%,transparent);border-bottom:1px dashed color-mix(in srgb,#22c55e 30%,transparent)}.pr-voucher-badge{display:flex;align-items:center;gap:5px;color:#16a34a;font-size:12px;font-weight:600;flex:1;min-width:0;overflow:hidden}.pr-voucher-code{font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,monospace;font-size:11.5px;background:color-mix(in srgb,#22c55e 15%,transparent);padding:1px 6px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}.pr-voucher-name{color:#15803d;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.pr-voucher-discount{font-size:13px;font-weight:700;color:#16a34a;white-space:nowrap}.pr-no-voucher{display:flex;align-items:center;gap:5px;padding:8px 16px;color:var(--text-muted, #9ca3af);font-size:11.5px;border-top:1px dashed color-mix(in srgb,currentColor 20%,transparent);border-bottom:1px dashed color-mix(in srgb,currentColor 20%,transparent)}.pr-row--payment-method{padding:10px 16px 14px;background:linear-gradient(135deg,color-mix(in srgb,var(--mid-green) 12%,transparent),color-mix(in srgb,var(--mid-green) 6%,transparent));border-top:2px solid color-mix(in srgb,var(--mid-green) 40%,transparent)}.pr-row-value--method{font-size:13px;font-weight:700;color:var(--mid-green);text-align:right}.pr-download-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;margin:12px 16px 6px;border:none;background:none;color:var(--blue, var(--primary));font-size:12px;font-weight:700;text-decoration:none;cursor:pointer;padding:6px 12px;border-radius:var(--radius-sm);transition:background .15s}.pr-download-btn:hover{background:color-mix(in srgb,var(--primary) 10%,transparent)}.pr-save-note{font-size:10px;color:var(--text-muted);text-align:center;line-height:1.5;padding:0 16px 16px;margin:0}.pr-detail-toggle{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:12px 16px;border:none;background:color-mix(in srgb,var(--primary, #3b82f6) 8%,transparent);color:var(--primary, #3b82f6);font-size:13px;font-weight:600;cursor:pointer;transition:background .2s}.pr-detail-toggle:hover{background:color-mix(in srgb,var(--primary, #3b82f6) 14%,transparent)}.pr-detail-toggle:active{background:color-mix(in srgb,var(--primary, #3b82f6) 20%,transparent)}.pr-detail-content{animation:pr-slideDown .25s ease-out;overflow:hidden}@keyframes pr-slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:1000px}}.pr-home-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;border-radius:var(--radius-md);border:none;background:linear-gradient(135deg,var(--primary),var(--primary-hover));color:var(--on-primary);font-size:14px;font-weight:700;cursor:pointer;transition:filter .15s,transform .1s;box-shadow:0 4px 12px color-mix(in srgb,var(--primary) 40%,transparent)}.pr-home-btn:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 6px 16px color-mix(in srgb,var(--primary) 50%,transparent)}.pr-home-btn:active{transform:translateY(0)}.pr-footer{color:var(--text-muted);font-size:12px;text-align:center;line-height:1.8}@media (max-width: 479px){.pr-page{padding:0 0 20px;min-height:80svh}.pr-hero{margin:0 -12px 20px;padding:52px 16px 28px}.pr-hero-title{font-size:17px}.pr-hero-sub{font-size:12px}.pr-section{padding-top:12px}.pr-step-node{width:32px;height:32px}.pr-step-label{font-size:9px;max-width:52px}.pr-steps--vertical .pr-step-label{font-size:11px;max-width:none}.pr-step-connector{height:18px;margin-left:14px}.pr-progress-wrap--vertical{padding:0 16px}}@media (min-width: 768px) and (max-width: 1023px){.pr-page{max-width:640px;padding:0 20px 80px}.pr-hero{margin:0 -20px 28px;padding:64px 28px 36px}.pr-hero-title{font-size:22px}.pr-hero-sub{font-size:14px}.pr-step-node{width:40px;height:40px}.pr-step-label{font-size:11px;max-width:72px}}@media (min-width: 1024px){.pr-page{max-width:560px;padding:0 0 80px}.pr-hero{margin:0 0 28px;border-radius:0 0 16px 16px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.dmap-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:2000;display:flex;align-items:flex-end;justify-content:center}@media (min-width: 600px){.dmap-backdrop{align-items:center}}.dmap-modal{width:100%;max-width:600px;height:90svh;background:var(--surface);border-radius:16px 16px 0 0;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 -8px 32px #0003}@media (min-width: 600px){.dmap-modal{height:85svh;border-radius:var(--radius-md)}}.dmap-header{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;padding:13px 16px;border-bottom:1px solid var(--border);font-size:14px;font-weight:600;color:var(--text)}.dmap-search{flex-shrink:0;padding:10px 12px;border-bottom:1px solid var(--border);background:var(--surface)}.dmap-search-input-wrap{display:flex;align-items:center;gap:8px;background:var(--surface-soft, #f3f4f6);border:1px solid var(--border);border-radius:10px;padding:0 12px;transition:border-color .15s ease}.dmap-search-input-wrap:focus-within{border-color:var(--primary);box-shadow:var(--focus-ring)}.dmap-search-icon{color:var(--text-muted, #9ca3af);flex-shrink:0}.dmap-search-input{flex:1;border:none;outline:none;background:transparent;padding:10px 0;font-size:13px;color:var(--text, #1f2937)}.dmap-search-input::placeholder{color:var(--text-muted, #9ca3af)}.dmap-search-clear{flex-shrink:0;width:22px;height:22px;border:none;border-radius:50%;background:var(--border, #d1d5db);color:var(--text, #374151);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease}.dmap-search-clear:hover{background:var(--text-muted, #9ca3af);color:#fff}.dmap-search-results{flex-shrink:0;max-height:180px;overflow-y:auto;border-bottom:1px solid var(--border);background:var(--surface, #fff)}.dmap-search-loading{padding:12px 14px;font-size:12px;color:var(--text-muted, #9ca3af);text-align:center}.dmap-search-item{display:flex;align-items:flex-start;gap:10px;width:100%;padding:10px 14px;border:none;background:transparent;text-align:left;cursor:pointer;transition:background .1s ease;font-size:12px;color:var(--text, #1f2937);line-height:1.4}.dmap-search-item:hover{background:var(--surface-soft, #f9fafb)}.dmap-search-item:not(:last-child){border-bottom:1px solid var(--border, #f3f4f6)}.dmap-search-item-icon{flex-shrink:0;margin-top:2px;color:var(--primary)}.dmap-search-item-text{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.dmap-no-store-coord{flex-shrink:0;padding:9px 16px;background:var(--bg-orange);border-bottom:1px solid var(--primary-hover);color:var(--primary-hover);font-size:12px;line-height:1.5}.dmap-close{background:none;border:none;color:var(--text-muted);font-size:18px;cursor:pointer;line-height:1;padding:2px 6px}.dmap-map-wrap{flex:1;position:relative;min-height:0;overflow:hidden}.dmap-map-wrap .leaflet-container{width:100%;height:100%}.dmap-pin{position:absolute;top:50%;left:50%;transform:translate(-50%,-100%);pointer-events:none;z-index:1000;display:flex;flex-direction:column;align-items:center}.dmap-pin-icon{font-size:36px;line-height:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4));transition:transform .1s ease}.dmap-pin-shadow{width:10px;height:4px;background:#00000040;border-radius:50%;margin-top:1px}.dmap-footer{flex-shrink:0;padding:12px 16px max(12px,env(safe-area-inset-bottom));border-top:1px solid var(--border);display:flex;flex-direction:column;gap:10px;background:var(--surface)}.dmap-info{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:var(--surface-soft);border-radius:var(--radius-sm);font-size:13px;color:var(--text);gap:8px;flex-wrap:wrap}.dmap-info .fee-free{color:var(--mid-green)}.dmap-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.dmap-gps-btn{padding:11px 8px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-soft);color:var(--text);font-size:12px;font-weight:600;cursor:pointer}.dmap-data{display:flex;justify-content:center;align-items:center;gap:10px}.dmap-gps-btn:disabled{opacity:.5;cursor:not-allowed}.dmap-confirm-btn{padding:11px 8px;border:none;border-radius:var(--radius-sm);background:var(--primary);color:var(--on-primary);font-size:13px;font-weight:600;cursor:pointer}.vp-applied{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:var(--radius-md, 10px);background:#fff8e1;border:1.5px solid var(--primary, #f97316);margin-top:6px}[data-theme=dark] .vp-applied{background:#f973161a}.vp-applied-left{display:flex;align-items:center;gap:9px}.vp-applied-icon{width:32px;height:32px;border-radius:8px;background:var(--primary, #f97316);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.vp-applied-name{font-size:12px;font-weight:700;color:var(--text, #111827);margin:0 0 2px}.vp-applied-value{font-size:12px;font-weight:700;color:#e07800;margin:0}.vp-applied-remove{flex-shrink:0;width:26px;height:26px;border-radius:50%;border:none;background:#00000014;color:var(--text-muted, #6b7280);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}.vp-applied-remove:hover{background:#00000029}.vp-no-login{display:flex;align-items:center;gap:7px;padding:10px 12px;border-radius:var(--radius-md, 10px);background:var(--surface-soft, #f9fafb);border:1.5px dashed var(--border, #e5e7eb);font-size:12px;color:var(--text-muted, #9ca3af);margin-top:6px}.vp-trigger{display:flex;align-items:center;gap:7px;padding:9px 12px;width:100%;border:1.5px dashed var(--border, #d1d5db);border-radius:var(--radius-md, 10px);background:var(--surface, #fff);color:var(--text-muted, #6b7280);font-size:13px;font-weight:600;cursor:pointer;transition:border-color .15s,color .15s;margin-top:6px}.vp-trigger:hover{border-color:var(--primary, #f97316);color:var(--primary, #f97316)}.vp-trigger-arrow{margin-left:auto;font-size:16px;opacity:.5}@keyframes vp-fade-in{0%{opacity:0}to{opacity:1}}.vpp-drawer{position:fixed;left:0;right:0;bottom:0;z-index:501;max-height:80dvh;background:var(--surface, #fff);border-radius:20px 20px 0 0;box-shadow:0 -8px 40px #0000002e;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .28s cubic-bezier(.32,.72,0,1)}.vpp-drawer--open{transform:translateY(0)}@media (min-width: 600px){.vpp-drawer{left:50%;right:auto;transform:translate(-50%) translateY(100%);width:480px;border-radius:20px 20px 0 0}.vpp-drawer--open{transform:translate(-50%) translateY(0)}}.vpp-drawer-handle{width:40px;height:4px;border-radius:99px;background:var(--border, #d1d5db);margin:12px auto 0;flex-shrink:0}.vpp-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px 12px;border-bottom:1px solid var(--border, #f0f0f0);flex-shrink:0}.vpp-drawer-header-left{display:flex;align-items:center;gap:9px}.vpp-drawer-header-icon{color:var(--primary, #f97316)}.vpp-drawer-title{font-size:1rem;font-weight:700;color:var(--text, #111827);margin:0}.vpp-drawer-close{width:32px;height:32px;border-radius:50%;border:none;background:var(--surface-soft, #f3f4f6);color:var(--text-muted, #6b7280);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}.vpp-drawer-close:hover{background:var(--border, #e5e7eb)}.vpp-drawer-body{flex:1;overflow-y:auto;padding:8px 0 env(safe-area-inset-bottom,16px);-webkit-overflow-scrolling:touch}.vpp-drawer-error{display:flex;align-items:center;gap:6px;margin:10px 16px;padding:10px 12px;border-radius:8px;background:#fef2f2;border:1px solid #fecaca;color:#dc2626;font-size:12px;font-weight:600}.vpp-drawer-loading{display:flex;flex-direction:column;align-items:center;gap:10px;padding:40px 20px;color:var(--text-muted, #9ca3af);font-size:13px}.vpp-drawer-empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:48px 20px;text-align:center}.vpp-drawer-empty-icon{color:var(--text-muted, #d1d5db);margin-bottom:4px}.vpp-drawer-empty-title{font-size:15px;font-weight:700;color:var(--text, #374151);margin:0}.vpp-drawer-empty-sub{font-size:12px;color:var(--text-muted, #9ca3af);margin:0;max-width:220px;line-height:1.5}.vp-list{list-style:none;margin:8px 0 0;padding:0 0 8px}.vp-item{display:flex;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid var(--border, #f0f0f0);transition:background .12s}.vp-item:last-child{border-bottom:none}.vp-item:active{background:var(--surface-soft, #f9fafb)}.vp-item--disabled{opacity:.5}.vp-item--active{background:#fff8e1}[data-theme=dark] .vp-item--active{background:#f9731614}.vp-item-badge{flex-shrink:0;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,var(--primary, #f97316),#fb923c);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;text-align:center;line-height:1.2}.vp-item--disabled .vp-item-badge{background:var(--surface-soft, #e5e7eb);color:var(--text-muted, #9ca3af)}.vp-item-info{flex:1;min-width:0}.vp-item-name{font-size:13px;font-weight:700;color:var(--text, #111827);margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vp-item-discount{font-size:12px;font-weight:700;color:var(--primary, #f97316);margin:0 0 4px}.vp-item-meta{display:flex;flex-wrap:wrap;gap:6px}.vp-item-min,.vp-item-exp{font-size:10px;color:var(--text-muted, #9ca3af);background:var(--surface-soft, #f3f4f6);padding:2px 6px;border-radius:4px}.vp-item-min--warn{color:#dc2626;background:#fef2f2;font-weight:600}.vp-item-btn{flex-shrink:0;padding:7px 16px;border:none;border-radius:20px;background:var(--primary, #f97316);color:#fff;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap;display:flex;align-items:center;gap:4px;transition:background .15s,opacity .15s}.vp-item-btn:hover:not(:disabled){background:var(--primary-hover, #ea6c0a)}.vp-item-btn:disabled{opacity:.45;cursor:not-allowed}.vp-item-btn--applied{background:#ecfdf5;color:#15803d;border:1.5px solid #bbf7d0}.vp-spinner{width:28px;height:28px;border-radius:50%;border:3px solid var(--border, #e5e7eb);border-top-color:var(--primary, #f97316);animation:vp-spin .8s linear infinite}.vp-spinner-sm{width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;animation:vp-spin .7s linear infinite;display:inline-block}.po-page{min-height:100vh;background:var(--bg-color);display:flex;flex-direction:column}.po-hero{position:relative;padding:14px 20px;flex-shrink:0;margin-left:-14px;margin-right:-14px;display:flex;align-items:center;gap:12px}.po-hero:before{display:none}.po-hero:after{display:none}.po-hero-back{position:relative;top:auto;transform:none;left:auto;z-index:2;width:36px;height:36px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;flex-shrink:0;box-shadow:0 4px 10px #0000001f}.po-hero-back:hover{background:var(--surface-hover)}.po-hero-content{position:relative;z-index:1;display:flex;align-items:center;gap:10px}.po-hero-icon{width:48px;height:48px;border-radius:13px;background:var(--surface-soft);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text);flex-shrink:0;font-size:20px}.po-hero-title{font-size:16px;font-weight:700;color:var(--text);margin:0 0 3px;line-height:1.2}.po-hero-sub{font-size:12px;color:var(--text-muted);margin:0;font-weight:500}.po-body{flex:1;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;max-width:980px;width:100%;margin:0 auto;padding:20px 0 32px;align-items:flex-start}.po-left{display:flex;flex-direction:column;gap:14px;min-width:0;align-items:flex-start}.po-section{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden}.po-section-header{display:flex;align-items:center;gap:10px;padding:13px 16px 11px;border-bottom:1px solid var(--border)}.po-section-header-icon{width:28px;height:28px;border-radius:7px;background:var(--surface-soft);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:13px;flex-shrink:0}.po-section-title{font-size:13px;font-weight:700;color:var(--text);margin:0}.po-section-body{padding:14px 16px;display:flex;flex-direction:column;gap:12px}.po-dine-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.po-dine-grid--two{grid-template-columns:repeat(2,1fr)}.po-dine-btn{display:flex;flex-direction:column;align-items:center;gap:7px;padding:13px 8px;border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text-muted);font-size:12px;font-weight:600;cursor:pointer;transition:all .15s ease;line-height:1.2}.po-dine-btn:hover{border-color:var(--primary);color:var(--text);background:var(--surface-soft)}.po-dine-btn.active{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-hover) 100%);border-color:transparent;color:var(--on-primary);box-shadow:0 4px 14px #ffbd1b59}.po-dine-btn-icon{width:34px;height:34px;border-radius:9px;background:var(--surface-soft);display:flex;align-items:center;justify-content:center;font-size:15px;transition:background .15s;flex-shrink:0}.po-dine-btn.active .po-dine-btn-icon{background:#ffffff40}.po-field{display:flex;flex-direction:column;gap:5px}.po-label{font-size:11px;font-weight:600;color:var(--text-muted);letter-spacing:.3px;text-transform:uppercase}.po-input,.po-textarea{width:100%;padding:11px 13px;border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--input-bg, var(--surface));color:var(--text);font-size:14px;outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box;-webkit-appearance:none}.po-textarea{min-height:84px;resize:vertical;line-height:1.55}.po-input:focus,.po-textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #ffbd1b2e}.po-input::placeholder,.po-textarea::placeholder{color:var(--text-muted);font-weight:400;font-size:13px}.po-fields-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.po-map-btn{width:100%;padding:12px 14px;border:1.5px dashed var(--blue, #3b82f6);border-radius:var(--radius-md);background:var(--soft-blue, #eff6ff);color:var(--blue, #2563eb);font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:9px;transition:background .15s;box-sizing:border-box}.po-map-btn:hover:not(:disabled){background:#dbeafe}.po-map-btn:disabled{opacity:.5;cursor:not-allowed;border-style:solid}[data-theme=dark] .po-map-btn{background:#3b82f61a;color:#60a5fa;border-color:#3b82f680}.po-map-btn-badge{margin-left:auto;background:var(--blue, #3b82f6);color:#fff;font-size:10px;font-weight:700;padding:3px 9px;border-radius:999px;white-space:nowrap;flex-shrink:0}.po-store-warning{display:flex;align-items:flex-start;gap:8px;padding:10px 13px;background:var(--soft-orange, #fff7ed);border:1px solid var(--orange, #f97316);border-radius:var(--radius-md);color:var(--orange, #ea580c);font-size:12px;line-height:1.5}[data-theme=dark] .po-store-warning{background:#f973161a;border-color:#f9731659}.po-pay-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.po-pay-btn{display:flex;align-items:center;gap:10px;padding:12px;border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text-muted);cursor:pointer;transition:all .15s ease;text-align:left;min-height:0}.po-pay-btn:hover{border-color:var(--primary)}.po-pay-btn.active{border-color:var(--primary);background:#fff8e1;box-shadow:0 0 0 3px #ffbd1b26}[data-theme=dark] .po-pay-btn.active{background:#ffbd1b14}.po-pay-btn-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--surface-soft);color:var(--text-muted);font-size:14px;transition:background .15s,color .15s}.po-pay-btn.active .po-pay-btn-icon{background:var(--primary);color:var(--on-primary)}.po-pay-btn-info{flex:1;min-width:0}.po-pay-btn-label{font-size:12px;font-weight:700;color:var(--text);margin:0 0 2px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.po-pay-btn-sub{font-size:10px;color:var(--text-muted);margin:0;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.po-pay-btn.active .po-pay-btn-label{color:#92400e}.po-pay-btn-check{width:17px;height:17px;border-radius:50%;background:var(--primary);color:var(--on-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:0;transition:opacity .15s}.po-pay-btn.active .po-pay-btn-check{opacity:1}.po-right{position:sticky;top:20px;display:flex;flex-direction:column;gap:12px;min-width:0}.po-summary{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:visible}.po-summary-header{padding:13px 16px;border-bottom:1px solid var(--border);font-size:13px;font-weight:700;color:var(--text)}.po-summary-body{padding:14px 16px;display:flex;flex-direction:column;gap:9px}.po-summary-row{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:13px;color:var(--text)}.po-summary-row p,.po-summary-row b{margin:0}.po-summary-row--muted{color:var(--text-muted)}.po-summary-row--muted p{font-size:12px;color:var(--text-muted)}.po-summary-row--discount p{color:#d97706;font-weight:700;font-size:12px}.po-summary-row--total{padding-top:10px;border-top:1.5px solid var(--border);margin-top:2px}.po-summary-row--total b{font-size:15px;font-weight:800}.po-fee-free{color:#16a34a;font-weight:600;font-size:12px;margin:0}.po-fee-pending{color:var(--text-muted);font-size:11px;font-weight:500;margin:0;text-align:right}.po-hr{height:1px;background:var(--border);flex-shrink:0}.po-submit-btn{width:100%;padding:14px;border:none;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--primary) 0%,var(--primary-hover) 100%);color:var(--on-primary);font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:filter .15s,transform .1s,opacity .15s;box-shadow:0 4px 14px #ffbd1b52;-webkit-appearance:none}.po-submit-btn:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-1px)}.po-submit-btn:active:not(:disabled){transform:translateY(0)}.po-submit-btn:disabled{opacity:.52;cursor:not-allowed;box-shadow:none;transform:none}.po-recaptcha-notice{font-size:10px;color:var(--text-muted);text-align:center;margin:8px 0 0}.po-recaptcha-notice a{color:var(--text-muted);text-decoration:underline}.po-submit-spinner{width:16px;height:16px;border-radius:50%;border:2.5px solid rgba(31,41,51,.22);border-top-color:var(--on-primary);animation:poSpin .8s linear infinite;flex-shrink:0}@keyframes poSpin{to{transform:rotate(360deg)}}.po-back-btn{width:100%;padding:12px;border:1.5px solid var(--border);border-radius:var(--radius-md);background:transparent;color:var(--text-muted);font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.po-back-btn:hover{background:var(--surface-soft);color:var(--text)}.po-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:56px 20px;text-align:center;grid-column:1 / -1}.po-empty-icon{width:68px;height:68px;border-radius:18px;background:var(--surface-soft);border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.po-empty-title{font-size:16px;font-weight:700;color:var(--text);margin:0}.po-empty-desc{font-size:13px;color:var(--text-muted);margin:0;line-height:1.5;max-width:260px}.po-empty-cta{display:inline-flex;align-items:center;gap:8px;padding:11px 24px;border:none;border-radius:999px;background:var(--primary);color:var(--on-primary);font-size:13px;font-weight:700;cursor:pointer;text-decoration:none;transition:background .15s}.po-empty-cta:hover{background:var(--primary-hover)}@media (min-width: 1025px){.po-hero{margin-left:0;margin-right:0;border-radius:var(--radius-md);padding:14px 24px}.po-body{grid-template-columns:minmax(0,1fr) 340px;padding:24px 0 40px}}@media (min-width: 751px) and (max-width: 1024px){.po-hero{margin-left:-4%;margin-right:-4%}.po-body{display:flex;flex-direction:column;padding:20px 0 40px;gap:16px}.po-right{position:static;width:100%}}@media (max-width: 750px){.po-hero{margin-left:0;margin-right:-14px;display:flex;align-items:center;padding:20px 8px 10px;gap:20px}.po-hero-title{font-size:15px}.po-hero-sub{font-size:11px}.po-body{display:flex;flex-direction:column;padding:14px 0 0;gap:12px;padding-bottom:var(--po-bottom-space, 260px)}.po-left{width:100%;align-items:normal}.po-right{position:fixed;left:0;right:0;bottom:0;z-index:100;top:auto;gap:0;background:var(--surface);border-top:1.5px solid var(--border);border-top-left-radius:20px;border-top-right-radius:20px;box-shadow:0 -6px 28px #0f172a21;padding:0 14px max(16px,env(safe-area-inset-bottom,16px));overflow:visible}.po-hero-content{margin-left:0;padding-left:0}.po-right:before{content:"";display:block;width:36px;height:4px;border-radius:2px;background:var(--border);margin:10px auto 12px}.po-summary{border:none;box-shadow:none;border-radius:0;background:transparent;overflow:visible}.po-summary-header{padding:0 0 10px;border-bottom:1px solid var(--border);font-size:12px}.po-summary-body{padding:10px 0 8px;gap:7px;overflow:visible}.po-summary-row{font-size:12px}.po-summary-row--muted p{font-size:11px}.po-summary-row--total b{font-size:14px}.po-submit-btn{padding:13px;font-size:14px;margin-top:2px}.po-back-btn{padding:10px;font-size:12px;margin-top:6px}.po-fields-row{grid-template-columns:1fr;gap:10px}.po-pay-grid{grid-template-columns:1fr 1fr;gap:8px}.po-pay-btn{padding:10px;gap:8px}.po-pay-btn-icon{width:28px;height:28px;font-size:12px}.po-pay-btn-label{font-size:11px}.po-pay-btn-sub{font-size:9px}.po-pay-btn-check{width:15px;height:15px}.po-dine-btn{padding:11px 6px;font-size:11px;gap:6px}.po-dine-btn-icon{width:30px;height:30px;font-size:13px}.po-section-body{padding:12px 14px;gap:10px}.po-section-header{padding:11px 14px 10px}.po-section-title{font-size:12px}.po-input,.po-textarea{font-size:14px;padding:11px 12px}.po-label{font-size:10px}}@media (max-width: 400px){.po-hero{padding:20px 8px 10px}.po-dine-btn{font-size:10px;padding:10px 4px}.po-dine-btn-icon{width:26px;height:26px;font-size:12px}.po-pay-grid{grid-template-columns:1fr}.po-pay-btn{padding:11px 12px}.po-pay-btn-label{font-size:12px}.po-pay-btn-sub{font-size:10px}}.po-autofill-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:99px;background:#ecfdf5;color:#15803d;font-size:.7rem;font-weight:600;border:1px solid #bbf7d0;margin-left:auto}[data-theme=dark] .po-autofill-badge{background:#15803d26;border-color:#15803d4d;color:#4ade80}.po-map-btn-badge--profile{background:#eff6ff!important;color:#1d4ed8!important}.po-toast{position:fixed;bottom:90px;left:50%;transform:translate(-50%) translateY(20px);z-index:400;display:flex;align-items:center;gap:10px;padding:12px 20px;border-radius:12px;background:#1f2933;color:#fff;font-size:11px;font-weight:600;box-shadow:0 6px 24px #00000038;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease;white-space:nowrap;max-width:90vw}.po-toast--show{opacity:1;transform:translate(-50%) translateY(0)}.po-toast-icon{width:22px;height:22px;border-radius:50%;background:#22c55e;display:flex;align-items:center;justify-content:center;flex-shrink:0}.po-toast--error .po-toast-icon{background:#ef4444}.po-toast--warning .po-toast-icon{background:#f59e0b}.po-toast--info .po-toast-icon{background:#3b82f6}.po-toast--success .po-toast-icon{background:#22c55e}.cp-page{min-height:100vh;background:var(--bg-color);display:flex;flex-direction:column;margin-left:calc(-1 * var(--app-padding, 0px));margin-right:calc(-1 * var(--app-padding, 0px))}.cp-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:10px;padding:12px 16px;background:var(--surface);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cp-back-icon-btn{width:36px;height:36px;border-radius:50%;border:none;background:var(--surface-soft);color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s}.cp-back-icon-btn:hover{background:var(--surface-hover)}.cp-header-info{flex:1;min-width:0}.cp-header-title{font-size:15px;font-weight:700;color:var(--text);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cp-header-sub{font-size:11px;color:var(--text-muted);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cp-header-icon{color:var(--primary);flex-shrink:0}.cp-body{flex:1;padding:20px 16px 40px;max-width:480px;width:100%;margin:0 auto}.cp-success{display:flex;align-items:center;gap:8px;padding:12px 14px;border-radius:var(--radius-md);background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d;font-size:13px;font-weight:600;margin-bottom:16px}[data-theme=dark] .cp-success{background:#15803d1f;border-color:#15803d40;color:#4ade80}.cp-error-banner{padding:10px 14px;border-radius:var(--radius-md);background:var(--bg-red);border:1px solid var(--soft-red);color:var(--soft-red);font-size:13px;font-weight:600;margin-bottom:12px}.cp-form{display:flex;flex-direction:column;gap:14px}.cp-field{display:flex;flex-direction:column;gap:6px}.cp-label{font-size:13px;font-weight:600;color:var(--text)}.cp-input-wrap{position:relative}.cp-input{width:100%;padding:10px 44px 10px 12px;border:1.5px solid var(--input-border);border-radius:var(--radius-sm);font-size:14px;color:var(--text);background:var(--input-bg);transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.cp-input:focus{outline:none;border-color:var(--primary);box-shadow:var(--focus-ring)}.cp-input:disabled{background:var(--surface-soft);cursor:not-allowed;opacity:.6}.cp-eye{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--text-muted);padding:0;display:flex;align-items:center;line-height:1;transition:color .15s}.cp-eye:hover{color:var(--text)}.cp-strength{display:flex;align-items:center;gap:10px;margin-top:-6px}.cp-strength-bar{display:flex;gap:4px;flex:1}.cp-strength-seg{flex:1;height:4px;border-radius:99px;transition:background .2s}.cp-strength-label{font-size:11px;font-weight:700;white-space:nowrap}.cp-field-error{font-size:12px;color:var(--soft-red);margin-top:-8px}.cp-tips{list-style:none;padding:12px 14px;margin:0;background:var(--surface-soft);border-radius:var(--radius-sm);border-left:3px solid var(--primary);display:flex;flex-direction:column;gap:5px}.cp-tips li{font-size:12px;color:var(--text-muted);padding-left:14px;position:relative;line-height:1.4}.cp-tips li:before{content:"•";position:absolute;left:0;color:var(--primary);font-weight:700}.cp-submit{width:100%;padding:12px;background:var(--primary);color:var(--on-primary);border:none;border-radius:var(--radius-sm);font-size:14px;font-weight:700;cursor:pointer;transition:background .15s,opacity .15s;margin-top:4px}.cp-submit:hover:not(:disabled){background:var(--primary-hover)}.cp-submit:disabled{opacity:.55;cursor:not-allowed}.cp-back-btn{display:block;width:100%;margin-top:12px;padding:10px;background:none;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:13px;color:var(--text-muted);cursor:pointer;text-align:center;transition:border-color .15s,color .15s}.cp-back-btn:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.cp-back-btn:disabled{opacity:.5;cursor:not-allowed}.cp-google-notice{display:flex;align-items:flex-start;gap:10px;background:var(--soft-blue);border:1px solid var(--blue);border-radius:var(--radius-md);padding:14px;font-size:13px;color:var(--blue);margin-bottom:20px;line-height:1.5}.cp-google-notice-icon{flex-shrink:0;margin-top:1px}.cp-google-notice p{margin:0}@media (max-width: 750px){.cp-body{padding:16px 16px 32px}.cp-page{margin-left:-14px;margin-right:-14px}}.ep-page{min-height:100vh;background:var(--bg);display:flex;flex-direction:column}.ep-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:10px;padding:12px 16px;background:var(--surface);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ep-back-btn{width:36px;height:36px;border-radius:50%;border:none;background:var(--surface-soft);color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s}.ep-back-btn:hover{background:var(--surface-hover)}.ep-title{flex:1;font-size:16px;font-weight:700;color:var(--text);margin:0}.ep-save-btn{min-width:64px;padding:7px 16px;border-radius:var(--radius-sm);border:none;background:var(--primary);color:var(--on-primary);font-size:13px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:5px;transition:background .15s,opacity .15s}.ep-save-btn:hover{background:var(--primary-hover)}.ep-save-btn:disabled{opacity:.5;cursor:not-allowed}.ep-save-btn--saved{background:#22c55e}.ep-body{flex:1;max-width:520px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:0}.ep-avatar-section{display:flex;flex-direction:column;align-items:center;gap:14px;padding:28px 16px 20px;background:linear-gradient(160deg,var(--primary) 0%,var(--primary-hover) 100%);border-radius:var(--radius-md);margin-bottom:20px;position:relative;overflow:hidden}.ep-avatar-section:before{content:"";position:absolute;top:-30px;right:-30px;width:120px;height:120px;border-radius:50%;background:#ffffff1a;pointer-events:none}.ep-avatar-section:after{content:"";position:absolute;bottom:-24px;left:-20px;width:90px;height:90px;border-radius:50%;background:#ffffff12;pointer-events:none}.ep-avatar-wrap{position:relative;z-index:1;width:88px;height:88px}.ep-avatar-wrap--loading{opacity:.6}.ep-avatar-img{width:88px;height:88px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.9);box-shadow:0 4px 16px #0000002e;display:block}.ep-avatar-initials{width:88px;height:88px;border-radius:50%;background:#ffffff38;border:3px solid rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:var(--on-primary);box-shadow:0 4px 16px #0000002e}.ep-avatar-spinner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#0000004d;display:flex;align-items:center;justify-content:center}.ep-spinner{width:22px;height:22px;border-radius:50%;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;animation:ep-spin .7s linear infinite}@keyframes ep-spin{to{transform:rotate(360deg)}}.ep-avatar-btns{display:flex;gap:8px;z-index:1}.ep-avatar-btn{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:20px;background:#ffffff38;border:1.5px solid rgba(255,255,255,.5);color:var(--on-primary);font-size:12px;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.ep-avatar-btn:hover{background:#ffffff59}.ep-avatar-btn--gallery{background:#ffffff1f}.ep-avatar-btn--disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.ep-section{margin-bottom:20px}.ep-section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--text-muted);margin-bottom:8px;padding-left:2px}.ep-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}.ep-divider{height:1px;background:var(--border);margin:0 14px}.ep-field{display:flex;align-items:center;gap:12px;padding:12px 14px;background:transparent;border:none;width:100%;text-align:left;cursor:default}.ep-field--textarea{align-items:flex-start}.ep-field--btn{cursor:pointer;transition:background .15s}.ep-field--btn:hover{background:var(--surface-hover)}.ep-field-icon{width:32px;height:32px;border-radius:8px;background:var(--surface-soft);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-muted);flex-shrink:0}.ep-field-icon--top{align-self:flex-start;margin-top:2px}.ep-field-icon--map{background:#e8f5e9;border-color:#a5d6a7;color:#388e3c}:root[data-theme=dark] .ep-field-icon--map{background:#1b2e1e;border-color:#2e5032;color:#66bb6a}.ep-field-body{flex:1;display:flex;flex-direction:column;gap:5px;min-width:0}.ep-label{font-size:11px;font-weight:600;color:var(--text-muted)}.ep-input{padding:9px 12px;border:1.5px solid var(--input-border);border-radius:var(--radius-sm);background:var(--input-bg);color:var(--text);font-size:14px;font-weight:500;transition:border-color .15s,box-shadow .15s;width:100%;box-sizing:border-box}.ep-input:focus{outline:none;border-color:var(--primary);box-shadow:var(--focus-ring)}.ep-input--error{border-color:var(--soft-red)}.ep-input--error:focus{box-shadow:0 0 0 3px #ef44441f}.ep-textarea{padding:9px 12px;border:1.5px solid var(--input-border);border-radius:var(--radius-sm);background:var(--input-bg);color:var(--text);font-size:14px;font-weight:500;line-height:1.5;resize:vertical;min-height:80px;transition:border-color .15s,box-shadow .15s;width:100%;box-sizing:border-box;font-family:inherit}.ep-textarea:focus{outline:none;border-color:var(--primary);box-shadow:var(--focus-ring)}.ep-error-msg{font-size:11px;color:var(--soft-red);margin:0;font-weight:500}.ep-field-value{font-size:13px;font-weight:500;color:var(--text)}.ep-field-value--empty{color:var(--text-muted);font-style:italic;font-weight:400}.ep-field-action{display:flex;align-items:center;gap:5px;color:var(--primary);font-size:12px;font-weight:600;flex-shrink:0}.ep-submit-btn{width:100%;padding:14px;border-radius:var(--radius-md);border:none;background:var(--primary);color:var(--on-primary);font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .15s,opacity .15s;margin-top:4px}.ep-submit-btn:hover{background:var(--primary-hover)}.ep-submit-btn:disabled{opacity:.5;cursor:not-allowed}.ep-submit-btn--saved{background:#22c55e}.ep-btn-spinner{width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;animation:ep-spin .7s linear infinite;flex-shrink:0}@media (max-width: 750px){.ep-page{margin-left:-14px;margin-right:-14px}}@media (max-width: 479px){.ep-body{padding:0 12px 72px}.ep-avatar-section{margin-left:-12px;margin-right:-12px;border-radius:0;padding:24px 12px 18px}.ep-avatar-btns{flex-direction:column;gap:6px;width:100%;max-width:220px}.ep-avatar-btn{justify-content:center}.ep-header{padding:10px 14px}.ep-title{font-size:15px}}@media (min-width: 480px) and (max-width: 750px){.ep-body{padding:0 16px 80px}.ep-avatar-section{margin-left:-16px;margin-right:-16px;border-radius:0}}@media (min-width: 751px) and (max-width: 1023px){.ep-page{max-width:600px;margin:0 auto}.ep-body{max-width:600px;padding:0 24px 80px}.ep-avatar-section{border-radius:var(--radius-md)}.ep-input,.ep-textarea{font-size:15px}}@media (min-width: 1024px){.ep-page{max-width:520px;margin:0 auto}.ep-body{max-width:520px;padding:24px 0 80px}.ep-avatar-section{border-radius:var(--radius-md)}.ep-header{border-radius:0}}.profile-page{max-width:520px;margin:0 auto;padding:0 0 80px;min-height:100vh;animation:fadeIn .2s ease}.profile-hero{display:flex;flex-direction:column;align-items:center;gap:10px;padding:56px 16px 24px;background:linear-gradient(160deg,var(--primary) 0%,var(--primary-hover) 100%);position:relative;overflow:hidden}.profile-hero:before{content:"";position:absolute;top:-40px;right:-40px;width:180px;height:180px;border-radius:50%;background:#ffffff1a;pointer-events:none}.profile-hero:after{content:"";position:absolute;bottom:-40px;left:-30px;width:130px;height:130px;border-radius:50%;background:#ffffff14;pointer-events:none}.profile-back-btn{position:absolute;top:14px;left:14px;z-index:2;width:36px;height:36px;border-radius:50%;border:none;background:#ffffff40;color:var(--on-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s}.profile-back-btn:hover{background:#fff6}.profile-avatar-wrap{position:relative;z-index:1;cursor:pointer}.profile-avatar-wrap--tap:hover .profile-avatar-camera-overlay,.profile-avatar-wrap--tap:focus-visible .profile-avatar-camera-overlay{opacity:1}.profile-avatar-wrap--loading{opacity:.7;pointer-events:none}.profile-avatar-img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.85);box-shadow:0 4px 16px #00000029;display:block}.profile-avatar-initials{width:80px;height:80px;border-radius:50%;background:#ffffff38;border:3px solid rgba(255,255,255,.85);display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:700;color:var(--on-primary);box-shadow:0 4px 16px #00000029}.profile-avatar-camera-overlay{position:absolute;bottom:0;right:0;width:26px;height:26px;border-radius:50%;background:var(--primary);border:2px solid #fff;display:flex;align-items:center;justify-content:center;color:var(--on-primary);opacity:0;transition:opacity .2s;pointer-events:none}@media (hover: none){.profile-avatar-camera-overlay{opacity:1}}.profile-avatar-spinner{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;animation:profile-spin .7s linear infinite}@keyframes profile-spin{to{transform:rotate(360deg)}}.profile-provider-badge{position:absolute;bottom:2px;right:2px;width:22px;height:22px;border-radius:50%;background:#fff;color:#4285f4;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0000002e}.profile-hero-info{display:flex;flex-direction:column;align-items:center;gap:3px;z-index:1;text-align:center}.profile-name{font-size:18px;font-weight:700;color:var(--on-primary);margin:0}.profile-email{font-size:12px;color:#ffffffbf;margin:0}.profile-provider-tag{display:inline-flex;align-items:center;gap:4px;margin-top:2px;padding:3px 10px;border-radius:20px;background:#fff3;font-size:10px;font-weight:600;color:var(--on-primary)}.profile-point-hero{display:flex;align-items:center;gap:6px;padding:6px 14px;border-radius:20px;background:#ffffff2e;border:1.5px solid rgba(255,255,255,.35);color:var(--on-primary);z-index:1;cursor:pointer;transition:background .15s,transform .1s}.profile-point-hero:hover{background:#ffffff47}.profile-point-hero:active{transform:scale(.97)}.profile-point-hero-value{font-size:15px;font-weight:700}.profile-point-hero-label{font-size:11px;font-weight:500;opacity:.85}.profile-sections-wrap{padding:0 16px}.profile-section{padding:16px 0 0}.profile-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.profile-section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--text-muted);margin-bottom:8px}.profile-section-header .profile-section-label{margin-bottom:0}.profile-section-edit-btn{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:var(--primary);background:transparent;border:none;cursor:pointer;padding:2px 0;transition:opacity .15s}.profile-section-edit-btn:hover{opacity:.75}.profile-point-card{width:100%;border:none;text-align:left;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-hover) 100%);border-radius:var(--radius-md);padding:16px;display:flex;align-items:center;justify-content:space-between;box-shadow:var(--shadow-sm);cursor:pointer;transition:filter .15s,transform .1s}.profile-point-card:hover{filter:brightness(1.06)}.profile-point-card:active{transform:scale(.99)}.profile-point-left{display:flex;align-items:center;gap:12px}.profile-point-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.profile-point-icon{width:40px;height:40px;border-radius:10px;background:#ffffff40;display:flex;align-items:center;justify-content:center;color:var(--on-primary)}.profile-point-value{font-size:22px;font-weight:800;color:var(--on-primary);margin:0;line-height:1.1}.profile-point-sub{font-size:11px;color:#ffffffb3;margin:2px 0 0}.profile-point-redeem-chip{display:flex;align-items:center;gap:5px;background:#ffffff38;border-radius:20px;padding:5px 10px;font-size:11px;font-weight:600;color:var(--on-primary)}.profile-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}.profile-divider{height:1px;background:var(--border);margin:0 14px}.profile-row{display:flex;align-items:center;gap:12px;padding:13px 14px;background:transparent;border:none;width:100%;text-align:left;cursor:default}.profile-row-btn{cursor:pointer;transition:background .15s}.profile-row-btn:hover{background:var(--surface-hover)}.profile-row-icon{width:32px;height:32px;border-radius:8px;background:var(--surface-soft);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-muted);flex-shrink:0}.profile-row-icon--addr{background:#fef3c7;border-color:#fcd34d;color:#b45309}.profile-row-icon--map{background:#e8f5e9;border-color:#a5d6a7;color:#388e3c}:root[data-theme=dark] .profile-row-icon--addr{background:#2a2310;border-color:#604910;color:#f59e0b}:root[data-theme=dark] .profile-row-icon--map{background:#1b2e1e;border-color:#2e5032;color:#66bb6a}.profile-row-body{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.profile-row-label{font-size:11px;font-weight:600;color:var(--text-muted)}.profile-row-value{font-size:13px;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-row-value--wrap{white-space:normal;overflow:visible;text-overflow:unset;line-height:1.4}.profile-row-empty{color:var(--text-muted);font-style:italic;font-weight:400}.profile-row-chevron{color:var(--text-muted);flex-shrink:0}.profile-segmented{display:flex;gap:4px;background:var(--surface-soft);border:1px solid var(--border);border-radius:8px;padding:3px;flex-shrink:0}.profile-segmented button{border:none;border-radius:6px;background:transparent;color:var(--text-muted);font-size:11px;font-weight:600;padding:5px 10px;cursor:pointer;display:flex;align-items:center;gap:4px;transition:background .15s,color .15s}.profile-segmented button.active{background:var(--primary);color:var(--on-primary);box-shadow:0 1px 4px #0000001f}.profile-logout-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:13px;border-radius:var(--radius-md);border:1.5px solid var(--soft-red);background:transparent;color:var(--soft-red);font-size:13px;font-weight:600;cursor:pointer;transition:background .2s,color .2s}.profile-logout-btn:hover{background:var(--bg-red)}.avatar-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200;animation:fadeIn .15s ease}.avatar-sheet{position:fixed;left:0;right:0;bottom:0;z-index:201;background:var(--surface);border-radius:20px 20px 0 0;padding:16px 16px calc(env(safe-area-inset-bottom,0px) + 16px);display:flex;flex-direction:column;gap:8px;animation:slideUp .22s cubic-bezier(.4,0,.2,1)}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.avatar-sheet-handle{width:36px;height:4px;border-radius:2px;background:var(--border);margin:0 auto 8px}.avatar-sheet-title{font-size:14px;font-weight:700;color:var(--text);text-align:center;margin:0 0 4px}.avatar-sheet-btn{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;border:none;border-radius:var(--radius-md);background:var(--surface-soft);color:var(--text);font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.avatar-sheet-btn:hover{background:var(--surface-hover)}.avatar-sheet-cancel{width:100%;padding:13px;border:1.5px solid var(--border);border-radius:var(--radius-md);background:transparent;color:var(--text-muted);font-size:13px;font-weight:600;cursor:pointer;margin-top:4px;transition:background .15s}.avatar-sheet-cancel:hover{background:var(--surface-hover)}@media (max-width: 1023px){.profile-hero{margin-left:-16px;margin-right:-16px}}@media (max-width: 479px){.profile-hero{margin-left:-12px;margin-right:-12px;padding:48px 12px 18px;gap:8px}.profile-name{font-size:16px}.profile-email{font-size:11px}.profile-section{padding-top:12px}.profile-row{padding:11px 12px;gap:10px}.profile-row-icon{width:28px;height:28px}.profile-point-card{padding:13px 12px}.profile-point-value{font-size:20px}.profile-point-icon{width:36px;height:36px}.profile-segmented button{padding:5px 8px}.redeem-modal{max-width:100%}}@media (min-width: 768px) and (max-width: 1023px){.profile-page{max-width:640px;padding:0 20px 80px}.profile-hero{margin-left:-20px;margin-right:-20px;padding:60px 24px 28px}.profile-avatar-img,.profile-avatar-initials{width:88px;height:88px;font-size:30px}.profile-name{font-size:20px}}@media (min-width: 1024px){.profile-page{max-width:520px;padding:0 0 80px}.profile-hero{border-radius:var(--radius-md);margin-left:0;margin-right:0}}.profile-switch{position:relative;display:inline-block;width:42px;height:24px;flex-shrink:0}.profile-switch input{opacity:0;width:0;height:0}.profile-switch-slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background:var(--border, #d1d5db);border-radius:24px;transition:background .25s ease}.profile-switch-slider:before{content:"";position:absolute;width:18px;height:18px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .25s ease;box-shadow:0 1px 3px #00000026}.profile-switch input:checked+.profile-switch-slider{background:#4f46e5}.profile-switch input:checked+.profile-switch-slider:before{transform:translate(18px)}.profile-switch input:disabled+.profile-switch-slider{opacity:.5;cursor:not-allowed}.vp-page{min-height:100vh;background:var(--bg-color);display:flex;flex-direction:column;padding-bottom:80px}.vp-hero{position:relative;padding:56px 16px 0;background:linear-gradient(160deg,var(--primary) 0%,var(--primary-hover) 100%);overflow:hidden}.vp-hero:before{content:"";position:absolute;top:-40px;right:-40px;width:180px;height:180px;border-radius:50%;background:#ffffff1a;pointer-events:none}.vp-hero:after{content:"";position:absolute;bottom:30px;left:-30px;width:130px;height:130px;border-radius:50%;background:#ffffff14;pointer-events:none}.vp-back-btn{position:absolute;top:14px;left:14px;z-index:2;width:36px;height:36px;border-radius:50%;border:none;background:#ffffff40;color:var(--on-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s}.vp-back-btn:hover{background:#fff6}.vp-hero-content{display:flex;align-items:center;gap:14px;margin-bottom:20px;position:relative;z-index:1;padding-top:15px}.vp-hero-icon{width:52px;height:52px;border-radius:14px;flex-shrink:0;background:#ffffff38;border:2px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;color:var(--on-primary)}.vp-hero-title{font-size:20px;font-weight:800;color:var(--on-primary);margin:0 0 3px}.vp-hero-sub{font-size:12px;color:#1f2933b3;margin:0;font-weight:500}.vp-point-banner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;background:#ffffff2e;border:1.5px solid rgba(255,255,255,.35);border-radius:14px 14px 0 0;padding:14px 16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.vp-point-banner-left{display:flex;align-items:center;gap:12px}.vp-point-banner-icon{width:40px;height:40px;border-radius:10px;background:#ffffff4d;display:flex;align-items:center;justify-content:center;color:var(--on-primary);flex-shrink:0}.vp-point-banner-value{font-size:22px;font-weight:800;color:var(--on-primary);margin:0;line-height:1}.vp-point-banner-label{font-size:11px;color:#1f2933b3;margin:3px 0 0;font-weight:500}.vp-point-banner-right{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:700;color:var(--on-primary);opacity:.8}.vp-tabs{display:flex;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10;box-shadow:var(--shadow-sm)}.vp-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:7px;padding:13px 8px;border:none;background:transparent;font-size:13px;font-weight:600;color:var(--text-muted);cursor:pointer;position:relative;transition:color .15s}.vp-tab--active{color:var(--primary-hover, #e07800)}.vp-tab--active:after{content:"";position:absolute;bottom:0;left:16px;right:16px;height:2.5px;border-radius:2px;background:var(--primary-hover, #e07800)}.vp-tab-badge{min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--primary);color:var(--on-primary);font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;line-height:1}.vp-body{flex:1;max-width:560px;width:100%;margin:0 auto;padding:16px 16px 20px}.vp-tab-panel{animation:vp-fadeSlide .22s ease}@keyframes vp-fadeSlide{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.vp-section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--text-muted);margin:0 0 10px 2px}.vp-section-label--muted{opacity:.7}.vp-empty{display:flex;flex-direction:column;align-items:center;gap:10px;padding:48px 16px;text-align:center}.vp-empty-icon{width:72px;height:72px;border-radius:20px;background:var(--surface-soft);border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-muted);margin-bottom:4px}.vp-empty-title{font-size:15px;font-weight:700;color:var(--text);margin:0}.vp-empty-desc{font-size:13px;color:var(--text-muted);margin:0;max-width:240px}.vp-empty-cta{display:flex;align-items:center;gap:7px;margin-top:8px;padding:10px 20px;border-radius:20px;border:none;background:var(--primary);color:var(--on-primary);font-size:13px;font-weight:700;cursor:pointer;transition:background .15s}.vp-empty-cta:hover{background:var(--primary-hover)}.vp-reward-list{display:flex;flex-direction:column;gap:10px}.vp-reward-card{display:flex;align-items:flex-start;gap:14px;padding:14px;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);width:100%;text-align:left;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .12s}.vp-reward-card:hover{border-color:var(--primary);box-shadow:0 4px 16px #ffbd1b2e;transform:translateY(-1px)}.vp-reward-card--locked{border-color:var(--border)}.vp-reward-card--locked:hover{border-color:var(--border);box-shadow:var(--shadow-sm);transform:none}.vp-reward-icon-wrap{position:relative;flex-shrink:0;width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,var(--primary),var(--primary-hover));display:flex;align-items:center;justify-content:center;color:var(--on-primary)}.vp-reward-card--locked .vp-reward-icon-wrap{background:var(--surface-soft);border:1px solid var(--border);color:var(--text-muted)}.vp-reward-lock-overlay{position:absolute;bottom:-4px;right:-4px;width:18px;height:18px;border-radius:50%;background:var(--surface);border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:9px}.vp-reward-body{flex:1;min-width:0}.vp-reward-name{font-size:14px;font-weight:700;color:var(--text);margin:0 0 3px}.vp-reward-desc{font-size:12px;color:var(--text-muted);margin:0 0 5px;line-height:1.4}.vp-reward-expiry{display:flex;align-items:center;gap:4px;font-size:10px;color:var(--text-muted);font-weight:500;margin-bottom:6px}.vp-reward-progress{margin-top:6px}.vp-reward-progress-bar{height:4px;border-radius:2px;background:var(--surface-soft);border:1px solid var(--border);overflow:hidden;margin-bottom:4px}.vp-reward-progress-fill{height:100%;border-radius:2px;background:linear-gradient(90deg,var(--primary),var(--primary-hover));transition:width .4s ease}.vp-reward-progress-label{font-size:10px;color:var(--text-muted);font-weight:600}.vp-reward-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.vp-reward-cost{display:flex;align-items:center;gap:4px;font-size:13px;font-weight:700;color:var(--text-muted);white-space:nowrap}.vp-reward-cost--afford{color:var(--primary-hover, #e07800)}.vp-reward-cost svg{flex-shrink:0}.vp-reward-cta{display:flex;align-items:center;gap:3px;font-size:11px;font-weight:700;color:var(--primary-hover, #e07800);white-space:nowrap}.vp-voucher-list{display:flex;flex-direction:column;gap:10px}.vp-voucher-list--inactive{opacity:.65}.vp-voucher-card{position:relative;display:flex;align-items:center;gap:14px;padding:14px 14px 14px 18px;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden}.vp-voucher-card--active{border-left:4px solid var(--primary)}.vp-voucher-card--used{border-left:4px solid var(--text-muted)}.vp-voucher-card--expired{border-left:4px solid var(--soft-red)}.vp-voucher-notch{position:absolute;top:50%;transform:translateY(-50%);width:14px;height:14px;border-radius:50%;background:var(--bg-color);border:1.5px solid var(--border)}.vp-voucher-notch--left{left:-7px}.vp-voucher-notch--right{right:-7px}.vp-voucher-icon-wrap{flex-shrink:0;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.vp-voucher-card--active .vp-voucher-icon-wrap{background:#fff8e1;color:#e07800}.vp-voucher-card--used .vp-voucher-icon-wrap{background:var(--surface-soft);color:var(--text-muted)}.vp-voucher-card--expired .vp-voucher-icon-wrap{background:var(--bg-red);color:var(--soft-red)}.vp-voucher-body{flex:1;min-width:0}.vp-voucher-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:3px}.vp-voucher-name{font-size:14px;font-weight:700;color:var(--text);margin:0;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vp-voucher-desc{font-size:12px;color:var(--text-muted);margin:0 0 5px;line-height:1.4}.vp-voucher-meta{display:flex;align-items:center;gap:10px;font-size:10px;color:var(--text-muted);font-weight:500;margin-top:3px}.vp-voucher-badge{flex-shrink:0;font-size:10px;font-weight:700;padding:3px 8px;border-radius:20px}.vp-voucher-badge--active{background:#fff3cd;color:#856404}.vp-voucher-badge--used{background:var(--surface-soft);color:var(--text-muted)}.vp-voucher-badge--expired{background:var(--bg-red);color:var(--soft-red)}.vp-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:300;animation:fadeIn .2s ease}.vp-drawer{position:fixed;left:0;right:0;bottom:0;z-index:301;background:var(--surface);border-radius:22px 22px 0 0;padding:8px 20px calc(env(safe-area-inset-bottom,0px) + 24px);box-shadow:0 -4px 40px #0000002e;animation:drawerUp .28s cubic-bezier(.32,.72,0,1);max-height:90vh;overflow-y:auto}@keyframes drawerUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.vp-drawer-handle{width:36px;height:4px;border-radius:2px;background:var(--border);margin:8px auto 20px}.vp-drawer-reward-icon{width:60px;height:60px;border-radius:18px;background:linear-gradient(135deg,var(--primary),var(--primary-hover));display:flex;align-items:center;justify-content:center;color:var(--on-primary);margin:0 auto 16px;box-shadow:0 6px 20px #ffbd1b4d}.vp-drawer-title{font-size:17px;font-weight:800;color:var(--text);text-align:center;margin:0 0 5px}.vp-drawer-name{font-size:14px;font-weight:600;color:var(--primary-hover, #e07800);text-align:center;margin:0 0 4px}.vp-drawer-desc{font-size:12px;color:var(--text-muted);text-align:center;margin:0 0 20px;line-height:1.5}.vp-drawer-cost-row{display:flex;align-items:stretch;background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;margin-bottom:16px}.vp-drawer-cost-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:5px;padding:12px 8px}.vp-drawer-cost-divider{width:1px;background:var(--border);flex-shrink:0}.vp-drawer-cost-label{font-size:10px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.4px}.vp-drawer-cost-value{display:flex;align-items:center;gap:4px;font-size:15px;font-weight:800;color:var(--text)}.vp-drawer-cost-value--have{color:var(--text)}.vp-drawer-cost-value--cost{color:var(--primary-hover, #e07800)}.vp-drawer-cost-value--after{color:#22c55e}.vp-drawer-cost-value--insufficient{color:var(--soft-red)}.vp-drawer-warning{display:flex;align-items:center;gap:7px;padding:10px 14px;border-radius:var(--radius-sm);background:var(--bg-red);color:var(--soft-red);font-size:12px;font-weight:600;margin-bottom:16px}.vp-drawer-actions{display:flex;gap:10px}.vp-drawer-cancel{flex:1;padding:13px;border:1.5px solid var(--border);border-radius:var(--radius-md);background:transparent;color:var(--text-muted);font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.vp-drawer-cancel:hover{background:var(--surface-hover)}.vp-drawer-confirm{flex:2;padding:13px;border:none;border-radius:var(--radius-md);background:var(--primary);color:var(--on-primary);font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px;transition:background .15s,opacity .15s}.vp-drawer-confirm:hover{background:var(--primary-hover)}.vp-drawer-confirm:disabled{opacity:.5;cursor:not-allowed}.vp-spinner-sm{width:14px;height:14px;border-radius:50%;border:2px solid rgba(31,41,51,.25);border-top-color:var(--on-primary);animation:vp-spin .7s linear infinite;flex-shrink:0}@keyframes vp-spin{to{transform:rotate(360deg)}}.vp-toast{position:fixed;bottom:90px;left:50%;transform:translate(-50%) translateY(20px);z-index:400;display:flex;align-items:center;gap:10px;padding:12px 20px;border-radius:12px;background:#1f2933;color:#fff;font-size:11px;font-weight:600;box-shadow:0 6px 24px #00000038;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease;white-space:nowrap}.vp-toast--show{opacity:1;transform:translate(-50%) translateY(0)}.vp-toast-icon{width:22px;height:22px;border-radius:50%;background:#22c55e;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media (max-width: 750px){.vp-page{margin-left:-14px;margin-right:-14px}}@media (max-width: 479px){.vp-hero{padding:48px 12px 0}.vp-hero-title{font-size:18px}.vp-body{padding:12px 12px 20px}.vp-point-banner-value{font-size:20px}.vp-tab{font-size:12px;padding:11px 6px;gap:5px}}@media (min-width: 751px) and (max-width: 1023px){.vp-page{max-width:640px;margin:0 auto}.vp-body{max-width:640px}.vp-hero{border-radius:0}}@media (min-width: 1024px){.vp-page{max-width:560px;margin:0 auto}.vp-body{max-width:560px}}.vp-redeem-code-panel{display:flex;flex-direction:column;align-items:center;gap:10px;padding:32px 16px 8px;text-align:center}.vp-redeem-code-icon{width:68px;height:68px;border-radius:20px;background:linear-gradient(135deg,var(--primary),var(--primary-hover));display:flex;align-items:center;justify-content:center;color:var(--on-primary);margin-bottom:6px;box-shadow:0 6px 20px #ffbd1b47}.vp-redeem-code-title{font-size:17px;font-weight:800;color:var(--text);margin:0}.vp-redeem-code-sub{font-size:13px;color:var(--text-muted);margin:0 0 8px;max-width:280px;line-height:1.5}.vp-redeem-code-form{width:100%;max-width:340px;display:flex;flex-direction:column;gap:10px}.vp-redeem-code-input{width:100%;padding:14px 16px;border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text);font-size:18px;font-weight:700;letter-spacing:3px;text-align:center;text-transform:uppercase;outline:none;transition:border-color .15s;box-sizing:border-box}.vp-redeem-code-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #ffbd1b26}.vp-redeem-code-input:disabled{opacity:.6}.vp-redeem-code-error{display:flex;align-items:center;gap:6px;padding:9px 12px;border-radius:var(--radius-sm);background:var(--bg-red);color:var(--soft-red);font-size:12px;font-weight:600;text-align:left}.vp-redeem-code-btn{width:100%;padding:14px;border:none;border-radius:var(--radius-md);background:var(--primary);color:var(--on-primary);font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .15s,opacity .15s}.vp-redeem-code-btn:hover{background:var(--primary-hover)}.vp-redeem-code-btn:disabled{opacity:.5;cursor:not-allowed}.vp-voucher-discount{font-size:13px;font-weight:700;color:var(--primary-hover, #e07800);margin:0 0 3px}.vp-voucher-code-row{display:flex;align-items:center;gap:4px;font-size:10px;color:var(--text-muted);font-weight:600;margin-bottom:4px}.vp-voucher-code-text{letter-spacing:1px;font-family:monospace}.vp-loading{display:flex;justify-content:center;padding:48px 0}.vp-spinner{width:32px;height:32px;border-radius:50%;border:3px solid var(--border);border-top-color:var(--primary);animation:vp-spin .8s linear infinite}.vp-section-block{margin-bottom:28px}.vp-section-block:last-child{margin-bottom:0}.vp-section-label{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px}.vp-empty--sm{padding:20px 16px;min-height:auto}.vp-tv-list{display:flex;flex-direction:column;gap:10px}.vp-tv-card{display:flex;align-items:center;gap:12px;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius);padding:12px 14px;transition:border-color .15s,box-shadow .15s}.vp-tv-card:hover{border-color:var(--primary);box-shadow:0 2px 12px rgba(var(--primary-rgb, 0,0,0),.08)}.vp-tv-card--claimed{opacity:.75;background:var(--surface-soft)}.vp-tv-card--full{opacity:.55}.vp-tv-left{flex-shrink:0}.vp-tv-badge{width:42px;height:42px;border-radius:10px;background:var(--primary-light, rgba(var(--primary-rgb, 99,102,241), .1));color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800}.vp-tv-body{flex:1;min-width:0}.vp-tv-name{font-size:13.5px;font-weight:700;color:var(--text-primary);margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vp-tv-discount{font-size:12px;font-weight:600;color:var(--primary);margin:0 0 4px}.vp-tv-desc{font-size:11.5px;color:var(--text-muted);margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vp-tv-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}.vp-tv-min,.vp-tv-exp,.vp-tv-quota{display:inline-flex;align-items:center;gap:3px;font-size:10.5px;color:var(--text-muted);background:var(--surface-soft);padding:2px 6px;border-radius:20px}.vp-tv-right{flex-shrink:0}.vp-tv-btn{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:700;border:none;cursor:pointer;transition:background .15s,opacity .15s;white-space:nowrap}.vp-tv-btn--claim{background:var(--primary);color:var(--on-primary)}.vp-tv-btn--claim:hover{background:var(--primary-hover)}.vp-tv-btn--claim:disabled{opacity:.6;cursor:not-allowed}.vp-tv-btn--login{background:var(--surface-soft);color:var(--primary);border:1.5px solid var(--primary)}.vp-tv-btn--login:hover{background:var(--primary-light, rgba(99,102,241,.08))}.vp-tv-btn--have{background:var(--bg-green, #d1fae5);color:var(--soft-green, #059669);cursor:default}.vp-tv-btn--disabled{background:var(--surface-soft);color:var(--text-muted);cursor:not-allowed}.vp-tenant-card{position:relative;display:flex;align-items:center;gap:12px;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-md);padding:14px 14px 14px 16px;overflow:hidden;transition:border-color .15s,box-shadow .15s}.vp-tenant-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--primary);border-radius:4px 0 0 4px}.vp-tenant-card--claimed{opacity:.7}.vp-tenant-card--claimed:before{background:#22c55e}.vp-tenant-card-discount{font-size:11px;font-weight:700;color:#fff;background:var(--primary);border-radius:6px;padding:2px 7px;white-space:nowrap;flex-shrink:0}.vp-tenant-card-min{font-size:11px;color:var(--text-muted);margin:2px 0 0}.vp-tenant-card-meta--urgent{color:#ef4444!important;font-weight:600}.vp-tenant-card-action{flex-shrink:0;margin-left:auto;display:flex;align-items:center}.vp-tenant-card-btn{display:flex;align-items:center;gap:5px;padding:8px 14px;border-radius:20px;border:none;background:var(--primary);color:var(--on-primary);font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap;transition:filter .15s,transform .1s}.vp-tenant-card-btn:hover:not(:disabled){filter:brightness(1.07);transform:scale(1.03)}.vp-tenant-card-btn:disabled{opacity:.6;cursor:not-allowed}.vp-tenant-card-claimed{display:flex;align-items:center;gap:5px;padding:7px 12px;border-radius:20px;border:1.5px solid #22c55e;color:#22c55e;font-size:12px;font-weight:700;background:transparent;white-space:nowrap}.vp-tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:99px;background:var(--primary);color:var(--on-primary);font-size:10px;font-weight:700;margin-left:4px}.closed-screen{width:100vw;margin-left:calc(50% - 50vw);min-height:100svh;display:flex;align-items:center;justify-content:center;padding:24px 16px;background:var(--surface-soft)}.closed-card{width:100%;max-width:480px;background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow-md);padding:36px 28px 32px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;animation:fadeIn .4s ease}.closed-icon-wrap{width:80px;height:80px;border-radius:50%;background:var(--bg-orange, #fff4ec);display:flex;align-items:center;justify-content:center;margin-bottom:4px}.closed-store-icon{font-size:36px;color:var(--primary)}.closed-title{font-size:22px;font-weight:700;color:var(--text);margin:0}.closed-label-note{font-size:13px;color:var(--soft-red);font-weight:600;background:var(--bg-red, #fef2f2);padding:4px 12px;border-radius:999px;margin:0}.closed-subtitle{font-size:14px;color:var(--text-muted);margin:0;line-height:1.5}.closed-today-hours{display:flex;align-items:center;gap:8px;padding:10px 18px;background:var(--surface-soft);border:1px solid var(--border);border-radius:999px;font-size:14px;font-weight:600;color:var(--primary);margin:4px 0}.closed-schedule{width:100%;margin-top:8px;border:1px solid var(--border);border-radius:12px;overflow:hidden}.closed-schedule-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);background:var(--surface-soft);padding:8px 14px;margin:0;border-bottom:1px solid var(--border)}.closed-schedule ul{list-style:none;margin:0;padding:0}.closed-schedule-row{display:flex;justify-content:space-between;align-items:center;padding:9px 14px;font-size:13px;border-bottom:1px solid var(--border)}.closed-schedule-row:last-child{border-bottom:none}.closed-day-name{color:var(--text);font-weight:500}.closed-day-time{color:var(--primary);font-weight:600}.closed-schedule-row.closed-day .closed-day-time{color:var(--soft-red)}.closed-tenant-name{margin-top:4px;font-size:12px;color:var(--text-muted)}@media (max-width: 480px){.closed-card{padding:28px 18px 24px}.closed-title{font-size:19px}}:root{--primary: #ffbd1b;--primary-hover: #ff9900;--on-primary: #1f2933;--dark: #1f2933;--secondary-dark: #3f4854;--button-dark: #1f2933;--button-dark-hover: #3f4854;--disabled: #667085;--stroke: #e6e8ec;--blue: #3561ab;--secondary-blue: #4170b6;--soft-blue: #e7ecf7;--light: #ffffff;--mid-green: #28c76f;--soft-red: #ff6347;--bg-red: #ffcec5;--bg-orange: #ffe6da;--bg-color: #f6f7f9;--surface: #ffffff;--surface-soft: #f1f3f6;--surface-hover: #f7f8fa;--text: #1f2933;--text-muted: #667085;--text-inverse: #ffffff;--border: #e6e8ec;--input-bg: #ffffff;--input-border: #d8dde5;--overlay: rgba(15, 23, 42, .48);--shadow-sm: 0 2px 8px rgba(15, 23, 42, .08);--shadow-md: 0 10px 28px rgba(15, 23, 42, .12);--focus-ring: 0 0 0 3px rgba(255, 189, 27, .28);--radius-sm: 8px;--radius-md: 12px}:root[data-theme=dark]{--dark: #f5f7fb;--secondary-dark: #c8d0dc;--button-dark: #252c36;--button-dark-hover: #343d4a;--disabled: #a7b0bf;--stroke: #303743;--blue: #7fa7ff;--secondary-blue: #6f98ea;--soft-blue: #1d2942;--light: #1b2028;--bg-red: #4b241e;--bg-orange: #3a2a20;--bg-color: #11141a;--surface: #1b2028;--surface-soft: #242b35;--surface-hover: #2a323e;--text: #f5f7fb;--text-muted: #a7b0bf;--text-inverse: #ffffff;--border: #303743;--input-bg: #151a21;--input-border: #3a4452;--overlay: rgba(0, 0, 0, .62);--shadow-sm: 0 2px 10px rgba(0, 0, 0, .28);--shadow-md: 0 14px 34px rgba(0, 0, 0, .38);--focus-ring: 0 0 0 3px rgba(255, 189, 27, .2);color-scheme:dark}*{padding:0;margin:0;box-sizing:border-box;font-family:Poppins,sans-serif;scroll-behavior:smooth}html{background:var(--bg-color)}body{min-height:100vh;background-color:var(--bg-color);color:var(--text);transition:background-color .2s ease,color .2s ease}a{text-decoration:none;color:inherit}.app{width:85%;max-width:1280px;margin:auto}img,svg{max-width:100%}input,textarea,select{background:var(--input-bg);border-color:var(--input-border);color:var(--text);font:inherit}input::placeholder,textarea::placeholder{color:var(--text-muted)}button{font:inherit}button,a,input,textarea,div{-webkit-tap-highlight-color:transparent}button:focus,button:active,a:focus,a:active{outline:none;box-shadow:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:none;box-shadow:var(--focus-ring)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 1024px){.app{width:92%}}@media (max-width: 750px){.app{width:100%;padding:0 14px}}.grecaptcha-badge{visibility:hidden!important;opacity:0!important;pointer-events:none!important}
