:root{--primary: #c62828;--primary-dark: #8e0000;--accent: #fbc02d;--text: #2d3436;--text-light: #636e72;--bg: #ffffff;--card-shadow: 0 4px 15px rgba(0, 0, 0, .05);--font-family: "Outfit", sans-serif}body{margin:0;font-family:var(--font-family);background-color:#f8f9fa;color:var(--text);-webkit-font-smoothing:antialiased}.app-container{width:100%;max-width:1200px;margin:0 auto;min-height:100vh;background:#fff;position:relative;box-shadow:0 0 20px #0000000d;padding-bottom:80px;overflow-x:hidden}header{width:100%;box-sizing:border-box;padding:1.5rem 1.5rem .5rem;background:#fff;position:sticky;top:0;z-index:50;max-width:1200px;margin:0 auto}.header-content{display:flex;justify-content:space-between;align-items:center}.logo-section h1{margin:0;font-size:1.8rem;font-weight:800;color:#c0392b;letter-spacing:-.5px}.logo-section p{margin:.2rem 0 0;font-size:.85rem;color:#b2bec3}.header-actions{display:flex;gap:.8rem;align-items:center}.search-container{display:flex;align-items:center;background:#f1f3f5;border-radius:20px;padding:0 10px;transition:width .3s ease;overflow:hidden}.search-input{border:none;background:transparent;padding:8px;outline:none;font-family:var(--font-family);color:var(--text);width:0;opacity:0;transition:width .3s,opacity .3s}.search-container.open .search-input{width:150px;opacity:1}.surprise-me-btn{background:var(--accent);border:none;padding:.6rem 1.2rem;border-radius:50px;font-family:var(--font-family);font-weight:600;font-size:.8rem;display:flex;align-items:center;gap:.4rem;cursor:pointer;color:#2d3436;white-space:nowrap;box-shadow:0 4px 10px #fbc02d4d;font-size:.9rem}.surprise-icon{display:flex;align-items:center}.surprise-icon.spinning{animation:rotate-icon .6s linear infinite}@keyframes rotate-icon{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.search-btn{background:transparent;border:none;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text)}.main-content{padding:1rem 1.5rem}.section-title{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:var(--text)}.item-cards{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.item-cards{grid-template-columns:repeat(3,1fr)}.item-cards .item-card:first-child{grid-column:1 / -1;display:flex;flex-direction:column;align-items:flex-start;max-width:650px;margin:0 auto;width:100%;border-radius:20px}.item-cards .item-card:first-child .card-image-wrapper{height:280px;width:100%}.item-cards .item-card:first-child .card-content{width:100%;padding:.8rem;box-sizing:border-box}}.item-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:var(--card-shadow);cursor:pointer;transition:transform .2s;display:flex;flex-direction:column}.item-cards .item-card:first-child{display:flex;flex-direction:column;border:1px solid #eee}.item-cards .item-card:first-child .card-image-wrapper{width:100%;height:220px;overflow:hidden}.item-cards .item-card:first-child .item-image{width:100%;height:100%;object-fit:cover}.item-cards .item-card:first-child .card-content{padding:.8rem 2rem .8rem .8rem;display:flex;flex-direction:column;align-items:center;text-align:center}.item-cards .item-card:first-child .card-header{width:100%;display:flex;justify-content:center;text-align:center}.item-cards .item-card:first-child .card-footer{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.item-cards .item-card:first-child h3{font-size:1.4rem;margin:0 0 .3rem;color:var(--text);font-weight:800;text-align:center;width:100%}.item-cards .item-card:first-child .description{color:var(--text-light);line-height:1.4;font-size:.95rem;margin-bottom:.5rem;text-align:center}.item-cards .item-card:first-child .price{font-size:1.3rem;font-weight:700;color:#c0392b;display:block;margin-bottom:.5rem;text-align:center;width:100%}.item-cards .item-card:first-child .ar-btn-small{display:none}.item-cards .item-card:first-child .ar-btn-large{display:inline-block;background-color:#c0392b;color:#fff;border:none;padding:.6rem 1.5rem;border-radius:12px;font-weight:600;font-size:.95rem;cursor:pointer;margin-top:.3rem}.item-cards .item-card:first-child .badges{display:none}.loading-container{display:flex;justify-content:center;align-items:center;padding:1rem;width:100%;min-height:60vh}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid var(--primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:3rem;color:var(--text-light);grid-column:1 / -1}.empty-state h3{margin-bottom:.5rem;color:var(--text)}.item-cards .item-card:not(:first-child){display:flex;flex-direction:row;padding:.8rem;align-items:center;gap:1rem}.item-cards .item-card:not(:first-child) .card-image-wrapper{width:100px;height:100px;border-radius:12px;overflow:hidden;flex-shrink:0}.item-cards .item-card:not(:first-child) .item-image{width:100%;height:100%;object-fit:cover}.item-cards .item-card:not(:first-child) .card-content{flex:1;display:flex;flex-direction:column;justify-content:center}.item-cards .item-card:not(:first-child) .card-header{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.3rem}.item-cards .item-card:not(:first-child) h3{margin:0;font-size:1rem;font-weight:700}.item-cards .item-card:not(:first-child) .badges{display:flex;align-items:center;gap:.5rem}.chef-badge{font-size:.75rem;color:#fbc02d;font-weight:600;display:flex;align-items:center;gap:.2rem}.fire-badge{font-size:.9rem}.item-cards .item-card:not(:first-child) .description{font-size:.8rem;color:var(--text-light);margin:0 0 .8rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.item-cards .item-card:not(:first-child) .card-footer{display:flex;justify-content:space-between;align-items:center}.item-cards .item-card:not(:first-child) .price{font-size:1.1rem;font-weight:700;color:#c0392b}.item-cards .item-card:not(:first-child) .ar-btn-large{display:none}.item-cards .item-card:not(:first-child) .ar-btn-small{background:var(--accent);border:none;padding:.4rem .8rem;border-radius:8px;font-weight:600;font-size:.75rem;color:var(--text);cursor:pointer}footer{position:fixed;bottom:0;width:100%;background:#fff;display:flex;justify-content:space-around;padding:.8rem 0;box-shadow:0 -2px 10px #0000000d;border-top-left-radius:20px;border-top-right-radius:20px;z-index:100;max-width:480px;margin:0 auto;left:50%;transform:translate(-50%)}.footer-btn{background:none;border:none;display:flex;flex-direction:column;align-items:center;gap:.3rem;cursor:pointer;color:#b2bec3;padding:0}.footer-btn span{font-size:.7rem;font-weight:500}.footer-btn .icon-wrapper{color:#636e72}.footer-btn:hover,.footer-btn:hover .icon-wrapper{color:#c0392b}.update-menu-page{padding:2rem}.focused-card-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;justify-content:center;align-items:center;padding:20px}.focused-card{background:#fff;padding:2rem;border-radius:20px;max-width:340px;width:100%;text-align:center;position:relative}.focused-card h2{margin-top:1rem;color:var(--text)}.focused-card .focused-image{width:100%;max-height:250px;object-fit:contain;border-radius:12px;background-color:#f9f9f9}.focused-card .close-btn{position:absolute;top:15px;right:15px;background:#c0392b;border:none;width:36px;height:36px;border-radius:50%;font-size:1.5rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #c0392b66;color:#fff;transition:all .2s ease;z-index:10}.focused-card .close-btn:hover{background:#a93226;color:#fff;transform:scale(1.05)}.focused-card .price{font-size:1.8rem;font-weight:800;color:#c0392b;margin:.5rem 0;display:block}.focused-card .ar-btn{background-color:#c0392b;color:#fff;border:none;padding:.8rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;margin-top:1rem;width:100%}@media (max-width: 480px){.header-content{flex-wrap:wrap;gap:1rem}.logo-section h1{font-size:1.5rem}.header-actions{margin-left:auto}.search-container.open .search-input{width:120px}.surprise-me-btn span.surprise-icon{font-size:1.2rem}.item-cards .item-card:first-child .card-image-wrapper{height:180px}.item-cards .item-card:not(:first-child){flex-direction:column;align-items:center;text-align:center;width:90%;margin:1rem auto;padding-right:0;box-sizing:border-box}.item-cards .item-card:not(:first-child) .card-content{align-items:center;width:100%}.item-cards .item-card:not(:first-child) .card-header{justify-content:center;width:100%}.item-cards .item-card:not(:first-child) .card-footer{justify-content:center;width:100%}.item-cards .item-card:not(:first-child) .card-image-wrapper{width:100%;height:150px}.focused-card{padding:1.5rem;width:90%;margin:0 auto}.focused-card h2{font-size:1.2rem}}:root{--primary-50: #eef2ff;--primary-100: #e0e7ff;--primary-200: #c7d2fe;--primary-300: #a5b4fc;--primary-400: #818cf8;--primary-500: #6366f1;--primary-600: #4f46e5;--primary-700: #4338ca;--primary-800: #3730a3;--primary-900: #312e81;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--success: #22c55e;--warning: #eab308;--error: #ef4444;--info: #3b82f6;--background: var(--gray-50);--card-bg: white;--text-primary: var(--gray-900);--text-secondary: var(--gray-600);--text-light: white;--border-color: var(--gray-200);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-form: 0 2px 50px rgba(0, 0, 0, .1)}.update-menu-page{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;background:var(--background);padding:2rem}.admin-container{width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center;background:var(--card-bg);border-radius:16px;box-shadow:var(--shadow-md);padding:2rem;margin:0 auto}.admin-header{width:100%;display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color)}.admin-header h1{color:var(--text-primary);font-size:2rem;font-weight:600;margin:0;text-align:center}.content-container{width:100%;display:flex;justify-content:center;padding:1rem}.items-grid{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;justify-content:center;align-items:start;padding:1rem}.item-card{width:100%;max-width:320px;background:var(--card-bg);border-radius:12px;padding:1.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--border-color);display:flex;flex-direction:column;align-items:center;margin:0 auto;transition:all .3s ease}.item-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.item-card img{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-bottom:1rem;border:1px solid var(--border-color)}.item-details{width:100%;text-align:center;padding:.5rem}.item-card h3{font-size:1.2rem;color:var(--text-primary);font-weight:600;margin:0 0 .5rem}.item-card .price{font-size:1.1rem;font-weight:600;color:var(--primary-600);margin:.5rem 0}.update-form{width:100%;max-width:600px;background:var(--card-bg);padding:2.5rem;border-radius:12px;box-shadow:var(--shadow-form);margin:0 auto}.update-form h2{color:var(--text-primary);text-align:center;margin-bottom:2rem;font-size:1.5rem;font-weight:600}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--text-secondary);font-weight:500;font-size:.95rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.8rem;border:1px solid var(--border-color);border-radius:8px;font-size:1rem;transition:all .2s ease;background:var(--gray-50);color:var(--text-primary)}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary-500);box-shadow:0 0 0 3px var(--primary-100);background:var(--card-bg)}.form-group textarea{min-height:120px;resize:vertical}.form-group.checkbox{display:flex;align-items:center;gap:.8rem}.form-group.checkbox input{width:1.2rem;height:1.2rem}.new-item-btn,.submit-btn,.cancel-btn,.edit-btn{padding:.8rem 1.5rem;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.new-item-btn,.submit-btn{background:var(--primary-600);color:var(--text-light);min-width:150px}.new-item-btn:hover,.submit-btn:hover{background:var(--primary-700);transform:translateY(-2px)}.cancel-btn{background:var(--card-bg);color:var(--primary-600);border:1px solid var(--primary-600)}.cancel-btn:hover{background:var(--primary-50);border-color:var(--primary-700);color:var(--primary-700)}.edit-btn{width:100%;background:var(--primary-50);color:var(--primary-600);border:1px solid var(--primary-200)}.edit-btn:hover{background:var(--primary-600);color:var(--text-light)}button:disabled{background:var(--gray-200)!important;color:var(--gray-400)!important;cursor:not-allowed;transform:none!important;border-color:var(--gray-200)!important}.loading-state,.error-state{text-align:center;padding:3rem;font-size:1.1rem;width:100%;background:var(--card-bg);border-radius:12px;box-shadow:var(--shadow-sm);margin:1rem 0}.error-state{color:var(--error);background:#fff5f5;border:1px solid #fed7d7}.error-message{color:var(--error);text-align:center;margin:1rem 0;padding:.75rem;background:#fff5f5;border-radius:6px;border:1px solid #fed7d7}.card-actions,.form-actions{display:flex;gap:1rem;margin-top:1.5rem;justify-content:center}@media (max-width: 768px){.update-menu-page,.admin-container{padding:1rem}.admin-header h1{font-size:1.5rem}.items-grid{grid-template-columns:1fr;gap:1.5rem}.item-card{max-width:80%}.update-form{padding:1.5rem}.form-actions{flex-direction:column}.form-actions button{width:100%}}.landing-container{font-family:var(--font-family, "Outfit", sans-serif);color:var(--text, #2d3436);background-color:#fcfcfc;width:100%;overflow-x:hidden}.landing-section{padding:5rem 1.5rem;max-width:1200px;margin:0 auto;text-align:center}.hero-section{min-height:85vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:radial-gradient(circle at 50% 50%,#fff,#fff5f5);padding-top:2rem}.brand-name{font-size:3.5rem;font-weight:800;color:var(--primary, #c62828);margin-bottom:.5rem;letter-spacing:-1.5px;text-shadow:2px 2px 10px rgba(198,40,40,.1)}.tagline{font-size:1.8rem;font-weight:600;color:#2d3436;margin-bottom:1.5rem}.hero-description{font-size:1.2rem;color:#636e72;max-width:650px;margin:0 auto 2.5rem;line-height:1.7}.cta-button{background-color:var(--primary, #c62828);color:#fff;border:none;padding:1.2rem 3rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 20px #c6282833;display:inline-block}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 30px #c628284d;background-color:var(--primary-dark, #8e0000)}.features-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-top:4rem}@media (min-width: 768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:#fff;padding:2.5rem 2rem;border-radius:24px;box-shadow:0 20px 40px #0000000a;transition:all .3s ease;border:1px solid rgba(0,0,0,.02)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px #00000014}.feature-icon{font-size:3rem;margin-bottom:1.5rem;display:block}.feature-title{font-size:1.4rem;font-weight:700;margin-bottom:.8rem;color:#2d3436}.feature-text{color:#636e72;line-height:1.6;font-size:1rem}.steps-container{display:flex;flex-direction:column;gap:3rem;margin-top:4rem;position:relative}@media (min-width: 768px){.steps-container{flex-direction:row;justify-content:center}.step-item:not(:last-child):after{content:"";position:absolute;top:25px;right:-50%;width:100%;height:2px;background:#eee;z-index:0}}.step-item{flex:1;position:relative;padding:1rem;z-index:1}.step-item h3{color:#2d3436;margin-top:1rem;font-weight:700}.step-number{background-color:var(--accent, #fbc02d);color:#2d3436;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.2rem;margin:0 auto 1rem;box-shadow:0 5px 15px #fbc02d4d}.benefits-section{background-color:#f8f9fa;border-radius:40px;margin:2rem 1.5rem}.join-section{background:#fff;border:2px solid var(--primary, #c62828);color:#2d3436!important;border-radius:30px;margin:2rem 1.5rem 4rem;padding:4rem 2rem;box-shadow:0 20px 40px #c6282814}.join-section h2{color:var(--primary, #c62828)!important;margin-bottom:1.5rem;font-size:2.2rem}.join-section p{color:#636e72!important;max-width:600px;margin:0 auto 2.5rem;font-size:1.1rem}.join-btn-white{background-color:var(--primary, #c62828);color:#fff}.join-btn-white:hover{background-color:var(--primary-dark, #8e0000);box-shadow:0 10px 25px #c628284d}.landing-footer{padding:3rem;text-align:center;color:#b2bec3;font-size:.9rem;background:#fff;border-top:1px solid #f1f1f1}@media (max-width: 768px){.landing-section{padding:3rem 1rem}.hero-section{min-height:auto;padding-top:4rem;padding-bottom:4rem}.brand-name{font-size:2.5rem}.tagline{font-size:1.4rem}.hero-description{font-size:1rem;padding:0 1rem}.features-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:3rem}.steps-container{flex-direction:column;gap:2rem}.join-section{padding:3rem 1.5rem;margin:2rem 1rem 4rem}.join-section h2{font-size:1.8rem}}
