:root{--mcd-red: #DB0007;--mcd-yellow: #FFC72C;--mcd-dark: #292929;--mcd-bg: #F5F5F5;--mcd-white: #FFFFFF;--mcd-gray: #6B6B6B;--mcd-light-gray: #E8E8E8;font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:var(--mcd-bg);color:var(--mcd-dark)}.header{background:var(--mcd-red);color:var(--mcd-white);padding:0;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #00000026}.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{width:48px;height:48px;background:var(--mcd-yellow);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.logo-text{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.logo-tagline{font-size:.75rem;opacity:.9;font-style:italic}.header-actions{display:flex;align-items:center;gap:1rem}.location-btn{background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem 1rem;border-radius:2rem;font-size:.85rem;cursor:pointer;display:flex;align-items:center;gap:.4rem;transition:background .2s}.location-btn:hover{background:#ffffff40}.cart-btn{background:var(--mcd-yellow);color:var(--mcd-dark);border:none;padding:.5rem 1rem;border-radius:2rem;font-size:.85rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.4rem;transition:transform .2s,box-shadow .2s;position:relative}.cart-btn:hover{transform:scale(1.05);box-shadow:0 2px 8px #0003}.cart-badge{background:var(--mcd-red);color:#fff;font-size:.7rem;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;top:-6px;right:-6px;font-weight:700}.hero{background:linear-gradient(135deg,var(--mcd-red) 0%,#a80005 100%);color:#fff;padding:2.5rem 1.5rem;text-align:center}.hero-inner{max-width:600px;margin:0 auto}.hero h2{font-size:2rem;font-weight:800;margin-bottom:.5rem;letter-spacing:-.02em}.hero p{font-size:1.1rem;opacity:.9;margin-bottom:1.5rem}.hero-cta{background:var(--mcd-yellow);color:var(--mcd-dark);border:none;padding:.75rem 2rem;border-radius:2rem;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .2s}.hero-cta:hover{transform:scale(1.05)}.main-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:220px 1fr;gap:1.5rem;padding:1.5rem}.sidebar{position:sticky;top:80px;align-self:start}.category-list{list-style:none;display:flex;flex-direction:column;gap:.25rem}.category-item{padding:.75rem 1rem;border-radius:.5rem;cursor:pointer;font-size:.9rem;font-weight:500;color:var(--mcd-gray);transition:all .2s;display:flex;align-items:center;gap:.6rem;border:none;background:none;width:100%;text-align:left}.category-item:hover{background:var(--mcd-white);color:var(--mcd-dark)}.category-item.active{background:var(--mcd-red);color:#fff;font-weight:600}.category-icon{font-size:1.2rem;width:1.5rem;text-align:center}.menu-section{min-height:0}.section-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--mcd-dark)}.menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.menu-card{background:var(--mcd-white);border-radius:1rem;overflow:hidden;transition:transform .2s,box-shadow .2s;cursor:pointer;border:1px solid var(--mcd-light-gray)}.menu-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.card-img{width:100%;height:160px;display:flex;align-items:center;justify-content:center;font-size:4rem;background:linear-gradient(135deg,#fff5f5,#ffe8e8)}.card-body{padding:1rem}.card-name{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:var(--mcd-dark)}.card-desc{font-size:.8rem;color:var(--mcd-gray);margin-bottom:.75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-footer{display:flex;align-items:center;justify-content:space-between}.card-price{font-size:1.1rem;font-weight:700;color:var(--mcd-dark)}.add-btn{background:var(--mcd-red);color:#fff;border:none;width:36px;height:36px;border-radius:50%;font-size:1.3rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s,background .2s}.add-btn:hover{background:#b50006;transform:scale(1.1)}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-panel{position:fixed;top:0;right:0;width:400px;max-width:90vw;height:100vh;background:var(--mcd-white);z-index:201;display:flex;flex-direction:column;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--mcd-light-gray)}.cart-header h3{font-size:1.25rem;font-weight:700}.cart-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--mcd-gray);padding:.25rem;line-height:1}.cart-close:hover{color:var(--mcd-dark)}.cart-items{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-empty{text-align:center;padding:3rem 1rem;color:var(--mcd-gray)}.cart-empty-icon{font-size:3rem;margin-bottom:.75rem}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--mcd-light-gray)}.cart-item-emoji{font-size:2rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff5f5;border-radius:.5rem;flex-shrink:0}.cart-item-info{flex:1;min-width:0}.cart-item-name{font-weight:600;font-size:.9rem;margin-bottom:.15rem}.cart-item-price{font-size:.85rem;color:var(--mcd-gray)}.cart-item-controls{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.qty-btn{width:28px;height:28px;border-radius:50%;border:1px solid var(--mcd-light-gray);background:#fff;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.qty-btn:hover{background:var(--mcd-light-gray)}.qty-btn.remove{border-color:var(--mcd-red);color:var(--mcd-red)}.qty-btn.remove:hover{background:#fff0f0}.qty-display{font-weight:600;font-size:.9rem;min-width:1.5rem;text-align:center}.cart-item-total{font-weight:700;font-size:.95rem;flex-shrink:0;align-self:center}.cart-footer{border-top:2px solid var(--mcd-light-gray);padding:1.25rem 1.5rem}.cart-summary-row{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.9rem;color:var(--mcd-gray)}.cart-total-row{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:700;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--mcd-light-gray)}.checkout-btn{width:100%;background:var(--mcd-red);color:#fff;border:none;padding:1rem;border-radius:2rem;font-size:1rem;font-weight:700;cursor:pointer;margin-top:1rem;transition:background .2s,transform .2s}.checkout-btn:hover{background:#b50006;transform:scale(1.02)}.checkout-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:300;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.modal{background:#fff;border-radius:1.5rem;padding:2.5rem;max-width:420px;width:90%;text-align:center;animation:scaleIn .3s ease}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.modal-icon{font-size:4rem;margin-bottom:1rem}.modal h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.modal p{color:var(--mcd-gray);margin-bottom:1.5rem;line-height:1.5}.modal-btn{background:var(--mcd-red);color:#fff;border:none;padding:.75rem 2rem;border-radius:2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.modal-btn:hover{background:#b50006}.footer{background:var(--mcd-dark);color:#ffffffb3;text-align:center;padding:2rem 1.5rem;margin-top:3rem;font-size:.85rem}.footer-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap}.footer-links a{color:#ffffffb3;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--mcd-yellow)}@media(max-width:768px){.main-layout{grid-template-columns:1fr;padding:1rem}.sidebar{position:static;overflow-x:auto}.category-list{flex-direction:row;gap:.5rem}.category-item{white-space:nowrap;padding:.5rem .75rem;font-size:.8rem}.hero h2{font-size:1.5rem}.menu-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}.card-img{height:120px;font-size:3rem}.header-inner{padding:.5rem 1rem}.logo-text{font-size:1.2rem}.location-btn span{display:none}}
