.site-header{background-color:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 4px #0000000d;padding:0 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;min-height:70px}.nav-logo a{color:#333;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-menu{align-items:center;display:flex;gap:1rem}.nav-links{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.nav-links a{border-radius:6px;color:#333;font-weight:500;padding:.5rem .75rem;text-decoration:none;transition:background-color .3s,color .3s}.nav-links a:hover{background-color:#f0f0f0}.nav-links a.active{background-color:#e7f3ff;color:#007bff}.nav-links .logout-link{color:#dc3545}.nav-links .logout-link:hover{background-color:#f8d7da;color:#721c24}.auth-actions{align-items:center;display:flex;gap:1rem;margin-left:1.5rem}.auth-actions .admin-link{background-color:#edf2f7;border-radius:6px;color:#4a5568;font-weight:500;padding:.6rem 1rem;text-decoration:none;transition:background-color .3s,color .3s}.auth-actions .admin-link:hover{background-color:#e2e8f0}.auth-actions .logout-button{background-color:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:.6rem 1.2rem;transition:background-color .3s}.auth-actions .logout-button:hover{background-color:#c82333}.hamburger{display:none;z-index:1005}@media (max-width:768px){.navbar{padding:0 1.5rem}.hamburger{background-color:initial;border:none;cursor:pointer;display:block;padding:8px;z-index:1005}.hamburger-box{height:24px;position:relative;width:30px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{background-color:#333;border-radius:4px;height:3px;position:absolute;transition:transform .25s ease-in-out,opacity .25s ease-in-out;width:100%}.hamburger-inner{top:50%;transform:translateY(-50%)}.hamburger-inner:after,.hamburger-inner:before{content:""}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger.is-active .hamburger-inner:before{opacity:0;top:0;transform:rotate(0)}.hamburger.is-active .hamburger-inner:after{top:0;transform:rotate(-90deg)}.nav-menu{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:100%;justify-content:flex-start;left:0;opacity:0;padding:6rem 2rem 2rem;position:fixed;top:0;transform:translateY(-20px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;visibility:hidden;width:100%}.nav-menu.open{opacity:1;transform:translateY(0);visibility:visible}.nav-links{flex-direction:column;gap:.5rem;margin:0;padding:0;text-align:center;width:100%}.nav-links li{list-style:none;width:100%}.nav-links a{color:#333;display:block;font-size:1.5rem;font-weight:600;padding:.8rem 1.5rem;text-align:center;width:100%}.nav-links .logout-link{color:#dc3545}.auth-actions{border-top:1px solid #e0e0e0;display:flex;flex-direction:column;gap:1rem;margin-top:2.5rem;max-width:300px;padding-top:1.5rem;width:100%}}.yorum-formu{gap:15px}.form-grup,.yorum-formu{display:flex;flex-direction:column}.form-grup label{color:#555;font-size:.9rem;font-weight:500;margin-bottom:5px}.yorum-formu input[type=text],.yorum-formu textarea{border:1px solid #ccc;border-radius:6px;font-family:inherit;font-size:1rem;padding:12px;transition:border-color .2s,box-shadow .2s;width:100%}.yorum-formu input[type=text]:focus,.yorum-formu textarea:focus{border-color:#2980b9;box-shadow:0 0 5px #2980b980;outline:none}.yorum-formu input[type=file]{border:1px solid #ccc;border-radius:6px;font-size:.9rem;padding:8px}.gonder-butonu{align-self:flex-start;background-color:#3498db;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:12px 20px;transition:background-color .2s,transform .1s}.gonder-butonu:hover:not(:disabled){background-color:#2980b9}.gonder-butonu:active:not(:disabled){transform:translateY(1px)}.gonder-butonu:disabled{background-color:#bdc3c7;cursor:not-allowed}.form-error{background-color:#fdd;border:1px solid #e74c3c;border-radius:6px;color:#e74c3c}.form-error,.form-success{padding:10px;text-align:center}.form-success{background-color:#e6ffed;border:1px solid #27ae60;border-radius:6px;color:#27ae60}.yorum-formu-container{margin:2rem auto;max-width:600px;width:100%}.ana-sayfa-container{color:#333;padding:2rem;text-align:center}.features-section,.son-yorumlar-bolumu,.yemek-menusu-bolumu{border-top:1px solid #e9ecef;margin-top:2rem;padding:3rem 0}.features-section h2,.son-yorumlar-bolumu h2,.yemek-menusu-bolumu h2{color:#2c3e50;font-size:2.2rem;font-weight:700;margin-bottom:3rem;text-align:center}.portal-title-container{border-bottom:1px solid #e0e0e0;margin-bottom:2rem;padding:2rem 1rem 1.5rem;text-align:center}.portal-title-container h1{color:#2c3e50;font-size:2.5rem;font-weight:700;margin:0}.hero-section{border-radius:12px;margin-bottom:1rem;min-height:60vh;overflow:hidden;padding:0;position:relative}.hero-animation-container{background-color:#e0e4e7;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-content{display:none}.cta-button{background-color:#3498db;border-radius:5px;color:#fff;display:inline-block;font-size:1.1rem;font-weight:700;padding:.8rem 1.5rem;text-decoration:none;transition:background-color .3s ease,transform .2s ease}.cta-button:hover{background-color:#2980b9;transform:translateY(-2px)}.cta-button.admin-button{background-color:#e67e22;margin-left:10px}.cta-button.admin-button:hover{background-color:#d35400}.features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}.feature-item{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #00000014;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.feature-item:hover{box-shadow:0 4px 15px #0000001f;transform:translateY(-5px)}.feature-item h3{color:#3498db;font-size:1.3rem;margin-bottom:.5rem}.feature-item p{color:#666;font-size:.95rem;line-height:1.6}.yorum-listesi-anasayfa{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem}.yorum-karti-anasayfa{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;flex-direction:column;font-style:italic;padding:1.5rem}.yorum-karti-anasayfa .yorum-icerik{color:#495057;flex-grow:1;font-size:1.1rem;margin:0 0 1rem}.yorum-karti-anasayfa .yazar-adi{color:#343a40;display:block;font-weight:700;margin-bottom:1rem;text-align:right}.tum-yorumlari-gor-linki{color:#007bff;display:block;font-weight:500;margin-top:1rem;text-align:center;text-decoration:none;transition:color .2s}.tum-yorumlari-gor-linki:hover{color:#0056b3;text-decoration:underline}.yemek-menusu-bolumu{padding:3rem 0;text-align:center}.yemek-menusu-bolumu h2{font-size:2.8rem;font-weight:600;margin-bottom:2rem}.menu-container{text-align:left}.menu-kategori{margin-bottom:2.5rem}.menu-kategori h3{border-bottom:2px solid #007bff;color:#007bff;display:inline-block;font-size:1.8rem;font-weight:500;margin-bottom:1.5rem;padding-bottom:.5rem}.menu-items-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.menu-item-karti{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.menu-item-karti:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-5px)}.menu-item-karti h4{color:#333;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.menu-item-aciklama{color:#666;flex-grow:1;font-size:.95rem;margin-bottom:1rem}.menu-item-fiyat{align-self:flex-end;color:#28a745;font-size:1.1rem;font-weight:700}@media (max-width:992px){.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.ana-sayfa-container{margin-top:1rem}.features-section h2,.son-yorumlar-bolumu h2,.yemek-menusu-bolumu h2{font-size:2rem;margin-bottom:2rem}.portal-title-container h1{font-size:2rem}.hero-section{border-radius:0;margin-bottom:1rem;margin-left:-1rem;margin-right:-1rem;min-height:55vh}.hero-content h1{font-size:1.8rem}.hero-content p{font-size:1rem}.features-grid,.menu-items-grid{grid-template-columns:1fr}.cta-button{font-size:1rem;padding:.7rem 1.2rem}.close-overlay-button{background-color:#00000080;border-radius:50%;color:#ccc;font-size:2.5rem;height:35px;line-height:35px;padding:0;right:-10px;text-align:center;top:-35px;width:35px}}.yorum-resim-container{margin-top:1rem;text-align:right}.yorum-resim-thumbnail{border:3px solid #e0e0e0;border-radius:8px;cursor:pointer;height:70px;object-fit:cover;transition:transform .2s ease,border-color .2s ease;width:70px}.yorum-resim-thumbnail:hover{border-color:#3498db;transform:scale(1.1)}.image-overlay{align-items:center;animation:fadeIn .3s ease;background-color:#000000d9;box-sizing:border-box;display:flex;height:100%;justify-content:center;left:0;padding:15px;position:fixed;top:0;width:100%;z-index:2000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.overlay-content{max-height:90%;max-width:90%;position:relative}.overlay-image{border-radius:8px;box-shadow:0 5px 20px #0006;display:block;max-height:calc(100vh - 80px);max-width:100%}.close-overlay-button{background:#0000;border:none;color:#fff;cursor:pointer;font-size:3rem;font-weight:700;line-height:1;position:absolute;right:0;top:-40px}.galeri-container{margin:0 auto;max-width:1200px;padding:2rem}.galeri-container h2{color:#2c3e50;font-size:2.2rem;margin-bottom:2rem;position:relative;text-align:center}.galeri-container h2:after{background-color:#3498db;content:"";display:block;height:3px;margin:.5rem auto 0;width:70px}.video-grid{grid-gap:1.8rem;display:grid;gap:1.8rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.video-card{align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #00000014;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:150px;padding:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.video-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-6px)}.video-thumbnail{background-color:#f0f0f0;border-radius:10px 10px 0 0;display:block;height:180px;object-fit:cover;width:100%}.video-info{padding:1rem}.video-info h3{color:#34495e;font-size:1.1rem;font-weight:600;margin:0}.error-message,.loading-message{color:#555;font-size:1.2rem;padding:2rem;text-align:center}.video-player-overlay{align-items:center;background-color:#000000d9;display:flex;height:100%;justify-content:center;left:0;padding:1rem;position:fixed;top:0;width:100%;z-index:1000}.video-player-container{background-color:#fff;border-radius:10px;box-shadow:0 8px 25px #00000059;max-width:900px;padding:25px;position:relative;width:90%}.video-player-container h3{color:#2c3e50;font-size:1.5rem;margin-bottom:15px;margin-top:0}.video-player{border-radius:6px;display:block;margin-bottom:10px;max-height:80vh;width:100%}.close-player-button{background:#0000;border:none;color:#777;cursor:pointer;font-size:2.2rem;line-height:1;padding:5px;position:absolute;right:20px;top:15px}.close-player-button:hover{color:#e74c3c}@media (max-width:768px){.galeri-container{padding:1rem}.galeri-container h2{font-size:1.8rem}.video-grid{gap:1rem;grid-template-columns:1fr}.video-player-container{padding:20px 15px;width:95%}.video-player-container h3{font-size:1.2rem}.close-player-button{font-size:2rem;right:15px;top:10px}}@media (max-width:480px){.galeri-container{margin:1rem auto;padding:0 .5rem}.video-grid{gap:1rem}.video-thumbnail{height:160px}.galeri-container h2{font-size:1.6rem}}.yorumlar-sayfasi-container{background-color:#f9f9f9;border-radius:12px;box-shadow:0 4px 15px #00000014;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:40px auto;max-width:900px;padding:20px}.yorumlar-sayfasi-container h1{color:#2c3e50;font-size:2.5rem;margin-bottom:10px;text-align:center}.yorumlar-sayfasi-container>p{color:#7f8c8d;font-size:1.1rem;margin-bottom:40px;text-align:center}.yeni-yorum-alani{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d;margin-bottom:40px;padding:25px}.yeni-yorum-alani h2{border-bottom:2px solid #ecf0f1;color:#34495e;margin-bottom:20px;margin-top:0;padding-bottom:10px}.yorum-listesi{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.error-mesaji,.loading-mesaji{color:#7f8c8d;font-size:1.1rem;padding:20px;text-align:center}.error-mesaji{color:#e74c3c}.yorum-karti{align-items:flex-start;background-color:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 15px #0000000d;display:flex;gap:1.5rem;padding:1.5rem;transition:box-shadow .3s ease}.yorum-karti:hover{box-shadow:0 6px 20px #00000014}.yorum-karti-sol{flex:1 1}.yorum-header{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-bottom:.75rem}.yazar-adi{color:#343a40;font-size:1.1rem;font-weight:600}.tarih{color:#888;font-size:.85rem}.yorum-icerik{color:#495057;font-size:1rem;line-height:1.6;margin:0}.yorum-karti-sag{flex-shrink:0}.yorum-resim-link{display:block}.yorum-resim{border-radius:8px;height:120px;object-fit:cover;transition:transform .3s ease;width:120px}.yorum-resim:hover{transform:scale(1.05)}@media (max-width:768px){.yorumlar-sayfasi-container{margin:20px 10px;padding:15px}.yorumlar-sayfasi-container h1{font-size:2rem}.yorum-header{align-items:flex-start;flex-direction:column;gap:5px}}.admin-login-container{align-items:center;display:flex;justify-content:center;min-height:80vh;padding:2rem}.login-form{background-color:#fff;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;max-width:400px;padding:2.5rem;width:100%}.login-form h2{color:#111827;font-size:1.75rem;margin-bottom:2rem;margin-top:0;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{margin-bottom:.5rem}.form-group input{border:1px solid #d1d5db;padding:.75rem}.login-form button{background-color:#4f46e5;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem;transition:background-color .2s;width:100%}.login-form button:hover{background-color:#4338ca}.login-form button:disabled{background-color:#a5b4fc;cursor:not-allowed}.error-message{margin-bottom:1.5rem;text-align:center}@media (max-width:480px){.login-form{max-width:none;padding:2rem;width:90%}.login-form h2{font-size:1.6rem}}.manager-section{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000d;padding:1.5rem}.manager-section h3{border-bottom:1px solid #e5e7eb;color:#111827;margin-bottom:1.5rem;margin-top:0;padding-bottom:.75rem}.form-container{align-items:flex-end;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#374151}.form-container input[type=file],.form-container input[type=text]{border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box;flex-grow:1;padding:.6rem .75rem;width:100%}.form-container textarea{min-height:80px;resize:vertical}.form-container button{background-color:#4f46e5;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;height:-webkit-fit-content;height:fit-content;padding:.6rem 1rem;transition:background-color .2s;white-space:nowrap}.form-container button:hover{background-color:#4338ca}.list-container{display:flex;flex-direction:column;gap:.75rem}.list-item{align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:space-between;padding:1rem 1.5rem;transition:box-shadow .2s}.list-item:hover{box-shadow:0 4px 8px #0000000d}.item-content{flex-grow:1;word-break:break-word}.item-content span{color:#111827;font-weight:500}.item-content p{color:#4b5563;font-size:.95rem;margin:.5rem 0}.item-content small{color:#9ca3af;font-size:.8rem}.list-item .actions{gap:.75rem}.list-item .actions button{font-size:.85rem;padding:.4rem .8rem}.actions .delete-button{border-color:#fca5a5!important;color:#b91c1c}.actions .delete-button:hover{background-color:#b91c1c!important;color:#fff!important}.error-message{background-color:#fee2e2;border:1px solid #fecaca;border-radius:6px;box-sizing:border-box;color:#b91c1c;margin-top:1rem;padding:.75rem;width:100%}@media (min-width:768px){.form-container{align-items:flex-end;flex-direction:row;flex-wrap:wrap}.form-group{flex:1 1 200px}.form-container button{flex-shrink:0}.list-item{align-items:center;flex-direction:row}}.comment-body{margin-bottom:10px}.comment-footer{align-items:center;display:flex;justify-content:space-between;width:100%}.comment-content p{margin:0 0 5px;word-break:break-word}.comment-content small{color:#888}.image-container{display:inline-block;margin-top:10px;position:relative}.comment-image{display:block}.delete-image-button{background-color:#c0392b;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:6px 10px;transition:background-color .2s}.delete-image-button:hover{background-color:#e74c3c}.image-container:hover .delete-image-button{opacity:1}.edit-view{flex-direction:column;gap:10px;width:100%}.edit-input{border:1px solid #ccc;border-radius:4px;font-size:14px;padding:8px}.list-item span{font-weight:500}.list-item .actions{display:flex;gap:.5rem}.list-item .actions button{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:.8rem;padding:.3rem .7rem;transition:background-color .2s,color .2s}.list-item .actions button:hover{background-color:#f3f4f6}.delete-button{border-color:#fca5a5!important;color:#b91c1c}.delete-button:hover{background-color:#b91c1c!important;color:#fff!important}.comment-item{align-items:flex-start;flex-direction:column}.comment-item p{color:#4b5563;margin:.5rem 0}.comment-item small{color:#9ca3af}.comment-item .actions{justify-content:flex-end;margin-top:.5rem;width:100%}.comment-image{border:1px solid #ddd;border-radius:4px;margin-top:10px;max-height:150px;max-width:150px;object-fit:cover}.edit-view{display:flex}@media (max-width:768px){.form-container{align-items:stretch;flex-direction:column}.form-container button{width:100%}.list-item{align-items:flex-start;flex-direction:column;gap:.75rem}.list-item .actions{justify-content:flex-end;margin-top:.5rem;width:100%}}.admin-panel-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:2rem auto;max-width:1000px;padding:0 1rem}.admin-panel-container h1{color:#111827;font-size:2rem;margin-bottom:1.5rem}.admin-tabs{border-bottom:2px solid #e5e7eb;display:flex;margin-bottom:-2px}.admin-tabs button{background:none;border:none;border-bottom:2px solid #0000;color:#6b7280;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;position:relative}.admin-tabs button.active{border-bottom-color:#4f46e5;color:#4f46e5}.admin-tab-content{background-color:#f9fafb;border:2px solid #e5e7eb;border-radius:0 0 8px 8px;border-top:none;padding:1.5rem}.site-login-container{align-items:center;background-color:#f4f7f6;box-sizing:border-box;display:flex;justify-content:center;min-height:100vh;padding:20px}.site-login-form{background-color:#fff;border-radius:10px;box-shadow:0 8px 25px #0000001a;max-width:400px;padding:30px 40px;text-align:center;width:100%}.site-login-form h2{color:#2c3e50;font-size:1.8rem;margin-bottom:15px;margin-top:0}.site-login-form p{color:#555;font-size:.9rem;line-height:1.5;margin-bottom:25px}.form-group{margin-bottom:20px;text-align:left}.form-group label{color:#333;display:block;font-size:.9rem;font-weight:500;margin-bottom:8px}.form-group input{border:1px solid #ddd;border-radius:6px;box-sizing:border-box;font-size:1rem;padding:10px 12px;width:100%}.form-group input:focus{border-color:#3498db;box-shadow:0 0 0 2px #3498db33;outline:none}.error-message{color:#e74c3c;font-size:.85rem;font-weight:500;margin-bottom:15px;text-align:left}.login-button{background-color:#3498db;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:10px 15px;transition:background-color .3s ease;width:100%}.login-button:hover{background-color:#2980b9}@media (max-width:480px){.site-login-form{padding:20px}.site-login-form h2{font-size:1.5rem}}@keyframes gradientAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f0f2f5;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10h20v1H0ZM10 0v20h1V0Z' fill='%23ccc' fill-opacity='.4' fill-rule='evenodd'/%3E%3C/svg%3E");color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;min-height:100vh}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.dcc85bb3.css.map*/