:root{--spice-primary:#E63946;--spice-secondary:#F4A261;--spice-dark:#1D3557;--spice-light:#F1FAEE;--spice-accent:#A8DADC;--spice-gray:#2D3748;--spice-gray-light:#E2E8F0;--spice-gradient:linear-gradient(135deg,#E63946 0%,#F4A261 50%,#A8DADC 100%);--spice-gradient-horizontal:linear-gradient(90deg,#E63946 0%,#F4A261 50%,#A8DADC 100%);--shadow-spice:0 10px 30px rgba(230,57,70,0.15);--shadow-spice-strong:0 15px 40px rgba(230,57,70,0.25);--shadow-light:0 5px 15px rgba(0,0,0,0.1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;background-color:var(--spice-light);color:var(--spice-gray);line-height:1.6}.container_b1dfef1c{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}header{background-color:#fff;box-shadow:var(--shadow-light);position:sticky;top:0;z-index:1000}.nav-container_b1dfef1c{display:flex;justify-content:space-between;align-items:center;padding:15px 0}.logo_b1dfef1c{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.8rem;color:var(--spice-primary);text-decoration:none}.logo_b1dfef1c img{height:40px;width:auto}.nav-links_b1dfef1c{display:flex;gap:30px;list-style:none}.nav-links_b1dfef1c a{text-decoration:none;color:var(--spice-dark);font-weight:500;transition:color 0.3s;padding:5px 0;position:relative}.nav-links_b1dfef1c a:hover,.nav-links_b1dfef1c a.active_b1dfef1c{color:var(--spice-primary)}.nav-links_b1dfef1c a.active_b1dfef1c::after{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:var(--spice-primary)}.mobile-menu-toggle_b1dfef1c{display:none;background:none;border:none;font-size:1.5rem;color:var(--spice-dark);cursor:pointer}.mobile-menu_b1dfef1c{display:none;flex-direction:column;background:#fff;padding:20px;box-shadow:var(--shadow-light);position:absolute;top:100%;left:0;width:100%;z-index:999}.mobile-menu_b1dfef1c.active_b1dfef1c{display:flex}.mobile-menu_b1dfef1c a{padding:12px 0;text-decoration:none;color:var(--spice-dark);border-bottom:1px solid var(--spice-gray-light)}.mobile-menu_b1dfef1c a:last-child{border-bottom:none}.mobile-menu_b1dfef1c a.active_b1dfef1c{color:var(--spice-primary);font-weight:600}.breadcrumbs_b1dfef1c{padding:20px 0;background-color:#fff;border-bottom:1px solid var(--spice-gray-light)}.breadcrumbs_b1dfef1c a{color:var(--spice-primary);text-decoration:none}.breadcrumbs_b1dfef1c span{color:var(--spice-gray)}.login-section_b1dfef1c{padding:60px 0;min-height:70vh;display:flex;align-items:center}.login-container_b1dfef1c{max-width:500px;margin:0 auto;background:#fff;border-radius:15px;padding:40px;box-shadow:var(--shadow-spice)}.login-title_b1dfef1c{text-align:center;margin-bottom:30px;color:var(--spice-dark);font-size:2.2rem}.login-form_b1dfef1c .form-group_b1dfef1c{margin-bottom:20px}.login-form_b1dfef1c label{display:block;margin-bottom:8px;font-weight:500;color:var(--spice-dark)}.login-form_b1dfef1c .form-control{width:100%;padding:12px 15px;border:1px solid var(--spice-gray-light);border-radius:8px;font-size:1rem;transition:border 0.3s,box-shadow 0.3s}.login-form_b1dfef1c .form-control:focus{outline:none;border-color:var(--spice-primary);box-shadow:0 0 0 3px rgba(230,57,70,0.1)}.login-form_b1dfef1c .form-control.error_b1dfef1c{border-color:#dc3545}.error-message_b1dfef1c{color:#dc3545;font-size:0.875rem;margin-top:5px;display:none}.form-options_b1dfef1c{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;flex-wrap:wrap;gap:10px}.remember-me_b1dfef1c{display:flex;align-items:center;gap:8px}.remember-me_b1dfef1c input{width:18px;height:18px}.forgot-password_b1dfef1c{color:var(--spice-primary);text-decoration:none;font-weight:500}.forgot-password_b1dfef1c:hover{text-decoration:underline}.btn-primary_b1dfef1c{background:var(--spice-gradient-horizontal);color:white;border:none;padding:14px 30px;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;width:100%;transition:transform 0.3s,box-shadow 0.3s}.btn-primary_b1dfef1c:hover{transform:translateY(-3px);box-shadow:var(--shadow-spice-strong)}.signup-link_b1dfef1c{text-align:center;margin-top:25px;color:var(--spice-gray)}.signup-link_b1dfef1c a{color:var(--spice-primary);text-decoration:none;font-weight:600}.signup-link_b1dfef1c a:hover{text-decoration:underline}.social-login_b1dfef1c{margin-top:40px;padding-top:30px;border-top:1px solid var(--spice-gray-light)}.social-login_b1dfef1c h3{text-align:center;margin-bottom:20px;color:var(--spice-dark);font-size:1.2rem}.social-buttons_b1dfef1c{display:flex;justify-content:center;gap:15px}.social-btn_b1dfef1c{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:1.3rem;text-decoration:none;transition:transform 0.3s,box-shadow 0.3s}.social-btn_b1dfef1c:hover{transform:translateY(-5px);box-shadow:var(--shadow-spice)}.social-google_b1dfef1c{background-color:#DB4437}.social-facebook_b1dfef1c{background-color:#4267B2}.social-twitter_b1dfef1c{background-color:#1DA1F2}footer{background-color:var(--spice-dark);color:var(--spice-light);padding:40px 0 20px;margin-top:60px}.footer-links_b1dfef1c{display:flex;justify-content:center;flex-wrap:wrap;gap:25px;margin-bottom:30px}.footer-links_b1dfef1c a{color:var(--spice-accent);text-decoration:none;transition:color 0.3s}.footer-links_b1dfef1c a:hover{color:var(--spice-secondary)}.copyright_b1dfef1c{text-align:center;font-size:0.9rem;color:var(--spice-gray-light);line-height:1.5}.copyright_b1dfef1c p{margin-bottom:10px}@media (max-width:768px){.nav-links_b1dfef1c{display:none}.mobile-menu-toggle_b1dfef1c{display:block}.login-container_b1dfef1c{padding:30px 20px}.login-title_b1dfef1c{font-size:1.8rem}.form-options_b1dfef1c{flex-direction:column;align-items:flex-start;gap:15px}.footer-links_b1dfef1c{flex-direction:column;align-items:center;gap:15px}}body{display:block !important}main{display:block !important}#mainNav{display:flex !important}@media (max-width:768px){#mainNav{display:none !important}.mobile-menu-button{display:block !important}}