body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;width:100%}.menu::-webkit-scrollbar,.nav-links.nav-open::-webkit-scrollbar,.nav-links::-webkit-scrollbar,.navbar::-webkit-scrollbar,body::-webkit-scrollbar,html::-webkit-scrollbar{display:none}.menu,.nav-links,.navbar,body,html{-ms-overflow-style:none;overflow-x:hidden;scrollbar-width:none}body{margin:0;padding:0}.App,body{background:#fdfcf1;width:100%}.App{display:flex;flex-direction:column;min-height:100vh}.page-content{opacity:1;transform:translateY(0)}.page-content,.page-content.fadeOut{transition:opacity .3s ease-in-out,transform .3s ease-in-out}.page-content.fadeOut{opacity:0;transform:translateY(-20px)}.page-content.fadeIn{animation:fadeInPage .4s ease-in-out forwards}@keyframes fadeInPage{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.navbar{background-color:#fdfcf3;height:80px;justify-content:space-between;max-height:80px;overflow:visible;padding:2rem 3rem 1rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.logo-container,.navbar{align-items:center;display:flex}.logo-container{flex-shrink:0;height:350px;justify-content:flex-start;overflow:hidden;position:relative;width:500px}.logo{display:block;height:300px;left:0;object-fit:contain;position:absolute;top:50%;transform:translateY(-50%);width:auto}.menu{align-items:center}.menu,.menu ul{display:flex;gap:2rem}.menu ul{list-style:none;margin:0;padding:0}.menu ul li{margin:0}.menu ul li a{color:#2c2c2c;font-size:1rem;font-weight:500;position:relative;text-decoration:none;transition:all .3s ease;white-space:nowrap}.menu ul li a:hover{color:#73160f}.logo-container a{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.mobile-menu-btn{background:none;border:none;cursor:pointer;display:none;flex-direction:column;flex-shrink:0;gap:4px;padding:8px;pointer-events:auto;position:relative;z-index:1001}.hamburger-line{background:#2c2c2c;border-radius:2px;height:3px;transition:all .3s ease;width:25px}.mobile-menu-btn.active .hamburger-line:first-child{transform:rotate(45deg) translate(6px,6px)}.mobile-menu-btn.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-btn.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.footer{background:#fdfcf1;color:#2c2c2c;margin-top:auto;width:100%}.footer-red-bar{background:#73160f;height:4px;width:100%}.footer-content{align-items:center;background:#fdfcf1;display:flex;gap:4rem;justify-content:center;margin:0 auto;max-width:1400px;padding:3rem 5%}.footer-columns{align-items:flex-start;display:flex;gap:4rem}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-heading{color:#2c2c2c;font-family:Georgia,serif;font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.footer-links{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:0}.footer-links li{margin:0}.footer-links a{color:#666;font-size:.95rem;font-weight:400;text-decoration:none;transition:all .3s ease}.footer-links a:hover{color:#73160f;font-weight:500}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.9rem;font-weight:500;gap:.5rem;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:#73160f!important;box-shadow:0 2px 10px #73160f4d;color:#cecece!important}.btn-primary:hover{box-shadow:0 4px 20px #73160f66;opacity:.9;transform:translateY(-2px)}.btn-arrow{font-size:1rem;font-weight:700}@media (min-width:1280px){.navbar{height:90px;max-height:90px;padding:2rem clamp(2rem,5vw,5%)}.logo-container{height:70px;width:350px}.logo{height:250px}}@media (min-width:1025px) and (max-width:1280px){.navbar{height:80px;max-height:80px;padding:2rem clamp(1.5rem,4vw,3rem)}.logo-container{height:60px;width:300px}.logo{height:250px}.menu ul{gap:2rem}}@media (min-width:769px) and (max-width:1024px){.navbar{height:70px;max-height:70px;padding:.8rem 2rem}.logo-container{height:50px;width:180px}.logo{height:250px}.menu ul{gap:1.5rem}.menu ul li a{font-size:.95rem}.mobile-menu-btn{display:none}}@media (min-width:769px) and (max-width:900px){.navbar{height:70px;max-height:70px;padding:1rem 1.5rem}.logo-container{height:50px;width:200px}.logo{height:200px}.menu ul{gap:1rem}.menu ul li a{font-size:.9rem}.mobile-menu-btn{display:none}}@media (min-width:481px) and (max-width:768px){.navbar{height:65px;max-height:65px;padding:1.5rem 2rem .8rem}.logo-container{height:45px;justify-content:flex-start;left:-30px;margin-left:0;position:relative;width:250px}.logo{height:250px;left:-15px;transform:translateY(-50%)}.footer-content{flex-direction:column;gap:2.5rem;padding:2.5rem 4%;text-align:center}.footer-columns{flex-direction:column;gap:2rem}.footer-column,.footer-columns{align-items:center}}@media (max-width:768px){.navbar{height:60px;max-height:60px;padding:.6rem 1rem}.logo-container{height:40px;left:0;width:200px}.logo{height:180px;left:0}.mobile-menu-btn{display:flex;z-index:1001}.mobile-menu-btn.active{position:fixed;right:1.5rem;top:1rem;z-index:1002}.menu ul{display:none}.nav-links.nav-open{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fdfcf1fa;display:flex;flex-direction:column;gap:-3.5rem;height:100vh;justify-content:center;left:0;list-style:none;margin:0;padding:0;position:fixed;top:0;width:100%;z-index:999}.nav-links.nav-open .auth-btn,.nav-links.nav-open li a{animation:slideInButton .4s ease-out forwards;background:#ffffffe6;border:2px solid #73160f26;border-radius:12px;box-shadow:0 2px 8px #73160f1a;color:#73160f;cursor:pointer;display:block;font-size:.9rem;font-weight:600;margin:0 auto;min-width:140px;opacity:0;overflow:hidden;padding:.8rem 1.5rem;position:relative;text-align:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);width:-webkit-fit-content;width:fit-content}.nav-links.nav-open li:first-child .auth-btn,.nav-links.nav-open li:first-child a{animation-delay:.1s}.nav-links.nav-open li:nth-child(2) a{animation-delay:.15s}.nav-links.nav-open li:nth-child(3) a{animation-delay:.2s}.nav-links.nav-open li:nth-child(4) a{animation-delay:.25s}.nav-links.nav-open li:nth-child(5) a{animation-delay:.3s}.nav-links.nav-open li:nth-child(6) .user-menu,.nav-links.nav-open li:nth-child(6) button{animation-delay:.35s}.nav-links.nav-open .auth-btn:before,.nav-links.nav-open li a:before{background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.nav-links.nav-open .auth-btn:hover:before,.nav-links.nav-open li a:hover:before{left:100%}.nav-links.nav-open .auth-btn:hover,.nav-links.nav-open li a:hover{background:#73160f;border-color:#73160f;box-shadow:0 6px 20px #73160f66;color:#fff9d1;transform:translateY(-3px) scale(1.02)}@keyframes slideInButton{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.nav-links.nav-open .user-menu{position:relative}.nav-links.nav-open .user-icon-btn{align-items:center;animation:slideInButton .4s ease-out forwards;animation-delay:.35s;background:linear-gradient(135deg,#73160f,#8b1a13);border:none;border-radius:12px;box-shadow:0 4px 12px #73160f4d;color:#fff;cursor:pointer;display:flex;justify-content:center;margin:0 auto;min-width:140px;opacity:0;padding:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:-webkit-fit-content;width:fit-content}.nav-links.nav-open .user-icon-btn:hover{background:linear-gradient(135deg,#8b1a13,#a01e16);box-shadow:0 6px 20px #73160f80;transform:translateY(-3px) scale(1.02)}.nav-links.nav-open .user-dropdown{background:#0000;border:none;box-shadow:none;display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem;min-width:auto;padding:.5rem 0 0;position:static}.nav-links.nav-open .user-dropdown .dropdown-item{background:#ffffffe6;border:2px solid #73160f26;border-radius:8px;color:#2c2c2c;cursor:pointer;font-size:.9rem;padding:.8rem 1rem;text-align:center;transition:all .3s ease}.nav-links.nav-open .user-dropdown .dropdown-item:hover{background:#f5f5f5;border-color:#73160f;transform:translateX(3px)}.nav-links.nav-open .user-dropdown .logout-btn:hover{background:#d32f2f;border-color:#d32f2f;color:#fff}.footer-content{flex-direction:column;gap:2.5rem;padding:2.5rem 4%;text-align:center}.footer-columns{flex-direction:column;gap:2rem}.footer-column,.footer-columns{align-items:center}}a,h1,h2,h3,h4,h5,h6,li,p,span{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}@media (min-width:769px){.nav-links .user-dropdown{background:#fff!important;border:1px solid #e0e0e0!important;box-shadow:0 8px 24px #0003!important;display:block!important;min-width:220px!important;opacity:1!important;position:fixed!important;right:20px!important;top:90px!important;visibility:visible!important;z-index:99999!important}}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #73160f;outline-offset:2px}.auth-overlay,body.auth-modal-open{overflow:hidden}.auth-overlay{align-items:center;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;box-sizing:border-box;display:flex;height:100vh;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100vw;z-index:99999}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.auth-modal{animation:slideIn .4s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#fafafa);border:1px solid #73160f26;border-radius:16px;box-shadow:0 25px 80px #00000040,0 0 0 1px #73160f1a;margin:0 auto;max-height:90vh;max-width:420px;min-height:400px;overflow-y:auto;position:relative;width:95%}@keyframes slideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:1.5rem 1.5rem 1rem}.auth-header h2{color:#2c2c2c;font-family:Georgia,serif;font-size:1.8rem;font-weight:600;margin:0}.close-btn{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;padding:0;transition:all .3s ease;width:40px}.close-btn:hover{background:#f0f0f0;color:#333}.auth-form{padding:1.5rem}.form-group{margin-bottom:1.2rem}.form-group label{color:#2c2c2c;display:block;font-size:1rem;font-weight:600;margin-bottom:.5rem}.form-group input{border:2px solid #e0e0e0;border-radius:10px;box-sizing:border-box;font-size:1rem;padding:.8rem 1rem;transition:all .3s ease;width:100%}.form-group input:focus{border-color:#73160f;box-shadow:0 0 0 3px #73160f1a;outline:none}.error-message{background:#ffe6e6;border-left:4px solid #d32f2f;border-radius:8px;color:#d32f2f;font-size:.9rem;margin-bottom:1rem;padding:.8rem 1rem}.success-message{align-items:center;background:#d4edda;border:1px solid #c3e6cb;border-left:4px solid #28a745;border-radius:8px;color:#155724;display:flex;font-size:.95rem;gap:.5rem;margin:1rem 0;padding:.875rem 1rem}.success-message:before{content:"✓";font-size:1.2rem;font-weight:700}.forgot-password-link{margin-bottom:1rem;margin-top:-.5rem;text-align:right}.forgot-btn{background:none;border:none;color:#73160f;cursor:pointer;font-size:.9rem;padding:.5rem 0;text-decoration:none;transition:all .2s ease}.forgot-btn:hover{color:#8b1a13;text-decoration:underline}.reset-success{padding:2rem 1.5rem;text-align:center}.success-icon{align-items:center;animation:scaleIn .5s ease-out;background:linear-gradient(135deg,#4caf50,#45a049);border-radius:50%;box-shadow:0 8px 20px #4caf504d;color:#fff;display:flex;font-size:3rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.reset-success h3{color:#2c2c2c;font-family:Georgia,serif;font-size:1.5rem;font-weight:600;margin:0 0 1rem}.reset-success p{color:#666;font-size:1rem;line-height:1.6;margin:.5rem 0}.auth-btn{background:#73160f;border-radius:10px;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1rem 1.5rem;width:100%}.auth-btn:hover:not(:disabled){background:#8b1a13;box-shadow:0 5px 15px #73160f4d;transform:translateY(-2px)}.auth-btn:disabled{background:#ccc;box-shadow:none;cursor:not-allowed;transform:none}.auth-footer{border-top:1px solid #eee;padding:1rem 1.5rem 1.5rem;text-align:center}.auth-footer p{color:#666;font-size:.95rem;margin:0}.toggle-btn{background:none;border:none;color:#73160f;cursor:pointer;font-size:.95rem;font-weight:600;text-decoration:underline}.toggle-btn:hover{color:#8b1a13}@media (max-width:768px){.auth-modal{margin:1rem;max-width:350px;width:90%}.auth-header{padding:1.2rem 1.2rem .8rem}.auth-header h2{font-size:1.6rem}.auth-form{padding:1.2rem}.auth-footer{padding:.8rem 1.2rem 1.2rem}}@media (max-width:480px){.auth-modal{max-width:320px;width:95%}.auth-header{padding:1rem 1rem .5rem}.auth-header h2{font-size:1.5rem}.auth-form{padding:1rem}.form-group{margin-bottom:1rem}.form-group input{font-size:.95rem;padding:.7rem .8rem}.auth-btn{font-size:1rem;height:-webkit-fit-content;height:fit-content;padding:.9rem 1.2rem}}.user-menu{gap:10px;height:100%;position:relative;z-index:100}.user-icon-btn,.user-menu{align-items:center;display:flex}.user-icon-btn{background:linear-gradient(135deg,#73160f,#8b1a13);border:none;border-radius:50%;box-shadow:0 2px 6px #73160f33;color:#fff;cursor:pointer;height:40px;justify-content:center;padding:8px;transition:all .3s ease;width:40px}.user-icon-btn:hover{background:linear-gradient(135deg,#8b1a13,#a01e16);box-shadow:0 3px 10px #73160f4d;transform:translateY(-1px)}.user-dropdown{animation:dropdownFadeIn .2s ease;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 8px 24px #0003;min-width:220px;overflow:visible;position:absolute;right:0;top:calc(100% + 10px);z-index:10001}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (min-width:769px){.user-menu{position:relative!important;z-index:100!important}.user-dropdown{left:auto!important;position:absolute!important;right:0!important;top:calc(100% + 10px)!important}}.dropdown-item{background:none;border:none;color:#2c2c2c;cursor:pointer;display:block;font-size:.9rem;padding:12px 16px;text-align:left;text-decoration:none;transition:background-color .2s ease;width:100%}.dropdown-item:hover{background-color:#f5f5f5}.user-info{border-bottom:1px solid #e0e0e0;cursor:default}.user-info:hover{background:none}.user-email{color:#666;display:block;font-size:.9rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-dropdown .logout-btn{background:none;border:none;border-radius:0;color:#d32f2f;cursor:pointer;font-size:.9rem;font-weight:500;padding:12px 16px;text-align:left;transition:all .2s ease;width:100%}.user-dropdown .logout-btn:hover{background-color:#ffebee;color:#b71c1c}.auth-btn{background:linear-gradient(135deg,#73160f,#8b1a13);border:none;border-radius:20px;box-shadow:0 2px 8px #73160f33;color:#fff;cursor:pointer;font-size:.85rem;font-weight:500;overflow:hidden;padding:6px 14px;position:relative;text-decoration:none;transition:all .3s ease}.auth-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.auth-btn:hover:before{left:100%}.auth-btn:hover{background:linear-gradient(135deg,#8b1a13,#a01e16);box-shadow:0 4px 15px #73160f66;transform:translateY(-1px)}@media (min-width:769px){.nav-links li,.nav-links li a{align-items:center;display:flex;height:100%}.nav-links li a{color:inherit;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.nav-links li a:hover{color:#73160f}.nav-links li .auth-btn,.nav-links li .logout-btn{align-items:center;display:flex;height:auto;margin:0}}@media (max-width:768px){.nav-links:not(.nav-open) li,.nav-links:not(.nav-open) li a{display:block!important;height:auto!important}.nav-links:not(.nav-open) li a{padding:0!important}.user-menu{flex-direction:column;gap:5px;height:auto}.user-icon-btn{height:36px;padding:6px;width:36px}.user-dropdown{min-width:180px;right:-10px}.user-email{font-size:.8rem;max-width:120px}.auth-btn{font-size:.8rem;padding:5px 12px}}.loading-container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:2rem}.loading-container.fullscreen{background:#fdfcf1f2;bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.spinner{animation:spin .8s linear infinite;border:4px solid #e0e0e0;border-radius:50%;border-top-color:#73160f}.loading-sm .spinner{border-width:3px;height:24px;width:24px}.loading-md .spinner{border-width:4px;height:40px;width:40px}.loading-lg .spinner{border-width:5px;height:60px;width:60px}.loading-message{color:#666;font-size:1rem;margin:0;text-align:center}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}
/*# sourceMappingURL=main.afad40fd.css.map*/