@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Space+Grotesk:wght@400;500;600;700&family=Manrope:wght@500;600;700&display=swap");:root{--bg:#050608;--bg-2:#0b0d11;--bg-3:#0f1117;--bg-card:rgba(18,20,26,.95);--bg-soft:rgba(20,23,32,.94);--border:hsla(0,0%,100%,.07);--border-strong:hsla(0,0%,100%,.16);--text:#f5f6fb;--text-soft:rgba(245,246,251,.78);--text-muted:rgba(245,246,251,.55);--accent:#a7c6ff;--accent-strong:#d6e4ff;--accent-deep:#234b9a;--success:#4ade80;--error:#ef4444;--radius:18px;--radius-sm:12px;--radius-lg:28px;--shadow:0 28px 70px -42px rgba(0,0,0,.9);--shadow-soft:0 18px 40px -30px rgba(0,0,0,.78)}*{box-sizing:border-box;margin:0;padding:0}body,html{min-height:100%;font-family:Manrope,Space Grotesk,system-ui,-apple-system,sans-serif;color:var(--text);background:radial-gradient(120% 120% at 0 0,rgba(95,134,255,.15),transparent 55%),radial-gradient(160% 140% at 100% 0,rgba(151,188,255,.12),transparent 60%),radial-gradient(140% 160% at 70% 110%,rgba(7,9,15,.95),transparent 60%),linear-gradient(180deg,#050608,#0b0d11);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:hover{color:var(--accent-strong)}button,input,select,textarea{font:inherit}.shell{min-height:100vh;display:grid;grid-template-columns:260px 1fr;background:linear-gradient(135deg,rgba(9,11,16,.95),rgba(12,15,22,.96))}@media (max-width:960px){.shell{grid-template-columns:1fr}}.sidebar{background:radial-gradient(140% 120% at 0 0,rgba(76,113,212,.18),transparent 60%),var(--bg-3);border-right:1px solid var(--border);padding:2.5rem 1.8rem;position:-webkit-sticky;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:1.5rem}@media (max-width:960px){.sidebar{position:static;height:auto;border-right:none}}.brand{font-family:Bebas Neue,sans-serif;font-size:1.8rem;letter-spacing:.08em;color:#e9edff}.session-block{padding:1.4rem;background:radial-gradient(circle at 88% 12%,rgba(90,140,255,.18),transparent 38%),radial-gradient(circle at 12% 92%,rgba(70,120,255,.12),transparent 44%),linear-gradient(165deg,rgba(20,25,39,.95),rgba(16,20,32,.94));border-radius:var(--radius);border:1px solid var(--border)}.session-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.session-code{color:var(--text-muted);font-size:.9rem}.login-form{display:grid;grid-gap:.65rem;gap:.65rem}.side-nav{display:grid;grid-gap:.45rem;gap:.45rem}.side-link{padding:.65rem .85rem;border-radius:var(--radius-sm);border:1px solid transparent;color:var(--text-muted);background:transparent}.side-link:hover{border-color:var(--border);color:var(--text)}.main-column{padding:2.75rem 3rem 3.5rem}@media (max-width:640px){.main-column{padding:2rem 1.4rem 2.8rem}}.page-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem 1.5rem;margin-bottom:2rem}.page-head h1{font-size:clamp(1.9rem,2.2vw,2.4rem)}.head-actions{display:flex;gap:.5rem;flex-wrap:wrap}.pill{padding:.4rem .75rem;border-radius:999px;border:1px solid var(--border);color:var(--text-muted);background:hsla(0,0%,100%,.02)}.hero{display:grid;grid-gap:2.5rem;gap:2.5rem;margin-bottom:3.5rem}@media (min-width:980px){.hero{grid-template-columns:1.2fr .8fr;align-items:center}}.hero-kicker{font-size:.72rem;letter-spacing:.5em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.9rem}.hero-title{font-family:Bebas Neue,sans-serif;font-weight:400;font-size:clamp(3rem,5vw,4.3rem);letter-spacing:.06em;margin-bottom:.9rem}.hero-tagline{color:var(--text-soft);font-size:1.1rem;max-width:520px}.hero-chips{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.25rem}.chip{padding:.35rem .95rem;border-radius:999px;background:rgba(10,11,15,.65);color:var(--text-muted);font-size:.75rem}.chip,.hero-panel{border:1px solid var(--border-strong)}.hero-panel{background:rgba(10,11,15,.94);padding:2.25rem;border-radius:var(--radius-lg);box-shadow:var(--shadow)}.hero-panel .card-body{padding:.7rem .9rem}.hero-panel h3{font-family:Bebas Neue,sans-serif;font-size:1.1rem;letter-spacing:.18em;text-transform:uppercase;margin-bottom:.6rem}.hero-panel p{color:var(--text-soft);font-size:.95rem;margin-bottom:1rem}.hero-panel-list{list-style:none;display:grid;grid-gap:.5rem;gap:.5rem;color:var(--text-muted)}.hero-panel-list li:before{content:"✦";color:var(--accent);margin-right:.4rem}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft)}.section-header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.section-title{font-size:1.1rem;font-weight:600}.section-subtitle{color:var(--text-muted);font-size:.85rem}.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:.65rem;color:var(--text-muted)}.upload-panel{padding:1.6rem;border:1px solid var(--border-strong);box-shadow:var(--shadow);margin-bottom:2rem}.upload-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.library-block{background:transparent;display:flex;flex-direction:column;gap:1.2rem}.field label{display:block;font-size:.8rem;color:var(--text-muted);margin-bottom:.35rem}.input{width:100%;padding:.8rem .95rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:rgba(10,11,15,.9);color:var(--text)}.input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px hsla(38,55%,64%,.2)}.file-info{font-size:.8rem;color:var(--text-muted)}.label-inline{font-size:.78rem;color:var(--text-muted)}.page-wrap .btn{border:none;border-radius:999px;padding:.75rem 1.5rem;font-weight:600;background:linear-gradient(120deg,rgba(102,149,255,.95),rgba(167,198,255,.95));color:#0d172b;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.page-wrap .btn:hover{transform:translateY(-1px);box-shadow:0 12px 30px -20px hsla(38,55%,64%,.6)}.page-wrap .btn-ghost{background:transparent;border:1px solid var(--border-strong);color:var(--text-soft)}.page-wrap .btn.small{padding:.55rem 1rem;font-size:.9rem}.error-msg{color:var(--error);font-size:.85rem}.progress-card{background:rgba(12,13,18,.85);border:1px solid var(--border);padding:.9rem;border-radius:var(--radius-sm)}.progress-text{font-size:.85rem;color:var(--text-soft);margin-bottom:.5rem}.progress-bar{height:5px;background:hsla(0,0%,100%,.08);border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(120deg,var(--accent),var(--accent-strong))}.muted,.videos-section .muted{color:var(--text-muted)}.video-grid{display:grid;grid-gap:1.1rem;gap:1.1rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.video-tile{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--bg-card);box-shadow:var(--shadow-soft);overflow:hidden}.tile-thumb{position:relative;background:linear-gradient(135deg,rgba(91,133,255,.3),rgba(52,84,160,.35));min-height:140px}.tile-thumb img{width:100%;height:100%;object-fit:cover;display:block}.thumb-fallback{width:100%;height:100%;color:#c9d9ff;font-size:2.6rem;font-weight:700;letter-spacing:.01em;letter-spacing:.08em}.tile-duration{position:absolute;right:.75rem;bottom:.75rem;background:rgba(0,0,0,.65);padding:.32rem .55rem;border-radius:10px;font-size:.8rem}.tile-actions{position:absolute;left:.8rem;bottom:.8rem;display:flex;gap:.5rem}.tile-btn{padding:.4rem .85rem;border-radius:999px;border:1px solid var(--border);background:rgba(0,0,0,.25);color:#e8edff;font-weight:600}.tile-btn.ghost{background:rgba(0,0,0,.15);color:var(--text-muted)}.tile-btn:hover{border-color:var(--accent);color:var(--accent-strong)}.tile-body{padding:.95rem 1rem 1.05rem;display:grid;grid-gap:.35rem;gap:.35rem}.tile-top{display:flex;justify-content:space-between;gap:.5rem;align-items:center}.tile-title{font-weight:700;letter-spacing:.01em}.tile-meta{color:var(--text-muted);font-size:.9rem}.badge-error,.badge-success,.badge-warning{border-radius:6px;font-size:.62rem;padding:.2rem .45rem;text-transform:uppercase}.badge-success{background:rgba(60,179,113,.2);color:var(--success)}.badge-warning{background:hsla(38,55%,64%,.2);color:var(--accent)}.badge-error{background:rgba(239,68,68,.2);color:var(--error)}.badge-muted{background:hsla(0,0%,100%,.08);color:var(--text-muted)}.toast{position:fixed;bottom:18px;right:18px;background:rgba(15,17,24,.96);color:var(--text);padding:.85rem 1.1rem;border-radius:var(--radius-sm);border:1px solid var(--border);box-shadow:var(--shadow)}.video-duration,.video-meta{font-size:.75rem;color:var(--text-muted);margin-top:.35rem}.video-page{max-width:1180px}.video-header{margin-bottom:.75rem}.video-meta-line{color:var(--text-muted);font-size:.85rem}.video-meta-line .video-owner-link{color:#dbe7ff}.video-info-stack{display:grid;grid-gap:1.25rem;gap:1.25rem;margin-top:1.25rem}.pipeline-card{padding:1.25rem 1.5rem}.pipeline-steps{justify-content:space-between;margin-bottom:.75rem}.pipeline-step,.pipeline-steps{display:flex;align-items:center}.pipeline-step{flex:1 1}.pipeline-step:first-child,.pipeline-step:last-child{flex:0 0 auto}.pipeline-connector{flex:1 1;max-width:28px;height:2px;margin:0 4px;border-radius:999px;background:var(--border)}.pipeline-dot{width:26px;height:26px;border-radius:50%;background:hsla(0,0%,100%,.1);color:var(--text-muted);font-size:.7rem;display:grid;place-items:center}.pipeline-dot.done{background:var(--success);color:#0d100f}.pipeline-dot.active{background:var(--accent);color:#1b130b}.spin-icon{animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.pipeline-desc{font-size:.85rem;color:var(--text-soft)}.video-details-card{padding:1.5rem}.video-details-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:.9rem;gap:.9rem}.video-detail-item{background:rgba(10,11,15,.88);border:1px solid hsla(0,0%,100%,.06);border-radius:var(--radius-sm);padding:.75rem .85rem}.video-detail-item label{font-size:.6rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.video-detail-item span{display:block;margin-top:.25rem;font-size:.8rem}.player-shell{padding:1.5rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:rgba(8,9,12,.94);box-shadow:var(--shadow);margin-bottom:1.75rem}.player-frame{border-radius:var(--radius);overflow:hidden;border:1px solid var(--border)}.video-player{height:auto;max-height:min(70vh,760px)}.plyr:-webkit-full-screen .video-player{max-height:none;height:100%;width:100%}.plyr--fullscreen-fallback .video-player,.plyr:fullscreen .video-player{max-height:none;height:100%;width:100%}.video-placeholder{padding:2rem;text-align:center;border-radius:var(--radius);background:rgba(12,13,18,.9);margin-bottom:1.25rem}.download-section .section-title{font-size:.95rem;margin-bottom:.6rem}.plyr--full-ui input[type=range]{color:var(--accent)}.plyr--video{background:transparent;color:var(--text);border-radius:var(--radius)}.plyr__control--overlaid{background:hsla(38,55%,64%,.85);color:#1b130b}.plyr__controls{background:rgba(7,8,10,.92);border-top:1px solid hsla(0,0%,100%,.08)}.plyr__control{color:var(--text)}.plyr__control:hover{color:var(--accent-strong)}.plyr__video-wrapper,.plyr__video-wrapper video{height:100%;width:100%}.plyr:-webkit-full-screen .plyr__video-wrapper video,.plyr:-webkit-full-screen video{object-fit:contain;height:100%;width:100%}.plyr--fullscreen-fallback .plyr__video-wrapper video,.plyr--fullscreen-fallback video,.plyr:fullscreen .plyr__video-wrapper video,.plyr:fullscreen video{object-fit:contain;height:100%;width:100%}.app-shell{background:radial-gradient(95% 80% at 12% 8%,rgba(107,151,255,.2),transparent 65%),radial-gradient(110% 90% at 88% 4%,rgba(58,91,185,.2),transparent 70%),linear-gradient(180deg,#05070e,#090e18)}.app-sidebar{background:linear-gradient(165deg,rgba(11,16,29,.98),rgba(8,12,21,.96));border-right:1px solid rgba(180,200,255,.12)}.app-main{background:linear-gradient(165deg,rgba(11,15,26,.72),rgba(8,11,20,.45))}.dashboard-row .app-main,.dashboard-row .app-sidebar{transition:flex-basis .24s ease,max-width .24s ease,padding .24s ease}.sidebar-topbar{display:flex;align-items:center;justify-content:space-between;gap:.65rem;margin-bottom:.4rem}.sidebar-toggle-btn{width:34px;min-width:34px;height:34px;padding:0!important;display:inline-flex;align-items:center;justify-content:center;border-radius:10px!important}.sidebar-collapse-body{overflow:hidden;transition:opacity .2s ease,transform .24s ease,max-height .28s ease,margin .2s ease;max-height:4200px;opacity:1}@media (min-width:992px){.dashboard-row.is-sidebar-collapsed .app-sidebar{flex:0 0 88px!important;max-width:88px!important;padding-left:.5rem!important;padding-right:.5rem!important}.dashboard-row.is-sidebar-collapsed .app-main{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 88px);max-width:calc(100% - 88px)!important}.dashboard-row.is-sidebar-collapsed .sidebar-topbar{justify-content:center;margin-bottom:0}.dashboard-row.is-sidebar-collapsed .brand-title{display:none}.dashboard-row.is-sidebar-collapsed .sidebar-collapse-body{max-height:0;opacity:0;transform:translateX(-8px);pointer-events:none;margin:0!important}}@media (max-width:991px){.sidebar-topbar{justify-content:flex-start;gap:.5rem}.sidebar-toggle-btn{display:none!important}.sidebar-collapse-body{max-height:none;opacity:1;transform:none}}.brand-title{font-family:Bebas Neue,sans-serif;letter-spacing:.08em;font-size:clamp(1.8rem,2.4vw,2.4rem);margin-bottom:.4rem;position:relative;color:#dbe9ff;background-image:linear-gradient(110deg,#c8daff,#7fb4ff 32%,#f3f8ff 50%,#8bbaff 68%,#c8daff);background-size:230% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 22px rgba(96,147,255,.26);animation:brand-title-shimmer 5.2s linear infinite}@keyframes brand-title-shimmer{0%{background-position:0 50%}to{background-position:230% 50%}}.tiny-label{font-size:.66rem;letter-spacing:.2em;color:rgba(245,246,251,.55)}.app-card{background:linear-gradient(165deg,rgba(20,25,39,.95),rgba(16,20,32,.94));border:1px solid rgba(180,200,255,.14);box-shadow:0 18px 50px -36px rgba(0,0,0,.75)}.form-control,.form-control:focus,.form-select,.form-select:focus{background:rgba(10,13,22,.95);color:var(--text)}.form-control:focus,.form-select:focus{border-color:rgba(167,198,255,.8);box-shadow:0 0 0 .2rem rgba(167,198,255,.15)}.form-control::-webkit-file-upload-button{background:rgba(38,65,120,.65);color:#e9efff;border:none}.form-control::file-selector-button{background:rgba(38,65,120,.65);color:#e9efff;border:none}.thumb-wrap{aspect-ratio:16/9;position:relative;overflow:hidden;border-bottom:1px solid rgba(180,200,255,.14);background:linear-gradient(135deg,rgba(100,139,235,.35),rgba(45,72,140,.32))}.thumb-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.thumb-fallback{position:absolute;inset:0;display:grid;place-items:center;font-size:1rem;letter-spacing:.2em;color:rgba(230,237,255,.9)}.thumb-time{position:absolute;right:.55rem;bottom:.55rem}.video-click-card{cursor:pointer;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.video-click-card:hover{transform:translateY(-4px);border-color:rgba(167,198,255,.38);box-shadow:0 24px 60px -35px rgba(58,91,185,.45)}.video-click-card:hover .thumb-image{transform:scale(1.04)}.video-click-card:focus-visible{outline:2px solid rgba(167,198,255,.92)}.share-toast{position:fixed;right:20px;bottom:20px;z-index:1050;padding:.7rem 1rem;border-radius:10px;background:rgba(12,16,28,.95);border:1px solid hsla(0,0%,100%,.14);color:var(--text);box-shadow:0 24px 55px -30px rgba(0,0,0,.8)}@media (max-width:991px){.app-sidebar{border-right:none;border-bottom:1px solid hsla(0,0%,100%,.08)}}.app-shell{position:relative;isolation:isolate;overflow:hidden}.neo-mesh{inset:-20% -10% auto;height:75vh;background:radial-gradient(circle at 14% 22%,rgba(92,140,255,.34),transparent 32%),radial-gradient(circle at 76% 16%,rgba(45,217,182,.22),transparent 28%),radial-gradient(circle at 60% 56%,rgba(125,85,255,.18),transparent 36%);filter:blur(18px);opacity:.9;z-index:-2}.neo-grid,.neo-mesh{position:absolute;pointer-events:none}.neo-grid{inset:0;background-image:linear-gradient(hsla(0,0%,100%,.025) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.025) 1px,transparent 0);background-size:42px 42px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.45),transparent 72%);mask-image:linear-gradient(180deg,rgba(0,0,0,.45),transparent 72%);z-index:-1}.app-sidebar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid rgba(141,166,255,.25)}.sidebar-links .btn{border-radius:12px;border-color:rgba(141,166,255,.25);background:hsla(0,0%,100%,.01)}.sidebar-links .btn:hover{border-color:rgba(178,203,255,.6);background:rgba(151,180,255,.08)}.sidebar-public-library-btn{min-height:52px;font-size:1.04rem;font-weight:700;letter-spacing:.012em;border-color:hsla(0,0%,100%,.22)!important;background:radial-gradient(circle at 82% 14%,hsla(0,0%,100%,.04),transparent 40%),linear-gradient(165deg,rgba(12,12,13,.99),#070708)!important;color:#f3f6fb!important;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.02),0 16px 30px -24px rgba(0,0,0,.92)}.sidebar-public-library-btn:hover{border-color:hsla(0,0%,100%,.36)!important;background:radial-gradient(circle at 82% 14%,hsla(0,0%,100%,.08),transparent 42%),linear-gradient(165deg,#101012,#09090a)!important;color:#fff!important}.sidebar-profile-card{background:radial-gradient(circle at 88% 12%,rgba(90,140,255,.18),transparent 36%),radial-gradient(circle at 12% 92%,rgba(70,120,255,.12),transparent 44%),linear-gradient(165deg,rgba(22,27,43,.96),rgba(16,20,32,.95));border-color:rgba(141,166,255,.2)}.app-card{border-radius:18px}.app-card-highlight{background:linear-gradient(140deg,rgba(28,35,56,.95),rgba(18,24,40,.95)),radial-gradient(circle at 85% 15%,rgba(106,155,255,.24),transparent 40%)}.hero-panel{border:1px solid rgba(141,166,255,.24);background:linear-gradient(145deg,rgba(20,27,45,.96),rgba(14,19,33,.95));box-shadow:0 35px 80px -50px rgba(50,120,255,.6)}.hero-tags{display:flex;flex-wrap:wrap;gap:.55rem;padding:0 1rem 1rem}.hero-tags .badge{border:1px solid rgba(141,166,255,.3);background:rgba(16,23,41,.75)!important;color:#d8e4ff}.hero-stats{display:flex;gap:.7rem;flex-wrap:wrap}.hero-stat{min-width:110px;padding:.7rem .85rem;border:1px solid rgba(141,166,255,.28);background:rgba(10,15,27,.65);display:grid}.hero-stat-value{font-weight:700;letter-spacing:.01em;font-size:1.1rem;color:#e6eeff}.hero-stat-label{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(200,214,247,.65)}.app-section-card{background:linear-gradient(155deg,rgba(17,23,38,.94),rgba(13,17,30,.94));border:1px solid rgba(141,166,255,.18);animation:rise-in .42s ease both}.app-main .btn-primary{background:linear-gradient(120deg,#68a3ff,#4ad0be);border:none;color:#0b1325}.app-main .btn-primary:hover{filter:brightness(1.05)}.video-click-card{position:relative;animation:rise-in .38s ease both}.video-click-card:after{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid transparent;transition:border-color .24s ease;pointer-events:none}.video-click-card:hover:after{border-color:rgba(169,194,255,.42)}.thumb-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(5,8,16,.6));pointer-events:none}.share-toast{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-color:rgba(141,166,255,.32);background:rgba(10,15,27,.9)}.hero-panel{animation:rise-in .36s ease both}@keyframes rise-in{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.app-shell{background:radial-gradient(100% 70% at 50% -10%,hsla(0,0%,100%,.04),transparent 55%),linear-gradient(180deg,#040404,#080808)}.neo-mesh{opacity:.35;filter:blur(22px);background:radial-gradient(circle at 20% 20%,hsla(0,0%,100%,.12),transparent 34%),radial-gradient(circle at 80% 10%,hsla(0,0%,100%,.08),transparent 30%)}.neo-grid{opacity:.22}.app-sidebar{background:linear-gradient(180deg,hsla(0,0%,4%,.96),rgba(7,7,7,.97));border-right:1px solid hsla(0,0%,100%,.12)}.app-main{background:linear-gradient(180deg,rgba(8,8,8,.94),rgba(5,5,5,.92))}.app-card,.app-card-highlight,.app-section-card,.hero-panel{background:linear-gradient(180deg,hsla(0,0%,7%,.96),hsla(0,0%,5%,.96));border:1px solid hsla(0,0%,100%,.12);box-shadow:0 24px 60px -42px rgba(0,0,0,.9)}.hero-stat{background:rgba(8,8,8,.85);border-color:hsla(0,0%,100%,.12)}.hero-stat-value{color:#fff}.hero-stat-label{color:hsla(0,0%,100%,.65)}.form-label.small.text-secondary,.text-secondary,.tiny-label{color:hsla(0,0%,100%,.68)!important}.app-main .btn,.app-sidebar .btn{border-radius:10px}.app-main .btn-primary{background:#fff;color:#0b0b0b;border:1px solid #fff}.app-main .btn-primary:hover{background:#f2f2f2;color:#090909}.app-main .btn-outline-info,.app-main .btn-outline-light,.app-sidebar .btn-outline-light{border-color:hsla(0,0%,100%,.25);color:#f3f3f3;background:hsla(0,0%,100%,.02)}.app-main .btn-outline-info:hover,.app-main .btn-outline-light:hover,.app-sidebar .btn-outline-light:hover{border-color:hsla(0,0%,100%,.48);background:hsla(0,0%,100%,.08);color:#fff}.form-control,.form-select{background:#0e0e0e;border-color:hsla(0,0%,100%,.16);color:#fff}.form-control::placeholder{color:hsla(0,0%,100%,.48)}.form-control:focus,.form-select:focus{background:#111;border-color:hsla(0,0%,100%,.52);box-shadow:0 0 0 .2rem hsla(0,0%,100%,.12)}.alert.alert-dark{background:#101010;color:#f1f1f1}.video-click-card{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.video-click-card:hover{transform:translateY(-2px);border-color:hsla(0,0%,100%,.32);box-shadow:0 20px 46px -34px rgba(0,0,0,.95)}.video-click-card:focus-visible{outline:2px solid hsla(0,0%,100%,.8);outline-offset:2px}.thumb-wrap{background:linear-gradient(140deg,rgba(44,44,44,.55),hsla(0,0%,7%,.55))}.thumb-wrap:after{background:linear-gradient(180deg,transparent 46%,rgba(0,0,0,.72))}.share-toast{background:#101010;color:#f5f5f5;border:1px solid hsla(0,0%,100%,.22)}.vc-modal-root{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:1rem}.vc-modal-overlay{position:absolute;inset:0;border:0;background:rgba(0,0,0,.82);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.vc-placeholder{min-height:46vh;display:grid;place-items:center;color:hsla(0,0%,100%,.7)}.vc-nav{position:absolute;top:50%;transform:translateY(-50%);border-radius:999px;font-size:1.65rem;line-height:1}.vc-nav-prev{left:.9rem}.vc-nav-next{right:.9rem}@media (max-width:900px){.vc-nav{font-size:1.4rem}}.video-masonry{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}@media (min-width:720px){.video-masonry{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1180px){.video-masonry{grid-template-columns:repeat(4,minmax(0,1fr))}}.video-masonry-item{border-radius:12px;overflow:hidden;border:1px solid hsla(0,0%,100%,.12);background:#0d0d0d}.public-library-grid .video-masonry-item{opacity:0;transform:translate3d(0,10px,0) scale(.992);animation:public-library-card-enter .44s cubic-bezier(.2,.7,.2,1) forwards;animation-delay:var(--card-enter-delay,0ms);will-change:transform,opacity}.video-masonry-item .thumb-wrap{min-height:220px;height:100%}.video-scroll-shell{position:relative;overflow:visible}.video-scroll-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,1fr);grid-template-rows:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem;overflow-x:auto;padding:.25rem 3.2rem;scroll-snap-type:x proximity;scrollbar-color:rgba(140,170,255,.45) transparent}.video-masonry.video-scroll-grid{grid-template-columns:unset}.video-scroll-grid>*{scroll-snap-align:start}.video-scroll-arrow{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:999px;border:1px solid rgba(141,166,255,.45);background:rgba(10,14,24,.9);color:#e8efff;display:grid;place-items:center;font-size:1.6rem;z-index:3;box-shadow:0 16px 30px -20px rgba(90,140,255,.7)}.video-scroll-arrow.left{left:.2rem}.video-scroll-arrow.right{right:.2rem}.video-scroll-arrow:hover{border-color:rgba(167,198,255,.85);background:rgba(18,26,44,.95)}@media (max-width:900px){.video-scroll-grid{padding:.25rem .5rem;grid-auto-columns:minmax(220px,1fr)}.video-scroll-arrow{display:none}}@media (max-width:719px){.video-masonry-item .thumb-wrap{min-height:210px}}.video-overlay-top{top:.6rem;display:flex;justify-content:space-between;gap:.45rem}.video-overlay-bottom,.video-overlay-top{position:absolute;left:.6rem;right:.6rem;z-index:2}.video-overlay-bottom{bottom:.6rem}.video-overlay-bottom h4{margin:0;font-size:.95rem;color:#fff;line-height:1.35}.video-overlay-bottom p{margin:.2rem 0 .45rem;color:hsla(0,0%,100%,.82);font-size:.78rem}.video-owner-link{color:#cfe2ff;text-decoration:none;font-weight:600}.video-owner-link:hover{color:#fff}.video-overlay-actions{display:flex;flex-wrap:wrap;gap:.35rem}.video-overlay-actions .btn{padding:.3rem .6rem;font-size:.72rem;border-radius:8px}.icon-action-btn{width:38px;height:36px;padding:0!important;border-radius:10px!important;display:inline-flex;align-items:center;justify-content:center;border:1px solid #344364!important;background:linear-gradient(165deg,#141a27,#0d111a)!important;color:#c8d5ec!important;box-shadow:inset 0 1px 0 #1f2a40;transition:transform .16s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.icon-action-btn:hover{transform:translateY(-1px);border-color:#51699a!important;background:linear-gradient(165deg,#1b2436,#101726)!important;box-shadow:0 10px 18px -16px #1d2c49,inset 0 1px 0 #273654}.icon-action-btn svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.icon-action-btn.is-share{border-color:#4f6590!important;background:linear-gradient(165deg,#1a243a,#11192a)!important;color:#c8d8f3!important}.icon-action-btn.is-share:hover{border-color:#6783b9!important;background:linear-gradient(165deg,#22304d,#16233d)!important}.icon-action-btn.is-edit{border-color:#566482!important;background:linear-gradient(165deg,#242b39,#171d29)!important;color:#d3ddef!important}.icon-action-btn.is-edit:hover{border-color:#7389b1!important;background:linear-gradient(165deg,#2d374b,#1f2839)!important}.icon-action-btn.is-visibility.state-public{border-color:#3f7259!important;background:linear-gradient(165deg,#1d3328,#131f19)!important;color:#cde7d7!important}.icon-action-btn.is-visibility.state-link-only{border-color:#7f6940!important;background:linear-gradient(165deg,#312719,#211a11)!important;color:#eadfba!important}.icon-action-btn.is-visibility.state-private{border-color:#754452!important;background:linear-gradient(165deg,#311f25,#22161a)!important;color:#e6cfd5!important}.icon-action-btn.is-delete{border-color:#7a4248!important;background:linear-gradient(165deg,#361e22,#251518)!important;color:#e8c8c8!important}.icon-action-btn.is-delete:hover{border-color:#9b5e66!important;background:linear-gradient(165deg,#43272d,#2f1b20)!important}.video-masonry-item .thumb-wrap:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.2) 18%,rgba(0,0,0,.75));z-index:1}.video-public-card-minimal{display:flex;flex-direction:column;background:linear-gradient(180deg,hsla(0,0%,4%,.98),rgba(7,7,7,.98))}.video-public-card-minimal .thumb-wrap:before{display:none}.video-public-card-minimal .thumb-wrap{min-height:210px}.guest-see-more-card{display:grid;place-content:center;grid-gap:.35rem;gap:.35rem;min-height:290px;text-decoration:none;border:1px solid hsla(0,0%,100%,.14);background:radial-gradient(circle at 82% 16%,hsla(0,0%,100%,.04),transparent 42%),linear-gradient(165deg,rgba(12,12,13,.99),#060607);color:#e9edf5;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.02);transition:border-color .18s ease,background .18s ease,transform .18s ease}.guest-see-more-card:hover{border-color:hsla(0,0%,100%,.26);background:radial-gradient(circle at 82% 16%,hsla(0,0%,100%,.07),transparent 44%),linear-gradient(165deg,#101011,#09090a);color:#fff;transform:translateY(-1px)}.guest-see-more-kicker{display:block;text-align:center;font-size:.64rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(220,228,242,.66)}.guest-see-more-card strong{display:block;text-align:center;font-size:1.15rem;letter-spacing:.01em}.guest-see-more-note{display:block;text-align:center;font-size:.76rem;color:rgba(218,226,239,.7)}.guest-empty-slot{min-height:290px;border:1px dashed hsla(0,0%,100%,.1);background:radial-gradient(circle at 82% 16%,hsla(0,0%,100%,.02),transparent 42%),linear-gradient(165deg,rgba(9,9,10,.96),rgba(5,5,6,.98));box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.01)}.video-public-meta{padding:.58rem .7rem .66rem;display:grid;grid-gap:.34rem;gap:.34rem}.video-public-meta-top{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:.42rem;gap:.42rem}.video-public-meta h4{font-size:.91rem;line-height:1.28;color:#f6f8ff}.video-public-meta h4,.video-public-meta-subline{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-public-meta-subline{font-size:.73rem;color:rgba(233,239,255,.76)}.video-public-meta-top .icon-action-btn{width:34px;height:31px;border-radius:9px!important}.my-videos-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem;align-items:stretch}.my-video-card{display:flex;flex-direction:column;height:100%;overflow:hidden}.my-video-card .thumb-wrap{min-height:240px}.my-video-card .card-body{display:flex;flex-direction:column;gap:.38rem;min-height:220px;background:linear-gradient(180deg,hsla(0,0%,4%,.86),rgba(8,8,8,.96))}.my-video-card .video-title-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;grid-gap:.6rem;gap:.6rem;min-height:2.6em}.my-video-card .video-title{font-size:1.05rem;font-weight:700;letter-spacing:.01em;color:#f8fbff;text-shadow:0 8px 20px rgba(0,0,0,.6)}.my-video-card .video-title-row h4{min-width:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.my-video-card .video-title-row .badge{white-space:nowrap;justify-self:end;align-self:start;transform:translateY(1px)}.video-title-edit-wrap{display:flex;align-items:center;gap:.45rem;min-width:0;width:100%}.video-title-edit-input{min-width:0;height:34px!important}.video-title-save-btn{height:32px!important;min-width:58px;flex:0 0 auto;padding:.28rem .72rem!important;border-radius:8px!important;font-size:.8rem!important;line-height:1.1!important;display:inline-flex!important;align-items:center;justify-content:center;white-space:nowrap;border:1px solid rgba(125,175,255,.52)!important;background:linear-gradient(145deg,#070b14,#11203e 55%,#2c60af)!important;color:#eef5ff!important}.video-title-save-btn:hover{background:linear-gradient(145deg,#0a101d,#183160 55%,#3b77ca)!important;border-color:rgba(162,200,255,.75)!important;color:#fff!important}.my-video-actions{margin-top:auto}.my-videos-scroll-shell{position:relative;overflow:visible}.my-videos-scroll-grid{--my-card-width:clamp(260px,18vw,350px);grid-template-columns:none!important;display:grid;grid-auto-flow:column;grid-template-rows:repeat(2,minmax(0,1fr));grid-auto-columns:var(--my-card-width);grid-gap:1rem;gap:1rem;overflow-x:auto;overflow-y:hidden;padding:.15rem .35rem;justify-content:start;align-content:start;scroll-behavior:smooth;overscroll-behavior-x:contain;scrollbar-width:none;-ms-overflow-style:none;cursor:-webkit-grab;cursor:grab;touch-action:pan-y}.my-videos-scroll-grid .thumb-image{-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.my-videos-scroll-grid::-webkit-scrollbar{display:none}.my-videos-scroll-grid.is-dragging{cursor:-webkit-grabbing;cursor:grabbing}.my-videos-scroll-grid.is-dragging,.my-videos-scroll-grid.is-dragging *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.my-videos-body{position:relative}.drag-hint-modal{position:absolute;inset:0;z-index:15;display:grid;place-items:center;background:rgba(4,6,11,.56);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:18px}.drag-hint-card{width:min(720px,calc(100% - 2rem));border-radius:16px;border:1px solid hsla(0,0%,100%,.2);background:linear-gradient(180deg,hsla(0,0%,5%,.98),rgba(8,8,8,.98));box-shadow:0 28px 56px -28px rgba(0,0,0,.8);padding:1.15rem 1.15rem 1rem}.drag-hint-animation{width:100%;height:240px;border-radius:12px;border:1px solid hsla(0,0%,100%,.16);background:linear-gradient(180deg,hsla(0,0%,8%,.98),rgba(8,8,8,.98));overflow:hidden;margin-bottom:.85rem}.drag-hint-animation-canvas{width:100%;height:100%;filter:grayscale(1) brightness(1.22) contrast(1.08)}.drag-hint-card h4{margin:0 0 .35rem;font-size:1.14rem;color:#fff}.drag-hint-card p{margin:0 0 .5rem;color:hsla(0,0%,96%,.88);font-size:.98rem;line-height:1.5}.drag-hint-card .drag-hint-note{color:hsla(0,0%,96%,.7)}@media (max-width:768px){.drag-hint-card{width:calc(100% - 1rem);padding:.95rem}.drag-hint-animation{height:180px}.drag-hint-card h4{font-size:1.04rem}.drag-hint-card p{font-size:.9rem}}.my-videos-scroll-arrow{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:999px;border:1px solid rgba(168,190,245,.38);background:rgba(11,14,22,.56);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:rgba(230,239,255,.92);display:grid;place-items:center;font-size:1rem;z-index:3;box-shadow:0 10px 24px -18px rgba(120,150,230,.72);transition:opacity .22s ease,transform .22s ease,border-color .2s ease,background .2s ease}.my-videos-scroll-arrow.left{left:.2rem}.my-videos-scroll-arrow.right{right:.2rem}.my-videos-scroll-arrow:hover{border-color:rgba(194,215,255,.84);background:rgba(16,22,36,.84)}.my-videos-scroll-arrow.is-hidden{opacity:0;pointer-events:none;transform:translateY(-50%) scale(.86)}.my-videos-scroll-arrow svg{display:block}.my-videos-list{display:grid;grid-gap:.75rem;gap:.75rem}.my-empty-upload-wrap{display:flex;justify-content:flex-start}.my-empty-upload-card{width:min(360px,100%);min-height:0;height:250px;border-radius:16px;border:1px dashed hsla(0,0%,100%,.2);background:radial-gradient(circle at 84% 14%,hsla(0,0%,100%,.04),transparent 40%),linear-gradient(165deg,rgba(11,11,12,.98),#060607);color:#eef3fb;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;text-align:center;padding:.75rem .9rem;transition:border-color .18s ease,background .18s ease,transform .18s ease}.my-empty-upload-card:hover{border-color:hsla(0,0%,100%,.34);background:radial-gradient(circle at 84% 14%,hsla(0,0%,100%,.08),transparent 42%),linear-gradient(165deg,#0f0f10,#09090a);transform:translateY(-1px)}.my-empty-upload-plus{width:48px;height:48px;border-radius:999px;border:1px solid hsla(0,0%,100%,.3);display:inline-grid;place-items:center;font-size:1.9rem;line-height:.9;color:#f7f9ff;background:hsla(0,0%,100%,.05);margin-bottom:0}.my-empty-upload-card strong{font-size:.98rem;letter-spacing:.01em;line-height:1.05;margin:0}.my-empty-upload-card span:last-child{color:rgba(216,225,239,.7);font-size:.74rem;max-width:250px;line-height:1.1;margin:0}.my-video-list-item{display:grid;grid-template-columns:240px minmax(0,1fr) auto;grid-gap:.75rem;gap:.75rem;padding:.65rem;border-radius:14px;border:1px solid hsla(0,0%,100%,.14);background:linear-gradient(170deg,rgba(14,14,15,.98),rgba(9,9,10,.98));cursor:pointer;position:relative}.my-video-list-item:hover{border-color:hsla(0,0%,100%,.26);background:linear-gradient(170deg,rgba(18,18,20,.99),rgba(11,11,12,.99))}.my-video-list-thumb{min-height:132px;border-radius:10px;overflow:hidden}.my-video-list-main{min-width:0;display:flex;flex-direction:column}.my-video-list-main .video-title-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;grid-gap:.6rem;gap:.6rem;padding-right:8.2rem}.my-video-list-main .video-title{margin-bottom:0;font-size:1rem}.my-video-list-main .video-title-row .badge{position:absolute;top:.58rem;right:.62rem}.my-video-list-actions{display:inline-flex;align-items:center;gap:.4rem}@media (max-width:1400px){.my-videos-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.my-videos-scroll-grid{--my-card-width:clamp(240px,24vw,320px);grid-auto-columns:var(--my-card-width);padding:.15rem .35rem}}@media (max-width:1100px){.my-videos-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.my-videos-grid{grid-template-columns:1fr}.my-videos-scroll-grid{grid-template-rows:1fr;grid-auto-columns:calc(100% - .6rem);padding:.15rem .3rem}.my-videos-scroll-arrow{display:none}.my-video-card .thumb-wrap{min-height:210px}.my-video-card .video-title{font-size:1rem}.filter-toolbar-left{width:100%;justify-content:space-between}.my-video-list-item{grid-template-columns:1fr}.my-video-list-main .video-title-row{padding-right:0}.my-video-list-main .video-title-row .badge{position:static}.my-video-list-thumb{min-height:210px}.my-video-list-actions{justify-content:flex-start}}.select-chip{position:absolute;top:.6rem;left:.6rem;width:26px;height:26px;border-radius:8px;border:1px solid hsla(0,0%,100%,.45);background:rgba(0,0,0,.55);color:#fff;font-weight:700;letter-spacing:.01em;font-size:.85rem;display:inline-grid;place-items:center;z-index:3}.select-chip.is-selected{border-color:rgba(74,222,128,.8);background:rgba(74,222,128,.2);color:#dcfce7}.filter-bar{margin-bottom:.9rem}.filter-bar,.filter-toolbar{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.filter-toolbar{justify-content:space-between;margin-bottom:.6rem}.filter-toolbar-left{display:inline-flex;align-items:center;gap:.55rem}.filter-toggle-btn{min-height:32px;border-color:hsla(0,0%,100%,.24)!important;background:linear-gradient(165deg,rgba(10,10,11,.96),rgba(5,5,6,.98))!important;color:rgba(236,241,250,.9)!important}.filter-toggle-btn:hover{border-color:hsla(0,0%,100%,.4)!important;background:linear-gradient(165deg,rgba(15,15,16,.98),#080809)!important;color:#fff!important}.view-mode-toggle{gap:.3rem;padding:.22rem;border-radius:999px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.03)}.view-mode-btn,.view-mode-toggle{display:inline-flex;align-items:center}.view-mode-btn{border:0;border-radius:999px;min-height:30px;padding:.26rem .58rem;gap:.32rem;color:rgba(232,236,244,.74);background:transparent;font-size:.74rem;font-weight:600}.view-mode-btn.is-active{color:#f5f7fb;background:linear-gradient(145deg,rgba(30,30,33,.98),rgba(20,20,22,.98));border:1px solid hsla(0,0%,100%,.28);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.06)}.bulk-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.filter-bar .form-control,.filter-bar .form-select{background:rgba(8,9,12,.9);border:1px solid hsla(0,0%,100%,.2);color:#f8fbff}.filter-bar .form-control:focus,.filter-bar .form-select:focus{border-color:rgba(160,195,255,.9);box-shadow:0 0 0 .18rem rgba(147,187,255,.2)}.pager{display:flex;justify-content:space-between;align-items:center;margin-top:.9rem;gap:.6rem}.pager-arrows{position:relative;justify-content:center;padding:0 2.8rem;overflow:visible}.pager-count{letter-spacing:.08em}.pager-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;border:1px solid rgba(141,166,255,.35);background:rgba(10,14,24,.9);color:#e8efff;display:grid;place-items:center;font-size:1.4rem;box-shadow:0 14px 30px -18px rgba(90,140,255,.6);z-index:2}.pager-arrow.left{left:0}.pager-arrow.right{right:0}.pager-arrow:hover:not(.is-disabled){border-color:rgba(167,198,255,.7);background:rgba(18,26,44,.95)}.pager-arrow.is-disabled{opacity:.35;cursor:not-allowed;box-shadow:none}@media (max-width:900px){.pager-arrows{padding:0;justify-content:space-between}.pager-arrow{position:static;transform:none}}.my-videos-head{gap:.7rem;flex-wrap:wrap}.session-pill{display:flex;align-items:center;gap:.65rem;padding:.6rem .7rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.16);background:hsla(0,0%,100%,.02);text-decoration:none;color:inherit;transition:border-color .2s ease,background .2s ease,transform .2s ease}.session-pill:hover{border-color:hsla(0,0%,100%,.32);background:hsla(0,0%,100%,.06);transform:translateY(-1px)}.session-avatar{width:34px;height:34px;border-radius:999px;display:inline-grid;place-items:center;font-size:.9rem;color:#f8fafc;border:1px solid hsla(0,0%,100%,.28);background:linear-gradient(160deg,hsla(0,0%,100%,.16),hsla(0,0%,100%,.04))}.session-avatar,.session-name{font-weight:700;letter-spacing:.01em}.session-name{color:#f8fbff;text-shadow:0 8px 18px rgba(0,0,0,.55)}.profile-link-settings{border-radius:12px;border:1px solid rgba(141,166,255,.2);background:rgba(8,11,20,.52);padding:.58rem .62rem .62rem}.profile-link-settings .form-label{margin-bottom:.35rem;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(222,232,255,.76)}.profile-link-input-wrap{display:flex;align-items:center;border-radius:10px;border:1px solid rgba(124,154,214,.36);background:rgba(5,9,17,.9);overflow:hidden}.profile-link-prefix{display:inline-flex;align-items:center;padding:0 .6rem;min-height:36px;font-size:.73rem;color:rgba(172,196,244,.9);border-right:1px solid rgba(124,154,214,.28)}.profile-link-input{border:0!important;min-height:36px;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#edf3ff!important;font-size:.82rem}.profile-link-input:focus{border:0!important;box-shadow:none!important}.profile-link-help{margin-top:.35rem;color:rgba(176,193,232,.72);font-size:.69rem}.profile-settings-row{display:flex;flex-wrap:wrap;gap:.45rem}.profile-settings-modal{position:fixed;inset:0;z-index:1650;display:grid;place-items:center;padding:1rem;background:rgba(3,5,12,.68);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-settings-panel{width:min(560px,100%);border-radius:14px;border:1px solid rgba(151,180,255,.34);background:radial-gradient(circle at 88% 12%,rgba(90,140,255,.18),transparent 36%),linear-gradient(165deg,rgba(20,25,39,.97),rgba(10,14,24,.98));box-shadow:0 36px 80px -40px rgba(0,0,0,.95);padding:1rem}.auth-form-shell{display:grid;grid-gap:.7rem;gap:.7rem;border-radius:14px;border:1px solid hsla(0,0%,100%,.12);background:radial-gradient(circle at 12% 18%,hsla(0,0%,100%,.05),transparent 55%),linear-gradient(180deg,rgba(8,8,9,.98),rgba(3,3,4,.99));padding:.95rem .95rem 1rem;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.02),0 18px 40px -28px rgba(0,0,0,.9)}.auth-form-head{display:grid;grid-gap:.2rem;gap:.2rem}.auth-form-kicker{font-size:.62rem;letter-spacing:.25em;text-transform:uppercase;color:hsla(0,0%,100%,.45)}.auth-form-note{margin:0;color:hsla(0,0%,100%,.6);font-size:.8rem;line-height:1.4}.auth-form-title{margin:0;font-size:1.1rem;font-weight:700;color:#f2f5ff;letter-spacing:.01em}.auth-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.45rem;gap:.45rem;background:rgba(4,4,5,.9);border:1px solid hsla(0,0%,100%,.12);border-radius:999px;padding:.35rem}.auth-tab{border:0;border-radius:999px;padding:.35rem .6rem;font-size:.78rem;color:hsla(0,0%,100%,.65);background:transparent;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.auth-tab.is-active{color:#f4f4f6;background:linear-gradient(150deg,#131315,#1d1d22);border:1px solid hsla(0,0%,100%,.2);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.06);font-weight:700;letter-spacing:.01em}.auth-field{display:grid;grid-gap:.35rem;gap:.35rem;margin-bottom:.55rem}.auth-field .form-label{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(230,236,255,.7)}.auth-input{height:42px;border-radius:10px;border:1px solid hsla(0,0%,100%,.12);background:rgba(5,5,6,.98);color:#f8fbff}.auth-form-shell .auth-input{background:#050506!important;color:#f8fbff!important;border-color:hsla(0,0%,100%,.2)!important}.auth-input::placeholder{color:rgba(210,220,240,.4)}.auth-input:focus{background:rgba(5,5,6,.98);color:#f8fbff;border-color:hsla(0,0%,100%,.32);box-shadow:0 0 0 .18rem hsla(0,0%,100%,.08)}.auth-form-shell .auth-input:active,.auth-form-shell .auth-input:focus{background:#050506!important;color:#f8fbff!important;border-color:hsla(0,0%,100%,.32)!important}.auth-input:active{background:rgba(5,5,6,.98);color:#f8fbff}.auth-input:-webkit-autofill,.auth-input:-webkit-autofill:focus,.auth-input:-webkit-autofill:hover{-webkit-text-fill-color:#f8fbff;box-shadow:inset 0 0 0 1000px rgba(5,5,6,.98);-webkit-transition:background-color 9999s ease-out 0s;transition:background-color 9999s ease-out 0s}.auth-form-shell .auth-input:-webkit-autofill,.auth-form-shell .auth-input:-webkit-autofill:focus,.auth-form-shell .auth-input:-webkit-autofill:hover{-webkit-text-fill-color:#f8fbff!important;box-shadow:inset 0 0 0 1000px #050506!important;caret-color:#f8fbff}.auth-actions{display:grid;grid-gap:.5rem;gap:.5rem;margin-top:.3rem}.auth-helper{margin:0;font-size:.72rem;color:hsla(0,0%,100%,.6);background:transparent;border:0;padding:0;text-align:left}.auth-helper:hover{color:hsla(0,0%,100%,.85)}.auth-form-trust{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.2rem}.auth-form-trust span{border-radius:999px;border:1px solid hsla(0,0%,100%,.22);background:rgba(9,9,11,.75);color:rgba(225,230,238,.88);padding:.18rem .55rem;font-size:.64rem;letter-spacing:.08em;text-transform:uppercase}.auth-submit-btn{min-height:40px;border-radius:10px!important;background:linear-gradient(145deg,#0b0b0c,#131316 56%,#1a1b1f)!important;border:1px solid hsla(0,0%,100%,.24)!important;color:#f1f4f8!important;box-shadow:0 12px 28px -20px rgba(0,0,0,.78)}.auth-submit-btn:hover{background:linear-gradient(145deg,#121214,#1b1c21 56%,#24262d)!important;border-color:hsla(0,0%,100%,.36)!important;color:#fff!important}.guest-home-feed{display:grid;grid-gap:.65rem;gap:.65rem}.guest-home-top-note{color:rgba(228,232,240,.58);font-size:.8rem;line-height:1.42;max-width:720px}.guest-home-filters{display:grid;grid-template-columns:minmax(220px,1fr) minmax(170px,220px);grid-gap:.45rem;gap:.45rem}.guest-home-filters .form-control,.guest-home-filters .form-select{height:44px;border-radius:9px;font-size:.92rem;border:1px solid hsla(0,0%,100%,.16);background:linear-gradient(165deg,rgba(10,10,11,.96),rgba(5,5,6,.98));color:rgba(238,243,252,.92);box-shadow:none}.guest-home-filters .form-control::placeholder{color:rgba(208,218,236,.5)}.guest-home-filters .form-select{padding-right:2rem;background-position:right .7rem center;color-scheme:dark}.guest-home-filters .form-select option{background:#0b0b0d;color:#eef3ff}.guest-home-filters .form-select option:checked{background:#1e4f97;color:#fff}.guest-home-filters .form-control:focus,.guest-home-filters .form-select:focus{border-color:hsla(0,0%,100%,.34);box-shadow:0 0 0 .16rem hsla(0,0%,100%,.08)}.guest-home-filters .form-control:active,.guest-home-filters .form-control:focus,.guest-home-filters .form-select:focus{background:linear-gradient(165deg,rgba(10,10,11,.96),rgba(5,5,6,.98));color:rgba(238,243,252,.92)}.guest-home-filters .form-control:-webkit-autofill,.guest-home-filters .form-control:-webkit-autofill:focus,.guest-home-filters .form-control:-webkit-autofill:hover{-webkit-text-fill-color:rgba(238,243,252,.92);box-shadow:inset 0 0 0 1000px rgba(5,5,6,.98);-webkit-transition:background-color 9999s ease-out 0s;transition:background-color 9999s ease-out 0s}.guest-home-feed .app-section-card{background:linear-gradient(160deg,rgba(8,9,12,.98),rgba(5,6,9,.99));border-color:hsla(0,0%,100%,.09)}.guest-library-card .card-body{padding:.75rem}.guest-side-insight-card .card-body{padding:.68rem .68rem .72rem}.guest-insight-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.36rem;gap:.36rem}.guest-insight-stat{border-radius:9px;border:1px solid hsla(0,0%,100%,.12);background:rgba(7,8,11,.88);padding:.4rem .48rem;display:grid;grid-gap:.06rem;gap:.06rem}.guest-insight-stat strong{font-size:.95rem;line-height:1.1;color:#f4f7ff;font-weight:700}.guest-insight-stat span{font-size:.63rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(218,224,236,.64)}.guest-side-toplist{display:grid;grid-gap:.34rem;gap:.34rem}.guest-side-topitem{border:1px solid hsla(0,0%,100%,.12);background:rgba(8,10,14,.88);color:rgba(238,242,250,.92);border-radius:9px;min-height:34px;width:100%;padding:.34rem .5rem;display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:.42rem;gap:.42rem;align-items:center;text-align:left;transition:border-color .18s ease,background-color .18s ease}.guest-side-topitem:hover{border-color:hsla(0,0%,100%,.22);background:rgba(12,15,20,.92)}.guest-side-topitem-rank{color:rgba(198,208,224,.86);font-size:.68rem;font-weight:700}.guest-side-topitem-title{font-size:.7rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.guest-side-topitem-views{color:rgba(184,194,212,.78);font-size:.64rem;white-space:nowrap}.guest-grid-head{align-items:flex-end!important}.guest-grid-note{font-size:.74rem;color:rgba(225,230,239,.58)}.public-library-load-trigger{width:100%;height:1px;margin-top:.25rem}.public-library-loading-more{opacity:.78;animation:public-library-loading-pulse 1.2s ease-in-out infinite}.guest-grid-stats{display:flex;flex-wrap:wrap;gap:.42rem}.guest-grid-stats span{border-radius:999px;border:1px solid hsla(0,0%,100%,.16);background:hsla(0,0%,100%,.03);color:rgba(236,242,255,.76);padding:.24rem .56rem;font-size:.68rem;letter-spacing:.04em}.guest-grid-frame{border-radius:11px;border:1px solid hsla(0,0%,100%,.1);background:rgba(6,8,12,.76);padding:.45rem}@media (max-width:767px){.guest-insight-stats{grid-template-columns:1fr 1fr}.guest-grid-frame{padding:.42rem}.guest-grid-note{font-size:.72rem}}@media (max-width:1300px){.guest-library-card .card-body{padding:.66rem}}@media (max-width:1150px){.guest-home-filters{grid-template-columns:1fr}}@media (max-width:767px){.guest-home-filters{grid-template-columns:1fr}}.sidebar-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.42rem;gap:.42rem}.sidebar-stat-chip{border-radius:10px;border:1px solid hsla(0,0%,100%,.18);background:hsla(0,0%,100%,.03);padding:.48rem .58rem;display:grid;grid-gap:.05rem;gap:.05rem}.sidebar-stat-value{font-size:.96rem;font-weight:700;letter-spacing:.01em;color:#f8f9ff;line-height:1.1}.sidebar-stat-label{font-size:.66rem;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,100%,.62)}.sidebar-meta{border-radius:10px;border:1px solid hsla(0,0%,100%,.14);background:hsla(0,0%,100%,.02);padding:.52rem .62rem}.sidebar-meta-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem;font-size:.74rem;color:hsla(0,0%,100%,.72);padding:.23rem 0;border-bottom:1px dashed hsla(0,0%,100%,.1)}.sidebar-meta-row:last-child{border-bottom:0}.sidebar-meta-row strong{font-size:.76rem;color:#f5f8ff}.copy-toast{position:fixed;top:20px;left:50%;transform:translateX(-50%);z-index:1600;display:inline-flex;align-items:center;gap:.55rem;padding:.62rem .95rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.24);background:linear-gradient(180deg,hsla(0,0%,8%,.96),hsla(0,0%,4%,.96));color:#f5f5f5;box-shadow:0 24px 60px -36px rgba(0,0,0,.95);animation:copy-toast-in .18s ease}.copy-toast-icon{width:20px;height:20px;border-radius:999px;display:inline-grid;place-items:center;background:rgba(34,197,94,.2);color:#4ade80;font-weight:700;letter-spacing:.01em;font-size:.82rem}.btn-visibility-public{border:1px solid rgba(74,222,128,.48);background:rgba(74,222,128,.16);color:#86efac}.btn-visibility-public:hover{border-color:rgba(74,222,128,.72);background:rgba(74,222,128,.24);color:#bbf7d0}.btn-visibility-private{border:1px solid hsla(0,91%,71%,.5);background:hsla(0,91%,71%,.14);color:#fca5a5}.btn-visibility-private:hover{border-color:hsla(0,91%,71%,.78);background:hsla(0,91%,71%,.24);color:#fecaca}.vc-top-actions .btn-visibility-public{border:1px solid rgba(74,222,128,.58)!important;background:rgba(74,222,128,.2)!important;color:#bbf7d0!important}.vc-top-actions .btn-visibility-public:hover{border-color:rgba(74,222,128,.85)!important;background:rgba(74,222,128,.3)!important;color:#dcfce7!important}.vc-top-actions .btn-visibility-private{border:1px solid hsla(0,91%,71%,.6)!important;background:hsla(0,91%,71%,.2)!important;color:#fecaca!important}.vc-top-actions .btn-visibility-private:hover{border-color:hsla(0,91%,71%,.86)!important;background:hsla(0,91%,71%,.3)!important;color:#fee2e2!important}.btn-delete-video{border:1px solid rgba(239,68,68,.58);background:rgba(239,68,68,.16);color:#fca5a5}.btn-delete-video:hover{border-color:rgba(239,68,68,.86);background:rgba(239,68,68,.28);color:#fecaca}.visibility-state{font-weight:700;letter-spacing:.01em}.visibility-state.state-public{color:#4ade80}.visibility-state.state-link-only{color:#facc15}.visibility-state.state-private{color:#f87171}.visibility-modal-root{position:fixed;inset:0;z-index:1700;display:flex;align-items:center;justify-content:center;padding:1rem}.visibility-modal-overlay{position:absolute;inset:0;border:0;background:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.visibility-modal-panel{position:relative;width:min(560px,100%);border-radius:16px;border:1px solid hsla(0,0%,100%,.28);background:linear-gradient(180deg,hsla(0,0%,9%,.99),hsla(0,0%,4%,.99));box-shadow:0 36px 100px -52px rgba(0,0,0,.98);padding:1.05rem}.visibility-modal-panel h3{font-size:1.12rem;margin:0 0 .45rem;color:#fff}.visibility-modal-title{margin:0 0 .35rem;color:hsla(0,0%,100%,.94);font-size:.9rem;word-break:break-word}.visibility-modal-current{margin:0 0 .85rem;color:hsla(0,0%,100%,.78);font-size:.8rem}.visibility-modal-current span{color:#fff;font-weight:700;letter-spacing:.01em}.visibility-modal-actions{display:grid;grid-template-columns:1fr;grid-gap:.52rem;gap:.52rem}.visibility-option{display:flex;flex-direction:column;align-items:flex-start;gap:.18rem;width:100%;text-align:left;padding:.72rem .82rem;border-radius:11px;border:1px solid hsla(0,0%,100%,.24);background:hsla(0,0%,100%,.03);color:#fff;transition:transform .15s ease,border-color .15s ease,background .15s ease}.visibility-option:hover{transform:translateY(-1px);border-color:hsla(0,0%,100%,.45);background:hsla(0,0%,100%,.08)}.visibility-option strong{font-size:.9rem;color:#fff}.visibility-option span{font-size:.76rem;color:hsla(0,0%,100%,.8)}.visibility-option-public{border-color:rgba(74,222,128,.6);background:rgba(74,222,128,.12)}.visibility-option-public:hover{border-color:rgba(74,222,128,.9);background:rgba(74,222,128,.2)}.visibility-option-link{border-color:rgba(250,204,21,.56);background:rgba(250,204,21,.1)}.visibility-option-link:hover{border-color:rgba(250,204,21,.88);background:rgba(250,204,21,.16)}.visibility-option-private{border-color:hsla(0,91%,71%,.58);background:hsla(0,91%,71%,.11)}.visibility-option-private:hover{border-color:hsla(0,91%,71%,.9);background:hsla(0,91%,71%,.18)}.visibility-modal-footer{display:flex;justify-content:flex-end;margin-top:.65rem}@keyframes copy-toast-in{0%{opacity:0;transform:translateX(-50%) translateY(-8px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.video-page{max-width:1220px;padding-top:1.6rem}.video-nav{padding-bottom:1rem;margin-bottom:1.4rem;border-bottom:1px solid hsla(0,0%,100%,.12)}.video-logo{font-size:1.55rem;letter-spacing:.05em}.video-back-btn{border-radius:999px;padding:.55rem 1rem;border-color:hsla(0,0%,100%,.22)!important;background:hsla(0,0%,100%,.03)!important;color:#f1f1f1!important}.video-back-btn:hover{border-color:hsla(0,0%,100%,.45)!important;background:hsla(0,0%,100%,.08)!important}.video-page .card{background:linear-gradient(180deg,hsla(0,0%,6%,.97),hsla(0,0%,4%,.96));border:1px solid hsla(0,0%,100%,.14);box-shadow:0 26px 54px -44px rgba(0,0,0,.95)}.player-shell{border-radius:18px}.player-frame{border-radius:14px;border:1px solid hsla(0,0%,100%,.12);background:#000}.video-player{max-height:min(74vh,820px);background:#000}.video-title{font-size:clamp(1.7rem,3vw,2.2rem);letter-spacing:.01em}.video-meta-line{color:hsla(0,0%,100%,.66);font-size:.86rem}.pipeline-card{border-radius:14px}.pipeline-dot{width:30px;height:30px}.pipeline-desc{color:hsla(0,0%,100%,.78)}.video-details-card{border-radius:14px}.video-detail-item{background:hsla(0,0%,9%,.95);border:1px solid hsla(0,0%,100%,.12)}.video-detail-item span{color:#ececec}.video-placeholder{background:hsla(0,0%,5%,.9)}.download-section{margin-top:1.2rem}.video-download-btn{border-radius:10px;border-color:hsla(0,0%,100%,.25)!important;background:hsla(0,0%,100%,.04)!important;color:#f1f1f1!important}.video-download-btn:hover{border-color:hsla(0,0%,100%,.5)!important;background:hsla(0,0%,100%,.1)!important}.video-page .plyr{--plyr-color-main:#9fc2ff;--plyr-video-control-color:#f3f3f3;--plyr-video-controls-background:linear-gradient(180deg,hsla(0,0%,5%,.65),rgba(8,8,8,.96));--plyr-tooltip-background:hsla(0,0%,100%,.95);--plyr-tooltip-color:#0f0f0f}.video-page .plyr__control--overlaid{background:rgba(159,194,255,.88);color:#0b1020}.app-shell{background:linear-gradient(180deg,#020202,#050505)}.neo-mesh{opacity:.2;filter:blur(26px);background:radial-gradient(circle at 15% 20%,hsla(0,0%,100%,.08),transparent 35%),radial-gradient(circle at 80% 10%,hsla(0,0%,100%,.05),transparent 30%)}.neo-grid{opacity:.08}.vc-modal-panel{position:relative;width:min(1480px,100%);max-height:calc(100vh - 2rem);border-radius:20px;border:1px solid hsla(0,0%,100%,.22);background:linear-gradient(180deg,hsla(0,0%,5%,.98),rgba(6,6,6,.98));box-shadow:0 42px 110px -56px #000;overflow:hidden}.vc-top-bar{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem;padding:.82rem .9rem;border-bottom:1px solid hsla(0,0%,100%,.12);background:linear-gradient(180deg,hsla(0,0%,7%,.95),rgba(9,9,9,.95))}.vc-headline h3{margin:0;font-size:.95rem;line-height:1.35;color:hsla(0,0%,100%,.95);max-width:440px;word-break:break-word}.vc-headline-row{margin-top:.28rem;display:flex;flex-wrap:wrap;gap:.42rem}.vc-status,.vc-visibility{display:inline-flex;align-items:center;padding:.22rem .48rem;border-radius:999px;font-size:.68rem;letter-spacing:.04em;text-transform:uppercase;border:1px solid hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.86);background:hsla(0,0%,100%,.05)}.vc-visibility.is-public{border-color:rgba(74,222,128,.6);color:#bbf7d0;background:rgba(74,222,128,.16)}.vc-visibility.is-link{border-color:rgba(250,204,21,.62);color:#fde68a;background:rgba(250,204,21,.14)}.vc-visibility.is-private{border-color:hsla(0,91%,71%,.62);color:#fecaca;background:hsla(0,91%,71%,.14)}.vc-top-actions{justify-content:flex-end;align-items:center;padding:0;gap:.45rem;background:transparent}.vc-top-actions .btn{border-radius:10px;padding:.38rem .72rem;font-size:.74rem}.vc-main{min-height:58vh;padding:1rem 3.6rem .6rem}.vc-stage{display:grid;place-items:center;width:100%;max-height:72vh;border-radius:14px;border:1px solid hsla(0,0%,100%,.16);background:radial-gradient(circle at 50% 18%,hsla(0,0%,100%,.08),transparent 46%),#000}.vc-video{width:auto;max-width:100%;max-height:70vh;margin:0 auto;object-fit:contain;background:#000}.vc-stage .plyr,.vc-stage .plyr--video,.vc-stage .plyr__video-wrapper{width:100%;height:100%}.plyr:-webkit-full-screen .vc-video{width:100%!important;height:100%!important;max-height:none!important;object-fit:contain!important}.plyr--fullscreen-fallback .vc-video,.plyr:fullscreen .vc-video{width:100%!important;height:100%!important;max-height:none!important;object-fit:contain!important}.plyr:-webkit-full-screen .plyr__video-wrapper,.plyr:-webkit-full-screen .plyr__video-wrapper video{width:100%!important;height:100%!important;max-height:none!important}.plyr--fullscreen-fallback .plyr__video-wrapper,.plyr--fullscreen-fallback .plyr__video-wrapper video,.plyr:fullscreen .plyr__video-wrapper,.plyr:fullscreen .plyr__video-wrapper video{width:100%!important;height:100%!important;max-height:none!important}.vc-meta{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin:.2rem .9rem .6rem;padding:.6rem .75rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.14);background:rgba(8,8,8,.85)}.vc-meta-left{display:grid;grid-gap:.3rem;gap:.3rem}.vc-meta strong{color:hsla(0,0%,100%,.95);font-size:.95rem}.vc-creator{display:flex;align-items:center;gap:.35rem;font-size:.78rem;color:hsla(0,0%,100%,.7)}.vc-creator-label{text-transform:uppercase;letter-spacing:.08em;font-size:.62rem;color:hsla(0,0%,100%,.5)}.vc-follow-btn{border-radius:999px!important;padding:.38rem .85rem!important;border:1px solid rgba(125,180,255,.6)!important;background:rgba(125,180,255,.18)!important;color:#dbe7ff!important;font-weight:700;letter-spacing:.01em;font-size:.76rem}.vc-follow-btn.is-following{border-color:rgba(74,222,128,.7)!important;background:rgba(74,222,128,.18)!important;color:#dcfce7!important}.vc-nav{width:44px;height:44px;border:1px solid hsla(0,0%,100%,.26);background:rgba(0,0,0,.76)}.vc-nav:hover{background:hsla(0,0%,100%,.15)}.vc-comments{border-top:1px solid hsla(0,0%,100%,.12);background:linear-gradient(180deg,hsla(0,0%,5%,.98),rgba(8,8,8,.98));padding:.75rem}.vc-comments-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.55rem}.vc-comments-head strong{color:hsla(0,0%,100%,.95);font-size:.9rem}.vc-comments-head span{color:hsla(0,0%,100%,.62);font-size:.74rem}.vc-comments .comment-form{margin-bottom:.65rem}.vc-comments .comment-textarea{min-height:74px;border-radius:10px;background:rgba(8,8,8,.92)}.vc-comments-list{max-height:210px;overflow:auto;padding-right:.1rem}.vc-comments .comment-item{background:hsla(0,0%,100%,.04)}@media (max-width:980px){.vc-top-bar{flex-direction:column}.vc-headline h3{max-width:100%}.vc-top-actions{width:100%;justify-content:flex-start}.vc-main{min-height:46vh;padding:.76rem 2.9rem .5rem}.vc-video{max-height:56vh}.vc-meta{flex-direction:column;align-items:flex-start}.vc-comments-list{max-height:180px}}.hero-panel{position:relative;overflow:hidden;border:1px solid hsla(0,0%,100%,.16);background:radial-gradient(circle at 12% 8%,hsla(0,0%,100%,.08),transparent 40%),radial-gradient(circle at 92% 20%,rgba(103,148,255,.18),transparent 34%),linear-gradient(160deg,hsla(0,0%,8%,.98),rgba(9,9,9,.98))}.profile-hero{background:radial-gradient(circle at 84% 12%,rgba(62,106,198,.035),transparent 42%),linear-gradient(165deg,rgba(8,9,12,.992),rgba(5,6,9,.996))}.profile-hero .card-body{padding:.85rem .95rem}.profile-hero-body{display:grid;grid-gap:.68rem;gap:.68rem;align-items:start}.profile-hero-top{display:grid;grid-template-columns:1fr;grid-gap:.62rem;gap:.62rem;align-items:start}.profile-hero-strip{display:flex;align-items:center;justify-content:space-between;gap:.7rem;min-height:72px;padding:.52rem .68rem;border-radius:12px;border:1px solid rgba(96,121,170,.22);background:radial-gradient(circle at 84% 18%,rgba(64,110,198,.04),transparent 44%),linear-gradient(165deg,rgba(6,8,12,.96),rgba(3,5,9,.97))}.profile-hero-strip-left{display:flex;align-items:center;gap:.72rem;min-width:0}.profile-strip-avatar{width:54px;height:54px;border-radius:14px;display:grid;place-items:center;font-weight:700;letter-spacing:.01em;font-size:1.78rem;color:#081224;flex:0 0 auto}.profile-strip-copy{min-width:0}.profile-strip-title{font-size:clamp(1.05rem,1.8vw,1.45rem);font-weight:700;letter-spacing:.01em;color:rgba(232,242,255,.78);max-width:36vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-strip-joined{margin-top:.18rem;font-size:.86rem;color:rgba(224,235,255,.62)}.profile-strip-follow{margin-top:.1rem;display:flex;align-items:center;gap:.38rem;font-size:.82rem;color:rgba(224,235,255,.74)}.profile-strip-follow .profile-follow-link{font-size:.82rem}.profile-hero-strip-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.46rem;min-width:0}.profile-hero-identity{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:.88rem;gap:.88rem;min-width:0;border:1px solid rgba(109,146,211,.46);border-radius:14px;background:radial-gradient(circle at 18% 14%,rgba(73,120,219,.11),transparent 44%),linear-gradient(152deg,rgba(7,12,24,.97),rgba(3,7,15,.97));padding:.94rem 1.08rem;min-height:132px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.06),0 18px 34px -30px rgba(32,73,153,.56)}.profile-hero-copy{min-width:0}.profile-identity-action{display:flex;align-items:center;justify-content:center;align-self:center;margin-top:0}.profile-hero-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.46rem;min-width:0;padding:.46rem;border-radius:14px;border:1px solid rgba(103,128,178,.28);background:radial-gradient(circle at 82% 14%,rgba(64,112,205,.08),transparent 44%),linear-gradient(165deg,rgba(6,10,19,.95),rgba(3,6,11,.95))}.profile-hero-strip-actions .profile-actions-lang,.profile-hero-toolbar .profile-actions-lang{width:auto;min-width:110px}.profile-hero-strip-actions .profile-actions-lang .lang-switch,.profile-hero-toolbar .profile-actions-lang .lang-switch{min-height:38px}.profile-toolbar-btn{min-height:38px;padding:.42rem .86rem;border-radius:10px!important;border-color:rgba(101,136,196,.5)!important;color:#edf4ff!important;background:linear-gradient(145deg,rgba(10,18,33,.98),rgba(6,12,24,.98))!important;font-size:.84rem;font-weight:700;letter-spacing:.01em}.profile-toolbar-btn:hover{border-color:rgba(166,199,255,.82)!important;color:#fff!important;background:linear-gradient(145deg,rgba(15,26,47,.98),rgba(8,16,31,.98))!important}.profile-name{display:inline-block;font-size:clamp(2rem,3.2vw,3rem);font-weight:700;letter-spacing:.01em;color:#c9daf8;text-shadow:0 12px 24px rgba(9,16,36,.52);position:relative;line-height:1.04}.profile-name:after{content:"";display:block;height:4px;width:64px;margin-top:.38rem;border-radius:999px;background:linear-gradient(90deg,rgba(137,182,255,.95),rgba(88,140,235,.14))}.profile-follow-line{margin:.28rem 0 0;display:flex;gap:.45rem;align-items:center;color:rgba(232,238,255,.88);font-size:.95rem;font-weight:700}.profile-follow-line span:first-child,.profile-follow-line span:last-child{font-weight:600}.profile-follow-link{border:0;background:none;color:rgba(232,238,255,.9);font-weight:700;padding:0;cursor:pointer}.profile-hero-copy .tiny-label{font-size:.72rem;letter-spacing:.18em;color:rgba(204,224,255,.62)!important}.profile-hero-copy .text-secondary{font-size:.95rem;color:rgba(204,224,255,.46)!important;line-height:1.2}.profile-follow-link:hover{color:#ecf4ff;text-decoration:underline}.follow-modal-root{position:fixed;inset:0;z-index:1400;display:grid;place-items:center;padding:1rem}.follow-modal-overlay{position:absolute;inset:0;border:0;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.follow-modal-panel{position:relative;width:min(520px,92vw);max-height:70vh;overflow:hidden;border-radius:18px;background:radial-gradient(circle at 86% 12%,rgba(90,140,255,.2),transparent 40%),linear-gradient(165deg,rgba(16,20,32,.96),rgba(10,12,18,.96));border:1px solid rgba(141,166,255,.25);box-shadow:0 30px 60px -40px rgba(0,0,0,.85);padding:1.2rem 1.4rem}.follow-modal-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.follow-modal-head h3{margin:0;font-size:1.1rem}.follow-list{display:grid;grid-gap:.6rem;gap:.6rem;max-height:48vh;overflow:auto;padding-right:.25rem}.follow-user{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"avatar name" "avatar email";grid-gap:.2rem .6rem;gap:.2rem .6rem;align-items:center;padding:.55rem .7rem;border-radius:12px;border:1px solid rgba(141,166,255,.18);background:rgba(6,9,16,.55);color:var(--text)}.follow-user:hover{border-color:rgba(167,198,255,.6);background:rgba(20,26,42,.7)}.follow-avatar{grid-area:avatar;width:34px;height:34px;border-radius:50%;background:rgba(120,160,255,.2);border:1px solid rgba(167,198,255,.5);display:grid;place-items:center;font-weight:700}.follow-name{grid-area:name;font-weight:600}.follow-email{grid-area:email;font-size:.78rem;color:rgba(232,238,255,.65)}.upload-status-modal{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:1rem}.upload-status-overlay{position:absolute;inset:0;border:0;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.upload-status-panel{position:relative;width:min(720px,100%);border-radius:18px;border:1px solid hsla(0,0%,100%,.18);background:linear-gradient(180deg,hsla(0,0%,5%,.98),rgba(8,8,8,.98));box-shadow:0 26px 70px -40px rgba(0,0,0,.9);overflow:hidden}.upload-status-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.2rem;border-bottom:1px solid hsla(0,0%,100%,.12)}.upload-status-kicker{margin:0 0 .25rem;font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:hsla(0,0%,100%,.5)}.upload-status-head h3{margin:0;font-size:1.05rem;color:#f5f8ff;word-break:break-word}.upload-status-sub{margin:.3rem 0 0;color:hsla(0,0%,100%,.6);font-size:.78rem}.upload-status-body{padding:1rem 1.2rem 1.2rem;display:grid;grid-gap:1rem;gap:1rem}.upload-status-progress{display:grid;grid-gap:.6rem;gap:.6rem}.upload-status-row{display:flex;align-items:center;justify-content:space-between;font-size:.85rem;color:hsla(0,0%,100%,.75)}.upload-status-detail{margin:.1rem 0 .2rem;color:hsla(0,0%,100%,.68);font-size:.78rem;line-height:1.4}.upload-status-pill{display:inline-flex;align-items:center;padding:.28rem .6rem;border-radius:999px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.92);font-size:.7rem;text-transform:uppercase;letter-spacing:.08em}.upload-status-pill.is-ready{border-color:rgba(74,222,128,.6);background:rgba(74,222,128,.16);color:#bbf7d0}.upload-status-pill.is-failed{border-color:hsla(0,91%,71%,.6);background:hsla(0,91%,71%,.16);color:#fecaca}.upload-status-track{position:relative;height:8px;border-radius:999px;background:hsla(0,0%,100%,.08);overflow:hidden}.upload-status-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,rgba(111,181,255,.9),rgba(125,211,252,.95));transition:width .35s ease}.upload-status-foot{display:flex;justify-content:space-between;color:hsla(0,0%,100%,.6);font-size:.75rem}.lang-switch{display:inline-flex;gap:.25rem;padding:.25rem;border-radius:999px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.04)}.lang-switch-btn{border:0;border-radius:999px;padding:.2rem .6rem;font-size:.7rem;color:hsla(0,0%,100%,.65);background:transparent;transition:background .2s ease,color .2s ease}.lang-switch-btn.is-active{color:#0a0f1f;background:linear-gradient(140deg,#6fb5ff,#8ec7ff);font-weight:700;letter-spacing:.01em}@media (max-width:720px){.upload-status-head{flex-direction:column;align-items:flex-start}}.profile-avatar{width:72px;height:72px;border-radius:16px;display:grid;place-items:center;font-weight:700;letter-spacing:.01em;font-size:1.9rem;color:#0c1225;background:linear-gradient(140deg,rgba(111,181,255,.95),rgba(186,220,255,.85));box-shadow:0 18px 40px -24px rgba(111,181,255,.9)}.profile-hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.5rem;gap:.5rem}.profile-hero-stats.profile-hero-stats-4{grid-template-columns:repeat(4,minmax(0,1fr))}.profile-hero-actions{display:grid;grid-template-rows:auto 1fr;grid-gap:.5rem;gap:.5rem;align-content:stretch;min-width:0;height:100%;min-height:120px;padding:.5rem;border-radius:14px;border:1px solid rgba(103,128,178,.26);background:radial-gradient(circle at 86% 20%,rgba(65,116,214,.08),transparent 46%),linear-gradient(165deg,rgba(7,11,20,.95),rgba(4,7,13,.95));box-shadow:inset 0 1px 0 hsla(0,0%,100%,.04),0 14px 26px -24px rgba(23,54,115,.5)}.profile-actions-lang{width:100%}.profile-actions-lang .lang-switch{display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-content:stretch;width:100%;min-height:40px;padding:.12rem;grid-gap:.12rem;gap:.12rem;border-radius:11px;border:1px solid rgba(104,136,197,.36);background:linear-gradient(145deg,rgba(7,12,21,.98),rgba(5,9,16,.98));box-shadow:inset 0 1px 0 hsla(0,0%,100%,.03),0 8px 16px -15px rgba(60,106,196,.44)}.profile-actions-lang .lang-switch-btn{height:auto;line-height:1;min-height:34px;width:100%;padding:.1rem .32rem;font-size:.74rem;font-weight:700;letter-spacing:.01em;border-radius:9px;color:rgba(216,228,252,.82);transition:background .18s ease,color .18s ease}.profile-actions-lang .lang-switch-btn:not(.is-active):hover{color:#f8fbff;background:rgba(64,104,182,.18)}.profile-actions-lang .lang-switch-btn.is-active{color:#f4f8ff;border:1px solid rgba(120,164,245,.56);background:linear-gradient(145deg,rgba(20,36,68,.98),rgba(13,25,49,.98));box-shadow:0 10px 18px -14px rgba(70,116,203,.55),inset 0 1px 0 hsla(0,0%,100%,.14)}.profile-follow-btn{position:relative;overflow:hidden;border-radius:12px;border:1px solid rgba(146,188,255,.74);background:linear-gradient(145deg,rgba(32,58,104,.98),rgba(17,35,66,.98));color:#f5f9ff;font-weight:700;letter-spacing:.04em;padding:.5rem 1rem;box-shadow:0 14px 28px -16px rgba(71,122,219,.7),inset 0 1px 0 hsla(0,0%,100%,.16)}.profile-follow-btn-primary{min-height:40px;min-width:150px;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;border-width:1px;padding:.52rem 1.04rem;color:#f8fbff!important;text-shadow:0 1px 2px rgba(0,0,0,.5);animation:follow-cta-pulse 2.2s ease-in-out infinite}.profile-follow-btn-primary:after{content:"";position:absolute;inset:-40% auto -40% -35%;width:34%;transform:skewX(-18deg);background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.34),transparent);animation:follow-cta-sheen 2.8s linear infinite;pointer-events:none}.profile-follow-btn:hover{border-color:rgba(188,217,255,.96);background:linear-gradient(145deg,rgba(45,77,132,.98),rgba(24,47,83,.98));color:#fff!important}.profile-follow-btn.is-following{border-color:rgba(74,222,128,.72);background:rgba(74,222,128,.2);color:#dcfce7;animation:none}.profile-follow-btn.is-following:after{display:none}.profile-action-primary,.profile-action-secondary,.profile-actions-lang .lang-switch,.profile-hero .hero-stat,.profile-hero .hero-stat-button,.profile-hero-strip,.profile-toolbar-btn{border-color:hsla(0,0%,100%,.32)!important}@keyframes follow-cta-pulse{0%,to{box-shadow:0 14px 28px -16px rgba(71,122,219,.7),inset 0 1px 0 hsla(0,0%,100%,.16)}50%{box-shadow:0 16px 32px -14px rgba(97,154,255,.86),inset 0 1px 0 hsla(0,0%,100%,.2)}}@keyframes follow-cta-sheen{0%{left:-36%}to{left:118%}}@media (prefers-reduced-motion:reduce){.profile-follow-btn-primary,.profile-follow-btn-primary:after{animation:none!important}}.profile-actions-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.42rem;gap:.42rem}.profile-action-primary,.profile-action-secondary{min-height:50px;border-radius:11px;border:1px solid rgba(101,136,196,.5);color:#edf4ff!important;text-decoration:none;font-size:.85rem;font-weight:700;letter-spacing:.01em;display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1.22;white-space:normal;overflow-wrap:anywhere;word-break:break-word;padding:.42rem .64rem;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.profile-action-primary{background:linear-gradient(145deg,rgba(12,21,39,.98),rgba(8,14,28,.98));box-shadow:inset 0 1px 0 hsla(0,0%,100%,.07),0 12px 22px -20px rgba(62,103,182,.46)}.profile-action-secondary{background:linear-gradient(145deg,rgba(10,18,33,.98),rgba(6,12,24,.98));border-color:rgba(95,129,186,.45)}.profile-action-primary:hover,.profile-action-secondary:hover{border-color:rgba(166,199,255,.82);color:#fff!important;transform:translateY(-1px)}.profile-action-primary:hover{background:linear-gradient(145deg,rgba(18,31,56,.98),rgba(10,20,39,.98));box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1),0 14px 24px -18px rgba(70,115,198,.58)}.profile-action-secondary:hover{background:linear-gradient(145deg,rgba(15,26,47,.98),rgba(8,16,31,.98))}.profile-action-primary:focus-visible,.profile-action-secondary:focus-visible,.profile-actions-lang .lang-switch-btn:focus-visible{outline:2px solid rgba(146,189,255,.9);outline-offset:1px}.profile-hero .hero-stat,.profile-hero .hero-stat-button{min-height:56px;padding:.44rem .68rem}@media (max-width:1220px){.profile-hero-top{grid-template-columns:1fr}.profile-strip-title{max-width:34vw}}@media (max-width:1080px){.profile-hero-top{gap:.58rem}.profile-hero-stats,.profile-hero-stats.profile-hero-stats-4{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-hero-actions{height:auto;align-content:start;min-height:0}.profile-hero-strip-actions,.profile-hero-toolbar{justify-content:flex-start}.profile-toolbar-btn{flex:1 1 auto;min-width:170px}.profile-actions-body{grid-template-columns:1fr}.profile-hero-identity{min-height:0}}@media (max-width:860px){.profile-hero-identity{grid-template-columns:auto minmax(0,1fr)}.profile-identity-action{grid-column:1/-1;justify-content:center}}@media (max-width:720px){.profile-hero-strip{align-items:flex-start;flex-direction:column;min-height:0}.profile-strip-avatar{width:46px;height:46px;font-size:1.44rem;border-radius:12px}.profile-strip-title{max-width:100%}.profile-strip-follow{flex-wrap:wrap}.profile-hero-identity{grid-template-columns:1fr;align-items:flex-start}.profile-avatar{width:58px;height:58px;font-size:1.35rem}.profile-name{font-size:clamp(1.55rem,7.8vw,2.1rem)}.profile-follow-line{font-size:.82rem}.profile-hero-stats,.profile-hero-stats.profile-hero-stats-4{grid-template-columns:1fr}.profile-hero-actions{padding:.42rem}.profile-actions-lang,.profile-actions-lang .lang-switch{width:100%}.profile-hero-strip-actions,.profile-hero-toolbar{justify-content:stretch}.profile-toolbar-btn{width:100%;min-width:0}.profile-actions-body{grid-template-columns:1fr}.profile-action-primary,.profile-action-secondary,.profile-identity-action .profile-follow-btn{min-height:46px;font-size:.8rem}.profile-follow-btn-primary{min-width:132px;min-height:42px;font-size:.85rem;padding:.44rem .88rem}}.hero-panel h2{font-size:clamp(1.15rem,1.8vw,1.6rem);color:#f8fbff;letter-spacing:.01em;line-height:1.2}.hero-panel .text-secondary{color:rgba(242,246,255,.74)!important}.hero-tags .badge{border-radius:999px;padding:.2rem .5rem;border:1px solid rgba(165,194,255,.34);background:rgba(20,30,56,.46)!important;color:#e6efff}.hero-stats{gap:.62rem}.hero-stat{min-width:112px;border-radius:12px;border:1px solid hsla(0,0%,100%,.2);background:linear-gradient(180deg,hsla(0,0%,5%,.95),rgba(7,7,7,.95));box-shadow:inset 0 1px 0 hsla(0,0%,100%,.06)}.hero-stat-button{border:1px solid transparent;text-align:left;cursor:pointer;padding:.7rem .85rem;display:grid}.hero-stat-button:hover{border-color:rgba(167,198,255,.7);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.08),0 10px 24px -20px rgba(90,140,255,.6)}.hero-stat-value{font-size:1.22rem}.hero-stat-label{letter-spacing:.11em;font-size:.64rem}.app-section-card{border-radius:16px;border:1px solid hsla(0,0%,100%,.14);background:linear-gradient(170deg,hsla(0,0%,6%,.98),rgba(8,8,8,.98))}.app-section-card .h5{color:#f7f9ff;font-size:1.32rem;letter-spacing:.01em}.app-section-card .form-label{color:rgba(242,246,255,.76);font-weight:600;font-size:.84rem}.app-main .form-control{height:44px;border-radius:10px;border:1px solid hsla(0,0%,100%,.22);background:hsla(0,0%,4%,.94);color:#f8fbff;transition:border-color .16s ease,box-shadow .16s ease}.app-main .form-control::placeholder{color:rgba(238,242,250,.42)}.app-main .form-control:focus{border-color:rgba(165,194,255,.9);box-shadow:0 0 0 .19rem rgba(165,194,255,.18)}.app-main .form-control:-webkit-autofill,.app-main .form-control:-webkit-autofill:focus,.app-main .form-control:-webkit-autofill:hover{-webkit-text-fill-color:#f8fbff;box-shadow:inset 0 0 0 1000px hsla(0,0%,4%,.94);-webkit-transition:background-color 9999s ease-out 0s;transition:background-color 9999s ease-out 0s}.app-main .btn-primary{border-radius:10px;padding:.52rem 1.04rem;background:linear-gradient(140deg,#5f9dff,#7fb8ff);color:#09101d;border:1px solid rgba(180,212,255,.5);font-weight:700;letter-spacing:.01em}.app-main .btn-primary:hover{background:linear-gradient(140deg,#74adff,#94c5ff);color:#060d1a}.app-main .btn-outline-light{border-radius:10px}@media (max-width:768px){.hero-panel h2{font-size:1.5rem}.hero-stats{width:100%}.hero-stat{flex:1 1;min-width:0}}.upload-panel-modern{border:1px solid hsla(0,0%,100%,.2);background:radial-gradient(circle at 88% 12%,rgba(90,140,255,.18),transparent 34%),radial-gradient(circle at 10% 92%,hsla(0,0%,100%,.06),transparent 38%),linear-gradient(165deg,hsla(0,0%,7%,.98),rgba(9,9,9,.98))}.sidebar-upload-card .card-body{padding:1.05rem 1.05rem 1rem}.sidebar-upload-card .upload-form-grid{gap:.65rem!important}.sidebar-upload-card .upload-top-actions{margin-bottom:.05rem}.sidebar-upload-card .upload-top-copy{margin-bottom:.55rem;font-size:.82rem;color:rgba(232,238,255,.78)}.sidebar-upload-card .upload-top-buttons{display:grid;grid-template-columns:1fr;grid-gap:.35rem;gap:.35rem}.sidebar-upload-card .upload-library-btn,.sidebar-upload-card .upload-submit-btn{width:100%;min-width:0}.sidebar-upload-card .upload-input{height:42px!important}.sidebar-upload-card .form-control{border-radius:10px;border:1px solid hsla(0,0%,100%,.22);background:hsla(0,0%,4%,.94);color:#f8fbff}.sidebar-upload-card .form-control::placeholder{color:rgba(238,242,250,.42)}.sidebar-upload-card .form-control:focus{border-color:rgba(165,194,255,.9);box-shadow:0 0 0 .19rem rgba(165,194,255,.18)}.sidebar-upload-card .btn-primary{border-radius:10px;background:linear-gradient(145deg,#060b16,#0f1d37 56%,#2a5aa2);color:#edf4ff;border:1px solid rgba(132,178,255,.5);font-weight:700;letter-spacing:.01em;box-shadow:0 14px 30px -18px rgba(39,90,168,.7)}.sidebar-upload-card .btn-primary:hover{background:linear-gradient(145deg,#0a1326,#17305a 56%,#3873c8)}.upload-panel-compact .card-body{padding:.9rem 1rem 1rem}.upload-panel-compact .upload-form-grid{gap:.6rem .75rem!important;align-items:end}.upload-panel-compact .form-label{margin-bottom:.3rem}.upload-panel-head{margin-bottom:.35rem!important;align-items:center!important}.upload-top-actions{padding-bottom:.3rem;margin-bottom:.05rem;align-items:center!important}.upload-top-right{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}.upload-top-buttons{justify-content:flex-end}.upload-top-copy{margin:0 0 .15rem;font-size:.8rem;color:rgba(238,244,255,.75);text-align:left}.upload-compact-note{margin-top:-.1rem;color:rgba(226,235,255,.72)!important;font-size:.74rem;line-height:1.35}.upload-queue-notice{margin-top:-.12rem;font-size:.72rem;line-height:1.35}.upload-top-tags{justify-content:flex-start;margin-bottom:0}.upload-library-btn{height:40px;min-width:126px;display:inline-flex;align-items:center;justify-content:center}.upload-actions-note{color:rgba(222,230,250,.72);font-size:.75rem;text-align:right}.upload-panel-subtitle{margin:0 0 .6rem;color:rgba(244,248,255,.7);font-size:.86rem}.upload-panel-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.9rem}.upload-panel-tags span{border-radius:999px;border:1px solid rgba(174,201,255,.36);background:rgba(18,28,52,.52);color:#dbe9ff;padding:.24rem .62rem;font-size:.68rem;letter-spacing:.04em}.upload-form-grid .form-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(226,234,255,.85)}.upload-input{border-radius:12px!important;height:46px!important;border:1px solid hsla(0,0%,100%,.24)!important;background:hsla(0,0%,4%,.9)!important}.upload-input:focus{border-color:rgba(147,187,255,.95)!important;box-shadow:0 0 0 .2rem rgba(147,187,255,.2)!important}.upload-progress-shell{border-radius:12px;border:1px solid hsla(0,0%,100%,.14);background:linear-gradient(180deg,rgba(21,25,36,.72),rgba(10,12,18,.72));padding:.55rem .62rem .62rem}.upload-progress-head{display:flex;align-items:center;justify-content:space-between;gap:.7rem;margin-bottom:.55rem;font-size:.82rem;color:rgba(232,238,255,.78)}.upload-progress-text{font-size:.78rem;color:rgba(240,246,255,.84)}.upload-progress-percent{font-size:.76rem;font-weight:700;letter-spacing:.01em;color:#d8e8ff}.upload-progress-track{height:9px;width:100%;border-radius:999px;background:hsla(0,0%,100%,.1);overflow:hidden}.upload-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#4f8dff,#64b4ff 60%,#7ad3ff);box-shadow:0 0 20px rgba(100,180,255,.48);transition:width .2s ease}.upload-file-input{padding:0!important;overflow:hidden;line-height:44px}.upload-file-input::-webkit-file-upload-button{border:0!important;border-radius:10px!important;height:calc(100% - 4px);margin:2px .55rem 2px 2px!important;padding:0 .82rem!important;background:linear-gradient(145deg,rgba(107,156,255,.9),rgba(130,176,255,.9))!important;color:#091123!important;font-weight:700!important;vertical-align:middle}.upload-file-input::file-selector-button{border:0!important;border-radius:10px!important;height:calc(100% - 4px);margin:2px .55rem 2px 2px!important;padding:0 .82rem!important;background:linear-gradient(145deg,rgba(107,156,255,.9),rgba(130,176,255,.9))!important;color:#091123!important;font-weight:700!important;vertical-align:middle}.upload-submit-btn{border-radius:11px!important;padding:.48rem .9rem!important;min-width:142px;height:40px;display:inline-flex;align-items:center;justify-content:center;font-weight:700!important}.upload-actions{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-top:.25rem;padding-top:.55rem;border-top:1px solid hsla(0,0%,100%,.1)}.upload-actions-note{margin:0;color:rgba(238,244,255,.62);font-size:.78rem}@media (min-width:992px){.upload-actions{justify-content:space-between}}@media (max-width:991px){.upload-top-actions{flex-direction:column;align-items:stretch!important;gap:.5rem}.upload-top-actions>div{width:100%}.upload-top-right{align-items:flex-start}.upload-top-buttons{justify-content:flex-start}.upload-top-copy{text-align:left}.upload-top-tags{justify-content:flex-start}.upload-actions{flex-direction:column;align-items:stretch}.upload-actions-note{text-align:left}.upload-submit-btn{width:100%}}@media (min-width:992px){.app-sidebar{display:flex;flex-direction:column;gap:.65rem}.app-sidebar>*{margin-bottom:0!important}.app-sidebar .brand-title{margin-bottom:.12rem;font-size:clamp(1.65rem,2vw,2.2rem)}.sidebar-profile-card .card-body{padding:.72rem .72rem .7rem}.session-pill{padding:.5rem .56rem;gap:.54rem}.session-avatar{width:30px;height:30px;font-size:.78rem}.session-name{font-size:.95rem}.sidebar-stats{gap:.34rem}.sidebar-stat-chip{padding:.38rem .48rem}.sidebar-stat-value{font-size:.9rem}.sidebar-stat-label{font-size:.62rem;letter-spacing:.07em}.sidebar-meta{padding:.42rem .52rem}.sidebar-meta-row{padding:.17rem 0;font-size:.7rem}.sidebar-meta-row strong{font-size:.72rem}.tiny-label{font-size:.6rem;letter-spacing:.16em}.profile-settings-row .btn{padding:.24rem .54rem;font-size:.73rem}.sidebar-upload-card .card-body{padding:.72rem .78rem .74rem}.sidebar-upload-card .upload-form-grid{gap:.52rem!important}.sidebar-upload-card .upload-input{height:40px!important}.sidebar-upload-card .form-label{margin-bottom:.2rem;font-size:.71rem;letter-spacing:.07em}.sidebar-upload-card .upload-submit-btn{height:36px;min-width:120px;padding:.38rem .72rem!important;font-size:.86rem}.upload-panel-collapsed .upload-actions-note{display:none}.sidebar-links .btn{min-height:34px;padding-top:.36rem;padding-bottom:.36rem;font-size:.84rem}.sidebar-public-library-btn{min-height:48px;font-size:.98rem}}@media (max-width:991px){.profile-settings-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.45rem;gap:.45rem}.profile-settings-row .btn{width:100%}.profile-settings-panel{padding:.85rem}}.profile-hero,.sidebar-profile-card{position:relative;overflow:hidden;isolation:isolate}.profile-hero:before,.sidebar-profile-card:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;background:radial-gradient(circle at 84% 14%,rgba(70,116,208,.03),transparent 38%),radial-gradient(circle at 14% 96%,rgba(62,100,178,.02),transparent 46%),linear-gradient(112deg,rgba(7,10,16,.09),rgba(4,6,10,.05) 62%,rgba(64,112,208,.02))}.profile-hero>.card-body,.sidebar-profile-card>.card-body{position:relative;z-index:1}.sidebar-profile-card{border-color:rgba(127,166,238,.28)}.profile-hero{border-color:rgba(127,166,238,.24)}@media (max-width:991px){.profile-hero:before,.sidebar-profile-card:before{background:radial-gradient(circle at 82% 8%,rgba(76,126,228,.03),transparent 38%),linear-gradient(112deg,rgba(8,12,20,.09),rgba(4,7,12,.05) 64%,rgba(68,118,212,.02))}}.app-sidebar{border-right-color:hsla(0,0%,100%,.1)}.sidebar-profile-card{background:radial-gradient(circle at 86% 14%,hsla(0,0%,100%,.03),transparent 38%),radial-gradient(circle at 12% 92%,hsla(0,0%,100%,.015),transparent 44%),linear-gradient(165deg,rgba(17,17,18,.98),rgba(9,9,10,.98));border-color:hsla(0,0%,100%,.14)}.sidebar-profile-card:before{background:radial-gradient(circle at 84% 14%,hsla(0,0%,100%,.025),transparent 38%),linear-gradient(112deg,rgba(9,9,10,.1),rgba(5,5,6,.06) 62%,hsla(0,0%,100%,.015))}.app-sidebar .lang-switch{border-color:hsla(0,0%,100%,.22);background:hsla(0,0%,100%,.03)}.app-sidebar .lang-switch-btn{color:rgba(230,234,241,.72)}.app-sidebar .lang-switch-btn.is-active{color:#f5f6f8;background:linear-gradient(145deg,rgba(32,32,35,.98),rgba(20,20,22,.98));border:1px solid hsla(0,0%,100%,.24);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.08)}.sidebar-upload-card.upload-panel-modern{border-color:hsla(0,0%,100%,.16);background:radial-gradient(circle at 88% 12%,hsla(0,0%,100%,.045),transparent 34%),radial-gradient(circle at 10% 92%,hsla(0,0%,100%,.03),transparent 38%),linear-gradient(165deg,rgba(17,17,18,.99),rgba(9,9,10,.99))}.sidebar-upload-card .form-control:focus{border-color:hsla(0,0%,100%,.36);box-shadow:0 0 0 .18rem hsla(0,0%,100%,.08)}.upload-panel-tags span{border:1px solid hsla(0,0%,100%,.24);background:hsla(0,0%,100%,.03);color:rgba(232,236,244,.86)}.sidebar-upload-card .btn-primary{background:linear-gradient(145deg,#111214,#1a1b1f 56%,#24262d);color:#f1f4f8;border:1px solid hsla(0,0%,100%,.26);box-shadow:0 12px 26px -20px rgba(0,0,0,.86)}.sidebar-upload-card .btn-primary:hover{background:linear-gradient(145deg,#18191c,#22242a 56%,#2c3038);color:#fff;border-color:hsla(0,0%,100%,.38)}.sidebar-upload-card .form-control:focus,.sidebar-upload-card .upload-input:focus{border-color:hsla(0,0%,100%,.34)!important;box-shadow:0 0 0 .18rem hsla(0,0%,100%,.08)!important}.sidebar-upload-card .upload-file-input::-webkit-file-upload-button{border:1px solid hsla(0,0%,100%,.26)!important;border-radius:9px!important;background:linear-gradient(145deg,rgba(34,34,37,.98),rgba(22,22,24,.98))!important;color:#f3f5f9!important;font-weight:700!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.06)}.sidebar-upload-card .upload-file-input::file-selector-button{border:1px solid hsla(0,0%,100%,.26)!important;border-radius:9px!important;background:linear-gradient(145deg,rgba(34,34,37,.98),rgba(22,22,24,.98))!important;color:#f3f5f9!important;font-weight:700!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.06)}.sidebar-upload-card .upload-file-input::-webkit-file-upload-button:hover{border-color:hsla(0,0%,100%,.4)!important;background:linear-gradient(145deg,#2a2a2e,#1a1a1d)!important;color:#fff!important}.sidebar-upload-card .upload-file-input::file-selector-button:hover{border-color:hsla(0,0%,100%,.4)!important;background:linear-gradient(145deg,#2a2a2e,#1a1a1d)!important;color:#fff!important}.sidebar-upload-card .upload-submit-btn.btn-primary{background:linear-gradient(145deg,#111214,#1a1b1f 56%,#24262d)!important;border:1px solid hsla(0,0%,100%,.3)!important;color:#f2f5fa!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.06),0 12px 24px -18px rgba(0,0,0,.86)!important}.sidebar-upload-card .upload-submit-btn.btn-primary:hover{background:linear-gradient(145deg,#191a1d,#24262c 56%,#30333a)!important;border-color:hsla(0,0%,100%,.42)!important;color:#fff!important}.theme-toggle-btn{display:inline-flex;align-items:center;gap:.35rem;min-height:32px;border-radius:999px}.sidebar-switch-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}:root[data-theme=light]{color-scheme:light}:root[data-theme=light] .app-shell{background:radial-gradient(100% 70% at 50% -10%,rgba(20,30,45,.04),transparent 55%),linear-gradient(180deg,#f7f8fa,#eef0f4)}:root[data-theme=light] .neo-grid,:root[data-theme=light] .neo-mesh{opacity:.08}:root[data-theme=light] .app-sidebar{background:linear-gradient(180deg,rgba(248,249,252,.98),rgba(242,244,248,.98));border-right-color:rgba(20,28,42,.1)}:root[data-theme=light] .app-main{background:linear-gradient(180deg,rgba(247,248,251,.96),rgba(241,244,248,.94))}:root[data-theme=light] .app-section-card .h5,:root[data-theme=light] .brand-title,:root[data-theme=light] .my-video-list-main .video-title,:root[data-theme=light] .session-name,:root[data-theme=light] .video-public-meta h4{color:#10141c!important;text-shadow:none}:root[data-theme=light] .auth-form-note,:root[data-theme=light] .guest-grid-note,:root[data-theme=light] .text-secondary,:root[data-theme=light] .tiny-label,:root[data-theme=light] .upload-top-copy{color:rgba(28,38,52,.62)!important}:root[data-theme=light] .app-card,:root[data-theme=light] .app-card-highlight,:root[data-theme=light] .app-section-card,:root[data-theme=light] .hero-panel,:root[data-theme=light] .sidebar-profile-card,:root[data-theme=light] .sidebar-upload-card.upload-panel-modern{background:linear-gradient(180deg,hsla(0,0%,100%,.97),rgba(247,249,252,.97))!important;border-color:rgba(20,30,44,.12)!important;box-shadow:0 18px 38px -28px rgba(18,28,42,.22)}:root[data-theme=light] .sidebar-profile-card:before{background:radial-gradient(circle at 84% 14%,rgba(20,30,45,.035),transparent 38%),linear-gradient(112deg,rgba(245,247,250,.08),rgba(238,242,247,.05) 62%,rgba(20,30,45,.018))}:root[data-theme=light] .sidebar-meta,:root[data-theme=light] .sidebar-stat-chip{border-color:rgba(20,30,44,.14);background:hsla(0,0%,100%,.72)}:root[data-theme=light] .sidebar-meta-row strong,:root[data-theme=light] .sidebar-stat-value{color:#121821}:root[data-theme=light] .sidebar-meta-row,:root[data-theme=light] .sidebar-stat-label{color:rgba(30,40,56,.72)}:root[data-theme=light] .auth-input,:root[data-theme=light] .form-control,:root[data-theme=light] .form-select,:root[data-theme=light] .upload-input{background:hsla(0,0%,100%,.96)!important;color:#10141c!important;border-color:rgba(22,32,46,.18)!important}:root[data-theme=light] .auth-input::placeholder,:root[data-theme=light] .form-control::placeholder{color:rgba(36,48,64,.46)!important}:root[data-theme=light] .auth-input:focus,:root[data-theme=light] .form-control:focus,:root[data-theme=light] .form-select:focus,:root[data-theme=light] .upload-input:focus{background:#fff!important;border-color:rgba(20,30,44,.32)!important;box-shadow:0 0 0 .16rem rgba(20,30,44,.09)!important}:root[data-theme=light] .btn-outline-info,:root[data-theme=light] .btn-outline-light{border-color:rgba(22,32,46,.2)!important;color:#17202d!important;background:hsla(0,0%,100%,.82)!important}:root[data-theme=light] .btn-outline-info:hover,:root[data-theme=light] .btn-outline-light:hover{background:rgba(246,248,251,.98)!important;color:#101721!important}:root[data-theme=light] .btn-primary,:root[data-theme=light] .sidebar-upload-card .btn-primary,:root[data-theme=light] .upload-submit-btn.btn-primary{background:linear-gradient(145deg,#f8f9fb,#eceff4 56%,#e2e6ed)!important;border:1px solid rgba(22,32,46,.24)!important;color:#111722!important;box-shadow:0 10px 20px -16px rgba(20,30,44,.24)!important}:root[data-theme=light] .btn-primary:hover,:root[data-theme=light] .sidebar-upload-card .btn-primary:hover,:root[data-theme=light] .upload-submit-btn.btn-primary:hover{background:linear-gradient(145deg,#fff,#f1f3f7 56%,#e8ebf1)!important;border-color:rgba(22,32,46,.36)!important}:root[data-theme=light] .upload-file-input::-webkit-file-upload-button{background:linear-gradient(145deg,#f7f8fb,#eceff4)!important;color:#101721!important;border:1px solid rgba(22,32,46,.24)!important}:root[data-theme=light] .upload-file-input::file-selector-button{background:linear-gradient(145deg,#f7f8fb,#eceff4)!important;color:#101721!important;border:1px solid rgba(22,32,46,.24)!important}:root[data-theme=light] .view-mode-toggle{border-color:rgba(22,32,46,.22);background:hsla(0,0%,100%,.7)}:root[data-theme=light] .view-mode-btn{color:rgba(24,34,48,.72)}:root[data-theme=light] .view-mode-btn.is-active{color:#101721;background:linear-gradient(145deg,rgba(245,247,250,.98),rgba(236,239,244,.98));border:1px solid rgba(22,32,46,.24);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.9)}:root[data-theme=light] .my-video-card,:root[data-theme=light] .my-video-list-item,:root[data-theme=light] .video-masonry-item{border-color:rgba(22,32,46,.16)!important;background:linear-gradient(170deg,hsla(0,0%,100%,.98),rgba(246,248,251,.98))!important}:root[data-theme=light] .my-video-card:hover,:root[data-theme=light] .my-video-list-item:hover,:root[data-theme=light] .video-masonry-item:hover{border-color:rgba(22,32,46,.28)!important;background:linear-gradient(170deg,#fff,#f8fafc)!important}:root[data-theme=light] .app-shell{background:radial-gradient(80% 55% at 50% -10%,rgba(27,41,61,.08),transparent 60%),linear-gradient(180deg,#eef2f7,#e6ebf2)}:root[data-theme=light] .neo-grid,:root[data-theme=light] .neo-mesh{opacity:.03}:root[data-theme=light] .app-sidebar{background:linear-gradient(180deg,#f4f7fb,#eef3f9);border-right:1px solid rgba(22,32,46,.16)}:root[data-theme=light] .app-main{background:linear-gradient(180deg,#edf1f7,#e7ecf3)}:root[data-theme=light] .app-card,:root[data-theme=light] .app-card-highlight,:root[data-theme=light] .app-section-card,:root[data-theme=light] .hero-panel,:root[data-theme=light] .sidebar-profile-card,:root[data-theme=light] .sidebar-upload-card.upload-panel-modern{background:linear-gradient(180deg,#fff,#f8fbff)!important;border:1px solid rgba(22,32,46,.18)!important;box-shadow:0 14px 32px -24px rgba(18,28,42,.32),inset 0 1px 0 hsla(0,0%,100%,.92)}:root[data-theme=light] .guest-grid-note,:root[data-theme=light] .sidebar-meta-row,:root[data-theme=light] .sidebar-stat-label,:root[data-theme=light] .text-secondary,:root[data-theme=light] .tiny-label,:root[data-theme=light] .upload-top-copy{color:rgba(26,36,50,.72)!important}:root[data-theme=light] .sidebar-meta,:root[data-theme=light] .sidebar-stat-chip{background:#fff;border:1px solid rgba(22,32,46,.16)}:root[data-theme=light] .sidebar-meta-row strong,:root[data-theme=light] .sidebar-stat-value{color:#101621!important}:root[data-theme=light] .btn-outline-info,:root[data-theme=light] .btn-outline-light{background:#fff!important;border:1px solid rgba(22,32,46,.24)!important;color:#111925!important}:root[data-theme=light] .btn-outline-info:hover,:root[data-theme=light] .btn-outline-light:hover{background:#f5f8fc!important;border-color:rgba(22,32,46,.34)!important;color:#0d1420!important}:root[data-theme=light] .filter-toggle-btn,:root[data-theme=light] .view-mode-toggle{background:#fff!important;border-color:rgba(22,32,46,.24)!important}:root[data-theme=light] .auth-input,:root[data-theme=light] .form-control,:root[data-theme=light] .form-select,:root[data-theme=light] .upload-input{background:#fff!important;border:1px solid rgba(22,32,46,.22)!important;color:#111925!important}:root[data-theme=light] .auth-input:focus,:root[data-theme=light] .form-control:focus,:root[data-theme=light] .form-select:focus,:root[data-theme=light] .upload-input:focus{border-color:rgba(22,32,46,.36)!important;box-shadow:0 0 0 .16rem rgba(22,32,46,.1)!important}:root[data-theme=light] .my-video-card .card-body{background:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(247,249,252,.98))!important}:root[data-theme=light] .my-video-card .video-title,:root[data-theme=light] .my-video-list-main .video-title{color:#0f1722!important;text-shadow:none}:root[data-theme=light] .my-video-card .small.text-secondary,:root[data-theme=light] .my-video-list-main .small.text-secondary,:root[data-theme=light] .video-public-meta-subline{color:rgba(26,36,50,.72)!important}:root[data-theme=light] .video-owner-link{color:#1d3b67}:root[data-theme=light] .video-owner-link:hover{color:#142946}:root[data-theme=light] .icon-action-btn,:root[data-theme=light] .video-public-meta-top .icon-action-btn{border:1px solid rgba(22,32,46,.24)!important;background:linear-gradient(160deg,#f8f9fc,#edf1f6)!important;color:#1a2432!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.92)}:root[data-theme=light] .icon-action-btn:hover{border-color:rgba(22,32,46,.36)!important;background:linear-gradient(160deg,#fff,#f0f3f8)!important;color:#0f1722!important;box-shadow:0 8px 18px -14px rgba(20,30,44,.26),inset 0 1px 0 hsla(0,0%,100%,.98)}:root[data-theme=light] .my-videos-scroll-arrow,:root[data-theme=light] .pager-arrow{border-color:rgba(22,32,46,.24);background:hsla(0,0%,100%,.92);color:#162130;box-shadow:0 10px 20px -16px rgba(20,30,44,.24)}:root[data-theme=light] .my-videos-scroll-arrow:hover,:root[data-theme=light] .pager-arrow:hover:not(.is-disabled){border-color:rgba(22,32,46,.38);background:#fff}:root[data-theme=light] .guest-empty-slot,:root[data-theme=light] .guest-see-more-card,:root[data-theme=light] .my-empty-upload-card{border-color:rgba(22,32,46,.18);background:radial-gradient(circle at 82% 16%,rgba(20,30,45,.03),transparent 42%),linear-gradient(165deg,hsla(0,0%,100%,.98),rgba(247,249,252,.98));color:#111925;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.92)}:root[data-theme=light] .guest-see-more-card:hover,:root[data-theme=light] .my-empty-upload-card:hover{border-color:rgba(22,32,46,.32);background:radial-gradient(circle at 82% 16%,rgba(20,30,45,.05),transparent 42%),linear-gradient(165deg,#fff,#f9fbfd)}:root[data-theme=light] .my-empty-upload-plus{border-color:rgba(22,32,46,.24);background:rgba(20,30,44,.04);color:#121b28}:root[data-theme=light] .guest-see-more-kicker,:root[data-theme=light] .guest-see-more-note{color:rgba(28,38,52,.64)}:root[data-theme=light] .guest-grid-frame,:root[data-theme=light] .guest-home-feed .app-section-card,:root[data-theme=light] .video-public-card-minimal{background:linear-gradient(170deg,hsla(0,0%,100%,.98),rgba(247,249,252,.98))!important;border-color:rgba(22,32,46,.16)!important}.vc-stage .plyr{--plyr-color-main:#9fc2ff;--plyr-video-control-color:#f3f3f3;--plyr-video-controls-background:linear-gradient(180deg,hsla(0,0%,5%,.65),rgba(8,8,8,.96));--plyr-tooltip-background:hsla(0,0%,100%,.95);--plyr-tooltip-color:#0f0f0f}.vc-stage .plyr__control--overlaid{background:rgba(159,194,255,.88);color:#0b1020}.my-video-actions .btn-visibility-public,.vc-top-actions .btn-visibility-public,.video-overlay-actions .btn-visibility-public{border:1px solid rgba(74,222,128,.72)!important;background:rgba(74,222,128,.22)!important;color:#dcfce7!important;opacity:1!important}.my-video-actions .btn-visibility-public:hover,.vc-top-actions .btn-visibility-public:hover,.video-overlay-actions .btn-visibility-public:hover{border-color:rgba(74,222,128,.95)!important;background:rgba(74,222,128,.33)!important;color:#f0fdf4!important}.my-video-actions .btn-visibility-private,.vc-top-actions .btn-visibility-private,.video-overlay-actions .btn-visibility-private{border:1px solid hsla(0,91%,71%,.74)!important;background:hsla(0,91%,71%,.22)!important;color:#fee2e2!important;opacity:1!important}.my-video-actions .btn-visibility-private:hover,.vc-top-actions .btn-visibility-private:hover,.video-overlay-actions .btn-visibility-private:hover{border-color:hsla(0,91%,71%,.96)!important;background:hsla(0,91%,71%,.33)!important;color:#fff1f2!important}.my-video-actions .btn-delete-video,.vc-top-actions .btn-delete-video,.video-overlay-actions .btn-delete-video{border:1px solid rgba(239,68,68,.8)!important;background:rgba(239,68,68,.24)!important;color:#fecaca!important;opacity:1!important}.my-video-actions .btn-delete-video:hover,.vc-top-actions .btn-delete-video:hover,.video-overlay-actions .btn-delete-video:hover{border-color:rgba(239,68,68,.98)!important;background:rgba(239,68,68,.36)!important;color:#fee2e2!important}.video-page{width:100%;max-width:1360px;margin:0 auto;padding:1.4rem 1rem 2.4rem}.video-page>*{width:min(1120px,100%);margin-left:auto;margin-right:auto}.video-nav{display:flex;align-items:center;justify-content:space-between;border:1px solid hsla(0,0%,100%,.12);border-radius:14px;padding:.65rem .9rem;margin-bottom:1rem;background:linear-gradient(180deg,hsla(0,0%,6%,.86),rgba(9,9,9,.86))}.video-logo{font-size:1.2rem;letter-spacing:.07em}.player-shell{padding:1rem;border-radius:16px;background:linear-gradient(180deg,hsla(0,0%,6%,.98),rgba(8,8,8,.98))}.player-frame{border-radius:12px}.video-player{width:100%;max-height:min(72vh,860px);margin:0 auto;display:block}.video-info-stack{gap:.92rem;margin-top:1rem}.video-header{text-align:center;padding:.2rem .2rem .45rem}.video-title{font-size:clamp(1.58rem,2.6vw,2.18rem);line-height:1.2;margin-bottom:.34rem}.video-meta-line{font-size:.84rem}.pipeline-card,.video-details-card{border-radius:14px;padding:1rem 1.1rem;background:linear-gradient(180deg,hsla(0,0%,7%,.97),hsla(0,0%,4%,.97))}.section-header{align-items:center}.video-details-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.72rem}.video-detail-item{border-radius:10px}.download-section{margin-top:.95rem;text-align:center}.comments-section{margin-top:.95rem;border-radius:14px;padding:1rem 1.1rem;background:linear-gradient(180deg,hsla(0,0%,7%,.97),hsla(0,0%,4%,.97));border:1px solid hsla(0,0%,100%,.12)}.comment-form{margin-bottom:.9rem}.comment-textarea{min-height:90px;resize:vertical}.comment-form-footer{margin-top:.5rem;display:flex;align-items:center;justify-content:space-between;gap:.6rem}.comment-char-count{font-size:.76rem;color:hsla(0,0%,100%,.62)}.comments-list{display:grid;grid-gap:.6rem;gap:.6rem}.comment-item{border-radius:10px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.03);padding:.6rem .7rem}.comment-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.2rem}.comment-head strong{color:#eef4ff;font-size:.86rem}.comment-head span{color:hsla(0,0%,100%,.58);font-size:.72rem}.comment-item p{margin:0;color:hsla(0,0%,100%,.88);white-space:pre-wrap;word-break:break-word;font-size:.86rem}@media (max-width:900px){.video-page{padding:1rem .75rem 2rem}.video-page>*{width:100%}.video-nav{padding:.55rem .68rem}.video-logo{font-size:1.05rem}}.vc-modal-root.vc-modal-root-full{padding:1rem;align-items:center;justify-content:center}.vc-modal-root.vc-modal-root-full .vc-modal-panel.vc-modal-panel-full{width:min(1360px,calc(100vw - 2rem));height:auto;max-height:calc(100vh - 2rem);border-radius:18px;border:1px solid hsla(0,0%,100%,.2);background:linear-gradient(180deg,rgba(7,7,9,.995),rgba(3,3,5,.998));box-shadow:0 42px 110px -56px #000;display:grid;grid-template-rows:minmax(42vh,1fr) auto auto minmax(180px,24vh);overflow:hidden}.vc-modal-root.vc-modal-root-full .vc-modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,.75)}.vc-header-min{display:flex;align-items:center;justify-content:flex-start;padding:.65rem 1rem;gap:.7rem;border-bottom:1px solid hsla(0,0%,100%,.1);background:linear-gradient(180deg,rgba(10,10,12,.98),rgba(7,7,9,.98))}.vc-close-btn{border:1px solid hsla(0,0%,100%,.26);background:rgba(14,14,16,.9);color:rgba(247,249,255,.95);border-radius:999px;height:36px;padding:0 .72rem;display:inline-flex;align-items:center;gap:.42rem;font-size:.78rem;font-weight:600}.vc-close-btn span[aria-hidden=true]{font-size:1rem;line-height:1}.vc-close-btn:hover{border-color:hsla(0,0%,100%,.45);background:rgba(24,24,27,.95)}.vc-close-btn.vc-close-btn-floating{position:absolute;top:.6rem;right:.6rem;z-index:7;width:34px;height:34px;min-width:34px;border-radius:999px;padding:0;gap:0;justify-content:center;background:rgba(8,9,12,.72);border:1px solid hsla(0,0%,100%,.34);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.vc-close-btn.vc-close-btn-floating span[aria-hidden=true]{font-size:1.14rem;line-height:1}.vc-header-min .vc-headline{flex:1 1 auto;min-width:0}.vc-header-min .vc-headline h3{max-width:none;font-size:1rem}.vc-main.vc-main-full{position:relative;min-height:42vh;padding:0}.vc-main.vc-main-full .vc-stage{width:100%;height:100%;max-height:none;border-radius:0;border:0;background:#000}.vc-main.vc-main-full .vc-video{width:100%;height:100%;max-height:none;object-fit:contain}.vc-main.vc-main-full .vc-nav{width:40px;height:40px;border:1px solid hsla(0,0%,100%,.28);background:rgba(8,8,10,.88)}.vc-main.vc-main-full .vc-nav:hover{border-color:rgba(190,211,255,.72);background:rgba(15,15,18,.95)}.vc-meta.vc-meta-min{margin:0;padding:.55rem 1rem;border-radius:0;border:0;border-top:1px solid hsla(0,0%,100%,.08);border-bottom:1px solid hsla(0,0%,100%,.08);background:rgba(7,7,9,.95)}.vc-meta.vc-meta-min .vc-meta-left strong{font-size:.92rem}.vc-inline-actions{display:flex;align-items:center;gap:.45rem;padding:.45rem 1rem .55rem;background:rgba(7,7,9,.98)}.vc-inline-actions .icon-action-btn{width:34px;height:34px}.vc-comments.vc-comments-modern{border-top:1px solid hsla(0,0%,100%,.1);background:linear-gradient(180deg,rgba(10,10,12,.98),rgba(6,6,8,.99));padding:.75rem 1rem .95rem;min-height:0}.vc-comments.vc-comments-modern .vc-comments-head{margin-bottom:.48rem}.vc-comments.vc-comments-modern .comment-form{margin-bottom:.58rem}.vc-comments.vc-comments-modern .comment-textarea{min-height:78px;border-radius:14px;border:1px solid rgba(129,154,206,.35);background:linear-gradient(180deg,rgba(12,15,24,.96),rgba(8,10,16,.96));padding:.55rem .65rem .62rem}.vc-comments.vc-comments-modern .comment-textarea:focus{box-shadow:0 0 0 3px rgba(105,147,222,.2)!important;border-color:rgba(146,189,255,.82)}.vc-comments.vc-comments-modern .comment-form-footer .btn-primary{min-width:96px;height:34px;border-radius:999px;background:linear-gradient(145deg,#0b162d,#1b3b73 62%,#3f79ca);border:1px solid rgba(149,190,255,.56);color:#eef5ff;font-weight:700;letter-spacing:.01em}.vc-comments.vc-comments-modern .comment-form-footer .btn-primary:hover{background:linear-gradient(145deg,#0d1931,#1c3f77 60%,#4b8ae1)}.vc-comments.vc-comments-modern .comment-form-footer .btn-primary:disabled{opacity:.58;border-color:rgba(122,138,170,.34)}.vc-comments.vc-comments-modern .vc-comments-list{max-height:min(18vh,220px);overflow:auto;padding-right:.2rem;scrollbar-width:thin;scrollbar-color:rgba(130,171,244,.7) hsla(0,0%,100%,.06)}.vc-comments.vc-comments-modern .vc-comments-list::-webkit-scrollbar{width:10px}.vc-comments.vc-comments-modern .vc-comments-list::-webkit-scrollbar-track{border-radius:999px;background:hsla(0,0%,100%,.06)}.vc-comments.vc-comments-modern .vc-comments-list::-webkit-scrollbar-thumb{border-radius:999px;border:2px solid transparent;background:linear-gradient(180deg,rgba(108,157,255,.85),rgba(71,113,198,.86));background-clip:padding-box}.vc-comment-compose{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:.6rem;gap:.6rem;align-items:flex-start}.vc-comment-compose-body{min-width:0}.vc-comment-compose-footer{margin-top:.42rem}.vc-comment-avatar{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;border:1px solid rgba(155,188,246,.44);background:linear-gradient(145deg,rgba(54,90,164,.82),rgba(28,55,102,.88));color:rgba(242,248,255,.95);font-size:.78rem;font-weight:700;flex:0 0 auto}.vc-comment-item{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:.62rem;gap:.62rem;align-items:flex-start;padding:.62rem .68rem;border:1px solid rgba(122,145,196,.28);background:linear-gradient(180deg,rgba(13,16,24,.96),rgba(9,11,17,.97));border-radius:14px}.vc-comment-item:last-child{border-bottom:1px solid rgba(122,145,196,.28)}.vc-comment-content{min-width:0}.vc-comment-item .comment-head{margin-bottom:.2rem}.vc-comment-item .comment-head strong{color:rgba(246,250,255,.95);font-size:.84rem}.vc-comment-item .comment-head span{color:rgba(212,221,238,.64);font-size:.72rem}.vc-comment-item p{margin:0;color:rgba(236,242,255,.9);font-size:.86rem;line-height:1.42;white-space:pre-wrap;word-break:break-word}@media (max-width:980px){.vc-modal-root.vc-modal-root-full{padding:.5rem}.vc-modal-root.vc-modal-root-full .vc-modal-panel.vc-modal-panel-full{width:calc(100vw - 1rem);max-height:calc(100vh - 1rem);border-radius:14px;grid-template-rows:minmax(36vh,1fr) auto auto minmax(180px,30vh)}.vc-header-min{padding:.55rem .7rem}.vc-main.vc-main-full{padding:0}.vc-comments.vc-comments-modern,.vc-inline-actions,.vc-meta.vc-meta-min{padding-left:.7rem;padding-right:.7rem}.vc-inline-actions{gap:.38rem}.vc-comments.vc-comments-modern .vc-comments-list{max-height:min(22vh,220px)}.vc-comments.vc-comments-modern .comment-form{margin-bottom:.5rem}.vc-comment-avatar{width:30px;height:30px;font-size:.72rem}}:root[data-theme=light] .alert.alert-dark{background:#f6f8fb!important;color:#1a2432!important;border:1px solid rgba(22,32,46,.14)!important}:root[data-theme=light] .auth-form-shell{background:radial-gradient(circle at 12% 18%,rgba(20,30,45,.04),transparent 55%),linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(248,250,253,.98))!important;border:1px solid rgba(22,32,46,.18)!important;box-shadow:0 12px 26px -20px rgba(20,30,44,.24)}:root[data-theme=light] .auth-form-kicker,:root[data-theme=light] .auth-form-note,:root[data-theme=light] .auth-helper{color:rgba(26,36,50,.62)!important}:root[data-theme=light] .auth-field .form-label,:root[data-theme=light] .auth-form-title{color:#141d2a!important}:root[data-theme=light] .auth-tabs{background:rgba(245,248,252,.96)!important;border-color:rgba(22,32,46,.18)!important}:root[data-theme=light] .auth-tab{color:rgba(24,34,48,.72)!important}:root[data-theme=light] .auth-tab.is-active{color:#111925!important;background:linear-gradient(145deg,#fff,#edf1f6)!important;border:1px solid rgba(22,32,46,.24)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.96)!important}:root[data-theme=light] .auth-form-shell .auth-input,:root[data-theme=light] .auth-form-shell .auth-input:active,:root[data-theme=light] .auth-form-shell .auth-input:focus{background:#fff!important;color:#111925!important;border-color:rgba(22,32,46,.22)!important;box-shadow:0 0 0 .14rem rgba(22,32,46,.08)!important}:root[data-theme=light] .auth-form-shell .auth-input:-webkit-autofill,:root[data-theme=light] .auth-form-shell .auth-input:-webkit-autofill:focus,:root[data-theme=light] .auth-form-shell .auth-input:-webkit-autofill:hover{-webkit-text-fill-color:#111925!important;box-shadow:inset 0 0 0 1000px #fff!important}:root[data-theme=light] .auth-submit-btn{background:linear-gradient(145deg,#f7f9fc,#edf1f6 56%,#e3e8ef)!important;color:#121a27!important;border:1px solid rgba(22,32,46,.24)!important}:root[data-theme=light] .auth-submit-btn:hover{background:linear-gradient(145deg,#fff,#f2f5f9 56%,#e8edf4)!important;color:#0f1722!important;border-color:rgba(22,32,46,.34)!important}:root[data-theme=light] .guest-insight-stat,:root[data-theme=light] .guest-side-topitem{background:#fff!important;border-color:rgba(22,32,46,.16)!important;color:#141c29!important}:root[data-theme=light] .guest-insight-stat span,:root[data-theme=light] .guest-side-topitem-rank,:root[data-theme=light] .guest-side-topitem-views{color:rgba(26,36,50,.66)!important}:root[data-theme=light] .guest-side-topitem:hover{background:#f7f9fc!important;border-color:rgba(22,32,46,.26)!important}:root[data-theme=light] .drag-hint-modal{background:rgba(233,238,246,.66)}:root[data-theme=light] .drag-hint-animation,:root[data-theme=light] .drag-hint-card{background:linear-gradient(180deg,#fff,#f6f8fb)!important;border-color:rgba(22,32,46,.18)!important}:root[data-theme=light] .drag-hint-card .drag-hint-note,:root[data-theme=light] .drag-hint-card h4,:root[data-theme=light] .drag-hint-card p{color:#1a2432!important}:root[data-theme=light] .copy-toast{background:linear-gradient(180deg,#fff,#f5f8fc)!important;border-color:rgba(22,32,46,.22)!important;color:#162130!important}:root[data-theme=light] .profile-settings-modal,:root[data-theme=light] .upload-status-overlay,:root[data-theme=light] .vc-modal-root.vc-modal-root-full .vc-modal-overlay,:root[data-theme=light] .visibility-modal-overlay{background:rgba(231,237,246,.72)!important}:root[data-theme=light] .profile-settings-panel,:root[data-theme=light] .upload-status-panel,:root[data-theme=light] .vc-modal-root.vc-modal-root-full .vc-modal-panel.vc-modal-panel-full,:root[data-theme=light] .visibility-modal-panel{background:linear-gradient(180deg,#fff,#f7f9fc)!important;border-color:rgba(22,32,46,.2)!important;box-shadow:0 24px 60px -42px rgba(20,30,44,.32)!important}:root[data-theme=light] .upload-status-detail,:root[data-theme=light] .upload-status-foot,:root[data-theme=light] .upload-status-head h3,:root[data-theme=light] .upload-status-kicker,:root[data-theme=light] .upload-status-row,:root[data-theme=light] .upload-status-sub,:root[data-theme=light] .vc-comment-item .comment-head strong,:root[data-theme=light] .vc-comment-item p,:root[data-theme=light] .vc-header-min .vc-headline h3,:root[data-theme=light] .vc-meta.vc-meta-min .vc-meta-left strong,:root[data-theme=light] .visibility-modal-current,:root[data-theme=light] .visibility-modal-current span,:root[data-theme=light] .visibility-modal-panel h3,:root[data-theme=light] .visibility-modal-title{color:#162130!important}:root[data-theme=light] .visibility-option{background:#fff!important;border-color:rgba(22,32,46,.2)!important;color:#162130!important}:root[data-theme=light] .visibility-option span{color:rgba(26,36,50,.7)!important}:root[data-theme=light] .upload-status-track{background:rgba(20,30,44,.12)}:root[data-theme=light] .upload-status-fill{background:linear-gradient(90deg,rgba(80,110,160,.78),rgba(115,143,186,.8))}:root[data-theme=light] .vc-comments.vc-comments-modern,:root[data-theme=light] .vc-header-min,:root[data-theme=light] .vc-inline-actions,:root[data-theme=light] .vc-meta.vc-meta-min{background:#f8fafd!important;border-color:rgba(22,32,46,.14)!important}:root[data-theme=light] .vc-comments.vc-comments-modern .comment-textarea{background:#fff!important;border-color:rgba(22,32,46,.2)!important}:root[data-theme=light] .vc-comments.vc-comments-modern .comment-textarea:focus{border-color:rgba(22,32,46,.34)!important;box-shadow:0 0 0 3px rgba(22,32,46,.1)!important}:root[data-theme=light] .vc-comment-item{background:#fff!important;border-color:rgba(22,32,46,.14)!important}:root[data-theme=light] .vc-close-btn,:root[data-theme=light] .vc-main.vc-main-full .vc-nav{background:#fff!important;color:#162130!important;border-color:rgba(22,32,46,.24)!important}:root[data-theme=light] .vc-close-btn:hover,:root[data-theme=light] .vc-main.vc-main-full .vc-nav:hover{background:#f3f6fa!important;border-color:rgba(22,32,46,.36)!important}:root[data-theme=light] .badge.text-bg-dark{background:#eef2f7!important;color:#132030!important;border:1px solid rgba(22,32,46,.18)}:root[data-theme=light] .profile-link-settings{border-color:rgba(22,32,46,.18);background:#fff}:root[data-theme=light] .profile-link-help,:root[data-theme=light] .profile-link-settings .form-label{color:rgba(26,36,50,.72)}:root[data-theme=light] .profile-link-input-wrap{border-color:rgba(22,32,46,.2);background:#fff}:root[data-theme=light] .profile-link-prefix{color:rgba(26,36,50,.74);border-right-color:rgba(22,32,46,.16)}:root[data-theme=light] .upload-status-pill{border-color:rgba(22,32,46,.2);background:rgba(22,32,46,.05);color:#162130}:root[data-theme=light] .follow-modal-panel{background:linear-gradient(180deg,#fff,#f7f9fc)!important;border-color:rgba(22,32,46,.2)!important}:root[data-theme=light] .follow-modal-head h3,:root[data-theme=light] .follow-name{color:#162130!important}:root[data-theme=light] .follow-email{color:rgba(26,36,50,.7)!important}:root[data-theme=light] .follow-user{background:#fff!important;border-color:rgba(22,32,46,.16)!important;color:#162130!important}:root[data-theme=light] .follow-user:hover{background:#f6f9fc!important;border-color:rgba(22,32,46,.28)!important}:root[data-theme=light] .follow-avatar{background:rgba(20,30,44,.06);border-color:rgba(22,32,46,.24);color:#162130}:root[data-theme=light] .profile-settings-panel .btn-outline-danger,:root[data-theme=light] .profile-settings-panel .btn-outline-light{background:#fff!important;color:#14202f!important;border-color:rgba(22,32,46,.22)!important}:root[data-theme=light] .profile-settings-panel .btn-outline-danger:hover,:root[data-theme=light] .profile-settings-panel .btn-outline-light:hover{background:#f4f7fb!important;border-color:rgba(22,32,46,.34)!important}:root[data-theme=light] .auth-form-trust span,:root[data-theme=light] .upload-panel-tags span,:root[data-theme=light] .upload-top-tags span{background:#fff!important;color:rgba(22,32,46,.74)!important;border-color:rgba(22,32,46,.2)!important}:root[data-theme=light] .upload-actions-note,:root[data-theme=light] .upload-compact-note,:root[data-theme=light] .upload-queue-notice{color:rgba(26,36,50,.68)!important}:root[data-theme=light] .discoverPublicHighlightsNote,:root[data-theme=light] .guest-grid-note,:root[data-theme=light] .guest-home-top-note{color:rgba(26,36,50,.64)!important}:root[data-theme=light] .vc-status,:root[data-theme=light] .vc-visibility{background:#f3f6fb!important;border-color:rgba(22,32,46,.18)!important;color:#162130!important}:root[data-theme=light] .vc-visibility.is-public{background:rgba(22,163,74,.12)!important;border-color:rgba(22,163,74,.34)!important;color:#14532d!important}:root[data-theme=light] .vc-visibility.is-link{background:rgba(217,119,6,.12)!important;border-color:rgba(217,119,6,.34)!important;color:#78350f!important}:root[data-theme=light] .vc-visibility.is-private{background:rgba(220,38,38,.1)!important;border-color:rgba(220,38,38,.32)!important;color:#7f1d1d!important}:root[data-theme=light] .comment-char-count,:root[data-theme=light] .vc-comments-head span,:root[data-theme=light] .vc-comments-head strong{color:rgba(24,34,48,.78)!important}:root[data-theme=light] .follow-modal-panel,:root[data-theme=light] .profile-settings-panel,:root[data-theme=light] .upload-status-panel,:root[data-theme=light] .vc-modal-root,:root[data-theme=light] .visibility-modal-panel{color:#162130!important}:root[data-theme=light] .vc-meta .vc-creator{color:rgba(24,34,48,.8)!important}:root[data-theme=light] .vc-meta .vc-creator-label{color:rgba(24,34,48,.66)!important}:root[data-theme=light] .vc-meta .video-owner-link{color:#1a3b67!important}:root[data-theme=light] .vc-meta .video-owner-link:hover{color:#122b4a!important}:root[data-theme=light] .vc-comment-item .comment-head span,:root[data-theme=light] .vc-comments .muted,:root[data-theme=light] .vc-modal-root .muted,:root[data-theme=light] .vc-placeholder p{color:rgba(24,34,48,.7)!important}:root[data-theme=light] .follow-modal-panel .text-secondary,:root[data-theme=light] .profile-settings-panel .form-label,:root[data-theme=light] .profile-settings-panel h3,:root[data-theme=light] .upload-status-foot span,:root[data-theme=light] .upload-status-row span,:root[data-theme=light] .visibility-option strong{color:#162130!important}:root[data-theme=dark] .bulk-actions .text-secondary,:root[data-theme=dark] .my-video-card .small.text-secondary,:root[data-theme=dark] .my-video-list-main .small.text-secondary,:root[data-theme=dark] .my-videos-head .text-secondary,:root[data-theme=dark] .sidebar-meta-row,:root[data-theme=dark] .sidebar-stat-label,:root[data-theme=dark] .tiny-label,:root[data-theme=dark] .upload-actions-note,:root[data-theme=dark] .upload-compact-note,:root[data-theme=dark] .upload-top-copy{color:rgba(236,242,251,.82)!important}:root[data-theme=dark] .app-section-card,:root[data-theme=dark] .my-video-card,:root[data-theme=dark] .my-video-list-item{border-color:hsla(0,0%,100%,.18)!important}:root[data-theme=dark] .my-video-card .card-body{background:linear-gradient(180deg,hsla(0,0%,7%,.92),hsla(0,0%,4%,.98))!important}:root[data-theme=dark] .view-mode-btn{color:rgba(242,246,252,.84)}:root[data-theme=light] .bulk-actions .text-secondary,:root[data-theme=light] .guest-grid-note,:root[data-theme=light] .my-videos-head .text-secondary,:root[data-theme=light] .sidebar-meta-row,:root[data-theme=light] .sidebar-stat-label,:root[data-theme=light] .text-secondary,:root[data-theme=light] .tiny-label,:root[data-theme=light] .upload-actions-note,:root[data-theme=light] .upload-compact-note,:root[data-theme=light] .upload-top-copy{color:#4a5668!important}:root[data-theme=light] .my-video-card .small.text-secondary,:root[data-theme=light] .my-video-list-main .small.text-secondary,:root[data-theme=light] .video-public-meta-subline{color:#4d5a6d!important}:root[data-theme=light] .profile-link-settings .form-label,:root[data-theme=light] .sidebar-upload-card .form-label,:root[data-theme=light] .upload-form-grid .form-label{color:#2f3c4e!important}:root[data-theme=light] .profile-link-help,:root[data-theme=light] .upload-panel-subtitle{color:#516074!important}:root[data-theme=light] .app-section-card,:root[data-theme=light] .my-video-card,:root[data-theme=light] .my-video-list-item,:root[data-theme=light] .sidebar-profile-card,:root[data-theme=light] .sidebar-upload-card.upload-panel-modern,:root[data-theme=light] .video-masonry-item{border-color:rgba(22,32,46,.24)!important;box-shadow:0 14px 30px -24px rgba(20,30,44,.22)!important}:root[data-theme=light] .my-video-card .card-body{background:linear-gradient(180deg,#fff,#f6f9fd)!important}:root[data-theme=light] .view-mode-btn{color:#3f4b5d!important}:root[data-theme=light] .view-mode-btn.is-active{color:#0f1722!important;background:linear-gradient(145deg,#f2f6fb,#e6ecf4)!important;border-color:rgba(22,32,46,.28)!important}:root[data-theme=light] .follow-modal-panel,:root[data-theme=light] .profile-settings-panel,:root[data-theme=light] .upload-status-panel,:root[data-theme=light] .vc-modal-panel,:root[data-theme=light] .visibility-modal-panel{color:#1b2838!important}:root[data-theme=light] .follow-modal-panel p,:root[data-theme=light] .profile-settings-panel p,:root[data-theme=light] .upload-status-panel p,:root[data-theme=light] .vc-modal-panel p,:root[data-theme=light] .visibility-modal-panel p{color:#4c5a6d!important}:root[data-theme=dark] .app-sidebar .lang-switch{border-color:hsla(0,0%,100%,.34)!important;background:hsla(0,0%,100%,.07)!important}:root[data-theme=dark] .app-sidebar .lang-switch-btn{color:rgba(244,247,252,.88)!important}:root[data-theme=dark] .app-sidebar .lang-switch-btn:not(.is-active):hover{color:#fff!important;background:hsla(0,0%,100%,.11)!important}:root[data-theme=dark] .session-avatar{flex:0 0 34px;border-color:hsla(0,0%,100%,.44)!important;background:linear-gradient(160deg,hsla(0,0%,100%,.24),hsla(0,0%,100%,.08))!important;color:#f8fbff!important}:root[data-theme=light] .app-sidebar .lang-switch{border-color:rgba(22,32,46,.36)!important;background:linear-gradient(145deg,#fff,#f2f6fb)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.95)}:root[data-theme=light] .app-sidebar .lang-switch-btn{color:#3b495d!important;font-weight:700}:root[data-theme=light] .app-sidebar .lang-switch-btn:not(.is-active):hover{color:#162130!important;background:rgba(22,32,46,.08)!important}:root[data-theme=light] .app-sidebar .lang-switch-btn.is-active{color:#0f1722!important;border:1px solid rgba(22,32,46,.3)!important;background:linear-gradient(145deg,#ecf2fa,#dde7f4)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.92)}:root[data-theme=light] .session-pill{border-color:rgba(22,32,46,.22)!important;background:#fff!important}:root[data-theme=light] .session-avatar{flex:0 0 34px;border-color:rgba(22,32,46,.28)!important;background:linear-gradient(155deg,#e7edf6,#d7e1ef)!important;color:#162130!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.95)}:root[data-theme=dark] .follow-modal-overlay,:root[data-theme=dark] .profile-settings-modal,:root[data-theme=dark] .upload-status-overlay,:root[data-theme=dark] .vc-modal-root.vc-modal-root-full .vc-modal-overlay,:root[data-theme=dark] .visibility-modal-overlay{background:rgba(0,0,0,.74)!important}:root[data-theme=dark] .follow-modal-panel,:root[data-theme=dark] .profile-settings-panel,:root[data-theme=dark] .upload-status-panel,:root[data-theme=dark] .vc-modal-root.vc-modal-root-full .vc-modal-panel.vc-modal-panel-full,:root[data-theme=dark] .visibility-modal-panel{background:linear-gradient(180deg,hsla(0,0%,5%,.98),rgba(7,7,7,.99))!important;border-color:hsla(0,0%,100%,.18)!important;box-shadow:0 34px 80px -46px rgba(0,0,0,.98)!important}:root[data-theme=dark] .profile-link-settings{background:rgba(6,6,6,.7)!important;border-color:hsla(0,0%,100%,.16)!important}:root[data-theme=dark] .profile-link-input-wrap{background:rgba(5,5,5,.94)!important;border-color:hsla(0,0%,100%,.2)!important}:root[data-theme=dark] .profile-link-prefix{color:rgba(238,242,248,.72)!important;border-right-color:hsla(0,0%,100%,.14)!important}:root[data-theme=dark] .follow-user{background:rgba(8,8,8,.72)!important;border-color:hsla(0,0%,100%,.14)!important}:root[data-theme=dark] .follow-user:hover{background:hsla(0,0%,5%,.86)!important;border-color:hsla(0,0%,100%,.26)!important}:root[data-theme=dark] .follow-avatar{background:hsla(0,0%,100%,.08)!important;border-color:hsla(0,0%,100%,.26)!important;color:#f4f7fd!important}:root[data-theme=dark] .visibility-option{background:hsla(0,0%,100%,.03)!important;border-color:hsla(0,0%,100%,.2)!important}:root[data-theme=dark] .visibility-option:hover{background:hsla(0,0%,100%,.08)!important;border-color:hsla(0,0%,100%,.34)!important}:root[data-theme=dark] .follow-modal-panel .btn-outline-light,:root[data-theme=dark] .profile-settings-panel .btn-outline-light,:root[data-theme=dark] .upload-status-panel .btn-outline-light,:root[data-theme=dark] .visibility-modal-panel .btn-outline-light{background:hsla(0,0%,100%,.02)!important;border-color:hsla(0,0%,100%,.26)!important;color:#f3f6fb!important}:root[data-theme=dark] .follow-modal-panel .btn-outline-light:hover,:root[data-theme=dark] .profile-settings-panel .btn-outline-light:hover,:root[data-theme=dark] .upload-status-panel .btn-outline-light:hover,:root[data-theme=dark] .visibility-modal-panel .btn-outline-light:hover{background:hsla(0,0%,100%,.09)!important;border-color:hsla(0,0%,100%,.4)!important}:root[data-theme=dark] .profile-settings-panel .h6,:root[data-theme=dark] .profile-settings-panel h3{color:#f3f6fc!important}:root[data-theme=light] .profile-hero{background:linear-gradient(180deg,#fff,#f6f9fd)!important;border-color:rgba(22,32,46,.24)!important}:root[data-theme=light] .profile-hero:before{background:radial-gradient(circle at 84% 14%,rgba(22,32,46,.03),transparent 40%),radial-gradient(circle at 16% 94%,rgba(22,32,46,.02),transparent 45%),linear-gradient(112deg,hsla(0,0%,100%,.08),rgba(245,248,253,.05) 62%,rgba(22,32,46,.02))!important}:root[data-theme=light] .profile-hero-strip{border-color:rgba(22,32,46,.24)!important;background:linear-gradient(165deg,#fff,#f4f8fd)!important}:root[data-theme=light] .profile-strip-title{color:#14202f!important}:root[data-theme=light] .profile-hero .tiny-label,:root[data-theme=light] .profile-strip-follow,:root[data-theme=light] .profile-strip-joined{color:#516074!important}:root[data-theme=light] .profile-strip-follow .profile-follow-link{color:#1d3c66!important}:root[data-theme=light] .profile-strip-follow .profile-follow-link:hover{color:#142d4b!important}:root[data-theme=light] .profile-actions-lang .lang-switch{border-color:rgba(22,32,46,.26)!important;background:linear-gradient(145deg,#fff,#eef3f9)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.94)!important}:root[data-theme=light] .profile-actions-lang .lang-switch-btn{color:#425063!important}:root[data-theme=light] .profile-actions-lang .lang-switch-btn.is-active{color:#0f1722!important;border-color:rgba(22,32,46,.3)!important;background:linear-gradient(145deg,#eaf1fa,#dfe8f5)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.92)!important}:root[data-theme=light] .profile-toolbar-btn{border-color:rgba(22,32,46,.26)!important;color:#162130!important;background:linear-gradient(145deg,#fff,#f1f5fa)!important}:root[data-theme=light] .profile-toolbar-btn:hover{border-color:rgba(22,32,46,.36)!important;color:#0f1722!important;background:linear-gradient(145deg,#fff,#eaf0f8)!important}:root[data-theme=light] .profile-follow-btn{border-color:rgba(22,32,46,.3)!important;background:linear-gradient(145deg,#f4f8fd,#e8eef7)!important;color:#122032!important;box-shadow:0 10px 20px -16px rgba(20,30,44,.26),inset 0 1px 0 hsla(0,0%,100%,.95)!important}:root[data-theme=light] .profile-follow-btn:hover{border-color:rgba(22,32,46,.4)!important;background:linear-gradient(145deg,#fff,#eaf1f9)!important;color:#0e1724!important}:root[data-theme=light] .profile-hero .hero-stat,:root[data-theme=light] .profile-hero .hero-stat-button{border-color:rgba(22,32,46,.22)!important;background:linear-gradient(180deg,#fff,#f5f8fc)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.94)!important}:root[data-theme=light] .profile-hero .hero-stat-value{color:#162130!important}:root[data-theme=light] .profile-hero .hero-stat-label{color:#56657a!important}:root[data-theme=light] .guest-insight-stat strong{color:#172334!important}:root[data-theme=light] .sidebar-meta-row{border-bottom:1px dashed rgba(22,32,46,.24)!important}:root[data-theme=dark] .guest-side-insight-card{background:linear-gradient(180deg,hsla(0,0%,5%,.98),rgba(8,8,8,.99))!important;border-color:hsla(0,0%,100%,.14)!important}:root[data-theme=dark] .profile-hero{background:linear-gradient(180deg,hsla(0,0%,5%,.98),rgba(7,7,7,.99))!important;border-color:hsla(0,0%,100%,.16)!important}:root[data-theme=dark] .profile-hero:before{background:radial-gradient(circle at 84% 14%,hsla(0,0%,100%,.02),transparent 40%),radial-gradient(circle at 14% 96%,hsla(0,0%,100%,.015),transparent 46%),linear-gradient(112deg,rgba(9,9,10,.08),rgba(5,5,6,.05) 62%,hsla(0,0%,100%,.01))!important}:root[data-theme=dark] .profile-hero-strip{background:linear-gradient(165deg,hsla(0,0%,4%,.98),rgba(6,6,6,.99))!important;border-color:hsla(0,0%,100%,.2)!important}:root[data-theme=dark] .profile-actions-lang .lang-switch{border-color:hsla(0,0%,100%,.24)!important;background:linear-gradient(145deg,hsla(0,0%,4%,.98),rgba(6,6,6,.99))!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.04),0 8px 16px -15px rgba(0,0,0,.6)!important}:root[data-theme=dark] .profile-actions-lang .lang-switch-btn.is-active{color:#f4f8ff!important;border:1px solid hsla(0,0%,100%,.32)!important;background:linear-gradient(145deg,rgba(28,28,30,.98),rgba(16,16,18,.98))!important;box-shadow:0 10px 18px -14px rgba(0,0,0,.65),inset 0 1px 0 hsla(0,0%,100%,.1)!important}:root[data-theme=dark] .profile-strip-avatar{background:linear-gradient(145deg,#2c2f36,#1b1d23)!important;color:#f4f7fb!important;box-shadow:0 12px 22px -18px rgba(0,0,0,.86)!important}.upload-status-title-wrap{min-width:0}.upload-status-close-btn{min-width:96px}.upload-status-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.5rem;gap:.5rem}.upload-status-row.upload-status-row-card{padding:.62rem .72rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.14);background:hsla(0,0%,100%,.03);align-items:center}.upload-status-row-label{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(236,242,251,.66)}.upload-status-row-value{font-size:.8rem;letter-spacing:.02em}.upload-status-stage{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:.2rem .54rem;border-radius:999px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.06);color:rgba(245,248,252,.94);font-size:.71rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.upload-status-detail{margin-top:.15rem}.upload-status-track{height:9px}.upload-status-foot{margin-top:.1rem;padding-top:.48rem;border-top:1px dashed hsla(0,0%,100%,.14)}:root[data-theme=dark] .upload-status-panel{background:linear-gradient(180deg,hsla(0,0%,5%,.985),rgba(7,7,7,.99))!important;border-color:hsla(0,0%,100%,.18)!important}:root[data-theme=dark] .upload-status-head{border-bottom-color:hsla(0,0%,100%,.12)!important}:root[data-theme=dark] .upload-status-row.upload-status-row-card{border-color:hsla(0,0%,100%,.16)!important;background:hsla(0,0%,100%,.03)!important}:root[data-theme=dark] .upload-status-close-btn{background:hsla(0,0%,100%,.02)!important;border-color:hsla(0,0%,100%,.26)!important;color:#f3f6fb!important}:root[data-theme=dark] .upload-status-close-btn:hover{background:hsla(0,0%,100%,.09)!important;border-color:hsla(0,0%,100%,.4)!important}:root[data-theme=light] .upload-status-panel{border-color:rgba(22,32,46,.24)!important;background:linear-gradient(180deg,#fff,#f7f9fc)!important}:root[data-theme=light] .upload-status-head{border-bottom-color:rgba(22,32,46,.14)!important}:root[data-theme=light] .upload-status-row.upload-status-row-card{border-color:rgba(22,32,46,.16)!important;background:#f8fbff!important}:root[data-theme=light] .upload-status-row-label{color:#647488!important}:root[data-theme=light] .upload-status-stage{border-color:rgba(22,32,46,.22)!important;background:rgba(22,32,46,.06)!important;color:#1c2a3b!important}:root[data-theme=light] .upload-status-foot{border-top-color:rgba(22,32,46,.14)!important}:root[data-theme=light] .upload-status-close-btn{border-color:rgba(22,32,46,.24)!important;color:#162130!important;background:#fff!important}:root[data-theme=light] .upload-status-close-btn:hover{border-color:rgba(22,32,46,.34)!important;background:#f1f5fa!important}:root[data-theme=dark] .profile-follow-btn,:root[data-theme=dark] .profile-toolbar-btn{border-color:hsla(0,0%,100%,.28)!important;background:linear-gradient(145deg,rgba(24,24,26,.98),rgba(12,12,14,.98))!important;color:#f3f6fb!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.08),0 10px 20px -16px rgba(0,0,0,.82)!important}:root[data-theme=dark] .profile-follow-btn:hover,:root[data-theme=dark] .profile-toolbar-btn:hover{border-color:hsla(0,0%,100%,.42)!important;background:linear-gradient(145deg,rgba(32,32,35,.98),rgba(16,16,18,.98))!important;color:#fff!important}:root[data-theme=dark] .profile-follow-btn.is-following{border-color:hsla(0,0%,100%,.36)!important;background:linear-gradient(145deg,rgba(36,36,38,.98),rgba(18,18,20,.98))!important;color:#f3f6fb!important}:root[data-theme=dark] .profile-follow-btn-primary:after{display:none!important}:root[data-theme=dark] .profile-actions-lang .lang-switch-btn:not(.is-active):hover{background:hsla(0,0%,100%,.08)!important;color:#fff!important}:root[data-theme=dark] .app-main .lang-switch{border-color:hsla(0,0%,100%,.26)!important;background:hsla(0,0%,100%,.03)!important}:root[data-theme=dark] .app-main .lang-switch-btn{color:rgba(235,239,246,.82)!important}:root[data-theme=dark] .app-main .lang-switch-btn:not(.is-active):hover{color:#fff!important;background:hsla(0,0%,100%,.1)!important}:root[data-theme=dark] .app-main .lang-switch-btn.is-active{color:#f5f7fb!important;border:1px solid hsla(0,0%,100%,.28)!important;background:linear-gradient(145deg,rgba(30,30,33,.98),rgba(18,18,20,.98))!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1)!important}:root[data-theme=light] .app-main .lang-switch{border-color:rgba(22,32,46,.3)!important;background:linear-gradient(145deg,#fff,#f0f4f9)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.95)}:root[data-theme=light] .app-main .lang-switch-btn{color:#445266!important;font-weight:700}:root[data-theme=light] .app-main .lang-switch-btn:not(.is-active):hover{color:#162130!important;background:rgba(22,32,46,.08)!important}:root[data-theme=light] .app-main .lang-switch-btn.is-active{color:#0f1722!important;border:1px solid rgba(22,32,46,.3)!important;background:linear-gradient(145deg,#eaf1fa,#dfe8f5)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.94)!important}@media (max-width:720px){.upload-status-meta-grid{grid-template-columns:1fr}}@keyframes public-library-card-enter{0%{opacity:0;transform:translate3d(0,10px,0) scale(.992)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes public-library-loading-pulse{0%,to{opacity:.58}50%{opacity:.9}}@media (prefers-reduced-motion:reduce){.public-library-grid .video-masonry-item,.public-library-loading-more{animation:none!important;opacity:1!important;transform:none!important}}