.Header-module__Af2_WG__header{background-color:var(--bg-header);border-bottom:3px solid var(--green);z-index:1000;box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;height:100px;padding:.8rem 2rem;transition:background-color .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 4px #0000000d}.Header-module__Af2_WG__brand{color:var(--dark);align-items:center;gap:.6rem;text-decoration:none;display:flex}.Header-module__Af2_WG__brandName{color:var(--green);font-size:1.1rem;font-weight:700}.Header-module__Af2_WG__navDesktop{align-items:center;gap:1.5rem;display:flex}.Header-module__Af2_WG__navLink{color:var(--text-primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:color .2s;display:flex}.Header-module__Af2_WG__navLink:hover,.Header-module__Af2_WG__loggedIn{color:var(--red)}.Header-module__Af2_WG__rightSection{align-items:center;gap:.8rem;display:flex}.Header-module__Af2_WG__langSwitcher{background-color:var(--bg);border:1px solid var(--border-color);border-radius:20px;align-items:center;gap:.3rem;padding:.2rem;display:flex}.Header-module__Af2_WG__langBtn{cursor:pointer;color:var(--text-primary);background:0 0;border:none;border-radius:20px;padding:.3rem .7rem;font-size:.8rem;font-weight:700;transition:all .2s}.Header-module__Af2_WG__langBtn.Header-module__Af2_WG__active{background-color:var(--green);color:#fff}.Header-module__Af2_WG__themeToggle{cursor:pointer;color:var(--text-primary);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.3rem;transition:background-color .2s;display:flex}.Header-module__Af2_WG__themeToggle:hover{background-color:var(--bg)}.Header-module__Af2_WG__userIconLink{color:inherit;align-items:center;text-decoration:none;transition:opacity .2s;display:flex}.Header-module__Af2_WG__userIconLink:hover{opacity:.8}.Header-module__Af2_WG__userIcon{background-color:var(--green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:700;display:flex}.Header-module__Af2_WG__hamburger{cursor:pointer;color:var(--text-primary);background:0 0;border:none;padding:.2rem;display:none}.Header-module__Af2_WG__mobileMenu{width:100%;height:calc(100vh-90px);background-color:var(--overlay);z-index:200;justify-content:flex-end;transition:right .3s;display:flex;position:fixed;top:90px;right:-100%}.Header-module__Af2_WG__mobileMenu.Header-module__Af2_WG__open{right:0}.Header-module__Af2_WG__mobileMenuInner{background-color:var(--bg-card);flex-direction:column;gap:1.5rem;width:75%;max-width:300px;height:100%;padding:2rem 1.5rem;transition:background-color .3s;display:flex;overflow-y:auto;box-shadow:-4px 0 12px #00000026}.Header-module__Af2_WG__mobileNav{flex-direction:column;gap:1.5rem;margin-top:2rem;display:flex}.Header-module__Af2_WG__mobileNavLink{color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #f0f0f0;align-items:center;gap:.8rem;width:100%;padding:.5rem 0;font-size:1.2rem;font-weight:700;text-decoration:none;transition:color .2s;display:flex}.Header-module__Af2_WG__mobileNavLink:hover{color:var(--red)}@media (max-width:768px){.Header-module__Af2_WG__header{height:90px;padding:.6rem 1.2rem}.Header-module__Af2_WG__mobileMenu{height:calc(100vh - 80px);top:80px}.Header-module__Af2_WG__navDesktop{display:none!important}.Header-module__Af2_WG__hamburger{display:block!important}}@media (max-width:480px){.Header-module__Af2_WG__brandName{display:none}.Header-module__Af2_WG__mobileMenuInner{width:85%}.Header-module__Af2_WG__header{height:80px;padding:.4rem 1rem}.Header-module__Af2_WG__mobileMenu{height:calc(100vh - 80px);top:80px}}
.Footer-module__EZoWya__footer{background-color:var(--dark);color:var(--text-primary);text-align:center;border-top:4px solid var(--red);margin-top:2rem;padding:2rem;transition:background-color .3s,color .3s}.Footer-module__EZoWya__content{flex-direction:column;gap:.5rem;max-width:800px;margin:0 auto;display:flex}.Footer-module__EZoWya__brand{color:var(--green);font-size:1.1rem;font-weight:700}.Footer-module__EZoWya__info{color:var(--text-secondary)}.Footer-module__EZoWya__copyright{color:var(--text-muted);border-top:1px solid var(--border-color);margin-top:1rem;padding-top:1rem;font-size:.85rem}
*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f9f9f9;--bg-card:#fff;--bg-header:#fff;--bg-footer:#f0f0f0;--text-primary:#1a1a1a;--text-secondary:#333;--text-muted:#555;--border-color:#e0e0e0;--shadow:0 4px 6px #0000001a;--overlay:#0006;--radius:8px}.dark{--bg:#121212;--bg-card:#1e1e1e;--bg-header:#1a1a1a;--bg-footer:#0a0a0a;--text-primary:#f0f0f0;--text-secondary:#ccc;--text-muted:#888;--border-color:#333;--shadow:0 4px 6px #00000080;--overlay:#000000b3}body{background-color:var(--bg);color:var(--text-primary);font-family:Arial,Helvetica,sans-serif;transition:background-color .3s,color .3s}:root{--green:#009246;--white:#fff;--red:#ce2b37;--radius:8px}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.text-green{color:var(--green)}.text-red{color:var(--red)}.text-white{color:var(--white)}.btn-primary{background-color:var(--red);color:var(--white);cursor:pointer;border:none;border-radius:50px;padding:.8rem 2rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary:hover{transform:scale(1.05);box-shadow:0 6px 20px #ce2b3766}.btn-secondary{background-color:var(--green);color:var(--white);border-radius:var(--radius);cursor:pointer;border:none;padding:.6rem 1.2rem;font-weight:700;transition:opacity .2s}.btn-secondary:hover{opacity:.85}
