@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Lobster:wght@400&display=swap";@import"https://fonts.googleapis.com/css2?family=Fredoka+One:wght@400&display=swap";@import"https://fonts.googleapis.com/css2?family=Bungee:wght@400&display=swap";@import"https://fonts.googleapis.com/css2?family=Righteous:wght@400&display=swap";@import"https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}#root{min-height:100vh}a{font-weight:500;color:#ff6b35;text-decoration:none;transition:color .3s ease}a:hover{color:#f7931e}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:.5rem}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#ff6b35;color:#fff;cursor:pointer;transition:all .3s ease}button:hover{background-color:#f7931e;transform:translateY(-2px)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ff6b35;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#f7931e}@font-face{font-family:Copperplate;src:local("Copperplate Gothic Light"),local("Copperplate Gothic Bold"),local("Copperplate");font-weight:400;font-style:normal}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}.app{min-height:100vh;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);position:sticky;top:0;z-index:1000}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:#ff6b35;text-decoration:none;font-family:Copperplate Gothic Bold,Copperplate,Impact,Arial Black,sans-serif}.logo-icon{font-size:3rem;filter:drop-shadow(0 4px 8px rgba(255,107,53,.5));animation:wiggle 1.5s ease-in-out infinite}.logo-text{background:linear-gradient(45deg,#ff6b35,#ff8c42,#ffa726,#ff6b35);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Copperplate Gothic Bold,Copperplate,Impact,Arial Black,sans-serif;font-size:2.2rem;letter-spacing:2px;text-shadow:0 4px 8px rgba(255,107,53,.4);position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.logo-text:hover{transform:scale(1.1) rotate(-2deg);filter:brightness(1.2);cursor:pointer}.logo-text:after{content:"";position:absolute;bottom:7px;left:0;width:100%;height:4px;background:linear-gradient(45deg,#ff6b35,#ff8c42,#ffa726);border-radius:3px;opacity:.9}@keyframes wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(5deg)}75%{transform:rotate(-5deg)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.nav-links a:hover{color:#ff6b35;cursor:pointer}.nav-links a:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background:#ff6b35;transition:width .3s ease}.nav-links a:hover:after{width:100%}.user-menu{position:relative}.user-menu-button{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;border-radius:25px;padding:.6rem 1.5rem;font-weight:600;font-size:.95rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 15px #ff6b354d;transition:transform .3s ease,box-shadow .3s ease}.user-menu-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff6b3566}.user-menu-button:focus{outline:none;box-shadow:0 0 0 3px #ff6b3533}.user-menu-arrow{font-size:.9rem;transition:transform .2s ease}.user-menu-arrow.open{transform:rotate(180deg)}.user-menu-dropdown{position:absolute;right:0;top:calc(100% + .75rem);background:#fff;border-radius:12px;box-shadow:0 12px 30px #00000026;padding:.75rem;min-width:190px;display:flex;flex-direction:column;gap:.5rem;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:2000}.user-menu-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.user-menu-dropdown button{background:transparent;border:none;color:#2c3e50;font-weight:600;text-align:left;padding:.5rem;border-radius:8px;cursor:pointer;transition:background .2s ease,color .2s ease}.user-menu-dropdown button:hover{background:#ff6b351a;color:#ff6b35}.nav-btn{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff!important;padding:.5rem 1rem;border-radius:25px;font-weight:600;transition:transform .3s ease,box-shadow .3s ease;font-size:.9rem;min-width:100px;text-align:center;display:inline-block}.nav-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff6b354d}.nav-btn:after{display:none}.order-btn{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff!important;padding:.5rem 1rem;border-radius:25px;font-weight:600;transition:transform .3s ease,box-shadow .3s ease;font-size:.9rem;width:160px;text-align:center;display:inline-block}.order-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff6b354d}.order-btn:after{display:none}.login-btn{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff!important;padding:.5rem 1rem;border-radius:25px;font-weight:600;transition:transform .3s ease,box-shadow .3s ease;font-size:.9rem;width:160px;text-align:center;display:inline-block}.login-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff6b354d}.login-btn:after{display:none}.main{flex:1}.hero{background:linear-gradient(135deg,#ff6b351a,#f7931e1a);padding:4rem 2rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ff6b35" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23f7931e" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23ff6b35" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="%23f7931e" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#ff6b35,#f7931e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.hero-subtitle{font-size:1.25rem;color:#666;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.btn{padding:1rem 2rem;border:none;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;box-shadow:0 4px 15px #ff6b354d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ff6b3566}.btn-secondary{background:transparent;color:#ff6b35;border:2px solid #ff6b35}.btn-secondary:hover{background:#ff6b35;color:#fff;transform:translateY(-3px)}.btn-large{padding:1.25rem 2.5rem;font-size:1.125rem}.menu-preview{margin-top:3rem;padding:2rem 0}.menu-preview h3{font-size:2rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:2rem;background:linear-gradient(135deg,#ff6b35,#f7931e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.menu-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.menu-preview-category{background:#fff;border-radius:15px;padding:1.5rem;box-shadow:0 8px 25px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.menu-preview-category:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.menu-preview-category h4{font-size:1.25rem;font-weight:600;color:#ff6b35;margin-bottom:1rem;text-align:center;border-bottom:2px solid #ff6b35;padding-bottom:.5rem}.preview-items{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.preview-item{display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease}.preview-item:hover{transform:scale(1.05)}.preview-item img{width:100%;height:120px;object-fit:cover;border-radius:10px;margin-bottom:.5rem;box-shadow:0 4px 12px #0000001a}.preview-item span{font-size:.9rem;font-weight:600;color:#2c3e50;line-height:1.2}@media (max-width: 768px){.menu-preview{margin-top:2rem;padding:1.5rem 0}.menu-preview h3{font-size:1.75rem;margin-bottom:1.5rem}.menu-preview-grid{grid-template-columns:1fr;gap:1.5rem}.menu-preview-category{padding:1.25rem}.preview-items{grid-template-columns:1fr 1fr;gap:.75rem}.preview-item img{height:100px}.preview-item span{font-size:.85rem}}@media (max-width: 480px){.menu-preview{margin-top:1.5rem;padding:1rem 0}.menu-preview h3{font-size:1.5rem;margin-bottom:1rem}.menu-preview-category{padding:1rem}.menu-preview-category h4{font-size:1.1rem}.preview-items{grid-template-columns:1fr;gap:.5rem}.preview-item img{height:80px}.preview-item span{font-size:.8rem}}.features{padding:5rem 2rem;background:#fff}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#333}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto}.feature{text-align:center;padding:2rem;border-radius:15px;background:#f8f9fa;transition:transform .3s ease,box-shadow .3s ease}.feature:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#333}.feature p{color:#666;line-height:1.6}.cta{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;padding:4rem 2rem;text-align:center}.cta h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta p{font-size:1.125rem;margin-bottom:2rem;opacity:.9}.footer{background:#2c3e50;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#ff6b35}.footer .logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:#ff6b35;text-decoration:none;font-family:Copperplate Gothic Bold,Copperplate,Impact,Arial Black,sans-serif}.footer .logo-icon{font-size:3rem;filter:drop-shadow(0 4px 8px rgba(255,107,53,.5));animation:wiggle 1.5s ease-in-out infinite}.footer .logo-text{background:linear-gradient(45deg,#ff6b35,#ff8c42,#ffa726,#ff6b35);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Copperplate Gothic Bold,Copperplate,Impact,Arial Black,sans-serif;font-size:2.2rem;letter-spacing:2px;text-shadow:0 4px 8px rgba(255,107,53,.4);position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.footer .logo-text:hover{transform:scale(1.1) rotate(-2deg);filter:brightness(1.2)}.footer .logo-text:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(45deg,#ff6b35,#ff8c42,#ffa726);border-radius:3px;opacity:.9}.restaurant-description{margin-top:1.5rem;color:#bdc3c7;font-size:1rem;line-height:1.6;max-width:300px}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#ff6b35}.social-links{display:flex,center;justify-content:space-between;max-width:200px;align-items:center;gap:1rem;margin-top:1rem}.social-links a{margin:0 5px;font-size:1.5rem;transition:transform .3s ease;display:inline-block}.social-links a:hover{transform:scale(1.2)}.social-icon{width:32px;height:32px;transition:all .3s ease;filter:brightness(.8)}.social-icon:hover{filter:brightness(1.2);transform:scale(1.1)}.footer-bottom{border-top:1px solid #34495e;padding-top:1rem;text-align:center;color:#bdc3c7}@media (max-width: 768px){.nav{flex-direction:column;gap:1rem;padding:1rem}.nav-links{gap:1rem;flex-wrap:wrap;justify-content:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.hero-buttons{flex-direction:column;align-items:center}.hero-stats{gap:2rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.footer-content{grid-template-columns:1fr;text-align:center}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.btn{padding:.875rem 1.5rem;font-size:.9rem}.stat-number{font-size:1.5rem}.features-grid{grid-template-columns:1fr;gap:1rem}}.menu-items{position:absolute;left:0;top:0;width:300px;height:100%;background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:2rem 1rem;overflow-y:auto;z-index:100;box-shadow:2px 0 10px #0000001a;margin:0}.menu-items h2{color:#ff6b35;text-align:center;margin-bottom:2rem;font-size:1.5rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.menu-category{margin-bottom:1rem;border-radius:8px;overflow:hidden}.menu-category-header{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;padding:1rem;cursor:pointer;font-weight:600;transition:all .3s ease;border:none;width:100%;text-align:left;font-size:1rem;display:flex;justify-content:space-between;align-items:center}.menu-category-header:hover{background:linear-gradient(135deg,#f7931e,#ff6b35);transform:translateY(-2px);box-shadow:0 4px 8px #ff6b354d}.menu-category-header:focus{outline:2px solid #ff6b35;outline-offset:2px}.menu-category-arrow{font-size:1.2rem;transition:transform .3s ease}.menu-category.open .menu-category-arrow{transform:rotate(180deg)}.menu-category-items{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-height:0;overflow:hidden;transition:max-height .3s ease}.menu-category.open .menu-category-items{max-height:500px}.menu-category-items ul{list-style:none;padding:.5rem 0;margin:0}.menu-category-items li{padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease;cursor:pointer}.menu-category-items li:hover{background:#ff6b3533;padding-left:1.5rem;color:#ff6b35}.menu-category-items li:last-child{border-bottom:none}.menu-category-button{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;padding:1rem;cursor:pointer;font-weight:600;transition:all .3s ease;border:none;width:100%;text-align:center;font-size:1rem;border-radius:8px;margin-bottom:.75rem;text-transform:capitalize}.menu-category-button:hover{background:linear-gradient(135deg,#f7931e,#ff6b35);transform:translateY(-2px);box-shadow:0 4px 8px #ff6b354d}.menu-category-button:focus{outline:2px solid #ff6b35;outline-offset:2px}.menu-category-button:active{transform:translateY(0)}.menu-page .main{position:relative;padding:2rem 2rem 2rem 320px;height:calc(100vh - 160px);overflow:hidden}@media (max-width: 768px){.menu-items{width:250px}.menu-page .main{padding:2rem 2rem 2rem 270px;height:calc(100vh - 140px)}.items{height:calc(100vh - 180px);padding:2rem 0 4rem}}@media (max-width: 480px){.menu-items{width:200px;padding:1rem .5rem}.menu-page .main{padding:1rem 1rem 1rem 220px;height:calc(100vh - 120px)}.items{height:calc(100vh - 160px);padding:2rem 0 4rem}.menu-items h2{font-size:1.25rem}.menu-category-header{padding:.75rem;font-size:.9rem}}.items{padding:2rem 0 4rem;height:calc(100vh - 200px);overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.items::-webkit-scrollbar{width:8px}.items::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.items::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#ff6b35,#f7931e);border-radius:10px}.items::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#f7931e,#ff6b35)}.item-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:1rem 1rem 3rem}.item-card{background:#fff;border-radius:15px;box-shadow:0 8px 25px #0000001a;overflow:hidden;transition:all .3s ease;position:relative;height:450px;display:flex;flex-direction:column}.item-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #00000026}.item-image{width:100%;height:200px;object-fit:cover;object-position:center;transition:transform .3s ease;flex-shrink:0}.item-card:hover .item-image{transform:scale(1.05)}.item-card h3{font-size:1.25rem;font-weight:700;color:#2c3e50;margin:.75rem 1rem .25rem;text-align:center;flex-shrink:0}.item-card p{margin:.25rem 1rem;line-height:1}.item-card p:first-of-type{color:#666;font-size:.9rem;margin-bottom:0rem;flex-grow:1;display:flex;align-items:flex-start}.item-card-quantity{display:flex;align-items:center;justify-content:center;gap:0rem;margin:0rem;padding:.5rem;flex-shrink:0}.item-card-quantity button{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:2px solid #e0e0e0;border-radius:8px;width:30px;height:30px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.item-card-quantity button:hover{transform:scale(1.1);box-shadow:0 4px 12px #ff6b3566}.item-card-quantity button:active{transform:scale(.95)}.item-card-quantity button:disabled{opacity:.5;cursor:not-allowed;transform:none;background:#ccc}.item-card-quantity input{border:2px solid #e0e0e0;border-radius:8px;padding:.5rem;width:80px;text-align:center;font-size:1rem;font-weight:600;transition:border-color .3s ease}.item-card-quantity input:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.item-card>button:last-child{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;border-radius:25px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin:.75rem;width:calc(100% - 1.5rem);text-transform:uppercase;letter-spacing:.5px;flex-shrink:0;margin-top:auto}.item-card>button:last-child:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff6b354d}.item-card>button:last-child:active{transform:translateY(0)}@media (max-width: 768px){.item-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;padding:.5rem}.item-card{height:420px}.item-image{height:120px}.item-card h3{font-size:1.3rem}}@media (max-width: 480px){.item-cards{grid-template-columns:1fr;gap:1rem;padding:0}.item-card{height:400px}.item-image{height:120px}.item-card h3{font-size:1.2rem}.item-card-quantity{gap:.75rem}.item-card-quantity button{width:28px;height:28px;font-size:.9rem}.item-card-quantity input{width:60px;font-size:.9rem}}.login-page .main{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 160px);padding:2rem}.login-card{background:#fff;border-radius:15px;box-shadow:0 8px 25px #0000001a;padding:3rem;width:100%;max-width:400px;text-align:center}.login-card h1{color:#2c3e50;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.login-form{display:flex;flex-direction:column;gap:0rem}.login-form label{color:#333;font-weight:600;text-align:left;margin-bottom:0rem}.login-form input{padding:1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.login-form input:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.login-form button{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;border-radius:25px;padding:1rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;margin-top:1rem}.login-form button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff6b354d}.login-form button:active{transform:translateY(0)}.error-message{background:#fee;color:#c33;padding:.75rem;border-radius:8px;margin-bottom:1rem;border:1px solid #fcc;font-size:.9rem;text-align:center}.success-message{background:linear-gradient(135deg,#d4edda,#c3e6cb);color:#155724;padding:1rem;border-radius:15px;margin-bottom:1rem;border:2px solid #28a745;font-size:1rem;text-align:center;font-weight:600;box-shadow:0 4px 15px #28a74533;position:relative;overflow:hidden;animation:slideInSuccess .5s ease-out;transition:opacity .5s ease-out,transform .5s ease-out;opacity:1;transform:translateY(0)}.success-message.fade-out{opacity:0;transform:translateY(-10px)}.success-message:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 2s infinite}@keyframes slideInSuccess{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes shimmer{0%{left:-100%}to{left:100%}}@media (max-width: 768px){.login-page .main{padding:1rem;min-height:calc(100vh - 140px)}.login-card{padding:2rem;max-width:350px}.login-card h1{font-size:1.75rem}}@media (max-width: 480px){.login-page .main{padding:.5rem;min-height:calc(100vh - 120px)}.login-card{padding:1.5rem;max-width:300px}.login-card h1{font-size:1.5rem}.login-form{gap:1rem}}.login-page,.dashboard-page{min-height:100vh;display:flex;flex-direction:column}.dashboard-page .main{padding:2rem;min-height:calc(100vh - 140px);display:flex;flex-direction:column;align-items:center}.dashboard-page h1{font-size:2.5rem;color:#2c3e50;margin-bottom:2rem;text-align:center;font-weight:700}.admin-dashboard-buttons,.dashboard-buttons{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;max-width:800px;width:100%;margin-top:2rem}.admin-dashboard-buttons button,.dashboard-buttons button{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;border-radius:25px;padding:1rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b354d;text-transform:capitalize;letter-spacing:.5px;width:250px;min-height:60px;display:flex;align-items:center;justify-content:center}.admin-dashboard-buttons button:hover,.dashboard-buttons button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ff6b3566}.admin-dashboard-buttons button:active,.dashboard-buttons button:active{transform:translateY(-1px)}.staff-dashboard-intro{color:#57606f;font-size:1.05rem;margin-bottom:2rem;text-align:center;max-width:720px}.staff-dashboard-grid{display:grid;gap:2rem;width:100%;max-width:1200px}.dashboard-section{background:#fff;border-radius:18px;box-shadow:0 12px 35px #0000001f;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;width:100%}.dashboard-section h2{font-size:1.6rem;color:#2c3e50;margin-bottom:.5rem}.dashboard-section-subtitle{color:#6c757d;font-size:.95rem;margin-top:-.75rem;margin-bottom:.5rem}.dashboard-section .success-message{margin:0;align-self:stretch}.dashboard-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.dashboard-section-meta{display:inline-flex;align-items:center;gap:.5rem;background:#f6f8ff;border-radius:999px;padding:.4rem .85rem;font-size:.85rem;color:#475569;font-weight:600}.status-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.status-dot.in-progress{background:#ff6b35;box-shadow:0 0 0 4px #ff6b3526}.status-dot.idle{background:#a0aec0;box-shadow:0 0 0 4px #a0aec026}.status-label{letter-spacing:.3px}.dashboard-grid{display:grid;gap:1.5rem;width:100%}.retrieve-order-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.dashboard-card{background:#f9fbff;border:1px solid rgba(226,232,240,.8);border-radius:16px;padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem;box-shadow:0 6px 24px #0f172a14}.dashboard-card-header{display:flex;flex-direction:column;gap:.35rem}.dashboard-card-header h3{margin:0;font-size:1.2rem;color:#1e293b}.dashboard-meta{font-size:.85rem;font-weight:600;color:#334155;letter-spacing:.2px}.dashboard-meta.muted{color:#64748b;font-weight:500}.dashboard-card table{width:100%;border-collapse:collapse;font-size:.95rem}.dashboard-card table th,.dashboard-card table td{text-align:left;padding:.75rem .5rem;border-bottom:1px solid rgba(226,232,240,.7)}.dashboard-card table th{font-weight:700;color:#1f2937;font-size:.85rem;text-transform:uppercase;letter-spacing:.4px}.dashboard-card table tbody tr:last-child td{border-bottom:none}.customer-details{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.customer-details li{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.75rem .5rem;border-bottom:1px dashed rgba(203,213,225,.8)}.customer-details li:last-child{border-bottom:none}.customer-details .label{font-weight:600;color:#334155;font-size:.9rem}.customer-details .value{color:#475569;font-size:.92rem;text-align:right;max-width:65%}.form-grid{display:grid;gap:1.25rem}.form-grid.compact{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.form-field{display:flex;flex-direction:column;gap:.35rem}.form-field label{font-weight:600;font-size:.9rem;color:#1f2937}.dashboard-input{border:1px solid rgba(203,213,225,.9);border-radius:12px;padding:.75rem 1rem;font-size:.95rem;font-weight:500;color:#1f2937;background:#fff;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.dashboard-input:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 4px #ff6b3526}.dashboard-input::placeholder{color:#94a3b8}.dashboard-section-actions,.dashboard-form-actions{display:flex;justify-content:flex-end;gap:1rem}.dashboard-form-actions{margin-top:1.5rem}.btn-full{width:100%}.btn-full-mobile{min-width:220px}@media (max-width: 768px){.dashboard-section-heading{flex-direction:column;align-items:flex-start}.dashboard-section-actions,.dashboard-form-actions{width:100%;flex-wrap:wrap;justify-content:stretch}.dashboard-section-actions .btn,.dashboard-form-actions .btn,.btn-full-mobile{width:100%}}@media (min-width: 1200px){.retrieve-order-grid{grid-template-columns:1.4fr 1fr;grid-template-areas:"order assign" "order customer"}.order-card{grid-area:order}.assign-card{grid-area:assign}.customer-card{grid-area:customer}}@media (min-width: 992px){.staff-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 991px){.staff-dashboard-grid{grid-template-columns:1fr}}@media (max-width: 768px){.dashboard-page .main{padding:1rem;min-height:calc(100vh - 120px)}.dashboard-page h1{font-size:2rem;margin-bottom:1.5rem}.admin-dashboard-buttons,.dashboard-buttons{gap:1rem;max-width:400px}.admin-dashboard-buttons button,.dashboard-buttons button{width:220px;min-height:55px;padding:1rem 1.5rem;font-size:1rem}}@media (max-width: 480px){.dashboard-page .main{padding:.5rem;min-height:calc(100vh - 100px)}.dashboard-page h1{font-size:1.75rem;margin-bottom:1rem}.admin-dashboard-buttons,.dashboard-buttons{gap:.75rem;max-width:300px}.admin-dashboard-buttons button,.dashboard-buttons button{width:200px;min-height:50px;padding:1rem 1.25rem;font-size:.95rem}}.manage-staff-page{min-height:100vh;display:flex;flex-direction:column}.manage-staff-page .main{padding:2rem;min-height:calc(100vh - 140px);display:flex;flex-direction:column;align-items:center}.manage-staff-content{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:2rem;width:100%;max-width:1400px}.manage-staff-page h1{font-size:2.5rem;color:#2c3e50;margin-bottom:2rem;text-align:center;font-weight:700}.name-entry{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 8px 25px #0000001a;width:100%;max-width:400px;flex-shrink:0}.name-entry form{display:flex;flex-direction:column;gap:1.5rem}.name-entry label{font-weight:600;color:#2c3e50;margin-bottom:.5rem;font-size:1rem}.name-entry input{padding:1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#f8f9fa}.name-entry input:focus{outline:none;border-color:#ff6b35;background:#fff;box-shadow:0 0 0 3px #ff6b351a}.name-entry button{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;border-radius:25px;padding:1rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b354d;text-transform:capitalize;letter-spacing:.5px;margin-top:.5rem}.name-entry button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ff6b3566}.name-entry button:active{transform:translateY(-1px)}.staff-list{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 8px 25px #0000001a;width:100%;max-width:900px;flex-grow:1;overflow-x:visible}.staff-list table{width:100%;min-width:800px;border-collapse:collapse;margin-top:1rem}.staff-list th,.staff-list td{padding:1rem;text-align:left;border-bottom:1px solid #e0e0e0}.staff-list th{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:.5px}.staff-list tr:hover{background:#f8f9fa}.staff-list td{color:#2c3e50;font-size:.95rem}.staff-list td button{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;border:none;border-radius:15px;padding:.5rem 1rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #dc35454d}.staff-list td button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #dc354566;background:linear-gradient(135deg,#c82333,#a71e2a)}.staff-list td button:active{transform:translateY(0)}@media (max-width: 1024px){.manage-staff-content{flex-direction:column;align-items:center}.name-entry{max-width:600px;margin-bottom:2rem}.staff-list{max-width:1000px}}@media (max-width: 768px){.manage-staff-page .main{padding:1rem;min-height:calc(100vh - 120px)}.manage-staff-content{gap:1.5rem}.manage-staff-page h1{font-size:2rem;margin-bottom:1.5rem}.name-entry{padding:1.5rem;margin-bottom:1.5rem;max-width:500px}.name-entry form{gap:1rem}.staff-list{padding:1.5rem;max-width:100%;overflow-x:auto}.staff-list table{min-width:700px}.staff-list th,.staff-list td{padding:.75rem;font-size:.9rem}}@media (max-width: 480px){.manage-staff-page .main{padding:.5rem;min-height:calc(100vh - 100px)}.manage-staff-page h1{font-size:1.75rem;margin-bottom:1rem}.name-entry{padding:1rem;margin-bottom:1rem}.name-entry input{padding:.75rem}.name-entry button{padding:.75rem 1.5rem;font-size:.95rem}.staff-list{padding:1rem;overflow-x:auto}.staff-list table{min-width:600px}.staff-list th,.staff-list td{padding:.5rem;font-size:.85rem}}.manage-driver-page{min-height:100vh;display:flex;flex-direction:column}.manage-driver-page .main{padding:2rem;min-height:calc(100vh - 140px);display:flex;flex-direction:column;align-items:center}.manage-driver-content{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:2rem;width:100%;max-width:1200px}.manage-driver-page h1{font-size:2.5rem;color:#2c3e50;margin-bottom:2rem;text-align:center;font-weight:700}.driver-list{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 8px 25px #0000001a;width:100%;max-width:600px;overflow-x:auto;flex-grow:1}.driver-list table{width:100%;border-collapse:collapse;margin-top:1rem}.driver-list th,.driver-list td{padding:1rem;text-align:left;border-bottom:1px solid #e0e0e0}.driver-list th{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:.5px}.driver-list tr:hover{background:#f8f9fa}.driver-list td{color:#2c3e50;font-size:.95rem}.driver-list td button{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;border:none;border-radius:15px;padding:.5rem 1rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #dc35454d}.driver-list td button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #dc354566;background:linear-gradient(135deg,#c82333,#a71e2a)}.driver-list td button:active{transform:translateY(0)}@media (max-width: 1024px){.manage-driver-content{flex-direction:column;align-items:center}.name-entry{max-width:600px;margin-bottom:2rem}.driver-list{max-width:800px}}@media (max-width: 768px){.manage-driver-page .main{padding:1rem;min-height:calc(100vh - 120px)}.manage-driver-content{gap:1.5rem}.manage-driver-page h1{font-size:2rem;margin-bottom:1.5rem}.name-entry{padding:1.5rem;margin-bottom:1.5rem;max-width:500px}.name-entry form{gap:1rem}.driver-list{padding:1.5rem;max-width:100%}.driver-list th,.driver-list td{padding:.75rem;font-size:.9rem}}@media (max-width: 480px){.manage-driver-page .main{padding:.5rem;min-height:calc(100vh - 100px)}.manage-driver-page h1{font-size:1.75rem;margin-bottom:1rem}.name-entry{padding:1rem;margin-bottom:1rem}.name-entry input{padding:.75rem}.name-entry button{padding:.75rem 1.5rem;font-size:.95rem}.driver-list{padding:1rem}.driver-list th,.driver-list td{padding:.5rem;font-size:.85rem}}.change-password-page{min-height:100vh;display:flex;flex-direction:column}.change-password-page .main{padding:2rem;min-height:calc(100vh - 140px);display:flex;flex-direction:column;align-items:center;justify-content:center}.change-password-content{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 8px 25px #0000001a;width:100%;max-width:500px}.change-password-page h1{font-size:2.5rem;color:#2c3e50;margin-bottom:2rem;text-align:center;font-weight:700}.change-password-content form{display:flex;flex-direction:column;gap:1.5rem}.change-password-content label{font-weight:600;color:#2c3e50;margin-bottom:.5rem;font-size:1rem}.change-password-content input{padding:1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#f8f9fa}.change-password-content input:focus{outline:none;border-color:#ff6b35;background:#fff;box-shadow:0 0 0 3px #ff6b351a}.change-password-content button{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;border-radius:25px;padding:1rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b354d;text-transform:capitalize;letter-spacing:.5px;margin-top:.5rem}.change-password-content button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 25px #ff6b3566}.change-password-content button:active{transform:translateY(-1px)}.change-password-content button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 768px){.change-password-page .main{padding:1rem;min-height:calc(100vh - 120px)}.change-password-page h1{font-size:2rem;margin-bottom:1.5rem}.change-password-content{padding:1.5rem;max-width:400px}.change-password-content form{gap:1rem}}@media (max-width: 480px){.change-password-page .main{padding:.5rem;min-height:calc(100vh - 100px)}.change-password-page h1{font-size:1.75rem;margin-bottom:1rem}.change-password-content{padding:1rem;max-width:350px}.change-password-content input{padding:.75rem}.change-password-content button{padding:.75rem 1.5rem;font-size:.95rem}}.retrieve-order-page{min-height:100vh;display:flex;flex-direction:column}.retrieve-order-page .main{padding:2rem;min-height:calc(100vh - 140px);display:flex;flex-direction:column;align-items:center}.retrieve-order-page h1{font-size:2.5rem;color:#2c3e50;margin-bottom:2rem;text-align:center;font-weight:700}.retrieve-order-page .retrieve-order-content{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:2rem;width:100%;max-width:1400px}.retrieve-order-page .order-summary,.retrieve-order-page .customer-info,.retrieve-order-page .assign-driver{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 8px 25px #0000001a;flex:1;min-width:300px}.order-summary h2,.customer-info h2,.assign-driver h2{font-size:1.5rem;color:#2c3e50;margin-bottom:1.5rem;text-align:center;font-weight:600;border-bottom:2px solid #ff6b35;padding-bottom:.5rem}.order-summary table{width:100%;border-collapse:collapse;margin-top:1rem}.order-summary th,.order-summary td{padding:.75rem;text-align:left;border-bottom:1px solid #e0e0e0}.order-summary th{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.order-summary tr:hover{background:#f8f9fa}.order-summary td{color:#2c3e50;font-size:.9rem}.customer-info p{color:#2c3e50;font-size:1rem;margin-bottom:.75rem;padding:.5rem 0;border-bottom:1px solid #f0f0f0}.customer-info p:last-child{border-bottom:none;margin-bottom:0}.assign-driver form{display:flex;flex-direction:column;gap:1rem}.assign-driver label{font-weight:600;color:#2c3e50;margin-bottom:.5rem;font-size:.9rem;display:block}.assign-driver select,.assign-driver input{padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:.9rem;transition:all .3s ease;background:#f8f9fa}.assign-driver select:focus,.assign-driver input:focus{outline:none;border-color:#ff6b35;background:#fff;box-shadow:0 0 0 3px #ff6b351a}.assign-driver button{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;border-radius:20px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b354d;text-transform:capitalize;letter-spacing:.5px;margin-top:.5rem}.assign-driver button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3566}.assign-driver button:active{transform:translateY(0)}.assign-driver button:disabled{opacity:.6;cursor:not-allowed;transform:none}.bottom-buttons{display:flex;gap:1.5rem;justify-content:center;margin-top:2rem;width:100%}.bottom-buttons .btn{flex:1;max-width:250px;min-width:200px}.record-delivery-page{min-height:100vh;display:flex;flex-direction:column}.record-delivery-page .main{padding:2rem;min-height:calc(100vh - 140px);display:flex;flex-direction:column;align-items:center;justify-content:center}.record-delivery-page h1{font-size:2.5rem;color:#2c3e50;margin-bottom:2rem;text-align:center;font-weight:700}.record-delivery-page .record-delivery-content{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 8px 25px #0000001a;width:100%;max-width:600px}.record-delivery-page .record-delivery-form{display:flex;flex-direction:column;gap:1.5rem}.record-delivery-page .record-delivery-form label{font-weight:600;color:#2c3e50;margin-bottom:.5rem;font-size:1rem;display:block}.record-delivery-page .record-delivery-form select,.record-delivery-page .record-delivery-form input,.record-delivery-page .record-delivery-form textarea{padding:1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#f8f9fa;font-family:inherit}.record-delivery-page .record-delivery-form select:focus,.record-delivery-page .record-delivery-form input:focus,.record-delivery-page .record-delivery-form textarea:focus{outline:none;border-color:#ff6b35;background:#fff;box-shadow:0 0 0 3px #ff6b351a}.record-delivery-page .record-delivery-form textarea{resize:vertical;min-height:100px;font-family:inherit}.record-delivery-page .record-delivery-form textarea::placeholder{color:#999;font-style:italic}.record-delivery-page .record-delivery-form button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 1024px){.retrieve-order-content{flex-direction:column;align-items:center;max-width:600px}.retrieve-order-page .order-summary,.retrieve-order-page .customer-info,.retrieve-order-page .assign-driver{width:100%;max-width:500px;margin-bottom:1.5rem}}@media (max-width: 768px){.retrieve-order-page .main{padding:1rem;min-height:calc(100vh - 120px)}.retrieve-order-page h1{font-size:2rem;margin-bottom:1.5rem}.order-summary,.customer-info,.assign-driver{padding:1.5rem;margin-bottom:1rem}.order-summary h2,.customer-info h2,.assign-driver h2{font-size:1.3rem;margin-bottom:1rem}.order-summary th,.order-summary td{padding:.5rem;font-size:.85rem}.customer-info p{font-size:.9rem;margin-bottom:.5rem}}@media (max-width: 480px){.retrieve-order-page .main{padding:.5rem;min-height:calc(100vh - 100px)}.retrieve-order-page h1{font-size:1.75rem;margin-bottom:1rem}.order-summary,.customer-info,.assign-driver{padding:1rem;margin-bottom:.75rem}.order-summary h2,.customer-info h2,.assign-driver h2{font-size:1.2rem;margin-bottom:.75rem}.order-summary th,.order-summary td{padding:.4rem;font-size:.8rem}.customer-info p{font-size:.85rem}.assign-driver select,.assign-driver input{padding:.6rem;font-size:.85rem}.assign-driver button{padding:.6rem 1.2rem;font-size:.85rem}.bottom-buttons{flex-direction:column;gap:1rem;margin-top:1.5rem}.bottom-buttons .btn{max-width:100%;min-width:auto}}@media (max-width: 768px){.record-delivery-page .main{padding:1rem;min-height:calc(100vh - 120px)}.record-delivery-page h1{font-size:2rem;margin-bottom:1.5rem}.record-delivery-content{padding:1.5rem;max-width:500px}.record-delivery-page .record-delivery-form{gap:1rem}.record-delivery-page .record-delivery-form select,.record-delivery-page .record-delivery-form input,.record-delivery-page .record-delivery-form textarea{padding:.75rem;font-size:.9rem}}@media (max-width: 480px){.record-delivery-page .main{padding:.5rem;min-height:calc(100vh - 100px)}.record-delivery-page h1{font-size:1.75rem;margin-bottom:1rem}.record-delivery-content{padding:1rem;max-width:100%}.record-delivery-page .record-delivery-form{gap:.75rem}.record-delivery-page .record-delivery-form select,.record-delivery-page .record-delivery-form input,.record-delivery-page .record-delivery-form textarea{padding:.6rem;font-size:.85rem}.record-delivery-page .record-delivery-form textarea{min-height:80px}}.checkout-toggle-btn{position:fixed;top:120px;right:10px;background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;border-radius:50px;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;cursor:pointer;box-shadow:0 4px 15px #ff6b354d;transition:all .3s ease;z-index:1000;display:flex;align-items:center;gap:.5rem;max-width:140px}.checkout-toggle-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3566}.cart-indicator{background:#f44;color:#fff;border-radius:4px;width:20px;height:20px;font-size:12px;display:inline-flex;align-items:center;justify-content:center;margin-left:5px;animation:pulse 1s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.checkout-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.checkout-sidebar{position:fixed;top:0;right:-400px;width:400px;height:100vh;background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;z-index:1000;transition:right .3s ease;display:flex;flex-direction:column;box-shadow:-5px 0 15px #0000004d}.checkout-sidebar.open{right:0}.checkout-header{background:linear-gradient(135deg,#ff6b35,#f7931e);padding:1.5rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #0003}.checkout-header h2{color:#fff;font-size:1.5rem;font-weight:700;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.3)}.close-btn{background:#fff3;color:#fff;border:none;border-radius:50%;width:35px;height:35px;font-size:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.close-btn:hover{background:#ffffff4d;transform:scale(1.1)}.checkout-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.checkout-items-list{flex:1;overflow-y:auto;padding:1rem}.checkout-items-list table{width:100%;border-collapse:collapse;margin-bottom:1rem}.checkout-items-list th,.checkout-items-list td{padding:.75rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.1)}.checkout-items-list th{background:#ff6b3533;color:#ff6b35;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.checkout-items-list tr:hover{background:#ff6b351a}.checkout-items-list td{color:#fff;font-size:.9rem}.checkout-summary{padding:1rem;border-top:2px solid rgba(255,107,53,.3);background:#0003}.total-row{display:flex;justify-content:space-between;align-items:center;font-size:1.2rem;font-weight:700;color:#ff6b35;margin-bottom:1rem}.checkout-btn{width:100%;padding:1rem;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:10px;margin-top:.5rem}.checkout-items-list::-webkit-scrollbar{width:6px}.checkout-items-list::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.checkout-items-list::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#ff6b35,#f7931e);border-radius:3px}.checkout-items-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#f7931e,#ff6b35)}.empty-cart{text-align:center;padding:2rem;color:#ffffffb3}.empty-cart p{margin:.5rem 0;font-size:1rem}.empty-cart p:first-child{font-size:1.2rem;font-weight:600;color:#ff6b35}.remove-btn{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;border:none;border-radius:8px;padding:.3rem .6rem;font-size:.7rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 6px #dc35454d}.remove-btn:hover{transform:translateY(-1px);box-shadow:0 3px 8px #dc354566;background:linear-gradient(135deg,#c82333,#a71e2a)}@media (max-width: 768px){.checkout-toggle-btn{top:100px;right:8px;padding:.6rem 1rem;font-size:.85rem;max-width:120px}.checkout-sidebar{width:350px;right:-350px}.checkout-header{padding:1.25rem}.checkout-header h2{font-size:1.3rem}}@media (max-width: 480px){.checkout-toggle-btn{top:90px;right:5px;padding:.5rem .8rem;font-size:.8rem;max-width:100px}.checkout-sidebar{width:100%;right:-100%}.checkout-header{padding:1rem}.checkout-header h2{font-size:1.2rem}.checkout-items-list th,.checkout-items-list td{padding:.5rem;font-size:.85rem}.total-row{font-size:1.1rem}}.order-confirmation-page{min-height:100vh;display:flex;flex-direction:column}.order-confirmation-page .main{padding:2rem;min-height:calc(100vh - 140px);display:flex;flex-direction:column;align-items:center}.order-confirmation-page h1{font-size:2.5rem;color:#2c3e50;margin-bottom:2rem;text-align:center;font-weight:700}.order-confirmation-layout{display:flex;gap:2rem;width:100%;max-width:1200px;align-items:flex-start}.order-confirmation-content,.proceed-to-payment{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 8px 25px #0000001a;flex:1}.order-confirmation-content h2,.proceed-to-payment h2{font-size:1.5rem;color:#2c3e50;margin-bottom:1.5rem;text-align:center;font-weight:600;border-bottom:2px solid #ff6b35;padding-bottom:.5rem}.order-confirmation-content table{width:100%;border-collapse:collapse;margin-top:1rem}.order-confirmation-content th,.order-confirmation-content td{padding:.75rem;text-align:left;border-bottom:1px solid #e0e0e0}.order-confirmation-content th{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.order-confirmation-content tr:hover{background:#f8f9fa}.order-confirmation-content td{color:#2c3e50;font-size:.9rem}.empty-cart-message{text-align:center;padding:2rem;color:#666}.empty-cart-message p{font-size:1.1rem;margin-bottom:1.5rem;color:#2c3e50}.empty-cart-message .btn{padding:.75rem 1.5rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;box-shadow:0 4px 15px #ff6b354d}.empty-cart-message .btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3566}.payment-popup-overlay{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.payment-popup{background:#fff;border-radius:15px;box-shadow:0 20px 40px #0000004d;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;animation:slideInPayment .3s ease-out}@keyframes slideInPayment{0%{opacity:0;transform:translateY(-50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.payment-popup-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:2px solid #e0e0e0;background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border-radius:15px 15px 0 0}.payment-popup-header h2{margin:0;font-size:1.5rem;font-weight:600}.close-btn{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.close-btn:hover{background:#fff3;transform:scale(1.1)}.payment-popup-content{padding:2rem}.order-summary{text-align:center;margin-bottom:2rem;padding:1rem;background:#f8f9fa;border-radius:10px;border-left:4px solid #ff6b35}.order-summary h3{margin:0;color:#2c3e50;font-size:1.3rem;font-weight:700}.payment-form{display:flex;flex-direction:column;gap:1.5rem}.form-section{display:flex;flex-direction:column;gap:1rem}.form-section h4{color:#2c3e50;font-size:1.1rem;font-weight:600;margin:0 0 .5rem;padding-bottom:.5rem;border-bottom:1px solid #e0e0e0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-row .form-group:nth-child(3){grid-column:span 2}.form-group input.error{border-color:#e74c3c;background:#fdf2f2}.form-group input.error:focus{box-shadow:0 0 0 3px #e74c3c1a}.error-message{color:#e74c3c;font-size:.8rem;font-weight:500;margin-top:.25rem}.card-type-selection{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.card-type-selection label{font-weight:600;color:#2c3e50;font-size:.9rem}.card-type-icons{display:flex;gap:.75rem;justify-content:center}.card-type-btn{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:.75rem;cursor:pointer;transition:all .3s ease;min-width:80px;height:55px;display:flex;align-items:center;justify-content:center;overflow:hidden}.card-type-btn:hover{border-color:#ff6b35;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b3533}.card-type-btn.selected{border-color:#ff6b35;background:#fff5f0;box-shadow:0 0 0 3px #ff6b351a}.card-image{width:100%;height:100%;object-fit:contain;object-position:center;max-width:70px;max-height:45px}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0}.form-actions .btn{padding:.75rem 1.5rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;min-width:120px}.form-actions .btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-actions .btn-secondary{background:transparent;color:#6c757d;border:2px solid #6c757d}.form-actions .btn-secondary:hover:not(:disabled){background:#6c757d;color:#fff;transform:translateY(-2px)}.form-actions .btn-primary{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;box-shadow:0 4px 15px #ff6b354d}.form-actions .btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3566}@media (max-width: 768px){.payment-popup-overlay{padding:.5rem}.payment-popup-header{padding:1rem 1.5rem}.payment-popup-header h2{font-size:1.3rem}.payment-popup-content{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:.75rem}.form-row .form-group:nth-child(3){grid-column:span 1}.form-actions{flex-direction:column}.form-actions .btn{width:100%}.card-type-icons{gap:.5rem}.card-type-btn{min-width:65px;height:45px}.card-image{max-width:55px;max-height:35px}}@media (max-width: 480px){.payment-popup-header{padding:.75rem 1rem}.payment-popup-content{padding:1rem}.form-group input{padding:.6rem;font-size:.9rem}.card-type-icons{gap:.4rem}.card-type-btn{min-width:55px;height:38px}.card-image{max-width:45px;max-height:28px}}.delivery-info-page{min-height:100vh;display:flex;flex-direction:column}.delivery-info-page .main{padding:2rem;min-height:calc(100vh - 140px);display:flex;flex-direction:column;align-items:center}.delivery-info-page h1{font-size:2.5rem;color:#2c3e50;margin-bottom:2rem;text-align:center;font-weight:700}.delivery-info-content{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 8px 25px #0000001a;width:100%;max-width:800px;display:flex;flex-direction:column;gap:2rem}.address-section,.contact-section{display:flex;flex-direction:column;gap:1rem}.address-section h3,.contact-section h3{font-size:1.3rem;color:#2c3e50;margin-bottom:1rem;text-align:center;font-weight:600;border-bottom:2px solid #ff6b35;padding-bottom:.5rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#2c3e50;font-size:.9rem}.form-group input{padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#f8f9fa}.form-group input:focus{outline:none;border-color:#ff6b35;background:#fff;box-shadow:0 0 0 3px #ff6b351a}.bottom-button{display:flex;justify-content:center;margin-top:2rem;width:100%}.bottom-button .btn{padding:1rem 2rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;box-shadow:0 4px 15px #ff6b354d}.bottom-button .btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3566}@media (max-width: 768px){.delivery-info-page .main{padding:1rem}.delivery-info-page h1{font-size:2rem;margin-bottom:1.5rem}.delivery-info-content{padding:1.5rem;gap:1.5rem}.form-row{grid-template-columns:1fr;gap:.75rem}}@media (max-width: 480px){.delivery-info-page .main{padding:.5rem}.delivery-info-page h1{font-size:1.75rem;margin-bottom:1rem}.delivery-info-content{padding:1rem;gap:1rem}.form-group input{padding:.6rem;font-size:.9rem}}.proceed-to-payment{display:flex;flex-direction:column;gap:1rem}.proceed-to-payment p{color:#2c3e50;font-size:1rem;margin:.5rem 0}.proceed-to-payment label{font-weight:600;color:#2c3e50;margin-bottom:.5rem;font-size:1rem;display:block}.proceed-to-payment input{padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#f8f9fa}.proceed-to-payment input:focus{outline:none;border-color:#ff6b35;background:#fff;box-shadow:0 0 0 3px #ff6b351a}.proceed-to-payment h3{font-size:1.3rem;color:#ff6b35;font-weight:700;margin:1rem 0;text-align:center}.proceed-to-payment-btn,.back-to-menu-btn{padding:1rem 2rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;margin-top:.5rem}.proceed-to-payment-btn{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;box-shadow:0 4px 15px #ff6b354d}.proceed-to-payment-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3566}.back-to-menu-btn{background:transparent;color:#ff6b35;border:2px solid #ff6b35}.back-to-menu-btn:hover{background:#ff6b35;color:#fff;transform:translateY(-2px)}@media (max-width: 768px){.order-confirmation-layout{flex-direction:column;gap:1.5rem}.order-confirmation-page .main{padding:1rem}.order-confirmation-page h1{font-size:2rem;margin-bottom:1.5rem}.order-confirmation-content,.proceed-to-payment{padding:1.5rem}}@media (max-width: 480px){.order-confirmation-page .main{padding:.5rem}.order-confirmation-page h1{font-size:1.75rem;margin-bottom:1rem}.order-confirmation-content,.proceed-to-payment{padding:1rem}.order-confirmation-content th,.order-confirmation-content td{padding:.5rem;font-size:.85rem}}.login-card{justify-content:center;align-items:center;margin:0 auto;background:#fff;border-radius:15px;box-shadow:0 8px 25px #0000001a}.login-card h1{font-size:2rem;font-weight:700;margin-bottom:1rem;text-align:center}.login-form{display:flex;flex-direction:column;gap:1rem;margin:0 auto}.login-form label{font-size:1.2rem;font-weight:700;color:#2c3e50;margin-bottom:.5rem;display:block}.completed-order-page{min-height:100vh;display:flex;flex-direction:column}.completed-order-page .main{padding:2rem;min-height:calc(100vh - 140px);display:flex;flex-direction:column;align-items:center}.completed-order-page h1{font-size:2.5rem;color:#2c3e50;margin-bottom:2rem;text-align:center;font-weight:700}.completed-order-content{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 8px 25px #0000001a;width:100%;max-width:600px;text-align:center}.completed-order-content h3{font-size:1.5rem;color:#ff6b35;margin-bottom:1rem;font-weight:700}.completed-order-content p{font-size:1.1rem;color:#2c3e50;margin-bottom:1.5rem}.delivery-details{background:#f8f9fa;padding:1.5rem;border-radius:10px;margin:2rem 0;text-align:left}.delivery-details h4{color:#2c3e50;margin-bottom:1rem;text-align:center;font-size:1.2rem;font-weight:600}.delivery-details p{margin-bottom:.5rem;font-size:1rem}.order-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.order-actions .btn{padding:1rem 2rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;min-width:180px}.order-actions .btn-primary{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;box-shadow:0 4px 15px #ff6b354d}.order-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3566}.order-actions .btn-secondary{background:transparent;color:#6c757d;border:2px solid #6c757d}.order-actions .btn-secondary:hover{background:#6c757d;color:#fff;transform:translateY(-2px)}@media (max-width: 768px){.completed-order-page .main{padding:1rem}.completed-order-page h1{font-size:2rem;margin-bottom:1.5rem}.completed-order-content{padding:1.5rem}.order-actions{flex-direction:column;gap:.75rem}.order-actions .btn{width:100%;min-width:auto}}@media (max-width: 480px){.completed-order-page .main{padding:.5rem}.completed-order-page h1{font-size:1.75rem;margin-bottom:1rem}.completed-order-content,.delivery-details{padding:1rem}}.order-summary{background:#f8f9fa;border-radius:10px;padding:1.5rem;width:100%;max-width:600px;margin-top:1rem;border:1px solid #e0e0e0}.order-summary h4{font-size:1.2rem;color:#2c3e50;margin-bottom:1rem;font-weight:600;border-bottom:1px solid #ccc;padding-bottom:.5rem}.order-table{width:100%;border-collapse:collapse;margin-top:1rem}.order-table th,.order-table td{padding:.75rem;text-align:left;border-bottom:1px solid #ddd}.order-table th{background-color:#f8f9fa;font-weight:600;color:#2c3e50;font-size:.9rem}.order-table td{font-size:.9rem;color:#555}.order-table tbody tr:hover{background-color:#f5f5f5}.order-table .total-row{background-color:#e8f4f8;font-weight:600}.order-table .total-row td{color:#2c3e50;font-size:1rem;padding:1rem .75rem}@media (max-width: 768px){.order-summary{padding:1rem;max-width:100%}.order-table th,.order-table td{padding:.5rem;font-size:.8rem}.order-table .total-row td{font-size:.9rem;padding:.75rem .5rem}}@media (max-width: 480px){.order-summary{padding:.8rem}.order-table th,.order-table td{padding:.4rem;font-size:.75rem}.order-table .total-row td{font-size:.85rem;padding:.6rem .4rem}}
