.base-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;font-family:"system-ui",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:500;cursor:pointer;border:none;transition:all .2s ease;text-decoration:none}.base-button:disabled{opacity:.6;cursor:not-allowed}.base-button--primary{background-color:#dc2a34;color:#fff}.base-button--primary:hover:not(:disabled){background-color:#e65b5f}.base-button--primary:active:not(:disabled){background-color:#a21f27}.base-button--secondary{background-color:#f3f4f6;color:#111827;border:1px solid #e5e7eb}.base-button--secondary:hover:not(:disabled){background-color:#e5e7eb}.base-button--secondary:active:not(:disabled){background-color:#d1d5db}.base-button--outline{background-color:transparent;color:#dc2a34;border:2px solid #dc2a34}.base-button--outline:hover:not(:disabled){background-color:#dc2a34;color:#fff}.base-button--outline:active:not(:disabled){background-color:#a21f27;border-color:#a21f27}.base-button--full-width{width:100%}.logo-animated{display:inline-block;position:relative}.logo-animated svg{display:block;animation:fillFromBottom 5s ease-in-out infinite}.logo-animated svg path{fill:#dc2a34}@keyframes fillFromBottom{0%{clip-path:inset(100% 0 0 0)}50%{clip-path:inset(0 0 0 0)}to{clip-path:inset(100% 0 0 0)}}.header{position:sticky;top:0;left:0;right:0;background-color:#fff;box-shadow:0 1px 2px #0000000d;z-index:1000;border-bottom:1px solid #e5e7eb}.header__container{max-width:1280px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:64px;position:relative}.header__logo{display:flex;align-items:center;flex-shrink:0;cursor:pointer}.header__logo img{display:block}.header__hamburger{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:none;border:none;cursor:pointer;padding:0;z-index:1100}.header__hamburger span{display:block;width:100%;height:2px;background-color:#111827;transition:all .3s ease;transform-origin:center}.header__hamburger--active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.header__hamburger--active span:nth-child(2){opacity:0}.header__hamburger--active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.header__nav{flex:1;display:flex;justify-content:center;padding:0 2rem}.header__menu{display:flex;list-style:none;margin:0;padding:0;gap:.5rem}.header__menu-item{position:relative}.header__menu-item--has-children .header__menu-link{padding-right:2rem}.header__menu-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;color:#111827;text-decoration:none;font-weight:500;font-size:12px;border-radius:4px;transition:all .2s ease;position:relative}.header__menu-link:hover{background-color:#f3f4f6;color:#dc2a34}.header__menu-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.header__submenu-toggle{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:#4b5563;transition:transform .2s ease}.header__submenu-toggle svg.rotate{transform:rotate(180deg)}.header__submenu-toggle:hover{color:#dc2a34}.header__submenu{position:absolute;top:100%;left:0;min-width:200px;background-color:#fff;box-shadow:0 4px 6px #0000001a;border-radius:8px;list-style:none;margin:.5rem 0 0;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:1001;border:1px solid #e5e7eb}.header__submenu--open{opacity:1;visibility:visible;transform:translateY(0)}.header__submenu-item{margin:0}.header__submenu-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;color:#111827;text-decoration:none;font-size:10px;transition:background-color .2s ease}.header__submenu-link:hover{background-color:#f3f4f6;color:#dc2a34}.header__user{position:relative;display:flex;align-items:center;flex-shrink:0}.header__user-button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:opacity .2s ease}.header__user-button:hover{opacity:.8}.header__user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb}.header__user-avatar--placeholder{background-color:#dc2a34;color:#fff;display:flex;align-items:center;justify-content:center}.header__user-menu{position:absolute;top:calc(100% + .5rem);right:0;min-width:200px;background-color:#fff;box-shadow:0 4px 6px #0000001a;border-radius:8px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:1001;border:1px solid #e5e7eb}.header__user-menu--open{opacity:1;visibility:visible;transform:translateY(0)}.header__user-info{padding:1rem;border-bottom:1px solid #e5e7eb}.header__user-name{margin:0;font-weight:500;color:#111827;font-size:12px}.header__user-menu-list{list-style:none;margin:0;padding:.5rem 0}.header__user-menu-link{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;color:#111827;text-decoration:none;font-size:12px;background:none;border:none;cursor:pointer;text-align:left;transition:background-color .2s ease}.header__user-menu-link svg{flex-shrink:0}.header__user-menu-link:hover{background-color:#f3f4f6;color:#dc2a34}.header__overlay{display:none}@media(max-width:768px){.header__hamburger{display:flex;order:2}.header__nav{position:fixed;top:0;left:0;width:280px;height:100vh;background-color:#fff;padding:5rem 0 1rem;transform:translate(-100%);transition:transform .3s ease;z-index:1050;overflow-y:auto;box-shadow:0 10px 15px #00000026}.header__nav--open{transform:translate(0)}.header__menu{flex-direction:column;gap:0}.header__menu-item{width:100%}.header__menu-link{padding:1rem 1.5rem;border-radius:0}.header__menu-link:hover{background-color:#f3f4f6}.header__submenu{position:static;box-shadow:none;border:none;border-radius:0;background-color:#f9fafb;margin:0;padding:0;transform:none;max-height:0;overflow:hidden;transition:max-height .3s ease}.header__submenu--open{max-height:500px;opacity:1;visibility:visible}.header__submenu-link{padding:.75rem 1.5rem .75rem 3rem;font-size:10px}.header__overlay{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;z-index:1040;cursor:pointer}.header__user{order:3}.header__logo{order:1}}@media(max-width:480px){.header__container{height:56px}.header__logo img{width:53px;height:32px}.header__nav{width:240px}.header__user-avatar{width:32px;height:32px}}.input-wrapper{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.input-wrapper--full-width{width:100%}.input-label{display:block;font-size:10px;font-weight:500;color:#111827;margin-bottom:.25rem}.input-required{color:#dc2626;margin-left:.25rem}.input{width:100%;box-sizing:border-box;padding:.75rem 1rem;font-family:"system-ui",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;color:#111827;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;transition:all .2s ease}.input::placeholder{color:#4b5563;opacity:.6}.input:focus{border-color:#dc2a34;box-shadow:0 0 0 3px #dc2a341a}.input:hover:not(:disabled):not(:focus){border-color:#d1d5db}.input:disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.6}.input--error{border-color:#dc2626}.input--error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc35451a}.input-helper-text{display:block;font-size:10px;color:#4b5563;margin-top:.25rem}.input-error-text{display:block;font-size:10px;color:#dc2626;margin-top:.25rem}@media(max-width:480px){.input{padding:.625rem .875rem;font-size:10px}}.checkbox-wrapper{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-input{width:1.125rem;height:1.125rem;cursor:pointer;accent-color:var(--primary-color, #007bff)}.checkbox-input:disabled{cursor:not-allowed;opacity:.6}.checkbox-input--error{outline:2px solid var(--error-color, #dc3545);outline-offset:1px}.checkbox-label-text{font-size:.875rem;font-weight:500;color:var(--text-primary, #333)}.checkbox-helper-text{font-size:.75rem;color:var(--text-secondary, #666);margin-left:1.625rem}.checkbox-error-text{font-size:.75rem;color:var(--error-color, #dc3545);margin-left:1.625rem}.select-wrapper{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.select-wrapper--full-width{width:100%}.select-label{font-size:.875rem;font-weight:500;color:var(--text-primary, #333);margin-bottom:.25rem}.select-required{color:var(--error-color, #dc3545);margin-left:.25rem}.select{width:100%;box-sizing:border-box;padding:.75rem 1rem;font-size:.875rem;line-height:1.5;color:var(--text-primary, #333);background-color:var(--input-bg, #fff);border:1px solid var(--border-color, #ddd);border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;cursor:pointer}.select:focus{outline:none;border-color:var(--primary-color, #007bff);box-shadow:0 0 0 3px #007bff1a}.select:disabled{background-color:var(--input-disabled-bg, #e9ecef);cursor:not-allowed;opacity:.6}.select--error{border-color:var(--error-color, #dc3545)}.select--error:focus{border-color:var(--error-color, #dc3545);box-shadow:0 0 0 3px #dc35451a}.select-helper-text{font-size:.75rem;color:var(--text-secondary, #666)}.select-error-text{font-size:.75rem;color:var(--error-color, #dc3545)}.textarea-wrapper{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.textarea-wrapper--full-width{width:100%}.textarea-label{font-size:.875rem;font-weight:500;color:var(--text-primary, #333);margin-bottom:.25rem}.textarea-required{color:var(--error-color, #dc3545);margin-left:.25rem}.textarea{width:100%;box-sizing:border-box;padding:.625rem .75rem;font-size:.875rem;line-height:1.5;color:var(--text-primary, #333);background-color:var(--input-bg, #fff);border:1px solid var(--border-color, #ddd);border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;resize:vertical;min-height:100px;font-family:inherit}.textarea:focus{outline:none;border-color:var(--primary-color, #007bff);box-shadow:0 0 0 3px #007bff1a}.textarea:disabled{background-color:var(--input-disabled-bg, #e9ecef);cursor:not-allowed;opacity:.6}.textarea--error{border-color:var(--error-color, #dc3545)}.textarea--error:focus{border-color:var(--error-color, #dc3545);box-shadow:0 0 0 3px #dc35451a}.textarea-helper-text{font-size:.75rem;color:var(--text-secondary, #666)}.textarea-error-text{font-size:.75rem;color:var(--error-color, #dc3545)}.currency-input-wrapper{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.currency-input-wrapper--full-width{width:100%}.currency-input-label{display:block;font-size:10px;font-weight:500;color:#111827;margin-bottom:.25rem}.currency-input-required{color:#dc2626;margin-left:.25rem}.currency-input-container{position:relative;display:flex;align-items:center}.currency-input-symbol{position:absolute;left:1rem;font-size:12px;font-weight:500;color:#111827;pointer-events:none;-webkit-user-select:none;user-select:none}.currency-input{width:100%;box-sizing:border-box;padding:.75rem 1rem .75rem 2rem;font-family:"system-ui",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:500;color:#111827;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;transition:all .2s ease;text-align:right}.currency-input::placeholder{color:#4b5563;opacity:.6}.currency-input:focus{border-color:#dc2a34;box-shadow:0 0 0 3px #dc2a341a}.currency-input:hover:not(:disabled):not(:focus){border-color:#d1d5db}.currency-input:disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.6}.currency-input--error{border-color:#dc2626}.currency-input--error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc35451a}.currency-input-helper-text{display:block;font-size:10px;color:#4b5563;margin-top:.25rem}.currency-input-error-text{display:block;font-size:10px;color:#dc2626;margin-top:.25rem}@media(max-width:480px){.currency-input{padding:.625rem .875rem .625rem 1.875rem;font-size:10px}.currency-input-symbol{left:.875rem;font-size:10px}}.alert{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;border-radius:8px;border:1px solid transparent;font-size:10px;line-height:1.5;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px}.alert__message{flex:1;font-weight:500}.alert__close{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px;background:none;border:none;cursor:pointer;padding:0;opacity:.7;transition:opacity .2s ease}.alert__close:hover{opacity:1}.alert--error{background-color:#fee2e2;border-color:#fecaca;color:#dc2626}.alert--warning{background-color:#fef3c7;border-color:#fde68a;color:#b45309}.alert--success{background-color:#d1fae5;border-color:#a7f3d0;color:#16a34a}.alert--info{background-color:#dbeafe;border-color:#bfdbfe;color:#3b82f6}@media(max-width:480px){.alert{padding:.75rem;font-size:.8125rem}}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-container{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .3s ease-out;position:relative}.modal-container--small{width:100%;max-width:400px}.modal-container--medium{width:100%;max-width:600px}.modal-container--large{width:100%;max-width:900px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.modal-title{margin:0;font-size:14px;color:#111827}.modal-close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;background:transparent;color:#4b5563;cursor:pointer;border-radius:8px;transition:all .2s ease;flex-shrink:0}.modal-close:hover{background-color:#f3f4f6;color:#111827}.modal-close:active{transform:scale(.95)}.modal-close svg{width:20px;height:20px}.modal-body{padding:1.5rem;overflow-y:auto;flex:1;color:#4b5563;font-size:12px;line-height:1.6}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;flex-shrink:0}.full-page-loader{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background-color:#f9fafb;z-index:9999}.full-page-loader__content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.full-page-loader__message{font-size:.875rem;color:#4b5563;margin:0;animation:fadeInOut 2s ease-in-out infinite}@keyframes fadeInOut{0%,to{opacity:.5}50%{opacity:1}}.content-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;min-height:120px}.content-loader--small{min-height:60px;padding:1rem}.content-loader--small .content-loader__spinner{width:30px;height:30px}.content-loader--small .content-loader__message{font-size:.75rem}.content-loader--medium{min-height:120px;padding:2rem}.content-loader--medium .content-loader__spinner{width:50px;height:50px}.content-loader--medium .content-loader__message{font-size:.875rem}.content-loader--large{min-height:200px;padding:3rem}.content-loader--large .content-loader__spinner{width:70px;height:70px}.content-loader--large .content-loader__message{font-size:1rem}.content-loader__spinner{position:relative;width:50px;height:50px}.content-loader__message{font-size:.875rem;color:#4b5563;margin:0;text-align:center}.spinner-ring{position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid transparent;border-top-color:#dc2a34;border-radius:50%;animation:spinnerRotate 1.5s cubic-bezier(.68,-.55,.265,1.55) infinite}.spinner-ring:nth-child(2){border-top-color:#e65b5f;animation-delay:-.5s;animation-duration:2s}.spinner-ring:nth-child(3){border-top-color:#dc2a34;opacity:.5;animation-delay:-1s;animation-duration:2.5s}@keyframes spinnerRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-container{position:relative;min-height:120px}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;width:100vw;height:100vh;overflow:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.pin-login-container{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem;overflow:auto}.pin-login-card{background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:2.5rem;width:100%;max-width:450px}.pin-login-header{text-align:center;margin-bottom:2rem}.pin-login-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-top:1rem;margin-bottom:.5rem}.pin-login-subtitle{color:#6b7280;font-size:.875rem}.pin-login-form{margin-top:2rem}.pin-inputs{display:flex;gap:.75rem;justify-content:center;margin-bottom:1.5rem}.pin-input{width:3.5rem;height:4rem;text-align:center;font-size:1.75rem;font-weight:600;border:2px solid #e5e7eb;border-radius:.75rem;transition:all .2s;outline:none}.pin-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.pin-input:disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.6}.pin-login-footer{margin-top:2rem;text-align:center;padding-top:1.5rem;border-top:1px solid #e5e7eb}.mb-4{margin-bottom:1rem}.mt-6{margin-top:1.5rem}@media(max-width:640px){.pin-login-card{padding:1.5rem}.pin-input{width:2.75rem;height:3.25rem;font-size:1.25rem}.pin-inputs{gap:.5rem}}.home-page{display:flex;gap:1.5rem;padding:1.5rem;height:100%;overflow:hidden;box-sizing:border-box}.cart-section{flex:0 0 400px;background:#fff;border-radius:1rem;box-shadow:0 10px 15px #0000001a;display:flex;flex-direction:column;overflow:hidden}.cart-section .cart-header{padding:1.5rem;border-bottom:2px solid #e5e7eb}.cart-section .cart-header h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.cart-section .cart-items{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-section .cart-items .cart-table{width:100%;border-collapse:collapse}.cart-section .cart-items .cart-table thead{position:sticky;top:0;background:#fff;z-index:1}.cart-section .cart-items .cart-table thead th{text-align:left;padding:.75rem .5rem;font-weight:600;font-size:.875rem;color:#6b7280;border-bottom:1px solid #e5e7eb;text-transform:uppercase;letter-spacing:.5px}.cart-section .cart-items .cart-table thead th:nth-child(2){text-align:center;width:60px}.cart-section .cart-items .cart-table thead th:nth-child(3){text-align:right;width:100px}.cart-section .cart-items .cart-table tbody tr{border-bottom:1px solid #f3f4f6}.cart-section .cart-items .cart-table tbody tr:hover{background:#f9fafb}.cart-section .cart-items .cart-table tbody tr td{padding:1rem .5rem;color:#374151;font-size:.95rem}.cart-section .cart-items .cart-table tbody tr td:nth-child(2){text-align:center;font-weight:600}.cart-section .cart-items .cart-table tbody tr td:nth-child(3){text-align:right;font-weight:600;color:#1f2937}.cart-section .cart-items .cart-table tbody tr.empty-cart td,.cart-section .cart-items .empty-cart{text-align:center;padding:2rem;color:#9ca3af;font-style:italic}.cart-section .cart-summary{padding:1.5rem;border-top:2px solid #e5e7eb;background:#f9fafb}.cart-section .cart-summary .payment-complete-header{text-align:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #10b981}.cart-section .cart-summary .payment-complete-header h3{margin:.5rem 0 0;font-size:1.25rem;font-weight:700}.cart-section .cart-summary .payment-separator{height:2px;background:linear-gradient(to right,#10b981,#059669);margin:1rem 0;border-radius:2px}.cart-section .cart-summary .summary-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.95rem;color:#374151}.cart-section .cart-summary .summary-row.total{margin-top:.5rem;padding-top:.75rem;border-top:2px solid #d1d5db;font-size:1.25rem;font-weight:700;color:#1f2937}.cart-section .cart-summary .summary-row.total span:last-child{color:#667eea}.cart-section .cart-summary .summary-row span:first-child{font-weight:500}.cart-section .cart-summary .summary-row span:last-child{font-weight:600;color:#1f2937}.content-section{flex:1;background:#fff;border-radius:1rem;box-shadow:0 10px 15px #0000001a;padding:1.5rem;overflow:auto}.product-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;width:100%}@media(max-width:1400px){.product-cards-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media(max-width:1024px){.product-cards-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media(max-width:768px){.product-cards-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}}.product-card{background:#fff;border-radius:.75rem;padding:1rem;box-shadow:0 2px 8px #00000014;transition:all .2s ease;cursor:pointer;display:flex;flex-direction:column;min-height:140px;border:2px solid transparent;position:relative}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f;border-color:#3b82f6}.product-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.75rem}.product-card__title{font-size:1rem;font-weight:600;color:#1f2937;margin:0;flex:1;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card__remove{background:transparent;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;flex-shrink:0;transition:all .2s ease}.product-card__remove:hover{background:#fee2e2;color:#dc2626}.product-card__remove:active{transform:scale(.9)}.product-card__body{display:flex;flex-direction:column;gap:.5rem;flex:1}.product-card__sku{font-size:.75rem;color:#6b7280;font-family:Courier New,monospace;background:#f3f4f6;padding:.25rem .5rem;border-radius:.25rem;width:fit-content}.product-card__department{font-size:.8rem;color:#6b7280;padding:.25rem .5rem;background:#eff6ff;border-radius:.25rem;width:fit-content;font-weight:500}.product-card__price{display:flex;align-items:center;gap:.5rem;margin-top:auto;padding-top:.5rem}.product-card__price-original{font-size:.875rem;color:#9ca3af;text-decoration:line-through}.product-card__price-current{font-size:1.25rem;font-weight:700;color:#1f2937}.product-card__price-sale{color:#dc2626}.add-card-button{background:#fff;border:2px dashed #d1d5db;border-radius:.75rem;padding:1rem;min-height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:all .2s ease;color:#6b7280;font-size:1rem;font-weight:500}.add-card-button:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}.add-card-button:active{transform:translateY(0)}.add-card-button__text{font-weight:600}.add-card-button svg{transition:transform .2s ease}.add-card-button:hover svg{transform:scale(1.1)}.product-search-modal{display:flex;flex-direction:column;gap:1rem;min-height:400px;max-height:600px}.product-search-modal__search{padding-bottom:.5rem}.product-search-modal__search .search-input-wrapper{position:relative;display:flex;align-items:center}.product-search-modal__search .search-input-wrapper .search-icon{position:absolute;left:.75rem;color:#9ca3af;pointer-events:none}.product-search-modal__search .search-input-wrapper input{padding-left:2.5rem}.product-search-modal__results{flex:1;overflow-y:auto;min-height:300px;border:1px solid #e5e7eb;border-radius:.5rem}.product-search-modal__loading,.product-search-modal__empty{display:flex;align-items:center;justify-content:center;min-height:300px;color:#9ca3af;font-style:italic}.product-search-modal__list{display:flex;flex-direction:column}.product-search-modal__footer{padding-top:.5rem;border-top:1px solid #e5e7eb}.product-search-modal__count{margin:0;font-size:.875rem;color:#6b7280;text-align:center}.product-search-item{width:100%;padding:1rem;border:none;border-bottom:1px solid #e5e7eb;background:#fff;cursor:pointer;transition:background-color .15s ease;text-align:left}.product-search-item:hover{background-color:#f9fafb}.product-search-item:active{background-color:#f3f4f6}.product-search-item:last-child{border-bottom:none}.product-search-item__content{display:flex;justify-content:space-between;align-items:center;gap:1rem}.product-search-item__main{flex:1;min-width:0}.product-search-item__title{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-search-item__meta{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280;flex-wrap:wrap}.product-search-item__sku{font-family:Courier New,monospace;font-size:.8rem}.product-search-item__separator{color:#d1d5db}.product-search-item__department{font-weight:500}.product-search-item__price{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;flex-shrink:0}.product-search-item__price-original{font-size:.875rem;color:#9ca3af;text-decoration:line-through}.product-search-item__price-current{font-size:1.125rem;font-weight:700;color:#1f2937}.product-search-item__price-sale{color:#dc2626}.numeric-keypad{display:flex;flex-direction:column;gap:8px;padding:12px;background:#f9fafb;border-radius:10px}.numeric-keypad__row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.numeric-keypad__button{padding:14px;font-size:1.25rem;font-weight:600;border:2px solid #e5e7eb;border-radius:8px;background:#fff;color:#1f2937;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none;min-height:52px}.numeric-keypad__button:hover{background:#f3f4f6;border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.numeric-keypad__button:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.numeric-keypad__button--clear{background:#fee2e2;color:#dc2626;border-color:#fecaca}.numeric-keypad__button--clear:hover{background:#fecaca;border-color:#dc2626}.cash-payment-modal{display:flex;flex-direction:column;gap:16px;padding:4px}.cash-payment-modal__section{display:flex;flex-direction:column;gap:6px}.cash-payment-modal__label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.cash-payment-modal__total{font-size:1.5rem;font-weight:700;color:#1f2937;padding:12px;background:#f3f4f6;border-radius:8px;text-align:center}.cash-payment-modal__amount-paid{font-size:1.75rem;font-weight:700;color:#3b82f6;padding:14px;background:#eff6ff;border:2px solid #3b82f6;border-radius:10px;text-align:center;min-height:60px;display:flex;align-items:center;justify-content:center}.cash-payment-modal__change{font-size:1.25rem;font-weight:700;padding:12px;border-radius:8px;text-align:center}.cash-payment-modal__change--positive{color:#059669;background:#d1fae5;border:2px solid #10b981}.cash-payment-modal__change--negative{color:#dc2626;background:#fee2e2;border:2px solid #ef4444}.cash-payment-modal button.base-button{padding:14px 20px;font-size:1rem;font-weight:700;margin-top:4px}.app-header{position:fixed;top:0;left:0;right:0;height:56px;background:#fff;box-shadow:0 2px 8px #0000001a;display:flex;justify-content:space-between;align-items:center;padding:.5rem 1.5rem;z-index:1000}.header-left{display:flex;align-items:center}.header-right{display:flex;align-items:center;gap:1.5rem}.user-greeting{font-size:14px;font-weight:500;color:#1f2937}.logout-btn{padding:.5rem 1.25rem;background:#dc2a34;color:#fff;border:none;border-radius:.5rem;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.logout-btn:hover{background:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 6px #dc2a3433}.logout-btn:active{transform:translateY(0)}@media(max-width:1024px){.app-header{padding:.75rem 1.5rem}}.app-footer{position:fixed;bottom:0;left:0;right:0;height:80px;background:#fff;box-shadow:0 -2px 8px #0000001a;display:flex;align-items:center;justify-content:flex-end;padding:0;z-index:1000}.footer-content{display:flex;align-items:center;justify-content:flex-end;width:100%}.footer-actions{display:flex;gap:0;align-items:center}.footer-btn{padding:16px 60px;font-size:18px;font-weight:600;border:none;border-radius:0;cursor:pointer;transition:all .2s ease;min-width:180px;height:80px}.footer-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.footer-btn:active{transform:translateY(0)}.footer-btn-cash{background-color:#10b981;color:#fff}.footer-btn-cash:hover{background-color:#059669}.footer-btn-card{background-color:#3b82f6;color:#fff}.footer-btn-card:hover{background-color:#2563eb}.footer-btn-clear{background-color:#ef4444;color:#fff}.footer-btn-clear:hover{background-color:#dc2626}@media(max-width:1024px){.app-footer{padding:0}.footer-btn{padding:14px 48px;font-size:16px;min-width:160px;height:80px}}.main-layout{display:flex;flex-direction:column;height:100vh;width:100vw;overflow:hidden;margin:0;padding:0}.main-content{flex:1;width:100%;overflow:hidden;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);box-sizing:border-box;min-height:0;padding-top:72px;padding-bottom:92px}@media(max-width:1024px){.main-content{padding-top:72px;padding-bottom:92px}}#root{width:100vw;height:100vh;margin:0;padding:0;overflow:hidden}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
