*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes slideUp{0%{transform:translate(-50%) translateY(100px);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}#root{width:100%;height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}:root{--tiburon-navy: #0f2942;--tiburon-navy-light: #1e3a5f;--tiburon-red: #c53030;--tiburon-red-hover: #9b2c2c;--tiburon-white: #ffffff;--tiburon-offwhite: #f7fafc;--tiburon-gray: #4a5568;--tiburon-gray-light: #e2e8f0}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,var(--tiburon-navy) 0%,var(--tiburon-navy-light) 100%);padding:1rem;position:relative;overflow:hidden}.login-container:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(-45deg,transparent,transparent 40px,rgba(255,255,255,.03) 40px,rgba(255,255,255,.03) 80px);pointer-events:none}.login-card{background:var(--tiburon-white);border-radius:16px;box-shadow:0 20px 60px #0000004d;padding:3rem 2.5rem;width:100%;max-width:440px;position:relative;z-index:1;border:1px solid rgba(255,255,255,.1)}.login-header{text-align:center;margin-bottom:2.5rem;display:flex;flex-direction:column;align-items:center}.login-header img{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.login-header p{color:var(--tiburon-gray);font-size:1rem;margin:0;font-weight:500}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:var(--tiburon-navy);font-size:.9rem;letter-spacing:.01em}.form-group input{padding:.875rem 1rem;border:2px solid var(--tiburon-gray-light);border-radius:8px;font-size:1rem;transition:all .3s;background-color:var(--tiburon-offwhite)}.form-group input:focus{outline:none;border-color:var(--tiburon-navy);background-color:var(--tiburon-white);box-shadow:0 0 0 3px #0f29421a}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.error-message{background-color:#c530301a;color:var(--tiburon-red);padding:.875rem 1rem;border-radius:8px;border:2px solid var(--tiburon-red);font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:8px}.error-message:before{content:"⚠️";font-size:1.2rem}.login-button{background:var(--tiburon-red);color:var(--tiburon-white);border:none;padding:1rem;border-radius:8px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .2s;margin-top:.5rem;box-shadow:0 4px 14px #c530304d}.login-button:hover:not(:disabled){background:var(--tiburon-red-hover);transform:translateY(-2px);box-shadow:0 6px 20px #c5303066}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.login-footer{margin-top:2rem;padding-top:1.5rem;border-top:2px solid var(--tiburon-gray-light)}.demo-info{font-size:.85rem;color:var(--tiburon-gray);margin-bottom:1rem;text-align:center;font-weight:600}.demo-users{display:flex;flex-direction:column;gap:.75rem}.demo-user{font-size:.8rem;color:var(--tiburon-gray);padding:.75rem 1rem;background-color:var(--tiburon-offwhite);border-radius:8px;border:1px solid var(--tiburon-gray-light);transition:all .2s}.demo-user:hover{background-color:var(--tiburon-white);border-color:var(--tiburon-navy);transform:translate(4px)}.demo-user strong{color:var(--tiburon-navy);font-weight:700}@media(max-width:480px){.login-card{padding:2rem 1.5rem}.login-header img{width:100px}}:root{--tiburon-navy: #0f2942;--tiburon-navy-light: #1e3a5f;--tiburon-red: #c53030;--tiburon-red-hover: #9b2c2c;--tiburon-white: #ffffff;--tiburon-offwhite: #f7fafc;--tiburon-gray: #4a5568;--tiburon-gray-light: #e2e8f0;--tiburon-wave: #f1f5f9}.online-store{min-height:100vh;background-color:var(--tiburon-offwhite);overflow-x:hidden}.online-store *{box-sizing:border-box}.store-header{position:fixed;top:0;left:0;right:0;width:100%;background-color:var(--tiburon-navy);z-index:100;box-shadow:0 2px 10px #0f29424d}.store-hero,.store-hero-slider-wrap{margin-top:92px}.store-header-inner{max-width:1400px;margin:0 auto;padding:16px 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.store-logo-link{text-decoration:none;display:flex;align-items:center;gap:14px}.store-logo{height:80px;width:auto;object-fit:contain;filter:brightness(1.05)}.store-title-wrap h1{margin:0;font-size:11px;font-weight:700;color:var(--tiburon-white);letter-spacing:.08em;text-transform:uppercase;line-height:1.2}.store-title-wrap .store-brand{font-size:20px;font-weight:800;letter-spacing:-.02em;text-transform:none;margin-top:2px}.store-title-wrap p{margin:0;color:#ffffffd9;font-size:12px;font-weight:500}.store-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.store-nav a{color:var(--tiburon-white);text-decoration:none;font-size:14px;font-weight:500;padding:8px 12px;border-radius:6px;transition:background-color .2s}.store-nav a:hover{background-color:#ffffff1a}.store-nav a.store-nav-active{background-color:#fff3;font-weight:600}.store-header-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.store-search-wrap-header{position:relative;width:200px}.store-search-wrap-header input{width:100%;padding:10px 12px 10px 38px;font-size:14px;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:#ffffff1a;color:var(--tiburon-white);outline:none;transition:border-color .2s,background .2s}.store-search-wrap-header input::placeholder{color:#fff9}.store-search-wrap-header input:focus{border-color:var(--tiburon-red);background:#ffffff26}.store-search-wrap-header .store-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#ffffffb3;pointer-events:none}.store-header-actions .store-btn-outline{padding:10px 18px;background:transparent;color:var(--tiburon-white);border:1px solid rgba(255,255,255,.5);border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:background .2s,border-color .2s}.store-header-actions .store-btn-outline:hover{background:#ffffff1a;border-color:var(--tiburon-white)}.store-cart-btn{position:relative;padding:10px 18px;white-space:nowrap;background-color:var(--tiburon-red)!important;border:none!important;border-radius:8px;color:var(--tiburon-white)!important;font-weight:600;transition:background-color .2s!important}.store-cart-btn:hover{background-color:var(--tiburon-red-hover)!important}.store-hero{position:relative;min-height:380px;display:flex;align-items:center;justify-content:center;background-color:var(--tiburon-navy);background-image:url(/hero-bg.jpg);background-size:cover;background-position:center;overflow:hidden}.store-hero:before{content:"";position:absolute;inset:0;background:#0f294299}.store-hero-inner{position:relative;z-index:1;text-align:center;padding:48px 24px;max-width:640px}.store-hero h2{margin:0 0 16px;font-size:32px;font-weight:700;color:var(--tiburon-white);line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.2)}.store-hero p{margin:0 0 28px;font-size:18px;color:#ffffffe6;line-height:1.5}.store-hero-cta{display:inline-block;padding:16px 36px;background-color:var(--tiburon-red);color:var(--tiburon-white)!important;text-decoration:none;font-size:16px;font-weight:700;border-radius:8px;border:none;cursor:pointer;box-shadow:0 4px 14px #c5303066;transition:background-color .2s,transform .2s}.store-hero-cta:hover{background-color:var(--tiburon-red-hover);transform:translateY(-2px)}.store-hero-slider-wrap{position:relative;height:460px;overflow:hidden;background:var(--tiburon-navy)}.store-hero-slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity .7s ease-in-out;pointer-events:none;z-index:0}.store-hero-slide--active{opacity:1;pointer-events:auto;z-index:1}.store-hero-slide-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0a1e3773,#0a1e37a6 60%,#0a1e37bf);z-index:0}.store-hero-slide .store-hero-inner{position:relative;z-index:1;text-align:center;padding:48px 32px;max-width:700px;width:100%}.store-hero-slide .store-hero-inner h2{margin:0 0 16px;font-size:42px;font-weight:800;color:#fff;line-height:1.15;text-shadow:0 3px 12px rgba(0,0,0,.6),0 1px 3px rgba(0,0,0,.8);letter-spacing:-.5px}.store-hero-slide .store-hero-inner p{margin:0 0 28px;font-size:20px;color:#fff;line-height:1.5;font-weight:500;text-shadow:0 2px 8px rgba(0,0,0,.7)}.store-hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#ffffff2e;border:none;color:#fff;font-size:36px;line-height:1;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.store-hero-arrow:hover{background:#ffffff52}.store-hero-arrow--prev{left:16px}.store-hero-arrow--next{right:16px}.store-hero-dots{position:absolute;bottom:24px;left:0;right:0;display:flex;justify-content:center;gap:10px;z-index:2}.store-hero-dot{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.8);background:transparent;cursor:pointer;padding:0;transition:background .2s,border-color .2s}.store-hero-dot:hover{background:#fff6}.store-hero-dot.active{background:var(--tiburon-white);border-color:var(--tiburon-white)}.store-main{max-width:1400px;margin:0 auto;padding:40px 24px 32px}.store-filters{background-color:var(--tiburon-white);padding:20px 24px;border-radius:12px;margin-bottom:32px;box-shadow:0 2px 8px #0f294214;border:1px solid var(--tiburon-gray-light)}.store-filters-inner{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.store-search-wrap{flex:1;min-width:280px;position:relative}.store-search-wrap input{border:2px solid var(--tiburon-gray-light);border-radius:8px}.store-search-wrap input:focus{border-color:var(--tiburon-navy);outline:none}.store-categories-wrap{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.store-categories-wrap span{font-size:14px;color:var(--tiburon-gray);font-weight:600}.store-categories-wrap button{padding:8px 16px;border:2px solid var(--tiburon-gray-light);background:var(--tiburon-white);color:var(--tiburon-gray);border-radius:8px;font-weight:500;cursor:pointer;font-size:14px;transition:all .2s}.store-categories-wrap button:hover{border-color:var(--tiburon-navy-light);color:var(--tiburon-navy)}.store-categories-wrap button.store-category-active{border-color:var(--tiburon-navy);background:var(--tiburon-navy);color:var(--tiburon-white)}.store-section-title{margin:0 0 24px;font-size:28px;font-weight:700;color:var(--tiburon-navy);text-align:center}.store-products-section{position:relative;padding:0 0 16px}.store-products-section:before{content:"";position:absolute;top:0;left:-100px;right:-100px;height:100%;background:repeating-linear-gradient(-45deg,transparent,transparent 40px,var(--tiburon-wave) 40px,var(--tiburon-wave) 41px);opacity:.6;pointer-events:none;z-index:0}.store-products-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.store-product-card{background-color:var(--tiburon-white);border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0f294214;transition:transform .3s,box-shadow .3s;cursor:pointer;border:1px solid var(--tiburon-gray-light)}.store-product-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #0f29421f}.store-product-image-wrap{position:relative;height:200px;overflow:hidden;background-color:var(--tiburon-wave);display:flex;align-items:center;justify-content:center}.store-product-placeholder{height:200px;background:linear-gradient(135deg,var(--tiburon-navy) 0%,var(--tiburon-navy-light) 100%);display:flex;align-items:center;justify-content:center;font-size:64px}.store-product-body{padding:20px}.store-product-body .store-product-category{font-size:11px;color:var(--tiburon-gray);margin-bottom:6px;text-transform:uppercase;font-weight:700;letter-spacing:.05em}.store-product-body h3{margin:0 0 10px!important;font-size:18px!important;font-weight:700!important;color:var(--tiburon-navy)}.store-product-body .store-product-price{font-size:22px;font-weight:700;color:var(--tiburon-navy);margin-bottom:12px}.store-product-body .store-add-cart-btn{width:100%;padding:12px 16px;background-color:var(--tiburon-navy)!important;color:var(--tiburon-white)!important;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background-color .2s!important}.store-product-body .store-add-cart-btn:hover{background-color:var(--tiburon-navy-light)!important}.store-product-badge-sale{position:absolute;top:12px;right:12px;background-color:var(--tiburon-red);color:var(--tiburon-white);font-size:11px;font-weight:700;padding:4px 10px;border-radius:4px;letter-spacing:.05em}.store-product-badge-family{position:absolute;top:12px;left:12px;background-color:var(--tiburon-navy);color:var(--tiburon-white);font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px;letter-spacing:.02em;z-index:2}.store-product-card--family{border:2px solid #e0e7ef;box-shadow:0 2px 12px #0f294217}.store-product-card--family:hover{border-color:var(--tiburon-navy);box-shadow:0 6px 20px #0f294226}.store-add-cart-btn--family{background-color:var(--tiburon-navy)!important}.store-add-cart-btn--family:hover{background-color:var(--tiburon-navy-light)!important}.store-product-tag{display:inline-block;font-size:11px;font-weight:600;padding:3px 9px;border-radius:20px;background-color:#eef2f7;color:var(--tiburon-navy);border:1px solid #d1dbe8;white-space:nowrap}.store-cart-overlay{position:fixed;inset:0;background-color:#00000080;z-index:1000}.store-cart-drawer{position:fixed;top:0;right:0;bottom:0;width:450px;max-width:90vw;background-color:var(--tiburon-white);box-shadow:-4px 0 24px #0f294226;z-index:1001;display:flex;flex-direction:column;border-left:1px solid var(--tiburon-gray-light)}.store-cart-drawer .store-cart-header{padding:20px;border-bottom:2px solid var(--tiburon-gray-light);background:var(--tiburon-offwhite)}.store-cart-drawer .store-cart-footer{padding:20px;border-top:2px solid var(--tiburon-gray-light);background:var(--tiburon-offwhite)}.store-cart-drawer .store-checkout-btn{width:100%;padding:16px;background-color:var(--tiburon-red)!important;color:var(--tiburon-white)!important;border:none;border-radius:8px;font-size:18px;font-weight:700;cursor:pointer;transition:background-color .2s}.store-cart-drawer .store-checkout-btn:hover{background-color:var(--tiburon-red-hover)!important}.store-empty-state,.store-loading-state{text-align:center;padding:60px 20px;background-color:var(--tiburon-white);border-radius:12px;box-shadow:0 2px 8px #0f294214;border:1px solid var(--tiburon-gray-light);color:var(--tiburon-gray)}.store-footer{background-color:var(--tiburon-navy);color:var(--tiburon-white);margin-top:48px;padding:32px 24px 24px}.store-footer-inner{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.store-footer-nav{display:flex;gap:24px;flex-wrap:wrap}.store-footer-nav a{color:#ffffffe6;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s}.store-footer-nav a:hover{color:var(--tiburon-white)}.store-footer-contact{font-size:14px;color:#fffc}.store-modal-box{width:90%;max-width:500px;max-height:90vh;overflow-y:auto;padding:30px;box-sizing:border-box;border:1px solid var(--tiburon-gray-light)}@media(max-width:1024px){.store-header-inner{padding:14px 20px}.store-logo{height:64px}.store-title-wrap .store-brand{font-size:18px}.store-search-wrap-header{width:160px}.store-hero{min-height:320px}.store-hero-slider-wrap{height:360px}.store-hero-slide{min-height:360px}.store-hero h2,.store-hero-slide .store-hero-inner h2{font-size:30px}.store-main{padding:32px 20px}.store-products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.store-product-image-wrap,.store-product-placeholder{height:180px}.store-cart-drawer{width:400px}}@media(max-width:768px){.store-header-inner{padding:12px 16px;gap:10px}.store-nav{display:none}.store-search-wrap-header{width:140px}.store-logo{height:42px}.store-title-wrap h1{font-size:10px}.store-title-wrap .store-brand{font-size:16px}.store-hero{min-height:280px}.store-hero-slider-wrap{height:300px}.store-hero-slide{min-height:300px}.store-hero h2,.store-hero-slide .store-hero-inner h2{font-size:24px}.store-hero p,.store-hero-slide .store-hero-inner p{font-size:16px}.store-hero-cta{padding:14px 28px;font-size:15px}.store-main{padding:24px 16px}.store-section-title{font-size:24px;margin-bottom:20px}.store-filters{padding:16px;margin-bottom:24px}.store-filters-inner{flex-direction:column;align-items:stretch;gap:16px}.store-search-wrap{min-width:0}.store-categories-wrap{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.store-categories-wrap>span,.store-categories-wrap>svg{flex-shrink:0}.store-categories-wrap button{flex-shrink:0}.store-products-grid{grid-template-columns:repeat(2,1fr);gap:16px}.store-product-image-wrap,.store-product-placeholder{height:140px;font-size:48px}.store-product-body{padding:14px}.store-product-body h3{font-size:15px!important}.store-product-body .store-product-price{font-size:18px}.store-cart-drawer{width:100%;max-width:100%}.store-empty-state,.store-loading-state{padding:40px 16px}.store-modal-box{padding:20px;max-height:85vh}.store-footer-inner{flex-direction:column;text-align:center}.store-footer-nav{justify-content:center}}@media(max-width:480px){.store-header-inner{padding:10px 12px}.store-logo-link{gap:8px}.store-logo{height:48px}.store-title-wrap h1{font-size:9px}.store-title-wrap .store-brand{font-size:14px}.store-title-wrap p,.store-search-wrap-header,.store-header-actions .store-user-name{display:none}.store-header-actions .store-btn-outline{padding:8px 12px;font-size:13px}.store-cart-label{display:none}.store-cart-btn{padding:10px 14px}.store-hero{min-height:240px}.store-hero-slider-wrap{height:260px}.store-hero-slide{min-height:260px}.store-hero-inner{padding:32px 16px}.store-hero h2{font-size:20px}.store-hero p{font-size:14px;margin-bottom:20px}.store-main{padding:20px 12px}.store-products-grid{grid-template-columns:1fr;gap:16px}.store-product-image-wrap,.store-product-placeholder{height:200px}.store-product-body{padding:16px}.store-empty-state,.store-loading-state{padding:32px 12px;font-size:16px}.store-footer{padding:24px 16px;margin-top:32px}.store-footer-nav{gap:16px}}@media(hover:none){.store-product-card:hover{transform:none}.store-product-card:active{opacity:.96}}:root{--tiburon-navy: #0f2942;--tiburon-navy-light: #1e3a5f;--tiburon-red: #c53030;--tiburon-red-hover: #9b2c2c;--tiburon-white: #ffffff;--tiburon-offwhite: #f7fafc;--tiburon-gray: #4a5568;--tiburon-gray-light: #e2e8f0;--tiburon-wave: #f1f5f9;--tiburon-success: #38a169;--tiburon-warning: #dd6b20;--tiburon-info: #3182ce}.pos-container{height:100vh;background-color:var(--tiburon-offwhite);display:flex;flex-direction:column;overflow:hidden}.pos-header{background-color:var(--tiburon-navy);color:var(--tiburon-white);padding:16px 24px;box-shadow:0 2px 10px #0f29424d;z-index:100;flex-shrink:0}.pos-header-inner{max-width:1600px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.pos-logo-section{display:flex;align-items:center;gap:16px}.pos-logo{height:60px;width:auto;object-fit:contain;filter:brightness(1.05)}.pos-title-wrap h1{margin:0;font-size:11px;font-weight:700;color:var(--tiburon-white);letter-spacing:.08em;text-transform:uppercase;line-height:1.2}.pos-title-wrap .pos-brand{font-size:20px;font-weight:800;letter-spacing:-.02em;text-transform:none;margin-top:2px}.pos-title-wrap p{margin:0;color:#ffffffd9;font-size:12px;font-weight:500}.pos-header-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.pos-status-indicator{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#ffffff1a;border-radius:8px;font-size:13px;font-weight:500}.pos-status-dot{width:8px;height:8px;border-radius:50%;background-color:var(--tiburon-success);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.pos-btn{padding:10px 18px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none;display:inline-flex;align-items:center;gap:8px;text-decoration:none}.pos-btn-primary{background-color:var(--tiburon-red);color:var(--tiburon-white)}.pos-btn-primary:hover{background-color:var(--tiburon-red-hover);transform:translateY(-1px)}.pos-btn-outline{background:transparent;color:var(--tiburon-white);border:1px solid rgba(255,255,255,.5)}.pos-btn-outline:hover{background:#ffffff1a;border-color:var(--tiburon-white)}.pos-user-menu{position:relative}.pos-user-btn{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:8px;color:var(--tiburon-white);cursor:pointer;transition:all .2s}.pos-user-btn:hover{background:#ffffff26;border-color:#ffffff80}.pos-main{flex:1;max-width:1600px;margin:0 auto;padding:24px;width:100%;overflow:hidden;display:flex;flex-direction:column}.pos-grid{display:grid;grid-template-columns:1fr 400px;gap:24px;flex:1;overflow:hidden;min-height:0}.pos-products-section{background-color:var(--tiburon-white);border-radius:12px;padding:20px;box-shadow:0 2px 8px #0f294214;border:1px solid var(--tiburon-gray-light);display:flex;flex-direction:column;overflow:hidden;min-height:0}.pos-search-bar{margin-bottom:20px;flex-shrink:0}.pos-search-input{width:100%;padding:12px 16px 12px 44px;font-size:15px;border:2px solid var(--tiburon-gray-light);border-radius:8px;outline:none;transition:border-color .2s;background:var(--tiburon-offwhite)}.pos-search-input:focus{border-color:var(--tiburon-navy);background:var(--tiburon-white)}.pos-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;overflow-y:auto;flex:1;padding-right:8px;min-height:0;align-content:start}.pos-product-card{background-color:var(--tiburon-white);border:2px solid var(--tiburon-gray-light);border-radius:10px;padding:16px;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;gap:8px}.pos-product-card:hover{border-color:var(--tiburon-navy);transform:translateY(-2px);box-shadow:0 4px 12px #0f29421f}.pos-product-name{font-size:14px;font-weight:700;color:var(--tiburon-navy);margin:0;line-height:1.3}.pos-product-code{font-size:11px;color:var(--tiburon-gray);font-weight:500}.pos-product-price{font-size:18px;font-weight:700;color:var(--tiburon-red);margin-top:auto}.pos-product-stock{font-size:12px;color:var(--tiburon-gray);font-weight:500}.pos-product-stock.low-stock{color:var(--tiburon-warning);font-weight:600}.pos-cart-section{background-color:var(--tiburon-white);border-radius:12px;padding:20px;box-shadow:0 2px 8px #0f294214;border:1px solid var(--tiburon-gray-light);display:flex;flex-direction:column;overflow:hidden;min-height:0}.pos-cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:2px solid var(--tiburon-gray-light);flex-shrink:0}.pos-cart-title{font-size:18px;font-weight:700;color:var(--tiburon-navy);margin:0}.pos-cart-items{flex:1;overflow-y:auto;margin-bottom:16px;padding-right:8px;min-height:0}.pos-cart-item{display:flex;justify-content:space-between;align-items:center;padding:12px;margin-bottom:8px;background:var(--tiburon-offwhite);border-radius:8px;border:1px solid var(--tiburon-gray-light)}.pos-cart-item-info{flex:1}.pos-cart-item-name{font-size:14px;font-weight:600;color:var(--tiburon-navy);margin:0 0 4px}.pos-cart-item-price{font-size:13px;color:var(--tiburon-gray)}.pos-cart-item-quantity{display:flex;align-items:center;gap:8px}.pos-qty-btn{width:28px;height:28px;border-radius:6px;border:1px solid var(--tiburon-gray-light);background:var(--tiburon-white);color:var(--tiburon-navy);font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.pos-qty-btn:hover{background:var(--tiburon-navy);color:var(--tiburon-white);border-color:var(--tiburon-navy)}.pos-qty-input{width:50px;text-align:center;font-size:14px;font-weight:600;border:1px solid var(--tiburon-gray-light);border-radius:6px;padding:4px}.pos-cart-summary{padding-top:16px;border-top:2px solid var(--tiburon-gray-light);flex-shrink:0}.pos-summary-row{display:flex;justify-content:space-between;margin-bottom:12px;font-size:15px}.pos-summary-row.total{font-size:20px;font-weight:700;color:var(--tiburon-navy);padding-top:12px;border-top:2px solid var(--tiburon-navy)}.pos-checkout-btn{width:100%;padding:16px;background-color:var(--tiburon-red);color:var(--tiburon-white);border:none;border-radius:8px;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s;margin-top:16px;flex-shrink:0}.pos-checkout-btn:hover{background-color:var(--tiburon-red-hover);transform:translateY(-2px);box-shadow:0 4px 14px #c5303066}.pos-checkout-btn:disabled{background-color:var(--tiburon-gray-light);cursor:not-allowed;transform:none;box-shadow:none}.pos-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.pos-modal{background-color:var(--tiburon-white);border-radius:12px;padding:30px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0f29424d;border:1px solid var(--tiburon-gray-light)}.pos-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid var(--tiburon-gray-light)}.pos-modal-title{font-size:22px;font-weight:700;color:var(--tiburon-navy);margin:0}.pos-modal-close{width:32px;height:32px;border-radius:6px;border:none;background:var(--tiburon-gray-light);color:var(--tiburon-gray);font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.pos-modal-close:hover{background:var(--tiburon-red);color:var(--tiburon-white)}.pos-notification{position:fixed;top:20px;right:20px;background-color:var(--tiburon-navy);color:var(--tiburon-white);padding:16px 24px;border-radius:8px;box-shadow:0 4px 20px #0f29424d;z-index:2000;animation:slideIn .3s ease-out;display:flex;align-items:center;gap:12px;max-width:400px}.pos-notification.success{background-color:var(--tiburon-success)}.pos-notification.error{background-color:var(--tiburon-red)}.pos-notification.warning{background-color:var(--tiburon-warning)}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@media(max-width:1200px){.pos-grid{grid-template-columns:1fr 350px}.pos-products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}@media(max-width:992px){.pos-main{overflow-y:auto}.pos-grid{grid-template-columns:1fr;overflow-y:auto}.pos-cart-section{max-height:400px}.pos-products-section{min-height:500px}.pos-products-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}@media(max-width:768px){.pos-header{padding:12px 16px}.pos-logo{height:48px}.pos-title-wrap .pos-brand{font-size:16px}.pos-main{padding:16px}.pos-products-grid{grid-template-columns:repeat(2,1fr)}.pos-modal{padding:20px}}@media(max-width:480px){.pos-logo{height:40px}.pos-title-wrap h1{font-size:9px}.pos-title-wrap .pos-brand{font-size:14px}.pos-products-grid{grid-template-columns:1fr}.pos-notification{left:10px;right:10px;max-width:none}}.pos-empty-state{text-align:center;padding:60px 20px;color:var(--tiburon-gray)}.pos-empty-icon{font-size:64px;margin-bottom:16px;opacity:.5}.pos-empty-text{font-size:16px;font-weight:500}.pos-badge{display:inline-block;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.pos-badge-success{background-color:#38a1691a;color:var(--tiburon-success)}.pos-badge-warning{background-color:#dd6b201a;color:var(--tiburon-warning)}.pos-badge-danger{background-color:#c530301a;color:var(--tiburon-red)}.pos-badge-info{background-color:#3182ce1a;color:var(--tiburon-info)}.aviso-privacidad-page{min-height:100vh;background:#f8fafc;color:#1f2937}.aviso-privacidad-header{background:linear-gradient(135deg,#1e3a5f,#2d4a6f);color:#fff;padding:24px 20px 32px;text-align:center}.aviso-privacidad-back{display:inline-block;margin-bottom:16px;color:#ffffffe6;text-decoration:none;font-size:14px;font-weight:500}.aviso-privacidad-back:hover{color:#fff;text-decoration:underline}.aviso-privacidad-title{margin:0 0 8px;font-size:28px;font-weight:700;letter-spacing:-.02em}.aviso-privacidad-date{margin:0;font-size:14px;opacity:.9}.aviso-privacidad-content{max-width:720px;margin:0 auto;padding:32px 20px 48px}.aviso-privacidad-content section{margin-bottom:28px}.aviso-privacidad-content h2{margin:0 0 12px;font-size:18px;font-weight:700;color:#1e3a5f}.aviso-privacidad-content p{margin:0 0 12px;font-size:15px;line-height:1.65;color:#374151}.aviso-privacidad-content ul{margin:8px 0 12px;padding-left:24px}.aviso-privacidad-content li{margin-bottom:6px;font-size:15px;line-height:1.6;color:#374151}.aviso-privacidad-footer{text-align:center;padding:24px 20px;border-top:1px solid #e5e7eb;background:#fff}.aviso-privacidad-footer a{color:#1e3a5f;font-weight:600;text-decoration:none}.aviso-privacidad-footer a:hover{text-decoration:underline}@media(max-width:640px){.aviso-privacidad-title{font-size:24px}.aviso-privacidad-content{padding:24px 16px 40px}}
