.filters-container{position:sticky;top:75px;z-index:40;background:#f9f9fbd9;backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05);padding:15px 0;margin-bottom:40px;width:100%;box-shadow:0 5px 20px #00000005}.filters-scroll{display:flex;gap:15px;overflow-x:auto;padding:5px 20px;justify-content:center;scrollbar-width:none;-ms-overflow-style:none}.filters-scroll::-webkit-scrollbar{display:none}.filter-btn{background:transparent;border:1px solid rgba(0,0,0,.1);color:#636e72;padding:10px 25px;border-radius:50px;white-space:nowrap;cursor:pointer;transition:all .3s cubic-bezier(.25,.8,.25,1);font-size:.95rem;font-weight:600}.filter-btn:hover{color:#000;border-color:#000;background:#00000005}.filter-btn.active{background:#ff4757;color:#fff;border-color:#ff4757;box-shadow:0 5px 15px #ff47574d;transform:translateY(-1px)}@media(max-width:991px){.filters-scroll{justify-content:flex-start}.filters-container{top:70px}}.modal-overlay{position:fixed;inset:0;background:#0009;backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .3s ease;padding:20px}.modal-content{background:#fff;width:100%;max-width:550px;max-height:85vh;border-radius:24px;box-shadow:0 25px 50px -12px #0000004d;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .4s cubic-bezier(.16,1,.3,1);position:relative}.modal-header{padding:24px 30px;display:flex;justify-content:space-between;align-items:flex-start;background:#fff;position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(0,0,0,.05)}.modal-header h3{margin:0;font-size:1.5rem;color:#1a1a1a;font-family:var(--font-serif);font-weight:700;line-height:1.2;padding-right:20px}.btn-close-modal{background:#f1f2f6;border:none;width:36px;height:36px;border-radius:50%;font-size:1.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#2d3436;transition:.2s}.btn-close-modal:hover{background:#e1e2e6;transform:rotate(90deg)}.modal-body{padding:0 30px 30px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#ddd transparent}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:10px}.modal-item-summary{display:flex!important;flex-direction:row!important;align-items:center;gap:20px;margin-bottom:20px;padding:15px;background:#f8f9fa;border-radius:15px}.modal-item-summary img{width:80px!important;max-width:80px!important;height:80px!important;min-width:80px!important;object-fit:cover;border-radius:12px;display:block;margin:0}.modal-item-summary p{flex:1;margin:0;font-size:.9rem;line-height:1.4;color:#666}.modal-item-desc{font-size:.9rem;color:#636e72;line-height:1.5;margin:0;flex:1}.custom-section{margin-bottom:35px}.section-title{font-size:.85rem;text-transform:uppercase;color:#b2bec3;margin-bottom:15px;letter-spacing:1.5px;font-weight:800;display:flex;align-items:center;gap:10px}.section-title:after{content:"";flex:1;height:1px;background:#f1f2f6}.tags-container{display:flex;flex-wrap:wrap;gap:10px}.ingredient-tag{border:1px solid #e1e2e6;background:#fff;padding:10px 18px;border-radius:50px;cursor:pointer;color:#2d3436;display:flex;align-items:center;gap:8px;font-size:.9rem;font-weight:500;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.ingredient-tag:hover{background:#f8f9fa;border-color:#ced6e0}.ingredient-tag.removed{background:#fff0f0;border-color:#fcc;color:#e74c3c;text-decoration:line-through;opacity:.8}.ingredient-tag.removed:hover{opacity:1}.extras-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.extra-card{border:1px solid #f1f2f6;background:#fff;padding:15px;border-radius:16px;cursor:pointer;position:relative;text-align:left;transition:all .2s ease;display:flex;flex-direction:column;justify-content:center;box-shadow:0 2px 5px #00000005}.extra-card:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000000d;border-color:#dfe4ea}.extra-card.selected{border:2px solid #ff4757;background:#fff5f6;padding:14px}.extra-info{display:flex;justify-content:space-between;align-items:center;width:100%}.extra-name{font-weight:600;color:#2d3436;font-size:.95rem}.extra-price{font-size:.9rem;color:#ff4757;font-weight:700;background:#ff47571a;padding:2px 8px;border-radius:8px}.check-mark{position:absolute;top:-8px;right:-8px;background:#ff4757;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;box-shadow:0 2px 5px #0003;animation:popIn .2s cubic-bezier(.175,.885,.32,1.275)}.modal-footer{padding:20px 30px;background:#fff;border-top:1px solid rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center;box-shadow:0 -5px 20px #0000000d;z-index:10}.total-section{display:flex;flex-direction:column}.total-label{font-size:.8rem;color:#999;text-transform:uppercase;font-weight:700;letter-spacing:1px}.total-amount{font-size:1.8rem;color:#2d3436;font-weight:800;line-height:1}.btn-confirm-modal{background:#1a1a1a;color:#fff;border:none;padding:16px 40px;border-radius:16px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 20px #00000026}.btn-confirm-modal:hover{background:#ff4757;transform:translateY(-2px);box-shadow:0 15px 30px #ff47574d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes popIn{0%{transform:scale(0)}to{transform:scale(1)}}@media(max-width:576px){.modal-content{height:100%;max-height:100%;border-radius:0}.extras-grid{grid-template-columns:1fr}.btn-confirm-modal{padding:16px 25px}}.menu-hero-premium{padding:140px 0 80px;background:linear-gradient(to bottom,#fff,#f9f9fb);position:relative;overflow:hidden;margin-top:0}.hero-subtitle{display:inline-flex;align-items:center;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#2d3436;margin-bottom:20px;background:#00000008;padding:8px 16px;border-radius:50px}.hero-title{font-size:4rem;line-height:1.1;color:#1a1a1a;font-weight:800;margin-bottom:25px}.text-serif-italic{font-family:var(--font-serif);font-style:italic;font-weight:400;color:var(--accent)}.hero-desc{font-size:1.1rem;color:#636e72;line-height:1.7;margin-bottom:40px;max-width:480px}.features-row{display:flex;gap:30px}.feature-item{display:flex;align-items:center;gap:12px}.icon-circle{width:45px;height:45px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--accent);font-size:1.1rem;box-shadow:0 5px 15px #0000000d}.feature-item span{font-weight:600;color:#2d3436;font-size:.9rem}.hero-visual-stage{position:relative;height:400px;display:flex;justify-content:center;align-items:center}.bg-circle{position:absolute;width:350px;height:350px;background:#ffeaa7;opacity:.15;border-radius:50%;z-index:0}.main-image-container{position:relative;z-index:5;width:300px;height:300px}.hero-sushi-img{width:100%;height:100%;object-fit:cover;border-radius:40px;box-shadow:0 20px 40px #00000026;border:5px solid white}.animate-float-hero{animation:heroFloat 6s ease-in-out infinite}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.floating-tag{position:absolute;background:#fff;padding:10px 20px;border-radius:50px;font-weight:600;font-size:.9rem;color:#2d3436;box-shadow:0 10px 25px #0000001a;z-index:6;display:flex;align-items:center;gap:8px;white-space:nowrap}.icon-check{color:#2ecc71;font-weight:700}.icon-remove{color:#e74c3c;font-weight:700}.icon-plus{color:#f1c40f;font-weight:700;font-size:1.2rem}.tag-1{top:10%;right:10%;animation:floatTag 5s infinite ease-in-out}.tag-2{bottom:20%;left:0%;animation:floatTag 6s infinite ease-in-out 1s}.tag-3{top:40%;left:-5%;animation:floatTag 7s infinite ease-in-out .5s}@keyframes floatTag{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:991px){.hero-title{font-size:3rem}.hero-visual-stage{margin-top:50px;height:350px}.floating-tag{padding:8px 15px;font-size:.8rem}}.menu-card-light{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000000a;transition:all .3s ease;border:1px solid rgba(0,0,0,.03);display:flex;flex-direction:column;height:100%;position:relative}.menu-card-light:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000014}.card-image-box{height:200px;width:100%;overflow:hidden;position:relative;background:#f4f4f4}.card-image-box img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.menu-card-light:hover .card-image-box img{transform:scale(1.08)}.badge-pop{position:absolute;top:12px;left:12px;background:#ff4757;color:#fff;padding:5px 12px;border-radius:30px;font-size:.75rem;font-weight:700;text-transform:uppercase;box-shadow:0 4px 10px #00000026;z-index:2}.card-body{padding:24px;display:flex;flex-direction:column;flex-grow:1;text-align:left}.menu-page-light{background-color:#f9f9fb;min-height:100vh;padding-top:80px;padding-bottom:150px}.title-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.title-row h3{font-size:1.25rem;font-weight:700;color:#2d3436;margin:0;line-height:1.2;padding-right:10px}.price{font-size:1.2rem;font-weight:800;color:#ff4757;white-space:nowrap}.desc{font-size:.95rem;color:#636e72;line-height:1.5;margin-bottom:25px;flex-grow:1}.actions-row{display:flex;gap:12px;margin-top:auto}.btn-customize{flex:1;background:#f1f2f6;color:#2d3436;border:none;padding:12px;border-radius:12px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.btn-customize:hover{background:#dfe4ea;color:#000}.btn-customize i{font-size:.9em}.btn-add{flex:1.2;background:#ff4757;color:#fff;border:none;padding:12px;border-radius:12px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #ff475740}.btn-add:hover{background:#f34;transform:translateY(-2px);box-shadow:0 6px 15px #ff475759}
