html{background:#050505}body{margin:0}:root{color:#f7f7f7;background:#050505;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:#050505;min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{cursor:pointer}#root{min-height:100vh}.loading-screen{text-align:center;background:#050505;place-content:center;min-height:100vh;display:grid}.spinner{border:3px solid #333;border-top-color:#fff;border-radius:50%;width:45px;height:45px;margin:auto;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.login-screen{place-items:center;min-height:100vh;padding:30px;display:grid;position:relative;overflow:hidden}.login-background{background:radial-gradient(circle at 20% 20%,#342c77,#0000 36%),radial-gradient(circle at 80% 70%,#143f66,#0000 38%),linear-gradient(145deg,#171717,#020202 65%);position:absolute;inset:0}.login-panel{text-align:center;background:#0a0a0cd1;border:1px solid #343434;border-radius:30px;width:min(850px,100%);padding:55px;position:relative;box-shadow:0 30px 100px #000}.eyebrow{color:#a6a6a6;letter-spacing:.22em;margin:0 0 12px;font-size:.8rem;font-weight:800}.login-panel h1{letter-spacing:.05em;margin:0;font-size:clamp(3rem,8vw,6rem)}.server-name{color:#aaa;margin:12px 0 40px}.users-row{flex-wrap:wrap;justify-content:center;gap:25px;margin-bottom:35px;display:flex}.user-card{color:#fff;background:0 0;border:0;width:120px}.avatar{background:linear-gradient(145deg,#444,#151515);border:3px solid #555;border-radius:50%;place-items:center;width:95px;height:95px;margin:0 auto 12px;font-size:2.5rem;font-weight:800;display:grid}.user-card.selected .avatar{border-color:#fff;box-shadow:0 0 0 5px #ffffff1c}.login-form{gap:14px;width:min(430px,100%);margin:auto;display:grid}.login-form input{color:#fff;background:#ffffff10;border:1px solid #4c4c4c;border-radius:13px;outline:none;padding:16px 18px}.login-form input:focus{border-color:#fff}.login-button{border:0;border-radius:13px;padding:16px;font-weight:800}.change-user,.profile-button{color:#bbb;background:0 0;border:0}.error-message{color:#ffaaa5;background:#ff40351a;border:1px solid #ff504d66;border-radius:12px;padding:13px}.app-shell{background:#050505;min-height:100vh}.topbar{z-index:10;background:linear-gradient(#000000e6,#0000);justify-content:space-between;align-items:center;height:75px;padding:0 5vw;display:flex;position:fixed;inset:0 0 auto}.brand{letter-spacing:.1em;font-weight:900}.profile-button{text-align:right;display:grid}.profile-button span{font-size:.72rem}.hero{background:radial-gradient(circle at 75% 25%,#5145a970,#0000 31%),linear-gradient(145deg,#303030,#050505 68%);align-items:end;min-height:55vh;padding:0 6vw 70px;display:flex}.hero-content{max-width:750px}.hero h1{margin:0;font-size:clamp(3rem,7vw,6rem);line-height:.95}.hero-content>p:last-child{color:#bbb;font-size:1.1rem}.content-section{padding:30px 6vw 90px}.content-section h2{font-size:1.7rem}.library-row{grid-template-columns:repeat(auto-fit,minmax(215px,1fr));gap:18px;display:grid}.library-card{text-align:left;color:#fff;background:radial-gradient(circle at 20% 20%,#5b4dda88,#0000 50%),linear-gradient(145deg,#282828,#101010);border:1px solid #383838;border-radius:18px;align-content:end;min-height:140px;padding:20px;transition:all .15s;display:grid;position:relative}.library-card:hover,.library-card.active{border-color:#fff;transform:scale(1.035)}.library-card strong{font-size:1.4rem}.library-card small{color:#aaa;text-transform:capitalize}.library-number{color:#ffffff4b;font-size:2rem;font-weight:900;position:absolute;top:15px;right:18px}.items-section{margin-top:55px}.poster-card{min-width:0}.poster-image{aspect-ratio:2/3;background:linear-gradient(145deg,#333,#111);border-radius:13px;place-items:center;margin-bottom:10px;font-size:3rem;font-weight:900;transition:transform .16s;display:grid;overflow:hidden}.poster-card:hover .poster-image{transform:scale(1.045)}.poster-image img{object-fit:cover;width:100%;height:100%}.poster-card strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.poster-card small,.empty-message{color:#999}.content-error{margin-top:25px}@media (width<=650px){.login-panel{padding:35px 18px}.hero{min-height:45vh}.poster-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.player-window{background:#000;border:1px solid #333;border-radius:18px;width:min(1500px,100%);overflow:hidden;box-shadow:0 30px 100px #000}.player-header{background:#111;justify-content:space-between;align-items:center;height:65px;padding:0 22px;display:flex}.player-close{color:#fff;background:#303030;border:0;border-radius:50%;width:42px;height:42px;font-size:1.2rem}.player-loading,.player-error{text-align:center;place-items:center;min-height:55vh;padding:30px;display:grid}.player-error{color:#ffaaa5}.password-field{width:100%;position:relative}.password-field input{box-sizing:border-box;width:100%;padding-right:3.25rem}.password-toggle{width:2rem;height:2rem;color:inherit;cursor:pointer;opacity:.72;background:0 0;border:0;place-items:center;padding:0;display:grid;position:absolute;top:50%;right:.8rem;transform:translateY(-50%)}.password-toggle:hover,.password-toggle:focus-visible{opacity:1}.password-toggle svg{width:1.4rem;height:1.4rem}.password-toggle{color:#fff;background:#111827b8;border:1px solid #ffffff2e;border-radius:999px;box-shadow:0 2px 8px #0000002e}.password-toggle:hover,.password-toggle:focus-visible{color:#fff;opacity:1;background:#111827eb}.cinema-shell{isolation:isolate;box-sizing:border-box;background:#02050a;min-height:100vh;padding:42px 24px;position:relative;overflow:hidden auto}.cinema-shell .login-background{display:none!important}.cinema-shell:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(90deg,#0000003d,#0000000a 37%,#00000014 68%,#0000004d),url(/cinema/studio-background.webp) 50%/cover no-repeat;position:fixed;inset:0}.cinema-shell:after{content:"";z-index:1;pointer-events:none;background:radial-gradient(720px 650px at 50% 49%,#0000000d,#00000061 100%);position:fixed;inset:0}.cinema-valance{display:none!important}.cinema-curtain{z-index:20;pointer-events:none;width:clamp(150px,18vw,350px);top:0;bottom:0;overflow:visible;box-shadow:none!important;background:0 0!important;position:fixed!important;transform:none!important}.cinema-curtain:before{content:"";z-index:2;will-change:transform;background:linear-gradient(#ffffff1a,#0000 14%,#00000094),repeating-linear-gradient(90deg,#210204 0,#590710 24px,#ae1b2b 47px,#5b0710 70px,#260204 94px);width:51vw;transition:transform 1.65s cubic-bezier(.62,0,.23,1);position:fixed;top:0;bottom:0;box-shadow:inset 0 0 100px #000000c2,0 0 80px #000000c2}.cinema-curtain:after{content:"";z-index:1;opacity:0;filter:drop-shadow(17px 13px 25px #000000c7);background:url(/cinema/curtain-left.webp) 0 0/100% 100% no-repeat;transition:opacity .72s .8s;position:absolute;inset:0}.cinema-curtain-left{left:0}.cinema-curtain-right{right:0}.cinema-curtain-left:before{left:0}.cinema-curtain-right:before{right:0}.cinema-curtain-right:after{transform:scaleX(-1)}.cinema-shell.intro-open .cinema-curtain-left:before{transform:translate(-104%)}.cinema-shell.intro-open .cinema-curtain-right:before{transform:translate(104%)}.cinema-shell.intro-open .cinema-curtain:after{opacity:1}.cinema-chair{z-index:3!important;opacity:0!important;pointer-events:none!important;filter:brightness(.65)saturate(.84)drop-shadow(16px 23px 22px #000c)!important;background:url(/cinema/director-chair.webp) 0 100%/contain no-repeat!important;width:clamp(245px,25vw,430px)!important;height:clamp(330px,37vw,610px)!important;transition:opacity 1.05s .8s,transform 1.05s .8s!important;position:fixed!important;bottom:clamp(10px,2.5vh,32px)!important;left:clamp(18px,4vw,84px)!important;transform:translateY(22px)!important}.cinema-chair:before,.cinema-chair:after,.cinema-chair span{display:none!important}.cinema-shell.intro-open .cinema-chair{opacity:.56!important;transform:translateY(0)!important}.cinema-shell .login-panel{z-index:10!important;box-sizing:border-box!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;opacity:0!important;background:linear-gradient(150deg,#08111be8,#02070df0)!important;border:1px solid #caa86961!important;border-radius:22px!important;width:min(680px,100vw - 100px)!important;min-height:0!important;margin:auto!important;padding:clamp(38px,4.5vw,62px) clamp(34px,5.2vw,72px) clamp(36px,4.2vw,55px)!important;transition:opacity .9s .78s,transform .9s .78s!important;position:relative!important;transform:translateY(18px)scale(.985)!important;box-shadow:0 35px 95px #000000b3,inset 0 1px #ffffff0f!important}.cinema-shell.intro-open .login-panel{opacity:1!important;transform:translateY(0)scale(1)!important}.cinema-shell .eyebrow{color:#c6ae84!important;letter-spacing:.45em!important;margin-bottom:19px!important;font-size:clamp(.72rem,.95vw,.9rem)!important;font-weight:700!important}.cinema-shell .login-panel h1{color:#e9dcc3!important;letter-spacing:.055em!important;text-shadow:0 8px 28px #0000009e!important;margin:0!important;font-family:Georgia,Times New Roman,serif!important;font-size:clamp(3rem,5.4vw,5.25rem)!important;font-weight:500!important;line-height:1!important}.cinema-title-divider{justify-content:center;align-items:center;gap:12px;width:245px;max-width:72%;margin:24px auto 16px;display:flex}.cinema-title-divider span{background:linear-gradient(90deg,#0000,#d2a457f5);width:92px;height:1px}.cinema-title-divider span:last-child{background:linear-gradient(90deg,#d2a457f5,#0000)}.cinema-title-divider strong{color:#d5a554;font-size:.95rem}.cinema-shell .server-name{color:#e8ddc8cc!important;margin:0 0 31px!important;font-size:clamp(.98rem,1.35vw,1.18rem)!important}.cinema-shell .login-form{gap:15px!important;width:min(100%,550px)!important;margin:0 auto!important}.cinema-shell .login-form input{box-sizing:border-box!important;color:#efe6d8!important;background-color:#03090fe0!important;border:1px solid #bea67f57!important;border-radius:9px!important;width:100%!important;height:64px!important;padding:0 62px 0 56px!important;font-size:1rem!important;box-shadow:inset 0 2px 5px #000000a8,0 0 0 1px #00000038!important}.cinema-shell .login-form input[type=text]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 24 24' fill='none' stroke='%23c8b89e' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E")!important;background-position:19px!important;background-repeat:no-repeat!important}.cinema-shell .password-field input{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23c8b89e' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='10' rx='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E")!important;background-position:19px!important;background-repeat:no-repeat!important}.cinema-shell .login-form input::placeholder{color:#cdc1af9c!important}.cinema-shell .login-form input:focus{border-color:#e2b668eb!important;outline:3px solid #e2b66824!important}.cinema-shell .password-toggle{color:#f2e7d4!important;opacity:1!important;background:#0d151df7!important;border:1px solid #e1ceaf3d!important;border-radius:50%!important;width:42px!important;height:42px!important;right:12px!important;box-shadow:0 5px 15px #0000007a,inset 0 1px #ffffff12!important}.cinema-shell .password-toggle:hover{color:#f2cf8c!important;background:#2a323bfa!important}.cinema-shell .login-button{color:#171005!important;background:linear-gradient(110deg,#efd39b 0%,#d4a85e 52%,#9c6d2f 100%)!important;border:1px solid #ffe7b58a!important;border-radius:8px!important;min-height:64px!important;margin-top:6px!important;font-family:Georgia,Times New Roman,serif!important;font-size:1.12rem!important;font-weight:700!important;box-shadow:0 14px 34px #0000006e,inset 0 1px #ffffff73!important}.cinema-shell .login-button:hover{filter:brightness(1.08);transform:translateY(-1px)}@media (width<=850px){.cinema-shell{padding:28px 13px}.cinema-curtain{width:clamp(66px,14vw,112px)}.cinema-chair{width:250px!important;height:340px!important;bottom:2px!important;left:-44px!important}.cinema-shell.intro-open .cinema-chair{opacity:.23!important}.cinema-shell .login-panel{border-radius:18px!important;width:min(100%,590px)!important;padding:42px 29px 37px!important}.cinema-shell .login-panel h1{font-size:clamp(2.45rem,11vw,4.25rem)!important}}@media (prefers-reduced-motion:reduce){.cinema-curtain:before{display:none}.cinema-curtain:after{opacity:1}.cinema-shell .login-panel{opacity:1!important;transform:none!important}.cinema-chair{opacity:.52!important;transform:none!important}}.cinema-chair{transition:opacity .9s .75s!important;position:fixed!important;transform:none!important}.cinema-shell.intro-open .cinema-chair{transform:none!important}@media (width<=850px){.cinema-chair,.cinema-shell.intro-open .cinema-chair{transform:none!important}}html,body,#root{width:100%;min-width:0;min-height:100%;margin:0}body{overflow-x:hidden}.cinema-shell{box-sizing:border-box!important;place-items:center!important;width:100%!important;min-width:0!important;min-height:100dvh!important;padding:clamp(14px,3vh,42px) clamp(12px,2vw,28px)!important;display:grid!important;overflow:hidden auto!important}.cinema-shell:before{background-position:50%!important;background-size:cover!important}.cinema-shell .login-panel{box-sizing:border-box!important;width:min(680px,100vw - 32px)!important;max-width:100%!important;margin:auto!important;padding:clamp(28px,5vh,62px) clamp(22px,5vw,72px) clamp(26px,4.5vh,55px)!important}.cinema-shell .login-panel h1{overflow-wrap:normal;white-space:nowrap;font-size:clamp(2.35rem,6vw,5.25rem)!important}.cinema-shell .login-form{box-sizing:border-box!important;width:min(100%,550px)!important}.cinema-shell .password-field,.cinema-shell .login-form input,.cinema-shell .login-button{max-width:100%!important}.cinema-curtain{width:clamp(76px,18vw,350px)!important}.cinema-chair{width:clamp(190px,24vw,430px)!important;height:clamp(260px,36vw,610px)!important;bottom:clamp(0px,2vh,32px)!important;left:clamp(-35px,3vw,84px)!important}@media (height<=820px){.cinema-shell{place-items:start center!important}.cinema-shell .login-panel{margin-top:10px!important;margin-bottom:10px!important;padding:clamp(22px,3.5vh,38px) clamp(24px,4vw,58px) clamp(22px,3.5vh,36px)!important}.cinema-shell .eyebrow{margin-bottom:10px!important}.cinema-shell .login-panel h1{font-size:clamp(2.3rem,5vw,4rem)!important}.cinema-title-divider{margin-top:15px!important;margin-bottom:10px!important}.cinema-shell .server-name{margin-bottom:20px!important}.cinema-shell .login-form input{height:55px!important}.cinema-shell .login-button{min-height:55px!important}.cinema-chair{width:clamp(180px,21vw,340px)!important;height:clamp(245px,31vw,475px)!important}}@media (height<=620px){.cinema-shell{padding-top:12px!important;padding-bottom:12px!important}.cinema-shell .login-panel{padding:20px 28px!important}.cinema-shell .login-panel h1{font-size:clamp(2rem,4.5vw,3.25rem)!important}.cinema-shell .eyebrow{font-size:.66rem!important}.cinema-title-divider{margin:10px auto 8px!important}.cinema-shell .server-name{margin-bottom:14px!important}.cinema-shell .login-form{gap:10px!important}.cinema-shell .login-form input{height:49px!important}.cinema-shell .login-button{min-height:49px!important}.cinema-chair{opacity:.3!important}}@media (width<=600px){.cinema-shell{padding:max(14px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) max(14px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left))!important}.cinema-shell .login-panel{border-radius:16px!important;width:calc(100vw - 22px)!important;padding:32px 20px 27px!important}.cinema-shell .login-panel h1{letter-spacing:.035em!important;font-size:clamp(2.05rem,11vw,3.4rem)!important}.cinema-shell .eyebrow{letter-spacing:.3em!important}.cinema-title-divider{width:190px!important}.cinema-shell .login-form input{height:57px!important;padding-left:50px!important;padding-right:56px!important}.cinema-shell .login-button{min-height:57px!important}.cinema-curtain{width:clamp(55px,14vw,88px)!important}.cinema-chair{width:225px!important;height:310px!important;left:-65px!important}.cinema-shell.intro-open .cinema-chair{opacity:.2!important}}@media (width>=1800px){.cinema-shell .login-panel{width:min(720px,100vw - 160px)!important}.cinema-curtain{width:clamp(280px,18vw,390px)!important}}.cinema-shell:not(.intro-open){overflow:hidden!important}.cinema-entry-control{--pull-distance:0px;z-index:60;pointer-events:none;opacity:1;visibility:visible;transition:opacity .45s,visibility linear;position:fixed;inset:0}.cinema-entry-control.is-open{opacity:0;visibility:hidden;transition:opacity .45s,visibility 0s linear .45s}.cinema-entry-control:before{content:"";background:linear-gradient(#511018 0%,#a62b39 43%,#68141e 62%,#29070b 100%);border-top:1px solid #ffdda138;border-bottom:1px solid #2d1404bf;height:18px;position:absolute;top:43%;left:0;right:0;transform:translateY(-50%);box-shadow:0 8px 18px #0000008c,inset 0 1px #ffffff1f}.cinema-gift-bow{pointer-events:none;filter:drop-shadow(0 14px 15px #000000bf);width:194px;height:108px;position:absolute;top:43%;left:50%;transform:translate(-50%,-50%)}.cinema-gift-bow:before,.cinema-gift-bow:after{content:"";background:radial-gradient(at 62%,#b52f3f 0%,#781722 47%,#39080d 78%,#170304 100%);border:3px solid #cda45c;width:90px;height:62px;position:absolute;top:14px;box-shadow:inset 0 5px 12px #ffffff1a,inset 0 -8px 16px #0000007a}.cinema-gift-bow:before{border-radius:72% 25% 68% 30%;right:50%;transform:translate(8px)rotate(17deg)}.cinema-gift-bow:after{border-radius:25% 72% 30% 68%;left:50%;transform:translate(-8px)rotate(-17deg)}.cinema-bow-knot{z-index:2;color:#261705;background:radial-gradient(circle at 35% 28%,#fff0bd 0%,#dab05d 38%,#9a6825 75%,#54320d 100%);border:3px solid #f0d696;border-radius:50%;place-items:center;width:58px;height:58px;font-size:19px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 18px #00000094,inset 0 2px 3px #ffffff80}.cinema-pull-control{pointer-events:auto;touch-action:none;cursor:ns-resize;background:0 0;border:0;outline:0;width:150px;height:250px;padding:0;position:absolute;top:calc(43% + 21px);left:50%;transform:translate(-50%)}.cinema-rope-line{width:10px;height:calc(85px + var(--pull-distance));background:repeating-linear-gradient(135deg,#fff0b0 0 5px,#bd8731 5px 10px,#765018 10px 15px);border-radius:999px;transition:height .16s ease-out;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:-2px 0 3px #ffebaa47,3px 4px 7px #00000094}.cinema-rope-handle{top:calc(70px + var(--pull-distance));background:radial-gradient(circle at 35% 24%,#fff0bc,#d2a34b 42%,#8b5c1d 76%,#4c2d09);border:2px solid #efd794;border-radius:48% 48% 42% 42%;width:62px;height:74px;transition:top .16s ease-out,filter .2s;display:block;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 11px 23px #0000009e,inset 0 2px 4px #ffffff5c}.cinema-rope-handle:before{content:"";border:5px solid #b9852f;border-bottom:0;border-radius:50% 50% 0 0;width:30px;height:22px;position:absolute;top:-13px;left:50%;transform:translate(-50%)}.cinema-rope-handle:after{content:"";clip-path:polygon(0 0,100% 0,88% 100%,72% 70%,58% 100%,43% 70%,28% 100%,13% 70%);filter:drop-shadow(0 5px 3px #00000073);background:repeating-linear-gradient(90deg,#efd58a 0 4px,#a97526 4px 8px,#704412 8px 12px);height:35px;position:absolute;bottom:-28px;left:9px;right:9px}.cinema-rope-handle span{border:1px solid #43260680;border-radius:50%;position:absolute;inset:13px}.cinema-pull-control:hover .cinema-rope-handle,.cinema-pull-control:focus-visible .cinema-rope-handle{filter:brightness(1.14)}.cinema-pull-control:focus-visible{outline-offset:5px;border-radius:24px;outline:3px solid #efd28fbf}.cinema-entry-instructions{top:calc(43% + 177px + var(--pull-distance));color:#f5e7ce;pointer-events:none;text-align:center;text-shadow:0 3px 9px #000000f2;gap:7px;width:min(340px,100vw - 40px);transition:top .16s ease-out;display:grid;position:absolute;left:50%;transform:translate(-50%)}.cinema-entry-instructions strong{letter-spacing:.05em;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.05rem,2vw,1.35rem);font-weight:600}.cinema-entry-instructions span{color:#f5e7ceb8;letter-spacing:.09em;font-size:clamp(.72rem,1.4vw,.9rem)}.cinema-shell:not(.intro-open) .login-panel{pointer-events:none!important}:fullscreen{width:100%!important;min-height:100vh!important;margin:0!important}:fullscreen body{width:100%!important;min-height:100vh!important;margin:0!important}:fullscreen #root{width:100%!important;min-height:100vh!important;margin:0!important}:fullscreen .cinema-shell{width:100%!important;min-height:100vh!important;margin:0!important}:-webkit-full-screen{width:100%!important;min-height:100vh!important;margin:0!important}:-webkit-full-screen body{width:100%!important;min-height:100vh!important;margin:0!important}:-webkit-full-screen #root{width:100%!important;min-height:100vh!important;margin:0!important}:-webkit-full-screen .cinema-shell{width:100%!important;min-height:100vh!important;margin:0!important}@media (width<=600px){.cinema-gift-bow{width:152px;height:90px}.cinema-gift-bow:before,.cinema-gift-bow:after{width:70px;height:50px}.cinema-bow-knot{width:51px;height:51px}.cinema-entry-control:before{height:14px}.cinema-entry-instructions{top:calc(43% + 170px + var(--pull-distance))}}@media (prefers-reduced-motion:reduce){.cinema-entry-control,.cinema-rope-line,.cinema-rope-handle,.cinema-entry-instructions{transition:none!important}}:root{--niko-black:#02050a;--niko-blue:#08131f;--niko-blue-soft:#122235;--niko-red:#781722;--niko-red-dark:#35070c;--niko-gold:#d4a85e;--niko-gold-light:#efd39b;--niko-gold-dark:#9c6d2f;--niko-cream:#e9dcc3;--niko-text:#f2eee7;--niko-muted:#aaa294}.app-shell{min-height:100vh;color:var(--niko-text);background:radial-gradient(ellipse 900px 520px at 50% -10%, #435b7a3d, transparent 68%), linear-gradient(145deg, var(--niko-blue) 0%, var(--niko-black) 55%, #000 100%)}.topbar{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#040b12f7,#03090fe8);border-bottom:1px solid #d4a85e3d;justify-content:space-between;align-items:center;min-height:76px;padding:0 clamp(18px,4vw,64px);display:flex;position:sticky;top:0;box-shadow:0 12px 32px #00000073,inset 0 -1px #ffffff06}.topbar .brand{color:var(--niko-cream);letter-spacing:.15em;text-shadow:0 4px 14px #000000a6;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.25rem,2.1vw,1.75rem);font-weight:600}.profile-button{min-width:145px;color:var(--niko-cream);text-align:right;cursor:pointer;background:linear-gradient(145deg,#172637f2,#071019f5);border:1px solid #d4a85e57;border-radius:12px;gap:2px;padding:10px 17px;display:grid;box-shadow:0 8px 21px #00000057,inset 0 1px #ffffff0d}.profile-button:hover,.profile-button:focus-visible{background:linear-gradient(145deg,#2a3b4efa,#0c1824fa);border-color:#efd39bb8}.profile-button strong{color:var(--niko-cream);font-size:.96rem}.profile-button span{color:var(--niko-muted);font-size:.75rem}.hero{background:linear-gradient(90deg,#010408f5 0%,#040c15c7 48%,#22080d8a 100%),radial-gradient(at 78% 24%,#78172259,#0000 52%);border-bottom:1px solid #d4a85e2e;align-items:flex-end;min-height:clamp(240px,34vw,430px);padding:clamp(45px,8vw,110px) clamp(22px,6vw,92px) clamp(42px,6vw,76px);display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:linear-gradient(118deg,#0000 0%,#efd39b0e 36%,#0000 57%);position:absolute;inset:0}.hero-content{z-index:1;max-width:780px;position:relative}.hero .eyebrow{color:var(--niko-gold);letter-spacing:.34em;margin:0 0 14px;font-size:.77rem;font-weight:700}.hero h1{color:var(--niko-cream);text-shadow:0 8px 28px #000000bf;margin:0 0 17px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.3rem,5.2vw,5.15rem);font-weight:500;line-height:1.02}.hero p{color:#f2eee7b8;max-width:620px;margin:0;font-size:clamp(.96rem,1.4vw,1.15rem);line-height:1.65}.content-section{width:min(1500px,100% - 40px);margin:0 auto;padding:clamp(38px,5vw,72px) 0 90px}.content-section>h2,.items-section>h2{color:var(--niko-cream);letter-spacing:.025em;margin:0 0 25px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.55rem,2.7vw,2.35rem);font-weight:500;position:relative}.content-section>h2:after,.items-section>h2:after{content:"";background:linear-gradient(90deg, var(--niko-gold), transparent);width:80px;height:2px;margin-top:11px;display:block}.library-row{grid-template-columns:repeat(auto-fit,minmax(min(235px,100%),1fr));gap:17px;margin-bottom:clamp(42px,6vw,75px);display:grid}.library-card{min-height:132px;color:var(--niko-text);text-align:left;cursor:pointer;background:linear-gradient(145deg,#122235f5,#050e17fa);border:1px solid #abbdd22b;border-radius:15px;gap:8px;padding:25px 23px;transition:transform .22s,border-color .22s,box-shadow .22s,background .22s;display:grid;position:relative;overflow:hidden;box-shadow:0 16px 32px #0000004d,inset 0 1px #ffffff0b}.library-card:before{content:"";background:0 0;width:4px;transition:background .22s;position:absolute;top:0;bottom:0;left:0}.library-card:hover,.library-card:focus-visible{border-color:#d4a85e80;transform:translateY(-3px);box-shadow:0 22px 42px #0000006b,inset 0 1px #ffffff0e}.library-card.active{background:linear-gradient(145deg,#54121bf7,#1d070cfc);border-color:#efd39ba1;box-shadow:0 20px 44px #0000006e,0 0 0 1px #7817228c}.library-card.active:before{background:linear-gradient(180deg, var(--niko-gold-light), var(--niko-gold-dark))}.library-number{color:var(--niko-gold);letter-spacing:.15em;font-family:Georgia,Times New Roman,serif;font-size:.88rem}.library-card strong{color:var(--niko-cream);font-size:1.1rem}.library-card small{color:var(--niko-muted);font-size:.78rem}.items-section{padding-top:4px}.poster-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:clamp(17px,2vw,27px);display:grid}.poster-card{min-width:0;color:var(--niko-text);background:linear-gradient(#0d1927fa,#040b12fa);border:1px solid #a8bcd321;border-radius:13px;padding:0 0 15px;transition:transform .22s,border-color .22s,box-shadow .22s;overflow:hidden;box-shadow:0 14px 28px #00000057}.poster-card.playable{cursor:pointer}.poster-card.playable:hover,.poster-card.playable:focus-visible{border-color:#d4a85e99;transform:translateY(-5px);box-shadow:0 24px 44px #00000080,0 0 0 1px #78172261}.poster-image{aspect-ratio:2/3;background:linear-gradient(145deg, var(--niko-blue-soft), var(--niko-black));width:100%;position:relative;overflow:hidden}.poster-image:after{content:"";pointer-events:none;background:linear-gradient(#0000 67%,#0000006b);position:absolute;inset:0}.poster-image img{object-fit:cover;width:100%;height:100%;transition:transform .36s,filter .36s}.poster-card:hover .poster-image img{filter:brightness(1.05);transform:scale(1.025)}.poster-image>span{width:100%;height:100%;color:var(--niko-gold);place-items:center;font-family:Georgia,Times New Roman,serif;font-size:3rem;display:grid}.poster-card>strong{color:var(--niko-cream);text-overflow:ellipsis;white-space:nowrap;padding:14px 14px 0;font-size:.95rem;line-height:1.35;display:block;overflow:hidden}.poster-card>small{color:var(--niko-muted);padding:5px 14px 0;display:block}.empty-message,.items-section>p{color:var(--niko-muted)}.content-error,.error-message{color:#f3d6d9;background:#7817224d;border:1px solid #c24b5b78;border-radius:10px}.player-overlay{z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:radial-gradient(#0e1926b8,#000000f5);place-items:center;padding:clamp(12px,3vw,42px);display:grid;position:fixed;inset:0}.player-window{background:#000;border:1px solid #d4a85e6b;border-radius:16px;width:min(1500px,100%);max-height:calc(100vh - 30px);overflow:hidden;box-shadow:0 34px 100px #000000db,0 0 0 1px #7817225c}.player-header{background:linear-gradient(#101d2cfa,#040b12fa);border-bottom:1px solid #d4a85e40;justify-content:space-between;align-items:center;min-height:63px;padding:0 20px 0 24px;display:flex}.player-header strong{color:var(--niko-cream);font-family:Georgia,Times New Roman,serif;font-size:1.05rem;font-weight:500}.player-close{width:39px;height:39px;color:var(--niko-cream);cursor:pointer;background:#781722b8;border:1px solid #efd39b57;border-radius:50%;place-items:center;padding:0;display:grid}.player-close:hover,.player-close:focus-visible{background:var(--niko-red);border-color:#efd39bb8}.video-player{background:#000;width:100%;max-height:calc(100vh - 115px);display:block}.player-loading,.player-error{min-height:330px;color:var(--niko-cream);place-items:center;padding:28px;display:grid}.player-error{color:#f1c7cc;background:#500c145c}@media (width<=700px){.topbar{min-height:66px;padding:0 13px}.profile-button{min-width:118px;padding:8px 12px}.hero{min-height:260px;padding:54px 20px 40px}.content-section{width:calc(100% - 24px);padding-top:34px}.library-row{grid-template-columns:1fr}.poster-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.poster-card>strong{font-size:.84rem}.player-overlay{padding:0}.player-window{border-radius:0;width:100%;max-height:100vh}.video-player{max-height:calc(100vh - 63px)}}@media (width>=1800px){.content-section{width:min(1650px,100% - 90px)}.poster-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}}.jellyfin-web-shell{z-index:500;background:#000;width:100vw;height:100dvh;position:fixed;inset:0;overflow:hidden}.jellyfin-web-frame{background:#000;border:0;width:100%;height:100%;display:block}.jellyfin-web-exit{top:max(14px, env(safe-area-inset-top));right:max(16px, env(safe-area-inset-right));z-index:520;color:#e9dcc3;cursor:pointer;opacity:.45;background:linear-gradient(145deg,#5c0d18f5,#26050af7);border:1px solid #efd39b85;border-radius:10px;padding:11px 17px;font-family:Georgia,Times New Roman,serif;font-size:.88rem;transition:opacity .2s,filter .2s;position:fixed;box-shadow:0 9px 24px #0000009e}.jellyfin-web-exit:hover,.jellyfin-web-exit:focus-visible{opacity:1;filter:brightness(1.12)}:-webkit-any(:fullscreen .jellyfin-web-shell,:-webkit-full-screen .jellyfin-web-shell){width:100vw!important;height:100dvh!important}:is(:fullscreen .jellyfin-web-shell,:fullscreen .jellyfin-web-shell){width:100vw!important;height:100dvh!important}.auth-text-link{color:#e7ca91eb;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:.88rem;text-decoration:none}.auth-text-link:hover,.auth-text-link:focus-visible{color:#fff2ce;text-decoration:underline}.forgot-password-link{align-self:flex-end;margin-top:-4px}.auth-back-link{align-self:center;margin-top:4px}.signup-separator{color:#ede0c685;align-items:center;gap:10px;width:100%;margin-top:5px;font-size:.7rem;display:flex}.signup-separator span{background:#e8ce9a38;flex:1;height:1px}.signup-prompt{color:#f5eee0d1;text-align:center;margin:0;font-size:.9rem}.signup-prompt a{color:#e7ca91;font-weight:700;text-decoration:none}.signup-prompt a:hover,.signup-prompt a:focus-visible{color:#fff2ce;text-decoration:underline}.recovery-heading{text-align:center;gap:5px;margin-bottom:5px;display:grid}.recovery-heading strong{color:#fff5df;font-family:Georgia,Times New Roman,serif;font-size:1.15rem}.recovery-heading span{color:#f5eee0b8;font-size:.86rem;line-height:1.35}.success-message{box-sizing:border-box;color:#efffe7;background:#265b2d6b;border:1px solid #92d68e6b;border-radius:8px;width:100%;padding:10px 12px;font-size:.84rem;line-height:1.35}.recovery-form{animation:.25s nikovideo-auth-appear}@keyframes nikovideo-auth-appear{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.jellyfin-web-exit{display:none!important}
