.video-list{background-color:#60935d;border-radius:12px;padding:5%;height:100%;display:flex;flex-direction:column}.video-list h2{margin-top:0;margin-bottom:1rem;color:#bab700;flex-shrink:0;text-shadow:0 2px 4px rgba(0,0,0,.2);font-size:1.5rem;padding:.5rem 1rem;background-color:#1412041a;border-radius:8px}.video-grid{display:grid;gap:.5rem;overflow-y:auto;padding-right:.2rem;scrollbar-width:none;-ms-overflow-style:none;grid-template-columns:1fr;height:calc(100% - 4rem)}.video-grid::-webkit-scrollbar{display:none}.video-item{background-color:#141204;border-radius:8px;padding:.8rem;cursor:pointer;transition:all .3s ease;border:1px solid transparent;transform-style:preserve-3d;display:flex;align-items:center;gap:.8rem;height:calc((100% - 1rem) / 3);min-height:80px}.video-item:hover{background-color:#1a1805;transform:translateY(-2px);border-color:#bab700;box-shadow:0 4px 8px #0003}.video-thumbnail{background-color:#060502;border-radius:4px;width:100px;height:56px;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.play-icon{font-size:2rem;color:#bab700;opacity:.7;transition:opacity .3s ease}.video-item:hover .play-icon{opacity:1}.video-name{font-size:.9rem;color:#bbdfc5;word-break:break-word;padding:0;flex:1}.loading,.error{text-align:center;padding:2rem;color:#bbdfc5}.error{color:#ff6b6b}.loading{display:flex;justify-content:center;align-items:center;height:100%;min-height:200px}.spinner{width:50px;height:50px;border:5px solid rgba(187,183,0,.1);border-left-color:#bab700;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 1024px){.video-list{max-height:500px;padding:1rem}.video-list h2{font-size:1.2rem;margin-bottom:1rem}}.video-player{background-color:#60935d;border-radius:12px;padding:3%;width:100%;box-shadow:0 4px 12px #00000026;height:calc(100vh - 100px);display:flex;flex-direction:column}.video-player h2{margin:.8rem 1rem;color:#bab700;text-shadow:0 2px 4px rgba(0,0,0,.2);font-size:clamp(1.2rem,2vw,1.8rem);padding:.5rem 1rem;background-color:#1412041a;border-radius:8px;display:inline-block;max-width:calc(100% - 2rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-element{width:100%;border-radius:0;background-color:#141204;height:calc(100vh - 200px);box-shadow:0 4px 12px #0000004d;object-fit:contain}.video-player.empty{display:flex;align-items:center;justify-content:center;height:calc(100vh - 100px);background-color:#60935d;background-image:linear-gradient(45deg,#60935d 25%,#548553 25%,#548553 50%,#60935d 50%,#60935d 75%,#548553 75%,#548553);background-size:56.57px 56.57px}.placeholder{text-align:center;color:#bbdfc5;background-color:#141204cc;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.placeholder h2{margin-bottom:1rem;color:#bab700;font-size:2rem;padding:.5rem 1rem;background-color:#14120433;border-radius:8px;display:inline-block}.placeholder p{margin:0;font-size:1.1rem;line-height:1.5}@media (max-width: 1024px){.video-player{position:relative;margin-bottom:2rem;padding:1rem}.video-player h2{margin:.5rem .8rem 1rem;font-size:clamp(1rem,1.5vw,1.4rem);padding:.4rem .8rem}.placeholder h2{font-size:1.6rem}.placeholder p{font-size:1rem}}@media (max-width: 480px){.video-player h2{margin:.4rem .6rem .8rem;font-size:clamp(.9rem,1.2vw,1.2rem);padding:.3rem .6rem}}#root{width:100%;margin:0;padding:0}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.app{min-height:100vh;background-color:#141204;color:#bbdfc5;display:flex;flex-direction:column}.app-header{background-color:#60935d;padding:1rem;text-align:center;box-shadow:0 2px 4px #0000004d;position:sticky;top:0;z-index:100}.logo-container{display:flex;align-items:center;justify-content:center;gap:1rem}.app-logo{height:40px;width:auto;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.app-header h1{margin:0;font-size:2rem;color:#bab700;text-shadow:0 2px 4px rgba(0,0,0,.2)}.app-main{flex:1;position:relative;height:calc(100vh - 72px);padding:clamp(.5rem,1vw,1rem) clamp(1rem,4vw,4rem);box-sizing:border-box;overflow:hidden}.content{display:grid;grid-template-columns:minmax(65%,70%) minmax(28%,30%);gap:clamp(1rem,3vw,3rem);height:100%;max-width:1600px;margin:0 auto;position:relative}.content>:nth-child(2){overflow-y:auto;height:calc(100vh - 120px);max-height:calc(100vh - 120px);position:relative;padding:clamp(.5rem,1vw,1rem);background-color:#60935d1a;border-radius:12px;border:1px solid #60935D}.content>:nth-child(1){position:relative;height:calc(100vh - 120px);padding:0;overflow:hidden}.video-player{max-height:calc(100vh - 160px);overflow:hidden}.video-element{max-height:calc(100vh - 240px);object-fit:contain}@media (min-width: 1441px){.content{gap:2rem}.content>:nth-child(2){height:calc(100vh - 140px);max-height:calc(100vh - 140px)}.content>:nth-child(1){height:calc(100vh - 140px)}}@media (max-width: 1440px) and (min-width: 1025px){.content{gap:clamp(1.5rem,2vw,2.5rem)}}@media (max-width: 1024px) and (min-width: 768px){.app-main{padding:clamp(1rem,2vw,2rem);height:auto;min-height:calc(100vh - 72px);overflow-y:auto}.content{grid-template-columns:1fr;gap:clamp(1.5rem,2vw,2rem)}.content>:nth-child(1){height:calc(100vh - 130px)}.content>:nth-child(2){height:auto;max-height:50vh}}@media (max-width: 767px){.app-main{padding:1rem;height:auto;min-height:calc(100vh - 72px);overflow-y:auto}.content{grid-template-columns:1fr;gap:1rem}.content>:nth-child(1){height:calc(100vh - 100px)}.content>:nth-child(2){height:auto;max-height:40vh}.app-logo{height:28px}}@media (max-width: 480px){.app-main{padding:.5rem}.content>:nth-child(1){height:calc(100vh - 90px)}.content>:nth-child(2){max-height:35vh}}@media (min-height: 1080px){.content>:nth-child(2){max-height:70vh}}@media (max-height: 600px){.content>:nth-child(2){max-height:30vh}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
