.header{background:#000;width:100%;position:sticky;top:0;right:0;left:0;z-index:1000;padding:10px 0}.header__content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 20px}.header__logo{display:flex;align-items:center}.header__logo img{width:150px;height:50px;object-fit:contain}.header__nav{flex:1;display:flex;justify-content:right;padding:0 12px}.header__nav ul{list-style:none;margin:0;padding:0;display:flex;gap:20px}.header__nav-link{text-decoration:none;color:#fff;font-size:1rem;transition:color .3s ease}.header__nav-link:hover{color:#f1f1f1;font-weight:bold}.header__nav-link.header__nav-link--active{color:#f1f1f1}.header__logout{display:flex;align-items:center}.header__logout-button{background:rgba(0,0,0,0);color:#fff;border:1px solid #fff;padding:8px 16px;border-radius:4px;font-size:.9rem;cursor:pointer;transition:background .3s ease}.header__logout-button:hover{background:#f1f1f1;color:#000}
.vl-player-container{max-width:1200px;margin:0 auto;padding:20px}.vl-player-spinner{width:40px;height:40px;border:4px solid #f1f1f1;border-top:4px solid #1474db;border-radius:50%;animation:spin 1s linear infinite;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.vl-player-error-message{position:fixed;bottom:20px;left:20px;color:#b91717;background:#fde6e6;border:1px solid #b91717;border-radius:4px;padding:12px 20px;font-size:1rem;line-height:1.5rem;max-width:338px;z-index:10}.vl-player-content{position:relative;width:100%;max-width:900px;margin:0 auto;aspect-ratio:16/9}.vl-player-security-wall{position:absolute;top:0;left:0;width:100%;height:100%;background:#1c1c1c;display:flex;justify-content:center;align-items:center;z-index:10}.vl-player-security-wall-message{background:#1c1c1c;padding:20px;border-radius:8px;text-align:center}.vl-player-security-wall-message p{margin:0;font-size:1.2rem;color:#fff}.vl-player-tve-button{margin:0 auto;text-align:left;max-width:900px}.vl-player-loading-spinner{text-align:center;font-size:1.2rem;color:#666;padding:20px}.video-js{width:100%;height:100%;max-height:500px}
.tray{padding:20px 0;width:100%;max-width:1200px;margin:0 auto}.tray__header{margin:6px}.tray__header .tray__title{font-size:1.2rem;color:#fff;text-align:left;margin-bottom:15px;padding:0 16px}.tray__carousel{display:flex;overflow-x:auto;overflow-y:hidden;gap:20px;padding:0 20px 10px;max-width:1200px;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#646465 #f1f1f1}.tray__carousel::-webkit-scrollbar{height:8px;display:block}.tray__carousel::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.tray__carousel::-webkit-scrollbar-thumb{background:#646465;border-radius:4px}.tray__item{flex:0 0 260px;cursor:pointer;transition:transform .3s ease;overflow:hidden}.tray__item:hover{transform:scale(1.05)}.tray__image{width:260px;object-fit:cover;border-radius:4px}.tray__title{margin:10px 0 0;padding:2px;font-size:.9rem;color:#fff;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width: 756px){.tray__item{flex:0 0 200px}.tray__image{width:200px}}
.home-page{display:flex;flex-direction:column;min-height:100vh;width:100%}
.notfound-page{display:flex;flex-direction:column;min-height:100vh}.notfound-page .notfound-main{flex:1;max-width:1200px;margin:0 auto;padding:20px;text-align:center;display:flex;flex-direction:column;justify-content:center;gap:20px}.notfound-page .notfound-main .notfound-title{font-size:2.5rem;color:#a39f9f;margin:0}.notfound-page .notfound-main .notfound-description{font-size:1.2rem;color:#666;line-height:1.6;margin:0}.notfound-page .notfound-main .notfound-home-link{display:inline-block;background:#716a6a;color:#e2e0e0;padding:10px 20px;border-radius:4px;text-decoration:none;font-size:1rem;transition:background .3s ease}.notfound-page .notfound-main .notfound-home-link:hover{background:#535050}
body{background-color:#1f2127;padding:0;margin:0;color:#fff;font-family:"Segoe UI",sans-serif}
