.styles-module-scss-module__2RIrWW__container{background:var(--glass-surface-overlay);width:100%;max-width:1400px;-webkit-backdrop-filter:var(--glass-blur-heavy);border:1px solid var(--border-medium);box-shadow:var(--shadow-glass);color:var(--text-primary);direction:ltr;border-radius:24px;margin:1rem auto 0;position:relative;overflow:hidden}.styles-module-scss-module__2RIrWW__header{background:linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-primary-active) 100%);color:var(--text-on-accent);text-align:center;border-bottom:1px solid #ffffff26;padding:2rem 1.5rem;position:relative}.styles-module-scss-module__2RIrWW__header h1{letter-spacing:-.02em;text-shadow:0 4px 12px #0000004d;margin-bottom:.5rem;font-size:1.875rem;font-weight:800}.styles-module-scss-module__2RIrWW__header p{opacity:.9;font-size:.9375rem;font-weight:500}.styles-module-scss-module__2RIrWW__statusBar{background:var(--glass-surface-base);border-bottom:1px solid var(--border-subtle);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1.5rem;padding:1rem 1.5rem;display:flex}.styles-module-scss-module__2RIrWW__statusItem{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;display:flex}.styles-module-scss-module__2RIrWW__statusIndicator{background:var(--status-danger);width:10px;height:10px;box-shadow:0 0 8px var(--status-danger-glow);border-radius:50%;transition:background-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1)}.styles-module-scss-module__2RIrWW__statusIndicator.styles-module-scss-module__2RIrWW__available{background:var(--status-success);box-shadow:0 0 10px #10b98180}.styles-module-scss-module__2RIrWW__content{padding:1.5rem}.styles-module-scss-module__2RIrWW__section{background:var(--glass-surface-base);border:1px solid var(--border-subtle);border-left:4px solid var(--accent-primary);box-shadow:var(--shadow-sm);border-radius:18px;margin-bottom:2rem;padding:1.5rem;position:relative}.styles-module-scss-module__2RIrWW__section h2{color:var(--text-primary);align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:1.125rem;font-weight:700;display:flex}.styles-module-scss-module__2RIrWW__sectionIcon{background:var(--accent-primary);width:28px;height:28px;color:var(--text-on-accent);box-shadow:0 0 10px var(--accent-glow);border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;display:flex}.styles-module-scss-module__2RIrWW__buttonGrid,.styles-module-scss-module__2RIrWW__buttonGroup{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem;display:grid}.styles-module-scss-module__2RIrWW__testButton{background:linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-primary-active) 100%);min-height:44px;color:var(--text-on-accent);box-shadow:var(--shadow-sm);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:#0000;border:1px solid #ffffff26;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-family:inherit;font-size:.8125rem;font-weight:600;transition:transform .25s cubic-bezier(.16,1,.3,1),background-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1),filter .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.styles-module-scss-module__2RIrWW__testButton:hover{box-shadow:var(--shadow-md),0 0 16px var(--accent-glow);filter:brightness(1.1);transform:translateY(-2px)}.styles-module-scss-module__2RIrWW__testButton:active{transform:scale(.96)}.styles-module-scss-module__2RIrWW__testButton.styles-module-scss-module__2RIrWW__secondary{background:linear-gradient(135deg,#a855f7 0%,#ec4899 100%)}.styles-module-scss-module__2RIrWW__testButton.styles-module-scss-module__2RIrWW__success{background:linear-gradient(135deg,#06b6d4 0%,#0d9488 100%);box-shadow:0 4px 12px #06b6d44d}.styles-module-scss-module__2RIrWW__testButton.styles-module-scss-module__2RIrWW__warning{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);box-shadow:0 4px 12px #f59e0b4d}.styles-module-scss-module__2RIrWW__testButton.styles-module-scss-module__2RIrWW__danger{box-shadow:0 4px 12px var(--status-danger-glow);background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)}.styles-module-scss-module__2RIrWW__inputGroup{margin-bottom:1rem}.styles-module-scss-module__2RIrWW__inputGroup label{color:var(--text-secondary);margin-bottom:.35rem;font-size:.8125rem;font-weight:600;display:block}.styles-module-scss-module__2RIrWW__inputGroup input,.styles-module-scss-module__2RIrWW__inputGroup select,.styles-module-scss-module__2RIrWW__inputGroup textarea{background:var(--glass-surface-base);width:100%;-webkit-backdrop-filter:var(--glass-blur-base);border:1px solid var(--border-medium);color:var(--text-primary);border-radius:12px;outline:none;padding:.625rem .875rem;font-family:inherit;font-size:.875rem;transition:border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1)}.styles-module-scss-module__2RIrWW__inputGroup input:focus,.styles-module-scss-module__2RIrWW__inputGroup select:focus,.styles-module-scss-module__2RIrWW__inputGroup textarea:focus{background:var(--glass-surface-overlay);border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--accent-glow)}.styles-module-scss-module__2RIrWW__inputGroup select option{background:var(--bg-secondary);color:var(--text-primary)}.styles-module-scss-module__2RIrWW__resultArea{-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-strong);color:#e2e8f0;white-space:pre-wrap;word-break:break-word;background:#08090de0;border-radius:12px;width:100%;max-height:320px;margin-top:1rem;padding:1rem;font-family:JetBrains Mono,Fira Code,Courier New,monospace;font-size:.8125rem;line-height:1.5;overflow-y:auto;box-shadow:inset 0 2px 8px #0009}.styles-module-scss-module__2RIrWW__resultArea::-webkit-scrollbar{width:6px}.styles-module-scss-module__2RIrWW__resultArea::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:9999px}.styles-module-scss-module__2RIrWW__logEntry{border-radius:6px;margin-bottom:.5rem;padding:.35rem .625rem;font-size:.8125rem}.styles-module-scss-module__2RIrWW__logEntry.styles-module-scss-module__2RIrWW__info{color:#93c5fd;background:#3b82f626;border-left:3px solid #3b82f6}.styles-module-scss-module__2RIrWW__logEntry.styles-module-scss-module__2RIrWW__success{color:#6ee7b7;background:#10b98126;border-left:3px solid #10b981}.styles-module-scss-module__2RIrWW__logEntry.styles-module-scss-module__2RIrWW__warning{color:#fcd34d;background:#f59e0b26;border-left:3px solid #f59e0b}.styles-module-scss-module__2RIrWW__logEntry.styles-module-scss-module__2RIrWW__error{color:#fca5a5;background:#ef444426;border-left:3px solid #ef4444}.styles-module-scss-module__2RIrWW__clearLog{background:var(--glass-surface-base);border:1px solid var(--border-medium);height:36px;color:var(--text-secondary);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;margin-top:.75rem;padding:0 1rem;font-size:.8125rem;font-weight:600;transition:transform .25s cubic-bezier(.16,1,.3,1),color .25s cubic-bezier(.16,1,.3,1),background-color .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.styles-module-scss-module__2RIrWW__clearLog:hover{background:var(--glass-surface-overlay);color:var(--status-danger);border-color:#ef44444d;transform:translateY(-1px)}@media (min-width:768px){.styles-module-scss-module__2RIrWW__header{padding:2.5rem 2rem}.styles-module-scss-module__2RIrWW__header h1{font-size:2.25rem}.styles-module-scss-module__2RIrWW__content{padding:2rem}}
.styles-module-scss-module__N7hHpa__image_wrapper{width:100%;height:100%;position:relative;overflow:hidden}.styles-module-scss-module__N7hHpa__skeleton{z-index:1;background:linear-gradient(90deg, var(--bg-tertiary) 0%, var(--glass-surface-elevated) 50%, var(--bg-tertiary) 100%);pointer-events:none;background-size:200% 100%;animation:1.5s linear infinite styles-module-scss-module__N7hHpa__shimmer;position:absolute;inset:0}@keyframes styles-module-scss-module__N7hHpa__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.styles-module-scss-module__N7hHpa__image{opacity:0;will-change:opacity;transition:opacity .2s cubic-bezier(.16,1,.3,1)}.styles-module-scss-module__N7hHpa__image.styles-module-scss-module__N7hHpa__loaded{opacity:1}
.styles-module-scss-module__6qdOrG__banner_wrapper{aspect-ratio:738/122;background-color:var(--bg-tertiary);border:1px solid var(--border-medium);width:calc(100% - 3rem);max-height:180px;box-shadow:var(--shadow-sm);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:#0000;will-change:transform,box-shadow;border-radius:24px;justify-content:center;align-items:center;margin:2rem auto;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.styles-module-scss-module__6qdOrG__banner_wrapper .styles-module-scss-module__6qdOrG__full_banner{width:100%;height:100%;position:absolute;inset:0}.styles-module-scss-module__6qdOrG__banner_wrapper .styles-module-scss-module__6qdOrG__full_banner img{object-fit:fill;width:100%;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1)}.styles-module-scss-module__6qdOrG__banner_wrapper:after{content:"";z-index:5;pointer-events:none;background:linear-gradient(120deg,#0000 30%,#ffffff40,#0000 70%);transition:transform .6s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:translate(-110%)}.styles-module-scss-module__6qdOrG__banner_wrapper:hover{border-color:var(--border-strong);box-shadow:var(--shadow-lg),0 0 20px var(--accent-glow);transform:translateY(-4px)scale(1.02)}.styles-module-scss-module__6qdOrG__banner_wrapper:hover .styles-module-scss-module__6qdOrG__full_banner img{transform:scale(1.04)}.styles-module-scss-module__6qdOrG__banner_wrapper:hover:after{transform:translate(110%)}.styles-module-scss-module__6qdOrG__banner_wrapper:active{transform:scale(.98)}.styles-module-scss-module__6qdOrG__banner_wrapper:focus-visible{outline:2px solid var(--accent-primary);outline-offset:3px}@media (max-width:768px){.styles-module-scss-module__6qdOrG__banner_wrapper{border-radius:12px;margin:1.5rem auto}}
.styles-module-scss-module__uSz_Vq__swiper{align-items:center;gap:1rem;width:100%;margin:2rem;display:flex;position:relative;padding-right:.5rem!important}.styles-module-scss-module__uSz_Vq__swiper .styles-module-scss-module__uSz_Vq__category{aspect-ratio:1;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:#0000;will-change:transform;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:90px;transition:transform .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden}.styles-module-scss-module__uSz_Vq__swiper .styles-module-scss-module__uSz_Vq__category .styles-module-scss-module__uSz_Vq__item{width:100%;height:100%;text-decoration:none;display:block;position:relative}.styles-module-scss-module__uSz_Vq__swiper .styles-module-scss-module__uSz_Vq__category .styles-module-scss-module__uSz_Vq__item img{object-fit:cover;border-radius:9999px;width:100%;height:100%;transition:transform .35s cubic-bezier(.16,1,.3,1)}.styles-module-scss-module__uSz_Vq__swiper .styles-module-scss-module__uSz_Vq__category:hover .styles-module-scss-module__uSz_Vq__item img{transform:scale(1.08)}.styles-module-scss-module__uSz_Vq__swiper .styles-module-scss-module__uSz_Vq__category:active{transform:scale(.96)}.styles-module-scss-module__uSz_Vq__swiper .styles-module-scss-module__uSz_Vq__category:focus-visible{outline:2px solid var(--accent-primary);outline-offset:3px}@media (min-width:768px){.styles-module-scss-module__uSz_Vq__swiper .styles-module-scss-module__uSz_Vq__category{width:115px}}@media (min-width:1024px){.styles-module-scss-module__uSz_Vq__swiper .styles-module-scss-module__uSz_Vq__category{width:140px}}
.styles-module-scss-module__IfJrQG__container{aspect-ratio:1920/1200;background-color:var(--bg-tertiary);border:1px solid var(--border-medium);width:calc(100% - 2rem);min-height:240px;max-height:500px;box-shadow:var(--shadow-glass);color:var(--text-primary);will-change:transform;direction:rtl;border-radius:24px;justify-content:space-between;align-items:center;margin:2rem 0;padding:3rem;text-decoration:none;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.styles-module-scss-module__IfJrQG__container .styles-module-scss-module__IfJrQG__bg{z-index:0;width:100%;height:100%;position:absolute;inset:0}.styles-module-scss-module__IfJrQG__container .styles-module-scss-module__IfJrQG__bg img{object-fit:fill;object-position:center center}.styles-module-scss-module__IfJrQG__container:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(270deg,#08090df2 0%,#08090dbf 50%,#08090d66 100%);position:absolute;inset:0}.styles-module-scss-module__IfJrQG__container:hover{border-color:var(--border-strong);box-shadow:var(--shadow-lg),0 0 20px var(--accent-glow);transform:translateY(-4px)scale(1.01)}.styles-module-scss-module__IfJrQG__container:hover .styles-module-scss-module__IfJrQG__poster{border-color:var(--accent-primary);transform:translateY(-2px)scale(1.04)}.styles-module-scss-module__IfJrQG__container:hover .styles-module-scss-module__IfJrQG__button{box-shadow:0 6px 20px var(--accent-glow);filter:brightness(1.1);transform:scale(1.04)}.styles-module-scss-module__IfJrQG__container:active{transform:scale(.98)}.styles-module-scss-module__IfJrQG__info{z-index:2;flex-direction:column;justify-content:center;gap:1.5rem;max-width:60%;display:flex;position:relative}.styles-module-scss-module__IfJrQG__info .styles-module-scss-module__IfJrQG__title{color:#fff;text-shadow:0 2px 8px #0009;font-size:clamp(1.125rem,2.5vw,1.75rem);font-weight:800;line-height:1.35}.styles-module-scss-module__IfJrQG__info .styles-module-scss-module__IfJrQG__title span{color:#ffffffbf;font-size:.9375rem;font-weight:500}.styles-module-scss-module__IfJrQG__info .styles-module-scss-module__IfJrQG__age{width:fit-content}.styles-module-scss-module__IfJrQG__info .styles-module-scss-module__IfJrQG__age span{background:var(--glass-surface-overlay);-webkit-backdrop-filter:var(--glass-blur-base);border:1px solid var(--border-subtle);color:var(--accent-primary);box-shadow:0 0 10px var(--accent-glow);border-radius:9999px;align-items:center;padding:.2rem .75rem;font-size:.8125rem;font-weight:700;display:inline-flex}.styles-module-scss-module__IfJrQG__info .styles-module-scss-module__IfJrQG__description{flex-direction:column;gap:1.5rem;display:flex}.styles-module-scss-module__IfJrQG__info .styles-module-scss-module__IfJrQG__description .styles-module-scss-module__IfJrQG__txt{color:#ffffffd9;text-shadow:0 1px 4px #00000080;margin:0;font-size:.875rem;font-weight:500;line-height:1.6}.styles-module-scss-module__IfJrQG__info .styles-module-scss-module__IfJrQG__description .styles-module-scss-module__IfJrQG__playBtn{margin-top:1rem}.styles-module-scss-module__IfJrQG__info .styles-module-scss-module__IfJrQG__description .styles-module-scss-module__IfJrQG__button{background:linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-primary-active) 100%);height:42px;color:var(--text-on-accent);box-shadow:0 4px 18px var(--accent-glow);border:1px solid #fff3;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:0 1.5rem;font-family:inherit;font-size:1rem;font-weight:700;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1),filter .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.styles-module-scss-module__IfJrQG__info .styles-module-scss-module__IfJrQG__description .styles-module-scss-module__IfJrQG__button svg{width:18px;height:18px;fill:var(--text-on-accent);flex-shrink:0;margin-top:-4px}.styles-module-scss-module__IfJrQG__poster{z-index:2;aspect-ratio:2/3;border:1px solid var(--border-medium);border-radius:18px;flex-shrink:0;width:140px;transition:transform .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 12px 28px #0006}.styles-module-scss-module__IfJrQG__poster img{object-fit:cover;width:100%;height:100%}@media (min-width:1440px){.styles-module-scss-module__IfJrQG__container{min-height:280px;padding:4rem}.styles-module-scss-module__IfJrQG__container .styles-module-scss-module__IfJrQG__info{gap:2rem;max-width:55%}.styles-module-scss-module__IfJrQG__container .styles-module-scss-module__IfJrQG__info .styles-module-scss-module__IfJrQG__description .styles-module-scss-module__IfJrQG__txt{font-size:.9375rem}.styles-module-scss-module__IfJrQG__container .styles-module-scss-module__IfJrQG__poster{width:180px}}@media (max-width:480px){.styles-module-scss-module__IfJrQG__container{min-height:180px;padding:2rem}.styles-module-scss-module__IfJrQG__container .styles-module-scss-module__IfJrQG__info{gap:1rem;max-width:65%}.styles-module-scss-module__IfJrQG__container .styles-module-scss-module__IfJrQG__info .styles-module-scss-module__IfJrQG__description .styles-module-scss-module__IfJrQG__txt{display:none}.styles-module-scss-module__IfJrQG__container .styles-module-scss-module__IfJrQG__info .styles-module-scss-module__IfJrQG__description .styles-module-scss-module__IfJrQG__playBtn{margin-top:0}.styles-module-scss-module__IfJrQG__container .styles-module-scss-module__IfJrQG__info .styles-module-scss-module__IfJrQG__description .styles-module-scss-module__IfJrQG__button{height:36px;padding:0 1.25rem;font-size:.8125rem}.styles-module-scss-module__IfJrQG__container .styles-module-scss-module__IfJrQG__poster{width:90px}}
.styles-module-scss-module__zIbrYq__profileWrapper{background:var(--glass-surface-overlay);height:44px;-webkit-backdrop-filter:var(--glass-blur-heavy);border:1px solid var(--border-medium);box-shadow:var(--shadow-glass);pointer-events:auto;border-radius:9999px;align-items:center;gap:.5rem;padding:.25rem .25rem .25rem .35rem;display:inline-flex;position:relative}.styles-module-scss-module__zIbrYq__profileWrapper .styles-module-scss-module__zIbrYq__profileImageWrapper{border:1.5px solid var(--accent-primary);width:34px;height:34px;box-shadow:0 0 8px var(--accent-glow);border-radius:9999px;flex-shrink:0;position:relative;overflow:hidden}.styles-module-scss-module__zIbrYq__profileWrapper .styles-module-scss-module__zIbrYq__profileImageWrapper .styles-module-scss-module__zIbrYq__avatar{object-fit:cover}.styles-module-scss-module__zIbrYq__profileWrapper .styles-module-scss-module__zIbrYq__profileName{color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:130px;font-size:.8125rem;font-weight:700;overflow:hidden}[data-theme=light] .styles-module-scss-module__zIbrYq__profileWrapper{background:#ffffffe0;border-color:#0f172a1f}[data-theme=light] .styles-module-scss-module__zIbrYq__profileWrapper .styles-module-scss-module__zIbrYq__profileName{color:var(--text-primary)}
.styles-module-scss-module__VZ8AvG__productShareWrapper{background:var(--glass-surface-overlay);width:42px;height:42px;-webkit-backdrop-filter:var(--glass-blur-heavy);border:1px solid var(--border-medium);box-shadow:var(--shadow-glass);cursor:pointer;pointer-events:auto;border-radius:9999px;justify-content:center;align-items:center;padding:0;transition:transform .25s cubic-bezier(.16,1,.3,1),background-color .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative}.styles-module-scss-module__VZ8AvG__productShareWrapper .styles-module-scss-module__VZ8AvG__shareImageWrapper{width:20px;height:20px;position:relative}.styles-module-scss-module__VZ8AvG__productShareWrapper .styles-module-scss-module__VZ8AvG__shareImageWrapper svg{fill:currentColor;width:100%;height:100%}.styles-module-scss-module__VZ8AvG__productShareWrapper:hover{background:var(--glass-surface-elevated);border-color:var(--accent-primary);box-shadow:0 0 16px var(--accent-glow);transform:translateY(-2px)scale(1.08)}.styles-module-scss-module__VZ8AvG__productShareWrapper:active{transform:scale(.95)}[data-theme=light] .styles-module-scss-module__VZ8AvG__productShareWrapper{color:var(--text-primary);background:#ffffffe0;border-color:#0f172a1f}
.styles-module-scss-module__suV8Qa__productLikeWrapper{background:var(--glass-surface-overlay);height:42px;-webkit-backdrop-filter:var(--glass-blur-heavy);border:1px solid var(--border-medium);box-shadow:var(--shadow-glass);cursor:pointer;pointer-events:auto;border-radius:9999px;align-items:center;gap:.5rem;padding:0 1rem;transition:transform .25s cubic-bezier(.16,1,.3,1),background-color .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative}.styles-module-scss-module__suV8Qa__productLikeWrapper .styles-module-scss-module__suV8Qa__likeImageWrapper{flex-shrink:0;width:20px;height:20px;position:relative}.styles-module-scss-module__suV8Qa__productLikeWrapper .styles-module-scss-module__suV8Qa__likeImageWrapper svg{width:100%;height:100%;stroke:var(--status-danger)}.styles-module-scss-module__suV8Qa__productLikeWrapper .styles-module-scss-module__suV8Qa__likeImageWrapper.styles-module-scss-module__suV8Qa__fill svg{width:100%;height:100%;fill:var(--status-danger)}.styles-module-scss-module__suV8Qa__productLikeWrapper .styles-module-scss-module__suV8Qa__likeImageWrapper .styles-module-scss-module__suV8Qa__activeHeart{filter:drop-shadow(0 0 10px var(--status-danger));animation:.35s cubic-bezier(.16,1,.3,1) styles-module-scss-module__suV8Qa__heartPulse}.styles-module-scss-module__suV8Qa__productLikeWrapper .styles-module-scss-module__suV8Qa__likeNumber{color:#fff;font-size:.875rem;font-weight:700;line-height:1}.styles-module-scss-module__suV8Qa__productLikeWrapper:hover{background:var(--glass-surface-elevated);box-shadow:0 0 16px var(--status-danger-glow);border-color:#ef444466;transform:translateY(-2px)}.styles-module-scss-module__suV8Qa__productLikeWrapper:active{transform:scale(.95)}[data-theme=light] .styles-module-scss-module__suV8Qa__productLikeWrapper{background:#ffffffe0;border-color:#0f172a1f}[data-theme=light] .styles-module-scss-module__suV8Qa__productLikeWrapper .styles-module-scss-module__suV8Qa__likeNumber{color:var(--text-primary)}@keyframes styles-module-scss-module__suV8Qa__heartPulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}
.styles-module-scss-module__7g9-Eq__progressSlider{z-index:10;border-radius:9999px;width:100%;height:6px;position:relative;overflow:hidden}.styles-module-scss-module__7g9-Eq__progressSlider .styles-module-scss-module__7g9-Eq__background{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff40;border-radius:9999px;width:100%;height:100%;position:absolute;inset:0}.styles-module-scss-module__7g9-Eq__progressSlider .styles-module-scss-module__7g9-Eq__track{background:linear-gradient(90deg, var(--accent-primary) 0%, var(--accent-primary-active) 100%);height:100%;box-shadow:0 0 10px var(--accent-glow);border-radius:9999px;position:absolute;top:0;right:0}@keyframes styles-module-scss-module__7g9-Eq__progress-animation{0%{width:0%}to{width:100%}}
.styles-module-scss-module__2xHw-G__progressSlider{z-index:10;border-radius:9999px;width:100%;height:6px;position:relative;overflow:hidden}.styles-module-scss-module__2xHw-G__progressSlider .styles-module-scss-module__2xHw-G__background{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff40;border-radius:9999px;width:100%;height:100%;position:absolute;inset:0}.styles-module-scss-module__2xHw-G__progressSlider .styles-module-scss-module__2xHw-G__track{background:linear-gradient(90deg, var(--accent-primary) 0%, var(--accent-primary-active) 100%);height:100%;box-shadow:0 0 10px var(--accent-glow);border-radius:9999px;position:absolute;top:0;right:0}@keyframes styles-module-scss-module__2xHw-G__progress-animation{0%{width:0%}to{width:100%}}
.styles-module-scss-module__IXzgTq__dockContainer{z-index:15;pointer-events:none;direction:rtl;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;height:100%;display:flex;position:absolute;inset:0}.styles-module-scss-module__IXzgTq__progressbarWrapper{pointer-events:auto;background:var(--glass-surface-overlay);width:calc(100% - 2rem);max-width:720px;-webkit-backdrop-filter:var(--glass-blur-heavy);border:1px solid var(--border-medium);box-shadow:var(--shadow-glass);border-radius:24px;flex-direction:column;gap:1.5rem;margin-bottom:1.25rem;padding:1.5rem 2rem;transition:background-color .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1);display:flex}.styles-module-scss-module__IXzgTq__progressbarWrapper .styles-module-scss-module__IXzgTq__actionBadges{justify-content:space-between;align-items:center;gap:.5rem;width:100%;display:flex}.styles-module-scss-module__IXzgTq__progressbarWrapper .styles-module-scss-module__IXzgTq__infoWrapper{flex-direction:column;gap:1rem;width:100%;display:flex}[data-theme=light] .styles-module-scss-module__IXzgTq__progressbarWrapper{background:#ffffff80;border-color:#0f172a1a}@media (max-width:768px){.styles-module-scss-module__IXzgTq__progressbarWrapper{border-radius:1rem 1rem 0 0;width:100%;margin:0;padding:1rem;background:unset!important;-webkit-backdrop-filter:unset!important;border:unset!important;box-shadow:unset!important}[data-theme=light] .styles-module-scss-module__IXzgTq__progressbarWrapper{background:unset!important;border-color:unset!important}}@media (min-width:768px){.styles-module-scss-module__IXzgTq__progressbarWrapper{flex-direction:row-reverse;justify-content:space-between;align-items:center;padding:2rem}.styles-module-scss-module__IXzgTq__progressbarWrapper .styles-module-scss-module__IXzgTq__actionBadges{flex-shrink:0;width:auto}.styles-module-scss-module__IXzgTq__progressbarWrapper .styles-module-scss-module__IXzgTq__infoWrapper{flex:auto;min-width:0}}@media (max-height:500px) and (orientation:landscape){.styles-module-scss-module__IXzgTq__progressbarWrapper{background:unset;width:100%;-webkit-backdrop-filter:unset;border:unset;box-shadow:unset;margin-bottom:0;padding:.5rem}[data-theme=light] .styles-module-scss-module__IXzgTq__progressbarWrapper{background:unset;border-color:unset}}
.styles-module-scss-module__5Z8cKW__video_wrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.styles-module-scss-module__5Z8cKW__video_wrapper .styles-module-scss-module__5Z8cKW__video{border-radius:18px;width:100%;height:100%;position:relative;overflow:hidden}.styles-module-scss-module__5Z8cKW__video_wrapper .styles-module-scss-module__5Z8cKW__video .video-js{width:100%;height:100%}.styles-module-scss-module__5Z8cKW__video_wrapper .styles-module-scss-module__5Z8cKW__video .vjs-tech{object-fit:contain;width:100%;height:100%}
.styles-module-scss-module__uxxxqW__spinner{border:3px solid #fff3;border-top-color:var(--accent-primary);box-shadow:0 0 16px var(--accent-glow);border-radius:50%;width:48px;height:48px;animation:.8s linear infinite styles-module-scss-module__uxxxqW__spin;display:inline-block;position:relative}.styles-module-scss-module__uxxxqW__spinnerInner{border-radius:50%;display:block;position:absolute;inset:0}@keyframes styles-module-scss-module__uxxxqW__spin{to{transform:rotate(360deg)}}
.styles-module-scss-module__Sh2WAq__loading{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#08090dd9;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;inset:0}.styles-module-scss-module__Sh2WAq__imageContainer{aspect-ratio:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.styles-module-scss-module__Sh2WAq__imageContainer img{object-fit:fill}
.styles-module-scss-module__5-tJOW__productTagWrapper{background:var(--glass-surface-overlay);-webkit-backdrop-filter:var(--glass-blur-heavy);border:1px solid var(--border-medium);box-shadow:var(--shadow-glass);direction:rtl;border-radius:9999px;align-items:center;gap:.5rem;padding:.35rem .875rem;display:inline-flex;position:relative}.styles-module-scss-module__5-tJOW__productTagWrapper .styles-module-scss-module__5-tJOW__tagImageWrapper{width:20px;height:20px;color:var(--accent-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.styles-module-scss-module__5-tJOW__productTagWrapper .styles-module-scss-module__5-tJOW__tagImageWrapper svg{fill:currentColor;width:100%;height:100%}.styles-module-scss-module__5-tJOW__productTagWrapper .styles-module-scss-module__5-tJOW__tagName{color:#fff;white-space:nowrap;font-size:.8125rem;font-weight:700}[data-theme=light] .styles-module-scss-module__5-tJOW__productTagWrapper{background:#ffffffe0;border-color:#0f172a1f}[data-theme=light] .styles-module-scss-module__5-tJOW__productTagWrapper .styles-module-scss-module__5-tJOW__tagName{color:var(--text-primary)}@media (max-height:500px) and (orientation:landscape){.styles-module-scss-module__5-tJOW__productTagWrapper{padding:.25rem .625rem}.styles-module-scss-module__5-tJOW__productTagWrapper .styles-module-scss-module__5-tJOW__tagImageWrapper{width:16px;height:16px}.styles-module-scss-module__5-tJOW__productTagWrapper .styles-module-scss-module__5-tJOW__tagName{font-size:.75rem}}
.styles-module-scss-module__uprtDG__isp_notif{z-index:10;background:var(--glass-surface-overlay);-webkit-backdrop-filter:var(--glass-blur-heavy);border:1px solid var(--border-medium);box-shadow:var(--shadow-glass);direction:rtl;border-right:none;border-top-left-radius:12px;border-bottom-left-radius:12px;align-items:center;gap:.625rem;padding:.5rem .75rem .5rem .875rem;transition:transform .25s cubic-bezier(.16,1,.3,1),background-color .25s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:18px;right:0}.styles-module-scss-module__uprtDG__isp_notif .styles-module-scss-module__uprtDG__isp_description{color:var(--text-primary);flex-direction:column;font-size:.75rem;font-weight:600;display:flex}.styles-module-scss-module__uprtDG__isp_notif .styles-module-scss-module__uprtDG__isp_description span{color:var(--text-primary);font-weight:700}.styles-module-scss-module__uprtDG__isp_notif .styles-module-scss-module__uprtDG__isp_description p{color:var(--text-secondary);margin:0;font-size:.6875rem;font-weight:500;line-height:1.35}.styles-module-scss-module__uprtDG__isp_notif .styles-module-scss-module__uprtDG__icon{background:var(--glass-surface-base);border:1px solid var(--border-subtle);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:3px;display:flex;position:relative}.styles-module-scss-module__uprtDG__isp_notif .styles-module-scss-module__uprtDG__icon img{object-fit:contain;border-radius:6px;width:100%;height:100%}@media screen and (min-width:1440px){.styles-module-scss-module__uprtDG__isp_notif{padding:.625rem 1rem .625rem 1.125rem}.styles-module-scss-module__uprtDG__isp_notif .styles-module-scss-module__uprtDG__isp_description{font-size:.875rem}.styles-module-scss-module__uprtDG__isp_notif .styles-module-scss-module__uprtDG__isp_description p{font-size:.75rem;line-height:1.4}.styles-module-scss-module__uprtDG__isp_notif .styles-module-scss-module__uprtDG__icon{width:36px;height:36px}}
.styles-module-scss-module__wGWUPq__container{z-index:10;pointer-events:none;direction:rtl;flex-direction:column;width:100%;height:100%;display:flex;position:absolute;inset:0}.styles-module-scss-module__wGWUPq__clickableArea{z-index:11;pointer-events:auto;justify-content:space-between;align-items:center;width:100%;height:100%;display:flex;position:absolute;inset:0}.styles-module-scss-module__wGWUPq__clickableArea .styles-module-scss-module__wGWUPq__spinnerLoader{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.styles-module-scss-module__wGWUPq__clickableArea .styles-module-scss-module__wGWUPq__clickableItemPrevious,.styles-module-scss-module__wGWUPq__clickableArea .styles-module-scss-module__wGWUPq__clickableItemPlay,.styles-module-scss-module__wGWUPq__clickableArea .styles-module-scss-module__wGWUPq__clickableItemNext{cursor:pointer;flex:33.333%;height:100%}.styles-module-scss-module__wGWUPq__productTag{z-index:20;pointer-events:auto;position:absolute;top:1rem;right:1rem}.styles-module-scss-module__wGWUPq__mobileControllers{z-index:25;pointer-events:auto;justify-content:space-between;align-items:center;display:flex;position:absolute;bottom:1rem;left:1rem;right:1rem}.styles-module-scss-module__wGWUPq__mobileControllers .styles-module-scss-module__wGWUPq__nextWrapperMobile,.styles-module-scss-module__wGWUPq__mobileControllers .styles-module-scss-module__wGWUPq__previousWrapperMobile{background:var(--glass-surface-overlay);width:42px;height:42px;-webkit-backdrop-filter:var(--glass-blur-heavy);border:1px solid var(--border-medium);box-shadow:var(--shadow-glass);cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;padding:0;transition:transform .25s cubic-bezier(.16,1,.3,1),background-color .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1);display:flex;color:var(--accent-primary)!important}.styles-module-scss-module__wGWUPq__mobileControllers .styles-module-scss-module__wGWUPq__nextWrapperMobile .styles-module-scss-module__wGWUPq__nextMobile,.styles-module-scss-module__wGWUPq__mobileControllers .styles-module-scss-module__wGWUPq__nextWrapperMobile .styles-module-scss-module__wGWUPq__previousMobile,.styles-module-scss-module__wGWUPq__mobileControllers .styles-module-scss-module__wGWUPq__previousWrapperMobile .styles-module-scss-module__wGWUPq__nextMobile,.styles-module-scss-module__wGWUPq__mobileControllers .styles-module-scss-module__wGWUPq__previousWrapperMobile .styles-module-scss-module__wGWUPq__previousMobile{width:20px;height:20px;position:relative}.styles-module-scss-module__wGWUPq__mobileControllers .styles-module-scss-module__wGWUPq__nextWrapperMobile .styles-module-scss-module__wGWUPq__nextMobile svg,.styles-module-scss-module__wGWUPq__mobileControllers .styles-module-scss-module__wGWUPq__nextWrapperMobile .styles-module-scss-module__wGWUPq__previousMobile svg,.styles-module-scss-module__wGWUPq__mobileControllers .styles-module-scss-module__wGWUPq__previousWrapperMobile .styles-module-scss-module__wGWUPq__nextMobile svg,.styles-module-scss-module__wGWUPq__mobileControllers .styles-module-scss-module__wGWUPq__previousWrapperMobile .styles-module-scss-module__wGWUPq__previousMobile svg{fill:currentColor;width:100%;height:100%}.styles-module-scss-module__wGWUPq__mobileControllers .styles-module-scss-module__wGWUPq__nextWrapperMobile:hover,.styles-module-scss-module__wGWUPq__mobileControllers .styles-module-scss-module__wGWUPq__previousWrapperMobile:hover{background:var(--glass-surface-elevated);border-color:var(--accent-primary);color:var(--accent-primary);transform:scale(1.1)}.styles-module-scss-module__wGWUPq__mobileControllers .styles-module-scss-module__wGWUPq__nextWrapperMobile:active,.styles-module-scss-module__wGWUPq__mobileControllers .styles-module-scss-module__wGWUPq__previousWrapperMobile:active{transform:scale(.95)}@media (min-width:768px){.styles-module-scss-module__wGWUPq__mobileControllers{display:none!important}}[data-theme=light] .styles-module-scss-module__wGWUPq__mobileControllers .styles-module-scss-module__wGWUPq__nextWrapperMobile,[data-theme=light] .styles-module-scss-module__wGWUPq__mobileControllers .styles-module-scss-module__wGWUPq__previousWrapperMobile{color:var(--text-primary);background:#ffffffe0;border-color:#0f172a1f}@media (max-height:500px) and (orientation:landscape){.styles-module-scss-module__wGWUPq__mobileControllers{inset:50% .5rem auto;transform:translateY(-50%)}}@media (min-width:768px){.styles-module-scss-module__wGWUPq__productTag{top:10rem}}
.styles-module-scss-module__XLq19a__cardWrapper{width:100%;color:var(--text-primary);text-decoration:none;display:block}.styles-module-scss-module__XLq19a__card{background:var(--glass-surface-base);width:100%;-webkit-backdrop-filter:var(--glass-blur-base);border:1px solid var(--border-subtle);direction:rtl;border-radius:12px;align-items:center;gap:.75rem;padding:.5rem;transition:transform .25s cubic-bezier(.16,1,.3,1),background-color .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.styles-module-scss-module__XLq19a__card:hover{background:var(--glass-surface-elevated);border-color:var(--border-strong);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.styles-module-scss-module__XLq19a__card:hover .styles-module-scss-module__XLq19a__durationBadge{opacity:0}.styles-module-scss-module__XLq19a__card:hover .styles-module-scss-module__XLq19a__hoverOverlay{opacity:1}.styles-module-scss-module__XLq19a__card:hover .styles-module-scss-module__XLq19a__episodeName{color:var(--accent-primary)}.styles-module-scss-module__XLq19a__thumbnailContainer{aspect-ratio:1920/1200;background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:8px;flex-shrink:0;width:160px;position:relative;overflow:hidden}.styles-module-scss-module__XLq19a__thumbnailContainer .styles-module-scss-module__XLq19a__image{object-fit:cover}.styles-module-scss-module__XLq19a__durationBadge{z-index:5;background:var(--glass-surface-base);-webkit-backdrop-filter:var(--glass-blur-base);border:1px solid var(--border-subtle);color:var(--text-primary);border-radius:9999px;padding:.15rem .5rem;font-size:.6875rem;font-weight:700;transition:opacity .25s cubic-bezier(.16,1,.3,1);position:absolute;bottom:6px;left:6px}.styles-module-scss-module__XLq19a__activeOverlay,.styles-module-scss-module__XLq19a__hoverOverlay{z-index:10;color:#fff;text-align:center;background:#08090da6;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.styles-module-scss-module__XLq19a__activeOverlay svg,.styles-module-scss-module__XLq19a__hoverOverlay svg{fill:currentColor;width:32px;height:32px}.styles-module-scss-module__XLq19a__hoverOverlay{opacity:0;pointer-events:none;transition:opacity .25s cubic-bezier(.16,1,.3,1)}.styles-module-scss-module__XLq19a__activeOverlay{-webkit-backdrop-filter:blur(4px)}.styles-module-scss-module__XLq19a__activeOverlay .styles-module-scss-module__XLq19a__activeText{margin-top:.25rem;font-size:.6875rem;font-weight:700}.styles-module-scss-module__XLq19a__infoSection{flex-direction:column;flex:auto;justify-content:center;min-width:0;display:flex}.styles-module-scss-module__XLq19a__episodeName{color:var(--text-primary);direction:rtl;margin:0;font-size:.8125rem;font-weight:600;line-height:1.5;transition:color .25s cubic-bezier(.16,1,.3,1)}.styles-module-scss-module__XLq19a__episodeName.styles-module-scss-module__XLq19a__activeColor{color:var(--accent-primary);font-weight:700}.styles-module-scss-module__XLq19a__statusIcon{align-items:center;height:20px;margin-top:.35rem;display:flex}.styles-module-scss-module__XLq19a__seenIcon{color:var(--status-success);font-size:.6875rem;font-weight:600}.styles-module-scss-module__XLq19a__progressBarWrapper{width:100%;max-width:120px}.styles-module-scss-module__XLq19a__isActive{box-shadow:0 0 16px var(--accent-glow);background:var(--glass-surface-overlay)!important;border-color:var(--accent-primary)!important}@media (max-width:768px){.styles-module-scss-module__XLq19a__card{padding:.35rem}}
.styles-module-scss-module__BlzblW__overlay{z-index:1000;-webkit-backdrop-filter:blur(32px)saturate(180%);direction:rtl;background:#08090deb;justify-content:center;align-items:center;width:100vw;height:100dvh;display:flex;position:fixed;inset:0;overflow:hidden}.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__titleTxt{z-index:20;color:#fff;text-shadow:0 2px 8px #0009;align-items:center;margin:0;font-size:clamp(1.5rem,2vw,2.2rem);font-weight:800;line-height:1.35;display:flex;position:absolute;top:1.5rem;right:1.5rem}.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__closeWrapper{z-index:30;background:var(--glass-surface-overlay);width:36px;height:36px;-webkit-backdrop-filter:var(--glass-blur-heavy);border:1px solid var(--border-medium);color:#fff;cursor:pointer;box-shadow:var(--shadow-glass);border-radius:9999px;justify-content:center;align-items:center;padding:0;transition:transform .25s cubic-bezier(.16,1,.3,1),background-color .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:1.5rem;left:1.5rem}.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__closeWrapper .styles-module-scss-module__BlzblW__close{width:20px;height:20px;position:relative}.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__closeWrapper .styles-module-scss-module__BlzblW__close svg{stroke:currentColor;width:100%;height:100%}.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__closeWrapper:hover{background:var(--status-danger);box-shadow:0 0 16px var(--status-danger-glow);border-color:#0000;transform:scale(1.1)}.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__closeWrapper:active{transform:scale(.95)}.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__nextWrapper,.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__previousWrapper{z-index:30;background:var(--glass-surface-overlay);width:52px;height:52px;-webkit-backdrop-filter:var(--glass-blur-heavy);border:1px solid var(--border-medium);cursor:pointer;box-shadow:var(--shadow-glass);border-radius:9999px;justify-content:center;align-items:center;padding:0;transition:transform .25s cubic-bezier(.16,1,.3,1),background-color .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:50%;transform:translateY(-50%);color:var(--accent-primary)!important}.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__nextWrapper .styles-module-scss-module__BlzblW__next,.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__nextWrapper .styles-module-scss-module__BlzblW__previous,.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__previousWrapper .styles-module-scss-module__BlzblW__next,.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__previousWrapper .styles-module-scss-module__BlzblW__previous{width:22px;height:22px;position:relative}.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__nextWrapper .styles-module-scss-module__BlzblW__next svg,.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__nextWrapper .styles-module-scss-module__BlzblW__previous svg,.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__previousWrapper .styles-module-scss-module__BlzblW__next svg,.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__previousWrapper .styles-module-scss-module__BlzblW__previous svg{fill:currentColor;width:100%;height:100%}.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__nextWrapper:hover,.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__previousWrapper:hover{background:var(--glass-surface-elevated);border-color:var(--accent-primary);box-shadow:0 0 16px var(--accent-glow);transform:translateY(-50%)scale(1.12)}.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__nextWrapper:active,.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__previousWrapper:active{transform:translateY(-50%)scale(.95)}.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__previousWrapper{right:2rem}.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__nextWrapper{left:2rem}.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__modal,.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__modal .styles-module-scss-module__BlzblW__body{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__modal .styles-module-scss-module__BlzblW__body .styles-module-scss-module__BlzblW__children{justify-content:center;align-items:center;width:100%;display:flex}[data-theme=light] .styles-module-scss-module__BlzblW__overlay{background:#0f172af2}[data-theme=light] .styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__closeWrapper,[data-theme=light] .styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__nextWrapper,[data-theme=light] .styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__previousWrapper{color:var(--text-primary);background:#ffffffe0;border-color:#0f172a1f}@media (max-width:768px){.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__nextWrapper,.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__previousWrapper{display:none!important}}@media (max-height:500px) and (orientation:landscape){.styles-module-scss-module__BlzblW__overlay .styles-module-scss-module__BlzblW__titleTxt{display:none!important}}
.styles-module-scss-module__TMz_ia__progressBar{background:var(--glass-surface-base);border:1px solid var(--border-subtle);border-radius:9999px;justify-content:flex-end;align-items:center;width:100%;height:4px;display:flex;position:relative;overflow:hidden}.styles-module-scss-module__TMz_ia__progressBar .styles-module-scss-module__TMz_ia__progress{background:linear-gradient(90deg, var(--status-success) 0%, #059669 100%);border-radius:9999px;height:100%;box-shadow:0 0 8px #10b98166}
.styles-module-scss-module__GiOB4q__card{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:#0000;will-change:transform;outline:none;flex-direction:column;width:100%;transition:transform .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.styles-module-scss-module__GiOB4q__card .styles-module-scss-module__GiOB4q__card_img{aspect-ratio:2/3;background:var(--bg-tertiary);border:1px solid var(--border-subtle);width:100%;box-shadow:var(--shadow-sm);border-radius:18px;transition:border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.styles-module-scss-module__GiOB4q__card .styles-module-scss-module__GiOB4q__card_img:after{content:"";pointer-events:none;background:linear-gradient(#0000 60%,#08090d99 100%);position:absolute;inset:0}.styles-module-scss-module__GiOB4q__card .styles-module-scss-module__GiOB4q__card_img img{object-fit:cover;width:100%;height:100%;transition:transform .35s cubic-bezier(.16,1,.3,1)}.styles-module-scss-module__GiOB4q__card .styles-module-scss-module__GiOB4q__un_lock{z-index:10;background:var(--glass-surface-overlay);width:30px;height:30px;-webkit-backdrop-filter:var(--glass-blur-base);border:1px solid var(--border-medium);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:12px;justify-content:center;align-items:center;padding:3px;transition:transform .25s cubic-bezier(.16,1,.3,1),background-color .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:8px;left:8px}.styles-module-scss-module__GiOB4q__card .styles-module-scss-module__GiOB4q__un_lock svg{fill:currentColor;width:100%;height:100%}.styles-module-scss-module__GiOB4q__card .styles-module-scss-module__GiOB4q__un_lock:hover{background:var(--glass-surface-elevated);border-color:var(--accent-primary);box-shadow:0 0 12px var(--accent-glow);transform:scale(1.15)}.styles-module-scss-module__GiOB4q__card .styles-module-scss-module__GiOB4q__un_lock:active{transform:scale(.95)}.styles-module-scss-module__GiOB4q__card .styles-module-scss-module__GiOB4q__un_lock:focus-visible{outline:2px solid var(--accent-primary)}.styles-module-scss-module__GiOB4q__card:hover{transform:translateY(-6px)}.styles-module-scss-module__GiOB4q__card:hover .styles-module-scss-module__GiOB4q__card_img{border-color:var(--border-strong);box-shadow:var(--shadow-lg),0 0 20px var(--accent-glow)}.styles-module-scss-module__GiOB4q__card:hover .styles-module-scss-module__GiOB4q__card_img img{transform:scale(1.05)}.styles-module-scss-module__GiOB4q__card:hover .styles-module-scss-module__GiOB4q__name{color:var(--accent-primary)}.styles-module-scss-module__GiOB4q__card:focus-visible .styles-module-scss-module__GiOB4q__card_img{outline:2px solid var(--accent-primary);outline-offset:3px}.styles-module-scss-module__GiOB4q__name{-webkit-line-clamp:2;text-overflow:ellipsis;color:var(--text-primary);direction:rtl;-webkit-box-orient:vertical;margin-top:1rem;font-size:.8125rem;font-weight:600;line-height:1.35;transition:color .25s cubic-bezier(.16,1,.3,1);display:-webkit-box;overflow:hidden}
.styles-module-scss-module__rVA1Jq__mainWrapper{aspect-ratio:16/9;direction:rtl;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.styles-module-scss-module__rVA1Jq__mainWrapper .styles-module-scss-module__rVA1Jq__playerWrapper{border-radius:18px;width:100%;height:100%;position:relative;overflow:hidden}.styles-module-scss-module__rVA1Jq__mainWrapper .styles-module-scss-module__rVA1Jq__imageFrame{aspect-ratio:1;justify-content:center;align-items:center;width:100%;max-width:480px;margin:0 auto;display:flex;position:relative}.styles-module-scss-module__rVA1Jq__mainWrapper .styles-module-scss-module__rVA1Jq__imageFrame .styles-module-scss-module__rVA1Jq__imageWrapper{border:1px solid var(--border-medium);width:100%;height:100%;box-shadow:var(--shadow-glass);border-radius:18px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.styles-module-scss-module__rVA1Jq__mainWrapper .styles-module-scss-module__rVA1Jq__imageFrame .styles-module-scss-module__rVA1Jq__imageWrapper img{object-fit:fill}.styles-module-scss-module__rVA1Jq__desktopController{z-index:20;width:100%;height:100px;position:absolute;bottom:0;left:0;right:0}[data-theme=light] .styles-module-scss-module__rVA1Jq__mainWrapper .styles-module-scss-module__rVA1Jq__imageFrame .styles-module-scss-module__rVA1Jq__imageWrapper{border-color:#0f172a1f}@media (max-width:768px){.styles-module-scss-module__rVA1Jq__mainWrapper{border-radius:0;width:100%}.styles-module-scss-module__rVA1Jq__mainWrapper .styles-module-scss-module__rVA1Jq__playerWrapper{border-radius:0}.styles-module-scss-module__rVA1Jq__mainWrapper .styles-module-scss-module__rVA1Jq__imageFrame{width:100%;max-width:360px}}
.styles-module-scss-module__jnQcDa__wrapper{direction:rtl;flex-direction:column;width:100%;height:100%;display:flex;position:relative}.styles-module-scss-module__jnQcDa__list{scroll-behavior:smooth;background:var(--glass-surface-overlay);width:100%;height:100%;-webkit-backdrop-filter:var(--glass-blur-heavy);border:1px solid var(--border-medium);box-shadow:var(--shadow-glass);-webkit-overflow-scrolling:touch;border-radius:24px;flex-direction:column;gap:1rem;max-height:420px;padding:1rem;transition:background-color .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1);display:flex;overflow-y:auto}.styles-module-scss-module__jnQcDa__list::-webkit-scrollbar{width:5px}.styles-module-scss-module__jnQcDa__list::-webkit-scrollbar-track{background:0 0}.styles-module-scss-module__jnQcDa__list::-webkit-scrollbar-thumb{background:var(--border-medium);border-radius:9999px}.styles-module-scss-module__jnQcDa__list::-webkit-scrollbar-thumb:hover{background:var(--accent-primary)}.styles-module-scss-module__jnQcDa__list .styles-module-scss-module__jnQcDa__itemBtn{cursor:pointer;width:100%;text-align:inherit;background:0 0;border:none;border-radius:12px;padding:0;font-family:inherit;transition:transform .25s cubic-bezier(.16,1,.3,1)}.styles-module-scss-module__jnQcDa__list .styles-module-scss-module__jnQcDa__itemBtn:hover{transform:translate(-4px)}.styles-module-scss-module__jnQcDa__list .styles-module-scss-module__jnQcDa__itemBtn:active{transform:scale(.985)}.styles-module-scss-module__jnQcDa__list .styles-module-scss-module__jnQcDa__itemBtn:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}@media (min-width:1024px){.styles-module-scss-module__jnQcDa__list.styles-module-scss-module__jnQcDa__episode{overflow-y:auto}.styles-module-scss-module__jnQcDa__list:not(.styles-module-scss-module__jnQcDa__episode){max-height:none!important;overflow:visible!important}}
.styles-module-scss-module__fPPy8G__container{z-index:500;background:var(--glass-surface-overlay);width:100%;height:64px;-webkit-backdrop-filter:var(--glass-blur-heavy);border-top:1px solid var(--border-subtle);box-shadow:var(--shadow-glass);direction:rtl;justify-content:space-around;align-items:center;padding:.25rem 0;transition:transform .25s cubic-bezier(.16,1,.3,1),background-color .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:0;left:0;right:0}.styles-module-scss-module__fPPy8G__container .styles-module-scss-module__fPPy8G__item{width:25%;height:100%;color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:#0000;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;text-decoration:none;transition:transform .25s cubic-bezier(.16,1,.3,1),color .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.styles-module-scss-module__fPPy8G__container .styles-module-scss-module__fPPy8G__item .styles-module-scss-module__fPPy8G__icon_wrapper{color:currentColor;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:relative}.styles-module-scss-module__fPPy8G__container .styles-module-scss-module__fPPy8G__item .styles-module-scss-module__fPPy8G__icon_wrapper svg{stroke:currentColor;fill:none;width:100%;height:100%;transition:stroke .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1)}.styles-module-scss-module__fPPy8G__container .styles-module-scss-module__fPPy8G__item .styles-module-scss-module__fPPy8G__avatar{border:1.5px solid var(--border-medium);border-radius:9999px;width:28px;height:28px;transition:border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.styles-module-scss-module__fPPy8G__container .styles-module-scss-module__fPPy8G__item .styles-module-scss-module__fPPy8G__avatar img{object-fit:cover}.styles-module-scss-module__fPPy8G__container .styles-module-scss-module__fPPy8G__item .styles-module-scss-module__fPPy8G__label{text-align:center;white-space:nowrap;text-overflow:ellipsis;color:currentColor;width:100%;max-width:80px;font-size:.6875rem;font-weight:600;line-height:1;transition:color .25s cubic-bezier(.16,1,.3,1),font-weight .25s cubic-bezier(.16,1,.3,1);overflow:hidden}.styles-module-scss-module__fPPy8G__container .styles-module-scss-module__fPPy8G__item:active{transform:scale(.94)}.styles-module-scss-module__fPPy8G__container .styles-module-scss-module__fPPy8G__item:focus-visible{outline:2px solid var(--accent-primary);outline-offset:-2px;border-radius:12px}.styles-module-scss-module__fPPy8G__container .styles-module-scss-module__fPPy8G__active{color:var(--accent-primary)!important}.styles-module-scss-module__fPPy8G__container .styles-module-scss-module__fPPy8G__active .styles-module-scss-module__fPPy8G__icon_wrapper .styles-module-scss-module__fPPy8G__icon{transform:scale(1.1);stroke:var(--accent-primary)!important}.styles-module-scss-module__fPPy8G__container .styles-module-scss-module__fPPy8G__active .styles-module-scss-module__fPPy8G__avatar{box-shadow:0 0 8px var(--accent-glow);border-color:var(--accent-primary)!important}.styles-module-scss-module__fPPy8G__container .styles-module-scss-module__fPPy8G__active .styles-module-scss-module__fPPy8G__label{font-weight:700;color:var(--accent-primary)!important}.styles-module-scss-module__fPPy8G__container .styles-module-scss-module__fPPy8G__active:before{content:"";background:var(--accent-primary);width:100%;height:3px;box-shadow:0 0 10px var(--accent-glow);border-radius:9999px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@media (orientation:landscape) and (max-height:500px){.styles-module-scss-module__fPPy8G__container{display:none!important}}@media (min-width:768px){.styles-module-scss-module__fPPy8G__container{display:none!important}}
.styles-module-scss-module__uaqsra__wrapper{direction:rtl;justify-content:space-between;align-items:center;width:100%;padding:.25rem .5rem;display:none}.styles-module-scss-module__uaqsra__wrapper .styles-module-scss-module__uaqsra__links_list{align-items:center;gap:1.25rem;display:flex}.styles-module-scss-module__uaqsra__wrapper .styles-module-scss-module__uaqsra__links_list .styles-module-scss-module__uaqsra__item{color:var(--text-secondary);cursor:pointer;font-size:.8125rem;font-weight:500}.styles-module-scss-module__uaqsra__wrapper .styles-module-scss-module__uaqsra__links_list .styles-module-scss-module__uaqsra__item a{color:inherit;text-decoration:none;transition:color .25s cubic-bezier(.16,1,.3,1)}.styles-module-scss-module__uaqsra__wrapper .styles-module-scss-module__uaqsra__links_list .styles-module-scss-module__uaqsra__item a:hover{color:var(--accent-primary)}.styles-module-scss-module__uaqsra__wrapper .styles-module-scss-module__uaqsra__social_list{align-items:center;gap:.75rem;display:none}.styles-module-scss-module__uaqsra__wrapper .styles-module-scss-module__uaqsra__social_list a{color:inherit;outline:none;justify-content:center;align-items:center;text-decoration:none;display:flex}.styles-module-scss-module__uaqsra__wrapper .styles-module-scss-module__uaqsra__social_list a:focus-visible .styles-module-scss-module__uaqsra__item{outline:2px solid var(--accent-primary);outline-offset:2px}.styles-module-scss-module__uaqsra__wrapper .styles-module-scss-module__uaqsra__social_list .styles-module-scss-module__uaqsra__item{background:var(--glass-surface-base);border:1px solid var(--border-subtle);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;transition:transform .25s cubic-bezier(.16,1,.3,1),background-color .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);display:flex}.styles-module-scss-module__uaqsra__wrapper .styles-module-scss-module__uaqsra__social_list .styles-module-scss-module__uaqsra__item svg{fill:currentColor;width:18px;height:18px}.styles-module-scss-module__uaqsra__wrapper .styles-module-scss-module__uaqsra__social_list .styles-module-scss-module__uaqsra__item:hover{background:var(--glass-surface-elevated);border-color:var(--border-strong);color:var(--accent-primary);box-shadow:0 0 12px var(--accent-glow);transform:translateY(-2px)scale(1.1)}.styles-module-scss-module__uaqsra__wrapper .styles-module-scss-module__uaqsra__social_list .styles-module-scss-module__uaqsra__item:active{transform:scale(.95)}@media (min-width:768px){.styles-module-scss-module__uaqsra__wrapper{display:flex}}@media (min-width:1024px){.styles-module-scss-module__uaqsra__wrapper .styles-module-scss-module__uaqsra__social_list{display:flex}}@media (min-width:1440px){.styles-module-scss-module__uaqsra__wrapper{padding:.5rem 2rem}.styles-module-scss-module__uaqsra__wrapper .styles-module-scss-module__uaqsra__links_list{gap:2rem}.styles-module-scss-module__uaqsra__wrapper .styles-module-scss-module__uaqsra__links_list .styles-module-scss-module__uaqsra__item{font-size:.9375rem}.styles-module-scss-module__uaqsra__wrapper .styles-module-scss-module__uaqsra__social_list{gap:1rem}}
.styles-module-scss-module__0OcH_G__wrapper{direction:rtl;justify-content:space-between;align-items:center;width:100%;padding:0 .5rem;display:flex}.styles-module-scss-module__0OcH_G__wrapper .styles-module-scss-module__0OcH_G__fun_btn{background:linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-primary-active) 100%);height:36px;color:var(--text-on-accent);box-shadow:0 4px 14px var(--accent-glow);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:#0000;border:1px solid #ffffff26;border-radius:9999px;justify-content:center;align-items:center;padding:0 1.25rem;font-size:.875rem;font-weight:700;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1),filter .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.styles-module-scss-module__0OcH_G__wrapper .styles-module-scss-module__0OcH_G__fun_btn a{width:100%;height:100%;color:inherit;justify-content:center;align-items:center;text-decoration:none;display:flex}.styles-module-scss-module__0OcH_G__wrapper .styles-module-scss-module__0OcH_G__fun_btn:hover{box-shadow:0 6px 18px var(--accent-glow);filter:brightness(1.1);transform:translateY(-1px)}.styles-module-scss-module__0OcH_G__wrapper .styles-module-scss-module__0OcH_G__fun_btn:active{transform:scale(.96)}.styles-module-scss-module__0OcH_G__wrapper .styles-module-scss-module__0OcH_G__other_links{color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;padding:.5rem;font-size:.875rem;font-weight:600;transition:color .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.styles-module-scss-module__0OcH_G__wrapper .styles-module-scss-module__0OcH_G__other_links span{color:currentColor;justify-content:center;align-items:center;width:20px;height:20px;transition:transform .25s cubic-bezier(.16,1,.3,1);display:flex}.styles-module-scss-module__0OcH_G__wrapper .styles-module-scss-module__0OcH_G__other_links span svg{fill:currentColor;width:100%;height:100%}.styles-module-scss-module__0OcH_G__wrapper .styles-module-scss-module__0OcH_G__other_links:hover,.styles-module-scss-module__0OcH_G__wrapper_opened .styles-module-scss-module__0OcH_G__other_links{color:var(--accent-primary)}.styles-module-scss-module__0OcH_G__wrapper_opened .styles-module-scss-module__0OcH_G__other_links span{transform:rotate(180deg)}@media (min-width:768px){.styles-module-scss-module__0OcH_G__wrapper{display:none}}
.styles-module-scss-module__pPcUzq__footer{z-index:500;background:var(--glass-surface-overlay);width:100%;height:56px;-webkit-backdrop-filter:var(--glass-blur-heavy);border-top:1px solid var(--border-subtle);box-shadow:var(--shadow-glass);direction:rtl;justify-content:space-between;align-items:center;padding:0 1rem;transition:bottom .25s cubic-bezier(.16,1,.3,1),background-color .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:0;left:0}.styles-module-scss-module__pPcUzq__footer_with_nav{bottom:59px}.styles-module-scss-module__pPcUzq__bg{z-index:900;-webkit-backdrop-filter:blur(12px);opacity:0;visibility:hidden;pointer-events:none;background:#08090da6;width:100%;height:100dvh;padding:0 .5rem;transition:opacity .35s cubic-bezier(.16,1,.3,1),visibility .35s cubic-bezier(.16,1,.3,1);position:fixed;inset:0}.styles-module-scss-module__pPcUzq__bg .styles-module-scss-module__pPcUzq__other_links_list{z-index:1000;background:var(--glass-surface-overlay);width:100%;max-height:80dvh;-webkit-backdrop-filter:var(--glass-blur-heavy);border-top:1px solid var(--border-medium);box-shadow:var(--shadow-glass);border-top-left-radius:24px;border-top-right-radius:24px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.25rem;padding:1.75rem 1.5rem 2.5rem;transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;bottom:0;left:0;transform:translateY(100%)}.styles-module-scss-module__pPcUzq__bg .styles-module-scss-module__pPcUzq__other_links_list .styles-module-scss-module__pPcUzq__item{color:var(--text-primary);cursor:pointer;width:100%;font-size:1.0625rem;font-weight:600}.styles-module-scss-module__pPcUzq__bg .styles-module-scss-module__pPcUzq__other_links_list .styles-module-scss-module__pPcUzq__item a{width:100%;color:inherit;text-decoration:none;transition:color .25s cubic-bezier(.16,1,.3,1);display:block}.styles-module-scss-module__pPcUzq__bg .styles-module-scss-module__pPcUzq__other_links_list .styles-module-scss-module__pPcUzq__item a:hover{color:var(--accent-primary)}.styles-module-scss-module__pPcUzq__bg_show{opacity:1;visibility:visible;pointer-events:auto}.styles-module-scss-module__pPcUzq__bg_show .styles-module-scss-module__pPcUzq__other_links_list{transform:translateY(0)}@media (orientation:landscape) and (max-height:500px){.styles-module-scss-module__pPcUzq__footer{display:none!important}}@media (min-width:768px){.styles-module-scss-module__pPcUzq__footer{display:none}.styles-module-scss-module__pPcUzq__footer_with_nav{bottom:0}}@media (min-width:1024px){.styles-module-scss-module__pPcUzq__footer{height:56px;display:flex}}
.styles-module-scss-module__FcahfW__main_wrapper{z-index:500;background:var(--glass-surface-elevated);width:100%;height:64px;-webkit-backdrop-filter:var(--glass-blur-heavy);box-shadow:var(--shadow-sm);will-change:transform,background-color;direction:rtl;justify-content:space-between;align-items:center;gap:1rem;padding:0 1rem;transition:transform .35s cubic-bezier(.16,1,.3,1),background-color .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;right:0}.styles-module-scss-module__FcahfW__main_wrapper .styles-module-scss-module__FcahfW__logo_wrapper{aspect-ratio:468/103;cursor:pointer;flex-shrink:0;order:1;height:36px;transition:opacity .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1);position:relative}.styles-module-scss-module__FcahfW__main_wrapper .styles-module-scss-module__FcahfW__logo_wrapper:hover{transform:scale(1.04)}.styles-module-scss-module__FcahfW__main_wrapper .styles-module-scss-module__FcahfW__logo_wrapper:active{transform:scale(.98)}.styles-module-scss-module__FcahfW__main_wrapper .styles-module-scss-module__FcahfW__logo_wrapper:focus-visible{outline:2px solid var(--accent-primary);border-radius:8px}.styles-module-scss-module__FcahfW__main_wrapper .styles-module-scss-module__FcahfW__hide_logo{opacity:0;pointer-events:none;display:none}.styles-module-scss-module__FcahfW__with_focus{background:var(--glass-surface-overlay)!important;border-bottom-color:var(--border-medium)!important;box-shadow:var(--shadow-glass)!important}.styles-module-scss-module__FcahfW__transparent{-webkit-backdrop-filter:blur(4px);box-shadow:none!important;background:linear-gradient(#08090dbf 0%,#08090d00 100%)!important;border-bottom-color:#0000!important}[data-theme=light] .styles-module-scss-module__FcahfW__transparent{background:linear-gradient(#ffffffd9 0%,#fff0 100%)!important}.styles-module-scss-module__FcahfW__hide{pointer-events:none;transform:translateY(-100%)}@media (max-width:767px){.styles-module-scss-module__FcahfW__main_wrapper>div:nth-child(2){order:3;margin-left:auto}.styles-module-scss-module__FcahfW__main_wrapper>#scroll-root{order:3;margin-left:auto}}@media (orientation:landscape) and (max-height:500px){.styles-module-scss-module__FcahfW__main_wrapper{display:none!important}}@media (min-width:768px){.styles-module-scss-module__FcahfW__main_wrapper{gap:1.5rem;height:76px;padding:0 1.5rem}.styles-module-scss-module__FcahfW__main_wrapper .styles-module-scss-module__FcahfW__logo_wrapper{order:initial;height:40px}}@media (min-width:1024px){.styles-module-scss-module__FcahfW__main_wrapper{padding:0 2rem}.styles-module-scss-module__FcahfW__main_wrapper .styles-module-scss-module__FcahfW__logo_wrapper{height:44px}.styles-module-scss-module__FcahfW__main_wrapper .styles-module-scss-module__FcahfW__hide_logo{opacity:1;pointer-events:auto;display:block}}@media (min-width:1440px){.styles-module-scss-module__FcahfW__main_wrapper{padding:0 3rem}}
.styles-module-scss-module__P8Ibda__wrapper{justify-content:flex-end;align-items:center;width:100%;font-size:14px;display:flex;color:var(--text-primary)!important}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__search_area{cursor:pointer;align-items:center;display:flex}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__search_area span{margin-left:8px;font-family:inherit;font-size:14px;display:none;color:var(--text-primary)!important}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__search_area .styles-module-scss-module__P8Ibda__icon{justify-content:center;align-items:center;width:24px;height:24px;transition:color .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1);display:flex;color:var(--text-primary)!important}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__search_area .styles-module-scss-module__P8Ibda__icon svg{stroke:currentColor;fill:none;width:100%;height:100%}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__search_area .styles-module-scss-module__P8Ibda__icon:hover{color:var(--accent-primary);transform:scale(1.08)}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__search_area_home{color:var(--text-primary)}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__search_area_home .styles-module-scss-module__P8Ibda__icon{color:var(--text-primary);stroke:var(--text-primary)}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__input_area{width:100%;display:none}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__input_area .styles-module-scss-module__P8Ibda__close_icon{width:24px;height:24px;color:var(--text-primary);cursor:pointer;background:0 0;border:none;outline:none;justify-content:center;align-items:center;transition:color .25s cubic-bezier(.16,1,.3,1);display:flex}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__input_area .styles-module-scss-module__P8Ibda__close_icon svg{stroke:currentColor;fill:none;width:100%;height:100%}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__input_area .styles-module-scss-module__P8Ibda__close_icon:hover{color:var(--text-primary)}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__input_area .styles-module-scss-module__P8Ibda__search_icon{width:24px;height:24px;color:var(--text-primary);justify-content:center;align-items:center;display:none}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__input_area .styles-module-scss-module__P8Ibda__search_icon svg{stroke:currentColor;fill:none;width:100%;height:100%}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__input_area .styles-module-scss-module__P8Ibda__input{width:90%;color:var(--text-primary);direction:rtl;background-color:#0000;border:none;outline:none;font-family:inherit;font-size:14px;font-weight:600}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__input_area .styles-module-scss-module__P8Ibda__input::placeholder{color:var(--text-primary);opacity:.8;font-family:inherit;font-size:14px}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__show_input{justify-content:space-between;align-items:center;display:flex}@media (min-width:768px){.styles-module-scss-module__P8Ibda__wrapper{width:40%;height:100%}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__search_area{display:none}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__input_area{background-color:var(--glass-surface-base);height:36px;-webkit-backdrop-filter:var(--glass-blur-base);border:1px solid var(--border-subtle);border-radius:12px;justify-content:space-between;align-items:center;padding:0 12px;transition:border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);display:flex}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__input_area .styles-module-scss-module__P8Ibda__input{height:100%}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__input_area .styles-module-scss-module__P8Ibda__input::placeholder{font-size:12px}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__input_area .styles-module-scss-module__P8Ibda__close_icon{display:none}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__input_area .styles-module-scss-module__P8Ibda__search_icon{width:20px;height:20px;display:flex}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__input_area:focus-within{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--accent-glow)}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__input_area:focus-within .styles-module-scss-module__P8Ibda__search_icon{color:var(--accent-primary)}}@media (min-width:1024px){.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__input_area{height:38px}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__input_area .styles-module-scss-module__P8Ibda__input::placeholder{font-size:14px}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__input_area .styles-module-scss-module__P8Ibda__search_icon{width:24px;height:24px}}@media (min-width:1440px){.styles-module-scss-module__P8Ibda__wrapper{width:30%}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__input_area{height:42px}.styles-module-scss-module__P8Ibda__wrapper .styles-module-scss-module__P8Ibda__input_area .styles-module-scss-module__P8Ibda__input{margin-left:8px}}
.styles-module-scss-module__adJHCG__wrapper{flex-shrink:0;align-items:center;gap:1.5rem;display:flex}.styles-module-scss-module__adJHCG__wrapper .styles-module-scss-module__adJHCG__category_link{color:var(--text-primary);border-radius:12px;align-items:center;gap:1rem;padding:.5rem 1rem;text-decoration:none;transition:color .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1);display:flex}.styles-module-scss-module__adJHCG__wrapper .styles-module-scss-module__adJHCG__category_link span{white-space:nowrap;font-size:.875rem;font-weight:600;transition:color .25s cubic-bezier(.16,1,.3,1)}.styles-module-scss-module__adJHCG__wrapper .styles-module-scss-module__adJHCG__category_link .styles-module-scss-module__adJHCG__icon{width:22px;height:22px;color:var(--text-primary);justify-content:center;align-items:center;transition:color .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.styles-module-scss-module__adJHCG__wrapper .styles-module-scss-module__adJHCG__category_link .styles-module-scss-module__adJHCG__icon svg{stroke:currentColor;width:100%;height:100%}.styles-module-scss-module__adJHCG__wrapper .styles-module-scss-module__adJHCG__category_link:hover{color:var(--accent-primary);transform:translateY(-1px)}.styles-module-scss-module__adJHCG__wrapper .styles-module-scss-module__adJHCG__category_link:hover span{color:var(--accent-primary)}.styles-module-scss-module__adJHCG__wrapper .styles-module-scss-module__adJHCG__category_link:hover .styles-module-scss-module__adJHCG__icon{color:var(--accent-primary);transform:scale(1.1)}.styles-module-scss-module__adJHCG__wrapper .styles-module-scss-module__adJHCG__category_link:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.styles-module-scss-module__adJHCG__wrapper .styles-module-scss-module__adJHCG__login_button{background:linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-primary-active) 100%);height:38px;color:var(--text-on-accent);box-shadow:0 4px 14px var(--accent-glow);cursor:pointer;border:1px solid #ffffff26;border-radius:12px;justify-content:center;align-items:center;padding:0 2rem;font-size:.875rem;font-weight:700;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1),filter .25s cubic-bezier(.16,1,.3,1);display:flex}.styles-module-scss-module__adJHCG__wrapper .styles-module-scss-module__adJHCG__login_button span{z-index:1;white-space:nowrap;position:relative}.styles-module-scss-module__adJHCG__wrapper .styles-module-scss-module__adJHCG__login_button:hover{box-shadow:0 6px 20px var(--accent-glow),0 0 12px var(--accent-glow);filter:brightness(1.1);transform:translateY(-2px)scale(1.02)}.styles-module-scss-module__adJHCG__wrapper .styles-module-scss-module__adJHCG__login_button:active{transform:translateY(0)scale(.98)}.styles-module-scss-module__adJHCG__wrapper .styles-module-scss-module__adJHCG__login_button:focus-visible{outline:2px solid var(--accent-primary);outline-offset:3px}.styles-module-scss-module__adJHCG__wrapper .styles-module-scss-module__adJHCG__user_button{background:var(--glass-surface-base);height:40px;-webkit-backdrop-filter:var(--glass-blur-base);border:1px solid var(--border-subtle);color:var(--text-primary);box-shadow:var(--shadow-sm);border-radius:9999px;align-items:center;gap:1rem;padding:1rem;text-decoration:none;transition:transform .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);display:flex}.styles-module-scss-module__adJHCG__wrapper .styles-module-scss-module__adJHCG__user_button .styles-module-scss-module__adJHCG__avatar{border:1.5px solid var(--accent-primary);width:32px;height:32px;box-shadow:0 0 8px var(--accent-glow);border-radius:9999px;flex-shrink:0;position:relative;overflow:hidden}.styles-module-scss-module__adJHCG__wrapper .styles-module-scss-module__adJHCG__user_button .styles-module-scss-module__adJHCG__avatar img{object-fit:cover}.styles-module-scss-module__adJHCG__wrapper .styles-module-scss-module__adJHCG__user_button span{white-space:nowrap;text-overflow:ellipsis;max-width:110px;color:var(--text-primary);font-size:.8125rem;font-weight:600;display:block;overflow:hidden}.styles-module-scss-module__adJHCG__wrapper .styles-module-scss-module__adJHCG__user_button:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md),0 0 16px var(--accent-glow);transform:translateY(-2px)}.styles-module-scss-module__adJHCG__wrapper .styles-module-scss-module__adJHCG__user_button:active{transform:translateY(0)}.styles-module-scss-module__adJHCG__wrapper .styles-module-scss-module__adJHCG__user_button:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}@media (max-width:767px){.styles-module-scss-module__adJHCG__wrapper{display:none}}
.styles-module-scss-module__StW4VW__categoryWrapper{-webkit-user-select:none;user-select:none;touch-action:pan-x;align-items:center;width:100%;display:flex}.styles-module-scss-module__StW4VW__categoryWrapper::-webkit-scrollbar{display:none}.styles-module-scss-module__StW4VW__categoryWrapper{-ms-overflow-style:none;scrollbar-width:none}.styles-module-scss-module__StW4VW__slide{flex-shrink:0;width:auto}.styles-module-scss-module__StW4VW__categoryButton{background:var(--glass-surface-base);height:36px;-webkit-backdrop-filter:var(--glass-blur-base);border:1px solid var(--border-subtle);color:var(--text-secondary);white-space:nowrap;cursor:pointer;-webkit-tap-highlight-color:#0000;will-change:transform,box-shadow;border-radius:9999px;align-items:center;gap:1rem;padding:0 1.5rem;font-family:inherit;font-size:.8125rem;font-weight:500;line-height:1;transition:transform .25s cubic-bezier(.16,1,.3,1),background-color .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),color .25s cubic-bezier(.16,1,.3,1),margin .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.styles-module-scss-module__StW4VW__categoryButton .styles-module-scss-module__StW4VW__icon{color:currentColor;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.styles-module-scss-module__StW4VW__categoryButton .styles-module-scss-module__StW4VW__icon svg{stroke:currentColor;width:100%;height:100%}.styles-module-scss-module__StW4VW__categoryButton .styles-module-scss-module__StW4VW__icon img{object-fit:contain;border-radius:50%;width:100%;height:100%}.styles-module-scss-module__StW4VW__categoryButton:hover:not(.styles-module-scss-module__StW4VW__active){background:var(--glass-surface-elevated);border-color:var(--border-medium);color:var(--text-primary)}.styles-module-scss-module__StW4VW__categoryButton:active{transform:scale(.96)}.styles-module-scss-module__StW4VW__categoryButton:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.styles-module-scss-module__StW4VW__active{box-shadow:0 4px 14px var(--accent-glow),var(--shadow-sm);background:linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-primary-active) 100%)!important;color:var(--text-on-accent)!important;border-color:#fff3!important}.styles-module-scss-module__StW4VW__active .styles-module-scss-module__StW4VW__icon{color:var(--text-on-accent)}.styles-module-scss-module__StW4VW__active .styles-module-scss-module__StW4VW__icon svg{fill:currentColor;stroke:currentColor}.styles-module-scss-module__StW4VW__active:hover{box-shadow:0 6px 18px var(--accent-glow);transform:scale(1.02)}@media (min-width:768px){.styles-module-scss-module__StW4VW__categoryButton{height:38px;padding:0 2rem;font-size:.875rem}}
.styles-module-scss-module__iYORuq__title{color:var(--text-primary);align-items:center;gap:1rem;margin-bottom:.5rem;font-size:1.0625rem;font-weight:700;line-height:1.3;display:flex}.styles-module-scss-module__iYORuq__title:before{content:"";background:var(--accent-primary);width:4px;height:16px;box-shadow:0 0 8px var(--accent-glow);border-radius:9999px;display:inline-block}.styles-module-scss-module__iYORuq__wrapper{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-flow:row;gap:1rem;width:100%;margin-top:1rem;margin-bottom:1rem;display:flex;overflow:auto hidden}.styles-module-scss-module__iYORuq__wrapper::-webkit-scrollbar{display:none}.styles-module-scss-module__iYORuq__card_wrapper{flex:0 0 150px;width:150px;min-width:150px}.styles-module-scss-module__iYORuq__wrapper_flex{flex-flow:row;gap:1rem;display:flex;overflow:auto hidden}@media (min-width:768px){.styles-module-scss-module__iYORuq__title{font-size:1.125rem}}
.styles-module-scss-module__mJycDa__backdrop{z-index:50;-webkit-backdrop-filter:blur(12px)saturate(160%);opacity:0;visibility:hidden;pointer-events:none;background:#08090da6;transition:opacity .35s cubic-bezier(.16,1,.3,1),visibility .35s cubic-bezier(.16,1,.3,1);position:fixed;inset:0}[data-theme=light] .styles-module-scss-module__mJycDa__backdrop{background:#0f172a59}.styles-module-scss-module__mJycDa__show_backdrop{opacity:1;visibility:visible;pointer-events:auto}.styles-module-scss-module__mJycDa__wrapper{z-index:50;background:var(--glass-surface-overlay);width:100%;max-height:calc(100vh - 226px);-webkit-backdrop-filter:var(--glass-blur-heavy);border:1px solid var(--border-medium);box-shadow:var(--shadow-glass);opacity:0;visibility:hidden;pointer-events:none;will-change:transform,opacity;border-radius:0 0 24px 24px;flex-direction:column;padding:2rem;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .35s cubic-bezier(.16,1,.3,1),visibility .35s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:64px;left:50%;transform:translate(-50%)translateY(-16px)scale(.97)}.styles-module-scss-module__mJycDa__wrapper .styles-module-scss-module__mJycDa__result_wrapper{flex-direction:column;flex:auto;width:100%;margin-top:1rem;padding-right:.5rem;display:flex;overflow:hidden auto}.styles-module-scss-module__mJycDa__wrapper .styles-module-scss-module__mJycDa__result_wrapper::-webkit-scrollbar{width:6px}.styles-module-scss-module__mJycDa__wrapper .styles-module-scss-module__mJycDa__result_wrapper::-webkit-scrollbar-track{background:0 0}.styles-module-scss-module__mJycDa__wrapper .styles-module-scss-module__mJycDa__result_wrapper::-webkit-scrollbar-thumb{background:var(--border-medium);border-radius:9999px}.styles-module-scss-module__mJycDa__wrapper .styles-module-scss-module__mJycDa__result_wrapper::-webkit-scrollbar-thumb:hover{background:var(--accent-primary)}.styles-module-scss-module__mJycDa__wrapper .styles-module-scss-module__mJycDa__not_found_wrapper{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:3rem 0;display:flex}.styles-module-scss-module__mJycDa__wrapper .styles-module-scss-module__mJycDa__not_found_wrapper .styles-module-scss-module__mJycDa__not_found_img{filter:drop-shadow(0 10px 20px #00000040);width:180px;max-width:100%;height:180px;position:relative}.styles-module-scss-module__mJycDa__wrapper .styles-module-scss-module__mJycDa__not_found_wrapper .styles-module-scss-module__mJycDa__not_found{color:var(--text-secondary);font-size:1rem;font-weight:600}.styles-module-scss-module__mJycDa__wrapper .styles-module-scss-module__mJycDa__loader,.styles-module-scss-module__mJycDa__wrapper .styles-module-scss-module__mJycDa__load_more{justify-content:center;align-items:center;width:100%;padding:2rem 0;display:flex;position:relative}.styles-module-scss-module__mJycDa__more{background:var(--glass-surface-base);border:1px solid var(--border-subtle);width:100%;height:46px;color:var(--accent-primary);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:18px;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;padding:0 2rem;font-size:.9375rem;font-weight:600;transition:transform .25s cubic-bezier(.16,1,.3,1),background-color .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);display:flex}.styles-module-scss-module__mJycDa__more .styles-module-scss-module__mJycDa__more_icon{color:currentColor;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.styles-module-scss-module__mJycDa__more .styles-module-scss-module__mJycDa__more_icon svg{fill:currentColor;width:100%;height:100%}.styles-module-scss-module__mJycDa__more span{white-space:nowrap}.styles-module-scss-module__mJycDa__more:hover{background:var(--glass-surface-elevated);border-color:var(--border-strong);box-shadow:var(--shadow-sm),0 0 12px var(--accent-glow);transform:translateY(-2px)}.styles-module-scss-module__mJycDa__more:active{transform:translateY(0)}.styles-module-scss-module__mJycDa__more:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.styles-module-scss-module__mJycDa__show{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)scale(1)}.styles-module-scss-module__mJycDa__content_wrapper{flex-direction:column;width:100%;margin-top:1.5rem;display:flex}@media (min-width:768px){.styles-module-scss-module__mJycDa__wrapper{width:640px;max-height:calc(100vh - 156px);top:76px}.styles-module-scss-module__mJycDa__wrapper .styles-module-scss-module__mJycDa__not_found_wrapper .styles-module-scss-module__mJycDa__not_found_img{width:220px;height:220px}.styles-module-scss-module__mJycDa__wrapper .styles-module-scss-module__mJycDa__not_found_wrapper .styles-module-scss-module__mJycDa__not_found{font-size:1.125rem}}@media (min-width:1024px){.styles-module-scss-module__mJycDa__wrapper{width:720px}}@media (min-width:1440px){.styles-module-scss-module__mJycDa__wrapper{width:1000px}}
.styles-module-scss-module__0CmIva__wrapper{z-index:500;background:var(--glass-surface-overlay);width:56px;height:100vh;-webkit-backdrop-filter:var(--glass-blur-heavy);border-left:1px solid var(--border-subtle);box-shadow:var(--shadow-glass);direction:rtl;flex-direction:column;justify-content:space-around;align-items:center;padding:1.5rem 0;transition:background-color .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:0}.styles-module-scss-module__0CmIva__wrapper .styles-module-scss-module__0CmIva__item{width:42px;height:42px;color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:#0000;border-radius:12px;justify-content:center;align-items:center;text-decoration:none;transition:transform .25s cubic-bezier(.16,1,.3,1),color .25s cubic-bezier(.16,1,.3,1),background-color .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.styles-module-scss-module__0CmIva__wrapper .styles-module-scss-module__0CmIva__item .styles-module-scss-module__0CmIva__icon_wrapper{color:currentColor;justify-content:center;align-items:center;width:22px;height:22px;display:flex;position:relative}.styles-module-scss-module__0CmIva__wrapper .styles-module-scss-module__0CmIva__item .styles-module-scss-module__0CmIva__icon_wrapper svg{stroke:currentColor;width:100%;height:100%;fill:none!important}.styles-module-scss-module__0CmIva__wrapper .styles-module-scss-module__0CmIva__item .styles-module-scss-module__0CmIva__avatar{border:1.5px solid var(--border-medium);border-radius:9999px;width:28px;height:28px;transition:border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.styles-module-scss-module__0CmIva__wrapper .styles-module-scss-module__0CmIva__item .styles-module-scss-module__0CmIva__avatar img{object-fit:cover}.styles-module-scss-module__0CmIva__wrapper .styles-module-scss-module__0CmIva__item:hover:not(.styles-module-scss-module__0CmIva__active){color:var(--text-primary);background:var(--glass-surface-base);transform:scale(1.08)}.styles-module-scss-module__0CmIva__wrapper .styles-module-scss-module__0CmIva__item:hover:not(.styles-module-scss-module__0CmIva__active) .styles-module-scss-module__0CmIva__icon_wrapper .styles-module-scss-module__0CmIva__icon{stroke:var(--accent-primary)}.styles-module-scss-module__0CmIva__wrapper .styles-module-scss-module__0CmIva__item:hover:not(.styles-module-scss-module__0CmIva__active) .styles-module-scss-module__0CmIva__avatar{border-color:var(--accent-primary)}.styles-module-scss-module__0CmIva__wrapper .styles-module-scss-module__0CmIva__item:active{transform:scale(.95)}.styles-module-scss-module__0CmIva__wrapper .styles-module-scss-module__0CmIva__item:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.styles-module-scss-module__0CmIva__wrapper .styles-module-scss-module__0CmIva__active{background:var(--glass-surface-base);color:var(--accent-primary)!important}.styles-module-scss-module__0CmIva__wrapper .styles-module-scss-module__0CmIva__active .styles-module-scss-module__0CmIva__icon_wrapper .styles-module-scss-module__0CmIva__icon{transform:scale(1.1);stroke:var(--accent-primary)!important}.styles-module-scss-module__0CmIva__wrapper .styles-module-scss-module__0CmIva__active .styles-module-scss-module__0CmIva__avatar{box-shadow:0 0 10px var(--accent-glow);border-color:var(--accent-primary)!important}.styles-module-scss-module__0CmIva__wrapper .styles-module-scss-module__0CmIva__active:after{content:"";background:var(--accent-primary);width:3.5px;height:22px;box-shadow:0 0 10px var(--accent-glow);border-radius:9999px;position:absolute;top:50%;right:-7px;transform:translateY(-50%)}@media (max-width:480px){.styles-module-scss-module__0CmIva__wrapper{display:none!important}}@media (min-width:1024px){.styles-module-scss-module__0CmIva__wrapper{display:none!important}}
.styles-module-scss-module__7bNG4G__sub_title{color:var(--text-secondary);text-align:center;margin-top:1rem;font-size:.9375rem;font-weight:500;line-height:1.4}.styles-module-scss-module__7bNG4G__box{flex-direction:column;width:100%;margin-top:2rem;display:flex}.styles-module-scss-module__7bNG4G__box .styles-module-scss-module__7bNG4G__label{color:var(--text-primary);align-self:flex-start;margin-bottom:1rem;font-size:.9375rem;font-weight:600}.styles-module-scss-module__7bNG4G__box .styles-module-scss-module__7bNG4G__input{background:var(--glass-surface-base);width:100%;height:50px;-webkit-backdrop-filter:var(--glass-blur-base);border:1px solid var(--border-medium);color:var(--text-primary);text-align:left;direction:ltr;border-radius:12px;outline:none;padding:0 2rem;font-family:inherit;font-size:1.0625rem;font-weight:600;transition:border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1),background-color .25s cubic-bezier(.16,1,.3,1)}.styles-module-scss-module__7bNG4G__box .styles-module-scss-module__7bNG4G__input::placeholder{text-align:right;color:var(--text-muted);opacity:.75;direction:rtl;font-size:.9375rem;font-weight:400}.styles-module-scss-module__7bNG4G__box .styles-module-scss-module__7bNG4G__input:focus{background:var(--glass-surface-overlay);border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--accent-glow)}.styles-module-scss-module__7bNG4G__box .styles-module-scss-module__7bNG4G__input_error{border-color:var(--status-danger)!important;box-shadow:0 0 0 3px var(--status-danger-glow)!important}.styles-module-scss-module__7bNG4G__box .styles-module-scss-module__7bNG4G__error_message{color:var(--status-danger);align-self:flex-start;margin-top:.5rem;font-size:.75rem;font-weight:600}.styles-module-scss-module__7bNG4G__box .styles-module-scss-module__7bNG4G__button{background:linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-primary-active) 100%);width:100%;height:50px;color:var(--text-on-accent);box-shadow:0 4px 14px var(--accent-glow);cursor:pointer;border:1px solid #ffffff26;border-radius:12px;margin-top:1rem;font-size:1rem;font-weight:700;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1),filter .25s cubic-bezier(.16,1,.3,1)}.styles-module-scss-module__7bNG4G__box .styles-module-scss-module__7bNG4G__button:hover{box-shadow:0 6px 20px var(--accent-glow);filter:brightness(1.1);transform:translateY(-2px)}.styles-module-scss-module__7bNG4G__box .styles-module-scss-module__7bNG4G__button:active{transform:scale(.98)}.styles-module-scss-module__7bNG4G__links{justify-content:space-between;align-items:center;width:100%;margin-top:3rem;display:flex}.styles-module-scss-module__7bNG4G__links .styles-module-scss-module__7bNG4G__link_button{color:var(--accent-secondary);cursor:pointer;background:0 0;border:none;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1)}.styles-module-scss-module__7bNG4G__links .styles-module-scss-module__7bNG4G__link_button:hover{color:var(--accent-primary);transform:translateY(-1px)}
.styles-module-scss-module__gAd-OG__sub_title{color:var(--text-secondary);text-align:center;margin-top:1rem;font-size:.9375rem;font-weight:500;line-height:1.5}.styles-module-scss-module__gAd-OG__sub_title strong{color:var(--text-primary);font-weight:700}.styles-module-scss-module__gAd-OG__box{flex-direction:column;width:100%;margin-top:2rem;display:flex}.styles-module-scss-module__gAd-OG__box .styles-module-scss-module__gAd-OG__label_row{justify-content:space-between;align-items:center;width:100%;margin-bottom:1rem;display:flex}.styles-module-scss-module__gAd-OG__box .styles-module-scss-module__gAd-OG__resend_button{color:var(--accent-primary);cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;font-weight:600;transition:color .25s cubic-bezier(.16,1,.3,1),opacity .25s cubic-bezier(.16,1,.3,1)}.styles-module-scss-module__gAd-OG__box .styles-module-scss-module__gAd-OG__resend_button.styles-module-scss-module__gAd-OG__disabled{color:var(--text-muted);cursor:not-allowed;opacity:.7}.styles-module-scss-module__gAd-OG__box .styles-module-scss-module__gAd-OG__resend_button:hover:not(.styles-module-scss-module__gAd-OG__disabled){color:var(--accent-primary-hover)}.styles-module-scss-module__gAd-OG__box .styles-module-scss-module__gAd-OG__input_wrapper{flex-direction:row-reverse;justify-content:center;align-items:center;gap:clamp(4px,2vw,12px);width:100%;max-width:340px;margin:0 auto;display:flex}.styles-module-scss-module__gAd-OG__box .styles-module-scss-module__gAd-OG__input_wrapper .styles-module-scss-module__gAd-OG__input{aspect-ratio:1/1.1;background:var(--glass-surface-base);min-width:0;max-width:50px;height:auto;-webkit-backdrop-filter:var(--glass-blur-base);border:1px solid var(--border-medium);color:var(--text-primary);text-align:center;direction:ltr;border-radius:12px;outline:none;flex:1 1 0;padding:0;font-size:clamp(1rem,4vw,1.35rem);font-weight:700;transition:border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1)}.styles-module-scss-module__gAd-OG__box .styles-module-scss-module__gAd-OG__input_wrapper .styles-module-scss-module__gAd-OG__input:focus{background:var(--glass-surface-overlay);border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--accent-glow);transform:scale(1.04)}.styles-module-scss-module__gAd-OG__box .styles-module-scss-module__gAd-OG__input_wrapper .styles-module-scss-module__gAd-OG__input:disabled{opacity:.5;cursor:not-allowed}.styles-module-scss-module__gAd-OG__box .styles-module-scss-module__gAd-OG__button{background:linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-primary-active) 100%);width:100%;height:50px;color:var(--text-on-accent);box-shadow:0 4px 14px var(--accent-glow);cursor:pointer;border:1px solid #ffffff26;border-radius:12px;margin-top:1rem;font-size:1rem;font-weight:700;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1),filter .25s cubic-bezier(.16,1,.3,1)}.styles-module-scss-module__gAd-OG__box .styles-module-scss-module__gAd-OG__button:hover:not(:disabled){box-shadow:0 6px 20px var(--accent-glow);filter:brightness(1.1);transform:translateY(-2px)}.styles-module-scss-module__gAd-OG__box .styles-module-scss-module__gAd-OG__button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.styles-module-scss-module__gAd-OG__links{justify-content:space-between;align-items:center;width:100%;margin-top:3rem;display:flex}.styles-module-scss-module__gAd-OG__links .styles-module-scss-module__gAd-OG__link_button{color:var(--accent-secondary);cursor:pointer;background:0 0;border:none;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1)}.styles-module-scss-module__gAd-OG__links .styles-module-scss-module__gAd-OG__link_button:hover{color:var(--accent-primary);transform:translateY(-1px)}.styles-module-scss-module__gAd-OG__links .styles-module-scss-module__gAd-OG__change_number{color:var(--status-warning)}.styles-module-scss-module__gAd-OG__links .styles-module-scss-module__gAd-OG__change_number:hover{color:var(--accent-primary)}
.styles-module-scss-module__pyRvcG__wrapper{flex-direction:column;width:100%;display:flex;position:relative}.styles-module-scss-module__pyRvcG__container{direction:rtl;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:380px;padding:1rem 0;display:flex;position:relative}.styles-module-scss-module__pyRvcG__container:before{content:"";background:radial-gradient(ellipse at top, var(--accent-glow) 0%, transparent 70%);pointer-events:none;opacity:.5;width:200px;height:120px;position:absolute;top:-20px;left:50%;transform:translate(-50%)}.styles-module-scss-module__pyRvcG__container .styles-module-scss-module__pyRvcG__title{text-align:center;color:var(--text-primary);justify-content:center;align-items:center;gap:1.5rem;margin-bottom:3rem;font-size:1.375rem;font-weight:800;line-height:1.2;display:flex}@media (min-width:768px){.styles-module-scss-module__pyRvcG__container{min-height:400px}.styles-module-scss-module__pyRvcG__container .styles-module-scss-module__pyRvcG__title{font-size:1.625rem}}
.styles-module-scss-module__jlssNa__app_shell{background-color:var(--bg-primary);width:100%;min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex;position:relative;overflow-x:hidden}.styles-module-scss-module__jlssNa__main_wrapper{-webkit-overflow-scrolling:touch;flex-direction:column;flex:auto;width:100%;margin:0 auto;padding-top:64px;padding-bottom:0;transition:padding .25s cubic-bezier(.16,1,.3,1),background-color .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden auto}.styles-module-scss-module__jlssNa__main_wrapper:before{content:"";background:radial-gradient(ellipse at top, var(--accent-glow) 0%, transparent 70%);pointer-events:none;z-index:0;opacity:.6;width:100%;max-width:1200px;height:300px;position:fixed;top:0;left:50%;transform:translate(-50%)}.styles-module-scss-module__jlssNa__content_inner{z-index:1;flex-direction:column;flex:1 0 auto;align-items:center;width:100%;transition:padding .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.styles-module-scss-module__jlssNa__with_padding{padding-bottom:2rem;padding-left:1rem;padding-right:1rem}.styles-module-scss-module__jlssNa__with_bottom_nav{padding-bottom:calc(64px + 1.5rem)}.styles-module-scss-module__jlssNa__home_layout,.styles-module-scss-module__jlssNa__no_header{padding-top:0!important}@media (orientation:landscape) and (max-height:500px){.styles-module-scss-module__jlssNa__main_wrapper{padding-top:0!important}.styles-module-scss-module__jlssNa__with_padding{padding-top:1rem;padding-bottom:1.5rem;padding-right:calc(56px + 1.5rem)!important}.styles-module-scss-module__jlssNa__with_bottom_nav{padding-bottom:1.5rem}}@media (min-width:768px){.styles-module-scss-module__jlssNa__main_wrapper{padding-top:76px}.styles-module-scss-module__jlssNa__with_padding{padding-bottom:3rem;padding-left:2rem;padding-right:2rem}.styles-module-scss-module__jlssNa__with_bottom_nav{padding-bottom:calc(64px + 2rem)}}@media (min-width:1024px){.styles-module-scss-module__jlssNa__app_shell{flex-direction:row}.styles-module-scss-module__jlssNa__main_wrapper{max-width:100%;padding-top:76px}.styles-module-scss-module__jlssNa__with_padding{padding-bottom:4rem;padding-left:3rem;padding-right:3rem}.styles-module-scss-module__jlssNa__with_bottom_nav{padding-bottom:4rem}}@media (min-width:1440px){.styles-module-scss-module__jlssNa__with_padding{padding-left:4rem;padding-right:4rem}}
.styles-module-scss-module__BHoFca__button{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:#0000;cursor:pointer;white-space:nowrap;will-change:transform,box-shadow;border:1px solid #0000;border-radius:12px;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-size:.9375rem;font-weight:600;line-height:1.2;text-decoration:none;transition:transform .25s cubic-bezier(.16,1,.3,1),background-color .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1),color .25s cubic-bezier(.16,1,.3,1),filter .25s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden}.styles-module-scss-module__BHoFca__button:focus-visible{outline:2px solid var(--accent-primary);outline-offset:3px;box-shadow:0 0 0 4px var(--accent-glow)}.styles-module-scss-module__BHoFca__button:active:not(:disabled){box-shadow:var(--shadow-sm);transform:scale(.97)translateY(0)}.styles-module-scss-module__BHoFca__button:disabled{opacity:.45;cursor:not-allowed;pointer-events:none;box-shadow:none!important;background:var(--bg-tertiary)!important;color:var(--text-muted)!important;border-color:var(--border-subtle)!important;transform:none!important}.styles-module-scss-module__BHoFca__colorPrimary{background:linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-primary-active) 100%);color:var(--text-on-accent);box-shadow:var(--shadow-sm),0 4px 14px var(--accent-glow);border-color:#ffffff26}.styles-module-scss-module__BHoFca__colorPrimary:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(#ffffff40 0%,#fff0 100%);padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.styles-module-scss-module__BHoFca__colorPrimary:hover:not(:disabled){box-shadow:var(--shadow-md),0 8px 22px var(--accent-glow);filter:brightness(1.1);color:var(--text-on-accent);transform:translateY(-2px)}.styles-module-scss-module__BHoFca__colorSecondary{background:var(--glass-surface-elevated);-webkit-backdrop-filter:var(--glass-blur-base);color:var(--text-primary);border-color:var(--border-medium);box-shadow:var(--shadow-sm)}.styles-module-scss-module__BHoFca__colorSecondary:hover:not(:disabled){background:var(--glass-surface-overlay);border-color:var(--border-strong);color:var(--accent-primary);box-shadow:var(--shadow-md),0 0 16px var(--accent-glow);transform:translateY(-2px)}
.styles-module-scss-module__1m4WAa__sliderContainer{direction:rtl;width:100%;max-width:960px;margin:0 auto;position:relative}.styles-module-scss-module__1m4WAa__slider{border-radius:24px;width:100%;position:relative;overflow:hidden}:is(.styles-module-scss-module__1m4WAa__slider .swiper-button-prev,.styles-module-scss-module__1m4WAa__slider .swiper-button-next){background:var(--glass-surface-overlay);width:38px;height:38px;-webkit-backdrop-filter:var(--glass-blur-heavy);border:1px solid var(--border-medium);color:var(--text-primary);box-shadow:var(--shadow-glass);border-radius:9999px;justify-content:center;align-items:center;transition:transform .25s cubic-bezier(.16,1,.3,1),background-color .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);display:flex}:is(.styles-module-scss-module__1m4WAa__slider .swiper-button-prev svg,.styles-module-scss-module__1m4WAa__slider .swiper-button-next svg){width:24px;height:24px}.styles-module-scss-module__1m4WAa__slider .swiper-button-prev:after{color:var(--text-primary);font-size:14px;font-weight:800}.styles-module-scss-module__1m4WAa__slider .swiper-button-next:after{color:var(--text-primary);font-size:14px;font-weight:800}:is(.styles-module-scss-module__1m4WAa__slider .swiper-button-prev:hover,.styles-module-scss-module__1m4WAa__slider .swiper-button-next:hover){background:var(--glass-surface-elevated);border-color:var(--accent-primary);box-shadow:0 0 16px var(--accent-glow);transform:scale(1.12)}.styles-module-scss-module__1m4WAa__slider .swiper-button-prev:hover:after{color:var(--accent-primary)}.styles-module-scss-module__1m4WAa__slider .swiper-button-next:hover:after{color:var(--accent-primary)}:is(.styles-module-scss-module__1m4WAa__slider .swiper-button-prev:active,.styles-module-scss-module__1m4WAa__slider .swiper-button-next:active){transform:scale(.95)}.styles-module-scss-module__1m4WAa__slider .swiper-button-prev{left:1rem}.styles-module-scss-module__1m4WAa__slider .swiper-button-next{right:1rem}.styles-module-scss-module__1m4WAa__slider .swiper-pagination{bottom:1rem}.styles-module-scss-module__1m4WAa__slider .swiper-pagination-bullet{opacity:1;background:#fff6;width:8px;height:8px;transition:all .25s cubic-bezier(.16,1,.3,1)}.styles-module-scss-module__1m4WAa__slider .swiper-pagination-bullet-active{background:var(--accent-primary);width:24px;box-shadow:0 0 10px var(--accent-glow);border-radius:9999px}.styles-module-scss-module__1m4WAa__cardLink{width:100%;color:var(--text-primary);text-decoration:none;display:block}.styles-module-scss-module__1m4WAa__card{aspect-ratio:1920/1200;background:var(--bg-tertiary);border:1px solid var(--border-medium);width:100%;box-shadow:var(--shadow-glass);cursor:pointer;border-radius:24px;flex-direction:column;justify-content:flex-end;display:flex;position:relative;overflow:hidden}.styles-module-scss-module__1m4WAa__card img{object-fit:fill;width:100%;height:100%;transition:transform .35s cubic-bezier(.16,1,.3,1)}.styles-module-scss-module__1m4WAa__card:hover img{transform:scale(1.04)}.styles-module-scss-module__1m4WAa__flag{z-index:10;background:linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-primary-active) 100%);color:var(--text-on-accent);box-shadow:0 4px 14px var(--accent-glow);border:1px solid #fff3;border-radius:9999px;align-items:center;padding:.25rem .875rem;font-size:.8125rem;font-weight:700;display:inline-flex;position:absolute;top:1rem;right:1rem}.styles-module-scss-module__1m4WAa__overlay{z-index:2;pointer-events:none;background:linear-gradient(#08090d00 40%,#08090dcc 75%,#08090df2 100%);position:absolute;inset:0}.styles-module-scss-module__1m4WAa__content{z-index:10;text-align:right;position:absolute;bottom:4rem;left:1.5rem;right:1.5rem}.styles-module-scss-module__1m4WAa__content h3{color:#fff;text-shadow:0 2px 8px #0009;margin:0;font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:800;line-height:1.35}:is([data-theme=light] .styles-module-scss-module__1m4WAa__slider .swiper-button-prev,[data-theme=light] .styles-module-scss-module__1m4WAa__slider .swiper-button-next){color:var(--text-primary);background:#ffffffe0;border-color:#0f172a1f}[data-theme=light] .styles-module-scss-module__1m4WAa__slider .swiper-button-prev:after{color:var(--text-primary)}[data-theme=light] .styles-module-scss-module__1m4WAa__slider .swiper-button-next:after{color:var(--text-primary)}[data-theme=light] .styles-module-scss-module__1m4WAa__slider .swiper-pagination-bullet{background:#0f172a4d}[data-theme=light] .styles-module-scss-module__1m4WAa__card .styles-module-scss-module__1m4WAa__overlay{background:linear-gradient(#0f172a00 30%,#0f172ab3 70%,#0f172ae6 100%)}@media (min-width:768px){:is(.styles-module-scss-module__1m4WAa__slider .swiper-button-prev,.styles-module-scss-module__1m4WAa__slider .swiper-button-next){width:44px;height:44px}}
.styles-module-scss-module__bQzBoq__wrapper{direction:rtl;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.styles-module-scss-module__bQzBoq__wrapper .styles-module-scss-module__bQzBoq__text_section{flex-direction:column;width:100%;margin-bottom:1.5rem;display:flex}.styles-module-scss-module__bQzBoq__wrapper .styles-module-scss-module__bQzBoq__text_section .styles-module-scss-module__bQzBoq__title{color:var(--text-primary);margin-bottom:1rem;font-size:1.125rem;font-weight:700}.styles-module-scss-module__bQzBoq__wrapper .styles-module-scss-module__bQzBoq__text_section .styles-module-scss-module__bQzBoq__disc{color:var(--text-secondary);text-align:right;font-size:.875rem;font-weight:500;line-height:1.6}.styles-module-scss-module__bQzBoq__wrapper .styles-module-scss-module__bQzBoq__selection_row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;width:100%;margin:2rem 0 3rem;display:flex}.styles-module-scss-module__bQzBoq__wrapper .styles-module-scss-module__bQzBoq__selection_row .styles-module-scss-module__bQzBoq__box{background:var(--glass-surface-base);min-width:0;-webkit-backdrop-filter:var(--glass-blur-base);border:1px solid var(--border-medium);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:#0000;border-radius:18px;flex-direction:column;flex:calc(50% - .5rem);justify-content:center;align-items:center;padding:1.5rem 1rem;transition:transform .25s cubic-bezier(.16,1,.3,1),background-color .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.styles-module-scss-module__bQzBoq__wrapper .styles-module-scss-module__bQzBoq__selection_row .styles-module-scss-module__bQzBoq__box .styles-module-scss-module__bQzBoq__icon{aspect-ratio:1;width:44px;height:44px;position:relative}.styles-module-scss-module__bQzBoq__wrapper .styles-module-scss-module__bQzBoq__selection_row .styles-module-scss-module__bQzBoq__box .styles-module-scss-module__bQzBoq__icon img{object-fit:contain}.styles-module-scss-module__bQzBoq__wrapper .styles-module-scss-module__bQzBoq__selection_row .styles-module-scss-module__bQzBoq__box .styles-module-scss-module__bQzBoq__label{color:var(--text-primary);text-align:center;white-space:nowrap;margin-top:1rem;font-size:.875rem;font-weight:600}.styles-module-scss-module__bQzBoq__wrapper .styles-module-scss-module__bQzBoq__selection_row .styles-module-scss-module__bQzBoq__box:hover:not(.styles-module-scss-module__bQzBoq__active_box){background:var(--glass-surface-elevated);border-color:var(--border-strong);transform:translateY(-2px)}.styles-module-scss-module__bQzBoq__wrapper .styles-module-scss-module__bQzBoq__selection_row .styles-module-scss-module__bQzBoq__box:active{transform:scale(.96)}.styles-module-scss-module__bQzBoq__wrapper .styles-module-scss-module__bQzBoq__selection_row .styles-module-scss-module__bQzBoq__active_box{box-shadow:0 0 16px var(--accent-glow);background:var(--glass-surface-overlay)!important;border:1.5px solid var(--accent-primary)!important}.styles-module-scss-module__bQzBoq__wrapper .styles-module-scss-module__bQzBoq__selection_row .styles-module-scss-module__bQzBoq__active_box .styles-module-scss-module__bQzBoq__label{color:var(--accent-primary);font-weight:700}.styles-module-scss-module__bQzBoq__wrapper .styles-module-scss-module__bQzBoq__cards_row{grid-template-columns:repeat(auto-fill,minmax(105px,1fr));gap:2rem 1rem;width:100%;margin-top:1.5rem;padding-bottom:60px;display:grid}.styles-module-scss-module__bQzBoq__wrapper .styles-module-scss-module__bQzBoq__cards_row .styles-module-scss-module__bQzBoq__loader{grid-column:1/-1;justify-content:center;align-items:center;width:100%;min-height:200px;display:flex}@media (min-width:768px){.styles-module-scss-module__bQzBoq__wrapper .styles-module-scss-module__bQzBoq__text_section .styles-module-scss-module__bQzBoq__title{font-size:1.25rem}.styles-module-scss-module__bQzBoq__wrapper .styles-module-scss-module__bQzBoq__text_section .styles-module-scss-module__bQzBoq__disc{font-size:.9375rem}.styles-module-scss-module__bQzBoq__wrapper .styles-module-scss-module__bQzBoq__selection_row{flex-wrap:nowrap;gap:1rem}.styles-module-scss-module__bQzBoq__wrapper .styles-module-scss-module__bQzBoq__selection_row .styles-module-scss-module__bQzBoq__box{flex:1 1 0;padding:2rem 1.5rem}.styles-module-scss-module__bQzBoq__wrapper .styles-module-scss-module__bQzBoq__selection_row .styles-module-scss-module__bQzBoq__box .styles-module-scss-module__bQzBoq__icon{width:52px;height:52px}.styles-module-scss-module__bQzBoq__wrapper .styles-module-scss-module__bQzBoq__selection_row .styles-module-scss-module__bQzBoq__box .styles-module-scss-module__bQzBoq__label{font-size:.9375rem}.styles-module-scss-module__bQzBoq__wrapper .styles-module-scss-module__bQzBoq__cards_row{grid-template-columns:repeat(auto-fill,minmax(135px,1fr));gap:3rem 1.5rem}}@media (min-width:1440px){.styles-module-scss-module__bQzBoq__wrapper .styles-module-scss-module__bQzBoq__cards_row{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}
.styles-module-scss-module__0_39Uq__wrapper{width:100%;max-width:1200px;color:var(--text-primary);direction:rtl;flex-direction:column;margin:3rem auto 2rem;display:flex;position:relative}.styles-module-scss-module__0_39Uq__wrapper .styles-module-scss-module__0_39Uq__categories_wrapper{grid-template-columns:repeat(4,1fr);gap:2rem 1.5rem;width:100%;display:grid}.styles-module-scss-module__0_39Uq__wrapper .styles-module-scss-module__0_39Uq__categories_wrapper .styles-module-scss-module__0_39Uq__card{width:100%;color:var(--text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:#0000;flex-direction:column;justify-content:center;align-items:center;gap:1rem;text-decoration:none;transition:transform .25s cubic-bezier(.16,1,.3,1);display:flex}.styles-module-scss-module__0_39Uq__wrapper .styles-module-scss-module__0_39Uq__categories_wrapper .styles-module-scss-module__0_39Uq__card .styles-module-scss-module__0_39Uq__icon{background:var(--glass-surface-base);width:52px;height:52px;-webkit-backdrop-filter:var(--glass-blur-base);border:1.5px solid var(--border-medium);box-shadow:var(--shadow-sm);border-radius:9999px;justify-content:center;align-items:center;transition:transform .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.styles-module-scss-module__0_39Uq__wrapper .styles-module-scss-module__0_39Uq__categories_wrapper .styles-module-scss-module__0_39Uq__card .styles-module-scss-module__0_39Uq__icon img{object-fit:contain;width:65%;height:65%}.styles-module-scss-module__0_39Uq__wrapper .styles-module-scss-module__0_39Uq__categories_wrapper .styles-module-scss-module__0_39Uq__card .styles-module-scss-module__0_39Uq__title{color:var(--text-primary);text-align:center;white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:.8125rem;font-weight:600;transition:color .25s cubic-bezier(.16,1,.3,1);overflow:hidden}.styles-module-scss-module__0_39Uq__wrapper .styles-module-scss-module__0_39Uq__categories_wrapper .styles-module-scss-module__0_39Uq__card:hover{transform:translateY(-2px)}.styles-module-scss-module__0_39Uq__wrapper .styles-module-scss-module__0_39Uq__categories_wrapper .styles-module-scss-module__0_39Uq__card:hover .styles-module-scss-module__0_39Uq__icon{border-color:var(--accent-primary);box-shadow:0 0 16px var(--accent-glow);transform:scale(1.08)}.styles-module-scss-module__0_39Uq__wrapper .styles-module-scss-module__0_39Uq__categories_wrapper .styles-module-scss-module__0_39Uq__card:hover .styles-module-scss-module__0_39Uq__title{color:var(--accent-primary)}.styles-module-scss-module__0_39Uq__wrapper .styles-module-scss-module__0_39Uq__categories_wrapper .styles-module-scss-module__0_39Uq__card:active{transform:scale(.95)}[data-theme=light] .styles-module-scss-module__0_39Uq__wrapper .styles-module-scss-module__0_39Uq__categories_wrapper .styles-module-scss-module__0_39Uq__card .styles-module-scss-module__0_39Uq__icon{background:#ffffffd9;border-color:#0f172a1f}@media (min-width:768px){.styles-module-scss-module__0_39Uq__wrapper .styles-module-scss-module__0_39Uq__categories_wrapper{grid-template-columns:repeat(5,1fr);gap:3rem 2rem}.styles-module-scss-module__0_39Uq__wrapper .styles-module-scss-module__0_39Uq__categories_wrapper .styles-module-scss-module__0_39Uq__card .styles-module-scss-module__0_39Uq__icon{width:64px;height:64px}.styles-module-scss-module__0_39Uq__wrapper .styles-module-scss-module__0_39Uq__categories_wrapper .styles-module-scss-module__0_39Uq__card .styles-module-scss-module__0_39Uq__title{font-size:.9375rem}}
.styles-module-scss-module__Zi99ma__funCard{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:#0000;background:var(--glass-surface-base);width:100%;-webkit-backdrop-filter:var(--glass-blur-base);border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm);will-change:transform;direction:rtl;border-radius:18px;flex-direction:column;align-items:center;transition:transform .25s cubic-bezier(.16,1,.3,1),background-color .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.styles-module-scss-module__Zi99ma__funCard .styles-module-scss-module__Zi99ma__funCardHeader{background:var(--glass-surface-overlay);border-bottom:1px solid var(--border-subtle);align-items:center;gap:1rem;width:100%;padding:1rem 1.5rem;display:flex}.styles-module-scss-module__Zi99ma__funCard .styles-module-scss-module__Zi99ma__funCardHeader .styles-module-scss-module__Zi99ma__avatarWrapper{border:2px solid var(--accent-primary);width:36px;height:36px;box-shadow:0 0 8px var(--accent-glow);border-radius:9999px;flex-shrink:0;position:relative;overflow:hidden}.styles-module-scss-module__Zi99ma__funCard .styles-module-scss-module__Zi99ma__funCardHeader .styles-module-scss-module__Zi99ma__avatarWrapper img{object-fit:fill}.styles-module-scss-module__Zi99ma__funCard .styles-module-scss-module__Zi99ma__funCardHeader .styles-module-scss-module__Zi99ma__userName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;text-align:right;flex:auto;font-size:.75rem;font-weight:700;transition:color .25s cubic-bezier(.16,1,.3,1);overflow:hidden}.styles-module-scss-module__Zi99ma__funCard .styles-module-scss-module__Zi99ma__thumbnailWrapper{aspect-ratio:1;border:1px solid var(--border-subtle);background:var(--bg-tertiary);width:100%;position:relative;overflow:hidden}.styles-module-scss-module__Zi99ma__funCard .styles-module-scss-module__Zi99ma__thumbnailWrapper img,.styles-module-scss-module__Zi99ma__funCard .styles-module-scss-module__Zi99ma__thumbnailWrapper .styles-module-scss-module__Zi99ma__thumbnailImage{object-fit:fill;width:100%;height:100%;transition:transform .35s cubic-bezier(.16,1,.3,1)}.styles-module-scss-module__Zi99ma__funCard:hover{background:var(--glass-surface-elevated);border-color:var(--border-strong);box-shadow:var(--shadow-md),0 0 16px var(--accent-glow);transform:translateY(-4px)}.styles-module-scss-module__Zi99ma__funCard:hover .styles-module-scss-module__Zi99ma__funCardHeader .styles-module-scss-module__Zi99ma__userName{color:var(--accent-primary)}.styles-module-scss-module__Zi99ma__funCard:hover .styles-module-scss-module__Zi99ma__thumbnailWrapper img{transform:scale(1.06)}.styles-module-scss-module__Zi99ma__funCard:active{transform:scale(.97)}.styles-module-scss-module__Zi99ma__funCard:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}
.styles-module-scss-module__bkM23q__container{text-align:center;direction:rtl;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:460px;margin:0 auto;padding:1.5rem 1.5rem 2rem;display:flex}.styles-module-scss-module__bkM23q__container .styles-module-scss-module__bkM23q__message{color:var(--text-primary);margin-bottom:3rem;font-size:1rem;font-weight:700;line-height:1.6}.styles-module-scss-module__bkM23q__container .styles-module-scss-module__bkM23q__actionWrapper{justify-content:center;align-items:center;gap:1.5rem;width:100%;display:flex}.styles-module-scss-module__bkM23q__container .styles-module-scss-module__bkM23q__actionWrapper .styles-module-scss-module__bkM23q__actionBtn{flex:1 1 0;min-width:0}@media (min-width:768px){.styles-module-scss-module__bkM23q__container{padding:2rem 3rem}.styles-module-scss-module__bkM23q__container .styles-module-scss-module__bkM23q__message{font-size:1.125rem}}
