.Filters-module__YjqOTG__filterSection{background-color:#0000;padding:10px 0}.Filters-module__YjqOTG__filtersBar{flex-direction:column;gap:15px;display:flex}.Filters-module__YjqOTG__categories{flex-wrap:wrap;gap:8px;display:flex}.Filters-module__YjqOTG__filterBtn{background:var(--card-bg);color:var(--text-color);border:1px solid var(--border-color);cursor:pointer;white-space:nowrap;font-family:var(--font-body);border-radius:12px;flex:none;padding:8px 16px;font-size:.9rem;font-weight:600;transition:background-color .2s,border-color .2s,color .2s,box-shadow .2s}.Filters-module__YjqOTG__filterBtn:hover{border-color:var(--accent-color);background-color:var(--bg-darker)}.Filters-module__YjqOTG__filterBtn.Filters-module__YjqOTG__active{background:var(--accent-solid);border-color:var(--accent-solid);color:var(--on-accent);box-shadow:0 4px 12px rgb(var(--accent-solid-rgb) / .2)}.Filters-module__YjqOTG__sortWrapper{width:100%;position:relative}.Filters-module__YjqOTG__sortSelect{appearance:none;background:var(--bg-darker);width:100%;color:var(--text-color);border:1px solid var(--border-color);font-family:var(--font-body);cursor:pointer;border-radius:12px;outline:none;padding:10px 15px;font-size:.9rem}.Filters-module__YjqOTG__selectArrow{color:var(--gray);pointer-events:none;font-size:.7rem;position:absolute;top:50%;right:15px;transform:translateY(-50%)}@media (min-width:768px){.Filters-module__YjqOTG__filtersBar{flex-direction:row;justify-content:space-between;align-items:flex-start}.Filters-module__YjqOTG__categories{flex-wrap:wrap;flex:1;min-width:0}.Filters-module__YjqOTG__selectGroup{flex-shrink:0}.Filters-module__YjqOTG__sortWrapper{width:220px}}
.btn{--button-min-inline-size:auto;min-inline-size:var(--button-min-inline-size);white-space:nowrap;cursor:pointer;border:1px solid #0000;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;gap:10px;min-height:40px;padding:12px 26px;font-family:inherit;font-size:1rem;font-weight:700;line-height:1;transition:background-color .25s,border-color .25s,color .25s,box-shadow .25s,transform .25s;display:inline-flex}.btnPrimary{background-color:var(--accent-solid);color:var(--on-accent);box-shadow:0 4px 15px rgb(var(--accent-solid-rgb) / .18)}.btnPrimary:hover{background-color:var(--accent-solid-hover);box-shadow:0 6px 20px rgb(var(--accent-solid-rgb) / .26);transform:translateY(-2px)}.btnSecondary{background-color:var(--card-bg);color:var(--text-color);border-color:var(--border-color)}.btnSecondary:hover{border-color:var(--accent-color);background-color:#252a31}.btnGhost{color:var(--gray);background:0 0;text-decoration:underline}.btnGhost:hover{color:var(--text-color)}
.Hero-module__ENrpVa__hero{height:min(58vh,620px);contain:layout paint;background-color:#0a0c0e;width:100%;height:min(58dvh,620px);min-height:360px;position:relative;overflow:hidden}.Hero-module__ENrpVa__imageWrapper{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;transform:translateZ(0)}.Hero-module__ENrpVa__imageFallback{background:linear-gradient(120deg,#dc262629 0%,#0000 42%),linear-gradient(135deg,#121417 0%,#090a0c 55%,#171a1f 100%)}.Hero-module__ENrpVa__backgroundImage{object-fit:cover;object-position:center 20%}.Hero-module__ENrpVa__overlay{z-index:2;background:linear-gradient(90deg,#0a0c0ee6 0%,#0a0c0e66 50%,#0000 100%),linear-gradient(#0000 70%,#0a0c0e 100%);align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.Hero-module__ENrpVa__overlay .container{width:100%}.Hero-module__ENrpVa__content{width:100%;max-width:600px;padding:0 20px}.Hero-module__ENrpVa__badge{background-color:var(--accent-solid);color:var(--on-accent);text-transform:uppercase;letter-spacing:1px;border-radius:6px;min-height:28px;margin-bottom:15px;padding:5px 12px;font-size:.8rem;font-weight:700;display:inline-block}.Hero-module__ENrpVa__title{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.2em;margin-bottom:20px;font-size:clamp(1.8rem,5vw,3.5rem);font-weight:900;line-height:1.1;display:-webkit-box;overflow:hidden}.Hero-module__ENrpVa__description{color:#cbd5e1;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:4.95rem;margin-bottom:30px;font-size:1.1rem;line-height:1.5;display:-webkit-box;overflow:hidden}.Hero-module__ENrpVa__actions{inline-size:344px;gap:12px;min-height:44px;display:flex}.Hero-module__ENrpVa__actions .btn{--button-min-inline-size:166px;inline-size:166px}.Hero-module__ENrpVa__ratingLine{align-items:center;gap:12px;margin-bottom:12px;display:flex}.Hero-module__ENrpVa__ratingBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:gold;background:#00000080;border:1px solid #ffd7004d;border-radius:20px;padding:4px 12px;font-size:.85rem;font-weight:700}@media (max-width:768px){.Hero-module__ENrpVa__hero{height:56vh;height:56svh;min-height:auto}.Hero-module__ENrpVa__overlay{background:linear-gradient(#0a0c0e4d 0%,#0a0c0e99 50%,#0a0c0e 85%);align-items:flex-end;padding-bottom:30px}.Hero-module__ENrpVa__content{text-align:center;padding:0 15px}.Hero-module__ENrpVa__actions{flex-direction:column;justify-content:center;gap:10px;inline-size:100%}.Hero-module__ENrpVa__actions .btn{--button-min-inline-size:100%;inline-size:100%;width:100%}.Hero-module__ENrpVa__description{min-height:0;display:none}.Hero-module__ENrpVa__title{min-height:2.4em;margin-bottom:15px;font-size:1.6rem}}.Hero-module__ENrpVa__loader{height:58vh;background-color:#1a1f24;width:100%;height:min(58dvh,620px);min-height:360px;animation:1.5s infinite Hero-module__ENrpVa__pulse}@keyframes Hero-module__ENrpVa__pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}
.HomeNews-module__JfYoeW__section{padding:40px 0}.HomeNews-module__JfYoeW__sectionHead{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.HomeNews-module__JfYoeW__title{font-size:var(--fs-h2);color:var(--text-color);padding-left:15px;font-weight:800;position:relative}.HomeNews-module__JfYoeW__title:before{content:"";background:var(--accent-color);border-radius:2px;width:4px;height:22px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.HomeNews-module__JfYoeW__seeAll{color:var(--accent-color);font-size:.85rem;font-weight:600;text-decoration:none;transition:opacity .2s}.HomeNews-module__JfYoeW__seeAll:hover{opacity:.8}.HomeNews-module__JfYoeW__grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (max-width:1024px){.HomeNews-module__JfYoeW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.HomeNews-module__JfYoeW__grid{grid-template-columns:1fr}}.HomeNews-module__JfYoeW__card{color:var(--text-color);background:var(--card-bg);border:1px solid var(--border-color);border-radius:10px;flex-direction:column;text-decoration:none;transition:border-color .2s,transform .2s;display:flex;overflow:hidden}.HomeNews-module__JfYoeW__card:hover{border-color:var(--accent-color);transform:translateY(-2px)}.HomeNews-module__JfYoeW__cardImg{background:var(--bg-darker);flex-shrink:0;width:100%;padding-bottom:58%;position:relative}.HomeNews-module__JfYoeW__img{object-fit:cover}.HomeNews-module__JfYoeW__imgPlaceholder{background:linear-gradient(135deg, var(--bg-darker), var(--border-color));position:absolute;inset:0}.HomeNews-module__JfYoeW__badge{background:var(--accent-solid);color:var(--on-accent);text-transform:uppercase;letter-spacing:.04em;border-radius:4px;padding:2px 7px;font-size:.68rem;font-weight:700;position:absolute;top:8px;left:8px}.HomeNews-module__JfYoeW__cardBody{flex-direction:column;flex:1;gap:6px;padding:12px;display:flex}.HomeNews-module__JfYoeW__cardTitle{-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.88rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.HomeNews-module__JfYoeW__date{color:var(--gray);margin-top:auto;font-size:.75rem}.HomeNews-module__JfYoeW__skeleton{background:var(--card-bg);border:1px solid var(--border-color);border-radius:10px;overflow:hidden}.HomeNews-module__JfYoeW__skeletonImg{background:var(--bg-darker);width:100%;padding-bottom:58%;animation:1.4s infinite HomeNews-module__JfYoeW__pulse}.HomeNews-module__JfYoeW__skeletonText{background:var(--bg-darker);border-radius:4px;height:14px;margin:12px 12px 6px;animation:1.4s infinite HomeNews-module__JfYoeW__pulse}.HomeNews-module__JfYoeW__skeletonMeta{background:var(--bg-darker);border-radius:4px;width:60%;height:11px;margin:0 12px 12px;animation:1.4s infinite HomeNews-module__JfYoeW__pulse}@keyframes HomeNews-module__JfYoeW__pulse{0%,to{opacity:.6}50%{opacity:1}}
.HomeTopRatings-module__5oSKmW__section{padding:40px 0}.HomeTopRatings-module__5oSKmW__sectionHead{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.HomeTopRatings-module__5oSKmW__title{font-size:var(--fs-h2);color:var(--text-color);padding-left:15px;font-weight:800;position:relative}.HomeTopRatings-module__5oSKmW__title:before{content:"";background:var(--accent-color);border-radius:2px;width:4px;height:22px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.HomeTopRatings-module__5oSKmW__seeAll{color:var(--accent-color);font-size:.85rem;font-weight:600;text-decoration:none;transition:opacity .2s}.HomeTopRatings-module__5oSKmW__seeAll:hover{opacity:.8}.HomeTopRatings-module__5oSKmW__list{flex-direction:column;gap:2px;display:flex}.HomeTopRatings-module__5oSKmW__row{background:var(--card-bg);color:var(--text-color);border:1px solid #0000;border-radius:10px;grid-template-columns:32px 52px 1fr 52px;align-items:center;gap:12px;padding:10px 14px;text-decoration:none;transition:border-color .18s;display:grid}.HomeTopRatings-module__5oSKmW__row:hover{border-color:var(--border-color)}.HomeTopRatings-module__5oSKmW__rank{color:var(--gray);text-align:right;font-size:1rem;font-weight:800}.HomeTopRatings-module__5oSKmW__list>a:first-child .HomeTopRatings-module__5oSKmW__rank{color:gold}.HomeTopRatings-module__5oSKmW__list>a:nth-child(2) .HomeTopRatings-module__5oSKmW__rank{color:silver}.HomeTopRatings-module__5oSKmW__list>a:nth-child(3) .HomeTopRatings-module__5oSKmW__rank{color:#cd7f32}.HomeTopRatings-module__5oSKmW__poster{background:var(--bg-darker);border-radius:6px;flex-shrink:0;width:52px;height:78px;position:relative;overflow:hidden}.HomeTopRatings-module__5oSKmW__posterImg{object-fit:cover}.HomeTopRatings-module__5oSKmW__posterPlaceholder{background:linear-gradient(135deg, var(--bg-darker), var(--border-color));position:absolute;inset:0}.HomeTopRatings-module__5oSKmW__info{min-width:0}.HomeTopRatings-module__5oSKmW__movieTitle{white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:.9rem;font-weight:700;line-height:1.35;overflow:hidden}.HomeTopRatings-module__5oSKmW__year{color:var(--gray);font-size:.75rem}.HomeTopRatings-module__5oSKmW__score{color:#4caf50;text-align:center;background:#4caf501f;border-radius:8px;padding:4px 2px;font-size:1.1rem;font-weight:800}.HomeTopRatings-module__5oSKmW__skeletonRow{background:var(--card-bg);border-radius:10px;grid-template-columns:32px 52px 1fr 52px;align-items:center;gap:12px;padding:10px 14px;display:grid}.HomeTopRatings-module__5oSKmW__skeletonRank{background:var(--bg-darker);border-radius:4px;height:18px;animation:1.4s infinite HomeTopRatings-module__5oSKmW__pulse}.HomeTopRatings-module__5oSKmW__skeletonPoster{background:var(--bg-darker);border-radius:6px;width:52px;height:78px;animation:1.4s infinite HomeTopRatings-module__5oSKmW__pulse}.HomeTopRatings-module__5oSKmW__skeletonInfo{flex-direction:column;gap:6px;display:flex}.HomeTopRatings-module__5oSKmW__skeletonTitle{background:var(--bg-darker);border-radius:4px;max-width:200px;height:14px;animation:1.4s infinite HomeTopRatings-module__5oSKmW__pulse}.HomeTopRatings-module__5oSKmW__skeletonMeta{background:var(--bg-darker);border-radius:4px;max-width:80px;height:11px;animation:1.4s infinite HomeTopRatings-module__5oSKmW__pulse}.HomeTopRatings-module__5oSKmW__skeletonScore{background:var(--bg-darker);border-radius:8px;height:34px;animation:1.4s infinite HomeTopRatings-module__5oSKmW__pulse}@keyframes HomeTopRatings-module__5oSKmW__pulse{0%,to{opacity:.6}50%{opacity:1}}
.MovieAll-module__33FJCW__section{background-color:var(--bg-color);padding:40px 0}.MovieAll-module__33FJCW__title{font-size:var(--fs-h2);color:var(--text-color);margin-bottom:30px;padding-left:15px;position:relative}.MovieAll-module__33FJCW__title:before{content:"";background:var(--accent-color);border-radius:2px;width:4px;height:24px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.MovieAll-module__33FJCW__flexContainer{flex-wrap:wrap;gap:16px;display:flex}.MovieAll-module__33FJCW__card{flex-direction:column;width:calc(50% - 8px);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex}@media (min-width:600px){.MovieAll-module__33FJCW__card{width:calc(33.3333% - 10.6667px)}}@media (min-width:900px){.MovieAll-module__33FJCW__flexContainer{gap:20px}.MovieAll-module__33FJCW__card{width:calc(25% - 15px)}}@media (min-width:1100px){.MovieAll-module__33FJCW__card{width:calc(20% - 16px)}}.MovieAll-module__33FJCW__card:hover{transform:translateY(-8px)}.MovieAll-module__33FJCW__posterWrapper{aspect-ratio:2/3;background-color:var(--bg-darker);border:1px solid var(--border-color);border-radius:12px;width:100%;position:relative;overflow:hidden}.MovieAll-module__33FJCW__poster{object-fit:cover;transition:scale .5s}.MovieAll-module__33FJCW__card:hover .MovieAll-module__33FJCW__poster{scale:1.1}.MovieAll-module__33FJCW__rating{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--accent-color);border:1px solid var(--border-color);z-index:2;background:#0a0c0ed9;border-radius:6px;padding:4px 8px;font-size:.75rem;font-weight:800;position:absolute;top:8px;right:8px}.MovieAll-module__33FJCW__info{margin-top:12px;padding:0 4px}.MovieAll-module__33FJCW__movieTitle{color:var(--text-color);white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:.95rem;font-weight:700;line-height:1.3;overflow:hidden}.MovieAll-module__33FJCW__year{color:var(--gray);font-size:.8rem;font-weight:500}.MovieAll-module__33FJCW__loaderContainer{justify-content:center;align-items:center;height:40vh;display:flex}.MovieAll-module__33FJCW__spinner{border:4px solid var(--border-color);border-top:4px solid var(--accent-color);border-radius:50%;width:40px;height:40px;animation:1s linear infinite MovieAll-module__33FJCW__spin}@keyframes MovieAll-module__33FJCW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.MovieAll-module__33FJCW__skeleton{flex-direction:column;width:calc(50% - 8px);display:flex}@media (min-width:600px){.MovieAll-module__33FJCW__skeleton{width:calc(33.3333% - 10.6667px)}}@media (min-width:900px){.MovieAll-module__33FJCW__skeleton{width:calc(25% - 15px)}}@media (min-width:1100px){.MovieAll-module__33FJCW__skeleton{width:calc(20% - 16px)}}.MovieAll-module__33FJCW__skeletonPoster{aspect-ratio:2/3;background:linear-gradient(90deg, var(--bg-darker) 25%, var(--border-color) 50%, var(--bg-darker) 75%);background-size:200% 100%;border-radius:12px;width:100%;animation:1.4s infinite MovieAll-module__33FJCW__shimmer}.MovieAll-module__33FJCW__skeletonTitle{background:linear-gradient(90deg, var(--bg-darker) 25%, var(--border-color) 50%, var(--bg-darker) 75%);background-size:200% 100%;border-radius:4px;width:75%;height:14px;margin-top:12px;animation:1.4s infinite MovieAll-module__33FJCW__shimmer}@keyframes MovieAll-module__33FJCW__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
.ThemeToggle-module__R33r8G__wrap{position:relative}.ThemeToggle-module__R33r8G__btn{border:1px solid var(--border-color);color:var(--gray);cursor:pointer;white-space:nowrap;background:0 0;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-family:inherit;font-size:.8rem;transition:all .25s;display:flex}.ThemeToggle-module__R33r8G__btn:hover{color:var(--accent-color);border-color:var(--accent-color)}.ThemeToggle-module__R33r8G__label{font-size:.75rem}.ThemeToggle-module__R33r8G__dropdown{background:var(--card-bg);border:1px solid var(--border-color);z-index:9999;border-radius:12px;min-width:160px;padding:6px;animation:.15s ThemeToggle-module__R33r8G__fadeIn;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 40px #0006}@keyframes ThemeToggle-module__R33r8G__fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ThemeToggle-module__R33r8G__option{width:100%;color:var(--text-color);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;font-family:inherit;font-size:.85rem;transition:all .15s;display:flex}.ThemeToggle-module__R33r8G__option:hover{color:var(--accent-color);background:#ff5c0014}.ThemeToggle-module__R33r8G__active{color:var(--accent-color);background:#ff5c001f;font-weight:600}.ThemeToggle-module__R33r8G__check{margin-left:auto;font-size:.8rem}
.Header-module__sj-PPG__header{background-color:color-mix(in srgb, var(--bg-color) 85%, transparent);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid var(--border-color);z-index:1000;flex-direction:column;width:100%;transition:background-color .3s;display:flex;position:fixed;top:0;left:0}.Header-module__sj-PPG__inner{width:100%;height:60px;padding:0 var(--container-padding,16px);justify-content:space-between;align-items:center;gap:8px;display:flex}.Header-module__sj-PPG__searchRow{width:100%;padding:0 var(--container-padding,16px) 8px;align-items:center;display:flex}.Header-module__sj-PPG__logo{color:var(--text-color);letter-spacing:1px;flex-shrink:0;font-size:1.5rem;font-weight:900}.Header-module__sj-PPG__logoFull span{color:var(--accent-color)}.Header-module__sj-PPG__logoShort{color:var(--accent-color);display:inline}.Header-module__sj-PPG__logoFull{display:none}.Header-module__sj-PPG__searchWrap{flex:1;min-width:0;max-width:420px;display:block;position:relative}.Header-module__sj-PPG__searchWrapFull{flex:1;width:100%;max-width:100%;display:none;position:relative}.Header-module__sj-PPG__searchForm{background:var(--bg-darker);border:1px solid var(--border-color);border-radius:12px;align-items:center;padding:0 8px;transition:all .25s;display:flex}.Header-module__sj-PPG__searchForm:focus-within{border-color:var(--accent-color);box-shadow:0 0 0 3px #ff5c0014}.Header-module__sj-PPG__searchIcon{color:var(--gray);opacity:.6;flex-shrink:0}.Header-module__sj-PPG__searchInput{color:var(--text-color);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:8px 4px;font-family:inherit;font-size:.8rem}.Header-module__sj-PPG__searchInput::placeholder{color:var(--gray);opacity:.5}.Header-module__sj-PPG__clearBtn{color:var(--gray);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;align-items:center;padding:4px;transition:all .15s;display:flex}.Header-module__sj-PPG__clearBtn:hover{color:var(--accent-color)}.Header-module__sj-PPG__searchSpinner{color:var(--accent-color);flex-shrink:0;animation:1s linear infinite Header-module__sj-PPG__spin}@keyframes Header-module__sj-PPG__spin{to{transform:rotate(360deg)}}.Header-module__sj-PPG__dropdown{background:var(--card-bg);border:1px solid var(--border-color);z-index:9999;border-radius:12px;max-height:420px;animation:.2s Header-module__sj-PPG__dropIn;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 40px #0000004d}@keyframes Header-module__sj-PPG__dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.Header-module__sj-PPG__dropdownLoading{color:var(--gray);justify-content:center;align-items:center;gap:8px;padding:20px;font-size:.85rem;display:flex}.Header-module__sj-PPG__dropdownSpinner{color:var(--accent-color);animation:1s linear infinite Header-module__sj-PPG__spin}.Header-module__sj-PPG__dropdownEmpty{text-align:center;color:var(--gray);padding:20px;font-size:.85rem}.Header-module__sj-PPG__dropdownItem{color:inherit;border-bottom:1px solid var(--border-color);align-items:center;gap:12px;padding:10px 14px;text-decoration:none;transition:all .15s;display:flex}.Header-module__sj-PPG__dropdownItem:last-child{border-bottom:none}.Header-module__sj-PPG__dropdownItem:hover{background:#ff5c000f}.Header-module__sj-PPG__dropdownPoster{background:var(--bg-darker);border:1px solid var(--border-color);border-radius:4px;flex-shrink:0;width:36px;height:52px;position:relative;overflow:hidden}.Header-module__sj-PPG__dropdownPosterImg{object-fit:cover}.Header-module__sj-PPG__dropdownInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.Header-module__sj-PPG__dropdownTitle{color:var(--text-color);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.Header-module__sj-PPG__dropdownItem:hover .Header-module__sj-PPG__dropdownTitle{color:var(--accent-color)}.Header-module__sj-PPG__dropdownMeta{color:var(--gray);font-size:.72rem}.Header-module__sj-PPG__dropdownAvatar{border-radius:50%;width:40px;height:40px}.Header-module__sj-PPG__dropdownAvatarInitial{color:var(--gray);background:var(--bg-darker);justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex;position:absolute;inset:0}.Header-module__sj-PPG__dropdownBadge{color:var(--accent-color);background:color-mix(in srgb, var(--accent-color) 15%, transparent);border:1px solid color-mix(in srgb, var(--accent-color) 30%, transparent);white-space:nowrap;border-radius:4px;flex-shrink:0;padding:2px 6px;font-size:.62rem;font-weight:700}.Header-module__sj-PPG__desktopNav{flex:none;align-items:center;gap:clamp(10px,1.6vw,18px);display:none}.Header-module__sj-PPG__navLink{color:var(--text-color);white-space:nowrap;flex:none;font-size:.95rem;font-weight:600}.Header-module__sj-PPG__navLink:hover{color:var(--accent-color)}.Header-module__sj-PPG__profileLink{align-items:center;text-decoration:none;display:flex}.Header-module__sj-PPG__authSlot{flex:0 0 104px;justify-content:flex-end;align-items:center;inline-size:104px;display:flex}.Header-module__sj-PPG__authButton{--button-min-inline-size:104px;padding-inline:18px}.Header-module__sj-PPG__avatarMini{border:2px solid var(--accent-color);border-radius:50%;width:36px;height:36px;transition:all .25s;overflow:hidden}.Header-module__sj-PPG__avatarMini:hover{border-color:var(--accent-hover);transform:scale(1.05)}.Header-module__sj-PPG__avatarImg{object-fit:cover;width:100%;height:100%}.Header-module__sj-PPG__avatarInitial{background:var(--accent-solid);width:36px;height:36px;color:var(--on-accent);cursor:pointer;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;transition:all .25s;display:flex}.Header-module__sj-PPG__avatarInitial:hover{background:var(--accent-solid-hover);transform:scale(1.08)}.Header-module__sj-PPG__avatarInitialSmall{background:var(--accent-solid);width:28px;height:28px;color:var(--on-accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.Header-module__sj-PPG__authPlaceholder{border:1px solid var(--border-color);background:color-mix(in srgb, var(--bg-darker) 85%, var(--border-color));border-radius:10px;width:104px;height:40px;display:block}.Header-module__sj-PPG__authPlaceholderWide{width:100%}.Header-module__sj-PPG__mobileControls{z-index:2001;flex-shrink:0;align-items:center;gap:6px;display:flex}.Header-module__sj-PPG__burgerBtn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:flex}.Header-module__sj-PPG__burgerLine{background-color:var(--text-color);width:24px;height:2px;transition:all .3s}.Header-module__sj-PPG__burgerActive .Header-module__sj-PPG__burgerLine:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__sj-PPG__burgerActive .Header-module__sj-PPG__burgerLine:nth-child(2){opacity:0}.Header-module__sj-PPG__burgerActive .Header-module__sj-PPG__burgerLine:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__sj-PPG__mobileMenu{background-color:var(--bg-color);z-index:2000;border-left:1px solid var(--border-color);flex-direction:column;gap:24px;width:300px;padding:90px 20px 24px;transition:transform .4s cubic-bezier(.4,0,.2,1),background-color .3s;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.Header-module__sj-PPG__mobileMenuOpen{transform:translate(0)}.Header-module__sj-PPG__mobileSearchWrap{position:relative}.Header-module__sj-PPG__mobileSearchForm{background:var(--bg-darker);border:1px solid var(--border-color);border-radius:10px;align-items:center;padding:0 12px;transition:all .25s;display:flex}.Header-module__sj-PPG__mobileSearchForm:focus-within{border-color:var(--accent-color)}.Header-module__sj-PPG__mobileSearchForm input{color:var(--text-color);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:12px 8px;font-family:inherit;font-size:.9rem}.Header-module__sj-PPG__mobileSearchForm input::placeholder{color:var(--gray);opacity:.5}.Header-module__sj-PPG__mobileNav{flex-direction:column;gap:20px;font-size:1.1rem;font-weight:700;display:flex}.Header-module__sj-PPG__mobileNav a{color:var(--text-color)}.Header-module__sj-PPG__mobileNav a:hover{color:var(--accent-color)}.Header-module__sj-PPG__mobileProfileLink{color:var(--accent-color);border-top:1px solid var(--border-color);align-items:center;gap:10px;margin-top:4px;padding-top:20px;font-size:.95rem;font-weight:600;text-decoration:none;display:flex}.Header-module__sj-PPG__mobileProfileLink span{text-overflow:ellipsis;white-space:nowrap;max-width:180px;overflow:hidden}.Header-module__sj-PPG__mobileActions{flex-direction:column;gap:12px;margin-top:auto;display:flex}.Header-module__sj-PPG__overlay{z-index:1999;background:#000000b3;border:0;padding:0;position:fixed;inset:0}.Header-module__sj-PPG__wideBtn{width:100%}@media (min-width:768px){.Header-module__sj-PPG__logoShort{display:none}.Header-module__sj-PPG__logoFull{display:inline}.Header-module__sj-PPG__inner{gap:12px}.Header-module__sj-PPG__searchForm{padding:0 12px}.Header-module__sj-PPG__searchInput{padding:10px 8px;font-size:.9rem}}@media (min-width:1024px){.Header-module__sj-PPG__desktopNav{display:flex}.Header-module__sj-PPG__mobileControls,.Header-module__sj-PPG__searchWrap{display:none}.Header-module__sj-PPG__searchWrapFull{display:block}.Header-module__sj-PPG__searchRow{padding-bottom:10px}}
