@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap";:root{--eve-bg-dark:#0a0a0a;--eve-bg-panel:#141414;--eve-bg-card:#1e1e1e;--eve-bg-input:#262626;--eve-primary:#e71d36;--eve-secondary:#ff9f1c;--eve-accent:#00b4d8;--eve-text-light:#fdfffc;--eve-text-muted:#a0a0a0;--eve-text-dark:#121212;--eve-border:#ffffff14;--eve-border-focus:#e71d3666;--eve-radius-sm:8px;--eve-radius-md:14px;--eve-radius-lg:24px;--eve-radius-round:50%;--eve-shadow:0 8px 30px #0009;--eve-shadow-inset:inset 0 2px 4px #00000080;--eve-glass-bg:#141414bf;--eve-glass-border:#ffffff0d;--eve-glass-blur:blur(16px);--eve-font:"Outfit", sans-serif;--eve-font-serif:"Playfair Display", serif;--store-bg:#0d0d0d;--store-panel:#161616;--store-card:#202020;--store-primary:#e71d36;--store-secondary:#ff9f1c;--store-text:#fdfffc;--store-text-muted:#a5a5a5;--store-border:#ffffff14;--store-radius:16px;--store-font:"Outfit", sans-serif}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 10px #e71d3633}50%{box-shadow:0 0 25px #e71d3699}}@keyframes slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slide-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes zoom-in-out{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{box-sizing:border-box;font-family:var(--eve-font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}body{background-color:var(--eve-bg-dark);color:var(--eve-text-light);line-height:1.5;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--eve-bg-dark)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--eve-primary)}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-weight:700}a{color:inherit;text-decoration:none;transition:all .3s}button,input,select,textarea{color:inherit;font-family:inherit;font-size:1rem}button{cursor:pointer;background:0 0;border:none;transition:all .2s cubic-bezier(.4,0,.2,1)}img,video{max-width:100%;height:auto;display:block}.glass-card{background:var(--eve-glass-bg);width:100%;max-width:100%;-webkit-backdrop-filter:var(--eve-glass-blur);border:1px solid var(--eve-glass-border);border-radius:var(--eve-radius-md);box-shadow:var(--eve-shadow)}.btn-primary{background:linear-gradient(135deg, var(--eve-primary) 0%, #b21326 100%);color:var(--eve-text-light);border-radius:var(--eve-radius-sm);align-items:center;gap:8px;padding:12px 24px;font-weight:600;display:inline-flex;box-shadow:0 4px 15px #e71d3666}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e71d3699}.btn-primary:active{transform:translateY(1px)}.btn-secondary{color:var(--eve-text-light);border-radius:var(--eve-radius-sm);background:#ffffff14;border:1px solid #ffffff1a;align-items:center;gap:8px;padding:12px 24px;font-weight:500;display:inline-flex}.btn-secondary:hover{background:#ffffff26;border-color:#fff3}.btn-accent{background:linear-gradient(135deg, var(--eve-accent) 0%, #0077b6 100%);color:var(--eve-text-light);border-radius:var(--eve-radius-sm);align-items:center;gap:8px;padding:12px 24px;font-weight:600;display:inline-flex;box-shadow:0 4px 15px #00b4d866}.btn-accent:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00b4d899}.input-group{flex-direction:column;gap:6px;margin-bottom:20px;display:flex}.input-group label{color:var(--eve-text-muted);letter-spacing:.03em;font-size:.875rem;font-weight:500}.input-group input,.input-group select,.input-group textarea{background-color:var(--eve-bg-input);border:1px solid var(--eve-border);border-radius:var(--eve-radius-sm);width:100%;padding:12px 16px;transition:all .3s}.input-group input:focus,.input-group select:focus,.input-group textarea:focus{border-color:var(--eve-accent);outline:none;box-shadow:0 0 0 3px #00b4d840}select{background-color:var(--eve-bg-input);color:var(--eve-text-light);border:1px solid var(--eve-border);border-radius:var(--eve-radius-sm);outline:none}select option{color:#fff!important;background-color:#262626!important}.brand-logo-container{letter-spacing:-.04em;align-items:center;gap:8px;font-size:1.8rem;font-weight:800;display:flex}.brand-logo-container .brand-e{color:var(--eve-text-light)}.brand-logo-container .brand-v{color:var(--eve-accent);text-shadow:0 0 15px #00b4d880;font-weight:900}.brand-subtitle{color:var(--eve-secondary);letter-spacing:.2em;text-transform:uppercase;margin-top:-4px;font-size:.75rem;font-weight:500}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.badge{text-transform:uppercase;letter-spacing:.05em;border-radius:20px;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.badge-pending{color:var(--eve-secondary);background:#ff9f1c26;border:1px solid #ff9f1c4d}.badge-success{color:#2ecc71;background:#2ecc7126;border:1px solid #2ecc714d}.badge-danger{color:var(--eve-primary);background:#e71d3626;border:1px solid #e71d364d}.badge-info{color:var(--eve-accent);background:#00b4d826;border:1px solid #00b4d84d}.customer-portal-grid{grid-template-columns:1.1fr .9fr;gap:40px;max-width:1200px;margin:40px auto 0;padding:0 20px;display:grid}.customer-portal-grid.logged-in{grid-template-columns:1.2fr .8fr}@media (width<=900px){.customer-portal-grid,.customer-portal-grid.logged-in{grid-template-columns:1fr;gap:30px;margin:20px auto 0}}.landing-container{background-color:var(--eve-bg-dark);position:relative;overflow:hidden}.landing-header{border-bottom:1px solid var(--eve-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background:#0a0a0ad9;justify-content:space-between;align-items:center;padding:20px 40px;transition:all .3s;display:flex;position:sticky;top:0}.landing-header-buttons{align-items:center;gap:20px;display:flex}.hero-section{border-bottom:1px solid var(--eve-border);background:radial-gradient(circle at 70% 30%,#e71d361a 0%,#0000 60%),radial-gradient(circle at 10% 80%,#00b4d814 0%,#0000 50%);justify-content:center;align-items:center;height:90vh;min-height:600px;padding:80px 20px;display:flex;position:relative}.hero-grid{z-index:10;grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;width:100%;max-width:1200px;margin:0 auto;display:grid}.hero-content{animation:.8s ease-out slide-in-up}.hero-title{margin-bottom:20px;font-size:3.5rem;line-height:1.1}.hero-title span.accent-red{color:var(--eve-primary)}.hero-title span.accent-blue{color:var(--eve-accent)}.hero-description{color:var(--eve-text-muted);margin-bottom:35px;font-size:1.25rem;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:16px;display:flex}.hero-visual{justify-content:center;align-items:center;height:450px;display:flex;position:relative}.hero-food-main{object-fit:cover;z-index:3;border:4px solid var(--eve-border);border-radius:50%;width:320px;height:320px;animation:6s ease-in-out infinite float;box-shadow:0 20px 50px #000c}.parallax-bg-circle{z-index:1;border:1px dashed #ffffff26;border-radius:50%;width:380px;height:380px;animation:30s linear infinite spin-slow;position:absolute}.floating-icon{background:var(--eve-glass-bg);-webkit-backdrop-filter:var(--eve-glass-blur);backdrop-filter:var(--eve-glass-blur);border:1px solid var(--eve-glass-border);box-shadow:var(--eve-shadow);z-index:4;border-radius:50%;padding:12px;position:absolute}.floating-icon.icon-1{color:var(--eve-secondary);animation:4s ease-in-out infinite alternate float;top:15%;left:10%}.floating-icon.icon-2{color:var(--eve-primary);animation:5s ease-in-out infinite alternate-reverse float;bottom:15%;right:10%}.floating-icon.icon-3{color:var(--eve-accent);animation:3.5s ease-in-out infinite alternate float;top:50%;right:5%}.floating-card{border-radius:var(--eve-radius-md);box-shadow:var(--eve-shadow);z-index:5;background:#141414d9;border:1px solid #ff9f1c4d;align-items:center;gap:12px;padding:12px 18px;animation:4.5s ease-in-out infinite alternate float;display:flex;position:absolute;bottom:20px;left:20px}.features-section{max-width:1200px;margin:0 auto;padding:100px 20px}.section-header{text-align:center;max-width:700px;margin:0 auto 60px}.section-header h2{margin-bottom:15px;font-size:2.5rem}.section-header h2 span{color:var(--eve-secondary)}.section-header p{color:var(--eve-text-muted);font-size:1.1rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;display:grid}.feature-card{border-radius:var(--eve-radius-md);padding:40px 30px;transition:all .3s cubic-bezier(.4,0,.2,1)}.feature-card:hover{background:#ffffff05;border-color:#e71d364d;transform:translateY(-8px)}.feature-icon-wrapper{border-radius:var(--eve-radius-sm);width:60px;height:60px;color:var(--eve-primary);background:#e71d361a;margin-bottom:25px}.feature-card:nth-child(2) .feature-icon-wrapper{color:var(--eve-secondary);background:#ff9f1c1a}.feature-card:nth-child(3) .feature-icon-wrapper{color:var(--eve-accent);background:#00b4d81a}.feature-card h3{margin-bottom:12px;font-size:1.35rem}.feature-card p{color:var(--eve-text-muted);font-size:.95rem;line-height:1.6}.interactive-demo-section{border-top:1px solid var(--eve-border);border-bottom:1px solid var(--eve-border);background:linear-gradient(#0a0a0a00 0%,#14141480 100%);padding:80px 20px}.demo-container{grid-template-columns:.9fr 1.1fr;align-items:center;gap:50px;max-width:1200px;margin:0 auto;display:grid}.demo-preview-wrapper{justify-content:center;display:flex;position:relative}.phone-mockup{background:#121212;border:12px solid #222;border-radius:36px;width:280px;height:570px;position:relative;overflow:hidden;box-shadow:0 25px 60px #000c}.phone-screen{flex-direction:column;width:100%;height:100%;transition:all .5s;display:flex;position:relative}.demo-controls{flex-direction:column;gap:20px;display:flex}.color-option-btn{border-radius:var(--eve-radius-sm);text-align:left;background:#ffffff08;border:1px solid #ffffff14;align-items:center;gap:12px;padding:12px 18px;display:flex}.color-option-btn.active{border-color:var(--eve-accent);background:#ffffff14}.color-dot{border:1px solid #fff3;border-radius:50%;width:16px;height:16px}.pricing-section{max-width:1200px;margin:0 auto;padding:100px 20px}.pricing-grid{flex-wrap:wrap;justify-content:center;gap:30px;margin-top:40px;display:flex}.pricing-card{border-radius:var(--eve-radius-md);border:1px solid var(--eve-border);flex:1;min-width:300px;max-width:400px;padding:40px;position:relative;overflow:hidden}.pricing-card.popular{border-color:var(--eve-secondary);background:linear-gradient(#ff9f1c08 0%,#0000 100%)}.popular-badge{background:var(--eve-secondary);color:var(--eve-text-dark);text-transform:uppercase;letter-spacing:.05em;padding:4px 30px;font-size:.7rem;font-weight:700;position:absolute;top:15px;right:-30px;transform:rotate(45deg)}.pricing-card h3{margin-bottom:10px;font-size:1.5rem}.pricing-price{align-items:baseline;margin-bottom:20px;font-size:3rem;font-weight:800;display:flex}.pricing-price span{color:var(--eve-text-muted);font-size:1rem;font-weight:500}.pricing-features{flex-direction:column;gap:12px;margin:30px 0;list-style:none;display:flex}.pricing-features li{color:var(--eve-text-muted);align-items:center;gap:10px;font-size:.95rem;display:flex}.pricing-features li svg{color:#2ecc71;flex-shrink:0}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:20px;animation:.3s fade-in;display:flex;position:fixed;inset:0}.modal-content{border-radius:var(--eve-radius-md);width:100%;max-width:550px;max-height:90vh;padding:40px;animation:.4s cubic-bezier(.16,1,.3,1) slide-in-up;position:relative;overflow-y:auto}.modal-close{color:var(--eve-text-muted);position:absolute;top:20px;right:20px}.modal-close:hover{color:var(--eve-primary)}.modal-title{text-align:center;margin-bottom:10px;font-size:2rem}.modal-subtitle{color:var(--eve-text-muted);text-align:center;margin-bottom:30px;font-size:.95rem}@media (width<=900px){.landing-header{padding:12px 20px}.landing-header-buttons{gap:12px}.hero-section{height:auto;min-height:auto;padding:60px 20px 40px}.hero-title{font-size:2.2rem}.hero-grid{text-align:center;grid-template-columns:1fr;gap:30px}.hero-actions{justify-content:center}.hero-visual{height:350px}.hero-food-main{width:240px;height:240px}.parallax-bg-circle{width:285px;height:285px}.demo-container{grid-template-columns:1fr;gap:40px}.demo-preview-wrapper{order:2}}@media (width<=550px){.landing-header{padding:10px 12px}.landing-header-buttons{gap:6px}.landing-header-buttons button{padding:6px 12px!important;font-size:.8rem!important}.hide-mobile{display:none!important}.hero-title{font-size:1.8rem}.hero-description{margin-bottom:25px;font-size:1rem}.hero-actions{flex-direction:column;gap:12px;width:100%}.hero-actions button{justify-content:center;width:100%;padding:14px 20px!important;font-size:.95rem!important}}.store-container{background-color:var(--store-bg);color:var(--store-text);min-height:100vh;font-family:var(--store-font);padding-bottom:80px}.store-hero{border-bottom:2px solid var(--store-primary);background-position:50%;background-size:cover;height:220px;position:relative}.store-hero-overlay{background:linear-gradient(#0003 0%,#000000d9 100%);position:absolute;inset:0}.store-info-bar{z-index:10;text-align:center;max-width:800px;margin:-60px auto 0;padding:0 16px;position:relative}.store-logo-wrapper{background:var(--store-panel);border:4px solid var(--store-primary);border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;margin:0 auto 12px;display:flex;overflow:hidden;box-shadow:0 10px 25px #00000080}.store-logo-img{object-fit:cover;width:100%;height:100%}.store-logo-placeholder{color:var(--store-primary);font-size:2.2rem;font-weight:800}.store-details{background:var(--store-panel);border:1px solid var(--store-border);border-radius:var(--store-radius);padding:20px;box-shadow:0 10px 30px #0006}.store-name{margin-bottom:6px;font-size:1.8rem;font-weight:800}.store-meta{color:var(--store-text-muted);flex-wrap:wrap;justify-content:center;gap:15px;margin-top:8px;font-size:.875rem;display:flex}.category-navbar-wrapper{z-index:99;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--store-border);background:#161616e6;margin-top:25px;padding:12px 0;position:sticky;top:0}.category-navbar{scrollbar-width:none;gap:10px;max-width:800px;margin:0 auto;padding:0 16px;display:flex;overflow-x:auto}.category-navbar::-webkit-scrollbar{display:none}.category-chip{background:var(--store-card);border:1px solid var(--store-border);color:var(--store-text-muted);white-space:nowrap;border-radius:24px;padding:8px 16px;font-size:.875rem;font-weight:600}.category-chip.active{background:var(--store-primary);border-color:var(--store-primary);color:#fff;box-shadow:0 4px 12px #e71d364d}.store-content-layout{max-width:800px;margin:30px auto 0;padding:0 16px}.category-section-title{border-left:4px solid var(--store-primary);text-transform:capitalize;margin-bottom:15px;padding-left:10px;font-size:1.4rem}.products-grid{grid-template-columns:1fr;gap:16px;margin-bottom:40px;display:grid}@media (width>=600px){.products-grid{grid-template-columns:1fr 1fr}}.product-card{background:var(--store-card);border:1px solid var(--store-border);border-radius:var(--store-radius);flex-direction:column;transition:transform .2s,border-color .2s;display:flex;position:relative;overflow:hidden}.product-card:hover{border-color:#ffffff26;transform:translateY(-2px)}.product-img-box{cursor:zoom-in;width:100%;height:180px;position:relative;overflow:hidden}.product-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-img{transform:scale(1.05)}.product-promo-tag{background:var(--store-secondary);color:#000;z-index:2;border-radius:4px;padding:4px 8px;font-size:.75rem;font-weight:700;position:absolute;top:10px;left:10px}.product-info-box{flex-direction:column;flex-grow:1;padding:16px;display:flex}.product-title-row{justify-content:space-between;align-items:flex-start;margin-bottom:8px;display:flex}.product-title{font-size:1.1rem;font-weight:700}.product-price{color:var(--store-primary);font-size:1.15rem;font-weight:800}.product-description{color:var(--store-text-muted);flex-grow:1;margin-bottom:15px;font-size:.875rem;line-height:1.4}.product-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.add-cart-btn{background:var(--store-primary);color:#fff;border-radius:30px;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;display:flex}.add-cart-btn:hover{transform:scale(1.1);box-shadow:0 4px 10px #0000004d}.video-showcase-card{border-radius:var(--store-radius);background:var(--store-panel);border:1px solid var(--store-border);margin:30px 0;overflow:hidden}.video-container-iframe{height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.video-container-iframe iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.video-info{padding:16px}.sticky-cart-bar{background:var(--store-primary);color:#fff;z-index:100;cursor:pointer;border-radius:40px;justify-content:space-between;align-items:center;width:calc(100% - 40px);max-width:450px;padding:12px 24px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 12px 30px #0006,0 0 0 1px #ffffff1a}.sticky-cart-bar:hover{transform:translate(-50%)translateY(-2px);box-shadow:0 16px 36px #00000080,0 0 0 1px #fff3}.sticky-cart-bar:active{transform:translate(-50%)translateY(1px)}.sticky-cart-left{white-space:nowrap;align-items:center;gap:10px;font-weight:700;display:flex}.sticky-cart-left span{font-size:.95rem}.sticky-cart-badge{color:var(--store-primary);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;font-weight:800;display:flex;box-shadow:0 2px 5px #0003}.sticky-cart-right{white-space:nowrap;align-items:center;gap:6px;font-size:1.05rem;font-weight:800;display:flex}.sticky-cart-right span:first-child{color:#ffffffd9;font-size:.8rem;font-weight:500}.cart-drawer-overlay{z-index:100;background:#000000b3;justify-content:flex-end;display:flex;position:fixed;inset:0}.cart-drawer{background:var(--store-panel);flex-direction:column;width:100%;max-width:460px;height:100%;padding:25px;animation:.3s cubic-bezier(.16,1,.3,1) slide-in-right;display:flex;box-shadow:-10px 0 30px #00000080}.cart-drawer-header{border-bottom:1px solid var(--store-border);justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;display:flex}.cart-items-list{flex-direction:column;flex-grow:1;gap:15px;margin-bottom:20px;padding-right:5px;display:flex;overflow-y:auto}.cart-item-row{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.cart-item-info{flex-direction:column;gap:4px;display:flex}.cart-item-name{font-weight:700}.cart-item-price{color:var(--store-primary);font-size:.875rem;font-weight:600}.quantity-controller{background:var(--store-card);border:1px solid var(--store-border);border-radius:20px;align-items:center;gap:12px;padding:4px 10px;display:flex}.qty-btn{color:var(--store-primary);justify-content:center;align-items:center;width:24px;height:24px;font-size:1.1rem;font-weight:700;display:flex}.cart-totals-box{background:var(--store-card);border:1px solid var(--store-border);border-radius:var(--store-radius);margin-bottom:20px;padding:16px}.cart-totals-row{justify-content:space-between;margin-bottom:8px;display:flex}.cart-totals-row.grand-total{border-top:1px dashed var(--store-border);color:var(--store-primary);margin-top:8px;padding-top:8px;font-size:1.2rem;font-weight:800}.checkout-btn{background:var(--store-primary);color:#fff;text-align:center;border-radius:30px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-weight:700;display:flex}.checkout-btn:hover{background:var(--store-secondary);color:#000}.lightbox-overlay{z-index:1000;background:#000000f2;justify-content:center;align-items:center;padding:20px;animation:.25s fade-in;display:flex;position:fixed;inset:0}.lightbox-content-box{flex-direction:column;width:100%;max-width:600px;display:flex;position:relative}.lightbox-close{color:#fff;background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:-40px;right:0}.lightbox-img{object-fit:contain;border-radius:8px;width:100%;max-height:70vh;box-shadow:0 15px 40px #000c}.lightbox-info{background:#111;border:1px solid #222;border-radius:0 0 8px 8px;margin-top:-4px;padding:20px}.lightbox-title{margin-bottom:6px;font-size:1.3rem;font-weight:700}.lightbox-desc{color:#aaa;font-size:.9rem}.dashboard-container{background-color:var(--eve-bg-dark);min-height:100vh;color:var(--eve-text-light);display:flex}.db-sidebar{background:var(--eve-bg-panel);border-right:1px solid var(--eve-border);flex-direction:column;flex-shrink:0;width:260px;padding:24px;display:flex}.sidebar-brand{margin-bottom:35px}.sidebar-menu{flex-direction:column;flex-grow:1;gap:8px;list-style:none;display:flex}.menu-item-btn{border-radius:var(--eve-radius-sm);width:100%;color:var(--eve-text-muted);text-align:left;align-items:center;gap:12px;padding:12px 16px;font-weight:500;display:flex}.menu-item-btn:hover{color:var(--eve-text-light);background:#ffffff08}.menu-item-btn.active{background:var(--eve-primary);color:var(--eve-text-light);font-weight:600;box-shadow:0 4px 12px #e71d3640}.sidebar-footer{border-top:1px solid var(--eve-border);margin-top:auto;padding-top:20px}.logout-btn{color:#ff4d4d;align-items:center;gap:8px;width:100%;padding:10px;font-size:.9rem;display:flex}.db-content{flex-grow:1;height:100vh;padding:40px;overflow-y:auto}.db-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.db-title{font-size:2rem;font-weight:800}.db-subtitle{color:var(--eve-text-muted);margin-top:4px;font-size:.95rem}.sub-alert-banner{color:var(--eve-secondary);border-radius:var(--eve-radius-md);background:linear-gradient(90deg,#ff9f1c26 0%,#ff9f1c0d 100%);border:1px solid #ff9f1c66;justify-content:space-between;align-items:center;margin-bottom:30px;padding:16px 24px;animation:3s infinite pulse-glow;display:flex}.sub-alert-left{align-items:center;gap:12px;display:flex}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:35px;display:grid}.metric-card{padding:24px;position:relative;overflow:hidden}.metric-title{color:var(--eve-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:.85rem}.metric-value{font-size:2.2rem;font-weight:800;line-height:1}.metric-footer{color:#2ecc71;align-items:center;gap:4px;margin-top:10px;font-size:.8rem;display:flex}.metric-footer.negative{color:var(--eve-primary)}.metric-icon-overlay{opacity:.08;color:var(--eve-text-light);position:absolute;bottom:15px;right:15px}.kanban-board{grid-template-columns:repeat(4,1fr);align-items:start;gap:20px;min-height:500px;display:grid}@media (width<=1024px){.kanban-board{grid-template-columns:1fr 1fr}}@media (width<=600px){.kanban-board{grid-template-columns:1fr}}.kanban-column{background:var(--eve-bg-panel);border:1px solid var(--eve-border);border-radius:var(--eve-radius-md);padding:16px}.column-header{text-transform:uppercase;letter-spacing:.03em;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:.95rem;font-weight:700;display:flex}.column-count{background:var(--eve-bg-input);border-radius:12px;padding:2px 8px;font-size:.8rem}.kanban-cards-wrapper{flex-direction:column;gap:12px;max-height:70vh;display:flex;overflow-y:auto}.order-card{background:var(--eve-bg-card);border:1px solid var(--eve-border);border-radius:var(--eve-radius-sm);flex-direction:column;gap:10px;padding:16px;transition:transform .2s;display:flex;box-shadow:0 4px 6px #00000026}.order-card:hover{border-color:#ffffff1f;transform:translateY(-2px)}.order-card-header{justify-content:space-between;font-size:.85rem;font-weight:600;display:flex}.order-card-code{color:var(--eve-accent)}.order-card-date{color:var(--eve-text-muted)}.order-card-items{white-space:pre-line;font-size:.9rem;line-height:1.4}.order-card-total{color:var(--eve-secondary);font-size:1rem;font-weight:800}.order-card-footer{justify-content:flex-end;gap:8px;margin-top:5px;display:flex}.action-btn-small{border-radius:4px;padding:6px 12px;font-size:.75rem;font-weight:700}.cost-calculator-split{grid-template-columns:1.2fr .8fr;gap:30px;display:grid}.cost-calculator-split>*{min-width:0}@media (width<=900px){.cost-calculator-split{grid-template-columns:1fr}}.calculator-card{padding:30px}.recipe-ingredient-row{grid-template-columns:1fr auto;align-items:center;gap:12px;margin-bottom:12px;display:grid}.recipe-ingredient-row select,.recipe-ingredient-row input{background-color:var(--eve-bg-input,#262626);border:1px solid var(--eve-border,#333);border-radius:var(--eve-radius-sm,4px);color:#fff;box-sizing:border-box;width:100%;min-width:0;max-width:100%;padding:8px 12px;font-size:.9rem}.recipe-ingredient-row .searchable-select-container{min-width:180px}.recipe-ingredient-row input[type=number]{width:95px}.size-config-row{align-items:center;gap:10px;margin-bottom:8px;display:flex}.size-config-row input[type=number]{width:95px}.size-remove-btn{color:var(--eve-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;font-size:1.1rem;display:flex}.combo-item-row{grid-template-columns:2fr auto auto auto;align-items:center;gap:12px;margin-bottom:12px;display:grid}.combo-item-row select,.combo-item-row input{background-color:var(--eve-bg-input,#262626);border:1px solid var(--eve-border,#333);border-radius:var(--eve-radius-sm,4px);color:#fff;box-sizing:border-box;width:100%;min-width:0;max-width:100%;padding:8px 12px;font-size:.9rem}.combo-item-row select{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (width<=600px){.combo-item-row{grid-template-columns:1fr}}.instructions-panel{background:var(--eve-bg-panel);border:1px solid var(--eve-border);border-radius:var(--eve-radius-md);margin-top:24px;padding:24px}.instructions-panel h4{color:var(--eve-secondary);margin-bottom:12px;font-size:1.1rem}.instructions-steps{color:var(--eve-text-muted);flex-direction:column;gap:10px;padding-left:20px;font-size:.9rem;list-style:decimal;display:flex}.instructions-steps li span{color:var(--eve-text-light);font-weight:600}.voucher-validation-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;display:grid}.validation-card{flex-direction:column;gap:16px;padding:24px;display:flex}.voucher-image-preview{border-radius:var(--eve-radius-sm);cursor:pointer;border:1px solid var(--eve-border);background:#000;justify-content:center;align-items:center;width:100%;height:200px;display:flex;position:relative;overflow:hidden}.voucher-image-preview img{object-fit:contain;width:100%;height:100%}.voucher-image-overlay{opacity:0;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute}.voucher-image-preview:hover .voucher-image-overlay{opacity:1}.validation-actions{gap:12px;display:flex}.db-table-wrapper{-webkit-overflow-scrolling:touch;border-radius:var(--eve-radius-md);border:1px solid var(--eve-border);background:var(--eve-bg-panel);width:100%;max-width:100%;display:block;overflow-x:auto}.db-table{border-collapse:collapse;text-align:left;width:100%;min-width:650px}.db-table th{text-transform:uppercase;color:var(--eve-text-muted);border-bottom:1px solid var(--eve-border);background:#ffffff05;padding:16px 20px;font-size:.85rem;font-weight:700}.db-table td{border-bottom:1px solid var(--eve-border);padding:16px 20px;font-size:.95rem}.db-table tr:last-child td{border-bottom:none}.db-table tr:hover td{background:#ffffff03}.brand-preview-box{border:1px solid var(--eve-border);border-radius:var(--eve-radius-md);background:#0d0d0d;flex-direction:column;gap:16px;width:100%;padding:24px;display:flex;position:relative}.brand-preview-element{text-align:center;border-radius:8px;padding:12px 18px;font-weight:700}.mobile-db-header{background:var(--eve-bg-panel);border-bottom:1px solid var(--eve-border);z-index:99;justify-content:space-between;align-items:center;height:60px;padding:0 20px;display:none;position:sticky;top:0}.mobile-menu-toggle{color:var(--eve-text-light);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:8px;display:flex}.mobile-menu-toggle:hover{background:#ffffff0d}.sidebar-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;background:#0009;animation:.2s fade-in;position:fixed;inset:0}.form-grid-2{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:15px;display:grid}.form-grid-3{grid-template-columns:1fr 1fr 1fr;gap:12px;margin-bottom:15px;display:grid}.product-form-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (width<=768px){.dashboard-container{flex-direction:column}.mobile-db-header{display:flex}.db-sidebar{z-index:1010;height:100vh;transition:transform .3s cubic-bezier(.16,1,.3,1);position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:10px 0 30px #00000080}.db-sidebar.open{transform:translate(0)}.db-content{width:100%;max-width:100%;height:auto;padding:20px;overflow:hidden visible}.product-form-grid{grid-template-columns:1fr;gap:15px}}@media (width<=550px){.form-grid-2,.form-grid-3{grid-template-columns:1fr;gap:10px;margin-bottom:10px}.calculator-card{padding:20px}}.desktop-only{display:block}.mobile-only{display:none!important}@media (width<=768px){.desktop-only{display:none!important}.mobile-only{display:block!important}.mobile-only.mobile-cards-grid{flex-direction:column;gap:12px;margin-top:10px;display:flex!important}.mobile-card{border-radius:var(--eve-radius-sm);background:linear-gradient(145deg,#1e1e1e 0%,#121212 100%);border:1px solid #ffffff14;flex-direction:column;gap:8px;padding:12px 14px;display:flex;box-shadow:0 6px 20px #0006}.mobile-card-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-bottom:8px;display:flex}.mobile-card-title{color:#fff;letter-spacing:-.01em;font-size:1.1rem;font-weight:800}.mobile-card-actions{gap:8px;display:flex}.mobile-card-actions button{border-radius:var(--eve-radius-sm);justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;padding:0!important}.mobile-card-actions .btn-edit{color:var(--eve-secondary);background:#ff9f1c1f;border:1px solid #ff9f1c4d}.mobile-card-actions .btn-edit:hover{background:#ff9f1c40}.mobile-card-actions .btn-delete{color:#ff4d4d;background:#e71d361f;border:1px solid #e71d364d}.mobile-card-actions .btn-delete:hover{background:#e71d3640}.mobile-card-body{flex-direction:column;gap:10px;display:flex}.mobile-card-row{border-bottom:1px dashed #ffffff0a;justify-content:space-between;align-items:center;padding-bottom:6px;font-size:.82rem;display:flex}.mobile-card-row:last-child{border-bottom:none;padding-bottom:0}.mobile-card-row .label{color:#ccc;font-weight:500}.mobile-card-row .value{text-align:right;font-weight:600}.mobile-card-row .value .badge{letter-spacing:.03em;padding:4px 10px;font-size:.72rem}.mobile-card-row .value .badge-info{color:#00f0ff;background:#00b4d840;border-color:#00b4d880}.mobile-card-row .value .badge-pending{color:#ffb74d;background:#ff9f1c40;border-color:#ff9f1c80}.mobile-card-footer button{transition:all .2s}.mobile-card-footer .btn-duplicate{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a}.mobile-card-footer .btn-duplicate:hover{background:#ffffff1a;border-color:#fff3}.mobile-card-footer .btn-edit{color:var(--eve-secondary);background:#ff9f1c1f;border:1px solid #ff9f1c4d}.mobile-card-footer .btn-edit:hover{background:#ff9f1c40;border-color:#ff9f1c80}.mobile-card-footer .btn-delete{color:#ff4d4d;background:#e71d361f;border:1px solid #e71d364d}.mobile-card-footer .btn-delete:hover{background:#e71d3640;border-color:#e71d3680}}.filter-bar{border:1px solid var(--eve-border);flex-wrap:wrap;align-items:center;gap:15px;margin-bottom:20px;padding:15px 20px;display:flex}.filter-group{flex-wrap:wrap;flex-grow:1;align-items:center;gap:12px;display:flex}.filter-label{color:var(--eve-text-muted);font-size:.85rem;font-weight:600}.filter-input{background:var(--eve-bg-input);border:1px solid var(--eve-border);color:#fff;border-radius:4px;width:220px;padding:8px 12px;font-size:.85rem}.filter-select{background:var(--eve-bg-input);border:1px solid var(--eve-border);color:#fff;border-radius:4px;min-width:160px;padding:8px 12px;font-size:.85rem}@media (width<=768px){.filter-bar{padding:15px}.filter-group{flex-direction:column;align-items:stretch;gap:10px;width:100%}.filter-label{margin-bottom:2px}.filter-input,.filter-select{width:100%!important;min-width:100%!important}}.product-modal-content{width:95%;max-width:950px;padding:30px}@media (width<=600px){.modal-overlay{-webkit-overflow-scrolling:touch;align-items:flex-start!important;padding:15px 10px!important;overflow-y:auto!important}.modal-content{box-sizing:border-box;width:100%!important;max-height:none!important;margin:20px auto!important}.product-modal-content{padding:20px 15px!important}.recipe-ingredient-row{border:1px solid var(--eve-border);border-radius:var(--eve-radius-sm);background:#ffffff05;grid-template-columns:1fr auto;gap:8px;margin-bottom:12px;padding:12px}.recipe-ingredient-row .searchable-select-container{width:100%;min-width:0!important}.recipe-ingredient-row button{border-radius:var(--eve-radius-sm);cursor:pointer;background:#e71d361a;border:1px solid #e71d3633;justify-content:center;align-items:center;padding:8px 12px;display:flex}.size-config-row{grid-template-columns:1fr auto;gap:8px;display:grid}.size-config-row input[type=text]{grid-column:span 2;width:100%}.size-config-row input[type=number]{width:100%!important}.size-remove-btn{border-radius:var(--eve-radius-sm);cursor:pointer;background:#e71d361a;border:1px solid #e71d3633;padding:8px 12px}.combo-item-row{border:1px solid var(--eve-border);border-radius:var(--eve-radius-sm);background:#ffffff05;grid-template-columns:1fr auto;gap:8px;margin-bottom:12px;padding:12px}.combo-item-row select,.combo-item-row .searchable-select-container{grid-column:span 2;width:100%}.combo-item-row button{border-radius:var(--eve-radius-sm);background:#e71d361a;border:1px solid #e71d3633;justify-content:center;align-items:center;padding:8px 12px;display:flex}}.promo-filters-container{gap:8px;display:flex}@media (width<=550px){.promo-filters-container{flex-direction:column}}
