.Header_layoutContainer__0wlxK{display:flex;flex-direction:column;min-height:100vh}.Header_contentContainer__6Vdhp{display:flex;flex-direction:column;flex:1 1;background:#2c3e50}.Header_mainContent__uNdmj{flex:1 1;overflow:auto}.Header_header__smEpR{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background-color:#fff;border-bottom:1px solid #eee;position:-webkit-sticky;position:sticky;top:0;z-index:1000;height:95px}.Header_logo__C42oh{position:absolute;top:-10px;height:120px;width:auto;font-weight:700;font-size:1.5rem;color:#ff3c67;cursor:pointer}.Header_nav__g_z_8{display:flex;align-items:center}.Header_nav__g_z_8 a{margin-left:2rem;color:#333;text-decoration:none;font-weight:500;padding:8px 12px;border-radius:4px;transition:background-color .2s ease}.Header_nav__g_z_8 a:hover{background-color:#f5f5f5}.Header_nav__g_z_8 a.Header_login__C_JR2{background-color:green;color:white;padding:.5rem 1rem;border-radius:5px;border:none;cursor:pointer}.Header_nav__g_z_8 a.Header_login__C_JR2:hover{background-color:#0d7a1d}@media (max-width:768px){.Header_header__smEpR{padding:1rem;height:70px}.Header_logo__C42oh{height:80px;top:-5px}.Header_nav__g_z_8{display:none}}.MobileNav_hamburger__BQc97{display:none;flex-direction:column;justify-content:space-around;width:44px;height:44px;background:transparent;border:none;cursor:pointer;padding:10px;z-index:1100;border-radius:4px;transition:background-color .2s ease}.MobileNav_hamburger__BQc97:focus,.MobileNav_hamburger__BQc97:hover{background-color:rgba(255,255,255,.1);outline:none}.MobileNav_bar__TqkQ2{width:30px;height:3px;background-color:white;transition:all .3s ease;transform-origin:1px}.MobileNav_hamburger__BQc97.MobileNav_open__BbtUD .MobileNav_bar__TqkQ2:first-child{transform:rotate(45deg)}.MobileNav_hamburger__BQc97.MobileNav_open__BbtUD .MobileNav_bar__TqkQ2:nth-child(2){opacity:0;transform:translateX(-20px)}.MobileNav_hamburger__BQc97.MobileNav_open__BbtUD .MobileNav_bar__TqkQ2:last-child{transform:rotate(-45deg)}.MobileNav_drawer__7tF_1{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background-color:#2c3e50;transition:right .3s ease;z-index:1200;overflow-y:auto;display:flex;flex-direction:column}.MobileNav_drawer__7tF_1.MobileNav_open__BbtUD{right:0}.MobileNav_header__m1A1x{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid rgba(255,255,255,.1)}.MobileNav_header__m1A1x img{height:40px;width:auto}.MobileNav_closeButton__tcj7O{background:none;border:none;color:white;font-size:32px;cursor:pointer;padding:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}.MobileNav_closeButton__tcj7O:focus,.MobileNav_closeButton__tcj7O:hover{background-color:rgba(255,255,255,.1);outline:none}.MobileNav_menu__EOezh{list-style:none;padding:0;margin:0;flex:1 1}.MobileNav_menu__EOezh li{border-bottom:1px solid rgba(255,255,255,.1)}.MobileNav_menu__EOezh a{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;color:white;text-decoration:none;font-size:16px;min-height:56px;transition:background-color .2s ease}.MobileNav_menu__EOezh a:active,.MobileNav_menu__EOezh a:hover{background-color:rgba(255,255,255,.1)}.MobileNav_menu__EOezh a.MobileNav_active__mZXLl{background-color:rgba(241,196,15,.2);color:#f1c40f}.MobileNav_badge__94vs0{background:red;color:white;font-size:12px;padding:2px 6px;border-radius:10px;min-width:20px;text-align:center}.MobileNav_logout__4Sqf_{background-color:#e74c3c;color:white;border:none;padding:18px 20px;font-size:16px;cursor:pointer;width:100%;min-height:56px;transition:background-color .2s ease}.MobileNav_logout__4Sqf_:hover{background-color:#c0392b}.MobileNav_overlay__G1UEs{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1150}.MobileNav_overlay__G1UEs.MobileNav_visible____9MG{display:block}@media (max-width:768px){.MobileNav_hamburger__BQc97{display:flex}}.Header_navContainer__HyOQ4{justify-content:space-between;background:#2c3e50;padding:10px 20px;color:white;position:fixed;top:0;width:100%;height:90px;z-index:1000}.Header_logoContainer__3zN4G,.Header_logo__pvkJ9,.Header_navContainer__HyOQ4{display:flex;align-items:center}.Header_logo__pvkJ9{gap:10px;cursor:pointer}.Header_navLinks__bXLkW{width:80%;display:flex;justify-content:space-evenly}.Header_navItem__8jeVH{text-decoration:none;color:white;font-size:1rem;padding:8px 12px;border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease;position:relative}.Header_navItem__8jeVH:hover{color:#f1c40f}.Header_navItem__8jeVH.Header_active___1CY2{color:#f1c40f;border-bottom-color:#f1c40f}.Header_badge__s4lld{background:red;position:absolute;top:-8px;right:-5px;color:white;font-size:.75rem;padding:2px 6px;border-radius:50%;min-width:20px;text-align:center}.Header_logoutButton__19h_K{background-color:#e74c3c;color:white;border:none;padding:8px 12px;font-size:1rem;cursor:pointer;border-radius:5px;transition:background-color .2s ease}.Header_logoutButton__19h_K:hover{background-color:#c0392b}@media (max-width:768px){.Header_navContainer__HyOQ4{height:60px;padding:10px 16px}.Header_logo__pvkJ9 img{width:150px;height:auto}.Header_logoutButton__19h_K,.Header_navLinks__bXLkW{display:none}}.Layout_layoutContainer__BlHIr{display:flex;flex-direction:column;min-height:100vh}.Layout_contentContainer__n_x5Z{display:flex;flex-direction:column;flex:1 1;background:#2c3e50}.Layout_mainContent__6Tfuw{flex:1 1;overflow:auto}.Layout_header__9nTNk{position:fixed;top:0;left:0;z-index:100;height:70px;background:#2c3e50;color:white;display:flex;align-items:center;padding:0 20px}.Layout_footer__FjDge{margin-top:auto;width:100%;min-height:120px;padding:20px 10px;background:#f8f9fa;text-align:center;font-size:1rem;color:#666}.Layout_legalLinks__3tGmW{margin:10px 0;display:flex;justify-content:center;gap:15px;flex-wrap:wrap}.Layout_legalLinks__3tGmW a{color:#007bff;text-decoration:none;font-size:.9rem;transition:color .3s}.Layout_legalLinks__3tGmW a:hover{color:#0056b3;text-decoration:underline}.Layout_socials__8bZeU{margin-top:10px}.Layout_socials__8bZeU a{margin:0 10px;color:#0070f3;text-decoration:none;font-weight:700}.Layout_socials__8bZeU a:hover{text-decoration:underline}.Layout_sidebar__e7U3Z{width:250px;background:#2c3e50;color:white;height:100%;padding:20px}@media (max-width:768px){.Layout_sidebar__e7U3Z{width:60px}}