*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}.UserMenu_userMenuContainer__2G_ja{position:relative}.UserMenu_userButton__BwjmJ{display:flex;align-items:center;gap:10px;padding:8px 12px;background:hsla(0,0%,100%,.1);border:none;border-radius:8px;cursor:pointer;transition:all .2s;color:#fff;font-family:inherit}.UserMenu_userButton__BwjmJ:hover{background:hsla(0,0%,100%,.15)}.UserMenu_avatar__573KQ{width:32px;height:32px;border-radius:50%;object-fit:cover}.UserMenu_avatarPlaceholder__uL9sv{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#fff}.UserMenu_userName__XY6mh{font-size:14px;font-weight:500;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.UserMenu_chevron__3l9cU{transition:transform .2s}.UserMenu_chevronUp__sZbUW{transform:rotate(180deg)}.UserMenu_dropdown__ktc63{position:absolute;top:calc(100% + 8px);right:0;min-width:240px;background:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.15);z-index:100;overflow:hidden;animation:UserMenu_dropdownFadeIn__tAPYP .2s ease}@keyframes UserMenu_dropdownFadeIn__tAPYP{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.UserMenu_dropdownHeader__MDa_X{padding:16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.UserMenu_dropdownName__r9vTH{font-size:16px;font-weight:600;margin-bottom:4px}.UserMenu_dropdownEmail__TuZNr{font-size:13px;opacity:.9}.UserMenu_dropdownItem__qLcg3{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:none;border:none;text-align:left;font-size:14px;color:#374151;cursor:pointer;transition:background .2s;text-decoration:none;font-family:inherit}.UserMenu_dropdownItem__qLcg3:hover{background:#f3f4f6}.UserMenu_dropdownItem__qLcg3 svg{width:18px;height:18px;color:#6b7280}.UserMenu_divider__3qzWN{height:1px;background:#e5e7eb}@media (max-width:768px){.UserMenu_userName__XY6mh{display:none}.UserMenu_userButton__BwjmJ{padding:8px}.UserMenu_dropdown__ktc63{right:-10px}}.Header_header__hO3lJ{background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem 0;box-shadow:0 2px 10px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.Header_headerContainer__GdAlq{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.Header_logo__e5KhT a{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#fff;font-weight:700;font-size:1.5rem}.Header_logoIcon__VF71g{font-size:2rem}.Header_logoImage__qjzBq{height:50px;width:auto;object-fit:contain}.Header_nav__3fHSH{display:flex;gap:2rem;align-items:center}.Header_navLink__LzXns{color:#fff;text-decoration:none;font-weight:500;transition:all .3s;position:relative}.Header_navLink__LzXns:hover{color:gold}.Header_navLink__LzXns:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:gold;transition:width .3s}.Header_navLink__LzXns:hover:after{width:100%}.Header_headerActions__AiBdo{display:flex;align-items:center;gap:1rem}.Header_searchBox__XsAup{position:relative;display:flex;align-items:center}.Header_searchInput__MAyjA{padding:.5rem 2.5rem .5rem 1rem;border:none;border-radius:20px;background:hsla(0,0%,100%,.2);color:#fff;outline:none;width:200px;transition:all .3s}.Header_searchInput__MAyjA::placeholder{color:hsla(0,0%,100%,.7)}.Header_searchInput__MAyjA:focus{background:hsla(0,0%,100%,.3);width:250px}.Header_searchIcon__qNG0m{position:absolute;right:.75rem;pointer-events:none}.Header_btnLogin__vNX8O,.Header_btnRegister__KlFYc{padding:.5rem 1.5rem;border:2px solid #fff;border-radius:20px;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block}.Header_btnLogin__vNX8O{background:transparent;color:#fff}.Header_btnLogin__vNX8O:hover{background:#fff;color:#667eea}.Header_btnRegister__KlFYc{background:gold;color:#2d3748;border-color:gold}.Header_btnRegister__KlFYc:hover{background:#ffed4e;border-color:#ffed4e;transform:translateY(-2px);box-shadow:0 5px 15px rgba(255,215,0,.3)}@media (max-width:768px){.Header_headerContainer__GdAlq{flex-wrap:wrap;padding:0 1rem}.Header_nav__3fHSH{order:3;width:100%;justify-content:center;padding-top:1rem}.Header_searchBox__XsAup{display:none}}.Footer_footer__eNA9m{background:linear-gradient(135deg,#1e3c72,#2a5298 50%,#7e22ce);color:#fff;padding:4rem 2rem 0}.Footer_footerContainer__oD0EQ{max-width:1200px;margin:0 auto}.Footer_footerGrid__Zjk4v{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem;margin-bottom:3rem}.Footer_footerColumn__RGtUM{display:flex;flex-direction:column}.Footer_footerLogo__K9wDL{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Footer_logoIcon__WWDSF{font-size:2rem}.Footer_logoImage__V4C5V{height:40px;width:auto;object-fit:contain}.Footer_footerDescription__1uHkM{color:hsla(0,0%,100%,.8);line-height:1.6;margin-bottom:1.5rem}.Footer_socialLinks__sPnd2{display:flex;gap:1rem}.Footer_socialLink__nh4hv{width:40px;height:40px;border-radius:10px;background:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;font-size:1.25rem;transition:all .3s;text-decoration:none}.Footer_socialLink__nh4hv:hover{background:hsla(0,0%,100%,.2);transform:translateY(-3px)}.Footer_facebook__dWkRd svg{color:#1877f2}.Footer_facebook__dWkRd:hover{background:#1877f2}.Footer_facebook__dWkRd:hover svg{color:#fff}.Footer_youtube__nfu2T svg{color:red}.Footer_youtube__nfu2T:hover{background:red}.Footer_youtube__nfu2T:hover svg{color:#fff}.Footer_tiktok__YTF6i svg{color:#000}.Footer_tiktok__YTF6i:hover{background:linear-gradient(135deg,#69c9d0,#ee1d52)}.Footer_tiktok__YTF6i:hover svg{color:#fff}.Footer_footerHeading__N3Q1d{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:gold}.Footer_footerLinks__BIHhl{list-style:none;padding:0;margin:0}.Footer_footerLinks__BIHhl li{margin-bottom:.75rem}.Footer_footerLinks__BIHhl a{color:hsla(0,0%,100%,.8);text-decoration:none;transition:all .3s;display:inline-block}.Footer_footerLinks__BIHhl a:hover{color:gold;transform:translateX(5px)}.Footer_footerContacts__3cM7V{list-style:none;padding:0;margin:0}.Footer_footerContacts__3cM7V li{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:hsla(0,0%,100%,.8)}.Footer_contactIcon__a5faz{font-size:1.25rem;width:24px;text-align:center}.Footer_footerBottom__BDIjN{border-top:1px solid hsla(0,0%,100%,.1);padding:2rem 0}.Footer_footerBottomContent__i3N4o{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.Footer_copyright__vFlrA{color:hsla(0,0%,100%,.7);margin:0}.Footer_footerLegal__VjJAS{display:flex;align-items:center;gap:1rem}.Footer_footerLegal__VjJAS a{color:hsla(0,0%,100%,.7);text-decoration:none;transition:color .3s}.Footer_footerLegal__VjJAS a:hover{color:gold}.Footer_divider__cToZ6{color:hsla(0,0%,100%,.3)}@media (max-width:768px){.Footer_footer__eNA9m{padding:3rem 1rem 0}.Footer_footerGrid__Zjk4v{grid-template-columns:1fr;gap:2rem}.Footer_footerBottomContent__i3N4o{flex-direction:column;text-align:center}.Footer_footerLegal__VjJAS{flex-direction:column;gap:.5rem}.Footer_divider__cToZ6{display:none}}