:root{--root-color: #f8f8f8;--primary-color: #ff6347;--dark-primary-color: #e44d26;--light-primary-color: #f16529;--secondary-color: #4285f4;--light-secondary-color: #3498db;--green-color: #34a853;--dark-blue: #1877f2;--light-blue: #4267b2;--grey-blue: #3e4095;--dark-color: #333;--long-dark-color: #333333;--full-dark-color: #000000;--light-dark-color: #444;--white-color: #fff;--light-white-color: #f0f0f0;--light-silver-color: #f3f3f3;--dark-silver-color: #ccc;--dark-border-silver-color: #ddd;--silver-white-color: #ccc;--silver-normal-color: #eaeaea}body{margin:0;padding:0;font-family:Arial,sans-serif;background-color:#ffffffb3;background-image:url(/assets/hakka_hut_inside-LS6yVmqL.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}@media screen and (max-width: 768px){body{background-image:url(/assets/hakka_hut_inside-LS6yVmqL.jpg)}}.home{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.home header{padding:30px}.home .logo{max-width:100%;height:auto;border-radius:10px}main{text-align:center;padding:40px;background-color:#000000b3}h1{margin-bottom:40px;color:var(--white-color);font-size:28px;line-height:1.5}.buttons{display:flex;flex-direction:column;align-items:center;gap:40px;margin-bottom:60px}.button{padding:20px 40px;text-decoration:none;color:var(--white-color);border:none;border-radius:12px;cursor:pointer;background:linear-gradient(to right,var(--secondary-color),var(--green-color));transition:background .3s ease,box-shadow .3s ease 0s}.discount{background:linear-gradient(to right,var(--dark-primary-color),var(--light-primary-color))}.follow{background:linear-gradient(to right,var(--dark-blue),var(--light-blue))}.button:hover{background:linear-gradient(to right,var(--dark-color),var(--light-dark-color));box-shadow:0 10px 20px #0000001a}.follow-section{margin-top:40px}.follow-text{font-size:18px;color:var(--white-color)}.social-icons{display:flex;gap:15px;justify-content:center}.social-icon{text-decoration:none;color:var(--primary-color);font-size:28px;transition:color .3s ease;cursor:pointer}.social-icon:hover{color:var(--secondary-color)}.utensils-icon,.fire-icon{margin:0 10px;color:var(--primary-color)}@media screen and (max-width: 768px){h1{font-size:24px}.buttons{gap:20px;margin-bottom:40px}.button,.discount,.follow{padding:15px 30px;font-size:16px}.follow-section{margin-top:20px}.follow-text{font-size:16px}.social-icons{gap:10px}.social-icon{font-size:24px}.utensils-icon,.fire-icon{margin:0 5px;font-size:24px}}.discount-container{margin:0;padding:0}.discount-section{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#f9f9f9;padding:20px}.discount-section header{text-align:center;padding:20px;color:#fff;border-radius:12px}.discount-section .logo{max-width:70%;height:auto;margin-top:20px}.discount-section h1{margin-top:5px;color:var(--dark-color)}.discount-section form{margin-top:20px;max-width:450px;width:100%;padding:25px;background-color:#fff;box-shadow:0 6px 12px #0003;border-radius:12px;box-sizing:border-box}.discount-section form div{margin-bottom:20px}.discount-section form label{display:block;font-weight:700;margin-bottom:10px}.discount-section form input[type=email],.discount-section form input[type=tel],.discount-section form input[type=text]{width:100%;padding:14px;box-sizing:border-box;border:2px solid;border-radius:15px;font-size:16px;margin-top:10px;transition:border-color .3s}.discount-section form input[type=checkbox]{margin-top:1px;padding:5px}.discount-section form input[type=email]:focus,.discount-section form input[type=tel]:focus,.discount-section form input[type=text]:focus,.discount-section form input[type=checkbox]:focus{border-color:#ff6f61}.discount-section form .error-message{color:#ff6f61;margin-top:5px;font-size:14px}.discount-section form label.checkbox-label{display:flex;align-items:center;margin-top:4px;color:#3e4095;cursor:pointer}.discount-section form label.checkbox-label:hover{text-decoration:underline}.discount-section form .privacy-link{color:#3e4095;text-decoration:none;transition:color .3s}.discount-section form .privacy-link:hover{color:#ff6f61}.discount-section form button{background-color:#ff6f61;color:#fff;padding:14px 18px;border:none;border-radius:15px;cursor:pointer;font-size:18px;transition:background-color .3s}.discount-section form button:hover{background-color:#3e4095}.discount-section .go-back-button{margin-top:20px;color:#ff6f61;text-decoration:none;transition:color .3s}.discount-section .go-back-button:hover{color:#3e4095;text-decoration:underline}.discount-section .go-back-button:focus{outline:2px solid #3e4095}.discount-container .new-footer{background-color:var(--root-color)}.discount-container .new-footer .footer-line{width:30%}.discount-container .footer-links-list a,.discount-container .copyright-text{color:var(--dark-color)}@media (max-width: 768px){.discount-section .logo{max-width:90%}.discount-section form{max-width:350px}}@media (max-width: 480px){.discount-section .logo{max-width:100%}.discount-section form{max-width:300px}.discount-section form button{font-size:16px}}.new-footer{padding:40px 0;color:var(--long-dark-color)}.footer-container{display:flex;flex-direction:column;align-items:center}.footer-line{height:2px;width:100%;background-color:var(--full-dark-color);margin-bottom:20px}.footer-links-list{list-style:none;padding:0;display:flex;flex-wrap:wrap;justify-content:center}.footer-links-list li{margin:0 20px 15px}.footer-links-list a{text-decoration:none;color:var(--white-color);font-weight:700;font-size:14px;transition:color .3s ease}.footer-links-list a:hover{color:var(--secondary-color)}.footer-copyright{text-align:center}.copyright-text{font-size:14px;margin-top:20px;color:var(--white-color)}.privacy-notice a{color:var(--secondary-color);text-decoration:none;transition:text-decoration .3s ease}.privacy-notice a:hover{text-decoration:underline}.loader-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.restaurant-logo{width:200px;height:100px;margin-bottom:20px}.loader{border:8px solid var(--light-silver-color);border-top:8px solid var(--light-secondary-color);border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}.loader-text{margin-top:20px;font-size:18px;color:var(--white-color)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.not-found-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:var(--root-color)}.not-found-content{text-align:center;color:var(--light-dark-color)}.not-found-content h1{font-size:3rem;margin-bottom:10px;color:var(--primary-color)}.not-found-content p{font-size:1.2rem;margin-bottom:20px}.btn-primary{background-color:var(--primary-color);color:#fff;border:none;padding:10px 20px;font-size:1rem;text-decoration:none;cursor:pointer;border-radius:5px;transition:background-color .3s ease,transform .3s ease}.btn-primary:hover{background-color:var(--primary-color);transform:scale(1.05)}article{margin:20px;padding:20px;background-color:var(--light-silver-color);border:1px solid var(--dark-silver-color);font-family:Arial,sans-serif}div.terms{margin-bottom:10px}div.terms p{margin:10px 0;line-height:1.5;font-size:16px;color:var(--dark-color)}div.terms:hover{background-color:var(--silver-normal-color);transition:background-color .3s ease}div.terms p+p{margin-top:15px}div.terms{border:1px solid var(--dark-border-silver-color);border-radius:4px;padding:15px;background-color:var(--white-color);box-shadow:0 2px 4px #0000001a}.go-back{display:inline-block;margin-bottom:10px;color:#333;text-decoration:none;font-size:14px;border:1px solid var(--silver-white-color);padding:8px 12px;background-color:var(--light-silver-color);border-radius:4px}.go-back:hover{background-color:var(--silver-normal-color);transition:background-color .3s ease}.admin-auth{display:flex;justify-content:center;align-items:center}.admin-auth .form-container{background-color:#f5f5f5;padding:40px;border-radius:10px;max-width:400px;box-shadow:0 2px 6px #000000e6}.admin-auth .form-group{padding:10px}.admin-auth .admin-logo{width:100px;height:auto;display:block;margin:0 auto 30px}.admin-auth form .label{font-weight:700}.admin-auth .input{width:100%;padding:10px;font-size:16px;border:1px solid #ccc;border-radius:4px;margin-bottom:20px;transition:border-color .3s ease}.admin-auth .input-error{border-color:red}.admin-auth .error-message{color:red;font-size:14px}.admin-auth .button{background-color:#4caf50;color:#fff;padding:12px 20px;font-size:16px;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.admin-auth .button:hover{background-color:var(--primary-color)}@media only screen and (max-width: 480px){.admin-auth .form-container{padding:20px}.admin-auth .admin-logo{width:80px;margin-bottom:20px}.admin-auth .label,.admin-auth .input{font-size:14px}.admin-auth .error-message{font-size:12px}.admin-auth .button{padding:10px 16px;font-size:14px}}.Toastify__toast-container{z-index:9999;-webkit-transform:translate3d(0,0,9999px);position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;padding:6px}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:.7;background-color:#ffffffb3;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}
