@import url(https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap);@import url(https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{background-color:#fff;box-shadow:0 2px 5px #0000001a;color:#000;font-family:Arial,sans-serif;height:60px;padding:0 40px;position:-webkit-sticky;position:sticky;top:0;z-index:999}.navbar,.navbar-content{align-items:center;display:flex}.navbar-content{justify-content:space-between;margin:0 auto;max-width:1125px;width:100%}.nav-logo{color:#ee032b;cursor:pointer;font-family:Dancing Script,cursive;font-size:34px;font-weight:700;margin-left:18px}.nav-links{display:flex;font-size:16px;font-weight:500;gap:40px;list-style:none;margin:0;padding:0;transition:right .36s cubic-bezier(.57,1.51,.42,.98)}.nav-links li{color:#000;cursor:pointer;padding-bottom:5px;position:relative;transition:color .3s}.nav-links li.active,.nav-links li:hover{color:#ee032b}.nav-links li.active:after{background-color:#ee032b;border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;width:100%}.nav-right{align-items:center;display:flex;gap:30px}.icon{stroke:#000;cursor:pointer;transition:stroke .3s}.icon:hover{stroke:#ee032b}.sign-in-btn{background:#0000;border:1.5px solid #ee032b;border-radius:25px;color:#ee032b;cursor:pointer;font-size:14px;font-weight:600;padding:6px 18px;transition:background-color .3s,color .3s}.sign-in-btn:hover{background-color:#ee032b;color:#fff}.search-container{align-items:center;display:flex;position:relative}.desktop-search-btn{background:none;border:none;cursor:pointer;margin-right:6px;outline:none;padding:0;position:relative;transition:color .3s;z-index:11}.desktop-search-btn .icon{transition:stroke .4s cubic-bezier(.57,1.51,.42,.98)}.desktop-search-btn.show-search .icon{stroke:#ee032b}.desktop-search-input{background:#fff;border:2px solid #ee032b;border-radius:25px;box-shadow:0 2px 8px #ee032b1f;font-size:15px;opacity:0;outline:none;padding:0;position:absolute;right:0;top:50%;transform:translateY(-50%) translateX(100%);transition:transform .35s ease,opacity .35s ease,width .35s ease,padding .35s ease;width:0;z-index:10}.desktop-search-input.show-search{box-shadow:0 2px 8px #ee032b4d;opacity:1;padding:6px 16px;transform:translateY(-50%) translateX(0);width:180px}.search-results-dropdown{background:#fff;border:1.5px solid #ee032b;border-radius:0 0 12px 12px;border-top:none;box-shadow:0 4px 12px #ee032b33;color:#000;font-size:14px;max-height:200px;overflow-y:auto;position:absolute;right:0;top:100%;width:180px;z-index:20}.search-results-dropdown li{cursor:pointer;padding:8px 14px;transition:background-color .2s ease}.search-results-dropdown li:hover{background-color:#fee}.burger-btn{background:none;border:none;cursor:pointer;display:none;height:40px;position:relative;width:40px;z-index:999}.burger-bar{background:#ee032b;border-radius:2px;display:block;height:3.5px;margin:5px auto;transition:.23s cubic-bezier(.57,1.51,.42,.98);width:27px}.burger-btn.open .burger-bar:first-child{transform:translateY(8px) rotate(45deg)}.burger-btn.open .burger-bar:nth-child(2){opacity:0}.burger-btn.open .burger-bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-action-item,.mobile-sign-in{display:none}.mobile-action-btn{align-items:center;background:#0000;border:1.5px solid #ee032b;border-radius:25px;color:#ee032b;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;padding:12px 16px;transition:all .3s ease;width:100%}.mobile-action-btn:hover{background:#ee032b;color:#fff}.mobile-action-btn:hover .mobile-icon{stroke:#fff}.mobile-icon{stroke:#ee032b;transition:stroke .3s ease}.mobile-search-input{margin-bottom:8px;margin-top:5px;width:100%}.mobile-search-input-wrap{align-items:center;display:flex;gap:12px;margin-bottom:8px;width:100%}.mobile-search-icon{align-items:center;display:flex;justify-content:center;padding:0 10px 0 0}.mobile-search-input{background:#fff;border:1.5px solid #ee032b;border-radius:25px;flex:1 1;font-size:16px;outline:none;padding:9px 16px;transition:border-color .25s}.mobile-search-input:focus{border-color:#c50225}@media (max-width:1100px){.navbar{padding:0 12px}.nav-logo{font-size:28px;margin-left:8px}.nav-links{align-items:flex-start;background:#fff;box-shadow:-3px 0 18px #0000001a;flex-direction:column;gap:25px;height:calc(100vh - 60px);max-width:350px;overflow-y:auto;padding:32px;position:fixed;right:-100vw;top:60px;transition:right .36s cubic-bezier(.57,1.51,.42,.98);width:78vw;z-index:201}.nav-links.nav-open{right:0}.burger-btn{display:inline-block;z-index:210}.nav-right .icon,.nav-right .sign-in-btn{display:none}.mobile-action-item,.mobile-sign-in{display:block;margin-top:10px;text-align:center;width:100%}.mobile-sign-in .sign-in-btn{background:#ee032b;border:none;border-radius:25px;box-shadow:0 2px 8px #ee032b26;color:#fff;font-size:17px;font-weight:700;padding:14px 0;transition:background .2s,color .2s;width:100%}.mobile-sign-in .sign-in-btn:hover{background:#c50225;color:#fff}}.nav-overlay{animation:fadeIn .2s;background:#00000040;bottom:0;left:0;position:fixed;right:0;top:0;z-index:200}@media (max-width:400px){.nav-links{width:97vw}}.autocomplete-dropdown{left:0;right:0}.mobile-autocomplete-dropdown{right:auto}.autocomplete-dropdown::-webkit-scrollbar{width:6px}.autocomplete-dropdown::-webkit-scrollbar-thumb{background-color:#00000026;border-radius:3px}.desktop-search-input,.mobile-search-input{border:1.5px solid #ccc;border-radius:6px;box-sizing:border-box;font-size:15px;outline:none;padding:8px 12px;transition:border-color .3s ease;width:100%}.desktop-search-input:focus,.mobile-search-input:focus{border-color:#ee032b;box-shadow:0 0 6px #ee032b4d}@media (max-width:768px){.autocomplete-dropdown{font-size:13px;max-height:180px}}.autocomplete-dropdown{border:1px solid #ddd;border-radius:6px;box-shadow:0 4px 8px #0000001a;font-size:14px;margin-top:6px;max-height:220px;min-width:250px;width:280px;z-index:1500}.autocomplete-dropdown,.mobile-autocomplete-dropdown{background:#fff;left:50%;list-style:none;max-width:320px;overflow-y:auto;padding:0;position:absolute;top:100%;transform:translateX(-50%)}.mobile-autocomplete-dropdown{border:1px solid #ccc;border-radius:6px;max-height:200px;width:90vw;z-index:2000}.autocomplete-item{border-bottom:1px solid #eee;cursor:pointer;overflow:hidden;padding:10px 14px;text-overflow:ellipsis;transition:background-color .15s ease;white-space:nowrap}.autocomplete-item:last-child{border-bottom:none}.autocomplete-item:focus,.autocomplete-item:hover{background-color:#f7f7f7;outline:none}.user-dropdown-container{display:inline-block;position:relative}.user-icon-btn{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:background-color .2s ease}.user-icon-btn:hover{background-color:#ffffff1a}.user-icon-btn .icon{color:#fff}.user-dropdown{animation:slideDown .2s ease-out;background:#fff;border-radius:8px;box-shadow:0 8px 25px #00000026;margin-top:8px;min-width:200px;overflow:hidden;position:absolute;right:0;top:100%;z-index:1000}.user-dropdown-header{background-color:#f8f9fa;border-bottom:1px solid #e9ecef;color:#333;font-size:14px;font-weight:600;padding:16px}.user-dropdown-item{align-items:center;background:none;border:none;color:#333;cursor:pointer;display:flex;font-size:14px;gap:12px;padding:12px 16px;text-align:left;transition:background-color .2s ease;width:100%}.user-dropdown-item:hover{background-color:#f8f9fa}.user-dropdown-item:last-child{border-top:1px solid #e9ecef}.dropdown-icon{color:#6c757d;flex-shrink:0}.mobile-user-menu{display:flex;flex-direction:column;gap:8px;padding:10px 0}.mobile-dropdown-btn{background:none;border:1px solid #ffffff4d;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .2s ease}.mobile-dropdown-btn:hover{background-color:#ffffff1a;border-color:#ffffff80}@media (max-width:768px){.user-dropdown-container{display:none}}@media (max-width:1100px){.navbar{padding:0 12px}.nav-logo{font-size:28px;margin-left:8px}.nav-links{align-items:flex-start;background:#fff;box-shadow:-3px 0 18px #0000001a;flex-direction:column;gap:25px;height:calc(100vh - 60px);max-width:350px;overflow-y:auto;padding:32px;position:fixed;right:-100vw;top:60px;transition:right .36s cubic-bezier(.57,1.51,.42,.98);width:78vw;z-index:201}.nav-links.nav-open{right:0}.burger-btn{display:inline-block;z-index:210}.nav-right .icon,.nav-right .sign-in-btn{display:none}.nav-right .user-dropdown-container{display:inline-block!important}.user-icon-btn{display:flex!important}.mobile-action-item,.mobile-sign-in{display:block;margin-top:10px;text-align:center;width:100%}.mobile-sign-in .sign-in-btn{background:#ee032b;border:none;border-radius:25px;box-shadow:0 2px 8px #ee032b26;color:#fff;font-size:17px;font-weight:700;padding:14px 0;transition:background .2s,color .2s;width:100%}.mobile-sign-in .sign-in-btn:hover{background:#c50225;color:#fff}}@media (max-width:768px){.user-icon-btn{margin-right:8px;padding:6px!important}.user-icon-btn .icon{height:20px!important;width:20px!important}.user-dropdown{min-width:180px;right:8px}}@media (max-width:400px){.nav-links{width:97vw}.user-dropdown{font-size:13px;min-width:160px;right:4px}.user-dropdown-item{font-size:13px;padding:10px 12px}}.mobile-user-section{background:linear-gradient(135deg,#ee032b,#c50225);border-radius:12px;box-shadow:0 4px 15px #ee032b33;margin-top:15px;padding:20px;width:100%}.mobile-user-welcome{align-items:center;border-bottom:1px solid #fff3;color:#fff;display:flex;font-size:16px;font-weight:600;gap:12px;margin-bottom:18px;padding-bottom:15px}.mobile-user-welcome .mobile-user-icon{stroke:#fff;flex-shrink:0;height:22px;width:22px}.mobile-user-actions{display:flex;flex-direction:column;gap:12px}.mobile-user-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:500;gap:10px;justify-content:center;overflow:hidden;padding:14px 18px;position:relative;transition:all .3s ease;width:100%}.mobile-user-btn:active,.mobile-user-btn:hover{background:#ffffff40;border-color:#fff6;box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.mobile-btn-icon{stroke:#fff;flex-shrink:0;height:18px;transition:transform .2s ease;width:18px}.mobile-user-btn:hover .mobile-btn-icon{transform:scale(1.1)}.past-orders-btn{background:#ffffff1f}.past-orders-btn:hover{background:#ffffff38}.logout-btn{background:#ffffff1a;border-color:#ffffff26}.logout-btn:hover{background:#fff3;border-color:#ffffff4d}.mobile-user-section{animation:slideInFromRight .4s ease-out}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@media (max-width:400px){.mobile-user-section{margin-top:12px;padding:16px}.mobile-user-welcome{font-size:15px;margin-bottom:15px;padding-bottom:12px}.mobile-user-btn{font-size:14px;padding:12px 16px}.mobile-btn-icon{height:16px;width:16px}}@media (prefers-color-scheme:dark){.mobile-user-section{background:linear-gradient(135deg,#d4021f,#a8011a)}}.hero-slider{height:729px;overflow:hidden;position:relative;width:100%}.slide{align-items:center;animation-fill-mode:forwards;background-position:50%;background-size:cover;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transform-origin:center;transition:opacity 1s ease-in-out;width:100%}.slide.active{animation:zoomIn 20s linear forwards;opacity:1;z-index:1}.overlay{background-color:#0006;inset:0;position:absolute;z-index:1}.slide-content{color:#fff;max-width:600px;padding:0 20px;position:relative;text-align:center;z-index:2}.slide-content h1{font-size:4rem;font-weight:900;letter-spacing:2px;margin-bottom:20px;text-transform:uppercase}.slide-content p{font-size:1.1rem;line-height:1.5;margin-bottom:30px}.slide-content button{background-color:#ee032b;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:15px 40px;transition:background-color .3s ease}.slide-content button:hover{background-color:#b50022}.pagination-dots{bottom:15px;display:flex;gap:12px;justify-content:center;position:absolute;width:100%;z-index:10}.dot{background-color:#fff9;border-radius:50%;cursor:pointer;height:14px;transition:background-color .3s ease;width:14px}.dot:hover{background-color:#fff}.dot.active{background-color:#ee032b}@keyframes zoomIn{0%{transform:scale(1)}to{transform:scale(1.1)}}@media (max-width:768px){.hero-slider{height:500px}.slide-content h1{font-size:2.5rem;margin-bottom:15px}.slide-content p{font-size:1rem;margin-bottom:20px}.slide-content button{font-size:.9rem;padding:12px 30px}}@media (max-width:480px){.hero-slider{height:420px}.slide-content h1{font-size:2rem}.slide-content p{font-size:.95rem}.slide-content button{font-size:.85rem;padding:10px 24px}.dot{height:10px;width:10px}}.menu-section{margin:0 auto;max-width:1100px;padding:50px 40px}.section-title{font-family:Dancing Script,cursive;font-size:36px;font-weight:700;margin-bottom:30px;text-align:center}.category-filter{margin-bottom:40px;text-align:center}.category-btn{background-color:initial;border:none;border-radius:30px;color:#222;cursor:pointer;font-size:16px;font-weight:500;margin:0 18px;padding:10px 20px;transition:all .3s ease}.category-btn:hover{color:#ee032b}.category-btn.active{background-color:#22252e;color:#fff;font-weight:700}.menu-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.menu-card{background-color:#f1f1f1;border-radius:25px;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease}.menu-card:hover{transform:translateY(-8px)}.menu-image-wrapper{align-items:center;background-color:#ededed;border-bottom-left-radius:25px;border-bottom-right-radius:25px;display:flex;height:200px;justify-content:center;padding:20px 0}.menu-image-wrapper img{max-height:160px;object-fit:contain}.menu-info{background-color:#22252e;border-top-left-radius:35px;border-top-right-radius:35px;color:#fff;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:20px 25px}.menu-info h3{font-weight:700;margin-bottom:10px}.menu-info p{flex-grow:1;font-size:14px;line-height:1.4;margin-bottom:15px}.menu-footer{align-items:center;display:flex;justify-content:space-between}.price{font-size:18px;font-weight:700}.add-to-cart{align-items:center;background-color:#fff;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:18px;height:36px;justify-content:center;transition:background-color .3s ease;width:36px}@keyframes fadeScaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.menu-card{animation:fadeScaleIn .2s ease forwards;opacity:0;transform:scale(.95);transition:transform .2s ease,box-shadow .3s ease}.menu-card:first-child{animation-delay:.1s}.menu-card:nth-child(2){animation-delay:.15s}.menu-card:nth-child(3){animation-delay:.2s}.menu-card:nth-child(4){animation-delay:.25s}.menu-card:nth-child(5){animation-delay:.3s}.menu-card:nth-child(6){animation-delay:.35s}.menu-card:nth-child(7){animation-delay:.4s}.menu-card:nth-child(8){animation-delay:.45s}.menu-card:nth-child(9){animation-delay:.5s}.menu-card:hover{box-shadow:0 6px 18px #00000026;transform:translateY(-8px) scale(1.03)}.menu-section{opacity:0;transform:translateY(50px) scale(.97);transition:opacity .7s cubic-bezier(.57,1.51,.42,.98),transform .7s cubic-bezier(.57,1.51,.42,.98);will-change:opacity,transform}.menu-section.menu-visible{opacity:1;transform:translateY(0) scale(1)}@media (max-width:900px){.menu-grid{gap:28px;grid-template-columns:1fr!important}.menu-card{margin:0 auto;max-width:440px;width:94%}.menu-section{padding-left:4vw;padding-right:4vw}}@media (max-width:500px){.menu-card{max-width:98vw;width:100%}.menu-section{padding-left:0;padding-right:0}}@media (max-width:600px) and (orientation:portrait){.menu-image-wrapper{height:250px!important;padding:18px 0}.menu-image-wrapper img{max-height:200px!important}.menu-section{padding:24px 4vw}.section-title{font-size:25px;margin-bottom:20px}.category-filter{margin-bottom:18px}.category-btn{font-size:14px;margin:0 6px;padding:8px 10px}.menu-grid{gap:16px;grid-template-columns:1fr}.menu-card{border-radius:18px}.menu-image-wrapper{border-bottom-left-radius:18px;border-bottom-right-radius:18px;height:120px;padding:12px 0}.menu-image-wrapper img{max-height:90px}.menu-info{border-top-left-radius:22px;border-top-right-radius:22px;padding:20px 32px}.menu-info h3{font-size:16px;margin-bottom:6px}.menu-info p{font-size:12px;margin-bottom:7px}.menu-footer{font-size:14px}.add-to-cart,.price{font-size:15px}.add-to-cart{height:30px;width:30px}}.menu-card{border:none;position:relative;transition:transform .32s cubic-bezier(.51,1.15,.4,1),box-shadow .32s cubic-bezier(.51,1.15,.4,1),background .3s;z-index:1}.menu-card:hover{background:#fff0f3;border:none;box-shadow:0 12px 48px 0 #ee032b45,0 2px 20px 0 #0000001a;transform:translateY(-22px) scale(1.06);z-index:3}.footer-section{background:#292d32;color:#fff;margin-top:60px;padding:48px 0 16px}.footer-columns{align-items:flex-start;display:flex;flex-wrap:wrap;gap:0;justify-content:space-around;margin:0 auto 20px;max-width:1100px;padding:0 40px}.footer-col.center{flex:1.6 1}.footer-col{align-items:center;display:flex;flex:1 1;flex-direction:column;font-size:18px;max-width:350px;min-width:220px;text-align:center}.footer-col.left{max-width:320px}.footer-col.center{flex:5 1;max-width:360px;min-width:230px}.footer-col.right{flex:0 1;max-width:250px;min-width:200px}.footer-title{font-family:Dancing Script,cursive;font-size:30px;font-weight:600;margin-bottom:16px}.footer-socials{gap:18px;margin-top:18px}.footer-socials,.footer-socials a{display:flex;justify-content:center}.footer-socials a{align-items:center;background:#fff;border-radius:50%;color:#292d32;font-size:21px;height:38px;text-decoration:none;transition:background .2s,color .2s;width:38px}.footer-socials a:hover{background:#ee032b;color:#fff}.footer-bottom{border-top:1px solid #444;color:#fff;font-size:16px;margin-top:24px;padding-top:12px;text-align:center}.footer-map{margin-bottom:10px}.footer-map iframe{background:#fff;border-radius:10px!important;box-sizing:border-box;display:block;height:140px;margin:0 auto;max-width:340px;min-width:200px;width:100%}.footer-contact{font-family:Inter,Arial,sans-serif;font-size:17px;line-height:2;margin-top:18px;text-align:left}.footer-icon{display:inline-block;margin-right:10px;position:relative;top:2px;vertical-align:middle}.footer-col.left{align-items:flex-start;text-align:left}.footer-newsletter{margin-bottom:18px;text-align:center}.footer-newsletter-label{color:#fff;display:block;font-size:17px;font-weight:500;margin-bottom:10px}.footer-newsletter-form{display:flex;flex-direction:row;gap:0;justify-content:center;margin-top:10px;width:100%}.footer-newsletter-input{background:#eee9e9!important;border:none!important;border-radius:6px 0 0 6px!important;color:#292d32!important;flex:1 1 auto!important;max-width:270px!important;min-width:120px!important;outline:none!important;padding:12px 16px!important}.footer-newsletter-btn,.footer-newsletter-input{box-sizing:border-box!important;font-size:16px!important}.footer-newsletter-btn{align-items:center!important;background:#ee032b;border:none!important;border-radius:0 6px 6px 0!important;color:#fff;cursor:pointer!important;display:flex!important;font-weight:600!important;height:43.2px!important;justify-content:center!important;max-width:160px!important;min-width:140px!important;padding:12px 24px!important;transition:background .2s;white-space:nowrap!important}.footer-newsletter-btn:hover{background:#c50225}.footer-section{opacity:0;transform:translateY(50px);transition:opacity .7s cubic-bezier(.57,1.51,.42,.98),transform .7s cubic-bezier(.57,1.51,.42,.98);will-change:opacity,transform}.footer-section.footer-visible{opacity:1;transform:translateY(0)}.footer-col.left .footer-title{margin-left:auto;margin-right:auto;text-align:center;width:100%}.footer-title{color:#fff}.footer-section{color:#eee9e9}.footer-socials a{background:#eee9e9}.footer-newsletter-label{color:#eee9e9!important}.footer-newsletter-input{background:#eee9e9;color:#292d32}@media (max-width:1100px){.footer-columns{align-items:center;flex-direction:column;gap:36px;max-width:97vw;padding:0 10px}.footer-col,.footer-col.left{align-items:center!important;margin-bottom:10px;min-width:0;text-align:center!important;width:100%}.footer-map iframe{height:140px!important;max-width:100vw;min-width:160px;width:95vw!important}}@media (max-width:600px){.footer-section{padding:30px 0 8px}.footer-title{font-size:28px;margin-bottom:8px}.footer-newsletter-label{font-size:15px}.footer-newsletter-form{flex-direction:row!important;gap:0;justify-content:center;width:100%}.footer-newsletter-input{border-radius:6px 0 0 6px!important}.footer-newsletter-btn,.footer-newsletter-input{font-size:15px;max-width:none;min-width:0;min-width:auto;padding:7px 10px;width:auto}.footer-newsletter-btn{border-radius:0 6px 6px 0!important;height:44.2px!important}.footer-newsletter-input{flex:1 1 auto;max-width:200px;min-width:120px}.footer-map iframe{border-radius:10px!important;height:120px!important;min-width:120px;width:90vw!important}.footer-socials{flex-wrap:wrap;gap:10px}.footer-newsletter-btn{font-size:16px;max-width:140px;min-width:100px;white-space:nowrap}.footer-socials a{font-size:18px;height:32px;width:32px}.footer-bottom{font-size:13px;padding-top:8px}}@media (max-width:400px){.footer-section{padding:16px 0 4px}.footer-title{font-size:15px}.footer-newsletter-btn,.footer-newsletter-input{font-size:12px;padding:5px 6px}.footer-map iframe{height:80px!important}}.ff-promo-cards-section{margin:48px auto;max-width:1100px;width:100%}.ff-promo-cards-container,.ff-promo-cards-section{display:flex;flex-wrap:wrap;justify-content:center}.ff-promo-cards-container{gap:48px}.ff-promo-card{align-items:center;background:#23272f;border-radius:10px;box-shadow:0 4px 28px #00000014;display:flex;gap:36px;height:125px;margin:6px auto -15px;max-width:520px;min-height:125px;min-width:420px;padding:28px 34px}.ff-promo-img-circle{align-items:center;background:#fff;border:5px solid #ee032b;border-radius:50%;display:flex;height:130px;justify-content:center;overflow:hidden;padding:5px;width:130px}.ff-promo-img-circle img{border-radius:50%;height:125px;object-fit:cover;width:125px}.ff-promo-content{color:#fff;display:flex;flex-direction:column;gap:10px}.ff-promo-title{font-family:Dancing Script,cursive;font-size:32px;font-weight:500;margin:0 0 3px}.ff-promo-discount{align-items:flex-end;display:flex;font-family:Dancing Script,cursive;font-size:30px;font-weight:400;gap:4px}.ff-promo-percent{font-family:serif;font-size:36px;font-weight:600}.ff-promo-off{font-size:18px;margin-bottom:5px}.ff-promo-btn{align-items:center;background:#ee032b;border:none;border-radius:30px;color:#fff;cursor:pointer;display:flex;font-size:18px;font-weight:500;gap:12px;height:40px;margin-top:6px;outline:none;padding:6px 22px 6px 15px;transition:background .2s,color .2s;width:163px}.ff-promo-btn:hover{background:#c50225;color:#fff}.ff-promo-cart{align-items:center;display:flex;font-size:21px;margin-left:6px}.ff-promo-cart svg{stroke:#fff!important}@media (max-width:600px){.ff-promo-cards-container,.ff-promo-cards-section{padding:0}.ff-promo-card{align-items:center;border-radius:20px;box-sizing:border-box;flex-direction:row;gap:12px;height:170px;margin:6px auto -15px;max-width:99vw;min-width:0;min-width:auto;padding:12px 8px;width:95vw}.ff-promo-img-circle{border-width:5px;height:130px;min-width:110px;padding:2px;width:130px}.ff-promo-img-circle img{height:120px;width:120px}.ff-promo-content{align-items:flex-start;gap:7px;text-align:left}.ff-promo-title{font-size:30px;margin-bottom:1px}.ff-promo-discount{font-size:20px}.ff-promo-percent{font-size:27px}.ff-promo-off{font-size:15px;margin-bottom:2px}.ff-promo-btn{border-radius:18px;font-size:13px;gap:7px;margin-top:3px;min-width:0;padding:7px 15px 7px 13px;width:125px}.ff-promo-cart svg{height:18px!important;width:18px!important}}.about-section{align-items:center;background:linear-gradient(135deg,#2d1810,#1a1a1a 50%,#0f0f0f);border-radius:24px;box-shadow:0 12px 24px #00000047,0 0 40px #fdc53a17,inset 0 1px 0 #ffffff1a;box-sizing:border-box;display:flex;justify-content:center;margin:36px auto;max-width:1100px;min-height:440px;overflow:hidden;padding:44px 18px;position:relative;width:95vw}.bg-decoration{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.floating-shape{animation:float 6s ease-in-out infinite;background:linear-gradient(45deg,#fdc53a,#ffe08b);border-radius:50%;opacity:.05;position:absolute}.shape-1{animation-delay:0s;height:100px;right:10%;top:10%;width:100px}.shape-2{animation-delay:2s;bottom:20%;height:60px;left:5%;width:60px}.shape-3{animation-delay:4s;height:80px;right:5%;top:60%;width:80px}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}.about-container{align-items:center;display:flex;gap:60px;max-width:1000px;opacity:0;transform:translateY(30px);transition:all .8s ease-out;width:100%}.about-container.fade-in{opacity:1;transform:translateY(0)}.about-image{display:flex;flex:1 1;justify-content:center;position:relative}.image-wrapper{border-radius:30px;height:350px;overflow:hidden;position:relative;transition:transform .3s ease;width:350px}.image-wrapper:hover{transform:scale(1.05) rotate(2deg)}.image-wrapper img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.image-overlay{background:linear-gradient(45deg,#fdc53a33,#ffe08b1a);bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.image-wrapper:hover .image-overlay{opacity:1}.pulse-ring{animation:pulse-ring 2s infinite;border:2px solid #fdc53a;border-radius:40px;bottom:-10px;left:-10px;opacity:0;position:absolute;right:-10px;top:-10px}@keyframes pulse-ring{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(1.2)}}.about-content{color:#fff;display:flex;flex:1 1;flex-direction:column;gap:25px}.title-section{position:relative}.subtitle{color:#fdc53a;display:block;font-size:16px;font-weight:600;letter-spacing:2px;margin-bottom:10px;text-transform:uppercase}.about-title{font-family:Dancing Script,cursive;font-size:42px;font-weight:700;line-height:1.2;margin:0}.highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fdc53a,#ffe08b);-webkit-background-clip:text;background-clip:text;position:relative}.title-underline{animation:expand .8s ease-out .5s both;background:linear-gradient(90deg,#fdc53a,#ffe08b);border-radius:2px;height:4px;margin-top:15px;width:80px}@keyframes expand{0%{width:0}to{width:80px}}.about-desc{color:#e0e0e0;font-size:17px;line-height:1.7;margin:0;text-align:justify}.about-desc.secondary{color:#b0b0b0;font-size:15px}.stats-container{display:flex;gap:20px;margin:15px 0}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #fdc53a33;border-radius:20px;cursor:pointer;flex:1 1;padding:20px 15px;text-align:center;transition:all .3s ease}.stat-card.hovered,.stat-card:hover{background:#fdc53a1a;border-color:#fdc53a;box-shadow:0 10px 30px #fdc53a33;transform:translateY(-10px)}.stat-icon{font-size:24px;margin-bottom:10px}.stat-number{color:#fdc53a;font-size:26px;font-weight:700;margin-bottom:5px}.stat-label{color:#b0b0b0;font-size:13px;font-weight:500}.about-btn{align-items:center;align-self:flex-start;background:linear-gradient(135deg,#fdc53a,#ffe08b);border:none;border-radius:50px;box-shadow:0 8px 25px #fdc53a4d;color:#1a1a1a;cursor:pointer;display:flex;font-size:17px;font-weight:600;gap:10px;overflow:hidden;padding:16px 35px;position:relative;transition:all .3s ease}.about-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.about-btn:hover:before{left:100%}.about-btn:hover{box-shadow:0 15px 35px #fdc53a66;transform:translateY(-3px)}.about-btn svg{transition:transform .3s ease}.about-btn:hover svg{transform:translateX(5px)}@media (max-width:1200px){.about-section{border-radius:18px;margin:28px auto;max-width:98vw;padding:36px 7vw}.about-container{flex-direction:column;gap:38px;text-align:center}.image-wrapper{height:350px;width:350px}.about-title{font-size:32px}.stats-container{justify-content:center}}@media (max-width:600px){.about-section{border-radius:11px;margin:12px auto;max-width:100vw;padding:18px 4vw}.about-container{gap:22px}.image-wrapper{height:250px;width:250px}.about-title{font-size:24px}.about-desc{font-size:14px;text-align:center}.stats-container{flex-direction:column;gap:10px}.stat-card{padding:10px 6px}.about-btn{align-self:center;font-size:13px;padding:11px 14px}}.ff-cart-dancing{font-family:Dancing Script,cursive;font-weight:700;letter-spacing:.02em}.ff-cart-page{background-color:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}.ff-cart-container{margin:0 auto;max-width:1200px;padding:2rem 1rem}.ff-cart-title{color:#1f2937;font-family:Dancing Script,cursive;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.ff-cart-empty-cart{padding:4rem 0;text-align:center}.ff-cart-empty-cart p{color:#6b7280;font-size:1.25rem}.ff-cart-items{margin-bottom:2rem}.ff-cart-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:1rem;padding:1.5rem}.ff-cart-item-content{display:flex;flex-direction:column;gap:1rem}.ff-cart-item-img{border-radius:8px;height:6rem;margin:0 auto;object-fit:cover;width:6rem}.ff-cart-item-details{text-align:center}.ff-cart-item-name{color:#1f2937;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.ff-cart-item-size{color:#4b5563;font-size:.875rem;margin-bottom:.25rem}.ff-cart-item-toppings{color:#6b7280;font-size:.875rem;margin-bottom:.75rem}.ff-cart-item-price{color:#ee032b;font-size:1.125rem;font-weight:700}.ff-cart-item-controls{align-items:center;display:flex;flex-direction:column;gap:1rem}.ff-cart-quantity-controls{align-items:center;background-color:#f9fafb;border-radius:8px;display:flex;gap:.75rem;padding:.5rem}.ff-cart-quantity-btn{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:50%;cursor:pointer;display:flex;height:2rem;justify-content:center;transition:all .2s;width:2rem}.ff-cart-quantity-btn:hover{background-color:#f3f4f6;transform:scale(1.05)}.ff-cart-quantity-display{font-size:1.125rem;font-weight:600;min-width:2rem;text-align:center}.ff-cart-remove-btn{align-items:center;background:none;border:none;border-radius:50%;color:#b50022;cursor:pointer;display:flex;height:2.5rem;justify-content:center;transition:all .2s;width:2.5rem}.ff-cart-remove-btn:hover{background-color:#fef2f2;transform:scale(1.1)}.ff-cart-bottom-section{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}.ff-cart-checkout-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.ff-cart-section-title{color:#1f2937;font-size:32px;font-weight:600;margin-bottom:1.5rem;text-align:center}.ff-cart-order-summary{margin-bottom:1.5rem}.ff-cart-summary-row{align-items:center;display:flex;justify-content:space-between;padding:.5rem 0}.ff-cart-discount{color:#059669}.ff-cart-total{border-top:1px solid #e5e7eb;font-size:1.25rem;font-weight:700;margin-top:1rem;padding-top:1rem}.ff-cart-checkout-btn{background:linear-gradient(90deg,#ee032b,#b50022);border:none;border-radius:8px;box-shadow:0 4px 6px #0000001a;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:600;padding:1rem;transition:all .2s;width:100%}.ff-cart-checkout-btn:hover{background:linear-gradient(90deg,#b50022,#b50022);box-shadow:0 6px 8px #00000026;transform:translateY(-1px)}.ff-cart-promo-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.ff-cart-promo-input-group{display:flex;gap:.5rem;margin-bottom:1rem}.ff-cart-promo-input{border:1px solid #d1d5db;border-radius:8px;flex:1 1;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s}.ff-cart-promo-input:focus{border-color:#ee032b;box-shadow:0 0 0 3px #dc26261a;outline:none}.ff-cart-apply-btn{background-color:#1f2937;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:background-color .2s}.ff-cart-apply-btn:hover{background-color:#374151}.ff-cart-remove-promo-btn{background-color:#ee032b;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem;transition:background-color .2s}.ff-cart-remove-promo-btn:hover{background-color:#b50022}.ff-cart-promo-applied{background-color:#ecfdf5;border:1px solid #10b981;border-radius:8px;margin-bottom:1rem;padding:1rem}.ff-cart-promo-applied-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.ff-cart-promo-applied-code{color:#059669;font-family:Courier New,monospace;font-weight:600}.ff-cart-promo-applied-savings{color:#059669;font-size:.875rem;font-weight:500}.ff-cart-promo-message{font-size:.875rem;font-weight:500;margin-bottom:1rem}.ff-cart-promo-message.success{color:#059669}.ff-cart-promo-message.error{color:#dc2626}.ff-cart-promo-hints{background-color:#f9fafb;border-radius:8px;padding:1rem}.ff-cart-promo-hints h3{color:#1f2937;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.ff-cart-promo-code-example{align-items:center;display:flex;justify-content:space-between}.ff-cart-promo-code-example code{background:#fff;border-radius:4px;font-family:Courier New,monospace;font-size:.875rem;padding:.25rem .5rem}.ff-cart-promo-code-example span{color:#6b7280;font-size:.875rem}@media (min-width:768px){.ff-cart-item-content{align-items:center;flex-direction:row}.ff-cart-item-img{flex-shrink:0;height:7rem;margin:0;width:7rem}.ff-cart-item-details{flex:1 1;margin-left:1rem;text-align:left}.ff-cart-item-controls{align-items:center;flex-direction:row;gap:1rem}.ff-cart-bottom-section{grid-template-columns:1fr 1fr}.ff-cart-mobile-order{order:0}}@media (max-width:767px){.ff-cart-promo-section{order:1}.ff-cart-checkout-section{order:2}}@media (min-width:1024px){.ff-cart-checkout-section,.ff-cart-container,.ff-cart-item,.ff-cart-promo-section{padding:2rem}}.fco-checkout-page{background-color:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}.fco-checkout-page,.fco-checkout-page *{box-sizing:border-box}.fco-checkout-container{margin:0 auto;max-width:1200px;padding:2rem 1rem}.fco-checkout-title{color:#1f2937;font-family:Dancing Script;font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.fco-checkout-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}.fco-checkout-form{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a}.fco-form-section{border-bottom:1px solid #e5e7eb;padding:2rem}.fco-form-section:last-child{border-bottom:none}.fco-section-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1.5rem}.fco-section-icon{color:#dc2626;height:1.5rem;width:1.5rem}.fco-section-title{color:#1f2937;font-family:Dancing Script;font-size:1.5rem;font-weight:600}.fco-form-grid{grid-gap:1rem;display:grid;gap:1rem}.fco-form-grid.fco-two-col{grid-template-columns:1fr 1fr}.fco-form-group{display:flex;flex-direction:column}.fco-form-label{color:#374151;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.fco-form-input{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:all .2s}.fco-form-input:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a;outline:none}.fco-form-input.fco-error{border-color:#dc2626}.fco-form-select{background:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;font-size:1rem;padding:.75rem 1rem;transition:all .2s}.fco-form-select:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a;outline:none}.fco-form-select.fco-error{border-color:#dc2626}.fco-error-message{align-items:center;color:#dc2626;display:flex;font-size:.75rem;gap:.25rem;margin-top:.25rem}.fco-password-input-wrapper{position:relative}.fco-password-toggle{align-items:center;background:none;border:none;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:.25rem;position:absolute;right:.75rem;top:50%;transform:translateY(-50%)}.fco-password-toggle:hover{color:#374151}.fco-map-section{margin-top:1rem}.fco-map-controls{display:flex;gap:.75rem;margin-bottom:1rem}.fco-map-toggle{align-items:center;background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;display:flex;flex:1 1;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1rem;transition:all .2s}.fco-map-toggle:hover{background:#e5e7eb}.fco-location-btn{align-items:center;background:#dc2626;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1rem;transition:all .2s;white-space:nowrap}.fco-location-btn:hover:not(:disabled){background:#b91c1c;box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.fco-location-btn:disabled{background:#9ca3af;cursor:not-allowed;opacity:.6;transform:none}.fco-geocoding-loader{align-items:center;color:#6b7280;display:flex;font-size:.875rem;gap:.5rem;margin-left:auto}.fco-map-container{border:1px solid #d1d5db;border-radius:8px;height:300px;margin-top:1rem;overflow:hidden}.fco-map-instructions{color:#6b7280;font-size:.875rem;margin-top:.5rem;text-align:center}.fco-order-summary{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;height:-webkit-fit-content;height:fit-content;padding:2rem}.fco-summary-title{color:#1f2937;font-family:Dancing Script;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.fco-summary-row{align-items:center;display:flex;justify-content:space-between;padding:.5rem 0}.fco-summary-row.fco-discount{color:#059669}.fco-summary-row.fco-total{border-top:1px solid #e5e7eb;font-size:1.25rem;font-weight:700;margin-top:1rem;padding-top:1rem}.fco-place-order-btn{align-items:center;background:linear-gradient(90deg,#dc2626,#b91c1c);border:none;border-radius:8px;box-shadow:0 4px 6px #0000001a;color:#fff;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:1.5rem;padding:1rem;transition:all .2s;width:100%}.fco-place-order-btn:hover:not(:disabled){background:linear-gradient(90deg,#b91c1c,#991b1b);box-shadow:0 6px 8px #00000026;transform:translateY(-1px)}.fco-place-order-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.fco-security-note{align-items:center;color:#6b7280;display:flex;font-size:.875rem;gap:.5rem;justify-content:center;margin-top:1rem}.fco-loading-spinner{animation:fco-spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:1rem;width:1rem}@keyframes fco-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (min-width:768px){.fco-checkout-content{grid-template-columns:2fr 1fr}.fco-form-grid.fco-responsive{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.fco-checkout-container{padding:2rem}}@media (max-width:767px){.fco-form-grid.fco-two-col{grid-template-columns:1fr}.fco-map-controls{flex-direction:column}.fco-location-btn{justify-content:center}}.ff-order-success-container{background-color:#f8f9fa;min-height:100vh}.ff-order-success-main-content{min-height:calc(100vh - 200px);padding:3rem 0}.ff-order-success-inner-container{margin:0 auto;max-width:800px}.ff-order-success-card{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:3rem;text-align:center}.ff-order-success-icon{color:#27ae60;margin-bottom:1.5rem}.ff-order-success-animated-check{animation:ff-checkAnimation .8s ease-in-out;display:inline-block}@keyframes ff-checkAnimation{0%{opacity:0;transform:scale(0) rotate(0deg)}50%{opacity:.8;transform:scale(1.2) rotate(180deg)}to{opacity:1;transform:scale(1) rotate(1turn)}}.ff-order-success-title{color:#2c3e50;font-family:Dancing Script,cursive;font-size:2.2rem;font-weight:700;letter-spacing:.02em;margin-bottom:1rem}.ff-order-success-subtitle{color:#7f8c8d;font-size:1.1rem;margin-bottom:2rem}.ff-order-success-order-info{background:#f8f9fa;border-radius:10px;margin-bottom:2rem;padding:1.5rem}.ff-order-success-order-number h3{color:#e74c3c;font-size:1.3rem;margin-bottom:1rem}.ff-order-success-estimated-time{align-items:center;color:#2980b9;display:flex;font-weight:500;gap:.5rem;justify-content:center}.ff-order-success-icon-inline{color:#e74c3c}.ff-order-success-order-summary{background:#f8f9fa;border-radius:10px;margin-bottom:2rem;padding:1.5rem;text-align:left}.ff-order-success-order-summary h3{color:#2c3e50;margin-bottom:1rem;text-align:center}.ff-order-success-order-item{align-items:center;border-bottom:1px solid #ecf0f1;display:flex;justify-content:space-between;padding:.75rem 0}.ff-order-success-order-item:last-child{border-bottom:none}.ff-order-success-item-details{align-items:center;display:flex;gap:1rem}.ff-order-success-item-name{font-weight:500}.ff-order-success-item-quantity{color:#7f8c8d;font-size:.9rem}.ff-order-success-item-price{color:#e74c3c;font-weight:700}.ff-order-success-order-totals{border-top:2px solid #e74c3c;margin-top:1rem;padding-top:1rem}.ff-order-success-total-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.ff-order-success-final-total{border-top:1px solid #ecf0f1;color:#e74c3c;font-size:1.2rem;font-weight:700;margin-top:.5rem;padding-top:.5rem}.ff-order-success-delivery-info{background:#f8f9fa;border-radius:10px;margin-bottom:2rem;padding:1.5rem;text-align:left}.ff-order-success-delivery-info h3{color:#2c3e50;margin-bottom:1rem;text-align:center}.ff-order-success-delivery-item{align-items:center;display:flex;gap:.5rem;margin-bottom:.75rem}.ff-order-success-delivery-item:last-child{margin-bottom:0}.ff-order-success-action-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.ff-order-success-btn{border:none;border-radius:25px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:12px 30px;text-decoration:none;transition:all .3s ease}.ff-order-success-btn-primary{background:linear-gradient(45deg,#e74c3c,#c0392b);color:#fff}.ff-order-success-btn-primary:hover{background:linear-gradient(45deg,#c0392b,#a93226);transform:translateY(-2px)}.ff-order-success-btn-secondary{background:#0000;border:2px solid #e74c3c;color:#e74c3c}.ff-order-success-btn-secondary:hover{background:#e74c3c;color:#fff;transform:translateY(-2px)}.ff-order-success-additional-info{color:#7f8c8d;font-size:.9rem}.ff-order-success-contact-info{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:.5rem}.ff-order-success-contact-info .ff-order-success-icon-inline{color:#e74c3c}@media (max-width:768px){.ff-order-success-inner-container{padding:0 1rem}.ff-order-success-card{padding:2rem 1rem}.ff-order-success-action-buttons{align-items:center;flex-direction:column}.ff-order-success-btn{width:200px}.ff-order-success-contact-info{flex-direction:column;gap:.5rem}}@media (max-width:480px){.ff-order-success-title{font-size:1.5rem}.ff-order-success-subtitle{font-size:1rem}.ff-order-success-delivery-info,.ff-order-success-order-info,.ff-order-success-order-summary{padding:1rem}}.ff-orders-title{color:#2c3e50;font-family:Dancing Script,cursive;font-size:2.5rem;font-weight:700;letter-spacing:.03em;margin-bottom:.5rem}.ff-orders-container{background:#f8f9fa;color:#333;font-family:Arial,sans-serif;min-height:100vh}.ff-orders-main-content{min-height:calc(100vh - 200px);padding:2rem 0}.ff-orders-inner-container{margin:0 auto;max-width:1200px;padding:0 20px}.ff-orders-page-header{margin-bottom:2rem;text-align:center}.ff-orders-page-header p{color:#7f8c8d;font-size:1.1rem}.ff-orders-filter-section{align-items:center;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1rem 1.5rem}.ff-orders-filter-group{align-items:center;display:flex;gap:.5rem}.ff-orders-filter-select{background:#fff;border:2px solid #e74c3c;border-radius:25px;color:#333;cursor:pointer;font-weight:500;outline:none;padding:.5rem 1rem}.ff-orders-orders-count{color:#7f8c8d;font-weight:500}.ff-orders-list{display:flex;flex-direction:column;gap:1rem}.ff-orders-order-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.ff-orders-order-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-2px)}.ff-orders-order-header{cursor:pointer;padding:1.5rem}.ff-orders-order-info{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.ff-orders-order-number-date{display:flex;flex-direction:column}.ff-orders-order-number{color:#e74c3c;font-size:1.2rem;margin-bottom:.25rem}.ff-orders-order-date{color:#7f8c8d;font-size:.9rem}.ff-orders-order-status{align-items:center;display:flex;font-weight:500;gap:.5rem}.ff-orders-status-icon.ff-orders-delivered{color:#27ae60}.ff-orders-status-icon.ff-orders-cancelled{color:#e74c3c}.ff-orders-order-summary{align-items:center;display:flex;justify-content:space-between}.ff-orders-order-items-preview{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.ff-orders-item-preview{align-items:center;display:flex;gap:.5rem}.ff-orders-item-image{border-radius:8px;height:40px;overflow:hidden;width:40px}.ff-orders-placeholder-image{align-items:center;background:linear-gradient(45deg,#e74c3c,#c0392b);display:flex;font-size:1.2rem;height:100%;justify-content:center;width:100%}.ff-orders-item-name{color:#2c3e50;font-size:.9rem}.ff-orders-more-items{color:#7f8c8d;font-size:.9rem;font-style:italic}.ff-orders-order-total{align-items:center;display:flex;gap:.5rem}.ff-orders-total-amount{color:#e74c3c;font-size:1.3rem;font-weight:700}.ff-orders-expand-icon{color:#7f8c8d;cursor:pointer;transition:transform .3s ease}.ff-orders-expand-icon.ff-orders-expanded{transform:rotate(180deg)}.ff-orders-order-details{background:#f8f9fa;border-top:1px solid #ecf0f1;padding:1.5rem}.ff-orders-details-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr;margin-bottom:1.5rem}.ff-orders-delivery-section h4,.ff-orders-items-section h4{color:#2c3e50;font-size:1.1rem;margin-bottom:1rem}.ff-orders-items-list{display:flex;flex-direction:column;gap:1rem}.ff-orders-order-item{align-items:center;background:#fff;border-radius:8px;display:flex;gap:1rem;padding:.75rem}.ff-orders-order-item .ff-orders-item-image{height:50px;width:50px}.ff-orders-item-info{display:flex;flex:1 1;flex-direction:column}.ff-orders-item-info .ff-orders-item-name{font-weight:500;margin-bottom:.25rem}.ff-orders-item-quantity{color:#7f8c8d;font-size:.85rem}.ff-orders-item-price{color:#e74c3c;font-weight:700}.ff-orders-delivery-info{display:flex;flex-direction:column;gap:.75rem}.ff-orders-info-item{align-items:center;color:#555;display:flex;gap:.5rem}.ff-orders-info-item svg{color:#e74c3c;flex-shrink:0}.ff-orders-rating{display:flex;gap:.2rem}.ff-orders-star{color:#ddd}.ff-orders-star.ff-orders-filled{color:#f39c12}.ff-orders-order-actions{display:flex;flex-wrap:wrap;gap:1rem}.ff-orders-btn{border:none;border-radius:25px;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:600;padding:10px 20px;text-decoration:none;transition:all .3s ease}.ff-orders-btn-primary{background:linear-gradient(45deg,#e74c3c,#c0392b);color:#fff}.ff-orders-btn-primary:hover{background:linear-gradient(45deg,#c0392b,#a93226);transform:translateY(-1px)}.ff-orders-btn-secondary{background:#f39c12;color:#fff}.ff-orders-btn-secondary:hover{background:#e67e22;transform:translateY(-1px)}.ff-orders-btn-outline{background:#0000;border:2px solid #bdc3c7;color:#7f8c8d}.ff-orders-btn-outline:hover{background:#ecf0f1;transform:translateY(-1px)}.ff-orders-empty-state{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;padding:3rem;text-align:center}.ff-orders-empty-icon{color:#bdc3c7;margin-bottom:1rem}.ff-orders-empty-state h3{color:#2c3e50;margin-bottom:.5rem}.ff-orders-empty-state p{color:#7f8c8d;margin-bottom:2rem}@media (max-width:768px){.ff-orders-page-header h1{font-size:2rem}.ff-orders-filter-section{flex-direction:column;gap:1rem;text-align:center}.ff-orders-details-grid{gap:1rem;grid-template-columns:1fr}.ff-orders-order-items-preview{align-items:flex-start;flex-direction:column}.ff-orders-order-actions{justify-content:center}}@media (max-width:480px){.ff-orders-inner-container{padding:0 1rem}.ff-orders-order-details,.ff-orders-order-header{padding:1rem}.ff-orders-order-summary{align-items:flex-start;flex-direction:column;gap:1rem}.ff-orders-btn{text-align:center;width:100%}}.ff-admin-dashboard{background:#fff;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;overflow-x:hidden}.ff-admin-dashboard-header{align-items:center;background:linear-gradient(135deg,#ee032b,#ff1a4a);border-bottom:1px solid #fff3;box-shadow:0 8px 32px #ee032b26;display:flex;justify-content:space-between;padding:20px 30px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.ff-admin-dashboard-title h1{color:#fff;font-size:2rem;font-weight:700;margin:0}.ff-admin-dashboard-title p{color:#ffffffe6;font-size:.9rem;margin:5px 0 0}.ff-admin-logout-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;border-radius:12px;color:#fff;cursor:pointer;font-weight:600;padding:12px 24px;transition:all .3s cubic-bezier(.4,0,.2,1)}.ff-admin-logout-btn:hover{background:#ffffff4d;border-color:#ffffff80;box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.ff-admin-dashboard-content{background:#fff;margin:0 auto;max-width:1400px;padding:30px}.ff-admin-tab-navigation{background:#f8f9fa;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 4px 20px #0000000d;display:flex;gap:8px;margin-bottom:30px;padding:8px}.ff-admin-tab-button{align-items:center;background:#0000;border:none;border-radius:12px;color:#6c757d;cursor:pointer;display:flex;font-weight:500;gap:8px;overflow:hidden;padding:12px 20px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.ff-admin-tab-button:before{background:linear-gradient(90deg,#0000,#ee032b1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.ff-admin-tab-button:hover:before{left:100%}.ff-admin-tab-button:hover{background:#ee032b0d;color:#ee032b}.ff-admin-tab-button.ff-admin-active{background:linear-gradient(135deg,#ee032b,#ff1a4a);box-shadow:0 4px 15px #ee032b4d;color:#fff}.ff-admin-content-section{background:#fff;border:1px solid #e9ecef;border-radius:20px;box-shadow:0 10px 40px #00000014;padding:30px}.ff-admin-section-header{align-items:center;border-bottom:2px solid #f8f9fa;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.ff-admin-section-title{color:#2d3748;font-size:1.75rem;font-weight:700;margin:0}.ff-admin-dashboard-stats{margin-bottom:30px}.ff-admin-stats-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.ff-admin-stats-period{background:linear-gradient(135deg,#ee032b,#ff1a4a);border-radius:20px;box-shadow:0 4px 15px #ee032b4d;color:#fff;font-size:.85rem;font-weight:500;padding:8px 16px}.ff-admin-stats-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.ff-admin-stat-card{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 10px 30px #00000014;display:flex;gap:20px;overflow:hidden;padding:24px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.ff-admin-stat-card:before{background:linear-gradient(135deg,#ee032b,#ff1a4a);content:"";height:4px;left:0;position:absolute;right:0;top:0}.ff-admin-stat-card:hover{box-shadow:0 20px 40px #ee032b26;transform:translateY(-5px)}.ff-admin-stat-icon{align-items:center;background:linear-gradient(135deg,#ee032b,#ff1a4a);border-radius:16px;box-shadow:0 8px 20px #ee032b4d;color:#fff;display:flex;height:60px;justify-content:center;width:60px}.ff-admin-stat-value{color:#2d3748;font-size:2rem;font-weight:700;margin-bottom:4px}.ff-admin-stat-label{font-size:.9rem}.ff-admin-loading,.ff-admin-orders-summary,.ff-admin-stat-label{color:#718096;font-weight:500}.ff-admin-loading{align-items:center;display:flex;gap:15px;justify-content:center;padding:60px}.ff-admin-spinner{animation:spin 1s linear infinite;border:3px solid #f1f3f4;border-radius:50%;border-top-color:#ee032b;height:24px;width:24px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ff-admin-empty-state{color:#718096;padding:80px 20px;text-align:center}.ff-admin-empty-state svg{color:#ee032b;margin-bottom:20px;opacity:.3}.ff-admin-empty-state h3{color:#2d3748;font-size:1.5rem;font-weight:600;margin:0 0 10px}.ff-admin-empty-state p{margin:0;opacity:.8}.ff-admin-orders-list{display:flex;flex-direction:column;gap:16px}.ff-admin-order-card{background:#fff;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 4px 15px #0000000d;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.ff-admin-order-card:hover{border-color:#ee032b33;box-shadow:0 10px 30px #ee032b1a;transform:translateY(-2px)}.ff-admin-order-card.ff-admin-expanded{border-color:#ee032b4d;box-shadow:0 15px 40px #ee032b26}.ff-admin-order-summary{cursor:pointer;padding:20px;transition:background-color .2s}.ff-admin-order-summary:hover{background:#ee032b05}.ff-admin-order-header{align-items:center;display:flex;justify-content:space-between}.ff-admin-order-number{color:#2d3748;font-size:1.1rem;font-weight:700}.ff-admin-order-user{color:#718096;font-size:.9rem;margin-top:4px}.ff-admin-order-meta{align-items:center;display:flex;gap:15px}.ff-admin-order-date{color:#718096;font-size:.85rem}.ff-admin-order-status{border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;padding:6px 12px;text-transform:capitalize}.ff-admin-order-total{color:#ee032b;font-size:1.1rem;font-weight:700}.ff-admin-expand-icon{align-items:center;color:#718096;display:flex;transition:transform .3s}.ff-admin-expanded .ff-admin-expand-icon{transform:rotate(180deg)}.ff-admin-order-details{animation:slideDown .3s ease-out;border-top:1px solid #e9ecef;margin-top:20px;padding:0 20px 20px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ff-admin-order-items h4{color:#2d3748;font-weight:600;margin:0 0 15px}.ff-admin-items-list{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.ff-admin-order-item{align-items:center;background:#f8f9fa;border-left:4px solid #ee032b;border-radius:8px;display:flex;justify-content:space-between;padding:12px}.ff-admin-item-name{font-weight:600}.ff-admin-item-quantity{background:#ee032b;border-radius:12px;color:#fff;font-size:.8rem;font-weight:600;padding:4px 8px}.ff-admin-item-category{color:#718096;font-size:.85rem}.ff-admin-order-info-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.ff-admin-info-section h4{color:#2d3748;font-weight:600;margin:0 0 10px}.ff-admin-info-section p{color:#718096;margin:4px 0}.ff-admin-status-select{background:#fff;border:2px solid #e9ecef;border-radius:8px;font-weight:500;padding:10px;transition:border-color .2s;width:100%}.ff-admin-status-select:focus{border-color:#ee032b;box-shadow:0 0 0 3px #ee032b1a;outline:none}.ff-admin-add-button{align-items:center;background:linear-gradient(135deg,#ee032b,#ff1a4a);border:none;border-radius:12px;box-shadow:0 4px 15px #ee032b4d;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:8px;padding:12px 20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.ff-admin-add-button:hover{box-shadow:0 8px 25px #ee032b66;transform:translateY(-2px)}.ff-admin-menu-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.ff-admin-menu-item-card{background:#fff;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 8px 25px #00000014;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.ff-admin-menu-item-card:hover{border-color:#ee032b33;box-shadow:0 20px 40px #ee032b1f;transform:translateY(-5px)}.ff-admin-item-image{background:linear-gradient(135deg,#f8f9fa,#e9ecef);height:200px;overflow:hidden;position:relative}.ff-admin-item-img{height:100%;object-fit:cover;transition:transform .3s;width:100%}.ff-admin-menu-item-card:hover .ff-admin-item-img{transform:scale(1.05)}.ff-admin-no-image{color:#adb5bd;flex-direction:column;font-weight:500;height:100%}.ff-admin-item-overlay,.ff-admin-no-image{align-items:center;display:flex;justify-content:center}.ff-admin-item-overlay{background:#ee032be6;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s}.ff-admin-menu-item-card:hover .ff-admin-item-overlay{opacity:1}.ff-admin-item-actions{display:flex;gap:8px}.ff-admin-action-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;height:44px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:44px}.ff-admin-edit-button{background:#fff3;border:2px solid #ffffff4d}.ff-admin-edit-button:hover{background:#ffffff4d;transform:scale(1.1)}.ff-admin-delete-button{background:#dc3545cc;border:2px solid #dc354580}.ff-admin-delete-button:hover{background:#dc3545;transform:scale(1.1)}.ff-admin-toggle-button{background:#28a745cc;border:2px solid #28a74580}.ff-admin-toggle-button:hover{background:#28a745;transform:scale(1.1)}.ff-admin-toggle-button.ff-admin-inactive{background:#6c757dcc;border:2px solid #6c757d80}.ff-admin-item-content{padding:20px}.ff-admin-item-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.ff-admin-item-name{color:#2d3748;font-size:1.25rem;font-weight:700;line-height:1.3}.ff-admin-item-category{background:linear-gradient(135deg,#ee032b,#ff1a4a);border-radius:12px;color:#fff;font-size:.8rem;font-weight:600;padding:4px 12px}.ff-admin-item-price{color:#ee032b;font-size:1.5rem;font-weight:700;margin-bottom:8px}.ff-admin-item-description{color:#718096;font-size:.9rem;line-height:1.5;margin-bottom:15px}.ff-admin-availability-badge{border-radius:20px;display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:6px 12px;text-transform:uppercase}.ff-admin-availability-badge.ff-admin-available{background:#28a7451a;border:1px solid #28a74533;color:#28a745}.ff-admin-availability-badge.ff-admin-unavailable{background:#dc35451a;border:1px solid #dc354533;color:#dc3545}.ff-admin-modal{align-items:center;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ff-admin-modal-content{animation:slideUp .3s ease-out;background:#fff;border-radius:20px;box-shadow:0 25px 50px #00000026;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ff-admin-modal-header{align-items:center;border-bottom:2px solid #f8f9fa;display:flex;justify-content:space-between;padding:30px 30px 20px}.ff-admin-modal-title{color:#2d3748;font-size:1.5rem;font-weight:700;margin:0}.ff-admin-close-button{background:none;border:none;border-radius:8px;color:#718096;cursor:pointer;padding:8px;transition:all .2s}.ff-admin-close-button:hover{background:#ee032b1a;color:#ee032b}.ff-admin-form-group{margin-bottom:24px;padding:0 30px}.ff-admin-form-label{color:#2d3748;display:block;font-weight:600;margin-bottom:8px}.ff-admin-required{color:#dc3545}.ff-admin-form-input{background:#fff;border:2px solid #e9ecef;border-radius:12px;font-size:1rem;padding:12px 16px;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.ff-admin-form-input:focus{border-color:#ee032b;box-shadow:0 0 0 3px #ee032b1a;outline:none}.ff-admin-form-textarea{font-family:inherit;min-height:100px;resize:vertical}.ff-admin-char-count{color:#718096;font-size:.8rem;margin-top:4px;text-align:right}.ff-admin-image-upload-label{align-items:center;border:2px dashed #ced4da;border-radius:12px;color:#718096;cursor:pointer;display:flex;font-weight:500;gap:8px;padding:12px 16px;transition:all .3s}.ff-admin-image-upload-label:hover{background:#ee032b05;border-color:#ee032b;color:#ee032b}.ff-admin-preview-thumb{border-radius:8px;box-shadow:0 4px 15px #0000001a;height:80px;margin-top:12px;object-fit:cover;width:80px}.ff-admin-checkbox-group{align-items:center;display:flex;gap:12px}.ff-admin-checkbox{accent-color:#ee032b;height:18px;width:18px}.ff-admin-checkbox-label{color:#2d3748;font-weight:500;margin:0}.ff-admin-modal-actions{border-top:2px solid #f8f9fa;display:flex;gap:12px;margin-top:20px;padding:20px 30px 30px}.ff-admin-cancel-button{background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;color:#718096;cursor:pointer;flex:1 1;font-weight:600;padding:12px 20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.ff-admin-cancel-button:hover{background:#e9ecef;color:#495057}.ff-admin-save-button{align-items:center;background:linear-gradient(135deg,#ee032b,#ff1a4a);border:none;border-radius:12px;box-shadow:0 4px 15px #ee032b4d;color:#fff;cursor:pointer;display:flex;flex:1 1;font-weight:600;gap:8px;justify-content:center;padding:12px 20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.ff-admin-save-button:hover:not(:disabled){box-shadow:0 8px 25px #ee032b66;transform:translateY(-2px)}.ff-admin-save-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.5;transform:none}@media (max-width:1024px){.ff-admin-dashboard-content{padding:20px}.ff-admin-stats-row{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.ff-admin-menu-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.ff-admin-dashboard-header{flex-direction:column;gap:15px;padding:15px 20px;text-align:center}.ff-admin-tab-navigation{flex-direction:column}.ff-admin-tab-button{justify-content:center}.ff-admin-section-header{align-items:stretch;flex-direction:column;gap:15px}.ff-admin-order-header{align-items:flex-start;flex-direction:column;gap:10px}.ff-admin-order-meta{flex-wrap:wrap}.ff-admin-menu-grid,.ff-admin-order-info-grid,.ff-admin-stats-row{grid-template-columns:1fr}.ff-admin-modal-content{margin:10px;max-height:95vh}.ff-admin-form-group,.ff-admin-modal-actions,.ff-admin-modal-header{padding-left:20px;padding-right:20px}.ff-admin-modal-actions{flex-direction:column}}input[type=email],input[type=password]{background:#fafafa;border:1.4px solid #e0e0e0;border-radius:7px;font-size:16px;margin-bottom:5px;outline:none;padding:11px 14px;transition:border-color .2s}input[type=email]:focus,input[type=password]:focus{border-color:#ee032b}.checkbox-row input[type=checkbox]{cursor:pointer;height:18px;margin-right:7px;width:18px}.modal-overlay{align-items:center;background:#20212473;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:popIn .19s cubic-bezier(.57,1.42,.33,.99);background:#fff;border-radius:22px;box-shadow:0 6px 40px #00000026;display:flex;flex-direction:column;max-width:390px;padding:38px 28px 30px;position:relative;width:95vw}@keyframes popIn{0%{opacity:0;transform:scale(.96) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-close{background:none;border:none;color:#999;cursor:pointer;font-size:28px;position:absolute;right:22px;top:22px;transition:color .2s;z-index:2}.modal-close:hover,.modal-title{color:#ee032b}.modal-title{font-family:Dancing Script,cursive;font-size:35px;font-weight:700;letter-spacing:1px;margin-bottom:20px;text-align:center}form{display:flex;flex-direction:column;gap:13px}label{color:#4e4e4e;font-size:15px;margin-bottom:2px}input[type=email],input[type=password],input[type=text]{background:#fafafa;border:1.4px solid #e0e0e0;border-radius:7px;font-size:16px;margin-bottom:5px;outline:none;padding:11px 14px;transition:border-color .2s}[type=email]:focus,input[type=password]:focus,input[type=text]:focus{border-color:#ee032b}.login-btn{background:#ee032b;border:none;border-radius:7px;color:#fff;cursor:pointer;font-size:18px;font-weight:500;margin-top:8px;padding:12px 0;transition:background .2s}.login-btn:hover{background:#b50022}.signup-link{color:#4e4e4e;font-size:15px;margin-top:17px;text-align:left}.signup-link a{color:#ee032b;font-weight:500;margin-left:4px;text-decoration:none}.signup-link a:hover{text-decoration:underline}.pink{color:#ee032b}.checkbox-row{align-items:center;display:flex;flex-wrap:nowrap;font-size:15px;gap:8px;margin-top:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkbox-row input[type=checkbox]{accent-color:#ee032b;flex-shrink:0;height:16px;margin:0 8px 0 0;width:16px}@media screen and (max-width:600px){.modal-content{border-radius:18px;margin:0 12px;max-width:320px;padding:24px 16px 20px;width:100%}.modal-title{font-size:24px;margin-bottom:16px}input[type=email],input[type=password],input[type=text]{font-size:14px;padding:10px 12px}.login-btn{font-size:16px;padding:10px 0}.checkbox-row{align-items:center;flex-wrap:nowrap;font-size:14px;justify-content:flex-start}.checkbox-row input[type=checkbox]{height:14px;margin:0 8px 0 0;width:14px}.signup-link{font-size:13px;margin-top:14px;text-align:center}.modal-close{font-size:24px;right:16px;top:16px}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fast-food-text{font-family:Pacifico,cursive}html{scroll-behavior:smooth}
/*# sourceMappingURL=main.798f38aa.css.map*/