*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}:root{--bg:#0b0b0f;--card:#15151b;--card-2:#1c1c24;--border:#25252f;--yellow:#f5c518;--yellow-soft:#ffd75a;--yellow-dim:rgba(245,197,24,.1);--red:#fa320a;--green-meta:#6c3;--text:#f5f5f7;--muted:#8a8a95;--muted-2:#5a5a65}html{scroll-behavior:smooth}body{font-family:var(--font-vazirmatn),"Vazirmatn",Tahoma,sans-serif;background:#000;color:#f5f5f7;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;min-height:100vh}::-webkit-scrollbar{width:0;display:none}img{display:block;max-width:100%}a{text-decoration:none}a,button{color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}.container-mobile{max-width:480px;margin:0 auto;min-height:100vh;background:#0b0b0f;position:relative;box-shadow:0 0 80px rgba(0,0,0,.5);padding-bottom:80px}.bg-dark{background-color:#0b0b0f}.bg-card{background-color:#15151b}.bg-card-2{background-color:#1c1c24}.border-border{border-color:#25252f}.text-yellow-400{color:#f5c518}.text-gray-400{color:#8a8a95}.text-gray-500{color:#5a5a65}.text-gray-600{color:#4a4a55}.text-gray-300{color:#c0c0c8}.text-white{color:#fff}.text-black{color:#000}.text-red-400,.text-red-500{color:#fa320a}.text-green-400,.text-green-500{color:#6c3}.text-blue-400{color:#3b82f6}.bg-yellow-400{background-color:#f5c518}.bg-yellow-400\/10{background-color:rgba(245,197,24,.1)}.bg-yellow-400\/5{background-color:rgba(245,197,24,.05)}.bg-red-500\/10{background-color:rgba(250,50,10,.1)}.bg-red-500\/20{background-color:rgba(250,50,10,.2)}.bg-green-500\/20{background-color:rgba(102,204,51,.2)}.bg-blue-500\/10{background-color:rgba(59,130,246,.1)}.bg-gray-500\/20{background-color:rgba(90,90,101,.2)}.bg-black\/50{background-color:rgba(0,0,0,.5)}.bg-black\/70{background-color:rgba(0,0,0,.7)}.bg-white\/5{background-color:hsla(0,0%,100%,.05)}.bg-white\/10{background-color:hsla(0,0%,100%,.1)}.rounded-lg{border-radius:8px}.rounded-xl{border-radius:12px}.rounded-2xl{border-radius:16px}.rounded-full{border-radius:9999px}.border{border-width:1px;border-style:solid}.border-b{border-bottom-width:1px;border-bottom-style:solid}.border-t{border-top-width:1px;border-top-style:solid}.border-white\/10{border-color:hsla(0,0%,100%,.1)}.border-red-500\/20{border-color:rgba(250,50,10,.2)}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-xs{font-size:12px}.text-sm{font-size:14px}.text-base{font-size:16px}.text-lg{font-size:18px}.text-xl{font-size:20px}.text-2xl{font-size:24px}.text-4xl{font-size:36px}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.p-1{padding:4px}.p-2{padding:8px}.p-2\.5{padding:10px}.p-3{padding:12px}.p-3\.5{padding:14px}.p-4{padding:16px}.p-6{padding:24px}.px-2{padding-left:8px;padding-right:8px}.px-2\.5{padding-left:10px;padding-right:10px}.px-3{padding-left:12px;padding-right:12px}.px-4{padding-left:16px;padding-right:16px}.px-6{padding-left:24px;padding-right:24px}.py-0\.5{padding-top:2px;padding-bottom:2px}.py-1{padding-top:4px;padding-bottom:4px}.py-1\.5{padding-top:6px;padding-bottom:6px}.py-2{padding-top:8px;padding-bottom:8px}.py-2\.5{padding-top:10px;padding-bottom:10px}.py-3{padding-top:12px;padding-bottom:12px}.py-4{padding-top:16px;padding-bottom:16px}.py-8{padding-top:32px;padding-bottom:32px}.py-10{padding-top:40px;padding-bottom:40px}.py-20{padding-top:80px;padding-bottom:80px}.m-0{margin:0}.mb-0\.5{margin-bottom:2px}.mb-1{margin-bottom:4px}.mb-1\.5{margin-bottom:6px}.mb-2{margin-bottom:8px}.mb-2\.5{margin-bottom:10px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mb-8{margin-bottom:32px}.mt-0\.5{margin-top:2px}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mt-5{margin-top:20px}.mt-6{margin-top:24px}.mt-10{margin-top:40px}.mr-1{margin-right:4px}.mr-2{margin-right:8px}.mr-auto{margin-right:auto}.ml-auto{margin-left:auto}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-1{gap:4px}.gap-1\.5{gap:6px}.gap-2{gap:8px}.gap-2\.5{gap:10px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-6{gap:24px}.flex-1{flex:1 1}.flex-shrink-0{flex-shrink:0}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.place-items-center{place-items:center}.truncate{text-overflow:ellipsis;white-space:nowrap}.overflow-hidden,.truncate{overflow:hidden}.overflow-x-auto{overflow-x:auto}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:-webkit-sticky;position:sticky}.top-0{top:0}.bottom-0{bottom:0}.bottom-2{bottom:8px}.bottom-3{bottom:12px}.left-2{left:8px}.left-3\.5{left:14px}.right-2{right:8px}.right-3{right:12px}.right-4{right:16px}.inset-0{inset:0}.z-10{z-index:10}.z-50{z-index:50}.z-100{z-index:100}.h-1{height:4px}.h-4{height:16px}.h-5{height:20px}.h-6{height:24px}.h-7{height:28px}.h-8{height:32px}.h-9{height:36px}.h-10{height:40px}.h-12{height:48px}.h-14{height:56px}.h-16{height:64px}.h-20{height:80px}.h-36{height:144px}.h-40{height:160px}.h-44{height:176px}.h-screen{height:100vh}.w-1{width:4px}.w-5{width:20px}.w-6{width:24px}.w-7{width:28px}.w-8{width:32px}.w-9{width:36px}.w-10{width:40px}.w-12{width:48px}.w-14{width:56px}.w-16{width:64px}.w-20{width:80px}.w-24{width:96px}.w-full{width:100%}.aspect-\[2\/3\]{aspect-ratio:2/3}.aspect-video{aspect-ratio:16/9}.object-cover{object-fit:cover}.min-h-\[80px\]{min-height:80px}.min-h-\[100px\]{min-height:100px}.min-h-screen{min-height:100vh}.max-w-sm{max-width:384px}.max-w-2xl{max-width:672px}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.transition-all{transition:all .2s}.transition-colors{transition:colors .2s}.transition-transform{transition:transform .2s}.hover\:border-yellow-400:hover{border-color:#f5c518}.hover\:text-white:hover{color:#fff}.focus\:outline-none:focus{outline:none}.focus\:border-yellow-400:focus{border-color:#f5c518}.active\:scale-95:active{transform:scale(.95)}.active\:scale-98:active{transform:scale(.98)}.disabled\:opacity-50:disabled{opacity:.5}.whitespace-nowrap{white-space:nowrap}.text-center{text-align:center}.text-right{text-align:right}.leading-tight{line-height:1.25}.leading-7{line-height:1.75rem}.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.backdrop-blur-xl{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.backdrop-blur-lg{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.floating-menu{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);gap:2px;width:-moz-fit-content;width:fit-content;max-width:480px;padding:7px 9px calc(7px + env(safe-area-inset-bottom));border-radius:999px;background:rgba(18,12,30,.82);border:1px solid hsla(0,0%,100%,.1);backdrop-filter:blur(24px) saturate(160%);-webkit-backdrop-filter:blur(24px) saturate(160%);box-shadow:0 16px 40px rgba(0,0,0,.55);z-index:100}.floating-menu,.menu-item{display:flex;align-items:center;justify-content:center}.menu-item{--c:#f5c518;position:relative;flex-direction:column;gap:3px;padding:8px 10px 7px;border-radius:999px;cursor:pointer;background:transparent;border:none;outline:none;-webkit-tap-highlight-color:transparent;font-family:inherit;transition:background .3s ease,transform .25s ease}.menu-item .icon-wrap{position:relative;width:26px;height:26px;display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.menu-item svg{width:21px;height:21px;stroke:#b3aac4;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:stroke .25s ease,filter .25s ease}.menu-item svg.icon-fill{fill:#b3aac4;stroke:none;transition:fill .25s ease,filter .25s ease}.menu-item span{font-size:10.5px;font-weight:500;line-height:1;color:#b3aac4;transition:color .25s ease;white-space:nowrap}.menu-glow{position:absolute;top:50%;left:50%;width:42px;height:42px;border-radius:50%;background:radial-gradient(circle,var(--c) 0,transparent 70%);opacity:0;filter:blur(4px);transform:translate(-50%,-50%) scale(.5);transition:opacity .3s ease,transform .3s ease;z-index:-1}.menu-item.active,.menu-item:hover{background:color-mix(in srgb,var(--c) 16%,transparent)}.menu-item.active .icon-wrap,.menu-item:hover .icon-wrap{transform:scale(1.1)}.menu-item.active svg,.menu-item:hover svg{stroke:var(--c);filter:drop-shadow(0 0 6px color-mix(in srgb,var(--c) 65%,transparent))}.menu-item.active svg.icon-fill,.menu-item:hover svg.icon-fill{fill:var(--c);stroke:none}.menu-item.active span,.menu-item:hover span{color:var(--c);font-weight:600}.menu-item.active .menu-glow,.menu-item:hover .menu-glow{opacity:.55;transform:translate(-50%,-50%) scale(1)}.menu-item:active{transform:scale(.93)}@media (max-width:380px){.menu-item{padding:7px 6px 6px}.menu-item span{font-size:9px}.menu-item svg{width:18px;height:18px}}.page-transition{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hero-slide,.hero-slider{position:relative;height:220px;overflow:hidden}.hero-backdrop{position:absolute;inset:0;background-size:cover;background-position:50%;background-repeat:no-repeat}.hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,#0b0b0f 5%,rgba(11,11,15,.2) 60%,rgba(11,11,15,.4))}.hero-content{position:absolute;bottom:12px;right:0;left:0;padding:0 16px;z-index:2}.movie-card{flex-shrink:0;width:110px;cursor:pointer}.movie-poster{position:relative;aspect-ratio:2/3;border-radius:10px;overflow:hidden;background:#15151b;margin-bottom:6px}.movie-poster img{width:100%;height:100%;object-fit:cover}.movie-scroll{display:flex;gap:10px;overflow-x:auto;padding:4px 16px 16px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.movie-scroll::-webkit-scrollbar{display:none}.detail-backdrop{position:relative;height:260px;overflow:hidden}.detail-backdrop img{width:100%;height:100%;object-fit:cover;object-position:center}.quality-item{background:#0b0b0f;border:1px solid #25252f;border-radius:12px;padding:10px;display:flex;align-items:center;gap:10px;transition:all .2s;text-decoration:none;color:inherit}.quality-item:active{border-color:#f5c518}.comment-item{display:flex;gap:10px;background:#15151b;border:1px solid #25252f;border-radius:16px;padding:12px;margin-bottom:10px}.comment-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#1c1c24}.comment-avatar img{width:100%;height:100%;object-fit:cover}.profile-header{position:relative;overflow:hidden;background:radial-gradient(120% 140% at 100% 0,rgba(245,197,24,.3) 0,rgba(245,197,24,.1) 32%,transparent 60%),radial-gradient(100% 120% at 0 100%,rgba(245,197,24,.12) 0,transparent 55%),linear-gradient(160deg,#050505,#0b0b0f);padding:24px 16px;border-bottom:1px solid #25252f}.profile-header:before{content:"";position:absolute;top:-60px;left:-40px;width:200px;height:200px;background:#f5c518;filter:blur(80px);opacity:.25;border-radius:50%;pointer-events:none}.profile-header>*{position:relative;z-index:1}.profile-avatar{width:64px;height:64px;border-radius:50%;overflow:hidden;border:2px solid #f5c518}.profile-avatar img{width:100%;height:100%;object-fit:cover}.app-header{padding:12px 16px;gap:10px;position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(11,11,15,.8);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid #25252f}.app-header,.app-logo{display:flex;align-items:center}.app-logo{gap:8px;cursor:pointer}.app-logo img{width:30px;height:30px;border-radius:8px;object-fit:contain}.app-logo span{font-weight:800;font-size:16px;color:#f5f5f7}.app-header-actions{margin-right:auto;display:flex;gap:8px}.app-header-btn{width:36px;height:36px;border-radius:10px;background:#15151b;display:grid;place-items:center;color:#8a8a95;border:1px solid #25252f;cursor:pointer;overflow:hidden}.featured-slider-container{position:relative;height:200px;overflow:hidden;margin-bottom:16px}.featured-slider-track{display:flex;height:100%;transition:transform .5s ease-in-out}.featured-slide{min-width:100%;height:100%;cursor:pointer;position:relative}.featured-slide img{width:100%;height:100%;object-fit:cover;object-position:center}.featured-slide-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(11,11,15,.9) 10%,rgba(11,11,15,.3) 50%,rgba(11,11,15,.2))}.featured-slide-content{position:absolute;bottom:12px;right:16px;left:16px}.featured-slide-title{font-size:16px;font-weight:800;margin-bottom:4px;color:#f5f5f7}.featured-slide-meta{display:flex;gap:8px;align-items:center;font-size:11px;color:#c0c0c8}.featured-dots{position:absolute;bottom:6px;left:50%;transform:translateX(-50%);display:flex;gap:4px}.featured-dot{width:8px;height:4px;border-radius:4px;background:hsla(0,0%,100%,.3);transition:all .3s}.featured-dot.active{width:18px;background:#f5c518}.archive-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;padding:16px}.archive-card{cursor:pointer;transition:transform .15s ease}.archive-card:active{transform:scale(.95)}.archive-poster{aspect-ratio:2/3;border-radius:10px;overflow:hidden;background:#15151b;margin-bottom:6px;position:relative}.archive-title{font-size:11px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#f5f5f7}.archive-rating{display:inline-flex;align-items:center;gap:3px;font-size:10px;color:#f5c518;margin-top:2px;background:rgba(245,197,24,.1);padding:2px 6px;border-radius:10px}.loading-spinner{width:24px;height:24px;border:2px solid #f5c518;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}.loading-text{display:flex;align-items:center;justify-content:center;gap:8px;color:#8a8a95;font-size:12px;padding:20px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.placeholder-shimmer{background:linear-gradient(90deg,#1c1c24 25%,#25252f 50%,#1c1c24 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.md\:grid-cols-4{grid-template-columns:repeat(4,1fr)}.md\:col-span-2{grid-column:span 2}}.toast-stack{position:fixed;bottom:calc(92px + env(safe-area-inset-bottom));top:auto;left:50%;transform:translateX(-50%);z-index:300;display:flex;flex-direction:column;gap:8px;width:calc(100% - 28px);max-width:420px;pointer-events:none}.toast-item{display:flex;align-items:center;gap:10px;padding:11px 14px;border-radius:12px;background:rgba(21,21,27,.92);border:1px solid hsla(0,0%,100%,.08);backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);box-shadow:0 10px 30px rgba(0,0,0,.4);pointer-events:auto;cursor:pointer;animation:toast-in-up .28s cubic-bezier(.34,1.56,.64,1)}.toast-icon{flex-shrink:0;width:26px;height:26px;border-radius:50%;display:grid;place-items:center}.toast-message{font-size:12.5px;font-weight:600;color:#ededf2;line-height:1.6}.toast-success{border-color:rgba(102,204,51,.25)}.toast-success .toast-icon{background:rgba(102,204,51,.16);color:#8fe05c}.toast-info{border-color:rgba(59,130,246,.25)}.toast-info .toast-icon{background:rgba(59,130,246,.16);color:#6fa8fb}.toast-neutral{border-color:rgba(245,197,24,.25)}.toast-neutral .toast-icon{background:rgba(245,197,24,.16);color:#f5c518}.toast-error{border-color:rgba(250,50,10,.25)}.toast-error .toast-icon{background:rgba(250,50,10,.16);color:#fa6b4a}@keyframes toast-in{0%{opacity:0;transform:translateY(-10px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes toast-in-up{0%{opacity:0;transform:translateY(14px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.scroll-top-btn{position:fixed;right:16px;bottom:calc(104px + env(safe-area-inset-bottom));top:auto;width:46px;height:46px;border-radius:50%;border:1px solid hsla(0,0%,100%,.1);background:rgba(21,21,27,.85);backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%);color:#f5c518;display:grid;place-items:center;box-shadow:0 10px 24px rgba(0,0,0,.45);z-index:90;cursor:pointer;animation:toast-in .25s ease}@font-face{font-family:__Vazirmatn_a594d4;src:url(/_next/static/media/77a5213e6c4f1531-s.p.woff2) format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:__Vazirmatn_a594d4;src:url(/_next/static/media/2c8554bdab87ece2-s.p.woff2) format("woff2");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:__Vazirmatn_a594d4;src:url(/_next/static/media/0b7b20f60296dc0e-s.p.woff2) format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:__Vazirmatn_Fallback_a594d4;src:local("Arial");ascent-override:101.52%;descent-override:53.18%;line-gap-override:0.00%;size-adjust:101.00%}.__className_a594d4{font-family:__Vazirmatn_a594d4,__Vazirmatn_Fallback_a594d4}.__variable_a594d4{--font-vazirmatn:"__Vazirmatn_a594d4","__Vazirmatn_Fallback_a594d4"}