@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}ul,ol{list-style:none}img{display:block}:root{--bg: #e4e8f0;--shadow-light: #ffffff;--shadow-mid: #d1d8e3;--shadow-dark: #a3b1c6;--accent: #00b4d8;--accent-hover: #0096b4;--text: #3a4a5c;--text-light: #7a8a9c;--radius-lg: 20px;--radius: 16px;--radius-sm: 10px;--sidebar-w: 80px;--rsidebar-w: 220px;--transition: .25s ease}html,body{height:100%;overflow:hidden;font-family:Nunito,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}body{display:flex}#navbar{position:fixed;left:0;top:0;width:var(--sidebar-w);height:100vh;display:flex;flex-direction:column;align-items:center;padding:1.5rem .75rem;gap:1rem;z-index:100;background:var(--bg)}#currentUser{margin-bottom:.5rem}#navbar [data-tooltip]{position:relative}#navbar [data-tooltip]:after{content:attr(data-tooltip);position:absolute;left:calc(100% + 12px);top:50%;transform:translateY(-50%);background:var(--bg);color:var(--text);font-size:.78rem;font-weight:600;white-space:nowrap;padding:.35rem .65rem;border-radius:var(--radius-sm);box-shadow:-3px -3px 6px var(--shadow-light),3px 3px 6px var(--shadow-dark);pointer-events:none;opacity:0;transition:opacity .15s ease;z-index:200}#navbar [data-tooltip]:hover:after{opacity:1;transition-delay:.55s}#navbar [data-tooltip]:not(:hover):after{transition-delay:0s}.userpic{width:48px;height:48px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.2rem;color:#fff;cursor:pointer;transition:all var(--transition);position:relative;overflow:hidden;box-shadow:-4px -4px 8px var(--shadow-light),4px 4px 8px var(--shadow-dark)}.userpic:hover{transform:scale(1.05);box-shadow:-5px -5px 10px var(--shadow-light),5px 5px 10px var(--shadow-dark)}.userpic:active{transform:scale(.97);box-shadow:inset -3px -3px 6px var(--shadow-light),inset 3px 3px 6px var(--shadow-dark)}#categories .home-btn{background:var(--bg);color:var(--accent);box-shadow:-4px -4px 8px var(--shadow-light),4px 4px 8px var(--shadow-dark);margin-bottom:.25rem}#categories .home-btn svg{stroke:var(--accent)}#categories .home-btn:hover{color:var(--accent-hover)}#categories .home-btn:hover svg{stroke:var(--accent-hover)}#categories .home-btn:active{box-shadow:inset -3px -3px 6px var(--shadow-light),inset 3px 3px 6px var(--shadow-dark)}#categories{display:flex;flex-direction:column;gap:.75rem;flex:1;overflow-y:auto;overflow-x:hidden;padding:6px 2px;scrollbar-width:none}#categories::-webkit-scrollbar{display:none}#categories>button{width:52px;height:52px;border-radius:var(--radius-sm);border:none;background:var(--bg);color:var(--text-light);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition);box-shadow:-4px -4px 8px var(--shadow-light),4px 4px 8px var(--shadow-dark)}#categories>button svg{width:22px;height:22px;transition:all var(--transition)}#categories>button:hover{color:var(--accent)}#categories>button:hover svg{stroke:var(--accent)}#categories>button:active,#categories>button.selected{color:var(--accent);box-shadow:inset -3px -3px 6px var(--shadow-light),inset 3px 3px 6px var(--shadow-dark)}#categories>button:active svg,#categories>button.selected svg{stroke:var(--accent)}#pages{position:fixed;left:var(--sidebar-w);top:0;width:calc(100vw - var(--sidebar-w));height:100vh;z-index:50;pointer-events:none;opacity:0;transition:opacity .3s ease}#pages.show{opacity:1;pointer-events:auto}.page{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;padding:4rem 5rem;background:var(--bg);opacity:0;pointer-events:none;transition:opacity .4s ease,padding .4s ease;will-change:opacity}.page.visible{opacity:1;pointer-events:auto;z-index:1;animation:pageCrossfadeIn .4s ease}@keyframes pageCrossfadeIn{0%{opacity:0}to{opacity:1}}.page-title{font-size:2.5rem;font-weight:800;color:var(--text);margin-bottom:.5rem;transition:font-size .35s ease,margin .35s ease}.page-desc{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem;line-height:1.6;transition:font-size .35s ease,margin .35s ease}.page-preview{width:420px;max-width:100%;aspect-ratio:16 / 9;border-radius:var(--radius);overflow:hidden;box-shadow:-8px -8px 16px var(--shadow-light),8px 8px 16px var(--shadow-dark);transition:opacity .3s ease,max-height .35s ease;max-height:400px}.page-preview img{width:100%;height:100%;object-fit:cover}.page.expanded{padding:2rem 3rem;justify-content:flex-start;overflow-y:auto}.page.expanded .page-title{font-size:1.6rem;margin-bottom:.25rem}.page.expanded .page-desc{font-size:.95rem;margin-bottom:1.5rem}.page.expanded .page-preview{opacity:0;max-height:0;overflow:hidden;margin:0;pointer-events:none}.page-videos{display:none}.page.expanded .page-videos{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;width:100%;padding-bottom:2rem}#pages.locked{opacity:1;pointer-events:auto}.page.expanded::-webkit-scrollbar{width:8px}.page.expanded::-webkit-scrollbar-track{background:transparent}.page.expanded::-webkit-scrollbar-thumb{background:var(--shadow-dark);border-radius:4px}.page.expanded::-webkit-scrollbar-thumb:hover{background:#8a9ab0}#home-menu{margin-left:var(--sidebar-w);width:calc(100vw - var(--sidebar-w) - var(--rsidebar-w));height:100vh;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;padding:2.5rem 3rem;display:flex;flex-direction:column;gap:2.5rem}.featured-section{display:flex;gap:2rem;align-items:center;padding:1.5rem;border-radius:var(--radius-lg);background:var(--bg);flex-shrink:0;box-shadow:-8px -8px 16px var(--shadow-light),8px 8px 16px var(--shadow-dark)}.featured-video{position:relative;width:55%;aspect-ratio:16 / 9;border-radius:var(--radius);overflow:hidden;flex-shrink:0;padding:6px;box-shadow:inset -3px -3px 10px #fff9,inset 3px 3px 10px #a3b1c673}.featured-video img{width:100%;height:100%;object-fit:cover;border-radius:calc(var(--radius) - 4px)}.featured-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background:#ffffffe6;color:var(--accent);display:flex;align-items:center;justify-content:center;opacity:0;transition:all var(--transition);box-shadow:-4px -4px 8px #ffffff80,4px 4px 8px #0000001a}.featured-video{cursor:pointer}.featured-video:hover .featured-play{opacity:1;transform:translate(-50%,-50%) scale(1.08)}.featured-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.featured-title{font-size:1.6rem;font-weight:800;color:var(--text)}.featured-channel{font-size:.85rem;font-weight:700;color:var(--accent)}.featured-desc{font-size:.9rem;color:var(--text-light);line-height:1.5}.featured-views{font-size:.8rem;color:var(--text-light)}.neu-btn{align-self:flex-start;display:inline-flex;align-items:center;gap:.5rem;margin-top:.5rem;padding:.7rem 1.8rem;border:none;border-radius:var(--radius-sm);background:var(--accent);color:#fff;font-family:Nunito,sans-serif;font-size:.9rem;font-weight:700;cursor:pointer;transition:all var(--transition);box-shadow:-4px -4px 8px var(--shadow-light),4px 4px 8px var(--shadow-dark)}.neu-btn:hover{background:var(--accent-hover);transform:translateY(-2px)}.neu-btn:active{transform:translateY(0);box-shadow:inset -3px -3px 6px #fff3,inset 3px 3px 6px #00000026}.section{display:flex;flex-direction:column;gap:1.5rem}.section-title{font-size:1.3rem;font-weight:800;color:var(--text);letter-spacing:.5px}#videolist{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.video-card{border-radius:var(--radius);background:var(--bg);overflow:hidden;cursor:pointer;transition:all var(--transition);box-shadow:-6px -6px 12px var(--shadow-light),6px 6px 12px var(--shadow-dark)}.video-card:hover{transform:translateY(-5px);box-shadow:-8px -8px 18px var(--shadow-light),8px 8px 18px var(--shadow-dark)}.video-card:active{transform:translateY(-1px);box-shadow:-3px -3px 6px var(--shadow-light),3px 3px 6px var(--shadow-dark)}.video-thumb{position:relative;aspect-ratio:16 / 9;overflow:hidden;margin:.5rem .5rem 0;border-radius:calc(var(--radius) - 4px);padding:5px;box-shadow:inset -3px -3px 10px #fff9,inset 3px 3px 10px #a3b1c673}.video-thumb img{width:100%;height:100%;object-fit:cover;border-radius:calc(var(--radius) - 8px)}.video-duration{position:absolute;bottom:8px;right:8px;background:#000000a6;color:#fff;font-size:.72rem;font-weight:700;padding:2px 7px;border-radius:4px}.video-processing-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#0009;color:#fff;font-size:.8rem;font-weight:700;padding:6px 14px;border-radius:var(--radius-sm);backdrop-filter:blur(4px);animation:processingPulse 2s ease-in-out infinite}@keyframes processingPulse{0%,to{opacity:.7}50%{opacity:1}}.video-card.processing{opacity:.7;cursor:default}.video-card.processing:hover{transform:none;box-shadow:-6px -6px 12px var(--shadow-light),6px 6px 12px var(--shadow-dark)}.video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:#ffffffe0;color:var(--accent);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--transition);box-shadow:-2px -2px 4px #ffffff80,2px 2px 4px #00000014}.video-play svg{width:20px;height:20px}.video-card:hover .video-play{opacity:1}.video-info{padding:.8rem 1rem 1rem}.video-title{font-size:.88rem;font-weight:700;color:var(--text);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.3rem}.video-meta{font-size:.75rem;color:var(--text-light);font-weight:600}#home-menu::-webkit-scrollbar{width:8px}#home-menu::-webkit-scrollbar-track{background:transparent}#home-menu::-webkit-scrollbar-thumb{background:var(--shadow-dark);border-radius:4px}#home-menu::-webkit-scrollbar-thumb:hover{background:#8a9ab0}@media(max-width:1024px){.featured-section{flex-direction:column}.featured-video{width:100%}#videolist{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}#home-menu{padding:2rem}}@media(max-width:768px){:root{--sidebar-w: 60px}#categories button{width:40px;height:40px}.userpic{width:38px;height:38px;font-size:1rem}#home-menu{padding:1.5rem}#videolist{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.page{padding:2.5rem}.page-title{font-size:2rem}.page-preview{width:280px}}#categories .upload-btn{background:var(--accent);color:#fff;margin-top:auto;box-shadow:-4px -4px 8px var(--shadow-light),4px 4px 8px var(--shadow-dark)}#categories .upload-btn svg{stroke:#fff}#categories .upload-btn:hover{background:var(--accent-hover)}#categories .upload-btn:hover svg{stroke:#fff}#categories .upload-btn:active{box-shadow:inset -3px -3px 6px #fff3,inset 3px 3px 6px #00000026}#navbar>.settings-btn{position:relative;background:var(--bg);color:var(--text);width:52px;height:52px;border-radius:var(--radius-sm);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.5rem;box-shadow:-4px -4px 8px var(--shadow-light),4px 4px 8px var(--shadow-dark)}#navbar>.settings-btn svg{width:22px;height:22px;stroke:var(--text)}#navbar>.settings-btn:hover{color:var(--accent)}#navbar>.settings-btn:hover>svg{stroke:var(--accent)}#navbar>.settings-btn:active{box-shadow:inset -3px -3px 6px var(--shadow-light),inset 3px 3px 6px var(--shadow-dark)}.settings-dropdown{position:absolute;left:calc(100% + 12px);bottom:0;min-width:160px;background:var(--bg);border-radius:16px;padding:.5rem;box-shadow:-6px -6px 12px var(--shadow-light),6px 6px 12px var(--shadow-dark);opacity:0;visibility:hidden;transform:translate(-8px);transition:opacity .2s,transform .2s,visibility .2s;z-index:200}.settings-dropdown.open{opacity:1;visibility:visible;transform:translate(0)}.settings-item{display:flex;align-items:center;gap:.65rem;width:100%;padding:.6rem .85rem;border:none;border-radius:12px;background:transparent;color:var(--text);font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s,box-shadow .15s,color .15s;white-space:nowrap}.settings-item svg{width:18px;height:18px;flex-shrink:0}.settings-item:hover{color:var(--accent)}.settings-item:hover svg{stroke:var(--accent)}.settings-item:active{background:var(--bg);box-shadow:inset -2px -2px 5px var(--shadow-light),inset 2px 2px 5px var(--shadow-dark)}#categories .history-btn{background:var(--bg);color:var(--text);box-shadow:-4px -4px 8px var(--shadow-light),4px 4px 8px var(--shadow-dark)}#categories .history-btn svg{stroke:var(--text)}#categories .history-btn:hover{color:var(--accent)}#categories .history-btn:hover svg{stroke:var(--accent)}#categories .history-btn:active{box-shadow:inset -3px -3px 6px var(--shadow-light),inset 3px 3px 6px var(--shadow-dark)}.history-page{position:fixed;top:0;left:var(--sidebar-w);width:calc(100vw - var(--sidebar-w) - var(--rsidebar-w));height:100vh;overflow-y:auto;background:var(--bg);z-index:60;padding:2rem 2.5rem;display:flex;flex-direction:column;gap:1.5rem}.history-page-top{display:flex;align-items:center;gap:1rem}.history-page-title{font-size:1.5rem;font-weight:800;color:var(--text);flex:1}.history-clear-btn{font-size:.82rem;padding:.5rem 1.2rem}.history-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.history-page::-webkit-scrollbar{width:8px}.history-page::-webkit-scrollbar-track{background:transparent}.history-page::-webkit-scrollbar-thumb{background:var(--shadow-dark);border-radius:4px}@media(max-width:768px){.history-page{left:60px;padding:1.5rem}}.video-page{position:fixed;top:0;left:var(--sidebar-w);right:0;bottom:0;background:var(--bg);z-index:100;overflow-y:auto;overflow-x:hidden;padding:2rem 3rem 3rem;display:flex;flex-direction:column;gap:1.5rem;animation:videoPageIn .3s ease}@keyframes videoPageIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.video-page-top{flex-shrink:0}.video-page-back{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.2rem;border:none;border-radius:var(--radius-sm);background:var(--bg);color:var(--text);font-family:Nunito,sans-serif;font-size:.88rem;font-weight:700;cursor:pointer;transition:all var(--transition);box-shadow:-4px -4px 8px var(--shadow-light),4px 4px 8px var(--shadow-dark)}.video-page-back svg{width:18px;height:18px}.video-page-back:hover{color:var(--accent)}.video-page-back:active{box-shadow:inset -3px -3px 6px var(--shadow-light),inset 3px 3px 6px var(--shadow-dark)}.vp-container{position:relative;width:100%;max-width:960px;margin:0 auto;border-radius:var(--radius-lg);background:var(--bg);padding:8px;box-shadow:inset -5px -5px 12px var(--shadow-light),inset 5px 5px 12px var(--shadow-dark);cursor:pointer;user-select:none}.vp-container video{width:100%;aspect-ratio:16 / 9;display:block;background:#000;outline:none;border-radius:calc(var(--radius-lg) - 6px);overflow:hidden}video::-webkit-media-controls{display:none!important}.vp-overlay{position:absolute;inset:8px;display:flex;align-items:center;justify-content:center;background:#0000001f;border-radius:calc(var(--radius-lg) - 6px);transition:opacity .3s;z-index:2}.vp-overlay.hidden{opacity:0;pointer-events:none}.vp-play-big{width:72px;height:72px;border-radius:50%;border:none;background:var(--bg);color:var(--accent);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:-6px -6px 12px var(--shadow-light),6px 6px 12px var(--shadow-dark)}.vp-play-big svg{width:32px;height:32px;margin-left:3px}.vp-play-big:hover{transform:scale(1.08)}.vp-play-big:active{transform:scale(.95);box-shadow:inset -4px -4px 8px var(--shadow-light),inset 4px 4px 8px var(--shadow-dark)}.vp-controls{position:absolute;bottom:8px;left:8px;right:8px;border-radius:0 0 calc(var(--radius-lg) - 6px) calc(var(--radius-lg) - 6px);background:var(--bg);padding:0;z-index:3;opacity:0;pointer-events:none;transition:opacity .3s;box-shadow:inset -3px -3px 6px var(--shadow-light),inset 3px 3px 6px var(--shadow-mid)}.vp-container.paused .vp-controls{opacity:1;pointer-events:auto}.vp-progress{position:relative;width:100%;height:6px;background:var(--shadow-dark);cursor:pointer;transition:height .15s;border-radius:0;overflow:hidden}.vp-controls:hover .vp-progress{height:10px}.vp-progress-buffered{position:absolute;top:0;left:0;height:100%;background:#3a4a5c4d;pointer-events:none;width:0%}.vp-progress-played{position:absolute;top:0;left:0;height:100%;background:var(--accent);pointer-events:none;width:0%}.vp-progress-handle{position:absolute;top:3px;left:0%;width:14px;height:14px;border-radius:50%;background:var(--accent);border:2.5px solid var(--bg);transform:translate(-50%,-50%) scale(0);transition:transform .15s,top .15s;pointer-events:none;z-index:4;box-shadow:-2px -2px 4px var(--shadow-light),2px 2px 4px var(--shadow-dark)}.vp-controls:hover .vp-progress-handle{top:5px;transform:translate(-50%,-50%) scale(1)}.vp-controls-row{display:flex;align-items:center;gap:.4rem;padding:.45rem .65rem}.vp-btn{width:34px;height:34px;border:none;border-radius:50%;background:var(--bg);color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition);flex-shrink:0;box-shadow:-3px -3px 6px var(--shadow-light),3px 3px 6px var(--shadow-dark)}.vp-btn svg{width:18px;height:18px}.vp-btn:hover{color:var(--accent)}.vp-btn:active{box-shadow:inset -2px -2px 5px var(--shadow-light),inset 2px 2px 5px var(--shadow-dark)}.vp-time{color:var(--text);font-size:.76rem;font-weight:700;font-family:Nunito,sans-serif;white-space:nowrap;letter-spacing:.3px;padding:0 .3rem}.vp-spacer{flex:1}.vp-volume-group{display:flex;align-items:center;gap:.25rem}.vp-volume{width:0;opacity:0;transition:width .25s,opacity .25s;-webkit-appearance:none;appearance:none;height:5px;border-radius:3px;background:var(--shadow-dark);outline:none;cursor:pointer}.vp-volume-group:hover .vp-volume{width:80px;opacity:1}.vp-volume::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:var(--accent);cursor:pointer;border:2px solid var(--bg);box-shadow:-2px -2px 4px var(--shadow-light),2px 2px 4px var(--shadow-dark)}.vp-volume::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:var(--accent);cursor:pointer;border:2px solid var(--bg);box-shadow:-2px -2px 4px var(--shadow-light),2px 2px 4px var(--shadow-dark)}.vp-quality-group{position:relative;display:flex;align-items:center}.vp-quality-btn{width:auto!important;border-radius:var(--radius-sm)!important;padding:0 .65rem;gap:.35rem}.vp-quality-btn.open{box-shadow:inset -3px -3px 6px var(--shadow-light),inset 3px 3px 6px var(--shadow-dark)}.vp-quality-label{font-size:.72rem;font-weight:700;font-family:Nunito,sans-serif;white-space:nowrap}.vp-quality-menu{position:absolute;bottom:calc(100% + 8px);right:0;min-width:120px;background:var(--bg);border-radius:var(--radius-sm);padding:.4rem;display:none;flex-direction:column;gap:2px;box-shadow:-6px -6px 12px var(--shadow-light),6px 6px 12px var(--shadow-dark);z-index:10}.vp-quality-menu.open{display:flex}.vp-quality-item{padding:.45rem .8rem;border:none;border-radius:8px;background:transparent;color:var(--text);font-family:Nunito,sans-serif;font-size:.78rem;font-weight:700;cursor:pointer;transition:all .15s;text-align:left;white-space:nowrap}.vp-quality-item:hover{color:var(--accent);background:var(--bg)}.vp-quality-item:active{box-shadow:inset -2px -2px 4px var(--shadow-light),inset 2px 2px 4px var(--shadow-dark)}.vp-quality-item.active{color:var(--accent);background:var(--bg);box-shadow:inset -2px -2px 4px var(--shadow-light),inset 2px 2px 4px var(--shadow-dark)}.vp-container:fullscreen{max-width:none;border-radius:0;padding:0;box-shadow:none;background:#000}.vp-container:fullscreen video{height:100vh;object-fit:contain;border-radius:0}.vp-container:fullscreen .vp-controls{bottom:0;left:0;right:0;border-radius:0}.vp-container:fullscreen .vp-overlay{inset:0;border-radius:0}.video-page-info{max-width:960px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:.8rem}.video-page-title{font-size:1.5rem;font-weight:800;color:var(--text);line-height:1.3}.video-page-meta{display:flex;align-items:center;gap:1rem;font-size:.85rem;font-weight:600}.video-page-channel{color:var(--accent);font-weight:700}.video-page-views{color:var(--text-light)}.video-page-actions{display:flex;gap:.75rem;margin:.5rem 0}.video-page-vote-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.3rem;border:none;border-radius:var(--radius-sm);background:var(--bg);color:var(--text);font-family:Nunito,sans-serif;font-size:.88rem;font-weight:700;cursor:pointer;transition:all var(--transition);box-shadow:-4px -4px 8px var(--shadow-light),4px 4px 8px var(--shadow-dark)}.video-page-vote-btn svg{width:20px;height:20px}.video-page-vote-btn:hover{color:var(--accent)}.video-page-vote-btn:active{box-shadow:inset -3px -3px 6px var(--shadow-light),inset 3px 3px 6px var(--shadow-dark)}.video-page-vote-btn.active{color:var(--accent);background:var(--bg);box-shadow:inset -3px -3px 6px var(--shadow-light),inset 3px 3px 6px var(--shadow-dark)}.video-page-desc{font-size:.92rem;color:var(--text-light);line-height:1.6;padding:1rem 1.2rem;border-radius:var(--radius-sm);background:var(--bg);box-shadow:inset -3px -3px 6px var(--shadow-light),inset 3px 3px 6px var(--shadow-dark);white-space:pre-wrap}.video-page-desc:empty{display:none}.video-page::-webkit-scrollbar{width:8px}.video-page::-webkit-scrollbar-track{background:transparent}.video-page::-webkit-scrollbar-thumb{background:var(--shadow-dark);border-radius:4px}.video-page::-webkit-scrollbar-thumb:hover{background:#8a9ab0}@media(max-width:768px){.video-page{left:60px;padding:1.5rem}}.load-more-btn{align-self:center;margin-top:1rem}.modal-overlay{position:fixed;inset:0;z-index:500;display:flex;align-items:center;justify-content:center;background:#c4ccda99;backdrop-filter:blur(6px);opacity:0;pointer-events:none;transition:opacity .3s ease}.modal-overlay.open{opacity:1;pointer-events:auto}.modal-box{position:relative;width:400px;max-width:92vw;background:var(--bg);border-radius:var(--radius-lg);padding:2.5rem 2rem 2rem;box-shadow:-12px -12px 24px var(--shadow-light),12px 12px 24px var(--shadow-dark);transform:translateY(20px) scale(.97);transition:transform .3s ease}.modal-overlay.open .modal-box{transform:translateY(0) scale(1)}.modal-box-wide{width:520px}.modal-close{position:absolute;top:1rem;right:1rem;width:34px;height:34px;border-radius:50%;border:none;background:var(--bg);color:var(--text-light);font-size:1.3rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition);box-shadow:-3px -3px 6px var(--shadow-light),3px 3px 6px var(--shadow-dark)}.modal-close:hover{color:var(--text)}.modal-close:active{box-shadow:inset -2px -2px 4px var(--shadow-light),inset 2px 2px 4px var(--shadow-dark)}.modal-title{font-size:1.4rem;font-weight:800;color:var(--text);margin-bottom:1rem}.modal-error{color:#e63946;font-size:.85rem;font-weight:600;min-height:1.2em;margin-bottom:.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.82rem;font-weight:700;color:var(--text-light);margin-bottom:.35rem}.form-group input,.form-group textarea{width:100%;padding:.7rem 1rem;border:none;border-radius:var(--radius-sm);background:var(--bg);color:var(--text);font-family:Nunito,sans-serif;font-size:.92rem;font-weight:600;outline:none;box-shadow:inset -3px -3px 6px var(--shadow-light),inset 3px 3px 6px var(--shadow-dark);transition:box-shadow var(--transition)}.form-group input:focus,.form-group textarea:focus{box-shadow:inset -3px -3px 6px var(--shadow-light),inset 3px 3px 6px var(--shadow-dark),0 0 0 2px var(--accent)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-light);font-weight:400}.form-group textarea{resize:vertical;min-height:60px}.form-group input[type=file]{padding:.5rem;font-size:.82rem;cursor:pointer}.form-row{display:flex;gap:1rem}.form-row .form-group{flex:1}.modal-submit{width:100%;justify-content:center;margin-top:.5rem}.modal-switch{text-align:center;margin-top:1.2rem;font-size:.85rem;color:var(--text-light)}.link-btn{background:none;border:none;color:var(--accent);font-family:Nunito,sans-serif;font-size:.85rem;font-weight:700;cursor:pointer;padding:0;margin-left:.3rem}.link-btn:hover{text-decoration:underline}.upload-progress{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.upload-bar{flex:1;height:10px;border-radius:5px;background:var(--bg);overflow:hidden;box-shadow:inset -2px -2px 4px var(--shadow-light),inset 2px 2px 4px var(--shadow-dark)}.upload-bar-fill{height:100%;width:0%;border-radius:5px;background:var(--accent);transition:width .2s ease}.upload-pct{font-size:.82rem;font-weight:700;color:var(--text-light);min-width:3em;text-align:right}.video-page-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.25rem}.video-page-tags:empty{display:none}.video-tag{display:inline-block;padding:.25rem .7rem;border-radius:20px;background:var(--bg);color:var(--accent);font-size:.75rem;font-weight:700;font-family:Nunito,sans-serif;box-shadow:-2px -2px 4px var(--shadow-light),2px 2px 4px var(--shadow-dark);cursor:default;transition:all var(--transition)}.video-tag:hover{color:var(--accent-hover)}.video-captions-section{margin-top:1rem;border-radius:12px;background:var(--card);box-shadow:-3px -3px 6px var(--shadow-light),3px 3px 6px var(--shadow-dark);overflow:hidden}.captions-toggle{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;cursor:pointer;font-weight:700;font-size:.85rem;color:var(--text);font-family:Nunito,sans-serif;user-select:none;list-style:none}.captions-toggle::-webkit-details-marker{display:none}.captions-toggle svg{flex-shrink:0;color:var(--accent)}.captions-body{max-height:300px;overflow-y:auto;padding:0 1rem 1rem}.caption-line{display:flex;gap:.6rem;padding:.3rem 0;font-size:.82rem;line-height:1.5;color:var(--text-light);border-bottom:1px solid var(--shadow-light)}.caption-line:last-child{border-bottom:none}.caption-ts{flex-shrink:0;font-family:JetBrains Mono,monospace;font-size:.72rem;color:var(--accent);padding-top:.15rem;min-width:4rem;cursor:pointer;opacity:.85}.caption-ts:hover{opacity:1;text-decoration:underline}.caption-text{color:var(--text)}.profile-page{position:fixed;top:0;left:var(--sidebar-w);right:0;bottom:0;background:var(--bg);background-size:cover;background-position:center;background-attachment:fixed;z-index:100;overflow-y:auto;overflow-x:hidden;padding:2rem 3rem 3rem;animation:videoPageIn .3s ease}.profile-page-top{margin-bottom:1.5rem;display:inline-block}.profile-header{max-width:960px;width:100%;margin:0 auto;display:flex;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;border-radius:var(--radius-lg);background:#e4e8f0d1;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:-6px -6px 12px var(--shadow-light),6px 6px 12px var(--shadow-dark)}.profile-header .neu-btn{flex-shrink:0}.profile-avatar{width:90px;height:90px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:2.2rem;color:#fff;flex-shrink:0;position:relative;overflow:hidden;box-shadow:-6px -6px 12px var(--shadow-light),6px 6px 12px var(--shadow-dark);border:4px solid var(--bg)}.avatar-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:50%;pointer-events:none}.profile-info{flex:1;display:flex;flex-direction:column;gap:.25rem;padding-bottom:.5rem}.profile-username{font-size:1.6rem;font-weight:800;color:var(--text)}.profile-bio{font-size:.9rem;color:var(--text-light);line-height:1.5}.profile-bio:empty{display:none}.profile-stats{font-size:.8rem;color:var(--text-light);font-weight:600}.profile-section-title{max-width:960px;width:100%;margin:2rem auto 0;padding:1rem 1.5rem;border-radius:var(--radius-sm);background:#e4e8f0d1;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);font-size:1.3rem;font-weight:800;color:var(--text);letter-spacing:.5px;box-shadow:-4px -4px 8px var(--shadow-light),4px 4px 8px var(--shadow-dark)}.profile-videos{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;max-width:960px;width:100%;margin:1rem auto 0;padding-bottom:2rem}.profile-page::-webkit-scrollbar{width:8px}.profile-page::-webkit-scrollbar-track{background:transparent}.profile-page::-webkit-scrollbar-thumb{background:var(--shadow-dark);border-radius:4px}.video-page-channel{cursor:pointer;transition:color var(--transition)}.video-page-channel:hover{color:var(--accent-hover);text-decoration:underline}.video-channel-link{color:var(--text-light);transition:color var(--transition)}.video-channel-link:hover{color:var(--accent);text-decoration:underline}.form-group input[type=color]{width:100%;height:40px;padding:2px;border:none;border-radius:var(--radius-sm);background:var(--bg);cursor:pointer;box-shadow:inset -3px -3px 6px var(--shadow-light),inset 3px 3px 6px var(--shadow-dark)}@media(max-width:768px){.profile-page{left:60px;padding:1.5rem}.profile-header{flex-wrap:wrap}.profile-avatar{width:60px;height:60px;font-size:1.5rem}.profile-section-title{margin-top:1rem}}.hearts-sidebar{position:fixed;top:0;right:0;width:var(--rsidebar-w);height:100vh;background:var(--bg);z-index:50;display:flex;flex-direction:column;padding:1.25rem .75rem;gap:.75rem;border-left:1px solid var(--shadow-mid)}.hearts-sidebar-title{font-size:.78rem;font-weight:800;color:var(--text-light);text-transform:uppercase;letter-spacing:.04em;display:flex;align-items:center;gap:.4rem;padding:0 .35rem;flex-shrink:0}.hearts-sidebar-title svg{color:#e63946;flex-shrink:0}.hearts-list{flex:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:.5rem;scrollbar-width:none}.hearts-list::-webkit-scrollbar{display:none}.hearts-list-empty{font-size:.8rem;color:var(--text-light);text-align:center;padding:1.5rem .5rem;line-height:1.5}.heart-user{display:flex;align-items:center;gap:.6rem;padding:.45rem .5rem;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);background:var(--bg);box-shadow:-3px -3px 6px var(--shadow-light),3px 3px 6px var(--shadow-dark)}.heart-user:hover{box-shadow:-4px -4px 8px var(--shadow-light),4px 4px 8px var(--shadow-dark)}.heart-user:active{box-shadow:inset -2px -2px 5px var(--shadow-light),inset 2px 2px 5px var(--shadow-dark)}.heart-user-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.8rem;color:#fff;flex-shrink:0;position:relative;overflow:hidden}.heart-user-avatar .avatar-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:50%}.heart-user-name{font-size:.82rem;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.heart-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:50%;background:var(--bg);cursor:pointer;transition:all var(--transition);box-shadow:-3px -3px 6px var(--shadow-light),3px 3px 6px var(--shadow-dark)}.heart-btn svg{width:18px;height:18px;stroke:var(--text-light);fill:none;transition:all var(--transition)}.heart-btn:hover svg{stroke:#e63946}.heart-btn:active{box-shadow:inset -2px -2px 5px var(--shadow-light),inset 2px 2px 5px var(--shadow-dark)}.heart-btn.hearted svg{stroke:#e63946;fill:#e63946}.heart-btn-profile{flex-shrink:0}.profile-stats-line{display:flex;align-items:center;gap:.75rem;font-size:.8rem;color:var(--text-light);font-weight:600}.profile-stats-line svg{width:14px;height:14px;flex-shrink:0}.profile-stat-item{display:inline-flex;align-items:center;gap:.25rem}.profile-stat-item .stat-heart{color:#e63946}@media(max-width:1100px){:root{--rsidebar-w: 0px}.hearts-sidebar{display:none}}
