.header{background-color:#4b2e2e;box-shadow:0 2px 8px #00000026;color:#f5f1ea;padding:1rem 0}.header-container{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1.5rem}.header-logo{color:#f5f1ea;font-family:var(--font-heading);font-size:1.5rem;font-weight:600;letter-spacing:.05em;text-decoration:none}.header-logo:hover{color:#c69c6d}.header-nav{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem 1.5rem}.header-link{border-radius:4px;color:#f5f1ea;padding:.5rem .75rem;text-decoration:none;transition:background-color .2s,color .2s}.header-link:hover{background-color:#c69c6d33;color:#c69c6d}@media (max-width:768px){.header-container{align-items:stretch;flex-direction:column}.header-nav{justify-content:center}.header-logo{text-align:center}}@media (max-width:480px){.header-nav{flex-direction:column}.header-link{text-align:center}}.footer{background-color:#3a1f1f;color:#f5f1ea;margin-top:auto;padding:2rem 0}.footer-container{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1.5rem}.footer-section{flex:1 1;min-width:150px}.footer-title{color:#c69c6d;font-family:var(--font-heading);font-size:1.25rem;margin-bottom:.5rem}.footer-text{font-size:.9rem;opacity:.9}.footer-subtitle{color:#c69c6d;font-size:.95rem;margin-bottom:.75rem}.footer-nav{display:flex;flex-direction:column;gap:.5rem}.footer-nav a{color:#f5f1ea;text-decoration:none;transition:color .2s}.footer-nav a:hover{color:#c69c6d}.footer-copy{border-top:1px solid #ffffff1a;font-size:.85rem;margin-top:1rem;opacity:.8;padding-top:1rem;text-align:center;width:100%}@media (max-width:768px){.footer-container{align-items:center;flex-direction:column}}@media (max-width:480px){.footer{padding:1.5rem 0}}.home-page{width:100%}.hero{background:linear-gradient(180deg,#4b2e2e0d,#0000);border-radius:12px;padding:4rem 1.5rem;text-align:center}.hero h1{color:#4b2e2e;font-family:var(--font-heading);font-size:2.25rem;margin:0 0 1rem}.hero-subtitle{color:#2b2b2b;font-size:1.1rem;margin:0 auto 2rem;max-width:500px}.hero-cta{background:#c69c6d;border-radius:8px;color:#fff;display:inline-block;font-weight:600;padding:.9rem 2rem;text-decoration:none;transition:background .2s}.hero-cta:hover{background:#a67c52}.home-features{padding:3rem 0}.home-features h2{color:#4b2e2e;font-family:var(--font-heading);margin-bottom:2rem;text-align:center}.features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f;padding:1.5rem;text-align:center}.feature-icon{display:block;font-size:2.5rem;margin-bottom:.75rem}.feature-card h3{color:#4b2e2e;font-family:var(--font-heading);margin:0 0 .5rem}.feature-card p{color:#555;font-size:.95rem;margin:0}@media (max-width:768px){.hero h1{font-size:1.75rem}.features-grid{grid-template-columns:1fr}}@media (max-width:480px){.hero{padding:2rem 1rem}.hero h1{font-size:1.5rem}.hero-subtitle{font-size:1rem}}.menu-section{width:100%}.menu-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.menu-filter-btn{background:#0000;border:2px solid #c69c6d;border-radius:6px;color:#2b2b2b;cursor:pointer;font-size:.95rem;padding:.5rem 1rem;transition:all .2s}.menu-filter-btn:hover{background-color:#c69c6d33;border-color:#a67c52}.menu-filter-btn.active{background-color:#c69c6d;color:#fff}.menu-empty,.menu-error,.menu-loading{color:#2b2b2b;padding:2rem;text-align:center}.menu-error{color:#b22222}.menu-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.menu-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .2s}.menu-card:hover{box-shadow:0 4px 16px #0000001f}.menu-card-image{background:#f5f1ea;height:180px;overflow:hidden}.menu-card-image img{height:100%;object-fit:cover;width:100%}.menu-card-placeholder{align-items:center;color:#c69c6d;display:flex;font-size:4rem;height:100%;justify-content:center;width:100%}.menu-card-content{display:flex;flex:1 1;flex-direction:column;padding:1rem}.menu-card-title{color:#2b2b2b;font-size:1.1rem;margin:0 0 .25rem}.menu-card-category{color:#c69c6d;font-size:.85rem;margin:0 0 .5rem}.menu-card-desc{color:#555;flex:1 1;font-size:.9rem;margin:0 0 .75rem}.menu-card-price{color:#4b2e2e;font-size:1.1rem;font-weight:700;margin:0}@media (max-width:768px){.menu-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (max-width:480px){.menu-grid{grid-template-columns:1fr}.menu-filters{justify-content:center}}.menu-page h1{color:#4b2e2e;font-family:var(--font-heading);margin-bottom:2rem;text-align:center}.reservation-form{background:#fff;border-radius:8px;box-shadow:0 2px 12px #00000014;margin:0 auto;max-width:520px;padding:1.5rem}.reservation-form h3{color:#4b2e2e;font-family:var(--font-heading);margin-bottom:1.25rem;margin-top:0}.reservation-error{background:#ffe0e0;border-radius:6px;color:#b22222;margin-bottom:1rem;padding:.75rem}.reservation-success{background:#e8f5e9;border-radius:8px;margin:0 auto;max-width:520px;padding:2rem;text-align:center}.reservation-success h3{color:#2e7d32;margin-bottom:.5rem}.reservation-success p{color:#1b5e20}.btn-home{background:#c69c6d;border-radius:6px;color:#fff;display:inline-block;font-weight:600;margin-top:1rem;padding:.7rem 1.5rem;text-decoration:none;transition:background .2s}.btn-home:hover{background:#a67c52}.reservation-form label{color:#2b2b2b;display:block;font-weight:500;margin-bottom:1rem}.reservation-form label span{color:#b22222}.reservation-form input,.reservation-form select{border:1px solid #ccc;border-radius:6px;display:block;font-size:1rem;margin-top:.35rem;padding:.6rem .75rem;width:100%}.reservation-form input:focus,.reservation-form select:focus{border-color:#c69c6d;box-shadow:0 0 0 2px #c69c6d33;outline:none}.form-row{display:flex;gap:1rem}.form-row label{flex:1 1}.btn-submit{background:#c69c6d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:.9rem;transition:background .2s;width:100%}.btn-submit:hover:not(:disabled){background:#a67c52}.btn-submit:disabled{cursor:not-allowed;opacity:.7}@media (max-width:768px){.form-row{flex-direction:column;gap:0}}@media (max-width:480px){.reservation-form{padding:1rem}}.reservation-page h1{color:#4b2e2e;font-family:var(--font-heading);margin-bottom:2rem;text-align:center}.contacts-section{margin:0 auto;max-width:900px}.contacts-section h2{color:#4b2e2e;font-family:var(--font-heading);margin-bottom:1.5rem;text-align:center}.contacts-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.contacts-block{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f;padding:1.5rem}.contacts-block h3{color:#c69c6d;font-size:1rem;margin:0 0 .75rem}.contacts-block p{color:#2b2b2b;margin:.25rem 0}.contacts-page{padding:2rem 0}.admin-panel{margin:0 auto;max-width:1100px;padding:1.5rem}.admin-panel h1{color:#4b2e2e;font-family:var(--font-heading);margin-bottom:.5rem}.admin-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem}.admin-tabs button{background:#0000;border:2px solid #c69c6d;border-radius:6px;cursor:pointer;padding:.6rem 1.2rem;transition:all .2s}.admin-tabs button:hover{background:#c69c6d33}.admin-tabs button.active{background:#c69c6d;color:#fff}.admin-error{background:#ffe0e0;border-radius:6px;color:#b22222;margin-bottom:1rem;padding:.75rem}.admin-loading{padding:2rem;text-align:center}.admin-table-wrap{overflow-x:auto}.admin-table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 8px #0000000f;overflow:hidden;width:100%}.admin-table td,.admin-table th{border-bottom:1px solid #eee;padding:.75rem 1rem;text-align:left}.admin-table th{background:#4b2e2e;color:#fff}.admin-table tbody tr:hover{background:#f9f9f9}.btn-sm{border:none;border-radius:4px;cursor:pointer;font-size:.85rem;margin-right:.5rem;padding:.35rem .65rem}.btn-confirm{background:#4caf50;color:#fff}.btn-cancel{background:#f44336;color:#fff}.btn-stop{background:#ff9800;color:#fff}.btn-restore{background:#4caf50;color:#fff}.menu-item-stopped{background:#fff8f0;opacity:.7}.admin-empty{color:#666;padding:2rem;text-align:center}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem 1.5rem;width:100%}@media (max-width:768px){.main-content{padding:1rem}}@media (max-width:480px){.main-content{padding:.75rem}}:root{--font-body:"Nunito",system-ui,sans-serif;--font-heading:"Playfair Display",Georgia,serif}*,:after,:before{box-sizing:border-box}body{background-color:#f5f1ea;color:#2b2b2b;font-family:Nunito,system-ui,sans-serif;font-family:var(--font-body);line-height:1.5;margin:0}#root{min-height:100vh}
/*# sourceMappingURL=main.3eb8587b.css.map*/