@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Outfit:wght@600;700;900&display=swap";
:root{--bg-color:#050713;--bg-elevated:#0a0d1c;--bg-panel:#101423;--bg-input:#0b0f1e;--bg-main:#050713;--background:var(--bg-main);--page-background:linear-gradient(180deg, #050713 0%, #060918 48%, #04050d 100%);--card-bg:var(--bg-panel);--danger:#ef4444;--sidebar-bg:#050713f0;--surface-color:#121626d1;--surface-hover:#222842e6;--primary:#8b3dff;--primary-hover:#a149ff;--primary-soft:#8b3dff2e;--accent-new:#ff4ddb;--accent-ongoing:#4cc9f0;--accent-warm:#f59e0b;--text-main:#f8fafc;--text-muted:#a7adbd;--text-dim:#71788e;--border-color:#ffffff0e;--border:#ffffff0e;--shadow-strong:0 24px 70px #0000007a;--shadow-card:0 14px 30px #00000059}*{box-sizing:border-box;margin:0;padding:0}html{background:#050713;background-image:var(--page-background);background-repeat:no-repeat;background-size:100% 100%;background-attachment:fixed;font-size:87.5%}body{overscroll-behavior-y:none;min-height:100dvh;color:var(--text-main);background:#050713;background-image:var(--page-background);background-repeat:no-repeat;background-size:100% 100%;background-attachment:fixed;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}.app-backdrop{z-index:0;pointer-events:none;background:radial-gradient(circle at 18% -6%,#8b3dff42,#0000 32rem),radial-gradient(circle at 84% 10%,#4cc9f01a,#0000 30rem);height:520px;position:absolute;inset:0}h1,h2,h3,h4,h5,h6{letter-spacing:0;color:#fff;font-family:Outfit,Inter,sans-serif;font-weight:700}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer;border:0}img{max-width:100%;display:block}.app-layout{z-index:1;min-height:100dvh;display:flex;position:relative}.main-column{flex:1;min-width:0}.main-content{min-height:calc(100vh - 76px)}.sidebar{z-index:60;border-right:1px solid var(--border-color);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(#070a18f5,#04060ff0);flex-direction:column;flex:0 0 96px;width:96px;height:100vh;display:flex;position:sticky;top:0}.sidebar-logo-container{padding:.85rem .7rem .55rem}.logo{color:#fff;place-items:center;gap:.35rem;min-height:56px;font-family:Outfit,sans-serif;font-size:.86rem;font-weight:800;display:grid}.logo-mark{object-fit:contain;filter:drop-shadow(0 0 18px #a855f78c);width:36px;height:36px}.logo-text{text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.sidebar-nav{overscroll-behavior:contain;scrollbar-width:none;flex-direction:column;flex:1;justify-content:space-between;min-height:0;padding:.25rem .65rem .65rem;display:flex;position:relative;overflow-y:auto}.sidebar-nav::-webkit-scrollbar{display:none}.sidebar-active-indicator{z-index:0;pointer-events:none;background:linear-gradient(#8b3dff38,#8b3dff12);border:1px solid #8b3dff3d;border-radius:16px;transition:transform .34s cubic-bezier(.22,1,.36,1),width .34s cubic-bezier(.22,1,.36,1),height .34s cubic-bezier(.22,1,.36,1),opacity .16s;position:absolute;top:0;left:0;box-shadow:inset 0 0 20px #8b3dff24}.nav-group{flex-direction:column;gap:.42rem;display:flex}.sidebar-divider{display:none}.sidebar-link{z-index:1;min-height:52px;color:var(--text-muted);border:1px solid #0000;border-radius:16px;place-items:center;gap:.18rem;transition:transform .18s,color .18s,border-color .18s,background .18s;display:grid;position:relative}.sidebar-link:hover{color:#fff;box-shadow:none;background:0 0;border-color:#0000}.sidebar-link.active{color:#fff;border-color:#0000}.sidebar-link:hover{transform:translateY(-1px)}.sidebar-icon{place-items:center;display:grid}.sidebar-label{text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.74rem;font-weight:600;line-height:1.15;overflow:hidden}.sidebar-link-rooms{align-content:center;gap:.2rem;min-height:62px}.sidebar-link-rooms .sidebar-label{text-overflow:clip;white-space:normal;max-width:84px;font-size:.74rem;line-height:1.08;overflow:visible}.navbar{z-index:50;border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#050713cc;position:relative}.nav-container{justify-content:center;align-items:center;min-height:76px;padding:1rem 2.2rem;display:flex}.nav-actions{justify-content:center;align-items:center;gap:1rem;width:100%;display:flex;position:relative}.nav-actions .profile-dropdown-wrapper,.nav-actions>.btn-primary{position:absolute;top:50%;right:0;transform:translateY(-50%)}.nav-actions .search-bar{min-width:320px;left:calc(50vw - 96px);transform:translate(-50%);width:min(460px,100vw - 520px)!important;max-width:460px!important;margin:0!important;position:absolute!important}.search-bar input{height:44px!important;box-shadow:none!important;color:#fff!important;background:#0b0f1ebd!important;border:1px solid #fff1!important;border-radius:18px!important}.search-bar input:focus{background:#0f1427f2!important;border-color:#8b3dff61!important;box-shadow:0 0 0 3px #8b3dff29!important}.search-results{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0c101ffa!important;border-color:#fff1!important}.profile-dropdown-wrapper{position:relative}.profile-btn{color:#fff;background:linear-gradient(135deg,#8b3dff42,#2073ff33);border:1px solid #fff1;border-radius:18px;align-items:center;gap:1rem;min-height:48px;padding:.42rem 1.35rem .42rem .9rem;transition:border-color .18s,background .18s,transform .18s;display:inline-flex}.profile-btn:hover{background:linear-gradient(135deg,#8b3dff61,#2073ff42);border-color:#8b3dff47}.profile-avatar{object-fit:cover;background:var(--primary);border:1px solid #ffffff1f;border-radius:999px;flex:none;width:36px;height:36px}.profile-name{text-overflow:ellipsis;white-space:nowrap;max-width:15rem;font-weight:700;overflow:hidden}.btn-primary,.btn-secondary,.btn-play,.btn-details{border-radius:18px;justify-content:center;align-items:center;gap:.55rem;min-height:42px;font-weight:700;transition:transform .18s,background .18s,border-color .18s;display:inline-flex}.btn-primary,.btn-play{color:#fff;background:linear-gradient(135deg,#b832ff,#3468ff);padding:.75rem 1.4rem;box-shadow:0 12px 24px #8b3dff47}.btn-primary:hover,.btn-play:hover{background:linear-gradient(135deg,#c34aff,#4577ff);transform:translateY(-1px)}.nav-actions>.btn-primary:hover{transform:translateY(-50%)}.btn-secondary,.btn-details{color:#fff;background:#ffffff12;border:1px solid #fff1;padding:.75rem 1.2rem}.btn-secondary:hover,.btn-details:hover{background:#ffffff1f;border-color:#ffffff1f}.logout-btn{color:#f87171;background:0 0;border-color:#ef444475}.logout-btn:hover{color:#fca5a5;background:#ef444414;border-color:#ef4444a8}.hero-banner{min-height:clamp(280px,31vw,390px);box-shadow:var(--shadow-strong);background:#090b16;border:1px solid #fff1;border-radius:24px;align-items:center;margin:1.25rem 2.2rem 0;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:1;object-fit:cover;object-position:center 24%;filter:saturate(1.22)contrast(1.08);width:100%;height:100%;position:absolute;inset:0;transform:scale(1.04)}.hero-gradient{z-index:2;background:linear-gradient(90deg,#050713f0 0%,#050713ad 35%,#05071314 70%),linear-gradient(#0000 54%,#050713d6 100%),radial-gradient(circle at 72% 25%,#ff4ddb57,#0000 25rem);position:absolute;inset:0}.hero-content{z-index:3;width:min(52rem,54%);padding:clamp(1.6rem,4vw,3.6rem);position:relative}.hero-badge{color:#fff;background:linear-gradient(135deg,#8b3dffe0,#2073ffb8);border:1px solid #ffffff14;border-radius:14px;align-items:center;min-height:24px;margin-bottom:1rem;padding:.28rem .75rem;font-size:.72rem;font-weight:800;display:inline-flex}.hero-title{overflow-wrap:anywhere;max-width:100%;margin-bottom:.55rem;font-size:clamp(2rem,4vw,3.8rem);line-height:.96}.hero-banner-title{margin-bottom:.5rem}.news-hero-banner{border:1px solid #fff1;border-radius:24px;align-items:flex-end;width:100%;min-height:clamp(250px,28vw,340px);margin-bottom:2.2rem;padding:clamp(1.5rem,3vw,2.4rem);display:flex;position:relative;overflow:hidden;box-shadow:0 18px 46px #00000047}.news-hero-bg{z-index:0;background-position:50%;background-size:cover;position:absolute;inset:0}.news-hero-gradient{z-index:1;background:linear-gradient(90deg,#050713f2 0%,#050713b8 46%,#05071329 100%),linear-gradient(#0000 42%,#050713e0 100%);position:absolute;inset:0}.news-hero-content{z-index:2;max-width:720px;position:relative}.news-hero-tag{z-index:3;color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#8b3dffb8;border:1px solid #ffffff1c;border-radius:12px;align-items:center;gap:6px;padding:6px 14px;font-size:.85rem;font-weight:700;display:inline-flex;position:absolute;top:clamp(1.5rem,3vw,2.4rem);left:clamp(1.5rem,3vw,2.4rem)}.news-hero-title{text-shadow:0 2px 4px #000c;margin-bottom:.8rem;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05}.news-hero-desc{color:#ffffffd9;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:58rem;margin-bottom:1.35rem;font-size:1rem;line-height:1.5;display:-webkit-box;overflow:hidden}.news-hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.news-hero-link,.home-footer-link{border-radius:14px;justify-content:center;align-items:center;gap:.5rem;min-height:42px;padding:.72rem 1.1rem;font-weight:800;text-decoration:none;transition:border-color .18s,background .18s,transform .18s;display:inline-flex}.news-hero-link{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1f}.news-hero-link:hover,.home-footer-link:hover{transform:translateY(-1px)}.home-footer{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;width:100%;margin-top:3.2rem;display:grid}.home-footer-card{background:#101423b8;border:1px solid #fff1;border-radius:18px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;min-height:190px;padding:1.35rem;display:flex}.home-footer-card-primary{background:radial-gradient(circle at 0 0,#8b3dff38,#0000 18rem),#101423c2;border-color:#8b3dff38}.home-footer-card-title{color:#fff;align-items:center;gap:.55rem;font-size:1.05rem;font-weight:900;display:flex}.home-footer-card-title svg{color:var(--primary)}.home-footer-card p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.55}.home-footer-link{color:#d9ccff;background:#8b3dff14;border:1px solid #8b3dff47;justify-content:center;align-items:center;margin-top:auto;padding:.65rem 1.15rem;display:inline-flex}.home-footer-link-primary{color:#fff;background:#8b3dff38;border-color:#8b3dff5c}.hero-subtitle{color:#d8def0;margin-bottom:1rem;font-weight:600}.hero-desc{max-width:42rem;color:var(--text-muted);margin-bottom:1.65rem;font-size:1rem;line-height:1.55}.hero-buttons{flex-wrap:wrap;gap:.85rem;display:flex}.hero-arrow{z-index:4;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#05071385;border:1px solid #fff1;border-radius:999px;place-items:center;width:42px;height:42px;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.hero-arrow.prev{left:1rem}.hero-arrow.next{right:1rem}.hero-dots{z-index:4;gap:.42rem;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.dot{background:#ffffff47;border-radius:999px;width:7px;height:7px}.dot.active{background:#fff;width:24px}.home-sections,.container{width:100%;max-width:1840px;margin:0 auto;padding:1.35rem 2.2rem 3rem}.anime-carousel-section{margin-bottom:1.6rem!important}.anime-carousel-section>div:first-child,.page-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.section-title,.page-title{align-items:center;gap:.45rem;font-size:1.45rem;line-height:1.2;display:flex}.title-icon{place-items:center;display:inline-grid}.view-all-link{color:#d9ccff;font-size:.88rem;font-weight:700}.view-all-link:hover{color:#fff}.carousel-container,.profile-list-scroll{scrollbar-width:none;grid-auto-columns:minmax(188px,1fr);grid-auto-flow:column;gap:1rem;padding:.1rem 0 .7rem;display:grid;overflow-x:auto}.carousel-container.with-hover-space{margin-bottom:-.65rem;padding-bottom:1.35rem}.profile-list-scroll{display:flex}.carousel-container::-webkit-scrollbar{display:none}.profile-list-scroll::-webkit-scrollbar{display:none}.anime-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:1rem;display:grid}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.anime-card{background:#0e1221e0;border:1px solid #ffffff0e;border-radius:18px;min-width:0;transition:transform .2s cubic-bezier(.16,1,.3,1),border-color .2s,box-shadow .2s;animation:.7s cubic-bezier(.16,1,.3,1) both fadeUp;display:block;position:relative;overflow:hidden;box-shadow:0 12px 28px #0000003d}.anime-card:after{content:"";border-radius:inherit;pointer-events:none;opacity:0;z-index:4;transition:opacity .2s;position:absolute;inset:0;box-shadow:inset 0 -28px 28px -24px #8b3dff6b,inset 0 0 18px #8b3dff29}.carousel-card{width:min(100%,214px)}.anime-card:hover{z-index:2;border-color:#8b3dff73;transform:translateY(-4px);box-shadow:0 5px 16px -4px #8b3dff3d,0 0 14px -5px #8b3dff2e}.anime-card:hover:after{opacity:1}.anime-poster{aspect-ratio:2/3;background:linear-gradient(135deg,#8b3dff33,#4cc9f01a);width:100%;position:relative;overflow:hidden}.anime-grid .anime-poster{aspect-ratio:2/3}.anime-poster img{object-fit:cover;object-position:center 20%;width:100%;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1),filter .4s}.anime-card:hover .anime-poster img{filter:saturate(1.15)brightness(1.05);transform:scale(1.08)}.card-badges{z-index:3;position:absolute;top:.55rem;left:.55rem}.badge{color:#fff;border-radius:12px;align-items:center;min-height:20px;padding:.18rem .46rem;font-size:.62rem;font-weight:900;line-height:1;display:inline-flex}.badge.new{background:linear-gradient(135deg,#ff43d1,#9134ff)}.badge.ongoing{background:linear-gradient(135deg,#3468ff,#35c8ff)}.card-info-overlay{z-index:2;background:linear-gradient(#0000 0%,#050713c2 52%,#050713f5 100%);padding:3rem .7rem .72rem;position:absolute;inset:auto 0 0}.card-score{align-items:center;gap:.25rem;margin-bottom:.18rem;font-size:.74rem;font-weight:800;display:inline-flex}.star{color:var(--accent-warm)}.card-title,.anime-title{color:#fff;-webkit-box-orient:vertical;font-size:.95rem;font-weight:800;line-height:1.18;display:-webkit-box;overflow:hidden}.card-title{-webkit-line-clamp:1}.anime-title{-webkit-line-clamp:2}.card-episodes,.anime-meta{color:var(--text-muted);font-size:.76rem;font-weight:600}.anime-info{border-bottom:0;border-left:0;border-right:0;border-radius:0;padding:.8rem}.glass-panel{border:1px solid var(--border-color);background:#101423d1;border-radius:18px;box-shadow:0 16px 40px #00000038}.admin-shell{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:2rem;display:grid}.admin-sidebar{min-width:0}.admin-sidebar-title,.admin-page-header .page-title{min-height:44px;color:var(--text-main);align-items:center;margin:0;display:flex}.admin-sidebar-title{padding:0 .2rem;font-size:1.45rem;line-height:1.2}.admin-page-header{min-height:44px;margin-bottom:1rem}.admin-nav-panel{flex-direction:column;gap:.35rem;margin-top:1rem;padding:.85rem;display:flex}.admin-nav-panel .sidebar-link{border-radius:8px;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:.85rem;min-height:48px;padding:.75rem .85rem;display:grid}.admin-nav-panel .sidebar-link svg{justify-self:center}.admin-nav-panel .sidebar-link span{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:1rem;font-weight:650;overflow:hidden}.admin-content{min-width:0}.admin-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1rem;display:grid}.admin-stat-card{min-height:190px;transition:all .2s;box-shadow:none!important;background:#ffffff08!important;border:1px solid #ffffff0d!important;border-radius:12px!important;padding:1.5rem!important}.admin-stat-card:hover{transform:translateY(-2px);background:#ffffff0d!important;border-color:#ffffff1a!important}.admin-nav-panel.glass-panel{box-shadow:none!important;background:#ffffff08!important;border:1px solid #ffffff0d!important;border-radius:12px!important;padding:1.5rem!important}.admin-stat-card h2{color:var(--text-main);margin:0 0 1rem;font-size:1.05rem;line-height:1.25}.admin-stat-list{flex-direction:column;gap:.65rem;display:flex}.admin-stat-row{min-height:28px;color:var(--text-muted);justify-content:space-between;align-items:center;gap:1rem;font-size:.95rem;line-height:1.35;display:flex}.admin-stat-row strong{color:var(--primary);font-size:1.15rem;line-height:1}.form-group{margin-bottom:1.35rem}.form-label{color:var(--text-muted);margin-bottom:.48rem;font-weight:700;display:block}.form-input{border:1px solid var(--border-color);width:100%;min-height:44px;color:var(--text-main);background:var(--bg-input);border-radius:16px;outline:none;padding:.85rem .95rem}.form-input:focus{border-color:#8b3dff61;box-shadow:0 0 0 3px #8b3dff26}.auth-wrapper{place-items:center;min-height:calc(100vh - 76px);padding:2rem;display:grid}.auth-card{width:min(100%,430px);padding:2.4rem}.auth-title{text-align:center;margin-bottom:2rem;font-size:2rem}.auth-btn{width:100%}.auth-footer{color:var(--text-muted);text-align:center;margin-top:1.4rem}.auth-footer a{color:#cdafff;font-weight:800}.anime-details-header{grid-template-columns:minmax(190px,260px) minmax(0,1fr);align-items:start;gap:2rem;margin-top:1rem;display:grid}.anime-details-poster{border:1px solid var(--border-color);width:100%;box-shadow:var(--shadow-card);border-radius:18px;overflow:hidden}.anime-details-content{min-width:0}.meta-details{flex-wrap:wrap;gap:.55rem;margin:1rem 0;display:flex}.meta-details span,.anime-score{border:1px solid var(--border-color);min-height:30px;color:var(--text-muted);background:#ffffff0d;border-radius:14px;align-items:center;padding:.3rem .68rem;font-weight:700;display:inline-flex}.anime-score{color:#ffd166}.anime-description{color:#d1d7e8;max-width:84ch;line-height:1.7}.watch-status-dropdown button,.source-btn,.episode-btn{border:1px solid var(--border-color);min-height:36px;color:var(--text-main);background:#ffffff0f;border-radius:14px;padding:.55rem .8rem}.source-btn.active,.episode-btn.active{background:var(--primary-soft);border-color:#8b3dff61}.episodes-grid,.sources-list{flex-wrap:wrap;gap:.55rem;display:flex}.native-player-wrapper,.anilibria-container,.video-container{border-radius:18px;overflow:hidden}.player-controls-row{justify-content:space-between;align-items:flex-start;gap:.9rem;display:flex}.player-controls-row .player-tabs{flex:auto;min-width:0}.player-actions{flex:none;align-items:center;padding-bottom:.5rem;display:flex}.watch-with-friends-btn{color:#fff;white-space:nowrap;cursor:pointer;background:linear-gradient(135deg,#8b3dff38,#a149ff29);border:1px solid #8b3dff52;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;min-height:38px;padding:.58rem 1rem;font-weight:800;line-height:1;transition:transform .18s,border-color .18s,background .18s,opacity .18s;display:inline-flex;box-shadow:0 8px 20px #8b3dff24}.watch-with-friends-btn:hover:not(:disabled){background:linear-gradient(135deg,#8b3dff52,#a149ff3d);border-color:#8b3dff7a;transform:translateY(-1px)}.watch-with-friends-btn:disabled{cursor:wait;opacity:.72}.native-video{background:#000;width:100%}.loader-container{place-items:center;min-height:240px;display:grid}.loader{border:4px solid #ffffff1f;border-top-color:var(--primary);border-radius:999px;width:42px;height:42px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.history-list{gap:.9rem;display:grid}.history-item{border:1px solid var(--border-color);background:#101423bf;border-radius:18px;grid-template-columns:74px minmax(0,1fr) auto;align-items:center;gap:1rem;padding:.8rem;display:grid}.history-poster{object-fit:cover;border-radius:14px;width:74px;height:98px}.history-title{margin-bottom:.25rem}.history-episode,.history-time{color:var(--text-muted)}.mobile-only{display:none!important}@media (max-width:1180px){.hero-content{width:min(42rem,64%)}.carousel-container{grid-auto-columns:minmax(176px,1fr)}}@media (max-width:860px){html{font-size:85%}:root{--mobile-nav-height:72px;--mobile-nav-overscroll-buffer:36px}body{min-height:100svh;padding-bottom:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom))}.app-layout{min-height:100svh;display:block}.sidebar{inset:auto 0 calc(-1 * var(--mobile-nav-overscroll-buffer)) 0;width:100%;height:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom) + var(--mobile-nav-overscroll-buffer));padding-bottom:calc(env(safe-area-inset-bottom) + var(--mobile-nav-overscroll-buffer));border-top:1px solid var(--border-color);scrollbar-width:none;-webkit-backdrop-filter:none;backdrop-filter:none;backface-visibility:hidden;will-change:transform;background:#050713;border-right:0;flex-direction:row;position:fixed;overflow:auto hidden;transform:translate(0,0)}.sidebar::-webkit-scrollbar{display:none}.sidebar-logo-container,.sidebar-divider{display:none}.sidebar-nav{width:100%;min-width:100%;padding:.45rem max(.55rem, env(safe-area-inset-left)) .45rem max(.55rem, env(safe-area-inset-right));flex-direction:row;flex:auto;justify-content:space-between;gap:.25rem}.sidebar-active-indicator{display:none}.nav-group{display:contents}.sidebar-link{border-radius:18px;flex:1 1 0;gap:.15rem;width:auto;min-width:0;max-width:76px;min-height:58px}.sidebar-link .sidebar-icon svg{stroke-width:2.15px;width:23px;height:23px}.sidebar-link-ongoing,.sidebar-link-popular,.sidebar-link-collections,.sidebar-link-news,.sidebar-link-admin,.sidebar-link-rooms,.sidebar-link-users{display:none}.mobile-only{display:flex!important}.mobile-only.sidebar-link{display:grid!important}.sidebar-link-home{order:1}.sidebar-link-catalog{order:2}.sidebar-link-history{order:3}.sidebar-link-explore{order:4}.sidebar-link-more{order:5}.mobile-more-menu-overlay{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b8;flex-direction:column;justify-content:flex-end;display:flex;position:fixed;inset:0}.mobile-more-menu-content{width:100%;max-height:min(78vh,620px);padding:24px;padding-bottom:calc(24px + env(safe-area-inset-bottom));border-top:1px solid #ffffff0d;border-radius:24px 24px 0 0;animation:.24s cubic-bezier(.16,1,.3,1) slideUp;overflow-y:auto;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#0b0f1e!important}.mobile-more-menu-open .scroll-to-top{opacity:0!important;pointer-events:none!important;transform:translateY(20px)scale(.9)!important}.mobile-menu-link[href=\/admin]{order:999}.sidebar-label{font-size:.76rem}.nav-container{min-height:66px;padding:.8rem 1rem}.nav-actions{justify-content:space-between;width:100%}.nav-actions .profile-dropdown-wrapper,.nav-actions>.btn-primary{position:static;transform:none}.nav-actions .search-bar{flex:auto;min-width:0;left:auto;transform:none;width:auto!important;max-width:none!important;position:relative!important}.profile-name{display:none}.profile-btn{border-radius:16px;justify-content:center;width:46px;min-height:46px;padding:.35rem}.profile-avatar{width:34px;height:34px}.hero-banner{min-height:270px;margin:1rem}.hero-content{width:100%;padding:1.4rem}.hero-gradient{background:linear-gradient(90deg,#050713f5 0%,#050713b3 70%,#05071338 100%),linear-gradient(#0000 52%,#050713e0 100%)}.hero-desc{display:none}.news-hero-banner{border-radius:20px;min-height:250px;margin-bottom:2rem;padding:1.5rem}.news-hero-title{word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:1.8rem}.news-hero-desc{margin-bottom:1.5rem;font-size:1rem}.home-footer{grid-template-columns:1fr;margin-top:2.4rem}.home-footer-card{min-height:0}.home-sections,.container{padding:1rem 1rem 1.25rem}.anime-carousel-section>div:first-child,.page-header{align-items:flex-start;gap:.6rem}.page-header{flex-direction:column}.catalog-layout{flex-direction:column!important;gap:1rem!important;display:flex!important}.filters-sidebar{order:-1;max-height:none;width:100%!important;padding:1rem!important}.catalog-results{width:100%}.genre-pills{max-height:220px;padding-right:.25rem;overflow-y:auto}.profile-page{max-width:none!important}:root{--banner-height:210px;--avatar-margin:-54px;--banner-btn-right:1rem}.profile-banner{border-radius:24px 24px 0 0!important}.profile-header-row{align-items:center!important;padding:0 1rem!important}.profile-avatar-wrap img{width:108px!important;height:108px!important}.profile-title-block{min-width:0;margin-left:1rem!important}.profile-title-block h1{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:2rem!important}.profile-actions{padding-bottom:0!important}.profile-content-grid{flex-direction:column!important;gap:1rem!important;padding:1rem!important;display:flex!important}.profile-side-column,.profile-main-column{width:100%;flex:auto!important;gap:1rem!important}.admin-shell{grid-template-columns:1fr!important;gap:1rem!important;display:grid!important}.admin-sidebar-title,.admin-page-header .page-title{min-height:0}.admin-nav-panel{padding-bottom:.2rem;overflow-x:auto;flex-direction:row!important;padding:1rem!important}.admin-nav-panel .sidebar-link{flex:none;width:auto;min-width:max-content;min-height:44px}.admin-content{width:100%;min-width:0}.admin-stats-grid{grid-template-columns:1fr}.admin-stat-card{min-height:0}.admin-table-panel{overflow-x:auto;padding:1rem!important}.admin-table-panel table{min-width:640px}.news-card{padding:1.25rem!important}.news-card-image{margin:-1.25rem -1.25rem 1.25rem!important}.news-card h2{font-size:1.45rem!important}.anime-details-header{grid-template-columns:1fr}.anime-details-poster{max-width:260px}.history-item{grid-template-columns:60px minmax(0,1fr)}.history-action{grid-column:1/-1}}@media (max-width:560px){html{font-size:82.5%}.navbar{background:#050713eb}.nav-container{min-height:72px;padding:.85rem .8rem}.nav-actions{gap:.65rem}.search-bar input{height:46px!important;padding-left:.9rem!important;padding-right:2.5rem!important}.profile-btn{width:50px;min-height:50px}.profile-avatar{width:38px;height:38px}.hero-arrow,.hero-dots{display:none}.hero-title{font-size:1.9rem}.hero-buttons{gap:.6rem}.btn-play,.btn-details{flex:130px;padding-inline:.8rem}.carousel-container{grid-auto-columns:minmax(148px,46vw);gap:.75rem}.player-controls-row{flex-direction:column;align-items:stretch;gap:.65rem}.player-actions{padding-bottom:0}.watch-with-friends-btn{width:100%;min-height:42px}.anime-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.anime-card{border-radius:16px}.card-info-overlay{padding:2.6rem .62rem .62rem}.card-title,.anime-title{font-size:.88rem}.card-episodes,.anime-meta{font-size:.7rem}.anime-details-poster{max-width:210px}.anime-details-header{gap:1rem}.meta-details span,.anime-score,.watch-status-dropdown button,.source-btn,.episode-btn{min-height:34px;padding:.45rem .62rem}.sources-list,.episodes-grid{gap:.42rem}.history-item{gap:.75rem;padding:.68rem}.history-poster{width:60px;height:82px}.glass-panel{border-radius:16px}:root{--banner-height:170px}.profile-header-row{grid-template-columns:88px minmax(0,1fr);gap:.85rem;align-items:end!important;display:grid!important}.profile-header-row.no-banner{margin-top:0!important}.profile-avatar-wrap img{width:88px!important;height:88px!important}.profile-title-block{margin-left:0!important;padding-bottom:.35rem!important}.profile-title-block h1{font-size:1.65rem!important}.profile-actions{grid-column:1/-1;justify-self:stretch}.profile-actions button{width:100%}.profile-content-grid .glass-panel{padding:1.15rem!important}.news-card-image{height:190px!important}.admin-nav-panel h2{margin-bottom:1rem!important}.admin-nav-panel .sidebar-label,.admin-nav-panel .sidebar-link span{white-space:nowrap}.admin-table-panel td,.admin-table-panel th{padding:.75rem!important}.auth-card{padding:1.6rem}}@media (max-width:380px){.sidebar-link{flex-basis:66px;width:66px}.sidebar-label{font-size:.72rem}.carousel-container{grid-auto-columns:minmax(136px,45vw)}.anime-grid{gap:.6rem}.section-title,.page-title{font-size:1.25rem}}.styled-slider{background:var(--border-color);appearance:none;border-radius:3px;outline:none;width:100%;height:6px}.styled-slider::-webkit-slider-thumb{appearance:none;background:var(--primary);cursor:pointer;border:2px solid #fff;border-radius:50%;width:16px;height:16px;box-shadow:0 0 6px #0009}.styled-slider::-moz-range-thumb{appearance:none;background:var(--primary);cursor:pointer;border:2px solid #fff;border-radius:50%;width:16px;height:16px;box-shadow:0 0 6px #0009}.dual-slider-container{align-items:center;width:100%;height:30px;display:flex;position:relative}.dual-slider-track{background:var(--border-color);border-radius:3px;width:100%;height:6px;position:absolute}.dual-slider-fill{background:var(--primary);border-radius:3px;height:6px;position:absolute}.dual-slider{appearance:none;pointer-events:none;background:0 0;outline:none;width:100%;margin:0;position:absolute}.dual-slider::-webkit-slider-thumb{appearance:none;background:var(--primary);pointer-events:auto;cursor:pointer;border:2px solid #fff;border-radius:50%;width:16px;height:16px;box-shadow:0 0 6px #0009}.dual-slider::-moz-range-thumb{appearance:none;background:var(--primary);pointer-events:auto;cursor:pointer;border:2px solid #fff;border-radius:50%;width:16px;height:16px;box-shadow:0 0 6px #0009}.avatar-crop-slider{appearance:none;cursor:pointer;background:0 0;outline:none;width:100%;height:30px;margin:0;position:absolute}.avatar-crop-slider::-webkit-slider-runnable-track{background:0 0;height:6px}.avatar-crop-slider::-webkit-slider-thumb{appearance:none;background:var(--primary);cursor:pointer;border:2px solid #fff;border-radius:50%;width:16px;height:16px;box-shadow:0 0 6px #0009}.avatar-crop-slider::-moz-range-track{background:0 0;height:6px}.avatar-crop-slider::-moz-range-thumb{appearance:none;background:var(--primary);cursor:pointer;border:2px solid #fff;border-radius:50%;width:16px;height:16px;box-shadow:0 0 6px #0009}.genre-pills{flex-wrap:wrap;gap:.5rem;display:flex}.genre-pill{border:1px solid var(--border-color);color:var(--text-muted);background:#ffffff0d;border-radius:20px;padding:.35rem .75rem;font-size:.8rem;font-weight:600;transition:all .2s}.genre-pill:hover{color:#fff;background:#ffffff1a}.genre-pill.active{background:var(--primary);border-color:var(--primary);color:#fff}.filters-sidebar::-webkit-scrollbar{width:6px}.filters-sidebar::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.hover-opacity:hover{opacity:.8}.scroll-to-top{position:fixed;bottom:2rem;right:2rem}@media (max-width:860px){.scroll-to-top{bottom:calc(var(--mobile-nav-height,72px) + 1rem + env(safe-area-inset-bottom));right:1rem}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.room-layout{flex-direction:row}.rooms-page{max-width:1320px}.rooms-hero{border:1px solid var(--border-color);background:radial-gradient(circle at 8% 12%,#8b3dff3d,#0000 24rem),linear-gradient(135deg,#101423eb,#080b18d1);border-radius:24px;padding:1.6rem;position:relative;overflow:hidden;box-shadow:0 18px 46px #00000047}.rooms-title{font-size:clamp(1.8rem,3vw,2.6rem)}.rooms-create-button{min-width:190px}.rooms-grid{align-items:stretch}.room-card{background:linear-gradient(#14192beb,#0b0e1de6);min-height:250px;position:relative;overflow:hidden;border-radius:22px!important}.room-card-media{border:1px solid #ffffff0e;background:#0507136b!important}.rooms-empty-state{border:1px solid #8b3dff2e;background:radial-gradient(circle at 50% 0,#8b3dff3d,#0000 20rem),#8b3dff14!important}.room-modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.room-watch-shell{border:1px solid var(--border-color);box-shadow:var(--shadow-strong);border-radius:24px;margin:1rem;overflow:hidden;background:#050713d1!important}.room-watch-shell.is-fullscreen{border:0;border-radius:0;margin:0}.room-watch-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(90deg,#0c101ff0,#070a18db);min-height:68px}.room-main-stage{min-width:0;background:#000!important}.room-empty-stage{background:linear-gradient(#050713,#02030a)}.room-player-frame{box-shadow:none;border-radius:18px!important;width:min(100%,1320px)!important}.room-player-notice{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #ffffff1f;background:#050713b8!important;border-radius:14px!important}.room-sidebar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0c101feb!important}.room-tabs{background:#0507136b;gap:.35rem;padding:.55rem}.room-tab-button{min-height:42px;border-bottom:0!important;border-radius:14px!important}.room-tab-button.active{color:#fff!important;background:#8b3dff2e!important}.room-chat-panel,.room-participants-panel{background:0 0!important;border:0!important;border-radius:0!important}.room-chat-messages,.room-participants-list,.room-settings-panel{scrollbar-width:thin;scrollbar-color:#8b3dff73 transparent}.room-chat-inputbar{background:#05071357}.room-participant-row{border:1px solid #ffffff0b;background:#ffffff09!important}@media (max-width:768px){.rooms-page{padding-top:1rem!important}.rooms-hero{border-radius:20px;padding:1.15rem}.rooms-create-button{width:100%}.rooms-grid{grid-template-columns:1fr!important}.room-card{min-height:0}.room-watch-shell{border-left:0;border-right:0;border-radius:0;min-height:calc(100vh - 148px);margin:0;height:auto!important}.room-watch-header{gap:.75rem;align-items:flex-start!important;padding:.9rem!important}.room-layout{flex-direction:column!important;overflow:visible!important}.room-main-stage{min-height:220px;flex:none!important}.room-player-frame{border-radius:0!important}.room-sidebar{border-top:1px solid #ffffff0d;min-height:430px;border-left:none!important;flex:auto!important;min-width:100%!important;max-width:100%!important}.room-tabs{z-index:2;position:sticky;top:0}.room-tab-button{font-size:.86rem}}.carousel-btn-desktop-only{display:flex!important}@media (max-width:860px){.carousel-btn-desktop-only{display:none!important}}.explore-action-card{position:relative;overflow:hidden;background:linear-gradient(#14192beb,#0b0e1de6)!important;border-radius:22px!important}.explore-action-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 90% 0,#8b3dff0f,#0000 12rem);position:absolute;inset:0}.explore-action-card>*{z-index:1;position:relative}.admin-nav-panel .sidebar-link.active{background:#ffffff14;border:1px solid #ffffff26}.admin-nav-panel .sidebar-link.active span{color:var(--text-main)}
