*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#1a1a1a;color:#fff;display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px}.container{width:100%;max-width:1200px}.player-wrapper{background:#000;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000004d}video{width:100%;height:auto;display:block}.controls{background:#2a2a2a;padding:20px;border-radius:0 0 8px 8px}.input-group{margin-bottom:15px}label{display:block;margin-bottom:5px;font-size:14px;color:#aaa}input[type=text]{width:100%;padding:10px;background:#1a1a1a;border:1px solid #444;border-radius:4px;color:#fff;font-size:14px}input[type=text]:focus{outline:none;border-color:#06c}button{background:#06c;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:14px;margin-right:10px;transition:background .2s}button:hover{background:#0052a3}button:disabled{background:#444;cursor:not-allowed}.status{margin-top:15px;padding:10px;background:#1a1a1a;border-radius:4px;font-size:13px;min-height:20px}.status.error{color:#ff6b6b}.status.success{color:#51cf66}.status.info{color:#74c0fc}.progress-bar{width:100%;height:4px;background:#444;border-radius:2px;margin-top:10px;overflow:hidden}.progress-fill{height:100%;background:#06c;width:0%;transition:width .3s}h1{text-align:center;margin-bottom:30px;font-size:28px}.button-group{display:flex;gap:10px;margin-top:15px}.file-list{margin-top:15px;max-height:200px;overflow-y:auto;background:#1a1a1a;border-radius:4px;padding:10px}.file-item{padding:8px;margin:5px 0;background:#2a2a2a;border-radius:4px;cursor:pointer;transition:background .2s}.file-item:hover{background:#333}.file-item.selected{background:#06c}body.embed-mode{padding:0!important;background:#000!important;align-items:stretch!important}body.embed-mode .container{max-width:100%!important;height:100vh!important;display:flex!important;flex-direction:column!important}body.embed-mode .player-wrapper{border-radius:0!important;box-shadow:none!important;flex:1!important;display:flex!important}body.embed-mode video{height:100%!important;object-fit:contain!important}body.embed-mode .controls{background:#000c!important;padding:10px 20px!important;border-radius:0!important}body.embed-mode .status{margin-top:0!important;background:transparent!important;text-align:center!important}
