@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*:focus{outline:none}body{font-family:Inter,-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;overflow-x:hidden;background-color:#fff}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@media (min-width: 1024px){.side-menu-always-visible{transform:translate(0)!important;position:fixed!important;box-shadow:1px 0 8px #00000014!important;z-index:1000!important}.side-menu-always-visible .header{border-bottom:none!important}.side-menu-always-visible .content{border-top:none!important}.main-content-with-sidebar{padding-left:280px!important;transition:padding-left .3s ease!important}.main-content-with-sidebar.collapsed{padding-left:80px!important}.header-with-sidebar{margin-left:0!important;width:100%!important;transition:all .3s ease!important}.main-content-with-sidebar main{max-width:none!important;margin:0!important;padding:20px 24px!important;width:100%!important}.main-content-with-sidebar .stats-grid{grid-template-columns:repeat(4,1fr)!important}.main-content-with-sidebar .features-list{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:24px!important}.main-content-with-sidebar .feature{flex-direction:column!important;text-align:center!important;padding:24px!important}.main-content-with-sidebar .feature-icon{font-size:32px!important;margin-bottom:8px!important}.side-menu-always-visible .menu-item:hover{background:#3b82f61a!important;transform:translate(4px)!important}.main-content-with-sidebar{font-size:16px!important;line-height:1.6!important}.header-with-sidebar{padding:16px 24px!important}.main-content-with-sidebar .card{margin-bottom:32px!important;padding:32px!important}}.smooth-transition{transition:all .3s ease}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f8f9fa;border-radius:3px}::-webkit-scrollbar-thumb{background:#e9ecef;border-radius:3px;border:1px solid #dee2e6}::-webkit-scrollbar-thumb:hover{background:#ced4da}::-webkit-scrollbar-corner{background:#f8f9fa}@media (prefers-color-scheme: dark){::-webkit-scrollbar-track{background:#343a40}::-webkit-scrollbar-thumb{background:#495057;border:1px solid #6c757d}::-webkit-scrollbar-thumb:hover{background:#6c757d}::-webkit-scrollbar-corner{background:#343a40}}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{display:none}.simple-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#fff}.simple-loading-spinner{font-size:2rem;color:#4caf50;animation:spin 1s linear infinite}.simple-loading-text{margin-top:2rem;color:#64748b;font-size:1rem;margin:0}@media (max-width: 768px){.simple-loading-spinner{font-size:1.5rem}.simple-loading-text{font-size:.9rem}}*{outline:none}.table-management{width:100%;height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#fff;color:#1f2937}.mobile-view{width:100%;height:100vh;display:flex;flex-direction:column}.mobile-header{display:flex;align-items:center;padding:1rem;border-bottom:1px solid #e5e7eb;background:#fff;position:sticky;top:0;z-index:10;min-height:60px}.mobile-menu-btn{background:none;border:none;padding:.5rem;cursor:pointer;color:#374151;border-radius:.375rem;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.mobile-menu-btn:hover{background-color:#f3f4f6}.mobile-menu-btn svg{display:block}.mobile-title{font-size:1.25rem;font-weight:600;color:#111827;display:flex;align-items:center;line-height:1.2;height:100%;padding-left:1rem;margin:0!important}.mobile-title-section{flex:1;display:flex;flex-direction:column;justify-content:center}.mobile-title-status{font-size:.875rem;font-weight:500;margin-top:.125rem;padding-left:1rem}.mobile-header-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.mobile-header-icons-group{display:flex;align-items:center;gap:4px}.mobile-header-icon-btn{background:none;border:none;padding:.5rem;cursor:pointer;color:#374151;border-radius:.375rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.mobile-header-icon-btn:hover{background-color:#f3f4f6;color:#1f2937}.mobile-header-icon-btn:active{background-color:#e5e7eb;transform:scale(.95)}.mobile-menu-overlay{position:fixed;inset:0;background:#00000080;z-index:50;display:flex;justify-content:flex-start;align-items:stretch;animation:fadeIn .3s ease-out forwards}.mobile-menu-overlay.closing{animation:fadeOut .3s ease-in forwards}.mobile-menu{width:280px;max-width:80vw;background:#fff;display:flex;flex-direction:column;height:100vh;overflow-y:auto;animation:slideInLeft .3s ease-out forwards;transform:translate(0)}.mobile-menu.closing{animation:slideOutLeft .3s ease-in forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slideOutLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #e5e7eb}.mobile-menu-header h2{margin:0;font-size:1.125rem;font-weight:600;color:#111827}.mobile-menu-close{background:none;border:none;padding:.5rem;cursor:pointer;color:#6b7280;border-radius:.375rem;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.mobile-menu-close:hover{background-color:#f3f4f6}.mobile-menu-close svg{display:block}.mobile-menu-content{padding:1rem;flex:1}.mobile-content{flex:1;padding:1rem;overflow-y:auto}.mobile-content h2{margin:0 0 1rem;font-size:1.5rem;font-weight:600;color:#111827}.mobile-content p{margin:0;color:#6b7280;line-height:1.5}.desktop-view{width:100%;height:100vh;display:flex}.desktop-layout{display:flex;width:100%;height:100%}.places-column{width:250px;border-right:1px solid #e5e7eb;padding:1.5rem;background:#fff;overflow-y:auto}.places-column h2{margin:0 0 1rem;font-size:1.25rem;font-weight:600;color:#111827}.places-column p{margin:0;color:#6b7280;line-height:1.5}.places-list{display:flex;flex-direction:column;gap:.75rem}.place-item{border:2px solid #e5e7eb;border-radius:.5rem;background:#fff}.delivery-section{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.delivery-section-title{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em}.delivery-item{border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;cursor:pointer;transition:all .2s ease}.delivery-item:hover{border-color:#d1d5db}.delivery-item.selected{border-color:#3b82f6;background:#f8fafc}.delivery-info{padding:.75rem}.delivery-info h4{margin:0 0 .25rem;font-size:.875rem;font-weight:600;color:#374151}.delivery-status{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em}.delivery-cards-container{display:flex;flex-direction:column;gap:.5rem}.delivery-details{display:flex;flex-direction:column;gap:.25rem}.delivery-products-count{font-size:.75rem;color:#6b7280;font-weight:400}.delivery-total{font-size:.75rem;color:#059669;font-weight:600}.place-products-count{font-size:.75rem;color:#6b7280;font-weight:400;margin:.25rem 0}.places-section{margin-top:1rem}.places-section-title{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.place-info h3{margin:0 0 .25rem;font-size:.875rem;font-weight:600;color:#111827}.place-info p{margin:0 0 .25rem;font-size:.75rem;color:#6b7280}.place-status{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em}.board-column{flex:1;padding:1.5rem;background:#fff;overflow-y:auto}.board-column h2{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.board-column p{margin:0;color:#6b7280;line-height:1.5}@media (max-width: 767px){.desktop-view{display:none}}@media (min-width: 768px){.mobile-view{display:none}}*{box-sizing:border-box}*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-track{background:#f9fafb}*::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}*::-webkit-scrollbar-thumb:hover{background:#9ca3af}.products-two-columns{display:flex;gap:1rem;height:100%;overflow:hidden;flex:1;min-height:0;width:100%}.products-column{flex:2;display:flex;flex-direction:column;overflow:hidden;min-height:0;height:100%;min-width:0}.cart-status-column{flex:1;display:flex;flex-direction:column;min-width:350px;max-width:450px;overflow:hidden;min-height:0;height:100%;align-self:stretch}.cart-status-section{background:#fff;border-radius:8px;padding:1rem;flex:1;overflow-y:auto;overflow-x:hidden;border:1px solid #f1f5f9;min-height:0;display:flex;flex-direction:column;width:100%;height:100%;position:relative}.cart-status-section::-webkit-scrollbar{width:6px}.cart-status-section::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.cart-status-section::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.cart-status-section::-webkit-scrollbar-thumb:hover{background:#94a3b8}.order-title-section{display:flex;flex-direction:column;align-items:center;flex-shrink:0;padding-bottom:0;border-bottom:1px solid #e5e7eb;margin-bottom:0;margin-top:0;padding-top:0}.order-title-with-status{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.title-and-subtitle{display:flex;flex-direction:column;gap:.25rem}.order-title-section h3{margin:0;color:#1e293b;font-size:1.125rem;font-weight:600}.order-subtitle{color:#6b7280;font-size:.75rem;font-weight:400;text-transform:lowercase;margin-bottom:.5rem}.current-order-info{background:transparent;border-radius:0;padding:0;border:none;flex:1;display:flex;flex-direction:column;min-height:100%;overflow:visible;width:100%;max-width:100%;box-sizing:border-box}.order-status{background:#f97316;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;text-transform:capitalize}.order-status.pidiendo{background:#f97316}.order-status.preparando{background:#f59e0b}.order-status.listo{background:#10b981}.order-status.entregado{background:#6b7280}.order-status.cancelado{background:#ef4444}.order-products{margin-top:0;margin-bottom:0;display:flex;flex-direction:column;gap:1rem;flex:1;overflow:visible;padding:1rem;width:100%;max-width:100%;box-sizing:border-box;background-color:#f8fafc;border-radius:8px}.order-products .product-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;display:flex!important;flex-direction:row!important;align-items:center;gap:1rem;transition:all .2s ease;width:100%;max-width:100%;box-sizing:border-box;flex-shrink:0}.order-products .product-item:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000001a}.order-products .product-image{width:80px!important;height:80px!important;border-radius:12px;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f8fafc;border:1px solid #e2e8f0;position:relative;margin:0!important}.order-products .product-image img{width:100%;height:100%;object-fit:cover}.order-products .product-image span{font-size:2rem;color:#d1d5db}.order-products .product-info{flex:1;display:flex;flex-direction:column;gap:.5rem;text-align:left;min-width:0;overflow:hidden}.order-products .product-info h5{margin:0;color:#1f2937;font-size:1rem;font-weight:600}.order-products .product-pricing{display:flex;flex-direction:column;gap:.25rem}.order-products .product-price{margin:0;color:#059669;font-size:.875rem;font-weight:600}.order-products .table-management-product-price-original{margin:0;color:#9ca3af;font-size:.75rem;text-decoration:line-through}.order-products .product-price-discounted{margin:0;color:#059669;font-size:.875rem;font-weight:600}.order-products .product-discount{background:transparent;color:#ef4444;padding:.125rem .375rem;border-radius:4px;font-size:.625rem;font-weight:600;text-transform:uppercase}.order-products .quantity-controls{display:flex;flex-direction:column;gap:.25rem}.order-products .quantity-btn{width:32px;height:32px;border-radius:50%;border:1px solid #d1d5db;background:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;cursor:pointer}.order-products .increase-btn{color:#059669;border-color:#059669}.order-products .decrease-btn,.order-products .remove-btn{background:#fff;color:#dc2626;border-color:#dc2626}.order-products .quantity-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000c;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;z-index:10}.order-total{border-top:1px solid #f1f5f9;padding-top:.5rem;margin-top:1rem;flex-shrink:0}.total-line{display:flex;justify-content:space-between;align-items:center}.total-line span:first-child{font-size:1rem;font-weight:600;color:#1e293b}.total-amount{font-size:1.125rem;font-weight:700;color:#059669}.no-order-info{text-align:center;padding:1.5rem .5rem;color:#9ca3af}.no-order-info p{margin:0 0 .5rem}.info-text{font-size:.75rem;color:#d1d5db}.no-products-text{text-align:center;color:#9ca3af;font-size:.75rem;padding:.75rem;margin:0}.place-item{cursor:pointer;transition:all .2s ease;border-radius:8px;border:2px solid transparent}.place-item:hover{background-color:#f8fafc;transform:translateY(-1px);box-shadow:0 1px 2px #0000000d}.place-item.selected{background-color:#dbeafe;border-color:#3b82f6;box-shadow:0 2px 4px #3b82f61a}.board-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.board-title-section{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.board-title-status{font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.board-header-actions{display:flex;align-items:center;gap:12px;justify-content:flex-end}.header-icons-group{display:flex;align-items:center;gap:4px}.header-icon-button{display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:8px;border-radius:6px;color:#666;transition:all .2s ease;width:36px;height:36px}.header-icon-button:hover{background:#0000000d;color:#333}.header-icon-button:active{background:#0000001a;transform:scale(.95)}.table-management-search-container{display:flex;align-items:center;gap:8px;justify-content:flex-end}.table-management-search-input{padding:10px 16px;border:1px solid #d1d5db;border-radius:999px;font-size:14px;width:350px;transition:border-color .2s}.table-management-search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.info-button{background:#3b82f6;color:#fff;border:none;border-radius:6px;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.info-button:hover{background:#2563eb}.place-content{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.place-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.place-status-badge{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.active-order-section{margin-bottom:1.5rem}.active-order-section h4{color:#1f2937;margin-bottom:1rem;font-size:1.1rem}.order-info{background:#f8fafc;padding:1rem;border-radius:6px;margin-bottom:1rem}.order-info p{margin:.5rem 0;font-size:14px}.products-section h5{color:#374151;margin-bottom:1rem;font-size:1rem}.products-list{display:grid;gap:12px}.product-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:12px;transition:all .2s}.product-item:hover{background:#f3f4f6;border-color:#d1d5db}.product-info h6{margin:0 0 8px;color:#1f2937;font-size:14px;font-weight:600}.product-info p{margin:4px 0;font-size:12px;color:#6b7280}.no-active-order,.no-place-selected{text-align:center;padding:2rem;color:#6b7280;background:#f9fafb;border-radius:6px;border:1px dashed #d1d5db}.info-sidebar-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;justify-content:flex-end;align-items:stretch}.info-sidebar{background:#fff;width:400px;max-width:90vw;height:100vh;overflow-y:auto;box-shadow:-4px 0 12px #00000026;animation:slideInRight .3s ease-out}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.info-sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:#f8fafc}.info-sidebar-header h3{margin:0;color:#1f2937;font-size:1.2rem}.close-button{background:none;border:none;padding:8px;cursor:pointer;color:#6b7280;border-radius:4px;transition:all .2s}.close-button:hover{background:#e5e7eb;color:#374151}.info-sidebar-content{padding:1.5rem}.place-details,.active-order-details,.active-order-id{margin-bottom:2rem}.place-details h4,.active-order-details h4,.active-order-id h4{color:#1f2937;margin-bottom:1rem;font-size:1.1rem;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.detail-item{margin:.75rem 0;font-size:14px;line-height:1.5}.detail-item strong{color:#374151;font-weight:600}.sidebar-products-section{margin-top:1rem}.sidebar-products-section h5{color:#374151;margin-bottom:1rem;font-size:1rem;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.sidebar-products-list{display:flex;flex-direction:column;gap:8px}.sidebar-product-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:12px;transition:all .2s}.sidebar-product-item:hover{background:#f3f4f6;border-color:#d1d5db}.sidebar-product-info h6{margin:0 0 6px;color:#1f2937;font-size:14px;font-weight:600}.sidebar-product-info p{margin:0;font-size:12px;color:#6b7280}.no-active-order-sidebar{text-align:center;padding:2rem;color:#6b7280;background:#f9fafb;border-radius:6px;border:1px dashed #d1d5db;margin-top:1rem}.mobile-title-section{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.mobile-title-status{font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;padding:0 0 0 16px}.mobile-search-section{padding:1rem;background:#fff;border-bottom:1px solid #e5e7eb}.mobile-search-container{display:flex;align-items:center;gap:8px}.mobile-search-input{flex:1;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:border-color .2s}.mobile-search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.mobile-info-button{background:#3b82f6;color:#fff;border:none;border-radius:6px;padding:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s;min-width:44px;height:44px}.mobile-info-button:hover{background:#2563eb}.mobile-place-content{padding:1rem;background:#fff;margin:1rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.mobile-place-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.mobile-place-status-badge{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.mobile-active-order-section{margin-bottom:1rem}.mobile-active-order-section h4{color:#1f2937;margin-bottom:1rem;font-size:1.1rem}.mobile-order-info{background:#f8fafc;padding:1rem;border-radius:6px;margin-bottom:1rem}.mobile-order-info p{margin:.5rem 0;font-size:14px}.mobile-products-section h5{color:#374151;margin-bottom:1rem;font-size:1rem}.mobile-products-list{display:flex;flex-direction:column;gap:12px}.mobile-product-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:12px;transition:all .2s}.mobile-product-item:hover{background:#f3f4f6;border-color:#d1d5db}.mobile-product-info h6,.mobile-product-name{margin:0 0 8px;color:#1f2937;font-size:14px;font-weight:600}.mobile-product-price{margin:4px 0;font-size:12px;color:#6b7280;font-weight:500}.mobile-product-pricing{display:flex;flex-direction:column;gap:4px}.mobile-price-row{display:flex;align-items:center;gap:8px}.mobile-original-price{font-size:12px;color:#6b7280;font-weight:400}.mobile-original-price.crossed-out{text-decoration:line-through;color:#9ca3af}.mobile-discount-percentage{background:#dc2626;color:#fff;padding:2px 6px;border-radius:4px;font-size:10px;font-weight:500}.mobile-final-price{font-size:12px;color:#059669;font-weight:600}.mobile-total-price{font-size:12px;color:#374151;font-weight:500}.mobile-price-details{padding:.5rem .75rem;background:#f8f9fa;border-top:1px solid #e5e7eb;text-align:center}.price-details-content{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap}.price-details-title{margin:0;font-size:12px;font-weight:600;color:#374151}.savings-text{margin:0;font-size:11px;font-weight:500;color:#059669}.items-count{margin:0;font-size:11px;color:#6b7280}.mobile-product-info p{margin:4px 0;font-size:12px;color:#6b7280}.mobile-no-active-order,.mobile-no-place-selected{text-align:center;padding:2rem;color:#6b7280;background:#f9fafb;border-radius:6px;border:1px dashed #d1d5db;margin:1rem}.mobile-no-active-order .new-order-section{margin-top:1rem}.mobile-no-active-order .new-order-section p{margin-bottom:1rem;color:#374151;font-weight:500}.mobile-no-active-order .new-order-btn{background:#059669;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-block;min-width:140px}.mobile-no-active-order .new-order-btn:hover{background:#047857;transform:translateY(-1px);box-shadow:0 4px 12px #0596694d}@media (max-width: 768px){.products-two-columns{flex-direction:column;gap:1rem}.products-column{flex:none;order:2}.cart-status-column{flex:none;min-width:auto;order:1}.order-products .product-item{padding:.75rem;gap:.75rem}.order-products .product-image{width:60px;height:60px}.order-products .product-image span{font-size:1.5rem}.order-products .product-info h5{font-size:.875rem}.order-products .product-price{font-size:.75rem}.order-products .table-management-product-price-original{font-size:.625rem}.order-products .product-price-discounted{font-size:.75rem}.order-products .product-discount{font-size:.5rem;padding:.1rem .25rem}.order-products .quantity-btn{width:28px;height:28px;font-size:.875rem}.order-products .quantity-overlay{width:20px;height:20px;font-size:.625rem}.cart-status-section{padding:1rem}.btn-secondary{padding:.5rem 1rem;font-size:.875rem;border-radius:8px}.btn-primary{padding:.5rem 1rem;font-size:.875rem;border-radius:999px}.footer-right{gap:.5rem}.order-product-item{flex-direction:row;align-items:center;gap:.5rem}.product-image-small{width:32px;height:32px}.product-total{align-self:flex-end}}.mobile-menu-content .place-item{border-radius:8px;border:2px solid transparent;transition:all .2s ease}.mobile-menu-content .place-item:hover{background-color:#f8fafc;transform:translateY(-1px);box-shadow:0 1px 2px #0000000d}.mobile-menu-content .place-item.selected{background-color:#dbeafe;border-color:#3b82f6;box-shadow:0 2px 4px #3b82f61a}@media (max-width: 768px){.info-sidebar{width:100vw;max-width:100vw}.search-container{flex-direction:column;align-items:stretch;gap:8px}.table-management-search-input{width:100%}.mobile-content{flex:1;overflow-y:auto;padding-bottom:2rem}}.places-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1.5rem}.places-header h2{margin:0;flex:1;font-size:1.5rem;font-weight:600;color:#111827}.site-logo-container{width:40px;height:40px;border-radius:50%;overflow:hidden;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;background:#f9fafb}.site-logo{width:100%;height:100%;object-fit:cover;cursor:pointer;transition:opacity .2s ease}.site-logo:hover{opacity:.8}.mobile-menu-title{display:flex;align-items:center;gap:.75rem;flex:1}.mobile-site-logo-container{width:32px;height:32px;border-radius:50%;overflow:hidden;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;background:#f9fafb}.mobile-site-logo{width:100%;height:100%;object-fit:cover;cursor:pointer;transition:opacity .2s ease}.mobile-site-logo:hover{opacity:.8}.mobile-menu-title h2{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.site-logo-container{position:relative}.change-site-btn{position:absolute;bottom:2px;right:2px;width:18px;height:18px;border-radius:50%;background:#3b82f6;border:2px solid #ffffff;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.change-site-btn:hover{background:#2563eb;transform:scale(1.05)}.mobile-site-logo-container{position:relative}.mobile-change-site-btn{position:absolute;bottom:2px;right:2px;width:14px;height:14px;border-radius:50%;background:#3b82f6;border:2px solid #ffffff;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.mobile-change-site-btn:hover{background:#2563eb;transform:scale(1.05)}.site-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.site-modal{background:#fff;border-radius:16px;padding:24px;max-width:400px;width:100%;max-height:80vh;overflow-y:auto;border:1px solid #e5e7eb;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.site-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.site-modal-header h3{margin:0;font-size:18px;font-weight:600;color:#111827}.site-modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;padding:4px;border-radius:4px;transition:background-color .2s}.site-modal-close:hover{background-color:#f3f4f6}.site-modal-content{margin-bottom:20px}.sites-list{display:flex;flex-direction:column;gap:12px}.site-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;cursor:pointer;background:transparent;border:1px solid #e5e7eb;transition:all .2s ease}.site-item:hover{background:#f8fafc;border-color:#d1d5db}.site-item.selected{background:#dbeafe;border-color:#3b82f6}.site-item-logo{width:32px;height:32px;border-radius:50%;object-fit:cover}.site-item-placeholder{width:32px;height:32px;border-radius:50%;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600}.site-item-info{flex:1}.site-item-info h4{margin:0 0 4px;font-size:14px;font-weight:600;color:#111827}.site-item-info p{margin:0;font-size:12px;color:#6b7280}.site-item-check{color:#3b82f6}.no-sites{text-align:center;padding:40px 20px;color:#6b7280}.no-sites p{margin:0;font-size:14px}.modal-overlay{position:fixed;inset:0;background:#00000080;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:80vh;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.modal-close-btn{background:none;border:none;padding:.5rem;cursor:pointer;color:#6b7280;border-radius:.375rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.modal-close-btn:hover{background-color:#f3f4f6;color:#374151}.modal-body{padding:1.5rem;max-height:60vh;overflow-y:auto}.search-input-container{position:relative;margin-bottom:1rem}.search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .2s ease}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#6b7280;pointer-events:none}.search-results{color:#6b7280;text-align:center;padding:2rem 0}.info-content h4{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:#111827}.info-content p{margin:0 0 1rem;color:#374151;line-height:1.5}.info-content ul{margin:0 0 1.5rem;padding-left:1.5rem;color:#374151}.info-content li{margin-bottom:.5rem;line-height:1.5}.place-info{background:#f9fafb;padding:1rem;border-radius:.5rem;border:1px solid #e5e7eb}.place-info h5{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#111827}.place-info p{margin:0;font-size:.875rem;color:#374151}.desktop-search-button,.desktop-info-button{background:none;border:none;padding:.5rem;cursor:pointer;color:#374151;border-radius:.375rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-left:16px}.desktop-search-button:hover,.desktop-info-button:hover{background-color:#f3f4f6;color:#1f2937}.desktop-search-button:active,.desktop-info-button:active{background-color:#e5e7eb;transform:scale(.95)}.fullscreen-search-overlay{position:fixed;inset:0;background:#000c;z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem}.fullscreen-search-content{width:100%;max-width:600px;position:relative;display:flex;flex-direction:column;align-items:center}.fullscreen-search-header{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:2rem}.fullscreen-search-close{background:#ffffff1a;border:none;color:#fff;padding:.75rem;border-radius:50%;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:48px;height:48px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.fullscreen-search-close:hover{background:#fff3;transform:scale(1.05)}.fullscreen-search-input-container{position:relative;width:100%}.fullscreen-search-input{width:100%;padding:1.5rem 3.5rem 1.5rem 1.5rem;border:2px solid rgba(255,255,255,.2);border-radius:1rem;font-size:1.25rem;background:#ffffff1a;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;outline:none}.fullscreen-search-input::placeholder{color:#ffffffb3}.fullscreen-search-input:focus{border-color:#ffffff80;background:#ffffff26;box-shadow:0 0 0 4px #ffffff1a}.fullscreen-search-icon{position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);color:#ffffffb3;pointer-events:none;font-size:1.25rem}.fullscreen-search-clear-btn{position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#ffffffb3;cursor:pointer;padding:.25rem;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.fullscreen-search-clear-btn:hover{background:#ffffff1a;color:#ffffffe6;transform:translateY(-50%) scale(1.1)}.fullscreen-search-title{color:#fff;font-size:2rem;font-weight:800;margin:0;text-align:left}.fullscreen-search-results{flex:1;overflow-y:auto;margin-top:1.5rem;max-height:60vh}.search-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#ffffffb3}.search-results-title{font-size:1.2rem;font-weight:600;color:#fff;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.2)}.search-result-item{display:flex;align-items:center;padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);transition:background-color .2s ease;border-radius:8px;margin-bottom:.5rem}.search-result-item:hover{background-color:#ffffff1a}.search-result-image{width:80px;height:80px;margin-right:1rem;border-radius:8px;overflow:hidden;flex-shrink:0}.product-image{width:100%;height:100%;object-fit:cover}.no-image-placeholder{width:100%;height:100%;background-color:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#ffffff80}.search-result-info{flex:1;min-width:0}.product-name{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .25rem;line-height:1.3}.product-description{font-size:.875rem;color:#ffffffb3;margin:0 0 .5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.price{font-size:.9rem;font-weight:600;color:#4ade80}.discount{font-size:.8rem;padding:.25rem .5rem;border-radius:4px;font-weight:600;background-color:#ef444433;color:#f87171}.no-search-results,.search-placeholder{text-align:center;padding:2rem;color:#ffffffb3}.no-search-results p,.search-placeholder p{margin:0;font-size:.9rem}.categories-products-layout{display:flex;gap:1rem;height:100%}.categories-column{width:200px;flex-shrink:0;border-right:1px solid rgba(255,255,255,.1);padding-right:1rem}.categories-title{font-size:1rem;font-weight:600;color:#fff;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.2)}.categories-list{display:flex;flex-direction:column;gap:.5rem}.category-item{padding:.5rem;border-radius:6px;transition:background-color .2s ease;cursor:pointer}.category-item:hover{background-color:#ffffff1a}.category-name{font-size:.85rem;color:#fffc;line-height:1.3}.products-column{flex:1;overflow-y:auto}.products-title{font-size:1rem;font-weight:600;color:#fff;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.2)}.product-item-small{padding:.75rem;border-radius:6px;transition:background-color .2s ease;cursor:pointer}.product-item-small:hover{background-color:#ffffff1a}.product-info-small{display:flex;flex-direction:column;gap:.25rem}.product-name-small{font-size:.85rem;color:#fff;font-weight:500;line-height:1.3}.product-price-small{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.price-small{font-size:.8rem;font-weight:600;color:#4ade80}.discount-small{font-size:.75rem;padding:.15rem .4rem;border-radius:3px;font-weight:600;background-color:#ef444433;color:#f87171}@media (max-width: 768px){.modal-content{margin:1rem;max-height:90vh}.modal-header,.modal-body{padding:1rem}.fullscreen-search-overlay{padding:0;background:#fff;align-items:flex-start;justify-content:flex-start}.fullscreen-search-content{width:100%;height:100vh;max-width:none;background:#fff;padding:1rem}.fullscreen-search-header{margin-bottom:1.5rem}.fullscreen-search-close{background:#0000001a;color:#333;width:40px;height:40px}.fullscreen-search-close:hover{background:#0003}.fullscreen-search-title{color:#333;font-size:1.75rem;font-weight:800;margin:0;text-align:left}.fullscreen-search-input-container{margin-top:0}.fullscreen-search-input{padding:1rem 2.5rem 1rem 1rem;font-size:1rem;background:#f5f5f5;color:#333;border:2px solid #e0e0e0}.fullscreen-search-input::placeholder{color:#666}.fullscreen-search-input:focus{border-color:#007bff;background:#fff;box-shadow:0 0 0 4px #007bff1a}.fullscreen-search-icon{right:1rem;font-size:1rem;color:#666}.fullscreen-search-clear-btn{right:1rem;color:#666}.fullscreen-search-clear-btn:hover{background:#0000001a;color:#333}.fullscreen-search-results{flex:1;overflow-y:auto;margin-top:1rem}.search-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#666}.search-results-title{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid #e0e0e0}.search-result-item{display:flex;align-items:center;padding:1rem;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}.search-result-item:hover{background-color:#f8f9fa}.search-result-image{width:80px;height:80px;margin-right:1rem;border-radius:8px;overflow:hidden;flex-shrink:0}.product-image{width:100%;height:100%;object-fit:cover}.no-image-placeholder{width:100%;height:100%;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center;color:#999}.search-result-info{flex:1;min-width:0}.product-name{font-size:1rem;font-weight:600;color:#333;margin:0 0 .25rem;line-height:1.3}.product-description{font-size:.875rem;color:#666;margin:0 0 .5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.price{font-size:.9rem;font-weight:600;color:#007bff}.discount{font-size:.8rem;padding:.25rem .5rem;border-radius:4px;font-weight:600;background-color:#f8d7da;color:#721c24}.no-search-results,.search-placeholder{text-align:center;padding:2rem;color:#666}.no-search-results p,.search-placeholder p{margin:0;font-size:.9rem}.categories-products-layout{flex-direction:column;gap:1rem}.categories-column{width:100%;border-right:none;border-bottom:1px solid #e0e0e0;padding-right:0;padding-bottom:1rem}.categories-title{color:#333;border-bottom:1px solid #e0e0e0}.category-item:hover{background-color:#0000000d}.category-name{color:#666}.products-title{color:#333;border-bottom:1px solid #e0e0e0}.product-item-small:hover{background-color:#0000000d}.product-name-small{color:#333}.price-small{color:#007bff}.discount-small{background-color:#f8d7da;color:#721c24}}@media (min-width: 769px) and (max-width: 1024px){.categories-column{width:180px}.category-name,.product-name-small{font-size:.9rem}.price-small{font-size:.85rem}}@media (min-width: 1025px){.categories-column{width:220px}.category-name,.product-name-small{font-size:.9rem}.price-small{font-size:.85rem}.discount-small{font-size:.8rem}}.active-order-section{margin-bottom:1rem}.products-section{background:#fff;border:none;border-radius:0;padding:0;box-shadow:none}.products-section h5{margin:0 0 1rem;color:#1f2937;font-size:1.1rem;font-weight:600}.products-list{display:flex;flex-direction:column;gap:.5rem}.product-item.list{display:flex;align-items:flex-start;gap:1.5rem;padding:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s ease;position:relative}.product-image-container{position:relative;width:80px;height:80px;border-radius:6px;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.25rem}.product-image-container:before{content:"";position:absolute;top:0;left:0;right:0;height:30px;background:linear-gradient(to bottom,rgba(0,0,0,.4),transparent);z-index:1;pointer-events:none}.product-image-container img{width:100%;height:100%;object-fit:cover}.quantity-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;color:#000;border-radius:12px;width:32px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;box-shadow:0 2px 4px #0000001a;z-index:2}.product-info{flex:1;min-width:0}.product-info h6{margin:0 0 .25rem;color:#1f2937;font-size:.95rem;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-details{display:flex;flex-direction:column;gap:.5rem}.price-row{display:flex;align-items:center;gap:.5rem}.original-price{color:#374151;font-weight:500;font-size:.9rem}.original-price.crossed-out{text-decoration:line-through;color:#9ca3af}.discount-percentage{background:#dc2626;color:#fff;padding:2px 6px;border-radius:4px;font-size:.7rem;font-weight:500;text-shadow:0 0 1px rgba(255,255,255,.3)}.final-price{color:#059669;font-weight:600;font-size:.9rem}.total-price{color:#1f2937;font-weight:600;font-size:.9rem}.product-category{background:#f3f4f6;color:#6b7280;padding:2px 8px;border-radius:12px;font-size:.7rem;font-weight:500;display:inline-block;width:fit-content}.search-results-header{display:flex;align-items:center;justify-content:space-between;padding:0;margin-bottom:.75rem;border-bottom:1px solid #e5e7eb}.search-results-title-section{display:flex;flex-direction:column;gap:.25rem}.search-results-title-section h5{margin:0;color:#1f2937;font-size:1.1rem;font-weight:600}.search-results-title-section .search-results-count{margin:0 0 .5rem;color:#6b7280;font-size:.85rem;font-weight:400}.search-results-controls{display:flex;align-items:center;gap:.5rem}.close-search-results-btn{background:none;border:none;padding:8px;cursor:pointer;color:#6b7280;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.close-search-results-btn:hover{background-color:#f3f4f6;color:#374151}.search-results-container{padding:.5rem 0}.search-results-bottom-spacing,.products-bottom-spacing{height:120px}.search-results-container.list-view{display:flex;flex-direction:column;gap:.5rem}.search-results-container.list-view .search-result-item,.search-results-container .search-result-item.list{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s ease;cursor:pointer}.search-results-container.list-view .search-result-item:hover,.search-results-container .search-result-item.list:hover{border-color:#d1d5db}.search-results-container.list-view .search-result-image,.search-results-container .search-result-item.list .search-result-image{width:80px;height:80px;border-radius:6px;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0}.search-results-container.list-view .search-result-image img,.search-results-container .search-result-item.list .search-result-image img{width:100%;height:100%;object-fit:cover}.search-results-container.list-view .search-result-info,.search-results-container .search-result-item.list .search-result-info{flex:1;min-width:0}.search-results-container.list-view .product-name,.search-results-container .search-result-item.list .product-name{margin:0 0 .25rem;color:#1f2937;font-size:.95rem;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-results-container.list-view .product-details,.search-results-container .search-result-item.list .product-details{display:flex;flex-direction:column;gap:.5rem}.search-results-container.list-view .price-row,.search-results-container .search-result-item.list .price-row{display:flex;align-items:center;gap:.5rem}.search-results-container.list-view .original-price,.search-results-container .search-result-item.list .original-price{color:#374151;font-weight:500;font-size:.9rem}.search-results-container.list-view .original-price.crossed-out,.search-results-container .search-result-item.list .original-price.crossed-out{text-decoration:line-through;color:#9ca3af}.search-results-container.list-view .discount-percentage,.search-results-container .search-result-item.list .discount-percentage{background:#dc2626;color:#fff;padding:2px 6px;border-radius:4px;font-size:.7rem;font-weight:500;text-shadow:0 0 1px rgba(255,255,255,.3)}.search-results-container.list-view .final-price,.search-results-container .search-result-item.list .final-price{color:#059669;font-weight:600;font-size:.9rem}.search-results-container.list-view .product-category,.search-results-container .search-result-item.list .product-category{background:#f3f4f6;color:#6b7280;padding:2px 8px;border-radius:12px;font-size:.7rem;font-weight:500;display:inline-block;width:fit-content}.quantity-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#dc2626;color:#fff;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;border:3px solid white;box-shadow:0 4px 8px #0003;z-index:10}.search-result-image{position:relative}.search-result-actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-shrink:0;margin-left:auto}.search-result-actions .quantity-controls{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:#f8f9fa;padding:.5rem;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 2px 4px #0000000d}.search-result-actions .quantity-display{min-width:24px;text-align:center;font-weight:600;font-size:.875rem;color:#374151}.search-result-actions .quantity-btn{width:32px;height:32px;border-radius:50%;border:1px solid #d1d5db;background:#fff;color:#374151;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem}.search-result-actions .quantity-btn.increase-btn{color:#059669;border-color:#10b981}.search-result-actions .quantity-btn.decrease-btn,.search-result-actions .quantity-btn.remove-btn{color:#dc2626;border-color:#fca5a5}.search-result-actions .add-product-btn{width:36px;height:36px;border-radius:50%;border:1px solid #10b981;background:#10b981;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:1.125rem;font-weight:600}.search-result-actions .add-product-btn:hover:not(:disabled){background:#059669;border-color:#047857;transform:scale(1.05)}.search-result-actions .add-product-btn:disabled{opacity:.6;cursor:not-allowed}.search-result-actions .add-product-btn.loading{pointer-events:none}.no-image-placeholder{color:#9ca3af;display:flex;align-items:center;justify-content:center}.search-loading{padding:2rem;text-align:center;color:#6b7280}.search-loading p{margin:.5rem 0 0;font-size:.9rem}.no-search-results{padding:2rem;text-align:center;color:#6b7280}.no-search-results p{margin:0;font-size:.9rem}@media (max-width: 768px){.search-results-header{padding:0;flex-direction:column;align-items:flex-start;gap:.75rem}.search-results-controls{align-self:flex-end}.search-results-container{padding:.25rem 0}.search-results-container.grid-view{grid-template-columns:1fr}.search-results-container.list-view .search-result-item{padding:.5rem;gap:.75rem}.search-results-container.list-view .search-result-image{width:80px;height:80px}.search-results-container.list-view .product-name{font-size:.9rem}.search-results-container.list-view .product-details{gap:.5rem}.search-results-container.list-view .price{font-size:.85rem}.search-results-container.grid-view .search-result-image{height:100px}.search-results-container.grid-view .product-name{font-size:.9rem}}.products-grid .quantity-controls{position:absolute;top:.5rem;right:.5rem;display:flex;flex-direction:column;gap:.25rem;z-index:10}.products-grid .quantity-btn{width:32px;height:32px;font-size:1rem;border:1px solid #d1d5db}.product-item.list .quantity-controls{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:#f8f9fa;padding:.5rem;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 2px 4px #0000000d}.quantity-btn{width:32px;height:32px;border-radius:50%;border:1px solid #d1d5db;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.quantity-btn:disabled{opacity:.6;cursor:not-allowed}.quantity-btn.loading{pointer-events:none}.increase-btn{color:#059669;border-color:#059669}.decrease-btn{color:#dc2626;border-color:#dc2626}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10010}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:400px;width:90%;max-height:90vh;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 0;border-bottom:1px solid #e5e7eb;margin-bottom:1rem}.modal-header h3{margin:0;color:#1f2937;font-size:1.25rem;font-weight:600}.modal-close{background:none;border:none;padding:.5rem;cursor:pointer;color:#6b7280;border-radius:6px;transition:all .2s ease}.modal-close:hover{background:#f3f4f6;color:#374151}.modal-body{padding:0 1.5rem 1rem}.modal-body p{margin:0 0 .75rem;color:#374151;font-size:1rem;line-height:1.5}.modal-warning{color:#dc2626!important;font-weight:500;font-size:.875rem}.modal-footer{display:flex;gap:.75rem;padding:1rem 1.5rem 1.5rem;justify-content:flex-end}.modal-btn{padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.cancel-btn{background:#fff;color:#374151;border-color:#d1d5db}.cancel-btn:hover{background:#f9fafb;border-color:#9ca3af}.confirm-btn{background:#dc2626;color:#fff}.confirm-btn:hover{background:#b91c1c}@media (max-width: 768px){.products-grid .quantity-controls{top:.5rem;right:.5rem;gap:.25rem}.quantity-btn{width:28px;height:28px}.modal-content{width:95%;margin:1rem}.modal-header,.modal-body,.modal-footer{padding-left:1rem;padding-right:1rem}}.no-active-order{text-align:center;padding:2rem;color:#6b7280;background:#f9fafb;border-radius:8px;border:1px dashed #d1d5db;margin:1rem 0}.new-order-section{margin-top:1rem}.new-order-section p{margin-bottom:1rem;color:#374151;font-weight:500}.new-order-btn{background:#059669;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-block;min-width:140px}.new-order-btn:hover{background:#047857;transform:translateY(-1px);box-shadow:0 4px 12px #0596694d}@media (min-width: 769px){.no-active-order{margin:2rem auto;max-width:400px}.new-order-btn{font-size:1.1rem;padding:1rem 2rem;min-width:160px}}.desktop-users-button{background:#3b82f6;color:#fff;border:none;padding:8px;border-radius:6px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.25rem;position:relative}.desktop-users-button:hover{background:#2563eb}.users-count{background:#dc2626;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;position:absolute;top:-4px;right:-4px}.new-order-modal{max-width:600px;max-height:80vh}.users-search-section h4{margin:0 0 1rem;color:#1f2937;font-size:1.1rem;font-weight:600}.users-search-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;margin-bottom:1rem;transition:border-color .2s}.users-search-input:focus{outline:none;border-color:#3b82f6}.users-list{max-height:300px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:1rem}.user-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background-color .2s}.user-item:last-child{border-bottom:none}.user-item:hover{background:#f9fafb}.user-item.selected{background:#ecfdf5;border-color:#059669}.user-info h5{margin:0 0 .25rem;color:#1f2937;font-size:1rem;font-weight:600}.user-info p{margin:0;color:#6b7280;font-size:.875rem}.user-selection{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.checkmark{color:#059669;font-weight:700;font-size:1.2rem}.selected-users-summary{background:#f3f4f6;padding:1rem;border-radius:8px;border:1px solid #e5e7eb}.users-structure{margin-bottom:.75rem}.titular-user{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem;padding:.75rem;background:#ecfdf5;border-radius:6px;border-left:4px solid #059669}.titular-user strong{color:#059669;font-size:.875rem;font-weight:600}.titular-user span{color:#1f2937;font-weight:500}.integrantes-users{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:#eff6ff;border-radius:6px;border-left:4px solid #2563eb}.integrantes-users strong{color:#2563eb;font-size:.875rem;font-weight:600}.integrantes-list{display:flex;flex-direction:column;gap:.25rem}.integrantes-list span{color:#1f2937;font-size:.875rem;margin-left:.5rem}.order-info{padding:.75rem;background:#fffbeb;border-radius:6px;border-left:4px solid #d97706}.order-info p{margin:0;color:#d97706;font-size:.875rem;font-weight:500}.users-sidebar-overlay{position:fixed;top:0;right:0;bottom:0;width:100%;background:#00000080;z-index:1000;display:flex;justify-content:flex-end}.users-sidebar{width:350px;background:#fff;box-shadow:-4px 0 6px -1px #0000001a;display:flex;flex-direction:column;max-height:100vh;overflow:hidden}.users-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.users-sidebar-header h3{margin:0;color:#1f2937;font-size:1.25rem;font-weight:600}.sidebar-close{background:none;border:none;padding:.5rem;cursor:pointer;color:#6b7280;border-radius:6px;transition:all .2s ease}.sidebar-close:hover{background:#f3f4f6;color:#374151}.users-sidebar-content{flex:1;overflow-y:auto;padding:1rem}.sidebar-user-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:#f9fafb;border-radius:8px;margin-bottom:.5rem}.sidebar-user-info h5{margin:0 0 .25rem;color:#1f2937;font-size:.95rem;font-weight:600}.sidebar-user-info p{margin:0;color:#6b7280;font-size:.8rem}.remove-user-btn{background:#dc2626;color:#fff;border:none;padding:.25rem;border-radius:4px;cursor:pointer;transition:all .2s ease}.remove-user-btn:hover{background:#b91c1c}.users-sidebar-footer{padding:1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}.create-orders-btn{width:100%;background:#059669;color:#fff;border:none;padding:.75rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.create-orders-btn:hover{background:#047857}.users-search-container{position:relative;display:flex;align-items:center}.clear-search-btn{position:absolute;right:8px;background:none;border:none;padding:4px;cursor:pointer;color:#6b7280;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.message-modal{max-width:450px;z-index:10000}.modal-overlay .message-modal{z-index:10000}.message-modal .modal-header{display:flex;align-items:center;gap:.75rem;padding:1.5rem 1.5rem 0}.message-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;font-size:1.5rem;font-weight:700}.success-icon{color:#059669;background:#ecfdf5}.error-icon{color:#dc2626;background:#fef2f2}.warning-icon{color:#d97706;background:#fffbeb}.info-icon{color:#2563eb;background:#eff6ff}.message-modal .modal-header h3{margin:0;flex:1}.message-text{white-space:pre-line;line-height:1.6}.message-modal .modal-footer{justify-content:center}.message-modal .confirm-btn{min-width:120px}.fullscreen-modal-overlay{position:fixed;inset:0;background:#fff;z-index:2000;display:flex;flex-direction:column}.fullscreen-modal-content{width:100%;height:100%;background:#fff;display:flex;flex-direction:column;overflow:hidden}.fullscreen-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;background:#fff;border-bottom:1px solid #e5e7eb}.header-left{display:flex;flex-direction:column;gap:.25rem}.header-right{display:flex;align-items:center;gap:1rem}.header-left h2{margin:0;font-size:1.75rem;font-weight:600;color:#1f2937}.place-name{display:block;font-size:1rem;color:#6b7280;font-weight:400}.close-fullscreen-btn{background:#f3f4f6;border:none;color:#374151;padding:.75rem;border-radius:50%;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:48px;height:48px;min-width:48px;min-height:48px}.close-fullscreen-btn:hover{background:#e5e7eb}.header-search-container{position:relative;display:flex;align-items:center}.header-search-input{width:300px;padding:.75rem 2.5rem .75rem 1rem;border:2px solid #e5e7eb;border-radius:999px;font-size:.875rem;transition:all .2s ease;background:#fff}.header-search-input:focus{outline:none;border-color:#374151}.header-clear-search-btn{position:absolute;right:.5rem;background:none;border:none;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.header-clear-search-btn:hover{background:#f3f4f6;color:#374151}.page-indicators-section{padding:1rem 2rem;background:#f8fafc;border-bottom:1px solid #e5e7eb}.page-indicator{display:flex;gap:1rem;justify-content:space-between;align-items:center}.page-steps-container{display:flex;gap:1rem}.page-step{padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500;color:#6b7280;background:#fff;border:1px solid #e5e7eb;transition:all .2s ease;cursor:pointer;outline:none}.page-step:hover:not(:disabled){background:#fff;border-color:#e5e7eb;color:#6b7280}.page-step.active:hover{background:#374151;border-color:#374151;color:#fff}.page-step.active{color:#fff;background:#374151;border-color:#374151}.page-step:disabled{opacity:.5;cursor:not-allowed}.page-step:disabled:hover{background:#fff;border-color:#e5e7eb;color:#6b7280}.fullscreen-modal-body{flex:1;padding:1rem;overflow:hidden;background:#fff;display:flex;flex-direction:column;min-height:0}.users-selection-container{max-width:100%;margin:0;width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;min-height:0}.search-section{margin-bottom:2rem}.search-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.search-header h3{margin:0;color:#1f2937;font-size:1.5rem;font-weight:600}.search-container{position:relative;width:400px}.search-input{width:100%;padding:1rem 3rem 1rem 1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:all .2s ease;background:#fff}.search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.clear-search-btn{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s ease}.clear-search-btn:hover{background:#f3f4f6;color:#374151}.users-grid{display:flex;flex-direction:column;gap:0;margin-bottom:1rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0;scrollbar-width:thin;scrollbar-color:#94a3b8 #f1f5f9}.users-grid::-webkit-scrollbar{width:12px;display:block}.users-grid::-webkit-scrollbar-track{background:#f1f5f9;border-radius:6px;border:1px solid #e2e8f0}.users-grid::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:6px;border:2px solid #f1f5f9}.users-grid::-webkit-scrollbar-thumb:hover{background:#64748b}.user-card{background:#fff;border:none;border-bottom:1px solid #f3f4f6;border-radius:0;padding:1rem 1.5rem;cursor:pointer;transition:all .2s ease;position:relative;display:flex;align-items:center;gap:1rem}.user-card:last-child{border-bottom:none}.user-card:hover{background:#f9fafb}.user-card.selected{background:#f0fdf4}.user-card.titular{background:#fffbeb}.user-card.integrante{background:#eff6ff}.user-avatar{width:50px;height:50px;border-radius:50%;background:#f3f4f6;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:1.25rem;font-weight:600;flex-shrink:0}.user-details{flex:1}.user-details h4{margin:0 0 .25rem;color:#1f2937;font-size:1rem;font-weight:600}.user-details p{margin:0;color:#6b7280;font-size:.875rem}.user-status{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.status-badge{padding:.125rem .5rem;border-radius:12px;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.25px}.status-badge.titular{background:#f59e0b;color:#fff}.status-badge.integrante{background:#3b82f6;color:#fff}.checkmark{width:20px;height:20px;border-radius:50%;background:#059669;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.titular-summary{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid #e5e7eb;margin-bottom:0;flex-shrink:0}.titular-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.titular-header h3{margin:0;color:#1f2937;font-size:1.25rem;font-weight:600}.change-titular-btn{color:#3b82f6;font-size:.875rem;font-weight:500;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .2s ease}.change-titular-btn:hover{background:#eff6ff}.titular-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fffbeb;border:2px solid #f59e0b;border-radius:12px}.user-avatar-small{width:45px;height:45px;border-radius:50%;background:#f3f4f6;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:1.125rem;font-weight:600;flex-shrink:0}.user-info-small h4{margin:0 0 .25rem;color:#1f2937;font-size:1rem;font-weight:600}.user-info-small p{margin:0;color:#6b7280;font-size:.875rem}.titular-change-overlay{position:fixed;inset:0;background:#00000080;z-index:4000;display:flex;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box}.titular-change-container{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:80vh;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;box-sizing:border-box}.titular-change-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;margin:0;border-bottom:1px solid #e5e7eb;box-sizing:border-box;width:100%}.titular-change-title{margin:0;padding:0;font-size:1.25rem;font-weight:600;color:#dc2626;flex:1;box-sizing:border-box;width:100%}.titular-change-container .message-text{margin:0;padding:0;color:#374151;font-size:1rem;line-height:1.6;white-space:pre-line}.titular-change-close{background:transparent;border:none;color:#6b7280;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease;box-sizing:border-box}.titular-change-close:hover{color:#1f2937}.titular-change-body{padding:.75rem 1rem 1rem;overflow-y:auto;box-sizing:border-box}.titular-change-list{display:flex;flex-direction:column;gap:.75rem;box-sizing:border-box}.titular-change-item{display:flex;align-items:center;gap:1rem;padding:1rem;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease;position:relative;background:#fff;box-sizing:border-box}.titular-change-item:hover{border-color:#3b82f6;background:#eff6ff}.titular-change-item-active{border-color:#f59e0b;background:#fffbeb}.titular-change-avatar{width:45px;height:45px;border-radius:50%;background:#f3f4f6;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:1.125rem;font-weight:600;flex-shrink:0;box-sizing:border-box}.titular-change-info{flex:1;min-width:0;box-sizing:border-box}.titular-change-name{margin:0 0 .25rem;padding:0;color:#1f2937;font-size:1rem;font-weight:600;box-sizing:border-box}.titular-change-phone{margin:0;padding:0;color:#6b7280;font-size:.875rem;box-sizing:border-box}.titular-change-badge{position:absolute;top:.5rem;right:.5rem;background:#f59e0b;color:#fff;padding:.125rem .5rem;border-radius:12px;font-size:.625rem;font-weight:600;text-transform:uppercase;box-sizing:border-box}.products-selection-container{max-width:100%;margin:0;height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden;min-height:0}.products-header{margin-bottom:2rem}.products-header h3{margin:0 0 .5rem;color:#1f2937;font-size:1.5rem;font-weight:600}.products-header p{margin:0;color:#6b7280;font-size:1rem}.selected-users-info{background:#f8fafc;border-radius:12px;padding:1.5rem;margin-bottom:2rem;border:1px solid #e5e7eb}.selected-users-info h4{margin:0 0 1rem;color:#1f2937;font-size:1.125rem;font-weight:600}.users-list-compact{display:flex;flex-wrap:wrap;gap:.75rem}.user-compact{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:20px;background:#fff;border:1px solid #e5e7eb}.user-compact.titular{border-color:#f59e0b;background:#fffbeb}.user-compact.integrante{border-color:#3b82f6;background:#eff6ff}.user-avatar-tiny{width:24px;height:24px;border-radius:50%;background:#f3f4f6;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:.75rem;font-weight:600}.user-name{font-size:.875rem;font-weight:500;color:#1f2937}.titular-badge{background:#f59e0b;color:#fff;padding:.125rem .375rem;border-radius:10px;font-size:.625rem;font-weight:600;text-transform:uppercase}.products-section{background:#fff;border-radius:0;border:none;padding:0;flex:1;overflow:hidden;display:flex;flex-direction:column;min-height:0;height:100%;width:100%}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;flex:1;overflow-y:auto;overflow-x:hidden;padding-right:.5rem;min-height:0}.products-grid::-webkit-scrollbar{width:12px;display:block}.products-grid::-webkit-scrollbar-track{background:#f1f5f9;border-radius:6px;border:1px solid #e2e8f0}.products-grid::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:6px;border:2px solid #f1f5f9}.products-grid::-webkit-scrollbar-thumb:hover{background:#64748b}.products-grid{scrollbar-width:thin;scrollbar-color:#94a3b8 #f1f5f9}.products-search{margin-bottom:1.5rem}.products-search-input{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .2s ease}.products-search-input:focus{outline:none;border-color:#374151}.product-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem;border:2px solid #e5e7eb;border-radius:12px;transition:all .2s ease;position:relative;background:#fff}.product-item:hover{border-color:#374151;background:#f9fafb}.product-item .product-image{width:60px;height:60px;border-radius:8px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0;position:relative;overflow:hidden;margin:0 auto}.product-item .product-image img{width:100%;height:100%;object-fit:cover;border-radius:8px}.product-item .product-info{width:100%;text-align:left;flex:1;display:flex;flex-direction:column;gap:.25rem}.product-quantity-badge{display:flex;align-items:center;gap:.375rem;background:#e0f2fe;color:#0369a1;padding:.25rem .5rem;border-radius:6px;font-size:.7rem;font-weight:600;margin-bottom:.25rem;width:fit-content}.quantity-badge-label{color:#0369a1;font-weight:500}.quantity-badge-value{background:#0369a1;color:#fff;padding:.125rem .375rem;border-radius:4px;font-weight:700;min-width:20px;text-align:center}.product-item .product-info h5{margin:0;color:#1f2937;font-size:.75rem;font-weight:600;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-item .product-info p{margin:0 0 .5rem;color:#059669;font-size:.7rem;font-weight:600}.product-item .add-product-btn{position:absolute;top:.5rem;right:.5rem;width:32px;height:32px;border-radius:50%;border:1px solid #374151;background:#fff;color:#374151;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:1rem;font-weight:700;z-index:10}.product-item .add-product-btn:hover:not(:disabled){background:#374151;color:#fff;transform:scale(1.1)}.product-item .add-product-btn:disabled{opacity:.6;cursor:not-allowed}.product-item .add-product-btn.loading{pointer-events:none}.fullscreen-modal-footer{display:flex;align-items:center;justify-content:space-between;padding:2rem;background:#fff;border-top:1px solid #e5e7eb}.footer-left{display:flex;align-items:center}.footer-right{display:flex;align-items:center;gap:1rem}.btn-secondary{background:#fff;color:#374151;border:2px solid #d1d5db;padding:.75rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.new-order-continue-btn{background:#4caf50;color:#fff;border:none;padding:.5rem 2rem;border-radius:20px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:none;box-sizing:border-box;outline:none;min-width:120px}.new-order-continue-btn:hover:not(:disabled){background:#45a049;box-shadow:none}.new-order-continue-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.new-order-continue-btn svg{flex-shrink:0}.new-order-continue-btn-blue{background:#3b82f6!important}.new-order-continue-btn-blue:hover:not(:disabled){background:#2563eb!important}.btn-primary{background:#374151;color:#fff;border:none;padding:.75rem 2rem;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary:hover:not(:disabled){background:#1f2937}.btn-primary:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.fullscreen-modal-content{width:100%;height:100%;border-radius:0}.fullscreen-modal-header{padding:1.5rem;flex-direction:column;align-items:flex-start;gap:1rem}.header-left h2{font-size:1.5rem}.header-right{width:100%;justify-content:space-between}.header-search-input{width:100%;max-width:250px}.page-indicators-section{padding:1rem 1.5rem}.page-indicator{gap:.75rem;flex-wrap:wrap}.page-steps-container{gap:.75rem}.page-step,.new-order-continue-btn{padding:.375rem .75rem;font-size:.8rem}.fullscreen-modal-body{padding:1.5rem}.search-header{flex-direction:column;align-items:flex-start;gap:1rem}.search-container{width:100%}.users-grid{grid-template-columns:1fr;gap:1rem}.user-card{padding:1rem}.summary-content{grid-template-columns:1fr;gap:1.5rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem}.product-item{padding:.5rem}.product-item .product-info h5{font-size:.65rem}.product-item .product-info p{font-size:.6rem}.add-product-btn{width:32px;height:32px;font-size:1rem}.mobile-price-details{padding:.375rem .5rem}.price-details-content{gap:.5rem}.price-details-title{font-size:10px}.savings-text,.items-count{font-size:9px}.fullscreen-modal-footer{padding:1rem;flex-direction:row;gap:.5rem}.footer-left{flex-shrink:0}.footer-right{flex:1;justify-content:flex-end;gap:.5rem}.btn-secondary,.btn-primary{min-width:auto;padding:.75rem 1rem;font-size:.875rem}}.categories-filter{display:flex;gap:8px;margin-bottom:1.5rem;flex-wrap:wrap;flex-shrink:0}.category-filter-btn{padding:8px 16px;border:1px solid #e5e7eb;border-radius:20px;background:#fff;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.category-filter-btn:hover{background:#f3f4f6;border-color:#d1d5db}.category-filter-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.category-filter-btn.active:hover{background:#2563eb;border-color:#2563eb}.product-item img{width:100%;height:100%;object-fit:cover;border-radius:8px}.product-item .product-image{position:relative}.quantity-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000c;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;z-index:10}.quantity-controls{display:flex;flex-direction:column;gap:.25rem}.quantity-btn{width:32px;height:32px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;cursor:pointer}.decrease-btn{background:#fff;color:#dc2626;border:1px solid #d1d5db}.remove-btn{background:#fff;color:#dc2626;border-color:#dc2626}.add-product-btn{width:32px;height:32px;border-radius:50%;border:none;background:#10b981;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.add-product-btn:hover:not(:disabled){background:#059669;transform:scale(1.05)}.add-product-btn:disabled{opacity:.6;cursor:not-allowed}.add-product-btn.loading{pointer-events:none}.loading-spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.quantity-btn .loading-spinner-small{width:14px;height:14px;border:2px solid rgba(5,150,105,.3);border-top-color:#059669}@keyframes spin{to{transform:rotate(360deg)}}.product-pricing{display:flex;flex-direction:column;gap:2px;margin-bottom:.5rem}.product-item .product-pricing{margin-bottom:.5rem}.product-price{margin:0;color:#059669;font-size:.875rem;font-weight:600}.table-management-product-price-original{margin:0;color:#6b7280!important;font-size:.75rem!important;text-decoration:line-through;font-weight:400}.product-price-discounted{margin:0;color:#059669;font-size:.875rem;font-weight:600}.product-discount{font-size:12px;color:#ef4444;font-weight:600;margin-top:2px}.no-products-message{text-align:center;padding:2rem;color:#6b7280;width:100%}.no-products-message p{margin:0 0 1rem;font-size:16px}.clear-filters-btn{padding:8px 16px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:background-color .2s}.clear-filters-btn:hover{background:#2563eb}.btn-secondary,.btn-primary{display:flex;align-items:center;gap:8px;min-width:44px;min-height:44px;justify-content:center}.btn-secondary svg,.btn-primary svg{flex-shrink:0}.btn-icon-only{min-width:44px;padding:.75rem;gap:0}.mobile-quantity-controls{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid #e5e7eb}.mobile-quantity-btn{width:60px;height:32px;border-radius:16px;border:1px solid #e5e7eb;background:#fff;color:#374151;font-size:18px;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none}.mobile-quantity-btn:disabled{opacity:.5;cursor:not-allowed;border-color:#d1d5db;background:#f9fafb;color:#9ca3af}.mobile-quantity-decrease{border-color:#ef4444;color:#dc2626}.mobile-quantity-decrease:hover:not(:disabled){border-color:#dc2626;background:#fef2f2;color:#b91c1c}.mobile-quantity-increase{border-color:#10b981;color:#059669}.mobile-quantity-increase:hover:not(:disabled){border-color:#059669;background:#ecfdf5;color:#047857}.mobile-quantity-remove{border-color:#ef4444;color:#dc2626;font-size:20px}.mobile-quantity-remove:hover:not(:disabled){border-color:#dc2626;background:#fef2f2;color:#b91c1c}.mobile-quantity-display{min-width:60px;height:32px;border-radius:16px;background:#f3f4f6;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#374151}.simple-modal{max-width:260px;padding:1.25rem 1.5rem}.simple-modal .modal-body{text-align:center;margin-bottom:1.25rem;padding:0}.simple-modal .modal-body p{margin:0;font-size:1rem;font-weight:500;color:#374151}.simple-modal .modal-footer{display:flex;flex-direction:row;gap:.75rem;justify-content:center;padding:0}.simple-modal .modal-btn{min-width:100px;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;border:1px solid;cursor:pointer;transition:all .2s ease}.simple-modal .cancel-btn{background:#f9fafb;border-color:#d1d5db;color:#6b7280}.simple-modal .cancel-btn:hover{background:#f3f4f6;border-color:#9ca3af}.simple-modal .confirm-btn{background:#ef4444;border-color:#ef4444;color:#fff}.simple-modal .confirm-btn:hover{background:#dc2626;border-color:#dc2626}.tablero-completo-product-item{display:flex;flex-direction:row;align-items:flex-start;gap:1.5rem;padding:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s ease;position:relative}.tablero-completo-product-image-container{position:relative;width:80px;height:80px;border-radius:6px;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.25rem}.tablero-completo-product-image-container:before{content:"";position:absolute;top:0;left:0;right:0;height:30px;background:linear-gradient(to bottom,rgba(0,0,0,.4),transparent);z-index:1;pointer-events:none}.tablero-completo-product-image-container img,.tablero-completo-product-image{width:100%;height:100%;object-fit:cover}.tablero-completo-no-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af;position:relative}.tablero-completo-quantity-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#dc2626;color:#fff;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;border:3px solid white;box-shadow:0 4px 8px #0003;z-index:10}.tablero-completo-product-info{flex:1;min-width:0}.tablero-completo-product-info h6,.tablero-completo-product-name{margin:0 0 .25rem;color:#1f2937;font-size:.95rem;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tablero-completo-product-details{display:flex;flex-direction:column;gap:.5rem}.tablero-completo-price-row{display:flex;align-items:center;gap:.5rem}.tablero-completo-original-price{color:#374151;font-weight:500;font-size:.9rem}.tablero-completo-original-price.tablero-completo-crossed-out{text-decoration:line-through;color:#9ca3af}.tablero-completo-discount-percentage{background:#dc2626;color:#fff;padding:2px 6px;border-radius:4px;font-size:.7rem;font-weight:500;text-shadow:0 0 1px rgba(255,255,255,.3)}.tablero-completo-final-price{color:#059669;font-weight:600;font-size:.9rem}.tablero-completo-total-price{color:#1f2937;font-weight:600;font-size:.9rem}.tablero-completo-product-category{background:#f3f4f6;color:#6b7280;padding:2px 8px;border-radius:12px;font-size:.7rem;font-weight:500;display:inline-block;width:fit-content}.tablero-completo-product-stock-info{display:flex;align-items:center;gap:.375rem;font-size:.75rem;margin-top:.25rem}.tablero-completo-stock-label{color:#6b7280;font-weight:500}.tablero-completo-stock-value{font-weight:600;padding:.125rem .5rem;border-radius:4px;background:#f3f4f6}.tablero-completo-stock-value.stock-out{color:#dc2626;background:#fee2e2}.tablero-completo-stock-value.stock-low{color:#f59e0b;background:#fef3c7}.tablero-completo-stock-value.stock-ok{color:#059669;background:#d1fae5}.tablero-completo-quantity-controls{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:#f8f9fa;padding:.5rem;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 2px 4px #0000000d;flex-shrink:0}.tablero-completo-quantity-btn{width:32px;height:32px;border-radius:50%;border:1px solid #d1d5db;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.tablero-completo-quantity-btn:hover{transform:scale(1.1)}.tablero-completo-increase-btn{color:#059669;border-color:#059669}.tablero-completo-increase-btn:hover{background:#059669;color:#fff}.tablero-completo-decrease-btn{color:#dc2626;border-color:#dc2626}.tablero-completo-decrease-btn:hover{background:#dc2626;color:#fff}.tablero-completo-remove-btn{color:#dc2626;border-color:#dc2626}.tablero-completo-remove-btn:hover{background:#dc2626;color:#fff}.tablero-completo-confirm-btn{color:#059669;border-color:#059669;background:#f0fdf4}.tablero-completo-confirm-btn:hover{background:#059669;color:#fff;transform:scale(1.1)}.tablero-completo-reject-btn{color:#dc2626;border-color:#dc2626;background:#fef2f2}.tablero-completo-reject-btn:hover{background:#dc2626;color:#fff;transform:scale(1.1)}.tablero-completo-add-product-btn{background:#4caf50;color:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.tablero-completo-add-product-btn:hover{background:#45a049;transform:scale(1.05)}.tablero-completo-products-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:stretch;justify-content:stretch;z-index:10000;padding:0}.tablero-completo-products-modal{background:#fff;border-radius:0;width:100%;height:100%;max-width:100%;max-height:100%;display:flex;flex-direction:column;box-shadow:none;overflow:hidden}.tablero-completo-products-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.tablero-completo-products-modal-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#1f2937}.tablero-completo-products-modal-close{background:none;border:none;color:#6b7280;cursor:pointer;padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.tablero-completo-products-modal-close:hover{background:#f3f4f6;color:#374151}.tablero-completo-products-modal-fixed-section{position:sticky;top:0;background:#fff;z-index:10;padding:20px 24px;border-bottom:1px solid #e5e7eb;display:flex;flex-direction:column;gap:16px;flex-shrink:0}.tablero-completo-products-modal-content{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:20px}.tablero-completo-products-modal-search{position:relative;display:flex;align-items:center;gap:12px}.tablero-completo-search-icon{position:absolute;left:12px;color:#9ca3af;pointer-events:none}.tablero-completo-products-search-input{width:100%;padding:12px 40px;border:2px solid #e5e7eb;border-radius:9999px;font-size:1rem;transition:all .2s ease}.tablero-completo-products-search-input:focus{outline:none;border-color:#4caf50}.tablero-completo-clear-search-btn{position:absolute;right:12px;background:none;border:none;color:#9ca3af;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.tablero-completo-clear-search-btn:hover{background:#f3f4f6;color:#374151}.tablero-completo-products-modal-categories{display:flex;gap:8px;flex-wrap:wrap;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.tablero-completo-category-btn{padding:8px 16px;border:1px solid #e5e7eb;border-radius:20px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.tablero-completo-category-btn:hover{border-color:#4caf50;color:#4caf50}.tablero-completo-category-btn.active{background:#4caf50;border-color:#4caf50;color:#fff}.tablero-completo-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;padding-top:12px}.tablero-completo-product-card-square{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;position:relative;min-height:180px;max-height:200px}.tablero-completo-product-card-square.in-order{border:2px solid #4caf50;background:#f0fdf4;box-shadow:0 0 0 3px #4caf501a}.tablero-completo-modal-quantity-badge{display:flex;align-items:center;gap:.25rem;background:#4caf50;color:#fff;padding:.125rem .375rem;border-radius:9999px;font-size:.65rem;font-weight:600;margin-bottom:.125rem;width:fit-content;line-height:1.2}.modal-quantity-label{color:#fff;font-weight:500;font-size:.6rem}.modal-quantity-value{background:#fff;color:#4caf50;padding:.1rem .25rem;border-radius:9999px;font-weight:700;min-width:16px;text-align:center;font-size:.65rem}.tablero-completo-product-card-square:hover{border-color:#4caf50;box-shadow:0 4px 12px #4caf5026;transform:translateY(-2px)}.tablero-completo-product-card-image{width:100%;height:45%;max-height:45%;object-fit:cover;background:#f3f4f6;flex-shrink:0;position:relative;border-radius:12px 12px 0 0}.tablero-completo-product-card-placeholder{width:100%;height:45%;max-height:45%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#9ca3af;flex-shrink:0;border-radius:12px 12px 0 0}.tablero-completo-product-card-info{padding:.5rem;display:flex;flex-direction:column;gap:.25rem;flex:1;justify-content:flex-start;min-height:0;overflow:visible;position:relative;z-index:1}.tablero-completo-product-card-name{margin:0;font-size:.75rem;font-weight:600;color:#1f2937;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;flex-shrink:0;min-height:2.2em}.tablero-completo-product-card-price{display:flex;flex-direction:column;gap:1px;flex-shrink:0;margin-top:.25rem}.tablero-completo-price-original{font-size:.65rem;color:#9ca3af;text-decoration:line-through;margin-bottom:.125rem;line-height:1.2}.tablero-completo-price-final{font-size:.75rem;font-weight:600;color:#4caf50;line-height:1.2}.tablero-completo-product-card-stock{margin-top:4px;font-size:.75rem;font-weight:500}.tablero-completo-stock-out{color:#dc2626;font-weight:600}.tablero-completo-stock-low{color:#f59e0b;font-weight:600}.tablero-completo-stock-available{color:#059669;font-weight:500}.tablero-completo-no-products{grid-column:1 / -1;text-align:center;padding:40px;color:#6b7280}.tablero-completo-product-info-btn{position:absolute;top:.25rem;right:.25rem;width:24px;height:24px;border-radius:50%;border:1px solid rgba(0,0,0,.1);background:#ffffffd9;color:#6b7280;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10;box-shadow:0 1px 2px #0000001a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:0}.tablero-completo-product-info-btn:hover{background:#fffffff2;color:#1f2937;border-color:#00000026;transform:scale(1.05);box-shadow:0 2px 4px #00000026}.tablero-completo-product-info-btn:active{transform:scale(.98)}.tablero-completo-product-info-btn svg{width:14px;height:14px}.product-info-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10001;padding:1rem}.product-info-modal-content{background:#fff;border-radius:16px;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden}.product-info-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.product-info-modal-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#1f2937}.product-info-modal-add-btn{background:#4caf50;color:#fff;border:none;padding:.5rem 1rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s ease;white-space:nowrap}.product-info-modal-add-btn:hover{background:#45a049;transform:translateY(-1px);box-shadow:0 2px 4px #00000026}.product-info-modal-add-btn:active{transform:translateY(0)}.product-info-modal-close{background:#f3f4f6;border:none;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.product-info-modal-close:hover{background:#e5e7eb;color:#374151}.product-info-modal-body{padding:1.5rem;overflow-y:auto;flex:1}.product-info-modal-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;height:100%}.product-info-image-column{display:flex;align-items:flex-start;justify-content:center;position:sticky;top:0;align-self:flex-start;height:fit-content;max-height:calc(90vh - 120px)}.product-info-image-container{width:100%;height:auto;max-height:calc(90vh - 120px);border-radius:12px;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center;position:relative}.product-info-image{width:100%;height:auto;max-height:calc(90vh - 120px);object-fit:contain;display:block}.product-info-image-placeholder{width:100%;min-height:400px;max-height:calc(90vh - 120px);border-radius:12px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#9ca3af}.product-info-details-column{display:flex;flex-direction:column;gap:1.5rem;overflow-y:visible}.product-info-name{margin-bottom:0}.product-info-name h3{margin:0;font-size:1.5rem;font-weight:600;color:#1f2937}.product-info-details{display:flex;flex-direction:column;gap:1rem}.product-info-detail-row{display:flex;align-items:flex-start;gap:1rem;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.product-info-detail-row:last-child{border-bottom:none}.product-info-label{font-weight:600;color:#6b7280;min-width:140px;font-size:.9rem}.product-info-value{color:#1f2937;font-size:.9rem;flex:1}.product-info-price-section{display:flex;flex-direction:column;gap:.25rem;flex:1}.product-info-price-original{font-size:.875rem;color:#9ca3af;text-decoration:line-through}.product-info-price-final{font-size:1.125rem;font-weight:600;color:#059669}.product-info-discount{font-size:.75rem;color:#dc2626;font-weight:600}.product-info-stock{font-weight:600;padding:.25rem .75rem;border-radius:6px;font-size:.9rem}.product-info-stock.stock-out{color:#dc2626;background:#fee2e2}.product-info-stock.stock-low{color:#f59e0b;background:#fef3c7}.product-info-stock.stock-ok{color:#059669;background:#d1fae5}.product-info-quantity-in-order{color:#4caf50;font-weight:600;font-size:.9rem}.product-info-description{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.product-info-description-text{margin:0;color:#4b5563;line-height:1.6;font-size:.9rem}.product-info-modal-footer{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:1rem;flex-shrink:0}.product-info-close-btn{background:#f3f4f6;color:#6b7280;border:none;padding:.75rem 2rem;border-radius:9999px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.product-info-close-btn:hover{background:#e5e7eb;color:#374151;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.product-info-close-btn:active{transform:translateY(0)}.tablero-completo-products-modal-content::-webkit-scrollbar{width:8px}.tablero-completo-products-modal-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.tablero-completo-products-modal-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.tablero-completo-products-modal-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.tablero-completo-scroll-to-top-btn{position:fixed;bottom:24px;right:24px;width:56px;height:56px;background:#4caf50;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #4caf504d;transition:all .3s ease;z-index:10001}.tablero-completo-scroll-to-top-btn:hover{background:#45a049;transform:translateY(-2px);box-shadow:0 6px 16px #4caf5066}.tablero-completo-scroll-to-top-btn:active{transform:translateY(0)}.toast-container{position:fixed;top:20px;right:20px;z-index:1000;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast-container .toast{pointer-events:auto;position:relative;bottom:auto;right:auto}.toast{position:relative;background:#000000e6;color:#fff;border-radius:25px;box-shadow:0 8px 32px #0000004d;z-index:1000;display:inline-flex;align-items:center;width:fit-content;max-width:90vw;transform:translate(100px);opacity:0;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.toast.show{transform:translate(0);opacity:1}.toast.hide{transform:translate(100px);opacity:0}.toast-content{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;width:100%}.toast-message{font-size:14px;font-weight:600;color:#fff;line-height:1.3;text-align:left;white-space:nowrap;flex:1}.toast-close{background:#fff3;border:none;font-size:14px;color:#fff;cursor:pointer;padding:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;flex-shrink:0}.toast-close:hover{background:#ffffff4d;color:#fff}.toast-close-btn{background:#fff3!important;border:none!important;font-size:14px!important;color:#fff!important;cursor:pointer!important;padding:4px!important;width:24px!important;height:24px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;transition:all .2s ease!important;flex-shrink:0!important;margin-left:8px!important}.toast-close-btn:hover{background:#ffffff4d!important;color:#fff!important}.toast.success{background:#3b82f6f2}.toast.error{background:#dc3545f2}.toast.warning{background:#ffc107f2;color:#000}.toast.info{background:#17a2b8f2}@media (max-width: 768px){.toast-container{left:50%;right:auto;transform:translate(-50%)}.toast{max-width:calc(100vw - 20px)}.toast-content{padding:6px 10px}.toast-message{font-size:12px}}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.marketing-container{padding:20px;max-width:1400px;margin:0 auto;min-height:100vh}@media (max-width: 768px){.marketing-container{padding:12px}}@media (max-width: 480px){.marketing-container{padding:8px}}.marketing-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding:20px;border-radius:12px}@media (max-width: 768px){.marketing-header{flex-direction:column;gap:16px;padding:16px;margin-bottom:20px}}@media (max-width: 480px){.marketing-header{padding:12px;margin-bottom:16px;gap:12px}}.marketing-title{font-size:2rem;font-weight:700;margin:0;display:flex;align-items:center;gap:10px}@media (max-width: 768px){.marketing-title{font-size:1.5rem;gap:8px}}@media (max-width: 480px){.marketing-title{font-size:1.25rem;gap:6px}}.marketing-controls{display:flex;align-items:center;gap:15px}@media (max-width: 768px){.marketing-controls{gap:12px;flex-direction:column;align-items:stretch;width:100%}}@media (max-width: 480px){.marketing-controls{gap:8px}}.marketing-period-select{padding:8px 12px;border-radius:6px;font-size:14px}@media (max-width: 768px){.marketing-period-select{padding:10px 12px;font-size:16px;width:100%}}@media (max-width: 480px){.marketing-period-select{padding:8px 10px;font-size:14px}}.marketing-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:20px}@media (max-width: 768px){.marketing-stats-grid{grid-template-columns:1fr;gap:12px;margin-bottom:16px}}@media (max-width: 480px){.marketing-stats-grid{gap:8px;margin-bottom:12px}}.marketing-site-card{border-radius:8px;padding:24px;transition:background-color .2s ease}.marketing-site-card:hover{background:#00000005}@media (max-width: 768px){.marketing-site-card{padding:16px;border-radius:12px;margin:0 4px}}@media (max-width: 480px){.marketing-site-card{padding:12px;border-radius:10px;margin:0 2px}}.marketing-site-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}@media (max-width: 768px){.marketing-site-header{flex-direction:column;gap:8px;margin-bottom:16px}}@media (max-width: 480px){.marketing-site-header{gap:6px;margin-bottom:12px}}.marketing-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;margin-bottom:24px}@media (max-width: 768px){.marketing-metrics-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:16px}}@media (max-width: 480px){.marketing-metrics-grid{grid-template-columns:1fr;gap:8px;margin-bottom:12px}}.marketing-metric-card{border-radius:8px;padding:20px;text-align:center;transition:background-color .2s ease}.marketing-metric-card:hover{background:#00000005}.marketing-metric-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.marketing-info-icon{background:#4caf50;color:#fff;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;opacity:.8}.marketing-info-icon:hover{background:#45a049;opacity:1;transform:scale(1.1)}@media (max-width: 768px){.marketing-metric-card{padding:16px;border-radius:10px}}@media (max-width: 480px){.marketing-metric-card{padding:12px;border-radius:8px}}.marketing-metric-value{font-size:28px;font-weight:800;margin-bottom:6px;text-shadow:0 1px 2px rgba(0,0,0,.1);letter-spacing:-.5px}@media (max-width: 768px){.marketing-metric-value{font-size:24px}}@media (max-width: 480px){.marketing-metric-value{font-size:20px}}.marketing-metric-label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){.marketing-metric-label{font-size:12px}}@media (max-width: 480px){.marketing-metric-label{font-size:11px}}.marketing-section-title{font-size:15px;font-weight:700;margin-bottom:16px;display:flex;align-items:center;gap:8px;padding:8px 0;border-bottom:2px solid;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){.marketing-section-title{font-size:14px;margin-bottom:12px;padding:6px 0}}@media (max-width: 480px){.marketing-section-title{font-size:13px;gap:6px;margin-bottom:10px}}.marketing-device-bar{display:flex;height:12px;border-radius:6px;overflow:hidden;margin-bottom:12px;background:#f5f5f5;border:1px solid #e0e0e0}.marketing-device-segment{height:100%;display:flex;align-items:center;justify-content:center;font-size:9px;color:#fff;font-weight:600;transition:opacity .2s ease}.marketing-device-segment:hover{opacity:.9}@media (max-width: 768px){.marketing-device-bar{height:10px;margin-bottom:10px}.marketing-device-segment{font-size:8px}}@media (max-width: 480px){.marketing-device-bar{height:8px;margin-bottom:8px}.marketing-device-segment{font-size:7px}}.marketing-device-labels{display:flex;justify-content:space-between;font-size:12px;font-weight:500;margin-top:4px}.marketing-device-labels span{display:flex;align-items:center;gap:6px}@media (max-width: 768px){.marketing-device-labels{font-size:11px;flex-wrap:wrap;gap:4px}.marketing-device-labels span{gap:4px}}@media (max-width: 480px){.marketing-device-labels{font-size:10px;flex-direction:column;align-items:flex-start;gap:2px}.marketing-device-labels span{gap:3px}}.marketing-device-charts{margin-bottom:24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.marketing-device-chart{position:relative;padding:20px;background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.08);transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.marketing-device-chart:hover{transform:translateY(-1px);box-shadow:0 4px 20px #00000014;border-color:#0000001f}.marketing-chart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.marketing-chart-title{font-size:16px;font-weight:600;display:flex;align-items:center;gap:10px;color:#1a1a1a}.marketing-chart-percentage{font-size:18px;font-weight:700;padding:6px 12px;border-radius:20px;background:#f5f5f5;color:#1a1a1a;border:1px solid #e0e0e0;min-width:50px;text-align:center}.marketing-chart-bar{height:20px;background:#f0f0f0;border-radius:10px;overflow:hidden;margin-bottom:12px;position:relative}.marketing-chart-fill{height:100%;border-radius:10px;transition:width .6s cubic-bezier(.4,0,.2,1);position:relative}.mobile-fill{background:#4caf50}.desktop-fill{background:#2196f3}.tablet-fill{background:#ff9800}.marketing-chart-visitors{font-size:13px;color:#666;text-align:center;font-weight:500;background:#00000008;padding:6px 10px;border-radius:6px;border:1px solid rgba(0,0,0,.05)}.marketing-button-stats{margin-bottom:24px;display:block;width:100%}.marketing-button-section-title{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #e0e0e0;display:flex;align-items:center;gap:10px;width:100%;clear:both}.marketing-button-grid{display:grid;gap:16px;margin-top:0;width:100%;clear:both}.marketing-buttons-subsection{margin-bottom:24px}.marketing-subsection-title{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;gap:8px}.marketing-button-item{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#fff;border-radius:12px;border:1px solid #e0e0e0;transition:all .3s cubic-bezier(.4,0,.2,1);min-height:72px;height:72px}.marketing-button-item:hover{transform:translateY(-1px);box-shadow:0 4px 15px #00000014;border-color:#0000001f}.marketing-button-info{display:flex;align-items:center;gap:12px;flex:1;height:40px}.marketing-button-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;flex-shrink:0}.marketing-button-icon.custom{background:#667eea;color:#fff}.marketing-button-icon.social{background:#f093fb;color:#fff}.marketing-button-icon.menu{background:#4facfe;color:#fff}.marketing-button-icon.whatsapp{background:#25d366;color:#fff}.marketing-button-icon.tur360{background:#ff9a9e;color:#333}.marketing-button-icon-contact{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;flex-shrink:0;background:#9c27b0;color:#fff}.marketing-button-details{flex:1}.marketing-button-name{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:4px}.marketing-button-type{font-size:13px;color:#666;text-transform:capitalize}.marketing-button-stats-info{text-align:right}.marketing-button-clicks{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:4px}.marketing-button-percentage{font-size:13px;color:#666;background:#f5f5f5;padding:2px 8px;border-radius:12px}.marketing-no-buttons{text-align:center;padding:40px 20px;background:#f9f9f9;border-radius:12px;border:1px dashed #d0d0d0}.marketing-no-buttons-icon{font-size:48px;color:#ccc;margin-bottom:16px}.marketing-no-buttons-title{font-size:18px;font-weight:600;color:#666;margin-bottom:8px}.marketing-no-buttons-text{font-size:14px;color:#999}.marketing-date-filter{margin-bottom:24px;padding:20px;background:#fff;border-radius:12px;border:1px solid #e0e0e0}.marketing-filter-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.marketing-filter-title{font-size:18px;font-weight:600;color:#1a1a1a;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.marketing-filter-active-indicator{font-size:12px;font-weight:500;color:#4caf50;background:#e8f5e8;padding:4px 8px;border-radius:12px;display:flex;align-items:center;gap:4px;margin-left:8px}.marketing-filter-controls{display:flex;gap:12px;align-items:center}.marketing-period-select{padding:8px 12px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;font-size:14px;color:#333;cursor:pointer}.marketing-date-inputs{display:flex;gap:12px;align-items:center}.marketing-date-input{padding:8px 12px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;font-size:14px;color:#333;cursor:pointer}.marketing-filter-buttons{display:flex;gap:8px;align-items:center}.marketing-apply-filter{padding:8px 16px;background:#4caf50;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;gap:6px}.marketing-apply-filter:hover{background:#45a049}.marketing-apply-filter:disabled{background:#ccc;cursor:not-allowed}.marketing-clear-filter{padding:8px 16px;background:#f44336;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;gap:6px}.marketing-clear-filter:hover{background:#d32f2f}.marketing-clear-filter:disabled{background:#ccc;cursor:not-allowed}.marketing-filter-results{margin-top:20px;padding:16px;background:#f9f9f9;border-radius:8px;border:1px solid #e0e0e0}.marketing-peak-days,.marketing-peak-buttons{margin-bottom:20px}.marketing-peak-title{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:12px;display:flex;align-items:center;gap:8px}.marketing-peak-list{display:grid;gap:8px}.marketing-peak-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#fff;border-radius:6px;border:1px solid #e0e0e0}.marketing-peak-name{font-size:14px;color:#333;font-weight:500}.marketing-peak-count{font-size:14px;color:#666;font-weight:600}@media (max-width: 768px){.marketing-device-charts{grid-template-columns:1fr;gap:12px}.marketing-device-chart{padding:16px}.marketing-chart-title{font-size:15px;gap:8px}.marketing-chart-percentage{font-size:16px;padding:4px 10px;min-width:45px}.marketing-chart-bar{height:18px}.marketing-chart-visitors{font-size:12px;padding:4px 8px}.marketing-button-grid{gap:12px}.marketing-button-item{padding:14px 16px}.marketing-button-icon{width:36px;height:36px;font-size:16px}.marketing-button-name{font-size:15px}.marketing-button-clicks{font-size:18px}.marketing-button-section-title{font-size:18px;margin-bottom:16px;padding-bottom:10px;width:100%;clear:both}.marketing-buttons-subsection{margin-bottom:20px}.marketing-subsection-title{font-size:15px;margin-bottom:10px;padding-bottom:6px}.marketing-date-filter{padding:16px}.marketing-filter-header{flex-direction:column;gap:12px;align-items:flex-start}.marketing-filter-controls{flex-direction:column;width:100%;gap:8px}.marketing-date-inputs{flex-direction:column;width:100%}.marketing-period-select,.marketing-date-input{width:100%}.marketing-filter-buttons{flex-direction:column;width:100%}.marketing-apply-filter,.marketing-clear-filter{width:100%}}@media (max-width: 480px){.marketing-device-charts{gap:10px}.marketing-device-chart{padding:14px}.marketing-chart-title{font-size:14px;gap:6px}.marketing-chart-percentage{font-size:15px;padding:3px 8px;min-width:40px}.marketing-chart-bar{height:16px}.marketing-chart-visitors{font-size:11px;padding:3px 6px}.marketing-button-grid{gap:10px}.marketing-button-item{padding:12px 14px;flex-direction:column;align-items:flex-start;gap:12px}.marketing-button-info{width:100%}.marketing-button-stats-info{text-align:left;width:100%}.marketing-button-icon{width:32px;height:32px;font-size:14px}.marketing-button-name{font-size:14px}.marketing-button-clicks{font-size:16px}.marketing-button-section-title{font-size:16px;margin-bottom:12px;padding-bottom:8px;width:100%;clear:both}.marketing-buttons-subsection{margin-bottom:16px}.marketing-subsection-title{font-size:14px;margin-bottom:8px;padding-bottom:4px}}.marketing-data-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;margin-bottom:8px;border-radius:8px;transition:all .2s ease}.marketing-data-item:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}@media (max-width: 768px){.marketing-data-item{padding:10px 12px;margin-bottom:6px}}@media (max-width: 480px){.marketing-data-item{padding:8px 10px;flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:4px}}.marketing-data-name{font-size:13px;font-weight:500;display:flex;align-items:center;gap:8px}@media (max-width: 768px){.marketing-data-name{font-size:12px;gap:6px}}@media (max-width: 480px){.marketing-data-name{font-size:11px;gap:4px}}.marketing-data-value{font-size:14px;font-weight:700;padding:4px 8px;border-radius:6px;min-width:40px;text-align:center}@media (max-width: 768px){.marketing-data-value{font-size:13px;padding:3px 6px;min-width:35px}}@media (max-width: 480px){.marketing-data-value{font-size:12px;padding:2px 6px;min-width:30px;align-self:flex-end}}.marketing-social-stats{font-size:12px;display:flex;align-items:center;gap:8px}@media (max-width: 768px){.marketing-social-stats{font-size:11px;gap:6px}}@media (max-width: 480px){.marketing-social-stats{font-size:10px;gap:4px;align-self:flex-end}}.marketing-no-data{display:flex;justify-content:center;align-items:center;min-height:400px;text-align:center;padding:40px 20px}@media (max-width: 768px){.marketing-no-data{min-height:300px;padding:30px 16px}}@media (max-width: 480px){.marketing-no-data{min-height:250px;padding:20px 12px}}.marketing-no-data-title{font-size:24px;font-weight:700;margin-bottom:16px}@media (max-width: 768px){.marketing-no-data-title{font-size:20px;margin-bottom:12px}}@media (max-width: 480px){.marketing-no-data-title{font-size:18px;margin-bottom:10px}}.marketing-no-data-text{font-size:16px;margin-bottom:24px;line-height:1.6}@media (max-width: 768px){.marketing-no-data-text{font-size:14px;margin-bottom:20px}}@media (max-width: 480px){.marketing-no-data-text{font-size:13px;margin-bottom:16px}}.marketing-tips{display:flex;flex-direction:column;gap:12px;margin-top:20px}@media (max-width: 768px){.marketing-tips{gap:10px;margin-top:16px}}@media (max-width: 480px){.marketing-tips{gap:8px;margin-top:12px}}.marketing-tip-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;font-size:14px}.marketing-tips-list li{display:flex;align-items:center;gap:8px;margin-bottom:8px}.marketing-tips-list li:last-child{margin-bottom:0}@media (max-width: 768px){.marketing-tip-item{padding:10px 12px;font-size:13px;gap:10px}.marketing-tips-list li{gap:6px;margin-bottom:6px}}@media (max-width: 480px){.marketing-tip-item{padding:8px 10px;font-size:12px;gap:8px}.marketing-tips-list li{gap:4px;margin-bottom:4px}}.phone-preview{padding:20px;display:flex;justify-content:center}.phone-frame{width:280px;height:480px;background:#333;border-radius:25px;padding:8px;box-shadow:0 4px 12px #00000026;position:relative}.phone-frame:before{content:"";position:absolute;top:10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:#666;border-radius:2px}.phone-preview-container{width:100%;height:100%;background:#fff;border-radius:20px;overflow:hidden;position:relative}.modal-overlay{position:fixed;inset:0;background:#00000080;z-index:1300;display:flex;align-items:center;justify-content:center;padding:20px}.phone-preview-modal{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000004d;max-width:90vw;width:100%;max-height:90vh;overflow-y:auto;position:relative}.phone-preview-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e0e0e0;background:#f8f9fa;border-radius:16px 16px 0 0}.phone-preview-header h3{margin:0;font-size:18px;font-weight:600;color:#333}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:4px;border-radius:4px;transition:background-color .2s ease}.modal-close:hover{background:#f0f0f0}.phone-preview-content{padding:24px}.phone-mockup{display:flex;justify-content:center;margin-bottom:24px}.phone-screen{width:296px;height:540px;background:#000;border-radius:25px;padding:8px;position:relative;box-shadow:0 8px 24px #0000004d}.phone-screen:before{content:"";position:absolute;top:4px;left:50%;transform:translate(-50%);width:60px;height:3px;background:#333;border-radius:2px}.phone-preview-actions{display:flex;gap:12px;justify-content:center;margin-top:20px}.phone-preview-action-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.phone-preview-action-btn.btn-primary{background:#4caf50;color:#fff}.phone-preview-action-btn.btn-primary:hover{background:#45a049;transform:translateY(-1px)}.phone-preview-action-btn.btn-secondary{background:#f5f5f5;color:#333;border:1px solid #e0e0e0}.phone-preview-action-btn.btn-secondary:hover{background:#e0e0e0;transform:translateY(-1px)}@media (max-width: 768px){.phone-preview-modal{max-width:95vw;margin:10px}.phone-screen{width:250px;height:450px;padding:6px}.phone-preview-actions{flex-direction:column}.phone-preview-action-btn{width:100%;justify-content:center}.phone-frame{width:240px;height:400px;padding:6px}.phone-preview{padding:10px}}@media (max-width: 768px){.menu-logo-upload-container{flex-direction:column!important;align-items:center!important;gap:12px!important}.menu-logo-upload-container>div:first-child{align-self:center!important}.menu-logo-upload-container img{align-self:center!important}.menu-logo-upload-text{width:100%!important;text-align:left!important}.menu-logo-upload-button{width:100%!important;justify-content:center!important;margin-left:0!important;flex-shrink:unset!important}.menu-logo-view-button{width:100%!important;justify-content:center!important}}.stamp-icons-scrollable::-webkit-scrollbar{width:8px}.stamp-icons-scrollable::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.stamp-icons-scrollable::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:4px}.stamp-icons-scrollable::-webkit-scrollbar-thumb:hover{background:#2563eb}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes heartbeat{0%{transform:translate(-50%) scale(1)}14%{transform:translate(-50%) scale(1.1)}28%{transform:translate(-50%) scale(1)}42%{transform:translate(-50%) scale(1.1)}70%{transform:translate(-50%) scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.success-modal-enter{animation:fadeIn .3s ease-out}.success-content-enter{animation:slideIn .4s ease-out}.success-icon-bounce{animation:bounce .6s ease-in-out}.success-heart-beat{animation:heartbeat 1.5s ease-in-out infinite}.dynamic-key-modal-overlay{animation:fadeIn .2s ease}.dynamic-key-modal-content{animation:slideUp .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.register-reward-modal-overlay{position:fixed;inset:0;z-index:10000}.register-reward-modal-content{position:relative;display:flex;flexDirection:column}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.register-reward-modal-content{animation:slideIn .3s ease-out}#qr-reader,[id^=qr-scanner-]{width:100%}#qr-reader__dashboard_section,[id^=qr-scanner-]>div{margin:0 auto}#qr-reader__dashboard_section_csr,[id^=qr-scanner-] #qr-reader__dashboard_section_csr{display:none}.table-management-page{height:100vh;background:#f8fafc;padding:0;margin:0;overflow:hidden}.table-management-page *{scrollbar-width:none;-ms-overflow-style:none}.table-management-page *::-webkit-scrollbar{display:none}.table-management-page .table-management{padding:0;height:100vh;background:#f8fafc;overflow:hidden}.table-management-page .page-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 2rem;margin:0;box-shadow:0 1px 3px #0000001a}.table-management-page .pos-layout{height:calc(100vh - 80px);padding:1.5rem;gap:2rem;overflow:hidden}.table-management-page .tables-panel{width:220px;min-width:220px;height:100%;overflow:hidden;scrollbar-width:none;-ms-overflow-style:none}.table-management-page .tables-panel h2{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.1rem}.table-management-page .tables-panel::-webkit-scrollbar{display:none}.table-management-page .tables-grid{display:flex;flex-direction:column;gap:.5rem;height:100%;overflow:hidden}.table-management-page .table-card{height:calc((100vh - 200px) / 6);max-height:100px;min-height:85px;padding:.75rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem;flex-shrink:0;overflow:hidden}.table-management-page .table-image{width:24px;height:24px;flex-shrink:0}.table-management-page .main-panel{border-radius:.75rem;box-shadow:0 1px 3px #0000001a;height:100%;overflow:hidden}.table-management-page .orders-section{height:calc(100vh - 160px);gap:.125rem;overflow:hidden}.table-management-page .categories-section{padding:0 .5rem;margin-bottom:.25rem}.table-management-page .orders-content{flex:1;overflow:hidden;min-height:0;margin-top:-.75rem}.table-management-page .orders-list{height:calc(100% + 1.25rem);padding:1rem 1.5rem;border-top-left-radius:0;border-top-right-radius:0;box-shadow:none}.table-management-page .orders-list,.table-management-page .products-section{height:100%;overflow:hidden;scrollbar-width:none;-ms-overflow-style:none}.table-management-page .users-section{border-top-left-radius:0;border-top-right-radius:0;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem}.table-management-page .users-header{display:flex;flex-direction:column;align-items:center;width:100%;max-width:400px;margin-bottom:2rem;gap:.5rem}.table-management-page .users-header h3{margin:0;text-align:center;font-size:1.8rem;font-weight:600;margin-bottom:.5rem}.table-management-page .users-header p{margin:0;margin-bottom:1rem;color:#6b7280;font-size:1rem}.table-management-page .add-user-btn{margin:0;display:flex;align-items:center;gap:.5rem}.table-management-page .orders-list::-webkit-scrollbar,.table-management-page .products-section::-webkit-scrollbar{display:none}.table-management-page .products-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem}@media (max-width: 1200px){.table-management-page .tables-panel{width:200px;min-width:200px}}@media (max-width: 1024px){.table-management-page .pos-layout{flex-direction:column;height:auto;padding:1rem}.table-management-page .tables-panel{width:100%;min-width:auto;height:300px}.table-management-page .tables-grid{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;justify-content:center}.table-management-page .table-card{width:calc(50% - .25rem);height:120px;max-height:120px;min-height:100px}.table-management-page .orders-section{height:auto;grid-template-columns:1fr}}@media (max-width: 768px){.table-management-page .tables-panel h2{font-size:1rem}.table-management-page .table-card{width:calc(50% - .25rem);height:100px;max-height:100px;min-height:80px;padding:.5rem}.table-management-page .table-image{width:20px;height:20px}}.compact-orders-container{height:100%;overflow:hidden;display:flex;flex-direction:column}.compact-orders-list{flex:1;overflow-y:auto;padding:.5rem;max-height:calc(100vh - 300px);scrollbar-width:thin;scrollbar-color:#cbd5e0 #f7fafc}.compact-orders-list::-webkit-scrollbar{width:6px}.compact-orders-list::-webkit-scrollbar-track{background:#f7fafc;border-radius:3px}.compact-orders-list::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.compact-orders-list::-webkit-scrollbar-thumb:hover{background:#a0aec0}.compact-order-card{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:.5rem;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.compact-order-card:hover{border-color:#cbd5e0;box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.compact-product-image{width:48px;height:48px;flex-shrink:0;border-radius:6px;overflow:hidden;background:#f7fafc;display:flex;align-items:center;justify-content:center}.compact-product-image img{width:100%;height:100%;object-fit:cover}.compact-no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#a0aec0;background:#f7fafc}.compact-product-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.compact-product-name{font-weight:600;font-size:.875rem;color:#2d3748;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compact-product-details{display:flex;gap:.75rem;font-size:.75rem;color:#718096;flex-wrap:wrap}.compact-quantity{font-weight:500;color:#4a5568}.compact-price{font-weight:500;color:#2d3748}.compact-subtotal{font-weight:600;color:#2b6cb0}.compact-actions{display:flex;gap:.25rem;flex-shrink:0}.compact-btn{width:28px;height:28px;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.compact-quantity-btn{background:#edf2f7;color:#4a5568;border:1px solid #e2e8f0}.compact-quantity-btn:hover{background:#e2e8f0;color:#2d3748;transform:scale(1.05)}.compact-quantity-btn:active{transform:scale(.95)}.compact-delete-btn{background:#fed7d7;color:#c53030;border:1px solid #feb2b2}.compact-delete-btn:hover{background:#feb2b2;color:#9c2626;transform:scale(1.05)}.compact-delete-btn:active{transform:scale(.95)}.ultra-compact-order-card{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:.25rem;transition:all .15s ease;box-shadow:0 1px 2px #0000000a;height:44px;min-height:44px}.ultra-compact-order-card:hover{border-color:#cbd5e0;box-shadow:0 2px 4px #00000014;transform:translateY(-.5px)}.ultra-compact-image{width:32px;height:32px;flex-shrink:0;border-radius:4px;overflow:hidden;background:#f7fafc;display:flex;align-items:center;justify-content:center}.ultra-compact-image img{width:100%;height:100%;object-fit:cover}.ultra-compact-no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#a0aec0;background:#f7fafc}.ultra-compact-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.ultra-compact-name{font-weight:600;font-size:.75rem;color:#2d3748;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ultra-compact-price{font-weight:500;font-size:.7rem;color:#718096}.ultra-compact-quantity-controls{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.ultra-compact-btn{width:24px;height:24px;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none;box-shadow:0 2px 4px #0000001a}.ultra-compact-minus{background:linear-gradient(135deg,#ff6b6b,#ee5a52);color:#fff;border:2px solid #ff5252}.ultra-compact-minus:hover{background:linear-gradient(135deg,#ff5252,#e53e3e);transform:scale(1.1);box-shadow:0 4px 8px #ff52524d}.ultra-compact-minus:active{transform:scale(.95)}.ultra-compact-plus{background:linear-gradient(135deg,#4ade80,#22c55e);color:#fff;border:2px solid #10b981}.ultra-compact-plus:hover{background:linear-gradient(135deg,#22c55e,#16a34a);transform:scale(1.1);box-shadow:0 4px 8px #22c55e4d}.ultra-compact-plus:active{transform:scale(.95)}.ultra-compact-quantity-input{width:32px;height:20px;border:1px solid #e2e8f0;border-radius:4px;text-align:center;font-size:.7rem;font-weight:600;color:#4a5568;background:#f7fafc;outline:none;transition:all .15s ease}.ultra-compact-quantity-input:focus{border-color:#4299e1;background:#fff;box-shadow:0 0 0 2px #4299e133}.ultra-compact-total-section{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.ultra-compact-total{font-weight:700;font-size:.75rem;color:#2b6cb0;min-width:50px;text-align:right}.ultra-compact-delete{background:linear-gradient(135deg,#f87171,#ef4444);color:#fff;border:2px solid #dc2626;width:22px;height:22px}.ultra-compact-delete:hover{background:linear-gradient(135deg,#ef4444,#dc2626);transform:scale(1.1);box-shadow:0 4px 8px #ef44444d}.ultra-compact-delete:active{transform:scale(.95)}@media (max-width: 768px){.compact-orders-list{max-height:calc(100vh - 250px);padding:.25rem}.compact-order-card{padding:.5rem;gap:.5rem}.compact-product-image{width:40px;height:40px}.compact-product-name{font-size:.8rem}.compact-product-details{font-size:.7rem;gap:.5rem}.compact-btn{width:24px;height:24px;font-size:.75rem}.ultra-compact-order-card{height:40px;min-height:40px;padding:.375rem;gap:.375rem}.ultra-compact-image{width:28px;height:28px}.ultra-compact-name{font-size:.7rem}.ultra-compact-price{font-size:.65rem}.ultra-compact-btn{width:18px;height:18px;font-size:.65rem}.ultra-compact-quantity-input{width:28px;height:18px;font-size:.65rem}.ultra-compact-total{font-size:.7rem;min-width:45px}}.delete-confirm-modal{background:#fff;border-radius:16px;padding:0;max-width:400px;width:90%;max-height:90vh;overflow:hidden;box-shadow:0 20px 40px #0000004d;animation:modalSlideIn .3s ease-out}.delete-confirm-content{padding:2rem;text-align:center}.delete-confirm-icon{font-size:3rem;margin-bottom:1rem}.delete-confirm-content h3{margin:0 0 1rem;color:#dc3545;font-size:1.5rem;font-weight:600}.delete-confirm-content p{margin:0 0 2rem;color:#495057;line-height:1.5;font-size:1rem}.delete-confirm-actions{display:flex;gap:1rem;justify-content:center}.delete-confirm-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:1rem;min-width:120px}.delete-confirm-yes{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff}.delete-confirm-yes:hover{background:linear-gradient(135deg,#c82333,#bd2130);transform:translateY(-2px);box-shadow:0 4px 12px #dc35454d}.delete-confirm-no{background:#6c757d;color:#fff}.delete-confirm-no:hover{background:#5a6268;transform:translateY(-2px);box-shadow:0 4px 12px #6c757d4d}@media (max-width: 768px){.delete-confirm-modal{width:95%;margin:1rem}.delete-confirm-actions{flex-direction:column}.delete-confirm-btn{width:100%}}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:12px;padding:0;max-width:500px;width:90%;max-height:90vh;overflow:hidden;box-shadow:0 20px 40px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{background:#f8f9fa;padding:1.5rem;border-bottom:1px solid #e9ecef}.modal-header h3{margin:0;color:#dc3545;font-size:1.25rem;font-weight:600}.modal-body{padding:1.5rem}.modal-body p{margin:0 0 1rem;color:#495057;line-height:1.5}.modal-body p:last-child{margin-bottom:0;font-weight:500;color:#6c757d}.modal-actions{padding:1rem 1.5rem;background:#f8f9fa;border-top:1px solid #e9ecef;display:flex;gap:.75rem;justify-content:flex-end;flex-wrap:wrap}.modal-actions button{padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.9rem}.confirm-btn{background:#dc3545;color:#fff}.confirm-btn:hover{background:#c82333;transform:translateY(-1px)}.secondary-btn{background:#6c757d;color:#fff}.secondary-btn:hover{background:#5a6268;transform:translateY(-1px)}.cancel-btn{background:#e9ecef;color:#495057;border:1px solid #ced4da}.cancel-btn:hover{background:#dee2e6;transform:translateY(-1px)}@media (max-width: 768px){.modal{width:95%;margin:1rem}.modal-actions{flex-direction:column}.modal-actions button{width:100%}}.whatsapp-numbers-list{display:flex;flex-direction:column}.whatsapp-number-item{display:flex;align-items:center;padding:12px 16px;border:none;background:none;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f3f4f6;text-align:left;width:100%}.whatsapp-number-item:last-child{border-bottom:none}.whatsapp-number-item:hover{background-color:#f9fafb}.whatsapp-number-item:active{background-color:#f3f4f6}.whatsapp-icon{width:32px;height:32px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:12px;flex-shrink:0}.whatsapp-icon svg{color:#fff;width:18px;height:18px}.whatsapp-info{flex:1;min-width:0}.whatsapp-name{font-size:14px;font-weight:600;color:#111827;margin-bottom:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.whatsapp-number{font-size:12px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.whatsapp-arrow{color:#9ca3af;margin-left:8px;flex-shrink:0}.whatsapp-arrow svg{width:16px;height:16px}@media (max-width: 480px){.bottom-sheet{max-height:75vh}.bottom-sheet-header{padding:0 16px 12px}.bottom-sheet-header h2{font-size:16px}.bottom-sheet-content{padding:0 0 24px;max-height:calc(75vh - 80px)}.whatsapp-number-item{padding:14px 16px}.whatsapp-icon{width:40px;height:40px;margin-right:12px}.whatsapp-name{font-size:15px}.whatsapp-number{font-size:13px}}.whatsapp-number-item:focus{outline:2px solid #3b82f6;outline-offset:-2px}.bottom-sheet-backdrop{position:fixed;inset:0;background-color:#00000080;z-index:1000;display:flex;align-items:flex-end;justify-content:center;animation:backdropFadeIn .3s ease-out}@keyframes backdropFadeIn{0%{opacity:0}to{opacity:1}}.bottom-sheet{background:#fff;border-radius:20px 20px 0 0;width:100%;max-width:100%;max-height:70vh;overflow:hidden;box-shadow:0 -10px 40px #0000004d;animation:slideUp .3s ease-out;position:relative}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.bottom-sheet-handle{width:40px;height:4px;background-color:#d1d5db;border-radius:2px;margin:12px auto 8px;cursor:grab}.bottom-sheet-handle:active{cursor:grabbing}.bottom-sheet-header{padding:0 20px 16px;border-bottom:1px solid #f3f4f6;text-align:left}.bottom-sheet-header h2{margin:0;font-size:18px;font-weight:600;color:#111827}.bottom-sheet-content{padding:0 0 20px;max-height:calc(70vh - 80px);overflow-y:auto}.contact-numbers-list{display:flex;flex-direction:column}.contact-number-item{display:flex;align-items:center;padding:12px 16px;border:none;background:none;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f3f4f6;text-align:left;width:100%}.contact-number-item:last-child{border-bottom:none}.contact-number-item:hover{background-color:#f9fafb}.contact-number-item:active{background-color:#f3f4f6}.contact-icon{width:32px;height:32px;background:#2196f3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:12px;flex-shrink:0}.contact-icon svg{color:#fff;width:18px;height:18px}.contact-info{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.contact-name{font-size:14px;font-weight:600;color:#111827;margin-bottom:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.contact-number{font-size:12px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.contact-arrow{color:#9ca3af;margin-left:8px;flex-shrink:0}.contact-arrow svg{width:16px;height:16px}.no-numbers{padding:40px 20px;text-align:center;color:#6b7280}.no-numbers p{margin:0;font-size:16px}@media (max-width: 480px){.bottom-sheet{max-height:75vh}.bottom-sheet-header{padding:0 16px 12px}.bottom-sheet-header h2{font-size:16px}.bottom-sheet-content{padding:0 0 24px;max-height:calc(75vh - 80px)}.contact-number-item{padding:14px 16px}.contact-icon{width:40px;height:40px;margin-right:12px}.contact-name{font-size:15px}.contact-number{font-size:13px}}.bottom-sheet-content::-webkit-scrollbar{width:4px}.bottom-sheet-content::-webkit-scrollbar-track{background:#f1f5f9}.bottom-sheet-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.bottom-sheet-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.bottom-sheet.closing{animation:slideDown .3s ease-in forwards}@keyframes slideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}.bottom-sheet-backdrop{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.contact-number-item:focus{outline:2px solid #3b82f6;outline-offset:-2px}.bottom-sheet{transform-origin:bottom}@media (max-width: 768px){.bottom-sheet{border-radius:24px 24px 0 0}}.landing-page{min-height:100vh;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative}.landing-page.has-filter:before{content:"";position:fixed;inset:0;width:100vw;height:100vh;pointer-events:none;z-index:0}.landing-page{position:relative;z-index:1}@media (max-width: 768px){.landing-page.has-filter:before{position:fixed;inset:0;width:100vw;height:100vh;pointer-events:none;z-index:0}}.landing-page{scrollbar-width:none}.landing-page{-ms-overflow-style:none}.landing-page{overflow-y:auto;overflow-x:hidden}.landing-page{height:100vh;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.landing-page::-webkit-scrollbar{display:none}html,body{overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}*{scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#000;background:#fff;border-radius:50%;width:140px;height:140px;box-shadow:0 8px 32px #0003;margin:0 auto}.spinner{width:40px;height:40px;border:4px solid rgba(0,0,0,.3);border-top:4px solid black;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.loading-spinner p{font-size:16px;margin:0;opacity:.8}.landing-page.has-panorama{background:transparent}.landing-page.has-panorama .landing-main{position:relative;z-index:2;background:#0000001a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:20px;margin:20px;padding:20px;box-shadow:0 8px 32px #0000004d}.landing-page{--theme-color: #000000;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}@media screen and (max-width: 768px){.landing-page{--theme-color: #000000 !important;-webkit-appearance:none;appearance:none;-webkit-overflow-scrolling:touch}.landing-page:after{content:"";position:fixed;bottom:0;left:0;right:0;height:env(safe-area-inset-bottom,0px);background-color:#000;z-index:9999}.profile-section{min-height:250px;margin:60px 10px 0;padding:25px 15px;position:relative;z-index:4}.profile-panorama{opacity:.8}}.landing-page.loading{justify-content:center;align-items:center;display:flex;background:#4caf50!important;background-image:none!important}.alias-loading-spinner{text-align:center;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;background:transparent;border-radius:0;width:auto;height:auto;box-shadow:none;margin:0 auto;padding:0}.alias-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:alias-spin 1s linear infinite;margin:0 auto 20px}.alias-loading-text{font-size:16px;margin:0;opacity:.9;color:#fff;font-weight:500}@keyframes alias-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.landing-page.error{justify-content:center;align-items:center;background:#fff;text-align:center;color:#333;padding:40px 20px}.landing-page.error h1{font-size:2.5rem;margin:0;font-weight:800;color:#fff;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis;text-shadow:0 2px 4px rgba(0,0,0,.7);position:relative;z-index:3}.landing-page.error p{font-size:1.3rem;margin:12px 0 30px;color:#ffffffe6;line-height:1.5;text-shadow:0 1px 2px rgba(0,0,0,.7);position:relative;z-index:3}.landing-page.error p strong{color:#4caf50;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.7)}.contact-button{background:#4caf50;color:#fff;border:none;border-radius:40px;padding:14px 28px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin:24px auto 0;display:flex;align-items:center;justify-content:center;gap:8px;width:200px;box-shadow:0 4px 16px #0000004d;position:relative;z-index:3}.contact-button:hover{background:#45a049}.contact-button:active{background:#3d8b40}.button-icon{display:flex;align-items:center;justify-content:center}.button-icon svg{width:24px;height:24px;color:#fff}.button-text{font-weight:500}.landing-header{padding:40px 20px 20px;text-align:center;color:#fff}.profile-section{max-width:400px;margin:30px auto -10px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px 12px;position:relative;z-index:2}.profile-image{width:120px;height:120px;margin:0 auto 5px;border-radius:50%;overflow:hidden;border:4px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #0000004d;position:relative;flex-shrink:0}.profile-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.site-name{font-size:1.8rem;font-weight:700;margin:0 0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:3;max-width:100%;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.site-description{font-size:.95rem;opacity:.9;margin:0;line-height:1.5;position:relative;z-index:3}.links-container{padding:10px 20px 20px;max-width:500px;margin:0 auto;width:fit-content;min-width:320px;position:relative;z-index:2}@media (min-width: 900px) and (max-width: 1199px){.site-description{margin:0 0 8px}.links-container{min-width:420px;max-width:600px;margin-top:-8px}.link-button{min-width:400px}}@media (min-width: 1200px){.site-description{margin:0 0 6px}.links-container{min-width:500px;max-width:700px;margin-top:-10px}.link-button{min-width:480px}}@media (min-width: 1600px){.site-description{margin:0 0 4px}.links-container{min-width:600px;max-width:800px;margin-top:-12px}.link-button{min-width:550px}}.link-button{width:100%;min-width:360px;background:#fff;border:none;border-radius:50px;padding:16px 20px;margin-bottom:12px;position:relative;cursor:pointer;transition:all .3s ease;box-shadow:0 1px 3px #0000001a;text-decoration:none;color:inherit;min-height:56px;display:flex;align-items:center}.link-content-wrapper{display:contents}.link-button:hover{transform:translateY(-1px);box-shadow:0 2px 6px #00000026;background:#fff}.link-button:active{transform:none}.link-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);font-size:1.5rem;width:24px;height:24px;text-align:center;display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;flex-shrink:0}.button-custom-image{width:100%;height:100%;object-fit:cover;border-radius:50%;aspect-ratio:1 / 1;object-position:center;min-width:0;min-height:0}.button-emoji{font-size:24px;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.link-content{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center;width:calc(100% - 100px);z-index:2}.link-content[style*="text-align: left"]{left:20px;transform:translateY(-50%);text-align:left;width:calc(100% - 80px)}.link-content[style*="text-align: right"]{right:20px;left:auto;transform:translateY(-50%);text-align:right;width:calc(100% - 80px)}.link-title{display:block;font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:2px}.link-subtitle{display:block;font-size:.9rem;color:#fff}.link-arrow{position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:1.2rem;color:#fff;transition:transform .3s ease;display:flex;align-items:center;justify-content:center;z-index:1}.link-arrow svg{width:20px;height:20px;color:#fff;transition:transform .3s ease}.link-button:hover .link-arrow{transform:translateY(-50%)}.link-button:hover .link-arrow svg{transform:none}.link-button.whatsapp.has-custom-color{background:#25d366;color:#fff}.link-button.whatsapp.has-custom-color .link-title,.link-button.whatsapp.has-custom-color .link-subtitle{color:#fff}.link-button.whatsapp.has-custom-color .link-arrow{color:#fffc}.link-button.whatsapp.has-custom-color .link-arrow svg{color:#fff}.link-button.yogo360.has-custom-color{background:#4caf50;color:#fff}.link-button.yogo360.has-custom-color .link-title,.link-button.yogo360.has-custom-color .link-subtitle{color:#fff}.link-button.yogo360.has-custom-color .link-arrow{color:#fffc}.link-button.yogo360.has-custom-color .link-arrow svg{color:#fff}.link-button.website.has-custom-color{background:#2196f3;color:#fff}.link-button.website.has-custom-color .link-title,.link-button.website.has-custom-color .link-subtitle{color:#fff}.link-button.website.has-custom-color .link-arrow{color:#fffc}.link-button.website.has-custom-color .link-arrow svg{color:#fff}.link-button.contacto.has-custom-color{background:#ff9800;color:#fff}.link-button.contacto.has-custom-color .link-title,.link-button.contacto.has-custom-color .link-subtitle{color:#fff}.link-button.contacto.has-custom-color .link-arrow{color:#fffc}.link-button.contacto.has-custom-color .link-arrow svg{color:#fff}.link-button.menu.has-custom-color{background:#9c27b0;color:#fff}.link-button.menu.has-custom-color .link-title,.link-button.menu.has-custom-color .link-subtitle{color:#fff}.link-button.menu.has-custom-color .link-arrow{color:#fffc}.link-button.menu.has-custom-color .link-arrow svg{color:#fff}.link-button.address.has-custom-color{background:#ea4335;color:#fff}.link-button.address.has-custom-color .link-title,.link-button.address.has-custom-color .link-subtitle{color:#fff}.link-button.address.has-custom-color .link-arrow{color:#fffc}.link-button.address.has-custom-color .link-arrow svg{color:#fff}.link-button.custom-button{background:#4caf50;color:#fff}.link-button.custom-button .link-title{color:#fff}.link-button.custom-button .link-arrow{color:#fffc}.link-button.custom-button .link-arrow svg{color:#fff}.social-links,.custom-links{margin-top:2rem;padding:0 1rem}.firebase-enlaces{margin-top:.5rem;padding:0 1rem;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem;max-width:500px;margin-left:auto;margin-right:auto;position:relative;z-index:2}.firebase-enlace-item{display:flex;align-items:center;justify-content:center;padding:.5rem;border:none;background:none;cursor:pointer;transition:all .3s ease;width:50px;height:50px;border-radius:50%;position:relative;text-decoration:none;color:inherit}.firebase-enlace-item:hover{transform:scale(1.1);background:#ffffff1a}.firebase-enlace-item:active{transform:scale(.95)}.firebase-enlace-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#fff}.firebase-enlace-icon svg{width:100%;height:100%;color:#fff;fill:#fff}.social-buttons-grid{display:flex;flex-wrap:wrap;gap:1rem;max-width:500px;margin:0 auto;justify-content:center;align-items:center}.social-button{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem;border:none;background:#ffffff1a;cursor:pointer;transition:all .3s ease;width:60px;height:60px;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);position:relative}.social-button:hover{transform:scale(1.1)}.social-button:active{transform:scale(.95)}.social-icon{color:#fff!important;transition:transform .3s ease;font-size:1.5rem;width:24px;height:24px}.social-icon svg{color:#fff!important;fill:none;stroke:#fff;stroke-width:2}.social-button:hover .social-icon{transform:scale(1.1)}.social-name{display:block;font-size:10px;margin-top:4px;text-align:center;color:#fff;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.custom-links h3,.social-links h3{text-align:center;color:#fff;margin-bottom:1rem;font-size:1.2rem;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.3)}.social-button:hover .social-icon{color:#fff!important;transform:scale(1.1)}.social-button:hover .social-icon svg{color:#fff!important;stroke:#fff}.landing-footer{padding:20px;text-align:center;display:flex;justify-content:center;align-items:center}@media (min-width: 768px){.landing-page{background:linear-gradient(135deg,#4caf50,#45a049);padding:40px}.landing-header{padding:60px 20px 40px}.profile-image{width:150px;height:150px;flex-shrink:0}.site-name{font-size:2.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-description{font-size:1.3rem;margin:0 0 10px}.links-container{max-width:600px;padding:20px 20px 40px;min-width:380px;margin-top:-5px}.link-button{padding:20px 24px;margin-bottom:16px;border-radius:40px}.link-icon{font-size:1.8rem;width:32px;height:32px}.link-title{font-size:1.3rem}.link-subtitle{font-size:1rem}.link-arrow{font-size:1.4rem}.social-title{font-size:1.4rem;margin-bottom:20px}}@media (max-width: 767px){.landing-page{min-height:100vh}.landing-header{background:#fff;margin:20px 16px 0;border-radius:16px;padding:32px 24px;box-shadow:0 4px 20px #0000001a}.profile-image{width:120px;height:120px;border:4px solid rgba(255,255,255,.3);flex-shrink:0}.site-name{font-size:1.3rem;color:#212529;margin:16px 0 8px;white-space:normal;overflow:visible;text-overflow:unset;position:relative;z-index:3;max-width:100%;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.2;text-align:center}.site-description{color:#6c757d;font-size:.9rem;position:relative;z-index:3;margin:0 0 24px}.links-container{padding:0 16px 16px;max-width:100%;width:fit-content;min-width:320px;margin-top:8px}.link-button{background:#fff;border:1px solid #e9ecef;border-radius:50px;padding:16px;margin-bottom:8px;box-shadow:0 1px 3px #0000000d;min-width:320px}.link-button:hover{background:#f8f9fa;transform:none;box-shadow:0 1px 4px #00000014}.link-title{color:#fff;font-size:1rem}.link-subtitle{color:#fff;font-size:.875rem}.link-arrow{color:#fff}.social-title{color:#6c757d;font-size:1rem;margin:24px 0 16px}.social-buttons-grid{gap:.5rem;row-gap:.5rem}.landing-footer{padding:20px 16px;display:flex;justify-content:center;align-items:center}.landing-page.error{padding:30px 20px}.landing-page.error h1{font-size:1.8rem;white-space:normal;line-height:1.2;padding:0 10px}.landing-page.error p{font-size:1.1rem}.contact-button{padding:12px 24px;font-size:.9rem;width:100%;max-width:200px;margin:24px auto 0;justify-content:center}.button-icon svg{width:16px;height:16px}}@media (max-width: 480px){.profile-section{margin:30px auto -10px}.site-description{margin:0;font-size:.9rem}.site-description-with-top-icons{margin:0 0 10px}.links-container{min-width:300px;padding:0 12px 12px;margin-top:4px}.link-button{min-width:280px}.site-name{font-size:1.3rem;line-height:1.1;margin:12px 0 6px;padding:0 10px;white-space:normal;overflow:visible;text-overflow:unset;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.landing-page.error h1{font-size:1.5rem;padding:0 5px}.landing-page.error p{font-size:1rem}}@media (max-width: 360px){.profile-section{margin:40px 5px 0;padding:18px 10px}.site-description{margin:0;font-size:.8rem}.site-description-with-top-icons{margin:0 0 10px}.links-container{min-width:250px;padding:12px 8px 8px;margin-top:2px}.link-button{min-width:240px;padding:12px}.site-name{font-size:1rem;line-height:1.1;margin:10px 0 5px;padding:0 5px;white-space:normal;overflow:visible;text-overflow:unset;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}}@media (prefers-color-scheme: dark){.landing-page{background:linear-gradient(135deg,#2e7d32,#1b5e20)}.landing-header{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-name{color:#fff}.site-description{color:#fffc}.link-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff}.link-button:hover{background:#fff3}.link-title{color:#fff}.link-subtitle{color:#ffffffb3}}.social-icons-container{display:flex;justify-content:center;align-items:center;gap:24px;margin:0 0 20px;padding:0;position:relative;z-index:10}.social-icon-button{background:none;border:none;padding:0;cursor:pointer;transition:all .3s ease;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;position:relative;z-index:10}.social-icon-button:hover{background:#ffffff1a;transform:scale(1.1)}.social-icon{width:28px;height:28px;color:#fff;position:relative;z-index:10}.social-icon svg{width:100%;height:100%;fill:#fff;stroke-width:.5}@media (max-width: 767px){.social-icons-container{gap:20px;margin:0 0 16px}.social-icon-button{width:40px;height:40px}.social-icon{width:24px;height:24px}}.yogo-brand-card{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:1000;background:#fff;border-radius:50px;padding:8px 16px;box-shadow:0 4px 12px #00000026;border:1px solid #e0e0e0;cursor:pointer;max-width:90vw;text-align:center;transition:transform .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.yogo-brand-card:hover{transform:translate(-50%) translateY(-2px)}.yogo-brand-text{margin:0;font-size:14px;color:#000;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.yogo-brand-link{color:#000;text-decoration:none;font-weight:600}@media (max-width: 1024px){.yogo-brand-card{max-width:85vw;padding:7px 14px}.yogo-brand-text{font-size:13px}}@media (max-width: 768px){.yogo-brand-card{bottom:15px;padding:6px 12px;max-width:90vw;border-radius:40px}.yogo-brand-text{font-size:12px}}@media (max-width: 480px){.yogo-brand-card{bottom:12px;padding:5px 10px;max-width:95vw;border-radius:35px}.yogo-brand-text{font-size:11px}}@media (max-width: 360px){.yogo-brand-card{bottom:10px;padding:4px 8px;max-width:98vw;border-radius:30px}.yogo-brand-text{font-size:10px}}.yogo-brand-card{z-index:1001}.panorama-viewer{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;z-index:-1!important;overflow:hidden!important;background:transparent!important}.panorama-viewer iframe{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;border:none!important;background:transparent!important;z-index:1!important}.panorama-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0003,#0000000d,#0000004d);z-index:2;pointer-events:none}.landing-page{position:relative;z-index:3}.landing-main{position:relative;z-index:4;background:#0000001a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:20px;margin:20px;padding:20px;box-shadow:0 8px 32px #0000004d}@media (max-width: 768px){.panorama-viewer{height:100vh!important}.panorama-overlay{background:linear-gradient(135deg,#0006,#0003,#00000080)}}@media (min-width: 1920px){.panorama-viewer{width:100vw!important;height:100vh!important}}.client-logos-section{background:#2196f3;padding:50px 0;overflow:hidden}.client-logos-section h3{text-align:center;font-size:2.2rem;font-weight:900;color:#fff;margin:0 0 40px}.logos-container{overflow:hidden;position:relative;padding:20px 0;width:100%;max-width:100vw}.logos-scroll{display:flex;animation:scroll-horizontal 30s linear infinite;gap:40px;align-items:center;width:max-content}.logo-item{flex-shrink:0;width:100px;height:100px;border-radius:50%;overflow:hidden;background:#fff;transition:transform .3s ease;display:flex;align-items:center;justify-content:center;position:relative}.logo-item:hover{transform:scale(1.1)}.logo-item img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;opacity:0;transition:opacity .3s ease}.logo-item img.loaded{opacity:1}.logo-item .logo-placeholder{width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading-shimmer 1.5s infinite;border-radius:50%;position:absolute;top:0;left:0;z-index:1}.logo-item img.loaded+.logo-placeholder{opacity:0;transition:opacity .3s ease}.loading-logos{display:flex;gap:40px;justify-content:center;align-items:center}.logo-skeleton{width:80px;height:80px;border-radius:50%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading-shimmer 1.5s infinite}@keyframes scroll-horizontal{0%{transform:translate(0)}to{transform:translate(-33.333%)}}@keyframes loading-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (min-width: 1200px){.logos-container{padding:40px 0;margin:0 -10vw;width:calc(100% + 20vw)}.logos-scroll{gap:60px}.logo-item,.logo-skeleton{width:120px;height:120px}}@media (min-width: 1600px){.logos-container{margin:0 -15vw;width:calc(100% + 30vw)}.logos-scroll{gap:80px}.logo-item,.logo-skeleton{width:140px;height:140px}}@media (max-width: 768px){.client-logos-section{padding:40px 0}.client-logos-section h3{font-size:1.8rem;margin-bottom:30px}.logo-item{width:100px;height:100px}.logos-scroll{gap:30px}.logo-skeleton{width:100px;height:100px}}@media (max-width: 480px){.logo-item{width:90px;height:90px}.logos-scroll{gap:25px}.logo-skeleton{width:90px;height:90px}}.instagram-reels-section{padding:60px 0;background:#f8f9fa}.instagram-reels-section h3{text-align:center;color:#333;font-size:2.5rem;font-weight:700;margin-bottom:50px}.reels-scroll-container{overflow-x:hidden;margin-bottom:60px;position:relative;width:100%}.reels-track{display:flex;gap:20px;width:max-content;animation:none}.reel-item{flex-shrink:0;width:350px}.reel-item .instagram-media{max-width:350px!important;min-width:300px!important;max-height:500px!important;border-radius:25px!important;overflow:hidden!important;width:100%!important}.reel-item .instagram-media>div{border-radius:25px!important;overflow:hidden!important}.instagram-placeholder{position:relative}.instagram-placeholder:hover .instagram-overlay{opacity:1!important}.collaboration-message{text-align:center;max-width:600px;margin:0 auto}.collaboration-message p{font-size:1.2rem;color:#333;margin-bottom:30px;line-height:1.6}.btn-whatsapp{background:#25d366;color:#fff;border:none;padding:15px 30px;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;text-decoration:none}.btn-whatsapp:hover{background:#128c7e;transform:translateY(-2px);box-shadow:0 8px 25px #25d3664d}.btn-whatsapp svg{width:20px;height:20px}@media (max-width: 768px){.instagram-reels-section{padding:40px 0}.instagram-reels-section h3{font-size:2rem;margin-bottom:30px}.reels-scroll-container{margin-bottom:40px}.reel-item{width:300px}.reel-item .instagram-media{max-width:300px!important;min-width:280px!important;max-height:450px!important}.collaboration-message p{font-size:1.1rem}.btn-whatsapp{padding:12px 25px;font-size:1rem}}@media (max-width: 480px){.instagram-reels-section h3{font-size:1.8rem}.collaboration-message p{font-size:1rem}.btn-whatsapp{padding:10px 20px;font-size:.9rem}.reel-item{width:280px}.reel-item .instagram-media{max-width:280px!important;min-width:260px!important;max-height:400px!important}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}html{scrollbar-width:thin;scrollbar-color:#888 transparent}.home-page{min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}*{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none}input,textarea,[contenteditable]{user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}@media (max-width: 768px){.container{padding:0 12px}}.home-header{background:#4caf50;color:#fff;padding:20px 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a}@media (max-width: 768px){.home-header{padding:15px 0}}.logo-section{display:flex;align-items:center;gap:15px}.nav-link:hover{background:#ffffff1a;transform:translateY(-1px)}.hero{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:80px 0;text-align:center}.hero-content{position:relative}.hero-content h2{font-size:2.5rem;font-weight:700;color:#333;margin:0 0 20px;line-height:1.2}.hero-content p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto 40px}.hero-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.hero-buttons .btn-create-menu{background:linear-gradient(135deg,#ff8a00,#ff6b35)!important;color:#fff!important;border:none!important;border-radius:50px!important;padding:16px 32px!important;font-size:1.1rem!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.5px!important;box-shadow:0 8px 25px #ff6b3566!important}.btn-particles-container{position:relative;display:inline-block}.particle{position:absolute;width:2px;height:2px;background:#ffffffe6;border-radius:50%;pointer-events:none;animation:particleFloat3 3s ease-in-out infinite}.particle:nth-child(1){top:30%;left:15%;animation-delay:0s;animation-duration:2.2s}.particle:nth-child(2){top:70%;left:80%;animation-delay:.5s;animation-duration:2.8s}.particle:nth-child(3){top:40%;left:75%;animation-delay:1s;animation-duration:2.5s}.particle:nth-child(4){top:60%;left:25%;animation-delay:1.5s;animation-duration:2.3s}.particle:nth-child(5){top:20%;left:60%;animation-delay:2s;animation-duration:2.7s}.particle:nth-child(6){top:45%;left:10%;animation-delay:.3s;animation-duration:2.1s;animation-name:particleFloat4;width:3px;height:3px}.particle:nth-child(7){top:15%;left:85%;animation-delay:.8s;animation-duration:2.6s;animation-name:particleFloat5;width:2.5px;height:2.5px}.particle:nth-child(8){top:75%;left:40%;animation-delay:1.2s;animation-duration:2.4s;animation-name:particleFloat6;width:1.5px;height:1.5px}.particle:nth-child(9){top:35%;left:90%;animation-delay:1.7s;animation-duration:2.9s;animation-name:particleFloat7;width:3.5px;height:3.5px}.particle:nth-child(10){top:55%;left:5%;animation-delay:.1s;animation-duration:2.3s;animation-name:particleFloat4;width:2px;height:2px}.particle:nth-child(11){top:25%;left:50%;animation-delay:.6s;animation-duration:2.5s;animation-name:particleFloat5;width:1.8px;height:1.8px}.particle:nth-child(12){top:65%;left:95%;animation-delay:1.4s;animation-duration:2.7s;animation-name:particleFloat6;width:2.8px;height:2.8px}.particle:nth-child(13){top:10%;left:30%;animation-delay:.9s;animation-duration:2.2s;animation-name:particleFloat7;width:1.2px;height:1.2px}.particle:nth-child(14){top:80%;left:65%;animation-delay:1.8s;animation-duration:2.8s;animation-name:particleFloat4;width:3.2px;height:3.2px}.particle:nth-child(15){top:50%;left:35%;animation-delay:.4s;animation-duration:2.6s;animation-name:particleFloat5;width:2.2px;height:2.2px}.hero-buttons .btn-secondary{background:transparent!important;color:#4caf50!important;border:2px solid #4CAF50!important;border-radius:50px!important;font-size:1.1rem!important;font-weight:600!important;padding:14px 28px!important}.btn-primary{background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1,#f9ca24);background-size:400% 400%;color:#fff;border:none;border-radius:50px;position:relative;overflow:hidden;animation:auroraGradient 3s ease infinite;box-shadow:0 4px 15px #0003}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.btn-primary:hover:before{left:100%}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000004d;animation-duration:1.5s}.btn-create-menu{background:linear-gradient(135deg,#ff8a00,#ff6b35)!important;color:#fff!important;border:none!important;border-radius:50px!important;padding:16px 32px!important;font-size:1.1rem!important;font-weight:700!important;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;line-height:1;text-align:center;min-height:56px;position:relative;overflow:hidden;box-shadow:0 8px 25px #ff6b3566!important;text-transform:uppercase!important;letter-spacing:.5px!important}.btn-create-menu:before{content:"";position:absolute;top:50%;left:20%;width:4px;height:4px;background:#fffc;border-radius:50%;animation:particleFloat1 2s ease-in-out infinite;pointer-events:none}.btn-create-menu:after{content:"";position:absolute;top:50%;left:50%;width:3px;height:3px;background:#fff9;border-radius:50%;animation:particleFloat2 2.5s ease-in-out infinite;pointer-events:none}.btn-create-menu:hover:before{animation-duration:1s}.btn-create-menu:hover:after{animation-duration:1.2s}.btn-create-menu:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 12px 35px #ff6b3599;background:linear-gradient(135deg,#e67e00,#e55a2b)!important}@keyframes auroraGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes particleFloat1{0%{transform:translateY(0) translate(0) scale(1);opacity:1}50%{transform:translateY(-20px) translate(10px) scale(.8);opacity:.7}to{transform:translateY(-40px) translate(-15px) scale(.3);opacity:0}}@keyframes particleFloat2{0%{transform:translateY(0) translate(0) scale(1);opacity:1}50%{transform:translateY(-25px) translate(-8px) scale(.6);opacity:.8}to{transform:translateY(-45px) translate(20px) scale(.2);opacity:0}}@keyframes particleFloat3{0%{transform:translateY(0) translate(0) scale(1);opacity:1}50%{transform:translateY(-30px) translate(5px) scale(.7);opacity:.6}to{transform:translateY(-50px) translate(-10px) scale(.1);opacity:0}}@keyframes particleFloat4{0%{transform:translateY(0) translate(0) scale(1) rotate(0);opacity:1}25%{transform:translateY(-15px) translate(8px) scale(.8) rotate(90deg);opacity:.8}75%{transform:translateY(-35px) translate(-12px) scale(.4) rotate(180deg);opacity:.4}to{transform:translateY(-55px) translate(5px) scale(.1) rotate(270deg);opacity:0}}@keyframes particleFloat5{0%{transform:translateY(0) translate(0) scale(1);opacity:1}30%{transform:translateY(-18px) translate(-6px) scale(.9);opacity:.9}60%{transform:translateY(-38px) translate(14px) scale(.5);opacity:.5}to{transform:translateY(-60px) translate(-8px) scale(.1);opacity:0}}@keyframes particleFloat6{0%{transform:translateY(0) translate(0) scale(1);opacity:1}40%{transform:translateY(-22px) translate(12px) scale(.6);opacity:.7}80%{transform:translateY(-42px) translate(-16px) scale(.3);opacity:.3}to{transform:translateY(-65px) translate(10px) scale(.05);opacity:0}}@keyframes particleFloat7{0%{transform:translateY(0) translate(0) scale(1);opacity:1}35%{transform:translateY(-25px) translate(-10px) scale(.7);opacity:.8}70%{transform:translateY(-45px) translate(18px) scale(.4);opacity:.4}to{transform:translateY(-70px) translate(-5px) scale(.1);opacity:0}}.btn-secondary{background:transparent!important;color:#4caf50!important;border:2px solid #4CAF50!important;border-radius:50px!important}.btn-secondary:hover{background:#4caf50!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 8px 25px #4caf504d}.menu-form .btn-primary{width:100%;border-radius:25px}.features{padding:50px 0;background:linear-gradient(135deg,#ff8a00,#ff6b35);position:relative;overflow:hidden}.features:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,#ff6b6b1a,#4ecdc41a,#45b7d11a,#f9ca241a);background-size:400% 400%;animation:auroraGradient 8s ease infinite;z-index:0}.features>*{position:relative;z-index:1}.features h3{text-align:center;font-size:1.8rem;font-weight:700;color:#fff;margin:0 0 30px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;max-width:1000px;margin:0 auto}.feature-card{display:flex;align-items:center;gap:15px;padding:25px;border-radius:20px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease;box-shadow:0 8px 32px #0000001a;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s}.feature-card:hover:before{left:100%}.feature-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #00000026;border-color:#fff6;background:#fff}.feature-icon{flex-shrink:0;color:#4caf50;display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:none;border-radius:0;position:relative}.feature-icon svg{width:40px;height:40px;z-index:1;position:relative}.feature-content{flex:1}.feature-card h4{font-size:1.2rem;font-weight:700;color:#2d3748;margin:0 0 8px;text-shadow:0 1px 2px rgba(0,0,0,.1)}.feature-card p{color:#4a5568;line-height:1.5;margin:0;font-size:.95rem;font-weight:500}.cta{background:#4caf50;color:#fff;padding:80px 0;text-align:center}.cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-top:20px}.cta .btn-primary{background:#fff!important;color:#4caf50!important;border:none!important;border-radius:50px!important;padding:16px 40px!important;font-size:1.3rem!important;font-weight:600!important;width:auto!important;min-width:200px!important;display:inline-block!important;box-shadow:0 4px 15px #0000001a!important;transition:all .3s ease!important;animation:none!important;text-decoration:none!important}.cta .btn-primary:hover{background:#f8f9fa!important;color:#4caf50!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px #00000026!important;text-decoration:none!important}.cta .btn-primary:before{display:none!important}.cta .btn-whatsapp{background:#25d366!important;color:#fff!important;border:none!important;border-radius:50px!important;padding:16px 40px!important;font-size:1.3rem!important;font-weight:600!important;width:auto!important;min-width:200px!important;display:inline-block!important;box-shadow:0 4px 15px #25d3664d!important;transition:all .3s ease!important;text-decoration:none!important}.cta .btn-whatsapp:hover{background:#20ba5a!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px #25d36666!important;text-decoration:none!important}.cta h3{font-size:2.2rem;font-weight:700;margin:0 0 20px;color:#fff}.cta p{font-size:1.2rem;opacity:.9;margin:0 0 40px}.create-menu{background:linear-gradient(135deg,#e8f5e8,#f0f8f0);padding:80px 0;text-align:center}.create-menu h3{font-size:2.2rem;font-weight:700;color:#333;margin:0 0 20px}.create-menu p{font-size:1.2rem;color:#666;margin:0 0 60px}.menu-form{max-width:600px;margin:0 auto;background:#fff;padding:40px;border-radius:20px;box-shadow:0 10px 40px #0000001a;text-align:left}.checkbox-label{display:flex!important;align-items:center;cursor:pointer;font-weight:500!important;margin-bottom:0!important}.checkbox-label input[type=checkbox]{width:auto!important;margin-right:12px;cursor:pointer;accent-color:transparent}.checkbox-label input[type=checkbox]:checked{accent-color:transparent}.checkbox-label input[type=checkbox]::-webkit-checkbox{accent-color:transparent}.location-fields{max-height:0;overflow:hidden;transition:max-height .3s ease;margin-bottom:0}.location-fields.show{max-height:200px;margin-bottom:25px}.location-fields label{margin-top:20px}.location-fields:first-child label{margin-top:0}.category-other{max-height:0;overflow:hidden;transition:max-height .3s ease;margin-bottom:0}.category-other.show{max-height:100px;margin-bottom:25px}.pricing{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:80px 0;text-align:center}.pricing h3{font-size:2.2rem;font-weight:700;color:#333;margin:0 0 20px}.pricing p{font-size:1.2rem;color:#666;margin:0 0 60px}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;max-width:1200px;margin:0 auto}.pricing-card{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;overflow:hidden;border:2px solid #e9ecef;position:relative;display:flex;flex-direction:column}.pricing-card-free{border-color:#95a5a6}.pricing-card-monthly{border-color:#4caf50;transform:scale(1.05)}.pricing-card-yearly{border-color:#ff8a00}.plan-badge{position:absolute;top:20px;right:-35px;background:#4caf50;color:#fff;padding:5px 40px;font-size:.85rem;font-weight:700;transform:rotate(45deg);box-shadow:0 4px 10px #4caf504d;z-index:1}.plan-badge-yearly{background:#ff8a00;box-shadow:0 4px 10px #ff8a004d}.plan-header{color:#fff;padding:30px 20px;text-align:center;position:relative}.plan-header-free{background:linear-gradient(135deg,#95a5a6,#7f8c8d)}.plan-header-monthly{background:linear-gradient(135deg,#4caf50,#45a049)}.plan-header-yearly{background:linear-gradient(135deg,#ff8a00,#e67300)}.plan-header h4{font-size:1.6rem;font-weight:700;margin:0 0 8px}.price{display:flex;align-items:baseline;justify-content:center;gap:5px;color:#fff}.currency{font-size:1.5rem;font-weight:600;color:#fff}.amount{font-size:2.5rem;font-weight:800;color:#fff}.period{font-size:1rem;opacity:.9;color:#fff}.price-discount{display:flex;flex-direction:column;gap:5px;margin-top:10px;align-items:center}.original-price{text-decoration:line-through;font-size:1.2rem;opacity:.7}.discount-badge{background:#ffffff40;padding:4px 12px;border-radius:12px;font-size:.85rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.features-list{padding:30px 25px;text-align:left;flex:1}.feature-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;padding:3px 0}.feature-icon{margin-top:2px;flex-shrink:0;color:#4caf50;display:flex;align-items:center;justify-content:center;background:none;border-radius:0;width:auto;height:auto}.pricing-card-free .feature-icon{color:#95a5a6}.pricing-card-monthly .feature-icon{color:#4caf50}.pricing-card-yearly .feature-icon{color:#ff8a00}.feature-icon svg{width:20px;height:20px}.feature-item span:last-child{color:#333;font-size:.95rem;line-height:1.4}.plan-actions{padding:20px;background:#f8f9fa;display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.plan-actions .btn{width:100%;border-radius:50px!important;padding:16px 32px!important;font-size:1.1rem!important;font-weight:600!important;text-decoration:none!important;transition:all .3s ease!important}.btn-free{background:linear-gradient(135deg,#95a5a6,#7f8c8d)!important;color:#fff!important;border:none!important}.btn-free:hover{background:linear-gradient(135deg,#7f8c8d,#6c7a7a)!important;transform:translateY(-2px);box-shadow:0 8px 25px #95a5a666!important}.btn-yearly{background:linear-gradient(135deg,#ff8a00,#e67300)!important;color:#fff!important;border:none!important}.btn-yearly:hover{background:linear-gradient(135deg,#e67300,#c60)!important;transform:translateY(-2px);box-shadow:0 8px 25px #ff8a0066!important}.plan-actions .btn-primary:hover{text-decoration:none!important}.tour-360{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;padding:80px 0}.tour-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.tour-image{display:flex;justify-content:center;align-items:center}.tour-image img{width:100%;max-width:500px;height:auto;border-radius:50px;box-shadow:0 12px 40px #4caf504d;transition:transform .3s ease}.tour-image img:hover{transform:scale(1.02)}.tour-text h3{font-size:2.2rem;font-weight:700;margin:0 0 20px;color:#fff}.tour-text p{font-size:1.2rem;opacity:.9;margin:0 0 30px;line-height:1.6}.tour-features{display:flex;flex-direction:column;gap:15px;margin-bottom:30px}.tour-feature{display:flex;align-items:center;gap:15px}.tour-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:50%;color:#fff}.tour-icon svg{width:24px;height:24px}.tour-visual{display:flex;justify-content:center;align-items:center}.tour-preview{background:#ffffff1a;border-radius:20px;padding:60px 40px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.tour-emoji{display:block;margin-bottom:20px;color:#fff}.tour-emoji svg{width:64px;height:64px}.tour-preview p{font-size:1.1rem;opacity:.9;margin:0}.btn-outline{background:transparent;color:#fff;border:2px solid white;padding:12px 24px;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;cursor:pointer}.btn-outline:hover{background:#fff;color:#4caf50;transform:translateY(-2px)}.tour-details{background:linear-gradient(135deg,#f5f0ff,#f0e6ff);padding:80px 0;text-align:center}.tour-details h3{font-size:2.2rem;font-weight:700;color:#333;margin:0 0 60px}.tour-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;max-width:900px;margin:0 auto}.step{background:#fff;padding:40px 30px;border-radius:16px;box-shadow:0 4px 12px #0000000d;transition:all .3s ease}.step:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a}.step-number{width:60px;height:60px;background:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 20px}.step h4{font-size:1.3rem;font-weight:600;color:#333;margin:0 0 15px}.step p{color:#666;line-height:1.6;margin:0}.contact{background:linear-gradient(135deg,#f0f4ff,#e6f0ff);padding:80px 0;text-align:center}.contact h3{font-size:2.2rem;font-weight:700;color:#333;margin:0 0 20px}.contact p{font-size:1.2rem;color:#666;margin:0 0 60px}.contact-info{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:900px;margin:0 auto}.contact-info .contact-web{grid-column:1 / -1;justify-self:center;max-width:300px}.contact-item{display:flex;align-items:center;gap:10px;padding:30px;background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000000d;transition:all .3s ease}.contact-item:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a}.contact-link{text-decoration:none;color:inherit;cursor:pointer}.contact-link:hover{text-decoration:none;color:inherit}.contact-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#4caf50;border-radius:50%;color:#fff}.contact-icon svg{width:32px;height:32px}.contact-details h4{font-size:1.2rem;font-weight:600;color:#333;margin:0 0 8px}.contact-details p{color:#666;margin:0;font-size:1rem}.home-footer{background:#333;color:#fff;padding:40px 0;text-align:center}.home-footer p{margin:0;opacity:.8}@media (max-width: 1024px) and (min-width: 769px){.contact-info{grid-template-columns:repeat(2,1fr);gap:25px;max-width:700px}.contact-item{padding:25px}.contact-icon{width:55px;height:55px}.contact-icon svg{width:28px;height:28px}}@media (max-width: 768px){.header-content{flex-direction:row;justify-content:space-between;align-items:center;gap:0}.logo-section{flex-direction:row;text-align:left;gap:8px;align-items:center}.logo-image{width:42px;height:42px}.logo-text h1{font-size:1.1rem;margin:0}.logo-text p{font-size:.65rem;margin:0}.header-nav{display:flex;align-items:center}.desktop-only{display:none}.nav-button{padding:6px 12px;font-size:.8rem;white-space:nowrap;min-width:auto}.hero-content h2{font-size:2rem}.hero-content p{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.btn,.btn-particles-container{width:100%;max-width:300px}.features h3{font-size:1.6rem}.features-grid{grid-template-columns:1fr;gap:15px}.feature-card{padding:15px;gap:12px}.feature-icon{width:40px;height:40px}.feature-icon svg{width:28px;height:28px}.feature-card h4{font-size:1rem}.feature-card p{font-size:.85rem}.cta h3{font-size:1.8rem}.cta p{font-size:1.1rem}.cta-buttons{flex-direction:column;align-items:center;gap:15px}.cta .btn-primary,.cta .btn-whatsapp{width:100%!important;max-width:300px!important;min-width:auto!important}.contact h3{font-size:1.8rem}.contact p{font-size:1.1rem}.contact-info{grid-template-columns:1fr;gap:20px;max-width:100%;padding:0 20px}.contact-info .contact-web{grid-column:auto;justify-self:auto;max-width:none}.contact-item{flex-direction:row;text-align:left;padding:20px;gap:8px}.contact-icon{width:50px;height:50px;flex-shrink:0}.contact-icon svg{width:24px;height:24px}.contact-details h4{font-size:1.1rem;margin:0 0 6px}.contact-details p{font-size:.9rem}.create-menu h3{font-size:1.8rem}}@media (max-width: 480px){.contact{padding:60px 0}.contact h3{font-size:1.6rem}.contact p{font-size:1rem;margin:0 0 40px}.contact-info{padding:0 15px;gap:15px}.contact-item{padding:15px;gap:6px}.contact-icon{width:45px;height:45px}.contact-icon svg{width:20px;height:20px}.contact-details h4{font-size:1rem}.contact-details p{font-size:.85rem}.create-menu p{font-size:1.1rem}.plan-header{padding:10px 15px}.plan-header h4{font-size:1.2rem}.amount{font-size:2rem}.features-list{padding:10px 15px}.feature-item{margin-bottom:4px;padding:1px 0}.feature-icon svg{width:14px;height:14px}.feature-item span:last-child{font-size:.8rem}.plan-actions{padding:10px}.menu-form{margin:0 20px;padding:30px 20px}.form-group{margin-bottom:20px}.form-group input,.form-group select,.form-group textarea{padding:10px 14px;font-size:.9rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.pricing{padding:50px 0}.pricing h3{font-size:1.8rem}.pricing p{font-size:1.1rem;margin:0 0 30px}.pricing-grid{grid-template-columns:1fr;gap:20px;padding:0 10px}.pricing-card{margin:0}.pricing-card-monthly{transform:scale(1)}.plan-badge{top:15px;right:-30px;font-size:.75rem;padding:4px 35px}.plan-header{padding:20px 15px}.plan-header h4{font-size:1.4rem}.amount{font-size:2.2rem}.currency{font-size:1.2rem}.period{font-size:.9rem}.price-discount{margin-top:8px}.original-price{font-size:1rem}.discount-badge{font-size:.75rem;padding:3px 10px}.features-list{padding:20px 15px}.feature-item{margin-bottom:8px;padding:2px 0}.feature-item span:last-child{font-size:.85rem}.feature-icon svg{width:16px;height:16px}.plan-actions{padding:15px}.plan-actions .btn{font-size:1rem!important;padding:14px 24px!important}.tour-content{grid-template-columns:1fr;gap:40px;text-align:center}.tour-image{order:2}.tour-text{order:1}.tour-image img{max-width:100%;width:100%}.tour-text h3{font-size:1.8rem}.tour-text p{font-size:1.1rem}.tour-features{align-items:center}.feature-icon svg{width:36px;height:36px}.tour-preview{padding:40px 20px}.tour-emoji svg{width:48px;height:48px}.tour-details h3{font-size:1.8rem}.tour-steps{grid-template-columns:1fr;gap:30px}.step{padding:30px 20px}}.snow-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;overflow:hidden}.snowflake{position:absolute;color:#fff;font-size:1.2em;font-family:Arial,sans-serif;text-shadow:0 0 5px rgba(255,255,255,.8);animation:snowfall linear infinite;animation-play-state:running;-webkit-user-select:none;user-select:none;opacity:.8;will-change:transform,opacity;top:-10px}@keyframes snowfall{0%{transform:translateY(-10px) translate(0) rotate(0);opacity:0}5%{opacity:.8}95%{opacity:.8}to{transform:translateY(calc(100vh + 10px)) translate(0) rotate(360deg);opacity:0}}@media (max-width: 768px){.snowflake{font-size:1em}}.directorio-container{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:40px 20px}.directorio-header{text-align:center;margin-bottom:50px}.directorio-header h1{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:10px}.directorio-header p{font-size:1.2rem;color:#666}.directorio-loading-wrapper{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;z-index:9999}.directorio-loading-spinner{width:36px;height:36px;border:3px solid #f0f0f0;border-top-color:#4caf50;border-radius:50%;animation:directorio-spin-animation .8s linear infinite}@keyframes directorio-spin-animation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.directorio-loading-text{font-size:.95rem;color:#666;margin:0;font-weight:400}.directorio-error{text-align:center;padding:40px;color:#dc3545;font-size:1.1rem}.directorio-empty{text-align:center;padding:60px 20px;color:#666;font-size:1.2rem}.directorio-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto}.directorio-card{background:#fff;border-radius:20px;overflow:hidden;border:1px solid #e9ecef;cursor:pointer;transition:transform .2s ease,border-color .2s ease;display:flex;flex-direction:column}.directorio-card:hover{transform:scale(1.02);border-color:#4caf50}.directorio-card-image{width:100%;height:200px;overflow:hidden;background:#f8f9fa;display:flex;align-items:center;justify-content:center}.directorio-card-image img{width:100%;height:100%;object-fit:cover}.directorio-card-content{padding:20px;flex:1;display:flex;flex-direction:column}.directorio-card-content h3{font-size:1.4rem;font-weight:700;color:#333;margin-bottom:10px}.directorio-card-menu-link{display:none}.directorio-card-description{font-size:.95rem;color:#666;margin-bottom:15px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.directorio-card-stats{margin-top:auto;padding-top:15px;border-top:1px solid #e9ecef}.directorio-card-stats span{font-size:.9rem;color:#4caf50;font-weight:600}.directorio-card-button{margin-top:15px;padding:12px 24px;background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease;width:100%}.directorio-card-button:hover{background:linear-gradient(135deg,#45a049,#3d8b40)}@media (max-width: 768px){.directorio-header h1{font-size:2rem}.directorio-header p{font-size:1rem}.directorio-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.directorio-container{padding:20px 15px}.directorio-card{border-radius:16px}.directorio-card:hover{transform:none}}@media (max-width: 480px){.directorio-container{padding:16px 12px;background:#f8f9fa}.directorio-header{margin-bottom:24px;text-align:center;padding:0 4px}.directorio-header h1{font-size:1.5rem;margin-bottom:8px;font-weight:700}.directorio-header p{font-size:.9rem;color:#888}.directorio-grid{grid-template-columns:1fr;gap:12px;max-width:100%}.directorio-card{border-radius:12px;border:1px solid #e9ecef;background:#fff;display:flex;flex-direction:row;align-items:center;padding:12px;gap:12px;min-height:100px}.directorio-card:hover{transform:none;border-color:#4caf50;background:#f8fff9}.directorio-card-image{width:80px;height:80px;min-width:80px;border-radius:10px;overflow:hidden;flex-shrink:0}.directorio-card-image img{width:100%;height:100%;object-fit:cover}.directorio-card-content{padding:0;flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:6px}.directorio-card-content h3{font-size:1.1rem;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.directorio-card-menu-link{display:flex;align-items:center;gap:4px;font-size:.85rem;color:#4caf50;margin:0;font-weight:500}.directorio-arrow-icon{width:14px;height:14px;color:#4caf50;flex-shrink:0}.directorio-card-description{font-size:.85rem;color:#666;margin-bottom:8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.directorio-card-stats{margin-top:0;padding-top:0;border-top:none}.directorio-card-stats span{font-size:.8rem;color:#4caf50;font-weight:600}.directorio-card-button{display:none}.directorio-empty{padding:40px 20px;font-size:1rem}}.image-gallery-icon{color:#fff;transition:all .3s ease-out;appearance:none;background-color:#0000;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px rgb(25.5,25.5,25.5))}@media (hover: hover)and (pointer: fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media (max-width: 768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media (max-width: 480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-top-nav,.image-gallery-bottom-nav{padding:10px;left:50%;transform:translate(-50%)}.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:120px;width:90px}@media (max-width: 768px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:72px;width:48px}}@media (max-width: 480px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:48px;width:36px}}.image-gallery-top-nav[disabled],.image-gallery-bottom-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-top-nav{top:0}.image-gallery-bottom-nav{bottom:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media (max-width: 768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media (max-width: 480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}.image-gallery.fullscreen-modal{background:#000;height:100%;inset:0;position:fixed;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media (max-width: 768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center;touch-action:none}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;object-fit:contain}.image-gallery-slide .image-gallery-description{background:#0006;bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media (max-width: 768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{appearance:none;background-color:#0000;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media (max-width: 768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media (max-width: 480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{transform:scale(1.2);background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active{transform:scale(1.2);border:1px solid #fff;background:#fff}@media (hover: hover)and (pointer: fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-bullets.image-gallery-bullets-vertical{inset:50% auto auto 20px;width:auto;transform:translateY(-50%)}.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{display:block;margin:12px 0}@media (max-width: 768px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{margin:6px 0;padding:3px}}@media (max-width: 480px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{padding:2.7px}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media (max-width: 768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;width:100%;left:0;padding:0;position:absolute;top:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media (max-width: 768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media (max-width: 768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{display:inline-block;border:4px solid rgba(0,0,0,0);transition:border .3s ease-out;width:100px;background:#0000;padding:0}@media (max-width: 768px){.image-gallery-thumbnail{border:3px solid rgba(0,0,0,0);width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{vertical-align:middle;width:100%;line-height:0}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{outline:none;border:4px solid #337ab7}@media (max-width: 768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media (hover: hover)and (pointer: fine){.image-gallery-thumbnail:hover{outline:none;border:4px solid #337ab7}}@media (hover: hover)and (pointer: fine)and (max-width: 768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;top:50%;text-shadow:0 2px 2px hsl(0,0%,10%);transform:translateY(-50%);white-space:normal;width:100%}@media (max-width: 768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:#0006;color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media (max-width: 768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.image-gallery,.image-gallery-content,.image-gallery-slide-wrapper,.image-gallery-slides,.image-gallery-slide{width:100%!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important}.image-gallery-image{max-width:100%!important;max-height:100%!important;width:auto!important;height:auto!important;object-fit:contain!important}.image-gallery-bullets{position:absolute!important;bottom:20px!important;left:50%!important;transform:translate(-50%)!important;z-index:1000!important}.image-gallery-bullet{background:#ffffff80!important;border:2px solid rgba(255,255,255,.3)!important;width:8px!important;height:8px!important;margin:0 4px!important}.image-gallery-bullet.active{background:#fff!important;border:2px solid #ffffff!important}.image-gallery-left-nav,.image-gallery-right-nav{background:#fff3!important;border-radius:50%!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;max-width:50px!important;max-height:50px!important;font-size:1.5rem!important;padding:0!important;border:none!important;outline:none!important;display:flex!important;align-items:center!important;justify-content:center!important}.image-gallery-left-nav:hover,.image-gallery-right-nav:hover{background:#ffffff4d!important}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{width:1.5rem!important;height:1.5rem!important;margin:0!important;padding:0!important;display:block!important}@media (max-width: 850px){.image-gallery-left-nav,.image-gallery-right-nav{display:none!important}}.register-page{min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;flex-direction:column;position:relative}.top-section{padding:20px 0;border-bottom:1px solid #e9ecef}.top-content{display:flex;align-items:center;justify-content:space-between;gap:20px}.header-left{flex:1;display:flex;justify-content:flex-start}.header-center{flex:1;display:flex;justify-content:center}.header-center h1{margin:0;font-size:1.5rem;color:#333}.header-right{flex:1;display:flex;justify-content:flex-end}.back-button{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:25px;text-decoration:none;color:#333;font-weight:500;font-size:.9rem;transition:all .3s ease;box-shadow:0 2px 4px #0000000d;flex-shrink:0}.desktop-only{display:flex;align-items:center;gap:30px;flex:1;justify-content:center}.desktop-only h1{font-size:1.8rem;font-weight:600;color:#333;margin:0}.mobile-only{display:none}.mobile-header{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:20px;margin-top:-10px;padding-top:0;padding-bottom:0;background:transparent}.mobile-back-button{flex:0 0 auto}.back-button-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:50%;text-decoration:none;color:#333;transition:all .3s ease;box-shadow:0 2px 4px #0000000d}.back-button-icon:hover{background:#e9ecef;transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.mobile-title{flex:1;display:flex;justify-content:center}.mobile-title h1{margin:0;font-size:1.3rem;color:#333;font-weight:600;background:transparent}.mobile-spacer{flex:0 0 auto;width:40px}.back-button:hover{background:#fff;color:#4caf50;transform:translateY(-2px);box-shadow:0 4px 15px #00000026;text-decoration:none}.back-button svg{transition:transform .3s ease}.back-button:hover svg{transform:translate(-2px)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.register-header{background:#4caf50;color:#fff;padding:20px 0;box-shadow:0 2px 10px #0000001a}.header-content{display:flex;justify-content:space-between;align-items:center}.logo-section{display:flex;align-items:center;gap:15px;text-decoration:none;color:inherit}.logo-section:hover{text-decoration:none;color:inherit}.logo-image{width:50px;height:50px;object-fit:contain}.logo-text h1{font-size:1.8rem;font-weight:800;margin:0;color:#fff}.logo-text p{font-size:.9rem;opacity:1;margin:0;color:#fff}.header-nav{display:flex;align-items:center;gap:30px}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease;padding:8px 16px;border-radius:20px}.nav-link:hover{background:#ffffff1a;transform:translateY(-1px);text-decoration:none;color:#fff}.nav-button{background:#fff3;border:1px solid rgba(255,255,255,.3)}.nav-button:hover{background:#fff;color:#4caf50}.register-main{flex:1;padding:30px 0 60px}.progress-indicator{display:flex;justify-content:center;align-items:center;gap:15px;margin-bottom:0;padding:15px 0;background:transparent}.progress-indicator.mobile-progress{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;padding:0;margin-top:-10px}.progress-step{width:40px;height:40px;border-radius:50%;background:#e9ecef;color:#6c757d;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid transparent;cursor:pointer}.progress-step.active{background:#4caf50;color:#fff;transform:scale(1.1);border-color:#4caf50;box-shadow:0 2px 8px #4caf504d}.progress-step.completed{background:#4caf50;color:#fff;border-color:#4caf50}.progress-step:hover{transform:scale(1.05);box-shadow:0 2px 8px #0003}.progress-step:not(.active):not(.completed):hover{background:#f8f9fa;border-color:#dee2e6}.form-step{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.form-step h3{font-size:1.3rem;font-weight:500;color:#333;margin:0 0 25px;text-align:center}.form-buttons{display:flex;gap:12px;justify-content:center;margin-top:25px}.btn-rounded{border-radius:50px!important;font-size:1.1rem!important;font-weight:600!important}.google-signin-section{margin-bottom:30px}.btn-google{background:#fff!important;color:#333!important;border:2px solid #e9ecef!important;display:flex!important;align-items:center!important;gap:12px!important;width:100%!important;justify-content:center!important;transition:all .3s ease!important;font-size:1.1rem!important;font-weight:600!important;white-space:nowrap!important;text-overflow:ellipsis!important;overflow:hidden!important}.btn-google:hover{background:#f8f9fa!important;border-color:#4caf50!important;color:#4caf50!important;transform:translateY(-2px)!important;box-shadow:0 4px 15px #4caf5033!important}.divider{text-align:center;margin:20px 0;position:relative}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e9ecef}.divider span{background:#fff;padding:0 15px;color:#6c757d;font-size:.9rem}.error-text{color:#dc3545;font-size:.8rem;margin-top:5px;display:block}.form-help{color:#6c757d;font-size:.8rem;margin-top:5px;display:block}.url-input-container,.email-input-container{display:flex;align-items:center;border:2px solid #e9ecef;border-radius:10px;background:#fff;transition:all .3s ease;overflow:hidden;position:relative}.url-input-container:focus-within{border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a}.email-input-container:focus-within{border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a}.email-input-container.valid{border-color:#4caf50}.email-input-container.invalid{border-color:#dc3545}.url-prefix{background:#f8f9fa;color:#6c757d;padding:12px 16px;font-size:1rem;font-weight:500;border-right:1px solid #e9ecef;white-space:nowrap;flex-shrink:0}.url-input{flex:1;border:none!important;padding:12px 16px!important;font-size:1rem!important;color:#333!important;background:transparent!important;outline:none!important;box-shadow:none!important}.url-input:focus{border:none!important;box-shadow:none!important;outline:none!important}.url-input.valid{color:#28a745!important}.url-input.invalid{color:#dc3545!important}.email-input{flex:1;border:none!important;padding:12px 16px!important;font-size:1rem!important;color:#333!important;background:transparent!important;outline:none!important;box-shadow:none!important}.email-input:focus{border:none!important;box-shadow:none!important;outline:none!important}.email-input.valid{color:#28a745!important}.email-input.invalid{color:#dc3545!important}.validation-spinner,.validation-success,.validation-error{position:absolute;right:12px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}.validation-success{color:#28a745}.validation-error{color:#dc3545}.spinner{width:16px;height:16px;border:2px solid #e9ecef;border-top:2px solid #4CAF50;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.success-text{color:#28a745;font-size:.8rem;margin-top:5px;display:block}.register-phone-container{display:flex!important;gap:6px!important;align-items:stretch!important;width:100%!important}.register-phone-extension{flex:0 0 auto!important;min-width:105px!important;width:105px!important;height:48px!important;padding:12px!important;border:2px solid #e9ecef!important;border-radius:10px!important;background:#fff!important;font-size:1rem!important;color:#333!important;transition:all .3s ease!important;cursor:pointer!important;text-align:center!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important}.register-phone-extension:focus{outline:none!important;border-color:#4caf50!important;box-shadow:0 0 0 3px #4caf501a!important}.register-phone-number{flex:1!important;height:48px!important;padding:12px 16px!important;border:2px solid #e9ecef!important;border-radius:10px!important;font-size:1rem!important;color:#333!important;transition:all .3s ease!important;min-width:0!important;width:auto!important;box-sizing:border-box!important}.register-phone-number:focus{outline:none!important;border-color:#4caf50!important;box-shadow:0 0 0 3px #4caf501a!important}.form-group{transition:all .3s ease}.form-group.conditional-field{animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px);max-height:0}to{opacity:1;transform:translateY(0);max-height:100px}}.register-content{max-width:800px;margin:0 auto}.register-header-section{text-align:center;margin-bottom:30px}.register-header-section h1{font-size:2rem;font-weight:600;color:#333;margin:0;line-height:1.2}.register-form-container{max-width:500px;margin:0 auto}.register-form{background:#fff;padding:30px;border-radius:15px;box-shadow:0 4px 20px #00000014}.form-group{margin-bottom:25px}.form-group label{display:block;font-weight:600;color:#333;margin-bottom:8px;font-size:1rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e9ecef;border-radius:10px;font-size:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:all .3s ease;box-sizing:border-box}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a}.form-group textarea{resize:vertical;min-height:100px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer;line-height:1;text-align:center;min-height:48px}.btn-primary{background:#4caf50;color:#fff;width:100%;border-radius:25px}.btn-primary:hover{background:#45a049;transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}.btn-large{padding:18px 36px;font-size:1.1rem;min-height:56px}.register-benefits{background:#fff;padding:40px;border-radius:20px;box-shadow:0 10px 40px #0000001a}.register-benefits h3{font-size:1.5rem;font-weight:700;color:#333;margin:0 0 30px;text-align:center}.benefits-list{display:flex;flex-direction:column;gap:20px}.benefit-item{display:flex;align-items:center;gap:15px;padding:15px;background:#f8f9fa;border-radius:12px;transition:all .3s ease}.benefit-item:hover{background:#e9ecef;transform:translate(5px)}.benefit-icon{width:30px;height:30px;background:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0}.benefit-item span:last-child{color:#333;font-weight:500;font-size:1rem}.register-footer{background:#333;color:#fff;padding:40px 0;text-align:center;margin-top:auto}.register-footer p{margin:0;opacity:.8}@media (max-width: 768px){.container{padding:0 12px}.top-section{padding:15px 0}.top-content{flex-direction:column;gap:15px;align-items:flex-start}.mobile-header{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:20px}.desktop-only{display:none}.mobile-only{display:block;width:100%}.top-section{display:none}.back-button{padding:10px 14px;font-size:.85rem}.progress-indicator{gap:15px;margin-bottom:30px}.progress-step{width:35px;height:35px;font-size:.9rem}.form-step h3{font-size:1.3rem;margin-bottom:25px}.form-buttons{flex-direction:column;gap:10px}.register-phone-container{flex-direction:row!important;gap:6px!important}.register-phone-extension{min-width:100px!important;width:100px!important;height:48px!important;font-size:.9rem!important;padding:12px 10px!important;border-radius:10px!important}.url-prefix{padding:10px 12px;font-size:.9rem}.url-input{padding:10px 12px!important;font-size:.9rem!important}.form-buttons .btn{width:100%}.header-content{flex-direction:row;justify-content:space-between;align-items:center;gap:0}.logo-section{flex-direction:row;text-align:left;gap:8px;align-items:center}.logo-image{width:42px;height:42px}.logo-text h1{font-size:1.1rem;margin:0}.logo-text p{font-size:.65rem;margin:0}.header-nav{display:flex;align-items:center;gap:15px}.nav-link{padding:6px 12px;font-size:.8rem}.register-main{padding:20px 0 40px}.register-header-section h1{font-size:1.8rem}.register-form-container{max-width:100%;margin:0 20px}.register-form{padding:25px}.register-header-section p{font-size:1.1rem}.register-form-container{grid-template-columns:1fr;gap:40px}.register-form,.register-benefits{padding:30px 20px}.form-group{margin-bottom:20px}.form-group input,.form-group select,.form-group textarea{padding:10px 14px;font-size:.9rem}.benefits-list{gap:15px}.benefit-item{padding:12px;gap:12px}.benefit-icon{width:25px;height:25px;font-size:1rem}.benefit-item span:last-child{font-size:.9rem}}@media (max-width: 480px){.register-form,.register-benefits{padding:25px 15px}.register-header-section h1{font-size:1.8rem}.register-header-section p{font-size:1rem}.register-form-container{gap:30px}.form-group{margin-bottom:18px}.form-group input,.form-group select,.form-group textarea{padding:8px 12px;font-size:.85rem}.benefit-item{padding:10px;gap:10px}.benefit-icon{width:22px;height:22px;font-size:.9rem}.benefit-item span:last-child{font-size:.85rem}}.modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:20px;padding:40px;max-width:500px;width:100%;text-align:center;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.loading-modal h3{color:#4caf50;font-size:1.5rem;margin:20px 0 10px}.loading-modal p{color:#666;font-size:1rem;margin:0}.loading-spinner-large{display:flex;justify-content:center;margin-bottom:20px}.spinner-large{width:60px;height:60px;border:4px solid #e9ecef;border-top:4px solid #4CAF50;border-radius:50%;animation:spin 1s linear infinite}.success-modal h3{color:#4caf50;font-size:1.5rem;margin:20px 0 10px}.success-modal p{color:#666;font-size:1rem;margin:0 0 30px}.success-icon{color:#4caf50;margin-bottom:10px}.error-modal h3{color:#dc3545;font-size:1.5rem;margin:20px 0 10px}.error-modal p{color:#666;font-size:1rem;margin:0 0 30px}.error-icon{color:#dc3545;margin-bottom:10px}.modal-actions{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.modal-actions .btn{min-width:150px}@media (max-width: 768px){.modal-content{padding:30px 20px;margin:20px}.modal-actions{flex-direction:column}.modal-actions .btn{width:100%;min-width:280px}}.success-page-overlay{position:fixed;inset:0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);z-index:1000;overflow-y:auto}.success-page{min-height:100vh;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.success-page-header{background:#4caf50;color:#fff;padding:20px 0;box-shadow:0 2px 10px #0000001a}.success-logo{display:flex;align-items:center;gap:15px;max-width:1200px;margin:0 auto;padding:0 20px}.success-logo-image{width:50px;height:50px;object-fit:contain}.success-logo-text h1{font-size:1.8rem;font-weight:800;margin:0;color:#fff}.success-logo-text p{font-size:.9rem;opacity:1;margin:0;color:#fff}.success-page-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 40px;max-width:800px;margin:0 auto;text-align:center}.success-icon-large{color:#4caf50;animation:successPulse 2s ease-in-out infinite}@keyframes successPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.success-content h2{font-size:2.5rem;font-weight:700;color:#333;margin:0 0 10px;line-height:1.2}.success-content h3{font-size:1.3rem;font-weight:500;color:#666;margin:0 0 30px;line-height:1.3}.success-message{font-size:1.2rem;color:#666;margin:0 0 50px;line-height:1.5}.success-details{display:flex;flex-direction:column;gap:0;margin-bottom:50px;width:100%;max-width:500px}.success-detail-item{display:flex;align-items:center;justify-content:center;gap:20px;padding:20px;background:#fff;border-radius:15px;box-shadow:0 4px 20px #00000014;text-align:center;margin:0 auto}.detail-icon{color:#4caf50;flex-shrink:0}.detail-text{display:flex;flex-direction:column;gap:5px;flex:1;text-align:left}.detail-text strong{font-size:.9rem;color:#666;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.detail-text span{font-size:1.1rem;color:#333;font-weight:600}.url-actions{display:flex;gap:15px;justify-content:center;margin-top:20px}.url-action-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border:none;border-radius:12px;background:#f8f9fa;color:#666;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000001a;font-size:.9rem;font-weight:600;min-width:120px}.url-action-btn:hover{background:#4caf50;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #4caf504d}.share-btn-main{background:#4caf50;color:#fff}.share-btn-main:hover{background:#45a049;transform:translateY(-2px);box-shadow:0 4px 8px #4caf5066}.success-actions{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.success-actions .btn{min-width:350px}.success-page-footer{background:#333;color:#fff;padding:40px 0;text-align:center;margin-top:auto}.success-page-footer p{margin:0;opacity:.8}.error-page-overlay{position:fixed;inset:0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);z-index:1000;overflow-y:auto}.error-page{min-height:100vh;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.error-page-header{background:#dc3545;color:#fff;padding:20px 0;box-shadow:0 2px 10px #0000001a}.error-logo{display:flex;align-items:center;gap:16px;max-width:1200px;margin:0 auto;padding:0 20px}.error-logo-image{width:48px;height:48px;border-radius:12px;box-shadow:0 4px 12px #00000026}.error-logo-text h1{margin:0;font-size:1.5rem;font-weight:700;color:#fff}.error-logo-text p{margin:0;font-size:.9rem;opacity:.9;color:#fff}.error-page-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.error-icon-large{color:#dc3545;margin-bottom:30px;animation:errorPulse 2s infinite}@keyframes errorPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}.error-content{max-width:500px;margin:0 auto}.error-content h2{font-size:2.5rem;font-weight:700;color:#333;margin:0 0 20px;line-height:1.2}.error-content p{font-size:1.1rem;color:#666;margin:0 0 40px;line-height:1.6}.error-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.error-page-footer{background:#333;color:#fff;padding:40px 0;text-align:center;margin-top:auto}.error-page-footer p{margin:0;opacity:.8}.existing-user-page-overlay{position:fixed;inset:0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);z-index:1000;overflow-y:auto}.existing-user-page{min-height:100vh;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.existing-user-page-header{background:#4caf50;color:#fff;padding:15px 0;box-shadow:0 2px 10px #0000001a}.existing-user-logo{display:flex;align-items:center;gap:16px;max-width:1200px;margin:0 auto;padding:0 15px}.existing-user-logo-image{width:48px;height:48px;border-radius:12px;box-shadow:0 4px 12px #00000026}.existing-user-logo-text h1{margin:0;font-size:1.5rem;font-weight:700;color:#fff}.existing-user-logo-text p{margin:0;font-size:.9rem;opacity:.9;color:#fff}.existing-user-page-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 15px;text-align:center}.existing-user-icon-large{color:#4caf50;margin-bottom:20px;animation:userPulse 2s infinite}@keyframes userPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}.existing-user-content{max-width:500px;margin:0 auto}.existing-user-content h2{font-size:2.5rem;font-weight:700;color:#333;margin:0 0 15px;line-height:1.2}.existing-user-content p{font-size:1.1rem;color:#666;margin:0 0 10px;line-height:1.6}.existing-user-content p:last-of-type{margin-bottom:25px;font-weight:500;color:#333}.existing-user-actions{display:flex;flex-direction:column;gap:12px;align-items:center}.existing-user-actions .btn{width:100%;max-width:400px}.existing-user-form{max-width:400px;margin:0 auto;width:100%}.existing-user-form .form-group{margin-bottom:20px;text-align:left}.existing-user-form .form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333;font-size:.9rem}.email-display-container{display:flex;align-items:center;border:2px solid #e9ecef;border-radius:10px;background:#f8f9fa;overflow:hidden;position:relative}.email-display-input{flex:1;border:none!important;padding:12px 16px!important;font-size:1rem!important;color:#666!important;background:transparent!important;outline:none!important;box-shadow:none!important;cursor:not-allowed}.email-display-icon{padding:12px 16px;color:#6c757d;background:#e9ecef;border-left:1px solid #dee2e6}.password-input{width:100%;border:2px solid #e9ecef;border-radius:10px;padding:12px 16px;font-size:1rem;color:#333;background:#fff;outline:none;transition:all .3s ease}.password-input:focus{border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a}.existing-user-form-actions{display:flex;flex-direction:column;gap:12px;margin-top:30px}.existing-user-form-actions .btn{width:100%}.login-error-message{color:#dc3545;font-size:14px;margin-top:8px;padding:8px 12px;background-color:#dc35451a;border:1px solid rgba(220,53,69,.2);border-radius:6px;text-align:center}.existing-user-page-footer{background:#333;color:#fff;padding:25px 0;text-align:center;margin-top:auto}.existing-user-page-footer p{margin:0;opacity:.8}@media (max-width: 768px){.existing-user-page-content{padding:25px 15px}.existing-user-content h2{font-size:2rem}.existing-user-content p{font-size:1rem}.existing-user-actions .btn{max-width:100%}}@media (max-width: 480px){.existing-user-page-content{padding:20px 10px}.existing-user-content h2{font-size:1.8rem}.existing-user-content p{font-size:.95rem}}@media (max-width: 768px){.error-page-content{padding:40px 20px}.error-content h2{font-size:2rem}.error-content p{font-size:1rem}.error-actions{flex-direction:column;align-items:center}.error-actions .btn{width:100%;max-width:300px}}@media (max-width: 480px){.error-page-content{padding:30px 15px}.error-content h2{font-size:1.8rem}.error-content p{font-size:.95rem}}@media (max-width: 768px){.success-page-content{padding:20px 30px}.success-content h2{font-size:2rem}.success-content h3{font-size:1.2rem}.success-message{font-size:1.1rem}.success-details{gap:0}.success-detail-item{gap:15px;padding:20px}.url-actions{gap:12px;margin-top:15px}.url-action-btn{padding:10px 16px;font-size:.85rem;min-width:100px}.success-actions{flex-direction:column;gap:15px}.success-actions .btn{width:100%;min-width:300px}.success-logo{padding:0 15px}.success-logo-image{width:42px;height:42px}.success-logo-text h1{font-size:1.1rem}.success-logo-text p{font-size:.65rem}}@media (max-width: 480px){.success-page-content{padding:20px 30px}.success-content h2{font-size:1.8rem}.success-content h3{font-size:1.1rem}.success-message{font-size:1rem}.success-detail-item{gap:12px;padding:20px}.detail-text strong{font-size:.8rem}.detail-text span{font-size:1rem}.url-actions{gap:10px;margin-top:12px}.url-action-btn{padding:8px 12px;font-size:.8rem;min-width:90px}}.authenticated-user-section{text-align:center;padding:24px 0}.authenticated-user-header{margin-bottom:24px}.authenticated-user-header h3{font-size:1.5rem;font-weight:600;color:#333;margin:0 0 8px}.authenticated-user-header p{font-size:1rem;color:#666;margin:0}.authenticated-user-profile{display:flex;align-items:center;justify-content:center;gap:16px;padding:20px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;margin-bottom:24px}.user-avatar{flex-shrink:0}.avatar-image{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #4CAF50}.avatar-placeholder{width:60px;height:60px;border-radius:50%;background:#4caf50;color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;border:3px solid #4CAF50}.user-info{text-align:left}.user-name{font-size:1.125rem;font-weight:600;color:#333;margin-bottom:4px}.user-email{font-size:.875rem;color:#666}.authenticated-user-actions{display:flex;flex-direction:column;gap:12px;max-width:400px;margin:0 auto}.authenticated-user-actions .btn{width:100%;padding:16px 24px;font-size:1rem}@media (max-width: 768px){.authenticated-user-section{padding:20px 0}.authenticated-user-header h3{font-size:1.25rem}.authenticated-user-header p{font-size:.875rem}.authenticated-user-profile{flex-direction:column;text-align:center;gap:12px;padding:16px}.user-info{text-align:center}.user-name{font-size:1rem}.user-email{font-size:.875rem}.authenticated-user-actions{gap:12px}.authenticated-user-actions .btn{padding:16px 24px;font-size:1rem}}.cartelera-container{width:100%;margin:0;padding:0;box-sizing:border-box}.cartelera-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border-color)}.cartelera-back-button{display:flex;align-items:center;gap:.5rem;background:transparent;border:1px solid var(--border-color);border-radius:.5rem;padding:.5rem 1rem;color:var(--text-color);cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500}.cartelera-back-button:hover{background:var(--border-color)}.cartelera-title{font-size:1.75rem;font-weight:700;color:var(--text-color);display:flex;align-items:center;gap:.75rem}.cartelera-actions{display:flex;gap:.75rem}.cartelera-action-button{display:flex;align-items:center;gap:.5rem;background:var(--primary-color);border:none;border-radius:.5rem;padding:.625rem 1rem;color:#fff;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500}.cartelera-action-button:hover{background:var(--primary-color-dark)}.cartelera-action-button:disabled{opacity:.6;cursor:not-allowed}.cartelera-action-button-secondary{background:transparent;border:1px solid var(--border-color);color:var(--text-color)}.cartelera-action-button-secondary:hover{background:var(--border-color)}.cartelera-action-button-danger{background:#ef4444;border:none;color:#fff}.cartelera-action-button-danger:hover{background:#dc2626}.cartelera-content{display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start}.cartelera-left-panel{background:var(--card-background);border:1px solid var(--border-color);border-radius:1rem;padding:1.5rem}.cartelera-right-panel{background:var(--card-background);border:1px solid var(--border-color);border-radius:1rem;padding:1.5rem;position:sticky;top:1.25rem}.cartelera-section-title{font-size:1.125rem;font-weight:600;color:var(--text-color);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.cartelera-form-group{margin-bottom:1.25rem}.cartelera-label{display:block;font-size:.875rem;font-weight:500;color:var(--text-color);margin-bottom:.5rem}.cartelera-input{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:.5rem;background:var(--background-color);color:var(--text-color);font-size:.875rem;font-family:inherit}.cartelera-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px var(--primary-color-20)}.cartelera-textarea{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:.5rem;background:var(--background-color);color:var(--text-color);font-size:.875rem;font-family:inherit;min-height:7.5rem;resize:vertical}.cartelera-textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px var(--primary-color-20)}.cartelera-image-preview{width:100%;height:12.5rem;border-radius:.5rem;overflow:hidden;margin-bottom:1rem;background:var(--background-color);border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center}.cartelera-preview-image{width:100%;height:100%;object-fit:cover}.cartelera-no-image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-secondary);font-size:.875rem;gap:.5rem}.cartelera-upload-button{background:var(--primary-color);color:#fff;border:none;border-radius:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s ease;width:100%;justify-content:center}.cartelera-upload-button:hover{background:var(--primary-color-dark)}.cartelera-upload-button:disabled{opacity:.6;cursor:not-allowed}.cartelera-status-toggle{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--status-active-bg);border:1px solid var(--status-active-border);border-radius:.5rem;cursor:pointer;transition:all .2s ease;margin-bottom:1.25rem}.cartelera-status-toggle:hover{background:var(--status-active-bg-hover)}.cartelera-status-toggle.inactive{background:var(--status-inactive-bg);border-color:var(--status-inactive-border)}.cartelera-status-toggle.inactive:hover{background:var(--status-inactive-bg-hover)}.cartelera-status-text{font-size:1rem;font-weight:500;color:var(--text-color)}.cartelera-preview-card{background:var(--background-color);border:1px solid var(--border-color);border-radius:.75rem;padding:1.25rem;margin-bottom:1.25rem}.cartelera-preview-title{font-size:1.25rem;font-weight:600;color:var(--text-color);margin-bottom:.75rem}.cartelera-preview-content{font-size:.875rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.cartelera-preview-meta{display:flex;gap:1rem;font-size:.75rem;color:var(--text-secondary)}.cartelera-delete-modal{position:fixed;inset:0;background-color:#00000080;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1.25rem}.cartelera-delete-modal-content{background:var(--card-background);border-radius:1rem;max-width:25rem;width:100%;padding:1.5rem;text-align:center}.cartelera-delete-modal-title{font-size:1.25rem;font-weight:600;color:var(--text-color);margin-bottom:.75rem}.cartelera-delete-modal-text{font-size:.875rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.5}.cartelera-delete-modal-buttons{display:flex;gap:.75rem}.cartelera-delete-modal-button{flex:1;padding:.75rem 1.5rem;border-radius:.5rem;border:none;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.cartelera-delete-modal-button-danger{background:#ef4444;color:#fff}.cartelera-delete-modal-button-danger:hover{background:#dc2626}.cartelera-delete-modal-button-secondary{background:transparent;color:var(--text-secondary);border:1px solid var(--border-color)}.cartelera-delete-modal-button-secondary:hover{background:var(--border-color)}.back-button-text,.delete-button-text{display:inline}.title-mobile{display:none}.title-desktop{display:flex}.title-icon{display:inline}.cartelera-products-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))!important;gap:12px!important}.cartelera-products-list{display:flex!important;flex-direction:column!important;gap:12px!important}.cartelera-product-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:12px;cursor:pointer;transition:.2s;position:relative;display:flex!important;flex-direction:column!important;width:100%!important;box-sizing:border-box!important}.cartelera-product-card:hover{border-color:#4caf50;box-shadow:0 2px 8px #4caf501a}.cartelera-product-card-list{display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:12px!important;padding:10px!important;background:#fff!important;border:1px solid #e0e0e0!important;border-radius:8px!important;cursor:pointer!important;transition:.2s!important;position:relative!important;width:100%!important;box-sizing:border-box!important}.cartelera-product-image{width:100%!important;height:100px!important;border-radius:6px!important;object-fit:cover!important;margin-bottom:8px!important;background:#e0e0e0!important;flex-shrink:0!important}.cartelera-product-image-list{width:60px!important;height:60px!important;border-radius:6px!important;object-fit:cover!important;background:#e0e0e0!important;flex-shrink:0!important;margin-bottom:0!important}.cartelera-product-name{font-size:14px;font-weight:600;color:#000;margin-bottom:4px;line-height:1.3}.cartelera-product-description{font-size:12px;color:#666;margin-bottom:6px;line-height:1.3}.cartelera-product-price{font-size:14px;font-weight:600;color:#4caf50}.cartelera-pagination-container{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:20px;padding:16px 0}.cartelera-pagination-button{padding:8px 12px;border:1px solid #e0e0e0;border-radius:6px;background:#fff;color:#000;cursor:pointer;font-size:14px;font-weight:500;transition:.2s;min-width:40px;text-align:center}.cartelera-pagination-button:hover:not(:disabled){border-color:#4caf50;background:#f8f9fa}.cartelera-pagination-button:disabled{opacity:.5;cursor:not-allowed}.cartelera-pagination-info{font-size:14px;color:#666;margin:0 16px}@media (max-width: 768px){.cartelera-container{padding:0!important;margin:0!important}.cartelera-content{grid-template-columns:1fr;gap:1.25rem;padding:0 0 16px}.cartelera-header,.cartelera-config-section{padding:16px!important}.cartelera-right-panel{position:static;order:-1}.cartelera-actions{justify-content:center}.cartelera-delete-modal-buttons{flex-direction:column}.back-button,.delete-button{border-radius:50%!important;padding:0!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;gap:0!important}.back-button-text,.delete-button-text{display:none}.title-mobile{display:flex}.title-desktop,.title-icon{display:none}.cartelera-products-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px}.cartelera-product-image{height:80px}.cartelera-product-name{font-size:13px}.cartelera-product-description{font-size:11px}.cartelera-product-price{font-size:13px}.cartelera-product-card{padding:8px}.cartelera-pagination-container{padding:12px 0;gap:6px}.cartelera-pagination-button{padding:6px 10px;font-size:13px;min-width:36px}.cartelera-pagination-info{font-size:13px;margin:0 12px}}*{margin:0;padding:0;box-sizing:border-box}.cartelera-view{width:100vw;height:100vh;display:flex;flex-direction:column;background:#fff;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}.cartelera-view-products-grid{flex:1;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:1.5rem;padding:1.5rem 2rem;width:100%;height:calc(100vh - 60px);box-sizing:border-box}.cartelera-view-product-card{background:#fff;border-radius:0;padding:0;display:flex;flex-direction:column;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;border:none;transition:none;color:#333;position:relative;overflow:hidden;height:100%;min-height:280px}.cartelera-view-empty-card{opacity:.3}.cartelera-view-product-image-container{flex:1;position:relative;margin-bottom:.8rem;border-radius:0;overflow:hidden;background:#f8f9fa;display:flex;align-items:center;justify-content:center;height:200px;min-height:200px;max-height:200px}.cartelera-view-product-image{width:100%;height:100%;object-fit:cover;border-radius:15px}.cartelera-view-product-image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#e9ecef;color:#6c757d;font-size:1rem;border-radius:15px;min-height:200px}.cartelera-view-product-info{flex:0 0 auto;text-align:left;padding:.5rem 0;min-height:80px;display:flex;flex-direction:column;justify-content:space-between}.cartelera-view-product-name{font-size:1.8rem;font-weight:600;margin-bottom:.5rem;color:#333;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;display:block}.cartelera-view-product-price{margin-top:0}.cartelera-view-final-price{font-size:2.2rem;font-weight:700;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;display:block}.cartelera-view-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 0;background:#fff;height:60px;flex-shrink:0}.cartelera-view-pagination-dot{width:16px;height:16px;border-radius:50%;background:#ccc;transition:background-color .3s ease}.cartelera-view-pagination-dot.active{background:#333}.cartelera-view-loading,.cartelera-view-error,.cartelera-view-empty{width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;color:#333;text-align:center;padding:2rem;position:fixed;top:0;left:0;z-index:1000}.cartelera-view-loading-spinner{width:80px;height:80px;border:4px solid #f3f3f3;border-top:4px solid #333;border-radius:50%;animation:cartelera-view-spin 1s linear infinite;margin-bottom:2rem;box-shadow:0 4px 12px #0000001a}@keyframes cartelera-view-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cartelera-view-loading h1,.cartelera-view-error h1,.cartelera-view-empty h1{font-size:2.5rem;margin-bottom:1rem;color:#333}.cartelera-view-loading p,.cartelera-view-error p,.cartelera-view-empty p{font-size:1.2rem;color:#666}@media (min-width: 2560px){.cartelera-view-products-grid{gap:2rem;padding:2rem 3rem}.cartelera-view-product-card{padding:0;min-height:320px}.cartelera-view-product-image-container{height:240px;min-height:240px;max-height:240px}.cartelera-view-product-image-placeholder{min-height:240px}.cartelera-view-product-name{font-size:2.2rem}.cartelera-view-final-price{font-size:2.8rem}}@media (min-width: 1920px) and (max-width: 2559px){.cartelera-view-products-grid{gap:1.8rem;padding:1.8rem 2.5rem}.cartelera-view-product-card{min-height:300px}.cartelera-view-product-image-container{height:220px;min-height:220px;max-height:220px}.cartelera-view-product-image-placeholder{min-height:220px}.cartelera-view-product-name{font-size:2rem}.cartelera-view-final-price{font-size:2.5rem}}@media (max-width: 1366px){.cartelera-view-products-grid{gap:1.2rem;padding:1.2rem 1.5rem}.cartelera-view-product-card{min-height:260px}.cartelera-view-product-image-container{height:180px;min-height:180px;max-height:180px}.cartelera-view-product-image-placeholder{min-height:180px}.cartelera-view-product-name{font-size:1.5rem}.cartelera-view-final-price{font-size:1.8rem}}@media (max-width: 1024px){.cartelera-view-products-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr);gap:1rem;padding:1rem}}@media (max-width: 768px){.cartelera-view-products-grid{grid-template-columns:1fr;grid-template-rows:repeat(8,1fr);gap:.8rem;padding:.8rem}.cartelera-view-product-image-container{min-height:150px}}@media (min-width: 1920px){.cartelera-view{font-size:1.1rem}}@media (min-width: 1920px){.cartelera-view-product-name,.cartelera-view-final-price{text-shadow:2px 2px 4px rgba(0,0,0,.3);letter-spacing:.5px}.cartelera-view-product-image-container{box-shadow:0 4px 12px #00000026}}.cartelera-view-product-card{animation:cartelera-view-fadeInUp .6s ease-out}@keyframes cartelera-view-fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cartelera-view-products-grid{transition:opacity .5s ease-in-out}.cartelera-view-product-card:focus{outline:2px solid #007bff;outline-offset:2px}@media (prefers-reduced-motion: no-preference){.cartelera-view-product-card{transition:transform .3s ease}}@media (prefers-reduced-motion: reduce){.cartelera-view-product-card{transition:none;animation:none}}.politicas-privacidad-container{min-height:100vh;width:100%;padding:20px;display:flex;justify-content:center;align-items:flex-start}.politicas-privacidad-content{max-width:900px;width:100%;padding:40px 20px}.politicas-privacidad-header{text-align:center;margin-bottom:40px;padding-bottom:20px}.politicas-privacidad-header h1{font-size:2.5rem;font-weight:700;margin-bottom:10px}.last-updated{font-size:.9rem;font-style:italic;margin-top:10px}.politicas-privacidad-body{line-height:1.8;font-size:1rem}.politica-section{margin-bottom:40px}.politica-section h2{font-size:1.5rem;font-weight:600;margin-bottom:15px;margin-top:30px}.politica-section p{margin-bottom:15px;text-align:justify}.politica-section ul{margin-left:20px;margin-bottom:15px;padding-left:20px}.politica-section li{margin-bottom:10px;line-height:1.6}.politica-section strong{font-weight:600}.politicas-privacidad-footer{display:flex;justify-content:center;margin-top:50px;padding-top:30px}.back-button{padding:12px 32px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.back-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.back-button:active{transform:translateY(0)}@media (max-width: 768px){.politicas-privacidad-container{padding:10px}.politicas-privacidad-content{padding:20px 15px}.politicas-privacidad-header h1{font-size:2rem}.politica-section h2{font-size:1.3rem}.politicas-privacidad-body{font-size:.95rem}.politica-section ul{margin-left:15px;padding-left:15px}}@media (max-width: 480px){.politicas-privacidad-header h1{font-size:1.75rem}.politica-section h2{font-size:1.2rem}.back-button{padding:10px 24px;font-size:.9rem;width:100%;max-width:300px}}.active-order-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.active-order-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:500px;width:100%;max-height:90vh;overflow-y:auto}.active-order-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 16px;border-bottom:1px solid #e5e7eb}.active-order-modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.close-button{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;padding:4px;border-radius:4px;transition:all .2s}.close-button:hover:not(:disabled){background-color:#f3f4f6;color:#374151}.close-button:disabled{opacity:.5;cursor:not-allowed}.active-order-modal-content{padding:24px}.active-order-info{margin-bottom:24px}.order-status{margin-bottom:16px}.status-badge{display:inline-block;padding:4px 12px;border-radius:20px;color:#fff;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.order-details{background-color:#f9fafb;padding:16px;border-radius:8px;margin-bottom:16px}.order-details p{margin:8px 0;font-size:.875rem;color:#374151}.order-details strong{color:#111827;font-weight:600}.order-products{background-color:#f3f4f6;padding:16px;border-radius:8px;border-left:4px solid #3b82f6}.order-products h4{margin:0 0 12px;font-size:1rem;font-weight:600;color:#111827}.order-products ul{margin:0;padding-left:20px;list-style-type:disc}.order-products li{margin:4px 0;font-size:.875rem;color:#374151}.active-order-actions{border-top:1px solid #e5e7eb;padding-top:20px}.warning-message{background-color:#fef3c7;border:1px solid #f59e0b;color:#92400e;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:.875rem;line-height:1.5}.action-buttons{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap}.btn-primary,.btn-secondary,.btn-warning{padding:10px 20px;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:none;min-width:120px}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background-color:#2563eb}.btn-secondary{background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover:not(:disabled){background-color:#e5e7eb}.btn-warning{background-color:#f59e0b;color:#fff}.btn-warning:hover:not(:disabled){background-color:#d97706}.btn-primary:disabled,.btn-secondary:disabled,.btn-warning:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 640px){.active-order-modal-overlay{padding:10px}.active-order-modal{max-height:95vh}.active-order-modal-header,.active-order-modal-content{padding:16px}.action-buttons{flex-direction:column}.btn-primary,.btn-secondary,.btn-warning{width:100%;min-width:auto}}
