:root{--app-safe-top:max(env(safe-area-inset-top,0px),var(--tg-safe-area-inset-top,0px),var(--tg-viewport-safe-area-inset-top,0px));--app-safe-bottom:max(env(safe-area-inset-bottom,0px),var(--tg-safe-area-inset-bottom,0px),var(--tg-viewport-safe-area-inset-bottom,0px));--app-safe-left:max(env(safe-area-inset-left,0px),var(--tg-safe-area-inset-left,0px),var(--tg-viewport-safe-area-inset-left,0px));--app-safe-right:max(env(safe-area-inset-right,0px),var(--tg-safe-area-inset-right,0px),var(--tg-viewport-safe-area-inset-right,0px))}body,html{-webkit-touch-callout:none;-webkit-text-size-adjust:100%;height:100%;overflow:hidden;overscroll-behavior:none;-webkit-user-select:none;user-select:none}::selection{background:#3a6df059;color:#fff}::-moz-selection{background:#3a6df059;color:#fff}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}#root{box-sizing:border-box;height:100vh;height:100dvh;overflow:hidden;padding:max(env(safe-area-inset-top,0px),0px,0px) max(env(safe-area-inset-right,0px),0px,0px) max(env(safe-area-inset-bottom,0px),0px,0px) max(env(safe-area-inset-left,0px),0px,0px);padding:var(--app-safe-top) var(--app-safe-right) var(--app-safe-bottom) var(--app-safe-left);touch-action:pan-y}[contenteditable=true],input,select,textarea{caret-color:currentColor;-webkit-user-select:text;user-select:text}*{box-sizing:border-box}.customer-header{padding:32px 20px 10px}.customer-header,.logo-container{width:100%}.customer-header,.logo-container,.logo-frame{align-items:center;display:flex;justify-content:center}.logo-frame{max-width:100%;width:280px}.logo-image{display:block;max-width:100%;object-fit:contain}.logo-image--wide{border-radius:18px;height:auto;width:100%}.logo-image--vertical{border-radius:18px;height:auto;max-height:250px;max-width:100%;width:auto}.logo-skeleton{border-radius:16px;height:120px;width:100%}@media (max-width:768px){.customer-header{padding:20px 16px 5px}.logo-frame{max-width:290px;width:100%}.logo-skeleton{height:100px}}.product-card{background-color:#fff;border:1px solid #fff;border-radius:20px;box-shadow:0 13px 27px -5px #32325d40,0 8px 16px -8px #0000004d;display:flex;flex-direction:column;margin-bottom:8px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;width:280px}.product-image-container{background-color:#f5f5f5;height:280px;overflow:hidden;position:relative;width:100%}.product-image{display:block;height:100%;object-fit:cover;width:100%}.image-gradient-overlay{background:linear-gradient(180deg,#0000 0,#ffffff80 40%,#fffffff2 90%,#fff);bottom:0;height:50px;left:0;pointer-events:none;position:absolute;right:0;transition:opacity .3s ease}.product-info{display:flex;flex:1 1;flex-direction:column;gap:12px;padding:0 20px 20px}.product-name{color:#333;font-size:20px;font-weight:500;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-description{color:#666;flex:1 1;font-size:14px;line-height:1.5;margin:0}.product-price-container{align-items:center;border-top:1px solid #e0e0e0;display:flex;gap:12px;justify-content:space-between;padding-top:8px}.product-price{color:#bf6c40;font-size:22px;font-weight:700}.add-button{align-items:center;background-color:#fff;border:2px solid #bf6c40;border-radius:50%;color:#bf6c40;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;outline:none;padding:0;transition:all .3s ease;width:36px}.add-button:active{background-color:#bf6c40;color:#fff;transform:scale(.95)}.add-button.animating{animation:buttonPulse .6s ease-out}@keyframes buttonPulse{0%{transform:scale(1)}50%{background-color:#bf6c40;color:#fff;transform:scale(1.3)}to{transform:scale(1)}}@media (max-width:768px){.product-card{max-width:290px;width:100%}.product-image-container{height:240px}.product-info{padding:0 16px 16px}.product-name{font-size:18px}.product-price{font-size:20px}}.customer-footer{align-items:center;border-top:1px dashed #fff;display:flex;justify-content:center;margin-left:auto;margin-right:auto;margin-top:auto;padding:24px 20px;width:75%}.footer-link{color:#fff;font-size:14px;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#fff;text-decoration:underline}@media (max-width:768px){.customer-footer{padding:20px 16px}.footer-link{font-size:13px}}.floating-action-button{align-items:center;animation:fabAppear .6s cubic-bezier(.34,1.56,.64,1) forwards;background:#bf6c40;border-radius:50%;box-shadow:0 4px 20px #bf6c4066;cursor:grab;display:flex;height:60px;justify-content:center;position:fixed;touch-action:none;transform:translate(-50%,-50%);transition:box-shadow .3s ease,transform .2s ease,left .6s cubic-bezier(.4,0,.2,1),top .6s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;width:60px;z-index:1000}.floating-action-button:before{border:1px solid hsla(0,0%,100%,.736);border-radius:50%;content:"";inset:2px;pointer-events:none;position:absolute}.floating-action-button:hover{box-shadow:0 6px 24px #bf6c4080;transform:translate(-50%,-50%) scale(1.05)}.floating-action-button.dragging{box-shadow:0 8px 28px #bf6c4099;cursor:grabbing;transform:translate(-50%,-50%) scale(1.1);transition:box-shadow .3s ease,transform .2s ease!important}.fab-content{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.fab-count{color:#fff;font-size:20px;font-weight:700;pointer-events:none;-webkit-user-select:none;user-select:none}@keyframes fabAppear{0%{opacity:0;transform:translate(-50%,-50%) scale(0) rotate(-180deg)}50%{transform:translate(-50%,-50%) scale(1.2) rotate(10deg)}to{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(0deg)}}@media (max-width:768px){.floating-action-button{height:56px;width:56px}.fab-count{font-size:18px}}.cart-modal-overlay{align-items:flex-end;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a8c;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:2000}.cart-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000040;display:flex;flex-direction:column;max-height:min(80vh,720px);max-width:560px;overflow:hidden;position:relative;width:100%}.cart-modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;gap:12px;justify-content:space-between;padding:16px 16px 12px}.cart-modal-title{color:#0f172a;display:flex;flex-direction:column;font-size:16px;font-weight:700}.cart-modal-subtitle{color:#64748b;font-size:13px;font-weight:500;margin-top:2px}.cart-modal-close{background:#fff;border:1px solid #e5e7eb;border-radius:10px;color:#0f172a;cursor:pointer;font-size:22px;height:36px;line-height:1;width:36px}.cart-modal-close:active{transform:scale(.98)}.cart-modal-body{overflow:auto;overflow-x:hidden;padding:12px 16px 16px}.cart-modal-footer{background:linear-gradient(0deg,#fffffffa,#ffffffeb);border-top:1px solid #e5e7eb;padding:12px 16px 16px}.cart-modal-footer-actions{align-items:stretch;display:flex;gap:10px}.cart-modal-giftBtn{align-items:center;background:linear-gradient(180deg,#fffaf6,#fff);border:1px solid #e8ddd4;border-radius:14px;box-shadow:0 4px 14px #bf6c401f;cursor:pointer;display:inline-flex;flex:0 0 44px;font-size:22px;height:44px;justify-content:center;line-height:1;width:44px}.cart-modal-giftBtn:disabled{box-shadow:none;cursor:not-allowed;opacity:.45}.cart-modal-giftBtn:active:not(:disabled){transform:scale(.98)}.cart-modal-buyBtn{background:#bf6c40;border:0;border-radius:14px;box-shadow:0 10px 22px #bf6c4040;color:#fff;cursor:pointer;flex:1 1;font-size:15px;font-weight:800;height:44px;min-width:0}.cart-modal-buyBtn:disabled{box-shadow:none;cursor:not-allowed;opacity:.6}.cart-modal-buyBtn:active:not(:disabled){transform:scale(.99)}.cart-modal-empty{color:#64748b;padding:24px 8px;text-align:center}.cart-modal-list{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}.cart-modal-item{background:#fff;border:1px solid #eef2f7;border-radius:12px;justify-content:space-between;padding:10px}.cart-modal-item,.cart-modal-item-left{align-items:center;display:flex;gap:12px}.cart-modal-item-left{min-width:0}.cart-modal-item-image{background:#f1f5f9;border-radius:10px;flex:0 0 auto;height:44px;object-fit:cover;width:44px}.cart-modal-item-image--placeholder{background:linear-gradient(135deg,#e2e8f0,#f1f5f9)}.cart-modal-item-meta{display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:0}.cart-modal-item-name{-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#0f172a;display:-webkit-box;font-weight:600;overflow:hidden}.cart-modal-item-price{color:#bf6c40;font-size:13px;font-weight:700}.cart-modal-item-qty{background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;color:#0f172a;flex:0 0 auto;font-weight:800;padding:6px 10px}.cart-modal-item-right{align-items:center;display:flex;flex:0 0 auto;gap:10px;position:relative}.cart-modal-qty-pill{background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;color:#0f172a;flex:0 0 auto;font-weight:800;padding:6px 10px;white-space:nowrap}.cart-modal-options-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#0f172a;cursor:pointer;display:inline-flex;font-size:22px;height:36px;justify-content:center;line-height:1;width:36px}.cart-modal-options-btn:active{transform:scale(.98)}.cart-modal-actions{align-items:center;background:#fffffffa;border:1px solid #e2e8f0;border-radius:15px;box-shadow:0 10px 28px #0f172a24;display:flex;gap:10px;opacity:0;padding:6px;pointer-events:none;position:absolute;right:0;top:50%;transform:translate(120%,-50%);transition:transform .22s ease,opacity .22s ease}.cart-modal-actions.open{opacity:1;pointer-events:auto;transform:translateY(-50%)}.cart-modal-qty-controls{background:#0000;border:1px solid #e2e8f0;gap:8px;padding:4px}.cart-modal-qty-btn,.cart-modal-qty-controls{align-items:center;border-radius:999px;display:flex}.cart-modal-qty-btn{background:#fff;border:1px solid #e2e8f0;color:#0f172a;cursor:pointer;font-size:18px;font-weight:800;height:34px;justify-content:center;line-height:1;width:34px}.cart-modal-qty-btn:active{transform:scale(.98)}.cart-modal-qty-value{color:#0f172a;font-weight:800;min-width:26px;text-align:center}.cart-modal-remove-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#0f172a;cursor:pointer;display:inline-flex;height:36px;justify-content:center;width:36px}.cart-modal-remove-btn:active{transform:scale(.98)}.cart-modal-promo-overlay{background:#fff;display:flex;flex-direction:column;inset:0;min-height:100vh;min-height:100dvh;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);position:fixed;z-index:2100}.cart-modal-promo-sheet{background:#fff;border-radius:0;box-shadow:none;display:flex;flex:1 1;flex-direction:column;max-height:none;min-height:0;overflow:hidden;width:100%}.cart-modal-promo-sheetHeader{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0;justify-content:space-between;padding:14px 16px 12px}.cart-modal-promo-sheetTitle{color:#0f172a;font-size:16px;font-weight:800}.cart-modal-promo-close{background:#fff;border:1px solid #e5e7eb;border-radius:10px;color:#0f172a;cursor:pointer;font-size:22px;height:36px;line-height:1;width:36px}.cart-modal-promo-body{-webkit-overflow-scrolling:touch;flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto;padding:8px 16px 24px}.cart-modal-promo-empty,.cart-modal-promo-hint{color:#64748b;font-size:14px;padding:16px 8px;text-align:center}.cart-modal-promo-error{background:#fef2f2;border-radius:12px;color:#b91c1c;font-size:13px;padding:12px}.cart-modal-promo-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.cart-modal-promo-row{align-items:center;background:#fff;border:1px solid #eef2f7;border-radius:12px;cursor:pointer;display:flex;gap:12px;padding:10px;text-align:left;width:100%}.cart-modal-promo-row:active{transform:scale(.99)}.cart-modal-promo-thumb{background:#f1f5f9;border-radius:10px;flex-shrink:0;height:40px;object-fit:cover;width:40px}.cart-modal-promo-thumb--placeholder{background:linear-gradient(135deg,#e2e8f0,#f1f5f9)}.cart-modal-promo-name{color:#0f172a;flex:1 1;font-size:14px;font-weight:600;min-width:0}.cart-modal-promo-chevron{color:#94a3b8;font-size:20px;font-weight:700}@media (min-width:640px){.cart-modal-overlay{align-items:center}}.customer-side{background-color:#121212;display:flex;flex-direction:column;min-height:100vh}.skeleton{animation:skeletonShimmer 1.15s ease-in-out infinite;background:linear-gradient(90deg,#ffffff0f,#ffffff1f 45%,#ffffff0f);background-size:200% 100%}.skeleton--block{display:block}.skeleton--text{height:14px}.skeleton--circle,.skeleton--text{border-radius:999px}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.customer-main{align-items:flex-start;flex:1 1;overflow:visible;padding:40px 20px}.customer-main,.products-container{display:flex;justify-content:center}.products-container{flex-wrap:wrap;gap:24px;max-width:1400px;width:100%}.product-card--skeleton{background:#ffffff0a;border-color:#ffffff14;box-shadow:none}.product-card--skeleton .product-image-container{background-color:#ffffff08}.product-card--skeleton .product-price-container{border-top-color:#ffffff14}.product-card--skeleton .image-gradient-overlay{opacity:0}.product-skeleton-image{height:100%;width:100%}.product-skeleton-title{margin-top:12px;width:68%}.product-skeleton-price{height:16px;width:40%}.product-skeleton-btn{height:36px;width:36px}.store-not-found-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;margin:40px auto;max-width:400px;padding:48px 32px;text-align:center;width:100%}.store-not-found-icon{font-size:64px;margin-bottom:24px;opacity:.8}.store-not-found-title{color:#fff;font-size:24px;font-weight:600;margin:0 0 16px}.store-not-found-message{color:#ffffffb3;font-size:16px;line-height:1.5;margin:0 0 12px}.store-not-found-hint{color:#ffffff80;font-size:14px;margin:0}@media (max-width:768px){.customer-main{padding:20px 16px}.products-container{gap:16px}.store-not-found-card{margin:20px auto;padding:32px 24px}.store-not-found-icon{font-size:48px;margin-bottom:16px}.store-not-found-title{font-size:20px}.store-not-found-message{font-size:14px}}.client-about{align-items:center;background:#0b1220;display:flex;justify-content:center;min-height:100vh;padding:24px}.client-about-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:16px;box-shadow:0 24px 80px #00000059;color:#e5e7eb;max-width:520px;padding:20px;width:100%}.client-about-logo{background:#ffffffeb;border-radius:12px;display:block;height:auto;margin:2px 0 14px;object-fit:contain;padding:8px 10px;width:100%}.client-about-text{color:#e5e7ebeb;font-size:14px;line-height:1.5;margin:0 0 10px}.client-about-textMuted{color:#e5e7ebb3}.client-about-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.client-about-cta{align-items:center;background:#2563eb;border-radius:12px;color:#fff;display:inline-flex;font-weight:700;justify-content:center;letter-spacing:.2px;margin-top:10px;padding:12px 14px;text-decoration:none;width:100%}.client-about-cta:hover{filter:brightness(1.05)}.client-about-cta:active{transform:translateY(1px)}.client-fullscreenSpinner{display:grid;inset:0;place-items:center;pointer-events:all;position:fixed;z-index:2500}.client-fullscreenSpinner-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a7a;inset:0;position:absolute}.client-fullscreenSpinner-card{align-items:center;background:#fffffff5;border:1px solid #e2e8f0f2;border-radius:16px;box-shadow:0 20px 60px #00000040;display:flex;flex-direction:column;gap:10px;padding:16px 18px;position:relative;width:min(320px,calc(100vw - 32px))}.client-fullscreenSpinner-ring{animation:client-fullscreenSpinner-spin .9s linear infinite;border:4px solid #0f172a1f;border-radius:999px;border-top-color:#bf6c40;height:44px;width:44px}.client-fullscreenSpinner-text{color:#0f172a;font-size:14px;font-weight:800;text-align:center}@keyframes client-fullscreenSpinner-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.client-fullscreenSpinner-ring{animation:none}}.client-branches-page{background:#f1f5f9;height:100%;position:relative;width:100%}.client-branches-map{inset:0;position:absolute}.client-branches-controls{display:flex;gap:10px;left:14px;position:absolute;top:14px;z-index:1200}.client-branches-fab{align-items:center;background:#fff;border:1px solid #cbd5e1cc;border-radius:14px;box-shadow:0 2px 12px #00000014;color:#475569;cursor:pointer;display:inline-flex;height:44px;justify-content:center;width:44px}.client-branches-fab:active{transform:scale(.98)}.client-branches-status{display:flex;justify-content:center;left:0;pointer-events:none;position:absolute;right:0;top:calc(env(safe-area-inset-top, 0px) + 72px);z-index:1200}.client-branches-chip{background:#fff;border:1px solid #cbd5e1e6;border-radius:999px;box-shadow:0 2px 12px #00000014;color:#334155;font-weight:600;padding:10px 14px;pointer-events:auto}.client-branches-chipError{background:#fef2f2f2;border-color:#fecacae6;color:#b91c1c}.client-branch-pinIcon{background:#0000;border:0}.client-branch-pin{align-items:center;display:flex;flex-direction:column;transform:translateZ(0)}.client-branch-pin--insufficient{filter:blur(.3px) grayscale(.35);opacity:.55}.client-branch-pin--insufficient .client-branch-pinBadge{box-shadow:0 2px 10px #0000001a}.client-branch-pin--insufficient .client-branch-pinArrow{filter:drop-shadow(0 2px 8px rgba(0,0,0,.1))}.client-branch-pinBadge{align-items:center;background:#fff;border:1px solid #e2e8f0e6;border-radius:999px;box-shadow:0 4px 16px #000000ad;display:flex;height:40px;justify-content:center;overflow:hidden;width:56px}.client-branch-pinLogo{height:25px}.client-branch-pinLogo--placeholder{background:#fff}.client-branch-pinArrow{border-left:10px solid #0000;border-right:10px solid #0000;border-top:14px solid #fff;height:0;margin-top:-2px;position:relative;width:0}.client-branch-pinArrow:before{border-left:11px solid #0000;border-right:11px solid #0000;border-top:15px solid #e2e8f0e6;content:"";height:0;left:-11px;position:absolute;top:-15px;width:0;z-index:-1}.client-booking-page{background:#0b1220;color:#e2e8f0;display:flex;flex-direction:column;height:100%;width:100%}.client-booking-header{align-items:center;display:flex;justify-content:center;padding:14px}.client-booking-title{font-size:20px;font-weight:900;letter-spacing:.2px}.client-booking-content{align-items:flex-start;display:flex;flex:1 1;justify-content:center;padding:10px 14px 18px}.client-booking-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0f;border:1px solid #e2e8f024;border-radius:18px;box-shadow:0 20px 60px #00000040;display:flex;flex-direction:column;gap:12px;max-width:520px;padding:16px;width:100%}.client-booking-cardTitle{font-size:16px;font-weight:900;margin-bottom:4px}.client-booking-label{color:#e2e8f0d9;display:flex;flex-direction:column;font-size:13px;gap:6px}.client-booking-input,.client-booking-textarea{background:#ffffff14;border:1px solid #e2e8f029;border-radius:14px;color:#e2e8f0;outline:none;padding:12px;width:100%}.client-booking-textarea{resize:vertical}.client-booking-warning{background:#eab3081f;border:1px solid #eab3083d;border-radius:14px;color:#fef08af2;font-weight:700;padding:10px 12px}.client-booking-error{background:#ef44441f;border:1px solid #ef44443d;border-radius:14px;color:#fecacaf2;font-weight:700;padding:10px 12px}.client-booking-primary{background:#bf6c40;border:0;border-radius:14px;color:#fff;cursor:pointer;font-weight:900;height:46px;width:100%}.client-booking-primary:disabled{cursor:not-allowed;opacity:.6}.client-order-detail-page{background:#0b1220;color:#e2e8f0;display:flex;flex-direction:column;height:100vh;max-height:100%;min-height:100%;overflow:hidden;width:100%}.client-order-detail-header{align-items:center;display:flex;justify-content:center;padding:14px}.client-order-detail-title{font-size:20px;font-weight:900;letter-spacing:.2px}.client-order-detail-content{align-items:center;display:flex;flex:1 1;flex-direction:column;min-height:0;overflow-x:hidden;overflow-y:auto;padding:10px 14px 18px}.client-order-detail-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0f;border:1px solid #e2e8f024;border-radius:18px;box-shadow:0 20px 60px #00000040;display:flex;flex-direction:column;gap:16px;max-width:520px;padding:16px;width:100%}.client-order-detail-error-card{background:#ef44441f;border-color:#ef44443d;color:#fecacaf2;font-weight:600}.client-order-detail-meta{align-items:center;color:#e2e8f0b3;display:flex;flex-wrap:wrap;font-size:13px;gap:10px;justify-content:space-between}.client-order-detail-date{font-weight:600}.client-order-detail-status{border-radius:8px;display:inline-block;font-size:12px;font-weight:700;letter-spacing:.04em;padding:4px 10px;text-transform:uppercase}.client-order-detail-status--status-booked{background:#3b82f633;border:1px solid #3b82f659;color:#93c5fd}.client-order-detail-status--status-processed{background:#eab30833;border:1px solid #eab30859;color:#fde047}.client-order-detail-status--status-sold{background:#22c55e33;border:1px solid #22c55e59;color:#86efac}.client-order-detail-status--status-canceled{background:#94a3b833;border:1px solid #94a3b859;color:#cbd5e1}.client-order-detail-status--status-replenished{background:#a855f733;border:1px solid #a855f759;color:#d8b4fe}.client-order-detail-section{background:#ffffff0d;border-radius:12px;display:flex;flex-direction:column;gap:8px;padding:12px}.client-order-detail-section-title{color:#e2e8f0e6;font-size:14px;font-weight:900;letter-spacing:.04em;margin:0 0 4px;text-transform:uppercase}.client-order-detail-row{align-items:baseline;display:flex;font-size:14px;gap:12px;justify-content:space-between}.client-order-detail-label{color:#e2e8f0b3;flex-shrink:0}.client-order-detail-value{color:#e2e8f0;text-align:right;word-break:break-word}.client-order-detail-link{color:#93c5fd;text-decoration:none}.client-order-detail-link:hover{text-decoration:underline}.client-order-detail-items{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}.client-order-detail-item{grid-gap:12px;align-items:center;display:grid;font-size:14px;gap:12px;grid-template-columns:1fr auto auto}.client-order-detail-item-name{color:#e2e8f0;font-weight:600}.client-order-detail-item-qty{color:#e2e8f0cc}.client-order-detail-item-price{font-weight:600}.client-order-detail-total{align-items:center;border-top:1px solid #e2e8f024;display:flex;font-size:16px;font-weight:900;justify-content:space-between;margin-top:4px;padding-top:12px}.client-order-detail-total span:last-child{color:#bf6c40}.client-order-detail-address{color:#e2e8f0;font-size:14px}.client-order-detail-2gis{align-items:center;background:#ffffff14;border:1px solid #e2e8f033;border-radius:12px;color:#e2e8f0;display:inline-flex;font-weight:700;height:44px;justify-content:center;text-decoration:none;transition:background .15s ease;width:100%}.client-order-detail-2gis:hover{background:#ffffff24}.client-order-detail-actions{display:flex;gap:12px;margin-top:12px;max-width:520px;width:100%}.client-order-detail-btn{border:none;border-radius:12px;cursor:pointer;flex:1 1;font-size:15px;font-weight:700;padding:14px 18px;transition:background .15s ease,opacity .15s ease}.client-order-detail-btn--secondary{background:#ffffff14;border:1px solid #e2e8f033;color:#e2e8f0}.client-order-detail-btn--secondary:hover{background:#ffffff1f}.client-order-detail-btn--primary{background:#bf6c40;color:#fff}.client-order-detail-btn--primary:hover{background:#a45a30}.order-pdf-target{align-items:center;background:#161b22;box-sizing:border-box;color:#e2e8f0;display:flex;height:100vh;justify-content:center;max-height:1000px;max-width:500px;width:100%}.order-pdf-target .order-pdf-inner{align-items:center;display:flex;flex-direction:column;gap:20px;max-width:520px;width:90%}.order-pdf-target .order-pdf-qr-wrap{background:#fff;border-radius:12px;padding:12px}.order-pdf-target .order-pdf-qr-wrap svg{display:block}.order-pdf-target .order-pdf-card{max-width:520px;width:100%}.gift-selection-page{background:#f8fafc;box-sizing:border-box;min-height:100vh;min-height:100dvh;padding:16px 16px 100px}.gift-selection-header{align-items:center;display:flex;gap:12px;margin-bottom:16px}.gift-selection-back{background:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#0f172a;cursor:pointer;font-size:20px;height:40px;line-height:1;width:40px}.gift-selection-title{color:#0f172a;font-size:18px;font-weight:800}.gift-selection-error{background:#fef2f2;border-radius:12px;color:#b91c1c;font-size:14px;margin-bottom:12px;padding:12px}.gift-selection-promo-name{color:#334155;font-size:15px;font-weight:700;margin-bottom:12px}.gift-selection-promo-field{color:#475569;display:flex;flex-direction:column;font-size:13px;font-weight:600;gap:6px;margin-bottom:12px}.gift-selection-promo-input{border:1px solid #e2e8f0;border-radius:12px;font-size:15px;height:44px;padding:0 12px}.gift-selection-condition-msg{background:#fffbeb;border:1px solid #fde68a;border-radius:12px;color:#92400e;font-size:13px;margin-bottom:12px;padding:10px 12px}.gift-selection-empty{color:#64748b;padding:24px 8px;text-align:center}.gift-selection-list{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}.gift-selection-item{align-items:center;background:#fff;border:1px solid #eef2f7;border-radius:14px;display:flex;gap:12px;padding:12px}.gift-selection-img{background:#f1f5f9;border-radius:12px;flex-shrink:0;height:52px;object-fit:cover;width:52px}.gift-selection-img--placeholder{background:linear-gradient(135deg,#e2e8f0,#f1f5f9)}.gift-selection-meta{flex:1 1;min-width:0}.gift-selection-item-name{color:#0f172a;font-size:15px;font-weight:600}.gift-selection-item-price{color:#bf6c40;font-size:13px;font-weight:700;margin-top:2px}.gift-selection-qty{background:#f8fafc;border:1px solid #e2e8f0;flex-shrink:0;gap:6px;padding:4px 6px}.gift-selection-qty,.gift-selection-qty-btn{align-items:center;border-radius:999px;display:flex}.gift-selection-qty-btn{background:#fff;border:1px solid #e2e8f0;color:#0f172a;cursor:pointer;font-size:18px;font-weight:800;height:34px;justify-content:center;line-height:1;width:34px}.gift-selection-qty-btn:disabled{cursor:not-allowed;opacity:.35}.gift-selection-qty-btn:active:not(:disabled){transform:scale(.96)}.gift-selection-qty-value{color:#0f172a;font-size:15px;font-weight:800;min-width:28px;text-align:center}.gift-selection-counter{color:#475569;font-size:14px;font-weight:600;margin-bottom:12px}.gift-selection-counter-limit{color:#b45309;font-weight:700}.gift-selection-item--picked{background:linear-gradient(180deg,#fffbf7,#fff);border-color:#fcd9bd}.gift-selection-footer{background:linear-gradient(0deg,#fffffffa,#f8fafcf5);border-top:1px solid #e5e7eb;bottom:0;box-shadow:0 -8px 24px #0f172a0f;left:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom, 0px));position:fixed;right:0;z-index:5}.gift-selection-next{background:#bf6c40;border:0;border-radius:14px;box-shadow:0 10px 22px #bf6c4040;color:#fff;cursor:pointer;font-size:16px;font-weight:800;height:48px;width:100%}.gift-selection-next:disabled{box-shadow:none;cursor:not-allowed;opacity:.5}.gift-selection-next:active:not(:disabled){transform:scale(.99)}
/*# sourceMappingURL=main.8698df71.css.map*/