.CollectionsCategoryPage-module__TCvM-W__page{--bg:#fcfcfc;min-height:100vh;color:var(--text);text-align:right;direction:rtl;background:#f8f7f4}.CollectionsCategoryPage-module__TCvM-W__shell{width:min(100% - 40px,1536px);margin-inline:auto;padding:22px 0 40px}.CollectionsCategoryPage-module__TCvM-W__breadcrumbs{color:var(--text-secondary);align-items:center;gap:8px;margin-bottom:14px;font-size:13px;display:inline-flex}.CollectionsCategoryPage-module__TCvM-W__breadcrumbs a:hover,.CollectionsCategoryPage-module__TCvM-W__breadcrumbs strong{color:var(--text)}.CollectionsCategoryPage-module__TCvM-W__layout{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:16px;display:grid}.CollectionsCategoryPage-module__TCvM-W__sidebar{gap:12px;display:grid;position:sticky;top:16px}.CollectionsCategoryPage-module__TCvM-W__contentColumn{gap:14px;display:grid}.CollectionsCategoryPage-module__TCvM-W__introCard,.CollectionsCategoryPage-module__TCvM-W__toolbarCard,.CollectionsCategoryPage-module__TCvM-W__sidebarCard,.CollectionsCategoryPage-module__TCvM-W__emptyState{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--card);box-shadow:var(--shadow-soft)}.CollectionsCategoryPage-module__TCvM-W__introCard{gap:10px;padding:26px;display:grid}.CollectionsCategoryPage-module__TCvM-W__introCard h1{color:var(--text);margin:0;font-size:26px;font-weight:700;line-height:1.45}.CollectionsCategoryPage-module__TCvM-W__introTextWrap{max-height:76px;position:relative;overflow:hidden}.CollectionsCategoryPage-module__TCvM-W__introTextWrap:after{content:"";background:linear-gradient(180deg, color-mix(in srgb, var(--card) 0%, transparent) 0%, color-mix(in srgb, var(--card) 74%, transparent) 48%, var(--card) 100%);pointer-events:none;height:44px;position:absolute;bottom:0;left:0;right:0}.CollectionsCategoryPage-module__TCvM-W__introTextWrapExpanded{max-height:none}.CollectionsCategoryPage-module__TCvM-W__introTextWrapExpanded:after{display:none}.CollectionsCategoryPage-module__TCvM-W__introCard p{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.95}.CollectionsCategoryPage-module__TCvM-W__introClamped,.CollectionsCategoryPage-module__TCvM-W__introExpanded{display:block}.CollectionsCategoryPage-module__TCvM-W__textButton{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:0;justify-self:start;padding:4px 0 0;font-size:14px;font-weight:700}.CollectionsCategoryPage-module__TCvM-W__toolbarCard{gap:16px;padding:18px;display:grid}.CollectionsCategoryPage-module__TCvM-W__toolbarHeader{justify-content:space-between;align-items:center;gap:14px;display:flex}.CollectionsCategoryPage-module__TCvM-W__toolbarHeader h2{color:var(--text);margin:0;font-size:20px;font-weight:700;line-height:1.45}.CollectionsCategoryPage-module__TCvM-W__toolbarActions,.CollectionsCategoryPage-module__TCvM-W__viewControls{align-items:center;gap:8px;display:inline-flex}.CollectionsCategoryPage-module__TCvM-W__sortWrap{border:1px solid var(--border);border-radius:var(--radius-btn);background:var(--card);align-items:center;gap:8px;min-height:38px;padding:0 10px;display:inline-flex}.CollectionsCategoryPage-module__TCvM-W__sortWrap span{color:var(--text-secondary);font-size:12px}.CollectionsCategoryPage-module__TCvM-W__sortWrap select{color:var(--text);font:inherit;background:0 0;border:0;outline:0;font-size:13px}.CollectionsCategoryPage-module__TCvM-W__viewButton{border:1px solid var(--border);border-radius:var(--radius-btn);background:var(--card);width:38px;height:38px;color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.CollectionsCategoryPage-module__TCvM-W__viewButtonActive{border-color:color-mix(in srgb, var(--accent) 34%, transparent);background:var(--accent-soft);color:var(--accent)}.CollectionsCategoryPage-module__TCvM-W__viewButton svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.CollectionsCategoryPage-module__TCvM-W__tagsRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.CollectionsCategoryPage-module__TCvM-W__tagChip{border:1px solid var(--border);background:var(--card);color:var(--text-secondary);font:inherit;cursor:pointer;border-radius:999px;padding:6px 11px;font-size:12px}.CollectionsCategoryPage-module__TCvM-W__tagChipActive{border-color:color-mix(in srgb, var(--accent) 34%, transparent);background:var(--accent-soft);color:var(--accent)}.CollectionsCategoryPage-module__TCvM-W__cardsGrid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.CollectionsCategoryPage-module__TCvM-W__cardsGridList{grid-template-columns:repeat(5,minmax(0,1fr))}.CollectionsCategoryPage-module__TCvM-W__card{cursor:pointer;min-width:0;position:relative}.CollectionsCategoryPage-module__TCvM-W__cardLinkOverlay{z-index:1;border-radius:14px;outline:0;position:absolute;inset:0}.CollectionsCategoryPage-module__TCvM-W__cardLinkOverlay:focus-visible{box-shadow:0 0 0 2px var(--card), 0 0 0 4px var(--accent)}.CollectionsCategoryPage-module__TCvM-W__imageBox{aspect-ratio:20/19;background:var(--bg);border-radius:14px;margin-bottom:10px;position:relative;overflow:hidden}.CollectionsCategoryPage-module__TCvM-W__imageBox:after{content:"";opacity:0;z-index:1;pointer-events:none;background:#00000024;transition:opacity .2s;position:absolute;inset:0}.CollectionsCategoryPage-module__TCvM-W__card:hover .CollectionsCategoryPage-module__TCvM-W__imageBox:after,.CollectionsCategoryPage-module__TCvM-W__card:focus-within .CollectionsCategoryPage-module__TCvM-W__imageBox:after{opacity:1}.CollectionsCategoryPage-module__TCvM-W__badge,.CollectionsCategoryPage-module__TCvM-W__discountBadge,.CollectionsCategoryPage-module__TCvM-W__plusBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600;line-height:1.18}.CollectionsCategoryPage-module__TCvM-W__badgeRow{z-index:2;flex-wrap:nowrap;align-items:center;gap:6px;display:flex;position:absolute;top:10px;left:10px;right:10px;overflow:hidden}.CollectionsCategoryPage-module__TCvM-W__badge{border:1px solid color-mix(in srgb, var(--border) 80%, transparent);background:color-mix(in srgb, var(--card) 86%, transparent);color:var(--text)}.CollectionsCategoryPage-module__TCvM-W__discountBadge{border:1px solid color-mix(in srgb, var(--accent) 22%, #fff);background:color-mix(in srgb, var(--accent) 86%, transparent);color:#fff}.CollectionsCategoryPage-module__TCvM-W__plusBadge{border:1px solid color-mix(in srgb, var(--info) 24%, #fff);background:color-mix(in srgb, var(--info) 84%, transparent);color:#fff}.CollectionsCategoryPage-module__TCvM-W__mockMedia{transform-origin:50%;width:100%;height:100%;transition:transform .28s;position:relative;overflow:hidden;transform:scale(1)}.CollectionsCategoryPage-module__TCvM-W__realMedia{transform-origin:50%;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:transform .28s;position:relative;transform:scale(1)}.CollectionsCategoryPage-module__TCvM-W__card:hover .CollectionsCategoryPage-module__TCvM-W__mockMedia,.CollectionsCategoryPage-module__TCvM-W__card:hover .CollectionsCategoryPage-module__TCvM-W__realMedia,.CollectionsCategoryPage-module__TCvM-W__card:focus-within .CollectionsCategoryPage-module__TCvM-W__mockMedia,.CollectionsCategoryPage-module__TCvM-W__card:focus-within .CollectionsCategoryPage-module__TCvM-W__realMedia{transform:scale(1.06)}.CollectionsCategoryPage-module__TCvM-W__mockMedia:before,.CollectionsCategoryPage-module__TCvM-W__mockMedia:after{content:"";border-radius:14px;position:absolute}.CollectionsCategoryPage-module__TCvM-W__mockMedia:before{background:#ffffff47;inset:14% 10% 36%}.CollectionsCategoryPage-module__TCvM-W__mockMedia:after{background:#11182729;inset:58% 12% 8%}.CollectionsCategoryPage-module__TCvM-W__mockGlow{background:radial-gradient(120% 70% at 10% 8%,#ffffff59,#0000 56%);position:absolute;inset:0}.CollectionsCategoryPage-module__TCvM-W__likeButton{z-index:2;border:1px solid color-mix(in srgb, var(--card) 70%, transparent);background:color-mix(in srgb, var(--card) 92%, transparent);cursor:pointer;opacity:0;pointer-events:none;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .2s,transform .2s;display:inline-flex;position:absolute;top:8px;left:8px;transform:translateY(-6px)scale(.94);box-shadow:0 2px 8px #0000002e}.CollectionsCategoryPage-module__TCvM-W__likeButtonHeart{width:18px;height:18px;fill:var(--text)}.CollectionsCategoryPage-module__TCvM-W__playButton{z-index:2;border:1px solid color-mix(in srgb, var(--card) 82%, transparent);background:color-mix(in srgb, var(--card) 90%, transparent);width:44px;height:44px;color:var(--text);cursor:pointer;opacity:0;pointer-events:none;border-radius:999px;justify-content:center;align-items:center;transition:opacity .2s,transform .2s;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.92);box-shadow:0 5px 16px #0000003d}.CollectionsCategoryPage-module__TCvM-W__playButtonIcon{fill:currentColor;width:20px;height:20px}.CollectionsCategoryPage-module__TCvM-W__card:hover .CollectionsCategoryPage-module__TCvM-W__likeButton,.CollectionsCategoryPage-module__TCvM-W__card:hover .CollectionsCategoryPage-module__TCvM-W__playButton,.CollectionsCategoryPage-module__TCvM-W__card:focus-within .CollectionsCategoryPage-module__TCvM-W__likeButton,.CollectionsCategoryPage-module__TCvM-W__card:focus-within .CollectionsCategoryPage-module__TCvM-W__playButton{opacity:1;pointer-events:auto}.CollectionsCategoryPage-module__TCvM-W__card:hover .CollectionsCategoryPage-module__TCvM-W__likeButton,.CollectionsCategoryPage-module__TCvM-W__card:focus-within .CollectionsCategoryPage-module__TCvM-W__likeButton{transform:translateY(0)scale(1)}.CollectionsCategoryPage-module__TCvM-W__card:hover .CollectionsCategoryPage-module__TCvM-W__playButton,.CollectionsCategoryPage-module__TCvM-W__card:focus-within .CollectionsCategoryPage-module__TCvM-W__playButton{transform:translate(-50%,-50%)scale(1)}.CollectionsCategoryPage-module__TCvM-W__cardInfo{text-align:right;justify-items:start;min-width:0;display:grid}.CollectionsCategoryPage-module__TCvM-W__cardInfo h3{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:15px;font-weight:700;line-height:1.55;display:-webkit-box;overflow:hidden}.CollectionsCategoryPage-module__TCvM-W__meta,.CollectionsCategoryPage-module__TCvM-W__rating{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin:4px 0 0;font-size:12px;line-height:1.55;overflow:hidden}.CollectionsCategoryPage-module__TCvM-W__rating{color:var(--text-muted)}.CollectionsCategoryPage-module__TCvM-W__price{justify-content:center;align-items:baseline;gap:7px;margin:12px 0 0;display:inline-flex}.CollectionsCategoryPage-module__TCvM-W__price strong{color:var(--text);font-size:17px;font-weight:700;line-height:1.2}.CollectionsCategoryPage-module__TCvM-W__price span{color:var(--text-muted);font-size:11px;text-decoration:line-through}.CollectionsCategoryPage-module__TCvM-W__sidebarCard{padding:18px}.CollectionsCategoryPage-module__TCvM-W__sidebarCard h2{color:var(--text);margin:0;font-size:17px;font-weight:700;line-height:1.45}.CollectionsCategoryPage-module__TCvM-W__topicList,.CollectionsCategoryPage-module__TCvM-W__filterList,.CollectionsCategoryPage-module__TCvM-W__authorList{gap:9px;margin:14px 0 0;padding:0;list-style:none;display:grid}.CollectionsCategoryPage-module__TCvM-W__topicButton,.CollectionsCategoryPage-module__TCvM-W__authorButton{width:100%;color:var(--text-secondary);font:inherit;text-align:right;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:8px;padding:6px 0;font-size:14px;display:flex}.CollectionsCategoryPage-module__TCvM-W__topicButtonActive,.CollectionsCategoryPage-module__TCvM-W__authorButtonActive{color:var(--text);font-weight:700}.CollectionsCategoryPage-module__TCvM-W__topicCheck{text-align:center;width:16px;color:var(--accent);opacity:0;flex:0 0 16px;font-weight:700}.CollectionsCategoryPage-module__TCvM-W__topicButtonActive .CollectionsCategoryPage-module__TCvM-W__topicCheck{opacity:1}.CollectionsCategoryPage-module__TCvM-W__checkboxRow{color:var(--text-secondary);cursor:pointer;align-items:center;gap:8px;font-size:14px;display:inline-flex}.CollectionsCategoryPage-module__TCvM-W__checkboxRow input{accent-color:var(--accent)}.CollectionsCategoryPage-module__TCvM-W__switchRow{width:100%;color:var(--text);font:inherit;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:10px;padding:7px 0;font-size:14px;display:flex}.CollectionsCategoryPage-module__TCvM-W__switch{background:var(--border);border-radius:999px;width:38px;height:22px;transition:background-color .2s;position:relative}.CollectionsCategoryPage-module__TCvM-W__switch:after{content:"";background:var(--card);border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:3px;right:3px;box-shadow:0 1px 4px #1118272e}.CollectionsCategoryPage-module__TCvM-W__switchOn{background:var(--accent)}.CollectionsCategoryPage-module__TCvM-W__switchOn:after{transform:translate(-16px)}.CollectionsCategoryPage-module__TCvM-W__searchBox{border:1px solid var(--border);border-radius:var(--radius-btn);background:var(--card);align-items:center;min-height:38px;margin-top:12px;padding:0 10px;display:flex}.CollectionsCategoryPage-module__TCvM-W__searchBox input{width:100%;color:var(--text);font:inherit;background:0 0;border:0;outline:0;font-size:14px}.CollectionsCategoryPage-module__TCvM-W__emptyState{text-align:center;padding:28px}.CollectionsCategoryPage-module__TCvM-W__emptyState h2{color:var(--text);margin:0;font-size:22px}.CollectionsCategoryPage-module__TCvM-W__emptyState p{color:var(--text-secondary);margin:8px 0 0;font-size:14px}.CollectionsCategoryPage-module__TCvM-W__visuallyHidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.CollectionsCategoryPage-module__TCvM-W__authOverlay{z-index:90;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.CollectionsCategoryPage-module__TCvM-W__authBackdrop{cursor:pointer;background:#11182794;border:0;position:absolute;inset:0}.CollectionsCategoryPage-module__TCvM-W__authSheet{z-index:1;aspect-ratio:1;border:1px solid color-mix(in srgb, var(--card) 74%, transparent);background:var(--card);border-radius:30px;width:min(92vw,520px,100dvh - 36px);max-height:calc(100dvh - 36px);padding:22px 26px 30px;position:relative;overflow-y:auto;box-shadow:0 -18px 50px #0f172a33}.CollectionsCategoryPage-module__TCvM-W__authSheetHeader{grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:8px;min-height:42px;display:grid}.CollectionsCategoryPage-module__TCvM-W__authSheetHeader strong{color:var(--text);text-align:center;font-size:16px;font-weight:700}.CollectionsCategoryPage-module__TCvM-W__authCloseButton{background:var(--bg);width:38px;height:38px;color:var(--text);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.CollectionsCategoryPage-module__TCvM-W__authCloseButton svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;width:19px;height:19px}.CollectionsCategoryPage-module__TCvM-W__authLogoMark{place-items:center;width:64px;height:64px;margin:12px auto;display:grid}.CollectionsCategoryPage-module__TCvM-W__authLogoMark img{object-fit:contain;width:100%;height:100%}.CollectionsCategoryPage-module__TCvM-W__authCopy{text-align:center}.CollectionsCategoryPage-module__TCvM-W__authCopy h2{color:var(--text);margin:0;font-size:26px;line-height:1.35}.CollectionsCategoryPage-module__TCvM-W__authCopy p{color:var(--text-secondary);margin:7px 0 0;font-size:14px;line-height:1.7}.CollectionsCategoryPage-module__TCvM-W__authField span{color:var(--text-secondary);font-size:13px;font-weight:600}.CollectionsCategoryPage-module__TCvM-W__authField input{background:var(--card);width:100%;min-height:54px;color:var(--text);font:inherit;text-align:right;direction:ltr;border:0;border-radius:0;outline:0;padding:0 14px;font-size:16px}.CollectionsCategoryPage-module__TCvM-W__authField input::placeholder{color:var(--text-muted)}.CollectionsCategoryPage-module__TCvM-W__phoneInputGroup{border:1px solid var(--border);background:var(--card);direction:rtl;border-radius:14px;grid-template-columns:minmax(0,1fr) 122px;align-items:center;min-height:56px;transition:border-color .2s,box-shadow .2s;display:grid;overflow:hidden}.CollectionsCategoryPage-module__TCvM-W__phoneInputGroup:focus-within{border-color:color-mix(in srgb, var(--accent) 44%, transparent);box-shadow:0 0 0 4px color-mix(in srgb, var(--accent) 12%, transparent)}.CollectionsCategoryPage-module__TCvM-W__countryCodeField{border:0;border-right:1px solid var(--border);background:var(--bg);width:100%;height:100%;min-height:56px;color:var(--text);direction:ltr;grid-template-columns:minmax(0,1fr) auto 34px;align-items:center;gap:5px;padding:0 12px;display:grid}.CollectionsCategoryPage-module__TCvM-W__countryIdentity{min-width:0;color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:5px;font-size:12px;font-weight:600;line-height:1;display:inline-flex;overflow:hidden}.CollectionsCategoryPage-module__TCvM-W__countryPlus{color:var(--text-secondary);font-size:15px;font-weight:700;line-height:1}.CollectionsCategoryPage-module__TCvM-W__phoneInputGroup .CollectionsCategoryPage-module__TCvM-W__countryCodeInput{width:100%;height:100%;min-height:56px;color:var(--text);font:inherit;text-align:left;direction:ltr;background:0 0;border:0;outline:0;padding:0;font-size:14px;font-weight:600}.CollectionsCategoryPage-module__TCvM-W__phoneInputGroup input{text-align:left;direction:ltr;min-height:56px}.CollectionsCategoryPage-module__TCvM-W__authPrimaryButton{background:var(--accent);color:#fff;width:100%;min-height:58px;font:inherit;cursor:pointer;border:0;border-radius:14px;font-size:16px;font-weight:700;transition:background-color .2s,opacity .2s}.CollectionsCategoryPage-module__TCvM-W__authPrimaryButton:hover{background:var(--accent-strong)}.CollectionsCategoryPage-module__TCvM-W__authPrimaryButton:disabled{opacity:.48;cursor:not-allowed}.CollectionsCategoryPage-module__TCvM-W__otpGrid{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;display:grid}.CollectionsCategoryPage-module__TCvM-W__otpInput{aspect-ratio:1/1.06;border:1px solid var(--border);background:var(--card);width:100%;min-height:48px;color:var(--text);font:inherit;text-align:center;border-radius:14px;outline:0;font-size:22px;font-weight:700;transition:border-color .2s,box-shadow .2s}.CollectionsCategoryPage-module__TCvM-W__otpInput:focus{border-color:color-mix(in srgb, var(--accent) 44%, transparent);box-shadow:0 0 0 4px color-mix(in srgb, var(--accent) 12%, transparent)}.CollectionsCategoryPage-module__TCvM-W__authTextButton{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:0;justify-self:center;font-size:14px;font-weight:700}.CollectionsCategoryPage-module__TCvM-W__toneLinen{background:linear-gradient(124deg,#f0efec 0%,#e4e2dd 62%,#d0cbc2 100%)}.CollectionsCategoryPage-module__TCvM-W__toneSunlit{background:linear-gradient(128deg,#f2dfba 0%,#dec48c 54%,#c9a36a 100%)}.CollectionsCategoryPage-module__TCvM-W__toneCozy{background:linear-gradient(130deg,#8f624f 0%,#5e3f35 50%,#2f2825 100%)}.CollectionsCategoryPage-module__TCvM-W__toneCalm{background:linear-gradient(130deg,#e7e2d8 0%,#d8d3ca 58%,#bcb8ad 100%)}.CollectionsCategoryPage-module__TCvM-W__toneKitchen{background:linear-gradient(130deg,#ddd9d1 0%,#c2b39e 52%,#8b6c4d 100%)}.CollectionsCategoryPage-module__TCvM-W__toneDusk{background:linear-gradient(130deg,#0e1d32 0%,#203554 50%,#f19c4a 100%)}.CollectionsCategoryPage-module__TCvM-W__toneVintage{background:linear-gradient(132deg,#f0ece6 0%,#e2d8ca 56%,#bfae99 100%)}.CollectionsCategoryPage-module__TCvM-W__toneMarble{background:linear-gradient(130deg,#e8e3db 0%,#ddd4c7 60%,#c7b8a2 100%)}.CollectionsCategoryPage-module__TCvM-W__toneNavy{background:linear-gradient(130deg,#d3dbe2 0%,#516784 56%,#1f2940 100%)}.CollectionsCategoryPage-module__TCvM-W__toneRose{background:linear-gradient(130deg,#f2dde1 0%,#dbb1bf 56%,#b37f8f 100%)}.CollectionsCategoryPage-module__TCvM-W__toneFacade{background:linear-gradient(130deg,#d8dce2 0%,#a8b0bb 52%,#7e8896 100%)}.CollectionsCategoryPage-module__TCvM-W__toneStreet{background:linear-gradient(130deg,#bdc9d6 0%,#8aa0b6 56%,#445569 100%)}.CollectionsCategoryPage-module__TCvM-W__toneGarden{background:linear-gradient(130deg,#d9e6d8 0%,#98c59d 56%,#4d8b66 100%)}.CollectionsCategoryPage-module__TCvM-W__tonePatio{background:linear-gradient(130deg,#e8ddcf 0%,#c9b498 58%,#8b7252 100%)}@media (max-width:1180px){.CollectionsCategoryPage-module__TCvM-W__layout{grid-template-columns:1fr}.CollectionsCategoryPage-module__TCvM-W__sidebar{order:-1;position:static}}@media (max-width:1500px){.CollectionsCategoryPage-module__TCvM-W__cardsGrid,.CollectionsCategoryPage-module__TCvM-W__cardsGridList{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:980px){.CollectionsCategoryPage-module__TCvM-W__cardsGrid,.CollectionsCategoryPage-module__TCvM-W__cardsGridList{grid-template-columns:repeat(2,minmax(0,1fr))}.CollectionsCategoryPage-module__TCvM-W__toolbarHeader{flex-direction:column;align-items:flex-start}.CollectionsCategoryPage-module__TCvM-W__toolbarActions{justify-content:space-between;width:100%}}@media (max-width:640px){.CollectionsCategoryPage-module__TCvM-W__shell{width:min(100% - 28px,1536px);padding:16px 0 28px}.CollectionsCategoryPage-module__TCvM-W__introCard,.CollectionsCategoryPage-module__TCvM-W__toolbarCard,.CollectionsCategoryPage-module__TCvM-W__sidebarCard,.CollectionsCategoryPage-module__TCvM-W__emptyState{border-radius:14px;padding:14px}.CollectionsCategoryPage-module__TCvM-W__cardsGrid,.CollectionsCategoryPage-module__TCvM-W__cardsGridList{grid-template-columns:1fr}}.CollectionsCategoryPage-module__TCvM-W__authOverlay{background:#fff;place-items:center;padding:24px}.CollectionsCategoryPage-module__TCvM-W__authBackdrop{background:0 0}.CollectionsCategoryPage-module__TCvM-W__authSheet{width:min(100%,324px);height:auto;max-height:calc(100dvh - 48px);box-shadow:none;aspect-ratio:auto;background:#fff;border:0;border-radius:0;padding:0;overflow:auto}.CollectionsCategoryPage-module__TCvM-W__authSheetHeader{display:none}.CollectionsCategoryPage-module__TCvM-W__authForm{gap:12px;display:grid}.CollectionsCategoryPage-module__TCvM-W__authCopy{text-align:center;margin:0 0 46px}.CollectionsCategoryPage-module__TCvM-W__authCopy h2{color:#141416;margin:0;font-family:Nunito,sans-serif;font-size:22px;font-weight:800;line-height:1.25}.CollectionsCategoryPage-module__TCvM-W__authProviderButton{color:#202124;width:100%;min-height:42px;font:inherit;cursor:pointer;background:#fff;border:1px solid #dedee3;border-radius:10px;grid-template-columns:36px minmax(0,1fr) 36px;align-items:center;gap:4px;font-size:14px;font-weight:600;display:grid}.CollectionsCategoryPage-module__TCvM-W__googleMark{color:#4285f4;justify-self:center;font-family:Arial,sans-serif;font-size:20px;font-weight:800;line-height:1}.CollectionsCategoryPage-module__TCvM-W__authDivider{background:#e1e1e5;height:1px;margin:8px 0}.CollectionsCategoryPage-module__TCvM-W__authField{gap:8px;display:grid}.CollectionsCategoryPage-module__TCvM-W__authField>span,.CollectionsCategoryPage-module__TCvM-W__authLabelRow{color:#303136;font-size:13px;font-weight:650}.CollectionsCategoryPage-module__TCvM-W__authLabelRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.CollectionsCategoryPage-module__TCvM-W__authInlineLink{color:#8a8c95;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;font-weight:500}.CollectionsCategoryPage-module__TCvM-W__authField>input,.CollectionsCategoryPage-module__TCvM-W__passwordInputWrap{background:#fff;border:1px solid #dedee3;border-radius:10px;width:100%;min-height:42px}.CollectionsCategoryPage-module__TCvM-W__authField>input,.CollectionsCategoryPage-module__TCvM-W__passwordInputWrap input{color:#141416;font:inherit;outline:0;font-size:15px}.CollectionsCategoryPage-module__TCvM-W__authField>input{text-align:left;padding:0 12px}.CollectionsCategoryPage-module__TCvM-W__passwordInputWrap{grid-template-columns:minmax(0,1fr) 44px;align-items:center;display:grid;overflow:hidden}.CollectionsCategoryPage-module__TCvM-W__passwordInputWrap input{text-align:left;background:0 0;border:0;min-height:40px;padding:0 12px}.CollectionsCategoryPage-module__TCvM-W__passwordToggleButton{color:#858792;cursor:pointer;background:0 0;border:0;place-items:center;width:44px;height:40px;display:grid}.CollectionsCategoryPage-module__TCvM-W__passwordToggleButton svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.CollectionsCategoryPage-module__TCvM-W__authPrimaryButton{color:#fff;background:#141416;border-radius:10px;min-height:42px;font-size:14px;font-weight:800}.CollectionsCategoryPage-module__TCvM-W__authPrimaryButton:disabled{color:#fff;opacity:1;background:#adadb5}.CollectionsCategoryPage-module__TCvM-W__introCard{box-shadow:none;text-align:center;background:0 0;border:0;border-radius:0;padding:30px 0 10px}.CollectionsCategoryPage-module__TCvM-W__introCard h1{color:#0c0a09;max-width:720px;margin-inline:auto;font-family:inherit;font-size:clamp(34px,4vw,54px);font-weight:650;line-height:1.12}.CollectionsCategoryPage-module__TCvM-W__introCard p{color:#4e4e4e;max-width:640px;margin-inline:auto;font-size:16px;line-height:1.8}.CollectionsCategoryPage-module__TCvM-W__toolbarCard,.CollectionsCategoryPage-module__TCvM-W__sidebarCard,.CollectionsCategoryPage-module__TCvM-W__card,.CollectionsCategoryPage-module__TCvM-W__emptyState,.CollectionsCategoryPage-module__TCvM-W__authSheet{box-shadow:none;background:#fff;border-color:#e7e5e4;border-radius:8px}.CollectionsCategoryPage-module__TCvM-W__textButton,.CollectionsCategoryPage-module__TCvM-W__tagChipActive,.CollectionsCategoryPage-module__TCvM-W__topicButtonActive,.CollectionsCategoryPage-module__TCvM-W__authorButtonActive,.CollectionsCategoryPage-module__TCvM-W__viewButtonActive,.CollectionsCategoryPage-module__TCvM-W__authPrimaryButton{color:#fff;background:#141416;border-color:#141416}.CollectionsCategoryPage-module__TCvM-W__playButton{color:#fff;background:#141416}
