@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Sora:wght@600;700;800&display=swap";.login-container{width:100vw;height:100vh;height:100dvh;background:linear-gradient(135deg,#fffaf0,#fff8e8,#ffedd5);font-family:Poppins,sans-serif;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:1rem;padding-top:0;box-sizing:border-box;position:relative;animation:fadeIn .6s ease-out}.version-indicator{position:fixed;bottom:.75rem;right:.75rem;font-size:.7rem;color:var(--forest);font-family:Poppins,sans-serif;font-weight:500;opacity:.7;z-index:10;background:#fffaf0d9;padding:2px 8px;border-radius:8px;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ota-version-indicator{position:fixed;bottom:.75rem;left:.75rem;font-size:.7rem;color:var(--forest);font-family:Poppins,sans-serif;font-weight:500;opacity:.7;z-index:10;background:#fffaf0d9;padding:2px 8px;border-radius:8px;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}:root[data-theme=dark] .ota-version-indicator{color:var(--text-dim);background:#1e1e1ed9}.login-container:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 15% 20%,rgba(71,89,61,.06) 0%,transparent 50%),radial-gradient(circle at 85% 80%,rgba(208,107,63,.08) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(237,166,72,.04) 0%,transparent 50%);pointer-events:none;z-index:0}@media(min-width:1025px){.login-container:before{animation:backgroundPulse 8s ease-in-out infinite}}@keyframes backgroundPulse{0%,to{opacity:1}50%{opacity:.8}}.login-header{position:absolute;top:0;left:0;right:0;height:60px;background:linear-gradient(135deg,#47593d,#3a4831);z-index:2;display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem;box-sizing:border-box;box-shadow:0 8px 32px #0003,0 2px 8px #00000026,inset 0 1px #ffffff1a;animation:slideInDown .5s cubic-bezier(.4,0,.2,1)}.login-header:before{content:"";position:absolute;top:-50%;right:10%;width:200px;height:200px;background:radial-gradient(circle,rgba(208,107,63,.15) 0%,transparent 70%);border-radius:50%;pointer-events:none}@media(min-width:1025px){.login-header:before{animation:pulse 3s ease-in-out infinite}}.header-left{display:flex;align-items:center;animation:fadeInLeft .6s ease-out .2s both}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-20px,0,0)}to{opacity:1;transform:translateZ(0)}}.ip-address{color:#fff;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;opacity:.9;transition:all .3s cubic-bezier(.4,0,.2,1)}.ip-address:hover{opacity:1;transform:translateY(-2px)}.header-right{display:flex;align-items:center;gap:1.5rem;animation:fadeInRight .6s ease-out .3s both}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(20px,0,0)}to{opacity:1;transform:translateZ(0)}}.status-indicator{display:flex;align-items:center;gap:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.status-indicator:hover{transform:translateY(-2px)}.status-dot{width:10px;height:10px;border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 0 0 0 currentColor;position:relative}.status-dot:before{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;border-radius:50%;background:inherit;transform:translate(-50%,-50%)}@media(min-width:1025px){.status-dot:before{animation:dotPulse 2s ease-in-out infinite}}@keyframes dotPulse{0%,to{opacity:0;transform:translate(-50%,-50%) scale(1)}50%{opacity:.5;transform:translate(-50%,-50%) scale(1.8)}}.status-label{color:#fff;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;opacity:.9}.status-indicator.checking .status-dot{background-color:orange}.status-indicator.connected .status-dot{background-color:#4caf50}.status-indicator.disconnected .status-dot{background-color:#f44336}@media(min-width:1025px){.status-indicator.checking .status-dot,.status-indicator.disconnected .status-dot{animation:pulse 1.5s ease-in-out infinite}}.login-card{background:linear-gradient(to bottom,#fff,#fefefe);border-radius:0 0 32px 32px;padding:5rem 3rem 3rem;box-shadow:0 20px 60px #00000026,0 8px 24px #47593d1f,0 0 0 1px #47593d14,inset 0 1px #fffc;width:100%;max-width:480px;position:relative;z-index:1;margin-top:0;animation:cardSlideDown .6s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center}.login-card:before{content:"";position:absolute;bottom:-20%;left:-10%;width:300px;height:300px;background:radial-gradient(circle,rgba(71,89,61,.05) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:-1}@keyframes cardSlideDown{0%{transform:translate3d(0,-100px,0);opacity:0}to{transform:translateZ(0);opacity:1}}.logo-container{display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem;width:100%;overflow:hidden;max-height:150px;animation:scaleIn .6s cubic-bezier(.34,1.56,.64,1) .3s both}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.logo-image{width:320px;height:150px;flex-shrink:0;object-fit:cover;object-position:center 30%;display:block;mix-blend-mode:multiply;background:transparent;opacity:.9;animation:logoFloat 3s ease-in-out infinite;will-change:transform;backface-visibility:hidden}@keyframes logoFloat{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-10px,0)}}.welcome-text{text-align:center;margin-bottom:1.25rem;width:100%;animation:fadeInUp .6s ease-out .4s both}.welcome-title{font-size:28px;font-weight:700;color:var(--forest);margin:0 0 .5rem;letter-spacing:-.5px;background:linear-gradient(135deg,#47593d,#3a4831);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(min-width:1025px){.welcome-title{animation:titleShine 3s ease-in-out infinite}}@keyframes titleShine{0%,to{filter:brightness(1)}50%{filter:brightness(1.2)}}.welcome-subtitle{font-size:15px;font-weight:400;color:#47593db3;margin:0;animation:fadeInUp .6s ease-out .5s both}.login-form{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;animation:fadeInUp .6s ease-out .6s both}.error-message{width:100%;color:#a34031;padding:14px 20px;margin-bottom:20px;background:linear-gradient(135deg,#ffecea,#ffe5e3);border:2px solid #F5C6C0;border-radius:16px;font-size:14px;font-weight:500;text-align:center;font-family:Poppins,sans-serif;display:flex;align-items:center;justify-content:center;gap:8px;animation:errorShake .5s ease,fadeInUp .4s ease;box-shadow:0 4px 12px #a3403126,0 2px 4px #00000014}.error-icon{font-size:18px;animation:iconBounce .6s ease}@keyframes iconBounce{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.input-group{margin-bottom:1rem;width:100%;display:flex;justify-content:center;animation:fadeInUp .6s ease-out both}.input-group:nth-child(2){animation-delay:.65s}.input-group:nth-child(3){animation-delay:.7s}.input-field{position:relative;width:100%;height:56px;background:linear-gradient(to bottom,#fff,#fafafa);display:flex;align-items:center;border-radius:16px;border:2px solid #c5d4bb;box-shadow:0 2px 8px #0000000d,inset 0 1px #fffc;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.input-field:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(71,89,61,.05),transparent);transition:left .5s ease;z-index:1}.input-field:focus-within:before{left:100%}.input-icon{position:absolute;left:18px;font-size:20px;z-index:2;opacity:.6;transition:all .3s cubic-bezier(.4,0,.2,1);pointer-events:none;filter:grayscale(.3)}.input-field:focus-within .input-icon{opacity:1;transform:scale(1.1);filter:grayscale(0);animation:iconBounce .4s ease}.input-field:focus-within{border-color:var(--forest);box-shadow:0 0 0 4px #47593d1a,0 8px 16px #0000001a;transform:translateY(-2px)}.field-label{color:#47593d80;text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Poppins,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:130%;position:absolute;left:52px;top:50%;transform:translateY(-50%);z-index:2;pointer-events:none;transition:all .3s ease}.field-input{width:100%;height:100%;background:transparent;border:none;outline:none;padding:0 20px 0 52px;color:var(--text);font-family:Poppins,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:500;border-radius:16px}.field-input::placeholder{color:#47593d66}.field-input:disabled{opacity:.7;cursor:not-allowed}.login-button{display:flex;width:100%;height:56px;padding:0;justify-content:center;align-items:center;gap:10px;border-radius:16px;background:linear-gradient(135deg,#47593d,#3a4831,#2c3725);border:none;cursor:pointer;margin-top:1.5rem;align-self:center;color:#fff;text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Poppins,-apple-system,Roboto,Helvetica,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:130%;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 20px #47593d59,0 2px 8px #00000026,inset 0 1px #ffffff26;position:relative;overflow:hidden;animation:fadeInUp .6s ease-out .75s both}.login-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff26;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.login-button:hover:before{width:300px;height:300px}.login-button:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);transform:rotate(45deg)}@media(min-width:1025px){.login-button:after{animation:buttonShine 3s ease-in-out infinite}}.button-arrow{font-size:20px;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1}.login-button:hover .button-arrow{transform:translate(8px) scale(1.1);animation:arrowBounce .8s ease infinite}@keyframes arrowBounce{0%,to{transform:translate(8px) scale(1.1)}50%{transform:translate(12px) scale(1.1)}}.spinner{width:18px;height:18px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-right-color:#fff;border-radius:50%;animation:spin .6s linear infinite;z-index:1;box-shadow:0 0 8px #ffffff4d}@keyframes spin{to{transform:rotate(360deg)}}.login-button:hover:not(:disabled){box-shadow:0 12px 32px #47593d73,0 4px 12px #0003,inset 0 1px #fff3;transform:translateY(-4px) scale(1.02)}.login-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #47593d4d}.login-button:focus{outline:3px solid rgba(71,89,61,.3);outline-offset:3px}.login-button:disabled{opacity:.6;cursor:not-allowed}@media(min-width:1441px){.logo-image{width:400px;height:400px}.login-form,.input-field{max-width:450px}}@media(max-width:1440px)and (min-width:1025px){.logo-image{width:360px;height:360px}.login-form,.input-field{max-width:420px}}@media(max-width:1024px)and (min-width:769px){.login-container{padding:1rem;padding-top:0}.login-header{height:60px;padding:0 1.5rem}.ip-address{font-size:14px}.status-label{font-size:13px}.login-card{padding:5rem 3rem 3rem;margin-top:0}.logo-container{margin-bottom:1.5rem;max-height:150px}.logo-image{width:320px;height:150px;object-position:center 30%}.welcome-text{margin-bottom:1.5rem}.login-form{max-width:400px}.input-field{height:56px}.field-label{font-size:16px}.login-button{width:100%;height:56px;font-size:18px}}@media(max-width:768px){.login-container{padding:1rem;animation-duration:.9s}.login-header{animation-duration:.75s}.header-left{animation-duration:.9s;animation-delay:.3s}.header-right{animation-duration:.9s;animation-delay:.4s}.login-card{animation-duration:.9s}.logo-container{margin-bottom:1.5rem;animation-duration:.9s;animation-delay:.45s}.welcome-text{animation-duration:.9s;animation-delay:.6s}.welcome-subtitle{animation-duration:.9s;animation-delay:.75s}.login-form{animation-duration:.9s;animation-delay:.9s;max-width:340px}.input-group:nth-child(2){animation-delay:.95s}.input-group:nth-child(3){animation-delay:1.05s}.login-button{animation-delay:1.1s;animation-duration:.9s}.logo-image{width:280px;height:280px;max-height:35vh}.input-field{max-width:340px;height:48px}.field-input{font-size:16px;padding:0 16px 0 56px}.login-button{width:190px;height:50px;font-size:16px}}@media(max-width:640px){.login-container{padding:.85rem .75rem}.login-header{height:54px;padding:0 1.25rem}.header-title{font-size:1.15rem}.logo-container{margin-bottom:1.35rem}.logo-image{width:260px;height:260px;max-height:33vh}.login-form{max-width:320px}.input-field{max-width:320px;height:46px}.field-input{font-size:16px;padding:0 16px 0 56px}.login-button{width:180px;height:48px;font-size:15px}}@media(max-width:480px){.login-container{padding:.75rem .5rem}.logo-container{margin-bottom:1.25rem}.logo-image{width:240px;height:240px;max-height:30vh}.login-form{max-width:300px;padding:0 .5rem}.input-field{max-width:300px;height:46px}.field-input{font-size:16px;padding:0 16px 0 54px}.login-button{width:170px;height:48px;font-size:15px}}@media(max-width:375px){.login-container{padding:.6rem .4rem}.login-header{height:50px;padding:0 1rem}.header-title{font-size:1rem}.logo-image{width:220px;height:220px;max-height:28vh}.login-form{max-width:280px;padding:0 .4rem}.input-field{max-width:280px;height:44px}.field-input{font-size:16px;padding:0 14px 0 52px}.login-button{width:160px;height:44px;font-size:14px}}@media(hover:none){.login-button:after{display:none}.login-button:hover:before,.login-button:hover .button-arrow{transform:none;width:0;height:0;animation:none}.ip-address:hover,.status-indicator:hover{transform:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.logo-image,.welcome-title,.login-button:after,.login-container:before,.login-header:before,.status-dot:before{animation:none!important}}:root[data-theme=dark] .login-container{background:linear-gradient(135deg,#141414,#1a1a1a,#1e1e1e)}:root[data-theme=dark] .login-card{background:linear-gradient(to bottom,var(--surface),#1B1B1B);box-shadow:0 20px 60px #0000008c,0 8px 24px #00000073,0 0 0 1px var(--border),inset 0 1px #ffffff0a}:root[data-theme=dark] .welcome-title{background:linear-gradient(135deg,#e8e8e8,#b5b5b5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}:root[data-theme=dark] .welcome-subtitle{color:var(--text-dim)}:root[data-theme=dark] .input-field{background:linear-gradient(to bottom,var(--surface-2),var(--surface-3));border:2px solid var(--border-strong);box-shadow:0 2px 8px #00000059,inset 0 1px #ffffff08}:root[data-theme=dark] .input-field:focus-within{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft),0 8px 16px #00000080}:root[data-theme=dark] .field-label{color:var(--text-muted)}:root[data-theme=dark] .field-input::placeholder{color:var(--text-muted)}:root[data-theme=dark] .error-message{color:#fca5a5;background:linear-gradient(135deg,#ef44441f,#ef444414);border:2px solid rgba(239,68,68,.3)}:root[data-theme=dark] .version-indicator{color:var(--text-dim);background:#1e1e1ed9}:root[data-theme=dark] .logo-container{background:var(--bg-cream, #FFFAF0);border-radius:24px;padding:.5rem 1rem;width:fit-content;margin-left:auto;margin-right:auto;box-shadow:0 4px 16px #0000004d}:root[data-theme=dark] .logo-image{mix-blend-mode:multiply}.pos-container{display:flex;height:100vh;background:var(--bg);font-family:Poppins,sans-serif;overflow:hidden}.pos-header{position:fixed;top:0;left:0;right:0;height:54px;background:var(--header-bg);display:flex;justify-content:space-between;align-items:center;padding:0 2rem;z-index:100;box-shadow:0 2px 8px #00000026}.nav-scroll-strip::-webkit-scrollbar{display:none}.pos-title{color:#fff;font-family:Chillax,Poppins,sans-serif;font-size:25px;font-weight:700;letter-spacing:.3px;-webkit-text-stroke:.6px currentColor;text-shadow:0 2px 4px rgba(0,0,0,.3)}.user-info{display:flex;align-items:center;gap:1rem;flex:1 1 0;min-width:0;justify-content:flex-end}.user-info>.pinned-right{display:flex;align-items:center;flex:0 0 auto}.user-name{color:#fff;font-size:16px;font-weight:500}.logout-button{background:var(--accent);color:#fff;border:none;padding:8px 16px;border-radius:16px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px #0003}.logout-button:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 3px 8px #00000040}.logout-button:focus{outline:none}.logout-button:focus:not(:hover){background:var(--accent);transition:none}.logout-button:active{background:var(--accent-active);transform:translateY(0);box-shadow:0 1px 3px #0003}.pos-nav-button{background:#ffffff29;color:#fff;border:none;padding:8px 14px;border-radius:14px;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.pos-nav-button:hover{background:#ffffff47;transform:translateY(-1px)}.nav-scroll-strip{display:flex;gap:.4rem;align-items:center;overflow-x:auto;min-width:0;flex:1 1 auto;scrollbar-width:none;-ms-overflow-style:none}.nav-scroll-strip>*{flex:0 0 auto}.user-info>.pinned-right{gap:.55rem}.product-bulto{display:inline-block;margin-top:2px;font-size:11px;font-weight:700;color:#2f6c7a}.store-switcher{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:10px;padding:.4rem .6rem;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;cursor:pointer;max-width:9.5rem}.store-switcher option{color:#222}.cart-bulto-badge{display:inline-block;margin-left:.4rem;padding:1px 7px;border-radius:999px;background:#4a8da029;color:#2f6c7a;font-size:10px;font-weight:700;letter-spacing:.2px;vertical-align:middle}.pos-main{display:flex;width:100%;margin-top:54px}.products-section{flex:1;padding:.5rem 2rem 2rem;overflow-y:auto;max-height:calc(100vh - 54px)}.pos-container .search-container{margin:1.25rem 0;position:relative;width:100%;max-width:none}.pos-container .search-input{width:100%;max-width:none;height:50px;background:var(--surface);border:2px solid #D9C29A;border-radius:28px;padding:0 48px;color:var(--text);font-family:Poppins,sans-serif;font-size:15px;font-weight:500;transition:all .28s ease;box-shadow:0 2px 8px #0000000f}.pos-container .search-input:hover{border-color:#d89a3d}.pos-container .search-input:focus{border-color:#d06b3f;outline:none;transform:translateY(-1px);transition:all .34s cubic-bezier(.34,1.56,.64,1);box-shadow:0 0 0 3px #d06b3f9e,0 0 0 7px #eda64878,0 0 0 11px #52929157,0 0 0 15px #586e4c38,0 16px 32px -6px #2d3e284d}.search-input::placeholder{color:#ae9b7a;font-weight:500;opacity:1}.search-input:hover{border-color:var(--accent);box-shadow:0 4px 12px #d06b3f1f}.search-input:focus{background:var(--surface);border-color:var(--accent);outline:none;box-shadow:0 0 0 4px #d06b3f26,0 4px 16px #d06b3f33;transform:translateY(-1px)}.search-container:before{content:"🔍";position:absolute;left:16px;top:50%;transform:translateY(-50%);font-size:18px;pointer-events:none;z-index:1;opacity:.6;transition:opacity .3s ease}.search-container:focus-within:before{opacity:.9}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.product-card{background:var(--surface);border:1px solid #7E9466;border-bottom:4px solid #7E9466;border-radius:20px;padding:1.1rem 1rem 1rem;cursor:pointer;transition:transform .18s cubic-bezier(.2,.8,.2,1),box-shadow .18s ease,border-color .18s ease;text-align:left;position:relative;overflow:hidden;box-shadow:0 6px 18px -10px #2d3e2847,0 1px 3px #0000000a}@media(hover:hover){.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 38px -16px #2d3e286b,0 2px 6px #0000000f;border-color:var(--forest)}}.pos-touch .product-card:hover{transform:none;border-color:#7e9466;border-bottom-color:#7e9466;box-shadow:0 6px 18px -10px #2d3e2847,0 1px 3px #0000000a}.products-grid .product-card.tapping{animation:cardTap .3s cubic-bezier(.34,1.56,.64,1)}.product-image{width:80px;height:80px;object-fit:cover;border-radius:16px;margin:0 0 .85rem}.product-placeholder{width:80px;height:80px;background:linear-gradient(135deg,#47593d0f,#52929117);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 0 .85rem;color:#47593d;font-family:Chillax,Poppins,sans-serif;font-size:34px;font-weight:700;line-height:1}.product-name{font-size:15px;font-weight:600;color:var(--text);margin-bottom:.35rem;line-height:1.3;text-align:left}.product-price{font-family:Sora,Poppins,sans-serif;font-size:21px;font-weight:800;color:var(--forest);font-variant-numeric:tabular-nums;letter-spacing:.3px;text-align:left}.product-stock{font-size:12px;color:var(--text-dim);margin-top:.25rem}.stock-pill{display:inline-block;margin-top:.5rem;padding:3px 11px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.2px;font-variant-numeric:tabular-nums}.stock-pill.ok{background:#47593d1f;color:#47593d}.stock-pill.low{background:#e0911e29;color:#9c6a12}.stock-pill.out{background:#c0412c21;color:#c0412c}.cart-section{width:38.2%;min-width:380px;background:var(--bg);border-left:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden;box-shadow:-2px 0 8px #00000014}.cart-header{background:var(--cart-header-bg);color:var(--cart-header-text);padding:1rem;text-align:center;box-shadow:0 2px 8px #00000026}.cart-title{font-family:Chillax,Poppins,sans-serif;font-size:21px;font-weight:700;letter-spacing:.3px;-webkit-text-stroke:.6px currentColor;margin:0}.cart-items{flex:1;overflow-y:auto;padding:1rem}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:var(--surface);border-radius:15px;margin-bottom:.55rem;border:1px solid #7E9466;border-left:4px solid #7E9466;box-shadow:0 1px 2px #2d3e280f,0 6px 16px -10px #2d3e2838;animation:cartItemPop .32s cubic-bezier(.34,1.56,.64,1)}.cart-item-thumb{width:50px;height:50px;object-fit:cover;border-radius:14px;margin-right:.5rem;flex-shrink:0;border:1px solid var(--border-soft)}.cart-thumb-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#47593d0f,#52929117);color:#47593d;font-family:Chillax,Poppins,sans-serif;font-size:22px;font-weight:700;line-height:1}.cart-item-info{flex:1}.cart-item-name{font-size:14px;font-weight:600;color:var(--text);text-align:left;line-height:1.3}.cart-item-price{font-family:Sora,Poppins,sans-serif;font-size:13px;font-weight:700;color:var(--forest);font-variant-numeric:tabular-nums;letter-spacing:.2px;margin-top:2px}.cart-item-controls{display:flex;align-items:center;gap:.5rem}.quantity-button{width:30px;height:30px;background:#6d8159;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #00000026;transition:transform .14s cubic-bezier(.34,1.56,.64,1),background .15s ease,box-shadow .15s ease}.quantity-button:hover{background:#5f7350;transform:translateY(-1px);box-shadow:0 2px 6px #0003}.quantity-button:active{transform:scale(.8);box-shadow:0 1px 2px #00000026;background:var(--forest)}.pos-touch .quantity-button:hover{transform:none;background:#6d8159;box-shadow:0 1px 3px #00000026}.pos-touch .quantity-button:active{transform:scale(.8);background:var(--forest)}.quantity-display{min-width:32px;text-align:center;display:inline-block;font-family:Sora,Poppins,sans-serif;font-weight:700;font-size:17px;color:var(--forest);font-variant-numeric:tabular-nums;animation:numPop .28s cubic-bezier(.34,1.56,.64,1)}.cart-item.removing{animation:cartItemPopOut .24s cubic-bezier(.4,0,.2,1) forwards;pointer-events:none;overflow:hidden}@keyframes cartItemPopOut{0%{opacity:1;transform:scale(1)}25%{transform:scale(1.04)}to{opacity:0;transform:scale(.7)}}.remove-button{background:var(--accent);color:#fff;border:none;padding:4px 8px;border-radius:4px;font-size:12px;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}.remove-button:hover{background:var(--accent-hover)}.remove-button:active{transform:scale(.94);background:var(--accent-active)}.cart-summary{background:var(--surface);padding:1rem;border-top:2px solid var(--border);box-shadow:0 -2px 8px #0000000d}.total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.total-label{font-family:Chillax,Poppins,sans-serif;font-size:17px;font-weight:600;color:var(--text)}.total-amount{font-family:Chillax,Poppins,sans-serif;font-size:24px;font-weight:800;color:var(--forest);-webkit-text-stroke:.25px var(--forest);font-variant-numeric:tabular-nums;letter-spacing:.2px;display:inline-block;animation:totalPop .3s cubic-bezier(.34,1.56,.64,1)}.checkout-button{width:100%;height:50px;background:var(--cta-bg);color:var(--cta-text);border:none;border-bottom:5px solid #3C4E2C;border-radius:16px;box-sizing:border-box;font-family:Chillax,Poppins,sans-serif;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s ease;margin-top:1rem;box-shadow:-6px 4px 14px #0000001f,0 1px 4px #41523938}.checkout-button:hover{background:var(--cta-hover);transform:translateY(-1px);box-shadow:-8px 6px 18px #00000026,0 2px 6px #41523947}.checkout-button:active{transform:translate(-2px,1px);box-shadow:-3px 2px 8px #0000001c,0 1px 3px #41523933}.pos-touch .checkout-button:hover{transform:none;box-shadow:-6px 4px 14px #0000001f,0 1px 4px #41523938}.checkout-button:disabled{background:var(--surface-2);cursor:not-allowed;border-bottom-color:var(--border);box-shadow:none}.empty-cart{text-align:center;color:var(--text-dim);font-style:italic;padding:2rem}@media(max-width:1024px)and (min-width:769px){.cart-section{width:38.2%;min-width:350px}.products-section{padding:1.5rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.product-card{padding:.8rem}.search-input{height:48px;font-size:15px}.search-container:before{font-size:18px}button[style*="flex: 1"]{min-width:120px!important;padding:12px 16px!important;font-size:14px!important}button[style*="whiteSpace: nowrap"]{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important}}@media(max-width:768px){.pos-container{flex-direction:column;height:auto;min-height:100vh}.pos-header{position:sticky;top:0;height:46px;padding:0 1rem;z-index:200}.pos-title{font-size:18px}.user-name{font-size:14px}.pos-main{flex-direction:column-reverse;margin-top:0;min-height:calc(100vh - 46px)}.cart-section{width:100%;min-height:50vh;max-height:60vh;border-left:none;border:1px solid var(--border);position:sticky;bottom:0;z-index:100}.cart-items{max-height:calc(60vh - 250px);min-height:100px}.cart-summary{position:sticky;bottom:0;background:var(--surface);box-shadow:0 -4px 8px #0000001a}.products-section{padding:1rem 1rem 2rem;max-height:none}.products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.8rem}.product-card{padding:.6rem}.product-image,.product-placeholder{width:60px;height:60px}.product-name{font-size:14px}.product-price{font-size:16px}.search-input{max-width:100%;height:48px;font-size:15px}.search-container:before{font-size:16px;left:14px}.checkout-button{height:55px;font-size:16px;margin-top:.75rem;touch-action:manipulation}}@media(max-width:640px){.pos-container{font-size:14px}.pos-header{height:44px;padding:0 .75rem}.pos-title{font-size:16px}.user-name{font-size:12px}.logout-button{padding:6px 12px;font-size:12px}.products-section{padding:.75rem .75rem 1.5rem}.search-container{margin-bottom:1rem}.search-input{height:44px;font-size:14px;padding:0 42px}.search-container:before{font-size:14px;left:12px}.products-grid{grid-template-columns:1fr;gap:.6rem}.product-card{display:flex;flex-direction:row;align-items:center;padding:.75rem;gap:.75rem}.product-image,.product-placeholder{width:70px;height:70px;flex-shrink:0}.product-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.product-name{font-size:13px;line-height:1.3}.product-price{font-size:15px}.product-stock{font-size:11px}.cart-section{min-height:45vh;max-height:55vh}.cart-items{max-height:calc(55vh - 220px)}.cart-item{padding:.75rem;gap:.75rem}.cart-item-image{width:50px;height:50px}.cart-item-name{font-size:13px}.cart-item-price{font-size:14px}.quantity-controls button{width:32px;height:32px;font-size:16px}.quantity-controls span{font-size:14px;min-width:32px}.remove-item{width:32px;height:32px;font-size:16px}.cart-summary{padding:.75rem;gap:.5rem}.summary-row{font-size:13px}.summary-row.total{font-size:16px}.checkout-button{height:48px;font-size:15px;margin-top:.5rem}.empty-cart{padding:1.5rem;font-size:13px}.empty-cart-icon{font-size:3rem}}@media(max-width:480px){.pos-header{height:40px;padding:0 .5rem}.pos-title{font-size:15px}.user-info{gap:.5rem}.user-name{display:none}.products-section{padding:.5rem}.search-input{height:42px;font-size:13px}.product-card{padding:.6rem;gap:.6rem}.product-image,.product-placeholder{width:60px;height:60px}.product-name{font-size:12px}.product-price{font-size:14px}.cart-section{min-height:40vh;max-height:50vh}.cart-items{max-height:calc(50vh - 200px)}.cart-item{padding:.6rem;gap:.6rem}.cart-item-image{width:45px;height:45px}.cart-item-name{font-size:12px}.cart-item-price{font-size:13px}.quantity-controls button{width:28px;height:28px;font-size:14px}.quantity-controls span{font-size:13px;min-width:28px}.remove-item{width:28px;height:28px;font-size:14px}.cart-summary{padding:.6rem}.summary-row{font-size:12px}.summary-row.total{font-size:15px}.checkout-button{height:44px;font-size:14px}}@media(max-width:375px){.pos-title{font-size:14px}.logout-button{padding:5px 10px;font-size:11px}.product-card{padding:.5rem}.product-image,.product-placeholder{width:55px;height:55px}.product-name{font-size:11px}.product-price{font-size:13px}.cart-item-name,.summary-row{font-size:11px}.summary-row.total{font-size:14px}}.time-in-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--modal-overlay);display:flex;justify-content:center;align-items:center;z-index:3000}.time-in-modal{background:var(--surface);padding:3rem 2.5rem;border-radius:16px;box-shadow:0 8px 32px #0000004d;max-width:420px;width:90%;text-align:center}.time-in-greeting{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;color:var(--forest);margin:0 0 .5rem}.time-in-date{font-family:Poppins,sans-serif;font-size:1rem;color:var(--text-dim);margin:0 0 .25rem}.time-in-time{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;color:var(--warning);margin:0 0 2rem}.time-in-button{width:100%;padding:16px;background:var(--forest);color:#fff;border:none;border-radius:12px;font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .2s;margin-bottom:1rem}.time-in-button:hover{background:var(--forest-hover);transform:translateY(-2px);box-shadow:0 4px 12px #36561a4d}.time-in-button:disabled{background:var(--surface-2);cursor:not-allowed;transform:none;box-shadow:none}.time-in-skip{background:none;border:none;font-family:Poppins,sans-serif;font-size:.8rem;color:var(--text-muted);cursor:pointer;padding:6px;margin-top:.5rem}.time-in-skip:hover{color:var(--text-muted)}.time-in-schedule-info{margin:0 0 1.5rem;padding:.75rem 1rem;background:var(--success-soft);border:1.5px solid var(--success)60;border-radius:12px;font-family:Poppins,sans-serif;text-align:center}.time-in-day-off{margin:0;color:var(--text-dim);font-size:.9rem;font-weight:500}.time-in-optional{margin:0;color:var(--warning);font-size:.9rem;font-weight:500}.time-in-shift-card{display:flex;flex-direction:column;gap:.15rem}.time-in-shift-label{font-size:.8rem;color:var(--success);font-weight:600}.time-in-shift-times{font-size:1.1rem;color:var(--forest);font-weight:700}.time-in-break-times{font-size:.8rem;color:var(--text-dim);font-weight:500}.time-in-offline-notice{font-family:Poppins,sans-serif;font-size:.85rem;color:var(--warning);background:var(--warning-soft);border:1px solid var(--warning);border-radius:8px;padding:.75rem 1rem;margin:0 0 1.5rem;line-height:1.4}.time-in-skip-confirm{margin-top:.75rem;text-align:center}.time-in-skip-confirm p{font-family:Poppins,sans-serif;font-size:.85rem;color:var(--danger);margin:0 0 .75rem;font-weight:500}.time-in-skip-actions{display:flex;gap:.5rem;justify-content:center}.time-in-skip-yes{background:none;border:1px solid var(--border);border-radius:6px;font-family:Poppins,sans-serif;font-size:.8rem;color:var(--text-muted);cursor:pointer;padding:6px 16px;min-height:36px}.time-in-skip-yes:hover{border-color:var(--text-muted);color:var(--text-dim)}.time-in-skip-back{background:var(--forest);border:none;border-radius:6px;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:600;color:#fff;cursor:pointer;padding:6px 16px;min-height:36px}.time-in-skip-back:hover{background:var(--forest-hover)}.time-out-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--modal-overlay);display:flex;justify-content:center;align-items:center;z-index:2000}.time-out-modal{background:var(--surface);padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000004d;max-width:400px;width:90%}.time-out-title{font-family:Poppins,sans-serif;font-weight:700;color:var(--forest);margin:0 0 .5rem;font-size:1.25rem}.time-out-message{font-family:Poppins,sans-serif;color:var(--text-dim);font-size:15px;line-height:1.5;margin:0 0 1.5rem}.time-out-actions{display:flex;flex-direction:column;gap:.5rem}.time-out-button-primary{padding:14px;background:var(--forest);color:#fff;border:none;border-radius:8px;font-family:Poppins,sans-serif;font-weight:600;cursor:pointer;font-size:15px;min-height:48px;transition:all .2s}.time-out-button-primary:hover{background:var(--forest-hover)}.time-out-button-primary:disabled{background:var(--surface-2);cursor:not-allowed}.time-out-button-secondary{padding:12px;background:var(--surface-2);color:var(--text-dim);border:none;border-radius:8px;font-family:Poppins,sans-serif;font-weight:500;cursor:pointer;font-size:14px;min-height:44px;transition:all .2s}.time-out-button-secondary:hover{background:var(--surface-2)}.time-out-button-secondary:disabled{opacity:.5;cursor:not-allowed}@supports (-moz-appearance: none){@media(min-width:1024px)and (orientation:landscape){.pos-container,.pos-main,.products-section,.cart-section{-moz-box-sizing:border-box;box-sizing:border-box}.pos-container{height:100vh;height:-moz-available;min-height:100vh;max-height:100vh;overflow:hidden}.pos-main{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%;height:calc(100vh - 54px);min-height:0;margin-top:54px}.products-section{flex:1 1 auto;flex-basis:0;min-width:0;width:auto;padding:2rem;overflow-y:auto;overflow-x:hidden;max-height:calc(100vh - 54px);height:calc(100vh - 54px);-moz-box-sizing:border-box}.cart-section{flex:0 0 38.2%;width:38.2%;min-width:400px;max-width:none;height:calc(100vh - 54px);max-height:calc(100vh - 54px);overflow:hidden;display:flex;flex-direction:column;-moz-box-sizing:border-box}.products-section,.cart-items{scrollbar-width:thin;scrollbar-color:rgba(213,91,14,.5) rgba(54,86,26,.1)}*{-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.search-input,.logout-button,.checkout-button,.quantity-button,button{-moz-appearance:none;-webkit-appearance:none;appearance:none}.search-input{width:100%;height:50px;line-height:normal;padding:0 48px;-moz-box-sizing:border-box;box-sizing:border-box}.search-container:before{font-size:18px;left:16px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;grid-gap:1rem;width:100%;-moz-box-sizing:border-box}.product-card{-moz-box-sizing:border-box;box-sizing:border-box;min-height:200px;display:flex;flex-direction:column;justify-content:center}.cart-items{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:1rem;-moz-box-sizing:border-box}.cart-summary{flex:0 0 auto;padding:1rem;-moz-box-sizing:border-box}.logout-button,.checkout-button,.quantity-button,button{min-height:44px;min-width:44px;touch-action:manipulation;-moz-user-select:none;-webkit-user-select:none;user-select:none;cursor:pointer}.checkout-button{width:100%;height:50px;line-height:50px;padding:0;display:flex;align-items:center;justify-content:center;-moz-box-sizing:border-box}.quantity-button{width:30px;height:30px;min-width:30px;min-height:30px;padding:0;display:flex;align-items:center;justify-content:center}.cart-header{flex:0 0 auto;padding:1rem;-moz-box-sizing:border-box}.product-card:hover{-moz-transform:translateY(-2px);transform:translateY(-2px)}div[style*="position: fixed"]{-moz-box-sizing:border-box;box-sizing:border-box}.pos-title,.product-name,.cart-item-name{-moz-user-select:none;-webkit-user-select:none;user-select:none}.search-input{-moz-user-select:text;-webkit-user-select:text;user-select:text}}@media(min-width:1600px)and (orientation:landscape){.cart-section{flex:0 0 38.2%;width:38.2%;min-width:420px;max-width:none}.products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;grid-gap:1.25rem}.product-card{padding:1.25rem;min-height:220px}.search-input{height:52px;line-height:normal}.search-container:before{font-size:20px}}}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInLeft{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInRight{0%{transform:translate(20px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.search-container{animation:slideInUp .5s cubic-bezier(.16,1,.3,1) .05s both}.product-grid{animation:fadeIn .55s cubic-bezier(.16,1,.3,1) .1s both}.products-grid.is-entering .product-card{animation:staggerFadeIn .5s cubic-bezier(.16,1,.3,1) both}.products-grid.is-entering .product-card:nth-child(1){animation-delay:.03s}.products-grid.is-entering .product-card:nth-child(2){animation-delay:.06s}.products-grid.is-entering .product-card:nth-child(3){animation-delay:.09s}.products-grid.is-entering .product-card:nth-child(4){animation-delay:.12s}.products-grid.is-entering .product-card:nth-child(5){animation-delay:.15s}.products-grid.is-entering .product-card:nth-child(6){animation-delay:.18s}.products-grid.is-entering .product-card:nth-child(7){animation-delay:.21s}.products-grid.is-entering .product-card:nth-child(8){animation-delay:.24s}.products-grid.is-entering .product-card:nth-child(9){animation-delay:.27s}.products-grid.is-entering .product-card:nth-child(10){animation-delay:.3s}.products-grid.is-entering .product-card:nth-child(11){animation-delay:.32s}.products-grid.is-entering .product-card:nth-child(12){animation-delay:.34s}.products-grid.is-entering .product-card:nth-child(n+13){animation-delay:.34s}.modal-overlay{animation:fadeIn .22s cubic-bezier(.16,1,.3,1)}.modal-content{animation:scaleIn .3s cubic-bezier(.34,1.56,.64,1)}.tab-button{transition:all .3s cubic-bezier(.4,0,.2,1)}.tab-button:hover{transform:translateY(-2px)}.cart-container{animation:slideInRight .4s cubic-bezier(.34,1.56,.64,1)}:root[data-theme=dark] .product-image,:root[data-theme=dark] .cart-item-thumb{background:var(--bg-cream, #FFFAF0);padding:4px;box-sizing:border-box}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@keyframes staggerFadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 #41523966}50%{box-shadow:0 0 0 6px #41523900}}.checkout-modal-overlay{animation:fadeIn .1s ease-out}.checkout-modal-container{animation:fadeIn .15s cubic-bezier(.4,0,.2,1)}.checkout-modal-header{animation:staggerFadeIn .1s ease-out both}.checkout-cart-panel{animation:fadeIn .15s cubic-bezier(.4,0,.2,1) both}.checkout-cart-header{animation:staggerFadeIn .1s ease-out both}.checkout-cart-item{animation:staggerFadeIn .1s ease-out both;transition:all .15s ease-out}.checkout-cart-item:nth-child(1){animation-delay:0s}.checkout-cart-item:nth-child(2){animation-delay:.02s}.checkout-cart-item:nth-child(3){animation-delay:.04s}.checkout-cart-item:nth-child(4){animation-delay:.06s}.checkout-cart-item:nth-child(5){animation-delay:.08s}.checkout-cart-item:nth-child(6){animation-delay:.1s}.checkout-cart-item:nth-child(n+7){animation-delay:.1s}.checkout-cart-item:hover{transform:translate(4px);background:#d06b3f0d!important}.checkout-cart-total{animation:staggerFadeIn .1s ease-out both}.checkout-payment-panel{animation:fadeIn .15s cubic-bezier(.4,0,.2,1) both}.checkout-payment-method-section{animation:staggerFadeIn .1s ease-out both}.checkout-payment-method-button{transition:all .15s ease-out}.checkout-payment-method-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.checkout-payment-method-button:active{transform:translateY(0)}.checkout-palista-section{animation:slideIn .1s ease-out}.checkout-palista-type-toggle,.checkout-palista-form-field{animation:staggerFadeIn .1s ease-out both}.checkout-palista-form-field:nth-child(1){animation-delay:0s}.checkout-palista-form-field:nth-child(2){animation-delay:.02s}.checkout-palista-form-field:nth-child(3){animation-delay:.04s}.checkout-palista-form-field:nth-child(4){animation-delay:.06s}.checkout-cash-section{animation:slideIn .1s ease-out}.checkout-cash-quick-select{animation:staggerFadeIn .1s ease-out both}.checkout-cash-button{transition:all .15s ease-out}.checkout-cash-button:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 4px 12px #00000026}.checkout-cash-button:active{transform:translateY(0) scale(1)}.checkout-cash-input{animation:staggerFadeIn .1s ease-out both;transition:all .15s ease-out}.checkout-cash-input:focus{transform:translateY(-1px);box-shadow:0 4px 12px #586e4c33}.checkout-cash-change{animation:scaleIn .1s ease-out}.checkout-actions{animation:staggerFadeIn .1s ease-out both}.checkout-button{transition:all .15s ease-out}.checkout-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #0003}.checkout-button:active:not(:disabled){transform:translateY(0)}.checkout-success-overlay{animation:fadeIn .1s ease-out}.checkout-success-container{animation:scaleIn .15s ease-out}.checkout-success-icon{animation:scaleIn .15s ease-out both}.checkout-success-icon:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;animation:pulseGlow 1.5s infinite}.checkout-success-title{animation:staggerFadeIn .1s ease-out both}.checkout-success-amount{animation:staggerFadeIn .1s ease-out .05s both}.checkout-success-change{animation:scaleIn .1s ease-out .1s both}.checkout-success-palista-info{animation:slideIn .1s ease-out both}.checkout-success-actions{animation:staggerFadeIn .1s ease-out both}.checkout-success-button{transition:all .15s ease-out}.checkout-success-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.checkout-success-button:active{transform:translateY(0)}.checkout-dropdown-menu{animation:slideIn .1s ease-out}.checkout-dropdown-item{transition:all .1s ease-out}.checkout-dropdown-item:hover{transform:translate(4px)}@media(max-width:768px)and (min-width:641px){.checkout-cart-panel,.checkout-payment-panel{animation:staggerFadeIn .1s ease-out both}}@media(max-width:640px){.device-phone .checkout-cart-item:hover{transform:none;background:transparent!important}.device-phone .checkout-payment-method-button:hover,.device-phone .checkout-cash-button:hover{transform:none}.device-phone .checkout-button:hover:not(:disabled){transform:none}.device-phone .checkout-dropdown-item:hover{transform:none}.checkout-modal-container input,.checkout-modal-container select,.checkout-modal-container textarea{font-size:16px!important;min-height:44px!important}.checkout-payment-method-button,.checkout-cash-button{width:100%;min-height:48px}.checkout-cart-item{padding:.5rem!important}.device-phone .checkout-cart-panel,.device-phone .checkout-payment-panel{animation:fadeIn .1s ease-out}.device-phone .checkout-cart-item{animation-delay:0s!important}}.till-control{border:1px dashed rgba(65,82,57,.3);border-radius:12px;padding:.6rem .8rem;margin-top:.5rem;background:#fffaf0}.till-control--loyalty{border-color:#c99a2e73;background:#fffbf0}.till-control__row{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.till-control__row+.till-control__row{margin-top:.5rem}.till-control__label{font-weight:700;font-size:13px}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}@keyframes itemPopIn{0%{opacity:0;transform:scale(.8) translateY(8px)}60%{opacity:1;transform:scale(1.05) translateY(0)}to{transform:scale(1)}}.snackhouse-product-card{transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1)}.snackhouse-product-card.will-animate{opacity:0;transform:translateY(10px)}.snackhouse-product-card.initial-load{animation:itemPopIn .42s cubic-bezier(.34,1.56,.64,1) both}.snackhouse-product-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000026!important}@keyframes qtyBtnPop{0%{transform:scale(1)}35%{transform:scale(.9)}70%{transform:scale(1.06)}to{transform:scale(1)}}.inv-page{min-height:100vh;background:var(--bg, #fffaf0);font-family:Poppins,sans-serif;color:var(--text, #2c2a26)}.inv-header{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--forest, #3e4f36);color:#fff;position:sticky;top:0;z-index:20;box-shadow:0 2px 10px #00000026}.inv-title{flex:1;margin:0;font-family:Chillax,Poppins,sans-serif;font-size:1.5rem;font-weight:700}.inv-back,.inv-add{border:none;border-radius:14px;padding:.6rem 1rem;font-family:Poppins,sans-serif;font-weight:600;font-size:.9rem;cursor:pointer}.inv-back{background:#ffffff2e;color:#fff}.inv-add{background:#d06b3f;color:#fff}.inv-toolbar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;padding:1rem 1.25rem}.inv-search{flex:1;min-width:200px;padding:.65rem 1rem;border:2px solid rgba(62,79,54,.25);border-radius:14px;font-family:Poppins,sans-serif;font-size:1rem;outline:none;background:var(--surface, #fff)}.inv-select{padding:.65rem .8rem;border:2px solid rgba(62,79,54,.25);border-radius:14px;font-family:Poppins,sans-serif;background:var(--surface, #fff);cursor:pointer}.inv-checkbox{display:flex;align-items:center;gap:.4rem;font-size:.9rem;cursor:pointer}.inv-error{margin:0 1.25rem .75rem;padding:.75rem 1rem;background:#f7dcd4;color:#9a3b27;border-radius:12px;font-weight:600}.inv-empty{padding:3rem 1.25rem;text-align:center;color:#888}.inv-table-wrap{padding:0 1.25rem 2rem;overflow-x:auto}.inv-table{width:100%;border-collapse:separate;border-spacing:0 .5rem}.inv-table th{text-align:left;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:#8a8478;padding:0 .9rem}.inv-table td{background:var(--surface, #fff);padding:.7rem .9rem;vertical-align:middle}.inv-table tbody tr td:first-child{border-radius:14px 0 0 14px}.inv-table tbody tr td:last-child{border-radius:0 14px 14px 0}.inv-row-inactive td{opacity:.55}.inv-name{font-weight:600;display:flex;align-items:center;gap:.5rem}.inv-barcode{font-size:.78rem;color:#999}.inv-tag-inactive{font-size:.65rem;background:#bbb;color:#fff;border-radius:8px;padding:.1rem .4rem;text-transform:uppercase}.inv-stock{display:inline-block;min-width:2rem;text-align:center;font-weight:700;border-radius:10px;padding:.2rem .5rem;font-family:Sora,Poppins,sans-serif}.inv-stock.ok{background:#586e4c26;color:#47593d}.inv-stock.low{background:#d66b3f26;color:#b35932}.inv-stock.out{background:#c058442e;color:#c05844}.inv-actions{display:flex;gap:.3rem}.inv-actions button{border:none;background:var(--bg, #fffaf0);border-radius:10px;padding:.4rem .55rem;font-size:1rem;cursor:pointer;line-height:1}.inv-actions button:hover{background:#3e4f361f}.inv-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.inv-modal{background:var(--surface, #fff);border-radius:18px;box-shadow:0 12px 40px #0000004d;width:100%;max-width:460px;max-height:90vh;overflow-y:auto;padding:1.5rem}.inv-modal-title{margin:0 0 1.1rem;font-family:Chillax,Poppins,sans-serif;color:#47593d;font-size:1.35rem}.inv-field{margin-bottom:.85rem}.inv-field-row{display:flex;gap:.75rem}.inv-field-row .inv-field{flex:1}.inv-field-label{display:block;font-size:.82rem;font-weight:600;color:#6a6459;margin-bottom:.3rem}.inv-input{width:100%;padding:.65rem .85rem;border:2px solid rgba(62,79,54,.22);border-radius:12px;font-family:Poppins,sans-serif;font-size:1rem;box-sizing:border-box;outline:none;background:var(--bg, #fffaf0)}.inv-input:focus{border-color:#d06b3f}.inv-hint{font-size:.8rem;color:#999;margin:.25rem 0 0}.inv-modal-actions{display:flex;gap:.75rem;margin-top:1.25rem}.inv-btn-primary,.inv-btn-secondary{flex:1;padding:.8rem;border:none;border-radius:14px;font-family:Poppins,sans-serif;font-weight:700;font-size:.95rem;cursor:pointer}.inv-btn-primary{background:#47593d;color:#fff}.inv-btn-primary:disabled{background:#aab09f;cursor:not-allowed}.inv-btn-secondary{background:#e7e1d4;color:#5a5448}.inv-batch-table td,.inv-batch-table th{padding:.5rem .6rem;font-size:.85rem}.inv-batch-status{border-radius:8px;padding:.15rem .5rem;font-size:.75rem;font-weight:600}.inv-batch-status.active{background:#586e4c26;color:#47593d}.inv-batch-status.depleted{background:#eee;color:#999}.inv-batch-status.expired{background:#c058442e;color:#c05844}.qa-thumb{width:44px;height:44px;object-fit:cover;border-radius:10px;display:block}.qa-thumb-ph{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#47593d0f,#52929117);color:#47593d;font-family:Chillax,Poppins,sans-serif;font-weight:700;font-size:18px}.inv-note{margin:0 1.25rem .75rem;padding:.7rem 1rem;background:#4a8da01f;color:#2f6c7a;border-radius:12px;font-size:.88rem;line-height:1.45}.settings-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:start}.settings-grid.with-preview{grid-template-columns:minmax(0,1fr) auto}@media(max-width:600px){.inv-header{padding:.7rem .85rem;gap:.5rem}.inv-title{font-size:1.2rem}.inv-back,.inv-add{padding:.5rem .7rem;font-size:.8rem}.inv-toolbar{padding:.7rem .85rem;gap:.5rem}.inv-search{min-width:0;flex-basis:100%}.inv-select{flex:1 1 auto}.inv-error,.inv-note{margin:0 .85rem .6rem}.inv-table-wrap{padding:0 .85rem 1.5rem}.inv-table th,.inv-table td{padding:.55rem .6rem;font-size:.9rem}.inv-field-row{flex-direction:column;gap:0}.inv-modal{padding:1.1rem}.inv-modal-actions{flex-wrap:wrap}.settings-grid.with-preview{grid-template-columns:1fr}}.po-filter{padding:.5rem .9rem;border:2px solid rgba(62,79,54,.22);border-radius:14px;background:var(--surface, #fff);font-family:Poppins,sans-serif;font-weight:600;font-size:.85rem;cursor:pointer;color:#5a5448}.po-filter.active{background:#3e4f36;color:#fff;border-color:#3e4f36}.po-list{padding:0 1.25rem 2rem;display:flex;flex-direction:column;gap:.75rem}.po-card{background:var(--surface, #fff);border-radius:16px;padding:1rem 1.1rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;box-shadow:0 2px 8px #0000000f}.po-card-supplier{font-weight:700;font-size:1.05rem;color:#3e4f36}.po-card-meta{font-size:.9rem;color:#6a6459;margin-top:.2rem;display:flex;align-items:center;gap:.5rem}.po-card-notes{font-size:.85rem;color:#999;margin-top:.3rem;font-style:italic}.po-card-date{font-size:.75rem;color:#b3ab9d;margin-top:.35rem}.po-card-side{display:flex;flex-direction:column;align-items:flex-end;gap:.6rem;flex-shrink:0}.po-paid{background:#586e4c2e;color:#47593d;border-radius:8px;padding:.05rem .45rem;font-size:.72rem;font-weight:700}.po-unpaid{background:#efe9db;color:#8a7f63;border-radius:8px;padding:.05rem .45rem;font-size:.72rem;font-weight:700}.po-partial{background:#d06b3f29;color:#b35932;border-radius:8px;padding:.05rem .45rem;font-size:.72rem;font-weight:700}.po-consignment{background:#4a8da029;color:#357286;border-radius:8px;padding:.05rem .45rem;font-size:.68rem;font-weight:700;margin-left:.4rem;text-transform:uppercase}.po-status{border-radius:10px;padding:.25rem .7rem;font-size:.78rem;font-weight:700}.po-status.draft{background:#efe9db;color:#8a7f63}.po-status.ordered{background:#4a8da02e;color:#357286}.po-status.received{background:#586e4c2e;color:#47593d}.po-status.cancelled{background:#c0584429;color:#c05844}.po-card-actions{display:flex;gap:.4rem}.po-btn-receive{background:#47593d;color:#fff;border:none;border-radius:12px;padding:.45rem .85rem;font-family:Poppins,sans-serif;font-weight:700;font-size:.82rem;cursor:pointer}.inv-actions-btn{background:var(--bg, #fffaf0);border:1px solid rgba(62,79,54,.18);border-radius:12px;padding:.45rem .7rem;font-family:Poppins,sans-serif;font-weight:600;font-size:.82rem;cursor:pointer;color:#5a5448}.po-form{padding:1.25rem;max-width:720px;margin:0 auto}.po-supplier{width:100%}.po-search-wrap{position:relative}.po-search-results{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--surface, #fff);border:1px solid rgba(62,79,54,.2);border-radius:14px;box-shadow:0 8px 24px #00000026;z-index:30;overflow:hidden}.po-search-item{display:flex;justify-content:space-between;width:100%;padding:.65rem .9rem;border:none;background:transparent;font-family:Poppins,sans-serif;font-size:.95rem;cursor:pointer;text-align:left}.po-search-item:hover{background:#3e4f3614}.po-search-cost{color:#888}.po-items-table{width:100%;margin-top:1rem}.po-num{width:80px;padding:.4rem .5rem;border:2px solid rgba(62,79,54,.2);border-radius:10px;font-family:Sora,Poppins,sans-serif;font-size:.9rem;text-align:right;outline:none;background:var(--bg, #fffaf0)}.po-form-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(62,79,54,.15);flex-wrap:wrap;gap:1rem}.po-form-total{font-size:1.1rem;color:#6a6459}.po-form-total strong{color:#d06b3f;font-size:1.3rem;margin-left:.4rem}.po-form-buttons{display:flex;gap:.75rem}.po-form-buttons .inv-btn-primary,.po-form-buttons .inv-btn-secondary{flex:none;padding:.8rem 1.4rem}.lst-total{color:#fff;font-size:.95rem;font-family:Poppins,sans-serif}.lst-total strong{font-family:Sora,Poppins,sans-serif;margin-left:.4rem}.lst-list{padding:0 1.25rem 2rem;display:flex;flex-direction:column;gap:.5rem}.lst-card{display:flex;justify-content:space-between;align-items:center;background:var(--surface, #fff);border:none;border-radius:14px;padding:.85rem 1.1rem;cursor:pointer;box-shadow:0 2px 8px #0000000d;text-align:left}.lst-card:hover{box-shadow:0 3px 12px #0000001a}.lst-card-left{display:flex;align-items:center;gap:.6rem}.lst-name{font-weight:700;color:#3e4f36;font-size:1.02rem}.lst-kind{font-size:.68rem;text-transform:uppercase;border-radius:8px;padding:.1rem .45rem;font-weight:700}.lst-kind.customer{background:#4a8da029;color:#357286}.lst-kind.employee{background:#d06b3f29;color:#b35932}.lst-balance{font-family:Sora,Poppins,sans-serif;font-weight:800;font-size:1.1rem;color:#c05844}.lst-balance.settled{color:#7fa872;font-size:.9rem;font-weight:700}.lst-modal{max-width:640px}.lst-modal-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.lst-modal-balance{text-align:right}.lst-modal-balance span{display:block;font-size:.78rem;color:#8a8478}.lst-modal-balance strong{font-family:Sora,Poppins,sans-serif;font-size:1.5rem;color:#c05844}.lst-modal-balance strong.settled{color:#7fa872}.lst-pay{display:flex;gap:.5rem;align-items:center;margin-bottom:1.25rem;padding:.75rem;background:var(--bg, #fffaf0);border-radius:14px;flex-wrap:wrap}.lst-pay-amount{flex:1;min-width:120px;margin:0}.lst-pay .inv-select{margin:0}.lst-pay-full,.lst-pay .inv-btn-primary{flex:none;padding:.6rem 1rem}.lst-ledger{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.lst-col-title{font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:#8a8478;margin:0 0 .5rem}.lst-none{color:#b3ab9d;font-size:.85rem;padding:.5rem 0}.lst-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem .6rem;border-radius:10px;background:var(--bg, #fffaf0);margin-bottom:.4rem}.lst-row-main{font-weight:700;font-family:Sora,Poppins,sans-serif;color:#47593d}.lst-row-main.lst-paid{color:#7fa872}.lst-row-sub{font-size:.75rem;color:#999}.lst-row-date{font-size:.72rem;color:#b3ab9d;white-space:nowrap}@media(max-width:540px){.lst-ledger{grid-template-columns:1fr}}.txn-list{padding:0 1.25rem 2rem;display:flex;flex-direction:column;gap:.4rem}.txn-row{display:flex;justify-content:space-between;align-items:center;background:var(--surface, #fff);border:none;border-radius:12px;padding:.7rem 1rem;cursor:pointer;text-align:left;box-shadow:0 1px 5px #0000000d}.txn-row:hover{box-shadow:0 2px 10px #0000001a}.txn-row.voided{opacity:.55}.txn-row.voided .txn-total{text-decoration:line-through}.txn-row-left{display:flex;flex-direction:column;gap:.15rem}.txn-time{font-weight:600;color:#3e4f36;font-size:.92rem}.txn-meta{font-size:.78rem;color:#8a8478}.txn-row-right{display:flex;align-items:center;gap:.6rem}.txn-total{font-family:Sora,Poppins,sans-serif;font-weight:800;color:#47593d}.txn-pm{font-size:.7rem;text-transform:uppercase;font-weight:700;border-radius:8px;padding:.12rem .5rem}.txn-pm.cash{background:#586e4c26;color:#47593d}.txn-pm.gcash{background:#4a8da029;color:#357286}.txn-pm.palista{background:#d06b3f29;color:#b35932}.txn-voided-tag{background:#c05844;color:#fff;font-size:.62rem;font-weight:800;border-radius:6px;padding:.1rem .35rem;letter-spacing:.05em}.txn-voided-tag.big{font-size:.8rem;padding:.2rem .6rem}.txn-receipt{max-width:400px}.txn-receipt-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.txn-receipt-meta{font-size:.82rem;color:#6a6459;line-height:1.6;padding-bottom:.75rem;border-bottom:1px dashed rgba(62,79,54,.25);margin-bottom:.75rem}.txn-receipt-items{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.75rem}.txn-receipt-line{display:flex;justify-content:space-between;font-size:.9rem;color:#3e3a33}.txn-receipt-total{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px dashed rgba(62,79,54,.25)}.txn-receipt-total strong{font-family:Sora,Poppins,sans-serif;font-size:1.3rem;color:#d06b3f}.txn-void-btn{flex:1;padding:.8rem;border:none;border-radius:14px;background:#c05844;color:#fff;font-family:Poppins,sans-serif;font-weight:700;font-size:.95rem;cursor:pointer}.aud-list{padding:0 1.25rem 2rem;display:flex;flex-direction:column;gap:.4rem}.aud-row{background:var(--surface, #fff);border-radius:12px;padding:.65rem 1rem;box-shadow:0 1px 5px #0000000d}.aud-row-main{display:flex;align-items:center;gap:.6rem}.aud-action{font-weight:700;color:#3e4f36}.aud-source{font-size:.65rem;text-transform:uppercase;font-weight:700;border-radius:6px;padding:.08rem .4rem;background:#efe9db;color:#8a7f63}.aud-source.pos{background:#586e4c26;color:#47593d}.aud-source.chat{background:#4a8da029;color:#357286}.aud-source.api{background:#d06b3f29;color:#b35932}.aud-row-sub{font-size:.82rem;color:#6a6459;margin-top:.2rem}.aud-row-date{font-size:.72rem;color:#b3ab9d;margin-top:.2rem}.exp-form{padding:1.25rem;max-width:720px}.exp-form-row{display:flex;gap:.6rem;margin-bottom:.6rem}.exp-form-row .inv-input{margin:0}.exp-amount{max-width:160px}.exp-record{flex:none;padding:.65rem 1.4rem}.exp-total{padding:0 1.25rem .5rem;color:#6a6459;font-family:Poppins,sans-serif}.exp-total strong{font-family:Sora,Poppins,sans-serif;color:#c05844;margin-left:.4rem;font-size:1.15rem}.exp-amt-cell{font-family:Sora,Poppins,sans-serif;font-weight:700;color:#c05844}.vr-list{padding:0 1.25rem 2rem;display:flex;flex-direction:column;gap:.6rem}.vr-card{background:var(--surface, #fff);border-radius:14px;padding:.9rem 1.1rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;box-shadow:0 2px 8px #0000000f}.vr-amount{font-family:Sora,Poppins,sans-serif;font-weight:800;font-size:1.15rem;color:#c05844}.vr-pm{font-size:.7rem;font-weight:700;text-transform:uppercase;color:#8a8478;margin-left:.4rem}.vr-meta{font-size:.8rem;color:#8a8478;margin-top:.25rem}.vr-reason{font-size:.88rem;color:#5a5448;margin-top:.35rem;font-style:italic}.vr-note{font-size:.78rem;color:#b35932;margin-top:.3rem}.vr-side{flex-shrink:0}.vr-actions{display:flex;gap:.5rem}.vr-approve,.vr-reject{border:none;border-radius:12px;padding:.5rem 1rem;font-family:Poppins,sans-serif;font-weight:700;font-size:.85rem;cursor:pointer}.vr-approve{background:#47593d;color:#fff}.vr-reject{background:#efe9db;color:#8a7f63}.vr-approve:disabled,.vr-reject:disabled{opacity:.5;cursor:wait}.vr-status{border-radius:10px;padding:.25rem .7rem;font-size:.78rem;font-weight:700}.vr-status.approved{background:#586e4c2e;color:#47593d}.vr-status.rejected{background:#c0584429;color:#c05844}.an-body{padding:0 1.25rem 2rem}.an-card{background:var(--surface, #fff);border-radius:18px;padding:1.1rem 1.25rem;box-shadow:0 2px 10px #0000000f;margin-bottom:1rem}.an-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.an-card-title{margin:0 0 .75rem;font-family:Chillax,Poppins,sans-serif;color:#3e4f36;font-size:1.15rem}.an-card-head .an-card-title{margin:0}.an-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;margin-bottom:1rem}.an-kpi{background:var(--surface, #fff);border-radius:16px;border-top:4px solid #586e4c;padding:1rem 1.1rem;box-shadow:0 2px 8px #0000000f}.an-kpi-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:#8a8478}.an-kpi-value{font-family:Sora,Poppins,sans-serif;font-weight:800;font-size:1.55rem;color:#3e3a33;margin-top:.25rem}.an-kpi-sub{font-size:.78rem;color:#b35932;margin-top:.2rem;font-weight:600}.an-svg{width:100%;height:160px;display:block}.an-area{fill:#586e4c1f;stroke:none}.an-line-rev{fill:none;stroke:#586e4c;stroke-width:.7;vector-effect:non-scaling-stroke}.an-line-net{fill:none;stroke:#d06b3f;stroke-width:.7;vector-effect:non-scaling-stroke;stroke-dasharray:2 1.5}.an-axis{display:flex;justify-content:space-between;font-size:.72rem;color:#b3ab9d;margin-top:.25rem}.an-legend{font-size:.78rem;color:#6a6459;display:flex;align-items:center;gap:.3rem}.an-dot{display:inline-block;width:9px;height:9px;border-radius:50%;margin-left:.5rem}.an-dot.rev{background:#586e4c}.an-dot.net{background:#d06b3f}.an-empty-card{color:#b3ab9d;text-align:center;padding:2rem}.an-cols{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.an-bars{display:flex;flex-direction:column;gap:.6rem}.an-bar-row{display:grid;grid-template-columns:1fr 1.4fr auto;align-items:center;gap:.6rem}.an-bar-label{font-size:.85rem;color:#5a5448;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.an-bar-track{background:#3e4f3614;border-radius:8px;height:14px;overflow:hidden}.an-bar-fill{height:100%;border-radius:8px;min-width:2px;transition:width .3s ease}.an-bar-val{font-family:Sora,Poppins,sans-serif;font-size:.82rem;font-weight:700;color:#47593d;white-space:nowrap}.an-none{color:#b3ab9d;font-size:.85rem}.an-hours{display:flex;align-items:flex-end;gap:.3rem;height:120px;padding-top:.5rem;overflow-x:auto}.an-hour{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;flex:1;min-width:22px;height:100%}.an-hour-bar{width:70%;background:#586e4c;border-radius:4px 4px 0 0;transition:height .3s ease}.an-hour-label{font-size:.62rem;color:#8a8478;margin-top:.25rem;white-space:nowrap}@media(max-width:640px){.an-cols{grid-template-columns:1fr}}@font-face{font-family:Chillax;src:url(/assets/Chillax-Variable-adSItSd9.ttf) format("truetype");font-weight:200 700;font-display:swap}:root{color-scheme:light;--bg: #fffaf0;--surface: #ffffff;--surface-2: rgba(65, 82, 57, .08);--surface-3: #ffffff;--header-bg: #3e4f36;--modal-overlay: rgba(0, 0, 0, .5);--cart-header-bg: #45583b;--cart-header-text: #ffffff;--cta-bg: #486037;--cta-hover: #3b4d32;--cta-text: #ffffff;--accent: #d06b3f;--accent-hover: #b35932;--accent-active: #a04628;--accent-soft: rgba(208, 107, 63, .14);--forest: #47593d;--forest-hover: #3d4a33;--forest-soft: rgba(65, 82, 57, .12);--text: #2d3e28;--text-dim: #666666;--text-muted: #999999;--border: rgba(107, 78, 61, .4);--border-strong: rgba(107, 78, 61, .6);--border-soft: rgba(107, 78, 61, .18);--success: #6b8560;--success-soft: rgba(107, 133, 96, .14);--warning: #d69e2e;--warning-soft: rgba(214, 158, 46, .14);--danger: #bc634c;--danger-soft: rgba(188, 99, 76, .14);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 2px 8px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .15)}:root[data-theme=dark]{color-scheme:dark;--bg: #141414;--surface: #1e1e1e;--surface-2: #252525;--surface-3: #2a2a2a;--border-strong: rgba(255, 255, 255, .18);--header-bg: #3e4f36;--modal-overlay: rgba(0, 0, 0, .75);--cart-header-bg: #45583b;--cart-header-text: #ffffff;--cta-bg: #486037;--cta-hover: #3b4d32;--cta-text: #ffffff;--accent: #d06b3f;--accent-hover: #e87a4a;--accent-active: #a04628;--accent-soft: rgba(208, 107, 63, .14);--forest: #6b8560;--forest-hover: #3d4a33;--forest-soft: rgba(71, 89, 61, .25);--text: #e8e8e8;--text-dim: #9a9a9a;--text-muted: #6b6b6b;--border: rgba(255, 255, 255, .1);--border-soft: rgba(255, 255, 255, .06);--success: #7fa872;--success-soft: rgba(127, 168, 114, .18);--warning: #eab308;--warning-soft: rgba(234, 179, 8, .12);--danger: #d06b3f;--danger-soft: rgba(208, 107, 63, .18)}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%}body{font-family:Poppins,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg);color:var(--text);transition:background-color .2s ease,color .2s ease;overflow-x:hidden}.screen{min-height:100%;display:flex;flex-direction:column}.palengke-remove-btn{padding:.5rem 1rem;background:#bc634c;color:#fff;border:none;border-radius:12px;font-family:Poppins,sans-serif;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.palengke-remove-btn:hover{background:#9a4f3e}.muted{color:var(--text-dim)}.pad{padding:24px}button,[role=button]{transition:all .15s cubic-bezier(.4,0,.2,1);font-family:inherit}@keyframes cardTap{0%{transform:scale(1)}35%{transform:scale(.93)}70%{transform:scale(1.03)}to{transform:scale(1)}}@keyframes cartItemPop{0%{opacity:0;transform:scale(.8) translateY(8px)}60%{opacity:1;transform:scale(1.05) translateY(0)}to{transform:scale(1)}}@keyframes numPop{0%{transform:scale(1)}42%{transform:scale(1.45)}to{transform:scale(1)}}@keyframes totalPop{0%{transform:scale(1)}42%{transform:scale(1.22)}to{transform:scale(1)}}@keyframes staggerFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,20px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes cardSlideDown{0%{opacity:0;transform:translateY(-24px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes errorShake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}@keyframes iconBounce{0%,to{transform:scale(1.1)}50%{transform:scale(1.25)}}@keyframes arrowBounce{0%,to{transform:translate(8px) scale(1.1)}50%{transform:translate(14px) scale(1.1)}}@keyframes buttonShine{0%,to{transform:rotate(45deg) translate(-100%)}50%{transform:rotate(45deg) translate(100%)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}
