@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap";.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:.375rem;font-size:.875rem;font-weight:600;transition:all .2s;cursor:pointer;border:1px solid transparent;text-transform:uppercase;letter-spacing:.025em}.btn:disabled{pointer-events:none;opacity:.5}.btn:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.btn-default{height:2.5rem;padding:0 1rem}.btn-sm{height:2.25rem;padding:0 .75rem;font-size:.8rem}.btn-lg{height:3rem;padding:0 2rem;font-size:1rem}.btn-icon{height:2.5rem;width:2.5rem}.btn-default{background-color:hsl(var(--pizza-red));color:hsl(var(--primary-foreground));border-color:hsl(var(--pizza-red));box-shadow:var(--shadow-warm)}.btn-default:hover{filter:brightness(1.1)}.btn-hero{background-color:hsl(var(--pizza-red));color:hsl(var(--primary-foreground));border-color:hsl(var(--pizza-red));box-shadow:var(--shadow-warm)}.btn-hero:hover{filter:brightness(1.1);box-shadow:var(--shadow-glow)}.btn-pizza{background-color:hsl(var(--pizza-red));color:hsl(var(--primary-foreground));border-color:hsl(var(--pizza-red))}.btn-pizza:hover{filter:brightness(1.1)}.btn-cart{background-color:hsl(var(--pizza-red));color:hsl(var(--primary-foreground));border-color:hsl(var(--pizza-red))}.btn-cart:hover{filter:brightness(1.1)}.btn-outline{border-color:hsl(var(--border));background-color:hsl(var(--card));color:hsl(var(--foreground))}.btn-outline:hover{background-color:hsl(var(--muted))}.btn-ghost{background-color:transparent;color:hsl(var(--foreground))}.btn-ghost:hover{background-color:hsl(var(--muted))}.btn-group-item{background-color:transparent;color:hsl(var(--foreground));border-color:transparent;font-weight:600}.btn-group-item:hover{background-color:hsl(var(--muted))}.no-header{display:none}.site-header{position:fixed;top:0;left:0;width:100%;z-index:50;background-color:#fff;padding:1.5rem 0;transition:padding .3s ease,background-color .3s ease;box-shadow:0 2px 4px #0000000d}.site-header.scrolled{background-color:#fff;box-shadow:0 4px 6px #0000001a;padding:0}.main-header-container{display:flex;align-items:center;justify-content:space-between}.header-logo-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;padding:.25rem}.header-logo{height:60px;width:auto;transition:height .3s ease,filter .3s ease;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2));object-fit:contain}.site-header.scrolled .header-logo{height:50px}.header-title{font-size:1.75rem;font-weight:800;text-transform:uppercase;color:hsl(var(--foreground));transition:font-size .3s ease}.site-header.scrolled .header-title{font-size:1.25rem}.header-nav{display:none}@media (min-width: 768px){.header-nav{display:flex;align-items:center;gap:1.5rem}}.header-nav a{color:hsl(var(--foreground));text-decoration:none;font-weight:600;text-transform:uppercase;padding:.5rem 0;position:relative}.header-nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:hsl(var(--primary));transition:width .3s ease}.header-nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:1rem}.header-actions .btn{transition:height .3s ease,width .3s ease,padding .3s ease,font-size .3s ease}.site-header.scrolled .header-actions .btn{height:36px;padding:0 .75rem;font-size:.8rem}.site-header.scrolled .header-actions .btn-icon{width:36px;padding:0}.cart-button-wrapper{position:relative}.cart-count-badge{position:absolute;top:-8px;right:-8px;background-color:hsl(var(--primary));color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;border:2px solid white}@media (max-width: 649px){.header-nav{display:none}.header-logo{height:50px!important}.header-title{font-size:1.25rem}.header-actions .btn{height:36px;padding:0 .75rem;font-size:.8rem}.header-actions .btn-icon{width:36px;height:36px;padding:0}}@media (max-width: 400px){.header-nav{display:none}.header-logo{height:45px!important}.header-title{font-size:1rem}.header-actions .btn{height:36px;padding:0 .75rem;font-size:.8rem}.header-actions .btn-icon{width:36px;height:36px;padding:0}}.separator{border:none;height:1px;width:100%;background-color:hsl(var(--border));margin-top:.5rem;margin-bottom:.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-overlay{position:fixed;inset:0;background-color:#00000080;z-index:99;animation:fadeIn .3s ease-in-out}.cart-sidebar-container{position:fixed;top:0;right:0;width:100%;max-width:400px;height:100%;z-index:100;transform:translate(100%);transition:transform .3s ease-in-out}.cart-sidebar-container.visible{transform:translate(0);box-shadow:-5px 0 15px #0000001a}.cart-container{display:flex;flex-direction:column;height:100%;background-color:hsl(var(--card))}.cart-header{background-color:hsl(var(--pizza-black));color:hsl(var(--pizza-white));padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.cart-title{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;text-transform:uppercase}.cart-close-btn{color:hsl(var(--pizza-white));background:transparent;border:none}.cart-close-btn:hover{background-color:#ffffff1a}.cart-body{padding:1.5rem;flex-grow:1;overflow-y:auto;display:flex;flex-direction:column}.cart-delivery-info{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:hsl(var(--muted-foreground));margin-bottom:1.5rem;flex-shrink:0}.cart-items-list{list-style:none;padding:0;margin:0;flex-grow:1;overflow-y:auto}.cart-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid hsl(var(--border))}.cart-item:last-child{border-bottom:none}.cart-item-details{flex-grow:1}.cart-item-name{font-weight:700;color:hsl(var(--foreground))}.cart-item-price{font-size:.9rem;color:hsl(var(--muted-foreground))}.cart-item-controls{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.qty-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:.25rem;border:1px solid hsl(var(--border));background-color:hsl(var(--card));cursor:pointer;transition:background-color .2s}.qty-btn:hover{background-color:hsl(var(--muted))}.cart-item-quantity{font-weight:500;min-width:20px;text-align:center}.remove-btn{background:none;border:none;cursor:pointer;color:hsl(var(--muted-foreground));padding:.25rem;flex-shrink:0}.remove-btn:hover{color:hsl(var(--destructive))}.cart-footer{padding:1.5rem;background-color:hsl(var(--card));border-top:1px solid hsl(var(--border));box-shadow:0 -4px 10px #0000000d;flex-shrink:0}.cart-summary{display:flex;flex-direction:column;gap:.75rem;font-size:.9rem;margin-bottom:1.5rem}.checkout-btn{width:100%}.empty-cart-body{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;flex-grow:1}.empty-cart-icon{width:4rem;height:4rem;color:hsl(var(--muted))}.empty-cart-title{font-size:1.25rem;font-weight:700}.empty-cart-text{color:hsl(var(--muted-foreground))}.site-footer{background-color:hsl(var(--pizza-black));color:#a0aec0;padding:4rem 0 2rem;font-size:.9rem}.no-footer{display:none}.footer-main{display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width: 1024px){.footer-main{grid-template-columns:1.5fr 1fr}}.footer-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;text-align:left}@media (min-width: 1024px){.footer-info-grid{grid-template-columns:repeat(2,1fr)}}.footer-column h4{font-weight:700;font-size:1.1rem;margin-bottom:1.25rem;color:#fff;text-transform:uppercase;letter-spacing:.05em}.footer-column ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.footer-column a{color:#a0aec0;text-decoration:none;transition:color .2s}.footer-column a:hover{color:hsl(var(--primary))}.footer-socials{display:flex;gap:1rem}.footer-socials a{font-size:1.25rem}.footer-map{width:100%;min-height:250px;border-radius:var(--radius);overflow:hidden}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:3rem;padding-top:2rem;text-align:center;font-size:.875rem;color:#718096}.hero-section{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:hsl(var(--pizza-white));text-align:center;padding-top:8rem;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.hero-section{min-height:500px}}@media (min-width: 768px){.hero-section{min-height:100vh}}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center center;background-repeat:no-repeat;filter:brightness(.7)}@media (max-width: 767px){.hero-bg{background-size:contain;background-position:center top;background-color:#000}.hero-section{background-color:#000}}.hero-overlay{position:absolute;inset:0;background-image:var(--gradient-hero);opacity:.6}.hero-content{position:relative;z-index:10;max-width:896px;margin:0 auto}.hero-title{font-family:Times New Roman,Times,serif;font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em;text-shadow:2px 2px 8px rgba(0,0,0,.5);font-style:italic;color:hsl(var(--pizza-white))}.hero-title-red{color:hsl(var(--pizza-red))!important}.hero-title-white{color:hsl(var(--pizza-white))!important}.hero-title-white{color:hsl(var(--pizza-white))}.main-header-container{display:flex;height:5rem;align-items:center;justify-content:space-between;position:relative}.header-logo-link{display:flex;align-items:center;gap:.75rem;text-decoration:none}.header-logo{height:70px}@media (min-width: 768px){.hero-title{font-size:4.5rem}}.hero-subtitle{font-size:1rem;margin-bottom:2rem;max-width:42rem;margin-left:auto;margin-right:auto}@media (min-width: 768px){.hero-subtitle{font-size:1.125rem}}.hero-actions{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width: 640px){.hero-actions{flex-direction:row}}.hero-actions .btn-outline{background-color:transparent;border-color:hsl(var(--pizza-white));color:hsl(var(--pizza-white))}.hero-actions .btn-outline:hover{background-color:hsl(var(--pizza-white) / .1)}.hero-perks{margin-top:3rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (min-width: 768px){.hero-perks{gap:1.5rem}}.perk-item>div:first-child{font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.perk-item>div:last-child{color:#fffc}.timings-section{background-color:hsl(var(--muted))}.timings-grid{display:block}.timings-list{list-style:none;padding:0;margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem}.timing-item{display:flex;align-items:baseline;justify-content:space-between;font-size:1.1rem}.timing-days{font-weight:700;color:hsl(var(--foreground));flex-shrink:0;margin-right:1rem}.timing-dots{flex-grow:1;border-bottom:2px dotted hsl(var(--border));margin-bottom:4px}.timing-hours{font-weight:600;color:hsl(var(--primary));flex-shrink:0;margin-left:1rem}.homepage-content{overflow-x:hidden;font-family:Lato,sans-serif;color:#1a1a1a}.home-section{padding:12rem 0}.classic-section{padding:6rem 1rem;background-color:#ffffffb3;text-align:center;position:relative;-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px)}.classic-section.alt-bg{background-color:#ffffff80;-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px)}.classic-container{max-width:900px;margin:0 auto}.classic-title{font-family:Playfair Display,serif;font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:hsl(var(--pizza-red));line-height:1.2}.classic-subtitle{font-family:Playfair Display,serif;font-size:1.75rem;color:hsl(var(--pizza-red));margin-bottom:1rem;font-style:italic;font-weight:500}.classic-text{font-size:1.125rem;line-height:1.8;color:#4a4a4a;margin-bottom:2rem;font-weight:300}.classic-actions{display:flex;gap:1.5rem;justify-content:center;margin-top:2rem}.inspiration-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center;text-align:left}@media (min-width: 960px){.inspiration-grid{grid-template-columns:1fr 1fr}}.inspiration-image-wrapper{position:relative;padding:1rem;border:1px solid hsl(var(--border));background:hsl(var(--card));box-shadow:0 10px 30px #00000014}.inspiration-img{width:100%;height:auto;display:block;object-fit:cover;aspect-ratio:4/5}.inspiration-content .classic-title,.inspiration-content .classic-text{text-align:left}.halal-badge{display:inline-block;padding:.5rem 2rem;border:2px solid hsl(var(--pizza-red));color:hsl(var(--pizza-red));font-family:Playfair Display,serif;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem}.classic-signature{font-family:Playfair Display,serif;font-size:1.75rem;font-style:italic;margin-top:3rem;color:#000}.classic-role{font-size:.85rem;text-transform:uppercase;letter-spacing:2px;color:#888;margin-top:.5rem;font-weight:700}@media (max-width: 768px){.classic-title{font-size:2.25rem}.classic-subtitle{font-size:1.5rem}.inspiration-grid{gap:2rem}.classic-section{padding:4rem 1rem}}.menu-categories{background-color:hsl(var(--background));border-bottom:1px solid hsl(var(--border));padding:1rem 0}.categories-container{position:relative;display:flex;align-items:center}.categories-list-wrapper{flex-grow:1;position:relative;overflow:hidden}.categories-list-wrapper:before,.categories-list-wrapper:after{content:"";position:absolute;top:0;bottom:0;width:30px;z-index:5;pointer-events:none}.categories-list-wrapper:before{left:0;background:linear-gradient(to right,hsl(var(--background)),transparent)}.categories-list-wrapper:after{right:0;background:linear-gradient(to left,hsl(var(--background)),transparent)}.categories-list{display:flex;gap:.75rem;overflow-x:auto;padding:.25rem 0;-ms-overflow-style:none;scrollbar-width:none}.categories-list::-webkit-scrollbar{display:none}.tab-button{white-space:nowrap;flex-shrink:0;font-weight:600;text-transform:uppercase}.scroll-btn{flex-shrink:0;width:40px;height:40px;border-radius:var(--radius);background-color:hsl(var(--card));border:1px solid hsl(var(--border));box-shadow:0 2px 5px #0000001a;cursor:pointer;display:flex;align-items:center;justify-content:center;color:hsl(var(--foreground));z-index:10}.scroll-btn.left{margin-right:.5rem}.scroll-btn.right{margin-left:.5rem}.scroll-btn:hover{background-color:hsl(var(--muted))}@media (hover: none){.scroll-btn{display:none}}.badge{display:inline-flex;align-items:center;gap:.25rem;border-radius:9999px;border:1px solid transparent;padding:.125rem .625rem;font-size:.75rem;font-weight:600;white-space:nowrap}.badge{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.badge.badge-secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground));border-color:hsl(var(--border))}.badge.badge-destructive{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.badge.badge-gold{background-color:hsl(var(--pizza-gold));color:hsl(var(--foreground))}.badge.badge-veggie{background-color:#22c55e;color:#fff}.cart-count-badge{position:absolute;height:1.5rem;width:1.5rem;padding:0;display:flex;align-items:center;justify-content:center;top:-.5rem;right:-.5rem;background-color:hsl(var(--pizza-gold));color:hsl(var(--foreground))}.menu-item-row{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 0;border-bottom:1px solid #dcdcdc;background-color:transparent;gap:1.5rem;transition:background-color .2s}.menu-item-row:hover{background-color:#00000005}.menu-item-row:last-child{border-bottom:none}.menu-item-info{flex:1;display:flex;flex-direction:column}.menu-item-name-wrapper{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.menu-item-name{font-family:Lato,sans-serif;font-weight:700;font-size:1.125rem;color:#1a1a1a;margin:0}.menu-item-desc{font-family:Lato,sans-serif;font-weight:300;font-size:.95rem;color:#555;line-height:1.5;margin:0;max-width:600px}.badge-veggie{font-size:.7rem;padding:.1rem .4rem;text-transform:uppercase}.menu-item-actions{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}@media (min-width: 600px){.menu-item-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.75rem;min-width:120px}}.variant-btn{background-color:#fff;border:1px solid #ccc;border-radius:4px;padding:.5rem .75rem;cursor:pointer;text-align:center;transition:all .2s ease;min-width:100px;display:flex;flex-direction:column;justify-content:center;align-items:center}.variant-btn:hover{border-color:hsl(var(--pizza-red));background-color:#fff5f5;transform:translateY(-1px);box-shadow:0 2px 5px #0000001a}.variant-name{font-size:.75rem;font-weight:700;text-transform:uppercase;color:#666;margin-bottom:.1rem}.variant-price{font-size:1rem;font-weight:700;color:#1a1a1a}@media (max-width: 600px){.menu-item-row{flex-direction:column;gap:1rem}.menu-item-actions{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.variant-btn{flex:1 1 calc(50% - .5rem)}}.skeleton-card{background-color:hsl(var(--card));border-radius:var(--radius);overflow:hidden;border:1px solid hsl(var(--border))}.skeleton-image{height:158px;background-color:hsl(var(--muted));animation:pulse 1.5s cubic-bezier(.4,0,.6,1) infinite}.skeleton-info{padding:1.25rem}.skeleton-title{height:1.25rem;width:70%;background-color:hsl(var(--muted));border-radius:.25rem;margin-bottom:.75rem;animation:pulse 1.5s cubic-bezier(.4,0,.6,1) infinite}.skeleton-desc{height:.875rem;width:100%;background-color:hsl(var(--muted));border-radius:.25rem;margin-bottom:.5rem;animation:pulse 1.5s cubic-bezier(.4,0,.6,1) infinite}.skeleton-desc-short{width:80%}.skeleton-button{height:36px;width:100%;background-color:hsl(var(--muted));border-radius:.375rem;margin-top:1.25rem;animation:pulse 1.5s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{50%{opacity:.6}}.menu-page-container{background-color:transparent;min-height:100vh;padding-bottom:4rem;font-family:Lato,sans-serif;color:#333}.deals-section{background-color:#eaddcf;padding:3rem 0;border-bottom:1px solid rgba(0,0,0,.1);text-align:center}.deals-header{margin-bottom:2rem}.deals-title{font-family:Playfair Display,serif;font-size:2.5rem;font-style:italic;color:hsl(var(--pizza-red));margin-bottom:.5rem}.menu-section{padding-top:2rem}.menu-header{text-align:center;margin-bottom:2rem;padding:2rem 0;background-color:#ffffffb3;border-bottom:1px solid hsl(var(--border));-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px)}.menu-title{font-family:Playfair Display,serif;font-size:3rem;font-weight:700;text-transform:uppercase;color:hsl(var(--pizza-red));margin:0}.menu-content-area{max-width:1024px;margin:0 auto;padding:0 1rem}.menu-list-container{display:flex;flex-direction:column;gap:0;background-color:transparent}.category-header{font-family:Playfair Display,serif;font-size:2rem;margin:2rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid hsl(var(--pizza-red));color:hsl(var(--pizza-red))}.loading-container{text-align:center;padding:4rem;font-size:1.25rem;color:#666;font-family:Playfair Display,serif}@media (max-width: 768px){.menu-title{font-size:2rem}}.not-found-page{display:flex;min-height:100vh;align-items:center;justify-content:center;background-color:hsl(var(--muted))}.not-found-content{text-align:center}.not-found-content h1{font-size:2.25rem;font-weight:700;margin-bottom:1rem;color:hsl(var(--pizza-red))}.not-found-content p{font-size:1.25rem;color:hsl(var(--muted-foreground));margin-bottom:1rem}.not-found-content a{color:#3b82f6;text-decoration:underline}.not-found-content a:hover{color:#1d4ed8}.card{border-radius:.75rem;border:1px solid hsl(var(--border));background-color:hsl(var(--card));color:hsl(var(--card-foreground));box-shadow:0 2px 8px #00000014,0 1px 3px #0000001f,inset 0 1px #ffffff1a}.card-header{display:flex;flex-direction:column;gap:.375rem;padding:1.5rem}.card-title{font-size:1.5rem;font-weight:600;line-height:1;letter-spacing:-.025em}.card-content{padding:1.5rem;padding-top:0}.input{display:flex;height:2.5rem;width:100%;border-radius:.375rem;border:1px solid hsl(var(--input));background-color:hsl(var(--background));padding:.5rem .75rem;font-size:.875rem;outline:none;transition:all .2s}.input::placeholder{color:hsl(var(--muted-foreground))}.input:focus-visible{border-color:hsl(var(--ring));box-shadow:0 0 0 1px hsl(var(--ring))}.input:disabled{cursor:not-allowed;opacity:.5}.label{font-size:.875rem;font-weight:500;line-height:1;display:block}.textarea{display:flex;min-height:80px;width:100%;border-radius:.375rem;border:1px solid hsl(var(--input));background-color:hsl(var(--background));padding:.5rem .75rem;font-size:.875rem;outline:none;transition:all .2s;resize:vertical}.textarea::placeholder{color:hsl(var(--muted-foreground))}.textarea:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.textarea:disabled{cursor:not-allowed;opacity:.5}.prompt-buttons{display:flex;flex-direction:column;gap:1rem}.prompt-buttons>.btn{flex-grow:1}@media (min-width: 640px){.prompt-buttons{flex-direction:row}}.page-container{min-height:100vh;background-color:hsl(var(--muted));padding:2rem 0}.checkout-page .container{max-width:56rem}.empty-checkout{display:flex;align-items:center;justify-content:center;text-align:center;padding-top:5rem}.empty-checkout .content h1{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:hsl(var(--pizza-red))}.empty-checkout .content p{color:hsl(var(--muted-foreground));margin-bottom:1.5rem}.checkout-header{margin-bottom:2rem;margin-top:10rem}.checkout-header h1{font-size:1.875rem;font-weight:700;color:hsl(var(--pizza-red))}.checkout-header p{color:hsl(var(--muted-foreground));margin-top:.25rem}.checkout-form{display:flex;flex-direction:column;gap:0rem}.checkout-form>.card{margin-bottom:1rem}.checkout-form>.card:last-of-type{margin-bottom:2rem}.card-title-icon{display:flex;align-items:center;gap:.5rem;font-size:1.25rem}.form-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.form-grid{grid-template-columns:1fr 1fr}}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.form-group:last-child{margin-bottom:0}.form-actions{display:flex;flex-direction:column-reverse;gap:1rem;margin-top:2rem}@media (min-width: 640px){.form-actions{flex-direction:row;justify-content:flex-end}.form-actions .btn{flex:0}}.summary-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.summary-item:last-of-type{margin-bottom:0}.summary-item .item-qty{font-size:.875rem;color:hsl(var(--muted-foreground));text-transform:capitalize}.summary-item .item-price{font-weight:500}.summary-details{display:flex;flex-direction:column;gap:.75rem;padding-top:1rem}.summary-row{display:flex;justify-content:space-between;color:hsl(var(--muted-foreground))}.summary-row span:last-child{font-weight:600;color:hsl(var(--foreground))}.summary-total{font-weight:700;font-size:1.25rem;color:hsl(var(--foreground))}.summary-total span:last-child{color:hsl(var(--pizza-red))}.divider{display:flex;align-items:center;text-align:center;margin:1.5rem 0;font-weight:700;font-size:.875rem;color:hsl(var(--muted-foreground))}.divider:before,.divider:after{content:"";flex:1;height:1px;background:hsl(var(--border))}.divider:before{margin-right:1rem}.divider:after{margin-left:1rem}.payment-placeholder{border:2px dashed hsl(var(--border));border-radius:.5rem;padding:2rem;text-align:center;color:hsl(var(--muted-foreground));background-color:hsl(var(--background))}.express-checkout-container{margin-bottom:1.5rem}.StripeElement{background-color:#fff;border:1px solid hsl(var(--border));border-radius:.375rem;padding:.75rem;font-family:inherit}.StripeElement:focus{border-color:hsl(var(--ring));outline:none;box-shadow:0 0 0 2px hsl(var(--ring) / .2)}.StripeElement[data-testid=express-checkout-element]{padding:0;border:none;background:transparent;margin-bottom:1rem}.StripeElement .AccordionItem{width:100%!important;margin-bottom:.5rem!important}.StripeElement .Tab,.StripeElement .AccordionItem .Trigger{background-color:#fff!important;border:1px solid hsl(var(--border))!important;border-radius:.375rem!important;padding:1rem!important;margin-bottom:.5rem!important;color:hsl(var(--foreground))!important;font-family:inherit!important;font-size:.875rem!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:.75rem!important;cursor:pointer!important;transition:all .2s ease!important;width:100%!important;min-height:48px!important}.StripeElement .Tab:hover,.StripeElement .AccordionItem .Trigger:hover{background-color:hsl(var(--muted))!important;border-color:hsl(var(--border))!important}.StripeElement .Tab--selected,.StripeElement .AccordionItem .Trigger[aria-expanded=true]{background-color:hsl(var(--accent))!important;border-color:hsl(var(--ring))!important;color:hsl(var(--accent-foreground))!important}.StripeElement .Tab .TabIcon,.StripeElement .AccordionItem .Icon{width:24px!important;height:24px!important;flex-shrink:0!important}.StripeElement .AccordionItem .Content{width:100%!important;padding:1rem!important;border-top:1px solid hsl(var(--border))!important;background-color:hsl(var(--muted) / .3)!important}.StripeElement .TabContainer{display:none!important}.StripeElement .Input{background-color:#fff!important;border:1px solid hsl(var(--border))!important;border-radius:.375rem!important;padding:.75rem!important;font-family:inherit!important;font-size:.875rem!important;color:hsl(var(--foreground))!important;width:100%!important;margin-bottom:.5rem!important}.StripeElement .Input:focus{border-color:hsl(var(--ring))!important;outline:none!important;box-shadow:0 0 0 2px hsl(var(--ring) / .2)!important}.StripeElement .Input::placeholder{color:hsl(var(--muted-foreground))!important}.StripeElement .Error{color:hsl(var(--destructive))!important;font-size:.75rem!important;margin-top:.5rem!important}.delivery-info-banner{background-image:linear-gradient(to right,hsl(var(--pizza-red) / .1),hsl(var(--pizza-orange) / .1));padding:1rem;border-radius:.5rem;border:1px solid hsl(var(--pizza-red) / .2)}.delivery-info-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;text-align:center}@media (min-width: 640px){.delivery-info-grid{grid-template-columns:repeat(3,1fr)}}.delivery-info-value{font-size:1.5rem;font-weight:700;color:hsl(var(--pizza-red))}.delivery-info-label{font-size:.875rem;color:hsl(var(--muted-foreground))}.success-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:hsl(var(--muted));padding:1.5rem}.success-page .container{width:100%;max-width:500px;text-align:center}.success-header{margin-bottom:2rem;margin-top:8rem}.success-icon-wrapper{width:3.5rem;height:3.5rem;background-color:#dcfce7;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.success-icon{width:1.75rem;height:1.75rem;color:#16a34a}.success-header h1{font-size:1.5rem;font-weight:800;margin-bottom:.5rem;color:hsl(var(--pizza-red))}.success-header p{color:hsl(var(--muted-foreground));max-width:320px;margin:0 auto;font-size:.9rem}.order-details-card{margin-bottom:2rem;text-align:left}.order-details-card .card-content{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.detail-row{display:flex;justify-content:space-between;align-items:center;font-size:.85rem}.detail-row span:first-child{font-weight:500;color:hsl(var(--muted-foreground))}.total-amount{font-size:.9rem;font-weight:700}.delivery-time{display:flex;align-items:center;gap:.5rem;font-weight:500}.delivery-time svg{width:1rem;height:1rem;color:hsl(var(--muted-foreground))}.success-footer{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.success-footer p{color:hsl(var(--muted-foreground));font-size:.85rem;max-width:350px}.footer-buttons{display:flex;flex-direction:column;gap:1rem;width:100%}@media (max-width: 350px){.success-header h1{font-size:1.3rem}.detail-row,.success-footer p,.total-amount{font-size:.8rem}}@media (min-width: 400px){.success-header h1{font-size:1.6rem}.detail-row,.success-footer p,.total-amount{font-size:.9rem}}@media (min-width: 500px){.success-icon-wrapper{width:4rem;height:4rem;margin-bottom:1.5rem}.success-icon{width:2rem;height:2rem}.success-header h1{font-size:1.875rem}.success-header p{font-size:1rem}.footer-buttons{flex-direction:row;justify-content:center;width:auto}}@media (min-width: 800px){.success-page .container{padding:2rem}}.auth-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:hsl(var(--muted));padding:2rem}.auth-card{width:100%;max-width:420px}.auth-card .card-header{text-align:center}.auth-subtitle{color:hsl(var(--muted-foreground));font-size:.9rem;margin-top:.5rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-button{margin-top:.5rem}.auth-footer{text-align:center;margin-top:1.5rem;font-size:.9rem;color:hsl(var(--muted-foreground))}.auth-footer a{color:hsl(var(--primary));font-weight:500;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.error-message{background-color:hsl(var(--destructive) / .1);color:hsl(var(--destructive));padding:.75rem;border-radius:var(--radius);font-size:.9rem;text-align:center}.spinner-overlay{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:hsl(var(--background));z-index:9999}.spinner{width:56px;height:56px;border-radius:50%;border:6px solid hsl(var(--muted));border-top-color:hsl(var(--primary));animation:spin 1s linear infinite}.spinner-text{margin-top:1rem;font-weight:500;color:hsl(var(--muted-foreground))}@keyframes spin{to{transform:rotate(360deg)}}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;z-index:100;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #0003;opacity:0;transform:translateY(20px);pointer-events:none;transition:opacity .3s ease,transform .3s ease}.scroll-to-top.visible{opacity:1;transform:translateY(0);pointer-events:auto}.scroll-to-top:hover{filter:brightness(1.1)}.careers-page-container{min-height:100vh;background-color:hsl(var(--muted));padding:4rem 1rem}.careers-header{text-align:center;margin-bottom:2.5rem;margin-top:6rem}.careers-header h1{font-size:2.5rem;font-weight:800;color:hsl(var(--pizza-red));margin-bottom:.5rem}.careers-header p{font-size:1.125rem;color:hsl(var(--muted-foreground));max-width:600px;margin:0 auto}.careers-form-card{max-width:800px;margin:0 auto}.careers-form{display:flex;flex-direction:column;gap:2rem}.form-group{display:flex;flex-direction:column;gap:.75rem}.form-group .label{font-size:1rem;font-weight:600}.form-grid{display:block}.checkbox-group,.radio-group-vertical{display:flex;flex-direction:column;gap:1rem;margin-top:.25rem}.radio-group-horizontal{display:flex;flex-direction:row;gap:1.5rem;align-items:center;margin-top:.25rem}.checkbox-item,.radio-item{display:flex;align-items:center;gap:.75rem}.careers-form input[type=checkbox],.careers-form input[type=radio]{appearance:none;-webkit-appearance:none;margin:0;font:inherit;width:1.25em;height:1.25em;border:2px solid hsl(var(--border));transition:all .2s;cursor:pointer}.careers-form input[type=checkbox]:hover,.careers-form input[type=radio]:hover{border-color:hsl(var(--primary))}.careers-form input[type=checkbox]{border-radius:.25rem}.careers-form input[type=checkbox]:checked{background-color:hsl(var(--primary));border-color:hsl(var(--primary));background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");background-size:100% 100%}.careers-form input[type=radio]{border-radius:50%}.careers-form input[type=radio]:checked{border-color:hsl(var(--primary));border-width:5px}.careers-form .checkbox-item label,.careers-form .radio-item label{cursor:pointer;font-weight:500}.form-actions{display:flex;justify-content:center;margin-top:1rem}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}@keyframes float{0%{transform:translatey(0)}50%{transform:translatey(-10px)}to{transform:translatey(0)}}.animate-float{animation:float 6s ease-in-out infinite}.pronto-toast{font-weight:500;border-radius:8px;box-shadow:0 4px 10px #0000001a;border:none!important;padding:12px 18px!important}.pronto-toast [data-icon] svg{color:#fff}:root{--background: 35 25% 92%;--foreground: 348 20% 5%;--card: 35 20% 96%;--card-foreground: 348 20% 5%;--primary: 357 74% 48%;--primary-foreground: 0 0% 98%;--muted: 35 15% 85%;--muted-foreground: 0 0% 45%;--destructive: 357 74% 48%;--destructive-foreground: 0 0% 98%;--border: 0 0% 85%;--input: 0 0% 85%;--ring: 357 74% 48%;--radius: .5rem;--pizza-red: 357 74% 48%;--pizza-black: 348 20% 5%;--pizza-white: 0 0% 95%;--gradient-primary: linear-gradient( 135deg, hsl(var(--pizza-red)), hsl(var(--pizza-red) / .85) );--gradient-hero: linear-gradient( 135deg, hsl(var(--pizza-black) / .7), hsl(var(--pizza-black) / .5) );--shadow-warm: 0 8px 25px -10px hsl(var(--pizza-red) / .4);--shadow-glow: 0 0 30px hsl(var(--pizza-red) / .5)}*{box-sizing:border-box;margin:0;padding:0;border-color:hsl(var(--border))}html{background-color:hsl(var(--background));background-image:url(/vintage-paper.jpg);background-size:cover;background-position:center center;background-attachment:fixed;background-repeat:no-repeat;min-height:100vh}html:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background-image:url(/vintage-paper.jpg);background-size:cover;background-position:center center;background-attachment:fixed;background-repeat:no-repeat;pointer-events:none}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:transparent;color:hsl(var(--foreground));min-height:100vh;position:relative}#root{position:relative;z-index:1}h1,h2,h3,h4,h5,h6{color:hsl(var(--pizza-red))}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 1280px){.container{max-width:1280px}}
